ProjectName.Designer.cs 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. namespace Core.StlMes.Client.Mcp.Mch.Mcms
  2. {
  3. partial class ProjectName
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.ultraPanel2 = new Infragistics.Win.Misc.UltraPanel();
  29. this.ubtOK = new Infragistics.Win.Misc.UltraButton();
  30. this.ubtCancel = new Infragistics.Win.Misc.UltraButton();
  31. this.uteProjectName = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  32. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  33. this.ultraPanel2.ClientArea.SuspendLayout();
  34. this.ultraPanel2.SuspendLayout();
  35. ((System.ComponentModel.ISupportInitialize)(this.uteProjectName)).BeginInit();
  36. this.SuspendLayout();
  37. //
  38. // ultraPanel2
  39. //
  40. //
  41. // ultraPanel2.ClientArea
  42. //
  43. this.ultraPanel2.ClientArea.Controls.Add(this.ubtOK);
  44. this.ultraPanel2.ClientArea.Controls.Add(this.ubtCancel);
  45. this.ultraPanel2.Dock = System.Windows.Forms.DockStyle.Bottom;
  46. this.ultraPanel2.Location = new System.Drawing.Point(0, 81);
  47. this.ultraPanel2.Margin = new System.Windows.Forms.Padding(4);
  48. this.ultraPanel2.Name = "ultraPanel2";
  49. this.ultraPanel2.Size = new System.Drawing.Size(603, 45);
  50. this.ultraPanel2.TabIndex = 3;
  51. //
  52. // ubtOK
  53. //
  54. this.ubtOK.Anchor = System.Windows.Forms.AnchorStyles.Right;
  55. this.ubtOK.Location = new System.Drawing.Point(382, 6);
  56. this.ubtOK.Margin = new System.Windows.Forms.Padding(4);
  57. this.ubtOK.Name = "ubtOK";
  58. this.ubtOK.Size = new System.Drawing.Size(100, 29);
  59. this.ubtOK.TabIndex = 5;
  60. this.ubtOK.Text = "确认";
  61. this.ubtOK.Click += new System.EventHandler(this.ubtOK_Click);
  62. //
  63. // ubtCancel
  64. //
  65. this.ubtCancel.Anchor = System.Windows.Forms.AnchorStyles.Right;
  66. this.ubtCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  67. this.ubtCancel.Location = new System.Drawing.Point(490, 6);
  68. this.ubtCancel.Margin = new System.Windows.Forms.Padding(4);
  69. this.ubtCancel.Name = "ubtCancel";
  70. this.ubtCancel.Size = new System.Drawing.Size(100, 29);
  71. this.ubtCancel.TabIndex = 4;
  72. this.ubtCancel.Text = "取消";
  73. //
  74. // uteProjectName
  75. //
  76. this.uteProjectName.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  77. this.uteProjectName.Location = new System.Drawing.Point(93, 21);
  78. this.uteProjectName.Name = "uteProjectName";
  79. this.uteProjectName.Size = new System.Drawing.Size(445, 30);
  80. this.uteProjectName.TabIndex = 4;
  81. this.uteProjectName.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.uteProjectName_KeyPress);
  82. //
  83. // ultraLabel1
  84. //
  85. this.ultraLabel1.AutoSize = true;
  86. this.ultraLabel1.Location = new System.Drawing.Point(12, 27);
  87. this.ultraLabel1.Name = "ultraLabel1";
  88. this.ultraLabel1.Size = new System.Drawing.Size(52, 19);
  89. this.ultraLabel1.TabIndex = 5;
  90. this.ultraLabel1.Text = "模板名";
  91. //
  92. // ProjectName
  93. //
  94. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  95. this.ClientSize = new System.Drawing.Size(603, 126);
  96. this.Controls.Add(this.ultraLabel1);
  97. this.Controls.Add(this.uteProjectName);
  98. this.Controls.Add(this.ultraPanel2);
  99. this.Name = "ProjectName";
  100. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  101. this.Text = "模板名";
  102. this.ultraPanel2.ClientArea.ResumeLayout(false);
  103. this.ultraPanel2.ResumeLayout(false);
  104. ((System.ComponentModel.ISupportInitialize)(this.uteProjectName)).EndInit();
  105. this.ResumeLayout(false);
  106. this.PerformLayout();
  107. }
  108. #endregion
  109. private Infragistics.Win.Misc.UltraPanel ultraPanel2;
  110. private Infragistics.Win.Misc.UltraButton ubtOK;
  111. private Infragistics.Win.Misc.UltraButton ubtCancel;
  112. private Infragistics.Win.UltraWinEditors.UltraTextEditor uteProjectName;
  113. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  114. }
  115. }