FrmPipeSawStart.Designer.cs 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355
  1. namespace Core.StlMes.Client.ZGMil.NodeResultQuery
  2. {
  3. partial class FrmPipeSawStart
  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.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  29. this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
  30. this.ugbSawNo1 = new Infragistics.Win.Misc.UltraGroupBox();
  31. this.cmbCutTrailCount1 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  32. this.label4 = new System.Windows.Forms.Label();
  33. this.cmbCutOrderCount1 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  34. this.label3 = new System.Windows.Forms.Label();
  35. this.cmbCutHeadCount1 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  36. this.label1 = new System.Windows.Forms.Label();
  37. this.ugbSawNo2 = new Infragistics.Win.Misc.UltraGroupBox();
  38. this.cmbCutTrailCount2 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  39. this.cmbCutOrderCount2 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  40. this.label6 = new System.Windows.Forms.Label();
  41. this.label2 = new System.Windows.Forms.Label();
  42. this.cmbCutHeadCount2 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  43. this.label5 = new System.Windows.Forms.Label();
  44. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  45. this.label9 = new System.Windows.Forms.Label();
  46. this.cmbRowNum = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  47. this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
  48. this.btnStart = new Infragistics.Win.Misc.UltraButton();
  49. this.btnCancel = new Infragistics.Win.Misc.UltraButton();
  50. this.tableLayoutPanel1.SuspendLayout();
  51. this.tableLayoutPanel2.SuspendLayout();
  52. ((System.ComponentModel.ISupportInitialize)(this.ugbSawNo1)).BeginInit();
  53. this.ugbSawNo1.SuspendLayout();
  54. ((System.ComponentModel.ISupportInitialize)(this.cmbCutTrailCount1)).BeginInit();
  55. ((System.ComponentModel.ISupportInitialize)(this.cmbCutOrderCount1)).BeginInit();
  56. ((System.ComponentModel.ISupportInitialize)(this.cmbCutHeadCount1)).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)(this.ugbSawNo2)).BeginInit();
  58. this.ugbSawNo2.SuspendLayout();
  59. ((System.ComponentModel.ISupportInitialize)(this.cmbCutTrailCount2)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.cmbCutOrderCount2)).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)(this.cmbCutHeadCount2)).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  63. this.ultraGroupBox1.SuspendLayout();
  64. ((System.ComponentModel.ISupportInitialize)(this.cmbRowNum)).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
  66. this.ultraGroupBox2.SuspendLayout();
  67. this.SuspendLayout();
  68. //
  69. // tableLayoutPanel1
  70. //
  71. this.tableLayoutPanel1.ColumnCount = 1;
  72. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  73. this.tableLayoutPanel1.Controls.Add(this.ultraGroupBox2, 0, 2);
  74. this.tableLayoutPanel1.Controls.Add(this.ultraGroupBox1, 0, 0);
  75. this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 1);
  76. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  77. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  78. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  79. this.tableLayoutPanel1.RowCount = 3;
  80. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 71F));
  81. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 153F));
  82. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 48F));
  83. this.tableLayoutPanel1.Size = new System.Drawing.Size(470, 315);
  84. this.tableLayoutPanel1.TabIndex = 0;
  85. //
  86. // tableLayoutPanel2
  87. //
  88. this.tableLayoutPanel2.ColumnCount = 2;
  89. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 48.49138F));
  90. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 51.50862F));
  91. this.tableLayoutPanel2.Controls.Add(this.ugbSawNo2, 0, 0);
  92. this.tableLayoutPanel2.Controls.Add(this.ugbSawNo1, 0, 0);
  93. this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
  94. this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 74);
  95. this.tableLayoutPanel2.Name = "tableLayoutPanel2";
  96. this.tableLayoutPanel2.RowCount = 1;
  97. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  98. this.tableLayoutPanel2.Size = new System.Drawing.Size(464, 147);
  99. this.tableLayoutPanel2.TabIndex = 3;
  100. //
  101. // ugbSawNo1
  102. //
  103. this.ugbSawNo1.Controls.Add(this.cmbCutTrailCount1);
  104. this.ugbSawNo1.Controls.Add(this.label4);
  105. this.ugbSawNo1.Controls.Add(this.cmbCutOrderCount1);
  106. this.ugbSawNo1.Controls.Add(this.label3);
  107. this.ugbSawNo1.Controls.Add(this.cmbCutHeadCount1);
  108. this.ugbSawNo1.Controls.Add(this.label1);
  109. this.ugbSawNo1.Dock = System.Windows.Forms.DockStyle.Fill;
  110. this.ugbSawNo1.Location = new System.Drawing.Point(3, 3);
  111. this.ugbSawNo1.Name = "ugbSawNo1";
  112. this.ugbSawNo1.Size = new System.Drawing.Size(218, 141);
  113. this.ugbSawNo1.TabIndex = 1;
  114. this.ugbSawNo1.Text = "1号锯锯切刀数";
  115. this.ugbSawNo1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  116. //
  117. // cmbCutTrailCount1
  118. //
  119. this.cmbCutTrailCount1.Location = new System.Drawing.Point(101, 103);
  120. this.cmbCutTrailCount1.Name = "cmbCutTrailCount1";
  121. this.cmbCutTrailCount1.Size = new System.Drawing.Size(90, 21);
  122. this.cmbCutTrailCount1.TabIndex = 1;
  123. this.cmbCutTrailCount1.Text = "ultraComboEditor1";
  124. //
  125. // label4
  126. //
  127. this.label4.AutoSize = true;
  128. this.label4.Location = new System.Drawing.Point(26, 107);
  129. this.label4.Name = "label4";
  130. this.label4.Size = new System.Drawing.Size(57, 12);
  131. this.label4.TabIndex = 0;
  132. this.label4.Text = "切尾数:";
  133. //
  134. // cmbCutOrderCount1
  135. //
  136. this.cmbCutOrderCount1.Location = new System.Drawing.Point(101, 74);
  137. this.cmbCutOrderCount1.Name = "cmbCutOrderCount1";
  138. this.cmbCutOrderCount1.Size = new System.Drawing.Size(90, 21);
  139. this.cmbCutOrderCount1.TabIndex = 1;
  140. this.cmbCutOrderCount1.Text = "ultraComboEditor1";
  141. //
  142. // label3
  143. //
  144. this.label3.AutoSize = true;
  145. this.label3.Location = new System.Drawing.Point(26, 78);
  146. this.label3.Name = "label3";
  147. this.label3.Size = new System.Drawing.Size(70, 12);
  148. this.label3.TabIndex = 0;
  149. this.label3.Text = "切定尺数:";
  150. //
  151. // cmbCutHeadCount1
  152. //
  153. this.cmbCutHeadCount1.Location = new System.Drawing.Point(101, 45);
  154. this.cmbCutHeadCount1.Name = "cmbCutHeadCount1";
  155. this.cmbCutHeadCount1.Size = new System.Drawing.Size(90, 21);
  156. this.cmbCutHeadCount1.TabIndex = 1;
  157. this.cmbCutHeadCount1.Text = "ultraComboEditor1";
  158. //
  159. // label1
  160. //
  161. this.label1.AutoSize = true;
  162. this.label1.Location = new System.Drawing.Point(26, 49);
  163. this.label1.Name = "label1";
  164. this.label1.Size = new System.Drawing.Size(57, 12);
  165. this.label1.TabIndex = 0;
  166. this.label1.Text = "切头数:";
  167. //
  168. // ugbSawNo2
  169. //
  170. this.ugbSawNo2.Controls.Add(this.cmbCutTrailCount2);
  171. this.ugbSawNo2.Controls.Add(this.cmbCutOrderCount2);
  172. this.ugbSawNo2.Controls.Add(this.label6);
  173. this.ugbSawNo2.Controls.Add(this.label2);
  174. this.ugbSawNo2.Controls.Add(this.cmbCutHeadCount2);
  175. this.ugbSawNo2.Controls.Add(this.label5);
  176. this.ugbSawNo2.Dock = System.Windows.Forms.DockStyle.Fill;
  177. this.ugbSawNo2.Location = new System.Drawing.Point(227, 3);
  178. this.ugbSawNo2.Name = "ugbSawNo2";
  179. this.ugbSawNo2.Size = new System.Drawing.Size(234, 141);
  180. this.ugbSawNo2.TabIndex = 3;
  181. this.ugbSawNo2.Text = "2号锯锯切刀数";
  182. this.ugbSawNo2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  183. //
  184. // cmbCutTrailCount2
  185. //
  186. this.cmbCutTrailCount2.Location = new System.Drawing.Point(100, 104);
  187. this.cmbCutTrailCount2.Name = "cmbCutTrailCount2";
  188. this.cmbCutTrailCount2.Size = new System.Drawing.Size(90, 21);
  189. this.cmbCutTrailCount2.TabIndex = 1;
  190. this.cmbCutTrailCount2.Text = "ultraComboEditor1";
  191. //
  192. // cmbCutOrderCount2
  193. //
  194. this.cmbCutOrderCount2.Location = new System.Drawing.Point(100, 73);
  195. this.cmbCutOrderCount2.Name = "cmbCutOrderCount2";
  196. this.cmbCutOrderCount2.Size = new System.Drawing.Size(90, 21);
  197. this.cmbCutOrderCount2.TabIndex = 1;
  198. this.cmbCutOrderCount2.Text = "ultraComboEditor1";
  199. //
  200. // label6
  201. //
  202. this.label6.AutoSize = true;
  203. this.label6.Location = new System.Drawing.Point(24, 108);
  204. this.label6.Name = "label6";
  205. this.label6.Size = new System.Drawing.Size(57, 12);
  206. this.label6.TabIndex = 0;
  207. this.label6.Text = "切尾数:";
  208. //
  209. // label2
  210. //
  211. this.label2.AutoSize = true;
  212. this.label2.Location = new System.Drawing.Point(24, 46);
  213. this.label2.Name = "label2";
  214. this.label2.Size = new System.Drawing.Size(57, 12);
  215. this.label2.TabIndex = 0;
  216. this.label2.Text = "切头数:";
  217. //
  218. // cmbCutHeadCount2
  219. //
  220. this.cmbCutHeadCount2.Location = new System.Drawing.Point(100, 42);
  221. this.cmbCutHeadCount2.Name = "cmbCutHeadCount2";
  222. this.cmbCutHeadCount2.Size = new System.Drawing.Size(90, 21);
  223. this.cmbCutHeadCount2.TabIndex = 1;
  224. this.cmbCutHeadCount2.Text = "ultraComboEditor1";
  225. //
  226. // label5
  227. //
  228. this.label5.AutoSize = true;
  229. this.label5.Location = new System.Drawing.Point(24, 77);
  230. this.label5.Name = "label5";
  231. this.label5.Size = new System.Drawing.Size(70, 12);
  232. this.label5.TabIndex = 0;
  233. this.label5.Text = "切定尺数:";
  234. //
  235. // ultraGroupBox1
  236. //
  237. this.ultraGroupBox1.Controls.Add(this.cmbRowNum);
  238. this.ultraGroupBox1.Controls.Add(this.label9);
  239. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  240. this.ultraGroupBox1.Location = new System.Drawing.Point(3, 3);
  241. this.ultraGroupBox1.Name = "ultraGroupBox1";
  242. this.ultraGroupBox1.Size = new System.Drawing.Size(464, 65);
  243. this.ultraGroupBox1.TabIndex = 4;
  244. this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  245. //
  246. // label9
  247. //
  248. this.label9.AutoSize = true;
  249. this.label9.Location = new System.Drawing.Point(113, 31);
  250. this.label9.Name = "label9";
  251. this.label9.Size = new System.Drawing.Size(83, 12);
  252. this.label9.TabIndex = 0;
  253. this.label9.Text = "默认排支数:";
  254. //
  255. // cmbRowNum
  256. //
  257. this.cmbRowNum.Location = new System.Drawing.Point(227, 28);
  258. this.cmbRowNum.Name = "cmbRowNum";
  259. this.cmbRowNum.Size = new System.Drawing.Size(90, 21);
  260. this.cmbRowNum.TabIndex = 1;
  261. this.cmbRowNum.Text = "ultraComboEditor1";
  262. //
  263. // ultraGroupBox2
  264. //
  265. this.ultraGroupBox2.Controls.Add(this.btnCancel);
  266. this.ultraGroupBox2.Controls.Add(this.btnStart);
  267. this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  268. this.ultraGroupBox2.Location = new System.Drawing.Point(3, 227);
  269. this.ultraGroupBox2.Name = "ultraGroupBox2";
  270. this.ultraGroupBox2.Size = new System.Drawing.Size(464, 85);
  271. this.ultraGroupBox2.TabIndex = 5;
  272. this.ultraGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  273. //
  274. // btnStart
  275. //
  276. this.btnStart.Location = new System.Drawing.Point(121, 34);
  277. this.btnStart.Name = "btnStart";
  278. this.btnStart.Size = new System.Drawing.Size(75, 23);
  279. this.btnStart.TabIndex = 0;
  280. this.btnStart.Text = "开始分切";
  281. this.btnStart.Click += new System.EventHandler(this.btnStart_Click);
  282. //
  283. // btnCancel
  284. //
  285. this.btnCancel.Location = new System.Drawing.Point(227, 34);
  286. this.btnCancel.Name = "btnCancel";
  287. this.btnCancel.Size = new System.Drawing.Size(75, 23);
  288. this.btnCancel.TabIndex = 0;
  289. this.btnCancel.Text = "取消";
  290. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  291. //
  292. // FrmPipeSawStart
  293. //
  294. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
  295. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  296. this.ClientSize = new System.Drawing.Size(470, 315);
  297. this.Controls.Add(this.tableLayoutPanel1);
  298. this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  299. this.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
  300. this.Name = "FrmPipeSawStart";
  301. this.Text = "分切参数确认";
  302. this.tableLayoutPanel1.ResumeLayout(false);
  303. this.tableLayoutPanel2.ResumeLayout(false);
  304. ((System.ComponentModel.ISupportInitialize)(this.ugbSawNo1)).EndInit();
  305. this.ugbSawNo1.ResumeLayout(false);
  306. this.ugbSawNo1.PerformLayout();
  307. ((System.ComponentModel.ISupportInitialize)(this.cmbCutTrailCount1)).EndInit();
  308. ((System.ComponentModel.ISupportInitialize)(this.cmbCutOrderCount1)).EndInit();
  309. ((System.ComponentModel.ISupportInitialize)(this.cmbCutHeadCount1)).EndInit();
  310. ((System.ComponentModel.ISupportInitialize)(this.ugbSawNo2)).EndInit();
  311. this.ugbSawNo2.ResumeLayout(false);
  312. this.ugbSawNo2.PerformLayout();
  313. ((System.ComponentModel.ISupportInitialize)(this.cmbCutTrailCount2)).EndInit();
  314. ((System.ComponentModel.ISupportInitialize)(this.cmbCutOrderCount2)).EndInit();
  315. ((System.ComponentModel.ISupportInitialize)(this.cmbCutHeadCount2)).EndInit();
  316. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  317. this.ultraGroupBox1.ResumeLayout(false);
  318. this.ultraGroupBox1.PerformLayout();
  319. ((System.ComponentModel.ISupportInitialize)(this.cmbRowNum)).EndInit();
  320. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
  321. this.ultraGroupBox2.ResumeLayout(false);
  322. this.ResumeLayout(false);
  323. }
  324. #endregion
  325. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  326. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
  327. private Infragistics.Win.Misc.UltraGroupBox ugbSawNo2;
  328. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbCutTrailCount2;
  329. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbCutOrderCount2;
  330. private System.Windows.Forms.Label label6;
  331. private System.Windows.Forms.Label label2;
  332. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbCutHeadCount2;
  333. private System.Windows.Forms.Label label5;
  334. private Infragistics.Win.Misc.UltraGroupBox ugbSawNo1;
  335. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbCutTrailCount1;
  336. private System.Windows.Forms.Label label4;
  337. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbCutOrderCount1;
  338. private System.Windows.Forms.Label label3;
  339. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbCutHeadCount1;
  340. private System.Windows.Forms.Label label1;
  341. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
  342. private Infragistics.Win.Misc.UltraButton btnCancel;
  343. private Infragistics.Win.Misc.UltraButton btnStart;
  344. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  345. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbRowNum;
  346. private System.Windows.Forms.Label label9;
  347. }
  348. }