FrmProductQuery.Designer.cs 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600
  1. namespace Core.LgMes.Client.LgJobMgt
  2. {
  3. partial class FrmProductQuery
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  29. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  31. this.ccmNumCobo = new System.Windows.Forms.ComboBox();
  32. this.chkCcmNo = new System.Windows.Forms.CheckBox();
  33. this.chkConNo = new System.Windows.Forms.CheckBox();
  34. this.combConNo = new System.Windows.Forms.ComboBox();
  35. this.queryBtn = new System.Windows.Forms.Button();
  36. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  37. this.bntSend = new System.Windows.Forms.Button();
  38. this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
  39. this.dtpCutTime = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  40. this.label19 = new System.Windows.Forms.Label();
  41. this.cboFlowNo = new System.Windows.Forms.ComboBox();
  42. this.label7 = new System.Windows.Forms.Label();
  43. this.label6 = new System.Windows.Forms.Label();
  44. this.txtSurplusFlag = new System.Windows.Forms.TextBox();
  45. this.txtProdorderNO = new System.Windows.Forms.TextBox();
  46. this.label5 = new System.Windows.Forms.Label();
  47. this.txtOrderNO = new System.Windows.Forms.TextBox();
  48. this.label1 = new System.Windows.Forms.Label();
  49. this.button4 = new System.Windows.Forms.Button();
  50. this.button3 = new System.Windows.Forms.Button();
  51. this.textBox2 = new System.Windows.Forms.TextBox();
  52. this.label13 = new System.Windows.Forms.Label();
  53. this.label10 = new System.Windows.Forms.Label();
  54. this.label14 = new System.Windows.Forms.Label();
  55. this.tbxWeight = new System.Windows.Forms.TextBox();
  56. this.tbxThick = new System.Windows.Forms.TextBox();
  57. this.tbxWidth = new System.Windows.Forms.TextBox();
  58. this.label12 = new System.Windows.Forms.Label();
  59. this.tbxLength = new System.Windows.Forms.TextBox();
  60. this.label8 = new System.Windows.Forms.Label();
  61. this.comboBox3 = new System.Windows.Forms.ComboBox();
  62. this.label3 = new System.Windows.Forms.Label();
  63. this.textBox3 = new System.Windows.Forms.TextBox();
  64. this.label2 = new System.Windows.Forms.Label();
  65. this.textBox1 = new System.Windows.Forms.TextBox();
  66. this.label4 = new System.Windows.Forms.Label();
  67. this.groupBox1 = new System.Windows.Forms.GroupBox();
  68. this.uGrdCutInfo = new Infragistics.Win.UltraWinGrid.UltraGrid();
  69. this.groupBox2 = new System.Windows.Forms.GroupBox();
  70. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  71. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  72. this.ultraGroupBox1.SuspendLayout();
  73. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
  74. this.ultraGroupBox2.SuspendLayout();
  75. ((System.ComponentModel.ISupportInitialize)(this.dtpCutTime)).BeginInit();
  76. this.groupBox1.SuspendLayout();
  77. ((System.ComponentModel.ISupportInitialize)(this.uGrdCutInfo)).BeginInit();
  78. this.groupBox2.SuspendLayout();
  79. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  80. this.SuspendLayout();
  81. //
  82. // ccmNumCobo
  83. //
  84. this.ccmNumCobo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  85. this.ccmNumCobo.FormattingEnabled = true;
  86. this.ccmNumCobo.Location = new System.Drawing.Point(62, 14);
  87. this.ccmNumCobo.Name = "ccmNumCobo";
  88. this.ccmNumCobo.Size = new System.Drawing.Size(62, 20);
  89. this.ccmNumCobo.TabIndex = 3;
  90. this.ccmNumCobo.ValueMemberChanged += new System.EventHandler(this.combCcmNo_ValueMemberChanged);
  91. //
  92. // chkCcmNo
  93. //
  94. this.chkCcmNo.AutoSize = true;
  95. this.chkCcmNo.Location = new System.Drawing.Point(6, 16);
  96. this.chkCcmNo.Name = "chkCcmNo";
  97. this.chkCcmNo.Size = new System.Drawing.Size(60, 16);
  98. this.chkCcmNo.TabIndex = 0;
  99. this.chkCcmNo.Text = "铸机号";
  100. this.chkCcmNo.UseVisualStyleBackColor = true;
  101. this.chkCcmNo.CheckedChanged += new System.EventHandler(this.chkCcmNo_CheckedChanged);
  102. //
  103. // chkConNo
  104. //
  105. this.chkConNo.AutoSize = true;
  106. this.chkConNo.Location = new System.Drawing.Point(128, 16);
  107. this.chkConNo.Name = "chkConNo";
  108. this.chkConNo.Size = new System.Drawing.Size(60, 16);
  109. this.chkConNo.TabIndex = 2;
  110. this.chkConNo.Text = "转炉号";
  111. this.chkConNo.UseVisualStyleBackColor = true;
  112. this.chkConNo.CheckedChanged += new System.EventHandler(this.chkConNo_CheckedChanged);
  113. //
  114. // combConNo
  115. //
  116. this.combConNo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  117. this.combConNo.Location = new System.Drawing.Point(186, 14);
  118. this.combConNo.Name = "combConNo";
  119. this.combConNo.Size = new System.Drawing.Size(62, 20);
  120. this.combConNo.TabIndex = 3;
  121. //
  122. // queryBtn
  123. //
  124. this.queryBtn.Location = new System.Drawing.Point(254, 13);
  125. this.queryBtn.Name = "queryBtn";
  126. this.queryBtn.Size = new System.Drawing.Size(58, 23);
  127. this.queryBtn.TabIndex = 4;
  128. this.queryBtn.Text = "查询";
  129. this.queryBtn.UseVisualStyleBackColor = true;
  130. this.queryBtn.Click += new System.EventHandler(this.queryBtn_Click);
  131. //
  132. // ultraGroupBox1
  133. //
  134. appearance3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(228)))), ((int)(((byte)(242)))));
  135. this.ultraGroupBox1.Appearance = appearance3;
  136. this.ultraGroupBox1.BackColorInternal = System.Drawing.Color.Gainsboro;
  137. this.ultraGroupBox1.Controls.Add(this.bntSend);
  138. this.ultraGroupBox1.Controls.Add(this.combConNo);
  139. this.ultraGroupBox1.Controls.Add(this.chkConNo);
  140. this.ultraGroupBox1.Controls.Add(this.queryBtn);
  141. this.ultraGroupBox1.Controls.Add(this.ccmNumCobo);
  142. this.ultraGroupBox1.Controls.Add(this.chkCcmNo);
  143. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  144. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  145. this.ultraGroupBox1.Name = "ultraGroupBox1";
  146. this.ultraGroupBox1.Size = new System.Drawing.Size(316, 50);
  147. this.ultraGroupBox1.TabIndex = 0;
  148. //
  149. // bntSend
  150. //
  151. this.bntSend.BackColor = System.Drawing.Color.LightSeaGreen;
  152. this.bntSend.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  153. this.bntSend.Location = new System.Drawing.Point(20, 39);
  154. this.bntSend.Name = "bntSend";
  155. this.bntSend.Size = new System.Drawing.Size(104, 23);
  156. this.bntSend.TabIndex = 5;
  157. this.bntSend.Text = "发送金相指示";
  158. this.bntSend.UseVisualStyleBackColor = false;
  159. this.bntSend.Visible = false;
  160. this.bntSend.Click += new System.EventHandler(this.bntSend_Click);
  161. //
  162. // ultraGroupBox2
  163. //
  164. appearance4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(228)))), ((int)(((byte)(242)))));
  165. this.ultraGroupBox2.Appearance = appearance4;
  166. this.ultraGroupBox2.BackColorInternal = System.Drawing.Color.Gainsboro;
  167. this.ultraGroupBox2.Controls.Add(this.dtpCutTime);
  168. this.ultraGroupBox2.Controls.Add(this.label19);
  169. this.ultraGroupBox2.Controls.Add(this.cboFlowNo);
  170. this.ultraGroupBox2.Controls.Add(this.label7);
  171. this.ultraGroupBox2.Controls.Add(this.label6);
  172. this.ultraGroupBox2.Controls.Add(this.txtSurplusFlag);
  173. this.ultraGroupBox2.Controls.Add(this.txtProdorderNO);
  174. this.ultraGroupBox2.Controls.Add(this.label5);
  175. this.ultraGroupBox2.Controls.Add(this.txtOrderNO);
  176. this.ultraGroupBox2.Controls.Add(this.label1);
  177. this.ultraGroupBox2.Controls.Add(this.button4);
  178. this.ultraGroupBox2.Controls.Add(this.button3);
  179. this.ultraGroupBox2.Controls.Add(this.textBox2);
  180. this.ultraGroupBox2.Controls.Add(this.label13);
  181. this.ultraGroupBox2.Controls.Add(this.label10);
  182. this.ultraGroupBox2.Controls.Add(this.label14);
  183. this.ultraGroupBox2.Controls.Add(this.tbxWeight);
  184. this.ultraGroupBox2.Controls.Add(this.tbxThick);
  185. this.ultraGroupBox2.Controls.Add(this.tbxWidth);
  186. this.ultraGroupBox2.Controls.Add(this.label12);
  187. this.ultraGroupBox2.Controls.Add(this.tbxLength);
  188. this.ultraGroupBox2.Controls.Add(this.label8);
  189. this.ultraGroupBox2.Controls.Add(this.comboBox3);
  190. this.ultraGroupBox2.Controls.Add(this.label3);
  191. this.ultraGroupBox2.Controls.Add(this.textBox3);
  192. this.ultraGroupBox2.Controls.Add(this.label2);
  193. this.ultraGroupBox2.Controls.Add(this.textBox1);
  194. this.ultraGroupBox2.Controls.Add(this.label4);
  195. this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Bottom;
  196. this.ultraGroupBox2.Location = new System.Drawing.Point(0, 407);
  197. this.ultraGroupBox2.Name = "ultraGroupBox2";
  198. this.ultraGroupBox2.Size = new System.Drawing.Size(316, 174);
  199. this.ultraGroupBox2.TabIndex = 3;
  200. this.ultraGroupBox2.Text = "按计划多块生成切割";
  201. //
  202. // dtpCutTime
  203. //
  204. this.dtpCutTime.DateTime = new System.DateTime(2008, 11, 24, 0, 0, 0, 0);
  205. this.dtpCutTime.FormatProvider = new System.Globalization.CultureInfo("en-US");
  206. this.dtpCutTime.FormatString = "yyyy-MM-dd HH:mm:ss";
  207. this.dtpCutTime.Location = new System.Drawing.Point(74, 145);
  208. this.dtpCutTime.MaskInput = "yyyy-mm-dd hh:mm:ss";
  209. this.dtpCutTime.Name = "dtpCutTime";
  210. this.dtpCutTime.Size = new System.Drawing.Size(231, 21);
  211. this.dtpCutTime.TabIndex = 283;
  212. this.dtpCutTime.Value = new System.DateTime(2008, 11, 24, 0, 0, 0, 0);
  213. //
  214. // label19
  215. //
  216. this.label19.AutoSize = true;
  217. this.label19.Location = new System.Drawing.Point(18, 149);
  218. this.label19.Name = "label19";
  219. this.label19.Size = new System.Drawing.Size(53, 12);
  220. this.label19.TabIndex = 150;
  221. this.label19.Text = "切割时间";
  222. //
  223. // cboFlowNo
  224. //
  225. this.cboFlowNo.BackColor = System.Drawing.Color.White;
  226. this.cboFlowNo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  227. this.cboFlowNo.Items.AddRange(new object[] {
  228. "1",
  229. "2",
  230. "3",
  231. "4"});
  232. this.cboFlowNo.Location = new System.Drawing.Point(257, 69);
  233. this.cboFlowNo.Name = "cboFlowNo";
  234. this.cboFlowNo.Size = new System.Drawing.Size(48, 20);
  235. this.cboFlowNo.TabIndex = 149;
  236. //
  237. // label7
  238. //
  239. this.label7.AutoSize = true;
  240. this.label7.Location = new System.Drawing.Point(226, 73);
  241. this.label7.Name = "label7";
  242. this.label7.Size = new System.Drawing.Size(29, 12);
  243. this.label7.TabIndex = 148;
  244. this.label7.Text = "流号";
  245. //
  246. // label6
  247. //
  248. this.label6.AutoSize = true;
  249. this.label6.Location = new System.Drawing.Point(143, 97);
  250. this.label6.Name = "label6";
  251. this.label6.Size = new System.Drawing.Size(29, 12);
  252. this.label6.TabIndex = 147;
  253. this.label6.Text = "余材";
  254. //
  255. // txtSurplusFlag
  256. //
  257. this.txtSurplusFlag.BackColor = System.Drawing.Color.White;
  258. this.txtSurplusFlag.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  259. this.txtSurplusFlag.Location = new System.Drawing.Point(175, 93);
  260. this.txtSurplusFlag.Name = "txtSurplusFlag";
  261. this.txtSurplusFlag.Size = new System.Drawing.Size(48, 21);
  262. this.txtSurplusFlag.TabIndex = 146;
  263. //
  264. // txtProdorderNO
  265. //
  266. this.txtProdorderNO.BackColor = System.Drawing.Color.White;
  267. this.txtProdorderNO.Location = new System.Drawing.Point(74, 45);
  268. this.txtProdorderNO.Name = "txtProdorderNO";
  269. this.txtProdorderNO.ReadOnly = true;
  270. this.txtProdorderNO.Size = new System.Drawing.Size(149, 21);
  271. this.txtProdorderNO.TabIndex = 145;
  272. //
  273. // label5
  274. //
  275. this.label5.AutoSize = true;
  276. this.label5.Location = new System.Drawing.Point(6, 49);
  277. this.label5.Name = "label5";
  278. this.label5.Size = new System.Drawing.Size(65, 12);
  279. this.label5.TabIndex = 144;
  280. this.label5.Text = "生产订单号";
  281. //
  282. // txtOrderNO
  283. //
  284. this.txtOrderNO.BackColor = System.Drawing.Color.White;
  285. this.txtOrderNO.Location = new System.Drawing.Point(74, 21);
  286. this.txtOrderNO.Name = "txtOrderNO";
  287. this.txtOrderNO.ReadOnly = true;
  288. this.txtOrderNO.Size = new System.Drawing.Size(149, 21);
  289. this.txtOrderNO.TabIndex = 143;
  290. //
  291. // label1
  292. //
  293. this.label1.AutoSize = true;
  294. this.label1.Location = new System.Drawing.Point(18, 25);
  295. this.label1.Name = "label1";
  296. this.label1.Size = new System.Drawing.Size(53, 12);
  297. this.label1.TabIndex = 142;
  298. this.label1.Text = "订单行号";
  299. //
  300. // button4
  301. //
  302. this.button4.Location = new System.Drawing.Point(238, 44);
  303. this.button4.Name = "button4";
  304. this.button4.Size = new System.Drawing.Size(61, 23);
  305. this.button4.TabIndex = 141;
  306. this.button4.Text = "取消";
  307. this.button4.UseVisualStyleBackColor = true;
  308. this.button4.Visible = false;
  309. //
  310. // button3
  311. //
  312. this.button3.Location = new System.Drawing.Point(244, 20);
  313. this.button3.Name = "button3";
  314. this.button3.Size = new System.Drawing.Size(61, 23);
  315. this.button3.TabIndex = 140;
  316. this.button3.Text = "生成";
  317. this.button3.UseVisualStyleBackColor = true;
  318. this.button3.Click += new System.EventHandler(this.button3_Click);
  319. //
  320. // textBox2
  321. //
  322. this.textBox2.BackColor = System.Drawing.Color.LightCyan;
  323. this.textBox2.Location = new System.Drawing.Point(241, 153);
  324. this.textBox2.Name = "textBox2";
  325. this.textBox2.Size = new System.Drawing.Size(64, 21);
  326. this.textBox2.TabIndex = 139;
  327. this.textBox2.Text = "1";
  328. this.textBox2.Visible = false;
  329. //
  330. // label13
  331. //
  332. this.label13.AutoSize = true;
  333. this.label13.Location = new System.Drawing.Point(182, 154);
  334. this.label13.Name = "label13";
  335. this.label13.Size = new System.Drawing.Size(53, 12);
  336. this.label13.TabIndex = 138;
  337. this.label13.Text = "起始序号";
  338. this.label13.Visible = false;
  339. //
  340. // label10
  341. //
  342. this.label10.AutoSize = true;
  343. this.label10.Location = new System.Drawing.Point(226, 97);
  344. this.label10.Name = "label10";
  345. this.label10.Size = new System.Drawing.Size(29, 12);
  346. this.label10.TabIndex = 137;
  347. this.label10.Text = "重量";
  348. //
  349. // label14
  350. //
  351. this.label14.AutoSize = true;
  352. this.label14.Location = new System.Drawing.Point(226, 121);
  353. this.label14.Name = "label14";
  354. this.label14.Size = new System.Drawing.Size(29, 12);
  355. this.label14.TabIndex = 136;
  356. this.label14.Text = "厚度";
  357. //
  358. // tbxWeight
  359. //
  360. this.tbxWeight.BackColor = System.Drawing.Color.White;
  361. this.tbxWeight.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  362. this.tbxWeight.Location = new System.Drawing.Point(257, 93);
  363. this.tbxWeight.Name = "tbxWeight";
  364. this.tbxWeight.Size = new System.Drawing.Size(48, 21);
  365. this.tbxWeight.TabIndex = 135;
  366. //
  367. // tbxThick
  368. //
  369. this.tbxThick.BackColor = System.Drawing.Color.White;
  370. this.tbxThick.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  371. this.tbxThick.Location = new System.Drawing.Point(257, 117);
  372. this.tbxThick.Name = "tbxThick";
  373. this.tbxThick.Size = new System.Drawing.Size(48, 21);
  374. this.tbxThick.TabIndex = 134;
  375. this.tbxThick.TextChanged += new System.EventHandler(this.tbxLength_TextChanged);
  376. //
  377. // tbxWidth
  378. //
  379. this.tbxWidth.BackColor = System.Drawing.Color.White;
  380. this.tbxWidth.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  381. this.tbxWidth.Location = new System.Drawing.Point(175, 117);
  382. this.tbxWidth.Name = "tbxWidth";
  383. this.tbxWidth.Size = new System.Drawing.Size(48, 21);
  384. this.tbxWidth.TabIndex = 133;
  385. this.tbxWidth.TextChanged += new System.EventHandler(this.tbxLength_TextChanged);
  386. //
  387. // label12
  388. //
  389. this.label12.AutoSize = true;
  390. this.label12.Location = new System.Drawing.Point(143, 121);
  391. this.label12.Name = "label12";
  392. this.label12.Size = new System.Drawing.Size(29, 12);
  393. this.label12.TabIndex = 132;
  394. this.label12.Text = "宽度";
  395. //
  396. // tbxLength
  397. //
  398. this.tbxLength.BackColor = System.Drawing.Color.White;
  399. this.tbxLength.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  400. this.tbxLength.Location = new System.Drawing.Point(74, 117);
  401. this.tbxLength.Name = "tbxLength";
  402. this.tbxLength.Size = new System.Drawing.Size(64, 21);
  403. this.tbxLength.TabIndex = 131;
  404. this.tbxLength.TextChanged += new System.EventHandler(this.tbxLength_TextChanged);
  405. //
  406. // label8
  407. //
  408. this.label8.AutoSize = true;
  409. this.label8.Location = new System.Drawing.Point(42, 121);
  410. this.label8.Name = "label8";
  411. this.label8.Size = new System.Drawing.Size(29, 12);
  412. this.label8.TabIndex = 130;
  413. this.label8.Text = "长度";
  414. //
  415. // comboBox3
  416. //
  417. this.comboBox3.BackColor = System.Drawing.Color.White;
  418. this.comboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  419. this.comboBox3.Items.AddRange(new object[] {
  420. "0",
  421. "1",
  422. "2",
  423. "3"});
  424. this.comboBox3.Location = new System.Drawing.Point(175, 69);
  425. this.comboBox3.Name = "comboBox3";
  426. this.comboBox3.Size = new System.Drawing.Size(48, 20);
  427. this.comboBox3.TabIndex = 129;
  428. this.comboBox3.ValueMemberChanged += new System.EventHandler(this.comboBox3_ValueMemberChanged);
  429. this.comboBox3.TextChanged += new System.EventHandler(this.comboBox3_TextChanged);
  430. //
  431. // label3
  432. //
  433. this.label3.AutoSize = true;
  434. this.label3.Location = new System.Drawing.Point(144, 73);
  435. this.label3.Name = "label3";
  436. this.label3.Size = new System.Drawing.Size(29, 12);
  437. this.label3.TabIndex = 128;
  438. this.label3.Text = "铸机";
  439. //
  440. // textBox3
  441. //
  442. this.textBox3.BackColor = System.Drawing.Color.White;
  443. this.textBox3.Location = new System.Drawing.Point(74, 93);
  444. this.textBox3.Name = "textBox3";
  445. this.textBox3.Size = new System.Drawing.Size(64, 21);
  446. this.textBox3.TabIndex = 127;
  447. //
  448. // label2
  449. //
  450. this.label2.AutoSize = true;
  451. this.label2.Location = new System.Drawing.Point(18, 97);
  452. this.label2.Name = "label2";
  453. this.label2.Size = new System.Drawing.Size(53, 12);
  454. this.label2.TabIndex = 126;
  455. this.label2.Text = "生成块数";
  456. //
  457. // textBox1
  458. //
  459. this.textBox1.BackColor = System.Drawing.Color.White;
  460. this.textBox1.Location = new System.Drawing.Point(74, 69);
  461. this.textBox1.Name = "textBox1";
  462. this.textBox1.ReadOnly = true;
  463. this.textBox1.Size = new System.Drawing.Size(64, 21);
  464. this.textBox1.TabIndex = 125;
  465. //
  466. // label4
  467. //
  468. this.label4.AutoSize = true;
  469. this.label4.Location = new System.Drawing.Point(30, 73);
  470. this.label4.Name = "label4";
  471. this.label4.Size = new System.Drawing.Size(41, 12);
  472. this.label4.TabIndex = 124;
  473. this.label4.Text = "熔炼号";
  474. //
  475. // groupBox1
  476. //
  477. this.groupBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(228)))), ((int)(((byte)(242)))));
  478. this.groupBox1.Controls.Add(this.uGrdCutInfo);
  479. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
  480. this.groupBox1.Location = new System.Drawing.Point(0, 260);
  481. this.groupBox1.Name = "groupBox1";
  482. this.groupBox1.Size = new System.Drawing.Size(316, 147);
  483. this.groupBox1.TabIndex = 4;
  484. this.groupBox1.TabStop = false;
  485. //
  486. // uGrdCutInfo
  487. //
  488. appearance2.FontData.BoldAsString = "True";
  489. this.uGrdCutInfo.DisplayLayout.Override.ActiveRowAppearance = appearance2;
  490. this.uGrdCutInfo.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
  491. this.uGrdCutInfo.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
  492. this.uGrdCutInfo.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
  493. this.uGrdCutInfo.DisplayLayout.Override.RowSelectorWidth = 20;
  494. this.uGrdCutInfo.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  495. this.uGrdCutInfo.Dock = System.Windows.Forms.DockStyle.Fill;
  496. this.uGrdCutInfo.Location = new System.Drawing.Point(3, 17);
  497. this.uGrdCutInfo.Name = "uGrdCutInfo";
  498. this.uGrdCutInfo.Size = new System.Drawing.Size(310, 127);
  499. this.uGrdCutInfo.TabIndex = 1;
  500. this.uGrdCutInfo.AfterRowActivate += new System.EventHandler(this.ultraGrid2_AfterRowActivate);
  501. //
  502. // groupBox2
  503. //
  504. this.groupBox2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(228)))), ((int)(((byte)(242)))));
  505. this.groupBox2.Controls.Add(this.ultraGrid1);
  506. this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  507. this.groupBox2.Location = new System.Drawing.Point(0, 50);
  508. this.groupBox2.Name = "groupBox2";
  509. this.groupBox2.Size = new System.Drawing.Size(316, 210);
  510. this.groupBox2.TabIndex = 5;
  511. this.groupBox2.TabStop = false;
  512. this.groupBox2.Text = "计划信息";
  513. //
  514. // ultraGrid1
  515. //
  516. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
  517. this.ultraGrid1.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
  518. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
  519. this.ultraGrid1.DisplayLayout.Override.RowSelectorWidth = 20;
  520. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  521. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  522. this.ultraGrid1.Location = new System.Drawing.Point(3, 17);
  523. this.ultraGrid1.Name = "ultraGrid1";
  524. this.ultraGrid1.Size = new System.Drawing.Size(310, 190);
  525. this.ultraGrid1.TabIndex = 0;
  526. this.ultraGrid1.AfterRowActivate += new System.EventHandler(this.ultraGrid1_AfterRowActivate);
  527. //
  528. // FrmProductQuery
  529. //
  530. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  531. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  532. this.Controls.Add(this.groupBox2);
  533. this.Controls.Add(this.groupBox1);
  534. this.Controls.Add(this.ultraGroupBox2);
  535. this.Controls.Add(this.ultraGroupBox1);
  536. this.Name = "FrmProductQuery";
  537. this.Size = new System.Drawing.Size(316, 581);
  538. this.Load += new System.EventHandler(this.FrmProductQuery_Load);
  539. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  540. this.ultraGroupBox1.ResumeLayout(false);
  541. this.ultraGroupBox1.PerformLayout();
  542. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
  543. this.ultraGroupBox2.ResumeLayout(false);
  544. this.ultraGroupBox2.PerformLayout();
  545. ((System.ComponentModel.ISupportInitialize)(this.dtpCutTime)).EndInit();
  546. this.groupBox1.ResumeLayout(false);
  547. ((System.ComponentModel.ISupportInitialize)(this.uGrdCutInfo)).EndInit();
  548. this.groupBox2.ResumeLayout(false);
  549. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  550. this.ResumeLayout(false);
  551. }
  552. #endregion
  553. private System.Windows.Forms.CheckBox chkCcmNo;
  554. private System.Windows.Forms.ComboBox ccmNumCobo;
  555. private System.Windows.Forms.ComboBox combConNo;
  556. private System.Windows.Forms.CheckBox chkConNo;
  557. private System.Windows.Forms.Button queryBtn;
  558. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  559. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
  560. private System.Windows.Forms.TextBox tbxWeight;
  561. private System.Windows.Forms.TextBox tbxThick;
  562. private System.Windows.Forms.TextBox tbxWidth;
  563. private System.Windows.Forms.Label label12;
  564. private System.Windows.Forms.TextBox tbxLength;
  565. private System.Windows.Forms.Label label8;
  566. private System.Windows.Forms.ComboBox comboBox3;
  567. private System.Windows.Forms.Label label3;
  568. private System.Windows.Forms.TextBox textBox3;
  569. private System.Windows.Forms.Label label2;
  570. private System.Windows.Forms.TextBox textBox1;
  571. private System.Windows.Forms.Label label4;
  572. private System.Windows.Forms.Label label10;
  573. private System.Windows.Forms.Label label14;
  574. private System.Windows.Forms.TextBox textBox2;
  575. private System.Windows.Forms.Label label13;
  576. private System.Windows.Forms.Button button3;
  577. private System.Windows.Forms.Button button4;
  578. private System.Windows.Forms.GroupBox groupBox1;
  579. private Infragistics.Win.UltraWinGrid.UltraGrid uGrdCutInfo;
  580. private System.Windows.Forms.GroupBox groupBox2;
  581. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  582. private System.Windows.Forms.Label label6;
  583. private System.Windows.Forms.TextBox txtSurplusFlag;
  584. private System.Windows.Forms.TextBox txtProdorderNO;
  585. private System.Windows.Forms.Label label5;
  586. private System.Windows.Forms.TextBox txtOrderNO;
  587. private System.Windows.Forms.Label label1;
  588. private System.Windows.Forms.ComboBox cboFlowNo;
  589. private System.Windows.Forms.Label label7;
  590. private System.Windows.Forms.Button bntSend;
  591. private System.Windows.Forms.Label label19;
  592. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor dtpCutTime;
  593. }
  594. }