ColNoChanges.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255
  1. namespace Core.StlMes.Client.ZGMil.NodeResultQuery
  2. {
  3. partial class ColNoChanges
  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.panel1 = new System.Windows.Forms.Panel();
  29. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  30. this.BtnOk = new Infragistics.Win.Misc.UltraButton();
  31. this.groupBox1 = new System.Windows.Forms.GroupBox();
  32. this.ColNoTo = new System.Windows.Forms.ComboBox();
  33. this.label7 = new System.Windows.Forms.Label();
  34. this.TxtNumFrom = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  35. this.label6 = new System.Windows.Forms.Label();
  36. this.ColNofrom = new System.Windows.Forms.ComboBox();
  37. this.label4 = new System.Windows.Forms.Label();
  38. this.label3 = new System.Windows.Forms.Label();
  39. this.label2 = new System.Windows.Forms.Label();
  40. this.label1 = new System.Windows.Forms.Label();
  41. this.TxtNum3 = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  42. this.TxtNum2 = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  43. this.TxtNum1 = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  44. this.panel1.SuspendLayout();
  45. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  46. this.ultraGroupBox1.SuspendLayout();
  47. this.groupBox1.SuspendLayout();
  48. ((System.ComponentModel.ISupportInitialize)(this.TxtNumFrom)).BeginInit();
  49. ((System.ComponentModel.ISupportInitialize)(this.TxtNum3)).BeginInit();
  50. ((System.ComponentModel.ISupportInitialize)(this.TxtNum2)).BeginInit();
  51. ((System.ComponentModel.ISupportInitialize)(this.TxtNum1)).BeginInit();
  52. this.SuspendLayout();
  53. //
  54. // panel1
  55. //
  56. this.panel1.Controls.Add(this.ultraGroupBox1);
  57. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  58. this.panel1.Location = new System.Drawing.Point(0, 0);
  59. this.panel1.Name = "panel1";
  60. this.panel1.Size = new System.Drawing.Size(669, 229);
  61. this.panel1.TabIndex = 0;
  62. //
  63. // ultraGroupBox1
  64. //
  65. this.ultraGroupBox1.Controls.Add(this.BtnOk);
  66. this.ultraGroupBox1.Controls.Add(this.groupBox1);
  67. this.ultraGroupBox1.Controls.Add(this.label3);
  68. this.ultraGroupBox1.Controls.Add(this.label2);
  69. this.ultraGroupBox1.Controls.Add(this.label1);
  70. this.ultraGroupBox1.Controls.Add(this.TxtNum3);
  71. this.ultraGroupBox1.Controls.Add(this.TxtNum2);
  72. this.ultraGroupBox1.Controls.Add(this.TxtNum1);
  73. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  74. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  75. this.ultraGroupBox1.Name = "ultraGroupBox1";
  76. this.ultraGroupBox1.Size = new System.Drawing.Size(669, 229);
  77. this.ultraGroupBox1.TabIndex = 0;
  78. this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  79. //
  80. // BtnOk
  81. //
  82. this.BtnOk.Font = new System.Drawing.Font("宋体", 12F);
  83. this.BtnOk.Location = new System.Drawing.Point(520, 60);
  84. this.BtnOk.Name = "BtnOk";
  85. this.BtnOk.Size = new System.Drawing.Size(108, 87);
  86. this.BtnOk.TabIndex = 12;
  87. this.BtnOk.Text = "确认调整";
  88. this.BtnOk.Click += new System.EventHandler(this.BtnOk_Click);
  89. //
  90. // groupBox1
  91. //
  92. this.groupBox1.BackColor = System.Drawing.Color.Transparent;
  93. this.groupBox1.Controls.Add(this.ColNoTo);
  94. this.groupBox1.Controls.Add(this.label7);
  95. this.groupBox1.Controls.Add(this.TxtNumFrom);
  96. this.groupBox1.Controls.Add(this.label6);
  97. this.groupBox1.Controls.Add(this.ColNofrom);
  98. this.groupBox1.Controls.Add(this.label4);
  99. this.groupBox1.Location = new System.Drawing.Point(254, 11);
  100. this.groupBox1.Name = "groupBox1";
  101. this.groupBox1.Size = new System.Drawing.Size(224, 187);
  102. this.groupBox1.TabIndex = 6;
  103. this.groupBox1.TabStop = false;
  104. //
  105. // ColNoTo
  106. //
  107. this.ColNoTo.FormattingEnabled = true;
  108. this.ColNoTo.Location = new System.Drawing.Point(83, 139);
  109. this.ColNoTo.Name = "ColNoTo";
  110. this.ColNoTo.Size = new System.Drawing.Size(104, 20);
  111. this.ColNoTo.TabIndex = 9;
  112. //
  113. // label7
  114. //
  115. this.label7.AutoSize = true;
  116. this.label7.BackColor = System.Drawing.Color.Transparent;
  117. this.label7.Location = new System.Drawing.Point(14, 142);
  118. this.label7.Name = "label7";
  119. this.label7.Size = new System.Drawing.Size(65, 12);
  120. this.label7.TabIndex = 8;
  121. this.label7.Text = "目标台号:";
  122. //
  123. // TxtNumFrom
  124. //
  125. this.TxtNumFrom.Location = new System.Drawing.Point(83, 85);
  126. this.TxtNumFrom.MaskInput = "nnnn";
  127. this.TxtNumFrom.Name = "TxtNumFrom";
  128. this.TxtNumFrom.Size = new System.Drawing.Size(104, 21);
  129. this.TxtNumFrom.TabIndex = 8;
  130. //
  131. // label6
  132. //
  133. this.label6.AutoSize = true;
  134. this.label6.BackColor = System.Drawing.Color.Transparent;
  135. this.label6.Location = new System.Drawing.Point(14, 90);
  136. this.label6.Name = "label6";
  137. this.label6.Size = new System.Drawing.Size(65, 12);
  138. this.label6.TabIndex = 10;
  139. this.label6.Text = "调整支数:";
  140. //
  141. // ColNofrom
  142. //
  143. this.ColNofrom.FormattingEnabled = true;
  144. this.ColNofrom.Location = new System.Drawing.Point(83, 29);
  145. this.ColNofrom.Name = "ColNofrom";
  146. this.ColNofrom.Size = new System.Drawing.Size(104, 20);
  147. this.ColNofrom.TabIndex = 9;
  148. //
  149. // label4
  150. //
  151. this.label4.AutoSize = true;
  152. this.label4.BackColor = System.Drawing.Color.Transparent;
  153. this.label4.Location = new System.Drawing.Point(14, 32);
  154. this.label4.Name = "label4";
  155. this.label4.Size = new System.Drawing.Size(65, 12);
  156. this.label4.TabIndex = 8;
  157. this.label4.Text = "来源台号:";
  158. //
  159. // label3
  160. //
  161. this.label3.AutoSize = true;
  162. this.label3.BackColor = System.Drawing.Color.Transparent;
  163. this.label3.Location = new System.Drawing.Point(12, 153);
  164. this.label3.Name = "label3";
  165. this.label3.Size = new System.Drawing.Size(101, 12);
  166. this.label3.TabIndex = 5;
  167. this.label3.Text = "3#线分配总支数:";
  168. //
  169. // label2
  170. //
  171. this.label2.AutoSize = true;
  172. this.label2.BackColor = System.Drawing.Color.Transparent;
  173. this.label2.Location = new System.Drawing.Point(12, 100);
  174. this.label2.Name = "label2";
  175. this.label2.Size = new System.Drawing.Size(101, 12);
  176. this.label2.TabIndex = 4;
  177. this.label2.Text = "2#线分配总支数:";
  178. //
  179. // label1
  180. //
  181. this.label1.AutoSize = true;
  182. this.label1.BackColor = System.Drawing.Color.Transparent;
  183. this.label1.Location = new System.Drawing.Point(12, 44);
  184. this.label1.Name = "label1";
  185. this.label1.Size = new System.Drawing.Size(101, 12);
  186. this.label1.TabIndex = 3;
  187. this.label1.Text = "1#线分配总支数:";
  188. //
  189. // TxtNum3
  190. //
  191. this.TxtNum3.Location = new System.Drawing.Point(115, 149);
  192. this.TxtNum3.Name = "TxtNum3";
  193. this.TxtNum3.Size = new System.Drawing.Size(105, 21);
  194. this.TxtNum3.TabIndex = 2;
  195. //
  196. // TxtNum2
  197. //
  198. this.TxtNum2.Location = new System.Drawing.Point(115, 96);
  199. this.TxtNum2.Name = "TxtNum2";
  200. this.TxtNum2.Size = new System.Drawing.Size(105, 21);
  201. this.TxtNum2.TabIndex = 1;
  202. //
  203. // TxtNum1
  204. //
  205. this.TxtNum1.Location = new System.Drawing.Point(115, 40);
  206. this.TxtNum1.Name = "TxtNum1";
  207. this.TxtNum1.Size = new System.Drawing.Size(105, 21);
  208. this.TxtNum1.TabIndex = 0;
  209. //
  210. // ColNoChanges
  211. //
  212. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  213. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  214. this.ClientSize = new System.Drawing.Size(669, 229);
  215. this.Controls.Add(this.panel1);
  216. this.Name = "ColNoChanges";
  217. this.Text = "产线调整";
  218. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.ColNoChanges_FormClosed);
  219. this.panel1.ResumeLayout(false);
  220. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  221. this.ultraGroupBox1.ResumeLayout(false);
  222. this.ultraGroupBox1.PerformLayout();
  223. this.groupBox1.ResumeLayout(false);
  224. this.groupBox1.PerformLayout();
  225. ((System.ComponentModel.ISupportInitialize)(this.TxtNumFrom)).EndInit();
  226. ((System.ComponentModel.ISupportInitialize)(this.TxtNum3)).EndInit();
  227. ((System.ComponentModel.ISupportInitialize)(this.TxtNum2)).EndInit();
  228. ((System.ComponentModel.ISupportInitialize)(this.TxtNum1)).EndInit();
  229. this.ResumeLayout(false);
  230. }
  231. #endregion
  232. private System.Windows.Forms.Panel panel1;
  233. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  234. private System.Windows.Forms.Label label1;
  235. private Infragistics.Win.UltraWinEditors.UltraNumericEditor TxtNum3;
  236. private Infragistics.Win.UltraWinEditors.UltraNumericEditor TxtNum2;
  237. private Infragistics.Win.UltraWinEditors.UltraNumericEditor TxtNum1;
  238. private System.Windows.Forms.Label label3;
  239. private System.Windows.Forms.Label label2;
  240. private System.Windows.Forms.GroupBox groupBox1;
  241. private System.Windows.Forms.Label label6;
  242. private System.Windows.Forms.ComboBox ColNofrom;
  243. private System.Windows.Forms.Label label4;
  244. private Infragistics.Win.UltraWinEditors.UltraNumericEditor TxtNumFrom;
  245. private System.Windows.Forms.ComboBox ColNoTo;
  246. private System.Windows.Forms.Label label7;
  247. private Infragistics.Win.Misc.UltraButton BtnOk;
  248. }
  249. }