InspectionItemMaintenance.Designer.cs 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207
  1. 
  2. using SmartCoalApplication.Core.CustomControl;
  3. namespace SmartCoalApplication.MeasureProcedure
  4. {
  5. partial class InspectionItemMaintenance
  6. {
  7. /// <summary>
  8. /// Required designer variable.
  9. /// </summary>
  10. private System.ComponentModel.IContainer components = null;
  11. /// <summary>
  12. /// Clean up any resources being used.
  13. /// </summary>
  14. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  15. protected override void Dispose(bool disposing)
  16. {
  17. if (disposing && (components != null))
  18. {
  19. components.Dispose();
  20. }
  21. base.Dispose(disposing);
  22. }
  23. #region Windows Form Designer generated code
  24. /// <summary>
  25. /// Required method for Designer support - do not modify
  26. /// the contents of this method with the code editor.
  27. /// </summary>
  28. private void InitializeComponent()
  29. {
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.label2 = new System.Windows.Forms.Label();
  32. this.textBoxName = new SmartCoalApplication.Core.CustomControl.NewTextBox();
  33. this.textBoxSpecification1 = new System.Windows.Forms.TextBox();
  34. this.textBoxSpecification2 = new System.Windows.Forms.TextBox();
  35. this.label3 = new System.Windows.Forms.Label();
  36. this.label4 = new System.Windows.Forms.Label();
  37. this.labelX = new System.Windows.Forms.Label();
  38. this.buttonConfirm = new System.Windows.Forms.Button();
  39. this.buttonCancel = new System.Windows.Forms.Button();
  40. this.comboBoxCmpre2 = new System.Windows.Forms.ComboBox();
  41. this.comboBoxCmpre1 = new System.Windows.Forms.ComboBox();
  42. this.SuspendLayout();
  43. //
  44. // label1
  45. //
  46. this.label1.AutoSize = true;
  47. this.label1.Location = new System.Drawing.Point(141, 85);
  48. this.label1.Name = "label1";
  49. this.label1.Size = new System.Drawing.Size(52, 15);
  50. this.label1.TabIndex = 0;
  51. this.label1.Text = "名稱:";
  52. //
  53. // label2
  54. //
  55. this.label2.AutoSize = true;
  56. this.label2.Location = new System.Drawing.Point(141, 134);
  57. this.label2.Name = "label2";
  58. this.label2.Size = new System.Drawing.Size(52, 15);
  59. this.label2.TabIndex = 1;
  60. this.label2.Text = "規格:";
  61. this.label2.Click += new System.EventHandler(this.label2_Click);
  62. //
  63. // textBoxName
  64. //
  65. this.textBoxName.Location = new System.Drawing.Point(199, 81);
  66. this.textBoxName.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  67. this.textBoxName.Name = "textBoxName";
  68. this.textBoxName.Size = new System.Drawing.Size(248, 25);
  69. this.textBoxName.TabIndex = 2;
  70. //
  71. // textBoxSpecification1
  72. //
  73. this.textBoxSpecification1.Location = new System.Drawing.Point(202, 129);
  74. this.textBoxSpecification1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  75. this.textBoxSpecification1.Name = "textBoxSpecification1";
  76. this.textBoxSpecification1.Size = new System.Drawing.Size(88, 25);
  77. this.textBoxSpecification1.TabIndex = 3;
  78. //
  79. // textBoxSpecification2
  80. //
  81. this.textBoxSpecification2.Location = new System.Drawing.Point(441, 129);
  82. this.textBoxSpecification2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  83. this.textBoxSpecification2.Name = "textBoxSpecification2";
  84. this.textBoxSpecification2.Size = new System.Drawing.Size(88, 25);
  85. this.textBoxSpecification2.TabIndex = 4;
  86. //
  87. // label3
  88. //
  89. this.label3.AutoSize = true;
  90. this.label3.Location = new System.Drawing.Point(255, 134);
  91. this.label3.Name = "label3";
  92. this.label3.Size = new System.Drawing.Size(23, 15);
  93. this.label3.TabIndex = 5;
  94. this.label3.Text = "um";
  95. //
  96. // label4
  97. //
  98. this.label4.AutoSize = true;
  99. this.label4.Location = new System.Drawing.Point(497, 134);
  100. this.label4.Name = "label4";
  101. this.label4.Size = new System.Drawing.Size(23, 15);
  102. this.label4.TabIndex = 6;
  103. this.label4.Text = "um";
  104. //
  105. // labelX
  106. //
  107. this.labelX.AutoSize = true;
  108. this.labelX.Location = new System.Drawing.Point(358, 134);
  109. this.labelX.Name = "labelX";
  110. this.labelX.Size = new System.Drawing.Size(15, 15);
  111. this.labelX.TabIndex = 7;
  112. this.labelX.Text = "X";
  113. //
  114. // buttonConfirm
  115. //
  116. this.buttonConfirm.Location = new System.Drawing.Point(212, 204);
  117. this.buttonConfirm.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  118. this.buttonConfirm.Name = "buttonConfirm";
  119. this.buttonConfirm.Size = new System.Drawing.Size(75, 32);
  120. this.buttonConfirm.TabIndex = 9;
  121. this.buttonConfirm.Text = "確認";
  122. this.buttonConfirm.UseVisualStyleBackColor = true;
  123. this.buttonConfirm.Click += new System.EventHandler(this.buttonConfirm_Click);
  124. //
  125. // buttonCancel
  126. //
  127. this.buttonCancel.Location = new System.Drawing.Point(313, 204);
  128. this.buttonCancel.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  129. this.buttonCancel.Name = "buttonCancel";
  130. this.buttonCancel.Size = new System.Drawing.Size(75, 32);
  131. this.buttonCancel.TabIndex = 10;
  132. this.buttonCancel.Text = "取消";
  133. this.buttonCancel.UseVisualStyleBackColor = true;
  134. this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click);
  135. //
  136. // comboBoxCmpre2
  137. //
  138. this.comboBoxCmpre2.FormattingEnabled = true;
  139. this.comboBoxCmpre2.Items.AddRange(new object[] {
  140. "<",
  141. "<="});
  142. this.comboBoxCmpre2.Location = new System.Drawing.Point(382, 130);
  143. this.comboBoxCmpre2.Name = "comboBoxCmpre2";
  144. this.comboBoxCmpre2.Size = new System.Drawing.Size(50, 23);
  145. this.comboBoxCmpre2.TabIndex = 11;
  146. this.comboBoxCmpre2.Text = "<";
  147. //
  148. // comboBoxCmpre1
  149. //
  150. this.comboBoxCmpre1.FormattingEnabled = true;
  151. this.comboBoxCmpre1.Items.AddRange(new object[] {
  152. "<",
  153. "<="});
  154. this.comboBoxCmpre1.Location = new System.Drawing.Point(299, 130);
  155. this.comboBoxCmpre1.Name = "comboBoxCmpre1";
  156. this.comboBoxCmpre1.Size = new System.Drawing.Size(50, 23);
  157. this.comboBoxCmpre1.TabIndex = 12;
  158. this.comboBoxCmpre1.Text = "<";
  159. //
  160. // InspectionItemMaintenance
  161. //
  162. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  163. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  164. this.ClientSize = new System.Drawing.Size(673, 305);
  165. this.Controls.Add(this.comboBoxCmpre1);
  166. this.Controls.Add(this.comboBoxCmpre2);
  167. this.Controls.Add(this.buttonCancel);
  168. this.Controls.Add(this.buttonConfirm);
  169. this.Controls.Add(this.labelX);
  170. this.Controls.Add(this.label4);
  171. this.Controls.Add(this.label3);
  172. this.Controls.Add(this.textBoxSpecification2);
  173. this.Controls.Add(this.textBoxSpecification1);
  174. this.Controls.Add(this.textBoxName);
  175. this.Controls.Add(this.label2);
  176. this.Controls.Add(this.label1);
  177. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  178. this.MaximizeBox = false;
  179. this.MinimizeBox = false;
  180. this.Name = "InspectionItemMaintenance";
  181. this.Text = "檢驗項目維護";
  182. this.Load += new System.EventHandler(this.InspectionItemMaintenance_Load);
  183. this.ResumeLayout(false);
  184. this.PerformLayout();
  185. }
  186. #endregion
  187. private System.Windows.Forms.Label label1;
  188. private System.Windows.Forms.Label label2;
  189. private NewTextBox textBoxName;
  190. private System.Windows.Forms.TextBox textBoxSpecification1;
  191. private System.Windows.Forms.TextBox textBoxSpecification2;
  192. private System.Windows.Forms.Label label3;
  193. private System.Windows.Forms.Label label4;
  194. private System.Windows.Forms.Label labelX;
  195. private System.Windows.Forms.Button buttonConfirm;
  196. private System.Windows.Forms.Button buttonCancel;
  197. private System.Windows.Forms.ComboBox comboBoxCmpre2;
  198. private System.Windows.Forms.ComboBox comboBoxCmpre1;
  199. }
  200. }