FrmProductQueryQuery.Designer.cs 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523
  1. namespace Core.LgMes.Client.LgJobMgt
  2. {
  3. partial class FrmProductQueryQuery
  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. this.ccmNumCobo = new System.Windows.Forms.ComboBox();
  29. this.chkCcmNo = new System.Windows.Forms.CheckBox();
  30. this.chkConNo = new System.Windows.Forms.CheckBox();
  31. this.combConNo = new System.Windows.Forms.ComboBox();
  32. this.queryBtn = new System.Windows.Forms.Button();
  33. this.button2 = new System.Windows.Forms.Button();
  34. this.checkBox3 = new System.Windows.Forms.CheckBox();
  35. this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
  36. this.numericUpDown2 = new System.Windows.Forms.NumericUpDown();
  37. this.label1 = new System.Windows.Forms.Label();
  38. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  39. this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
  40. this.button4 = new System.Windows.Forms.Button();
  41. this.button3 = new System.Windows.Forms.Button();
  42. this.textBox2 = new System.Windows.Forms.TextBox();
  43. this.label13 = new System.Windows.Forms.Label();
  44. this.label10 = new System.Windows.Forms.Label();
  45. this.label14 = new System.Windows.Forms.Label();
  46. this.tbxWeight = new System.Windows.Forms.TextBox();
  47. this.tbxThick = new System.Windows.Forms.TextBox();
  48. this.tbxWidth = new System.Windows.Forms.TextBox();
  49. this.label12 = new System.Windows.Forms.Label();
  50. this.tbxLength = new System.Windows.Forms.TextBox();
  51. this.label8 = new System.Windows.Forms.Label();
  52. this.comboBox3 = new System.Windows.Forms.ComboBox();
  53. this.label3 = new System.Windows.Forms.Label();
  54. this.textBox3 = new System.Windows.Forms.TextBox();
  55. this.label2 = new System.Windows.Forms.Label();
  56. this.textBox1 = new System.Windows.Forms.TextBox();
  57. this.label4 = new System.Windows.Forms.Label();
  58. this.groupBox1 = new System.Windows.Forms.GroupBox();
  59. this.ultraGrid2 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  60. this.groupBox2 = new System.Windows.Forms.GroupBox();
  61. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  62. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  65. this.ultraGroupBox1.SuspendLayout();
  66. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
  67. this.ultraGroupBox2.SuspendLayout();
  68. this.groupBox1.SuspendLayout();
  69. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).BeginInit();
  70. this.groupBox2.SuspendLayout();
  71. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  72. this.SuspendLayout();
  73. //
  74. // ccmNumCobo
  75. //
  76. this.ccmNumCobo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  77. this.ccmNumCobo.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  78. this.ccmNumCobo.FormattingEnabled = true;
  79. this.ccmNumCobo.Location = new System.Drawing.Point(63, 8);
  80. this.ccmNumCobo.Name = "ccmNumCobo";
  81. this.ccmNumCobo.Size = new System.Drawing.Size(62, 20);
  82. this.ccmNumCobo.TabIndex = 3;
  83. this.ccmNumCobo.ValueMemberChanged += new System.EventHandler(this.combCcmNo_ValueMemberChanged);
  84. //
  85. // chkCcmNo
  86. //
  87. this.chkCcmNo.AutoSize = true;
  88. this.chkCcmNo.Location = new System.Drawing.Point(6, 12);
  89. this.chkCcmNo.Name = "chkCcmNo";
  90. this.chkCcmNo.Size = new System.Drawing.Size(60, 16);
  91. this.chkCcmNo.TabIndex = 0;
  92. this.chkCcmNo.Text = "铸机号";
  93. this.chkCcmNo.UseVisualStyleBackColor = true;
  94. this.chkCcmNo.CheckedChanged += new System.EventHandler(this.chkCcmNo_CheckedChanged);
  95. //
  96. // chkConNo
  97. //
  98. this.chkConNo.AutoSize = true;
  99. this.chkConNo.Location = new System.Drawing.Point(6, 34);
  100. this.chkConNo.Name = "chkConNo";
  101. this.chkConNo.Size = new System.Drawing.Size(60, 16);
  102. this.chkConNo.TabIndex = 2;
  103. this.chkConNo.Text = "转炉号";
  104. this.chkConNo.UseVisualStyleBackColor = true;
  105. this.chkConNo.CheckedChanged += new System.EventHandler(this.chkConNo_CheckedChanged);
  106. //
  107. // combConNo
  108. //
  109. this.combConNo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  110. this.combConNo.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  111. this.combConNo.Location = new System.Drawing.Point(64, 31);
  112. this.combConNo.Name = "combConNo";
  113. this.combConNo.Size = new System.Drawing.Size(62, 20);
  114. this.combConNo.TabIndex = 3;
  115. //
  116. // queryBtn
  117. //
  118. this.queryBtn.Location = new System.Drawing.Point(129, 6);
  119. this.queryBtn.Name = "queryBtn";
  120. this.queryBtn.Size = new System.Drawing.Size(61, 23);
  121. this.queryBtn.TabIndex = 4;
  122. this.queryBtn.Text = "查询";
  123. this.queryBtn.UseVisualStyleBackColor = true;
  124. this.queryBtn.Click += new System.EventHandler(this.queryBtn_Click);
  125. //
  126. // button2
  127. //
  128. this.button2.Location = new System.Drawing.Point(129, 30);
  129. this.button2.Name = "button2";
  130. this.button2.Size = new System.Drawing.Size(61, 23);
  131. this.button2.TabIndex = 5;
  132. this.button2.Text = "手工设置";
  133. this.button2.UseVisualStyleBackColor = true;
  134. this.button2.Visible = false;
  135. //
  136. // checkBox3
  137. //
  138. this.checkBox3.AutoSize = true;
  139. this.checkBox3.Location = new System.Drawing.Point(196, 8);
  140. this.checkBox3.Name = "checkBox3";
  141. this.checkBox3.Size = new System.Drawing.Size(84, 16);
  142. this.checkBox3.TabIndex = 6;
  143. this.checkBox3.Text = "设置坯料号";
  144. this.checkBox3.UseVisualStyleBackColor = true;
  145. this.checkBox3.Visible = false;
  146. //
  147. // numericUpDown1
  148. //
  149. this.numericUpDown1.BackColor = System.Drawing.Color.LightCyan;
  150. this.numericUpDown1.Location = new System.Drawing.Point(197, 28);
  151. this.numericUpDown1.Name = "numericUpDown1";
  152. this.numericUpDown1.Size = new System.Drawing.Size(38, 21);
  153. this.numericUpDown1.TabIndex = 7;
  154. this.numericUpDown1.Value = new decimal(new int[] {
  155. 1,
  156. 0,
  157. 0,
  158. 0});
  159. this.numericUpDown1.Visible = false;
  160. //
  161. // numericUpDown2
  162. //
  163. this.numericUpDown2.BackColor = System.Drawing.Color.LightCyan;
  164. this.numericUpDown2.Location = new System.Drawing.Point(253, 28);
  165. this.numericUpDown2.Name = "numericUpDown2";
  166. this.numericUpDown2.Size = new System.Drawing.Size(38, 21);
  167. this.numericUpDown2.TabIndex = 8;
  168. this.numericUpDown2.Value = new decimal(new int[] {
  169. 100,
  170. 0,
  171. 0,
  172. 0});
  173. this.numericUpDown2.Visible = false;
  174. //
  175. // label1
  176. //
  177. this.label1.AutoSize = true;
  178. this.label1.Location = new System.Drawing.Point(235, 33);
  179. this.label1.Name = "label1";
  180. this.label1.Size = new System.Drawing.Size(17, 12);
  181. this.label1.TabIndex = 9;
  182. this.label1.Text = "到";
  183. this.label1.Visible = false;
  184. //
  185. // ultraGroupBox1
  186. //
  187. this.ultraGroupBox1.BackColor = System.Drawing.Color.Gainsboro;
  188. this.ultraGroupBox1.Controls.Add(this.label1);
  189. this.ultraGroupBox1.Controls.Add(this.numericUpDown2);
  190. this.ultraGroupBox1.Controls.Add(this.numericUpDown1);
  191. this.ultraGroupBox1.Controls.Add(this.checkBox3);
  192. this.ultraGroupBox1.Controls.Add(this.button2);
  193. this.ultraGroupBox1.Controls.Add(this.queryBtn);
  194. this.ultraGroupBox1.Controls.Add(this.combConNo);
  195. this.ultraGroupBox1.Controls.Add(this.chkConNo);
  196. this.ultraGroupBox1.Controls.Add(this.ccmNumCobo);
  197. this.ultraGroupBox1.Controls.Add(this.chkCcmNo);
  198. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  199. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  200. this.ultraGroupBox1.Name = "ultraGroupBox1";
  201. this.ultraGroupBox1.Size = new System.Drawing.Size(316, 65);
  202. this.ultraGroupBox1.SupportThemes = false;
  203. this.ultraGroupBox1.TabIndex = 0;
  204. //
  205. // ultraGroupBox2
  206. //
  207. this.ultraGroupBox2.BackColor = System.Drawing.Color.Gainsboro;
  208. this.ultraGroupBox2.Controls.Add(this.button4);
  209. this.ultraGroupBox2.Controls.Add(this.button3);
  210. this.ultraGroupBox2.Controls.Add(this.textBox2);
  211. this.ultraGroupBox2.Controls.Add(this.label13);
  212. this.ultraGroupBox2.Controls.Add(this.label10);
  213. this.ultraGroupBox2.Controls.Add(this.label14);
  214. this.ultraGroupBox2.Controls.Add(this.tbxWeight);
  215. this.ultraGroupBox2.Controls.Add(this.tbxThick);
  216. this.ultraGroupBox2.Controls.Add(this.tbxWidth);
  217. this.ultraGroupBox2.Controls.Add(this.label12);
  218. this.ultraGroupBox2.Controls.Add(this.tbxLength);
  219. this.ultraGroupBox2.Controls.Add(this.label8);
  220. this.ultraGroupBox2.Controls.Add(this.comboBox3);
  221. this.ultraGroupBox2.Controls.Add(this.label3);
  222. this.ultraGroupBox2.Controls.Add(this.textBox3);
  223. this.ultraGroupBox2.Controls.Add(this.label2);
  224. this.ultraGroupBox2.Controls.Add(this.textBox1);
  225. this.ultraGroupBox2.Controls.Add(this.label4);
  226. this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Bottom;
  227. this.ultraGroupBox2.Location = new System.Drawing.Point(0, 424);
  228. this.ultraGroupBox2.Name = "ultraGroupBox2";
  229. this.ultraGroupBox2.Size = new System.Drawing.Size(316, 157);
  230. this.ultraGroupBox2.SupportThemes = false;
  231. this.ultraGroupBox2.TabIndex = 3;
  232. this.ultraGroupBox2.Text = "按计划多块生成切割";
  233. this.ultraGroupBox2.Visible = false;
  234. //
  235. // button4
  236. //
  237. this.button4.Location = new System.Drawing.Point(238, 53);
  238. this.button4.Name = "button4";
  239. this.button4.Size = new System.Drawing.Size(61, 23);
  240. this.button4.TabIndex = 141;
  241. this.button4.Text = "取消";
  242. this.button4.UseVisualStyleBackColor = true;
  243. //
  244. // button3
  245. //
  246. this.button3.Location = new System.Drawing.Point(237, 25);
  247. this.button3.Name = "button3";
  248. this.button3.Size = new System.Drawing.Size(61, 23);
  249. this.button3.TabIndex = 140;
  250. this.button3.Text = "生成";
  251. this.button3.UseVisualStyleBackColor = true;
  252. this.button3.Click += new System.EventHandler(this.button3_Click);
  253. //
  254. // textBox2
  255. //
  256. this.textBox2.BackColor = System.Drawing.Color.LightCyan;
  257. this.textBox2.Location = new System.Drawing.Point(63, 125);
  258. this.textBox2.Name = "textBox2";
  259. this.textBox2.Size = new System.Drawing.Size(64, 21);
  260. this.textBox2.TabIndex = 139;
  261. this.textBox2.Text = "1";
  262. this.textBox2.Visible = false;
  263. //
  264. // label13
  265. //
  266. this.label13.AutoSize = true;
  267. this.label13.Location = new System.Drawing.Point(7, 129);
  268. this.label13.Name = "label13";
  269. this.label13.Size = new System.Drawing.Size(53, 12);
  270. this.label13.TabIndex = 138;
  271. this.label13.Text = "起始序号";
  272. this.label13.Visible = false;
  273. //
  274. // label10
  275. //
  276. this.label10.AutoSize = true;
  277. this.label10.Location = new System.Drawing.Point(142, 101);
  278. this.label10.Name = "label10";
  279. this.label10.Size = new System.Drawing.Size(29, 12);
  280. this.label10.TabIndex = 137;
  281. this.label10.Text = "重量";
  282. //
  283. // label14
  284. //
  285. this.label14.AutoSize = true;
  286. this.label14.Location = new System.Drawing.Point(143, 76);
  287. this.label14.Name = "label14";
  288. this.label14.Size = new System.Drawing.Size(29, 12);
  289. this.label14.TabIndex = 136;
  290. this.label14.Text = "厚度";
  291. //
  292. // tbxWeight
  293. //
  294. this.tbxWeight.BackColor = System.Drawing.SystemColors.Control;
  295. this.tbxWeight.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  296. this.tbxWeight.Location = new System.Drawing.Point(175, 98);
  297. this.tbxWeight.Name = "tbxWeight";
  298. this.tbxWeight.Size = new System.Drawing.Size(48, 21);
  299. this.tbxWeight.TabIndex = 135;
  300. //
  301. // tbxThick
  302. //
  303. this.tbxThick.BackColor = System.Drawing.SystemColors.Control;
  304. this.tbxThick.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  305. this.tbxThick.Location = new System.Drawing.Point(175, 72);
  306. this.tbxThick.Name = "tbxThick";
  307. this.tbxThick.Size = new System.Drawing.Size(48, 21);
  308. this.tbxThick.TabIndex = 134;
  309. //
  310. // tbxWidth
  311. //
  312. this.tbxWidth.BackColor = System.Drawing.SystemColors.Control;
  313. this.tbxWidth.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  314. this.tbxWidth.Location = new System.Drawing.Point(63, 98);
  315. this.tbxWidth.Name = "tbxWidth";
  316. this.tbxWidth.Size = new System.Drawing.Size(64, 21);
  317. this.tbxWidth.TabIndex = 133;
  318. //
  319. // label12
  320. //
  321. this.label12.AutoSize = true;
  322. this.label12.Location = new System.Drawing.Point(31, 100);
  323. this.label12.Name = "label12";
  324. this.label12.Size = new System.Drawing.Size(29, 12);
  325. this.label12.TabIndex = 132;
  326. this.label12.Text = "宽度";
  327. //
  328. // tbxLength
  329. //
  330. this.tbxLength.BackColor = System.Drawing.SystemColors.Control;
  331. this.tbxLength.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  332. this.tbxLength.Location = new System.Drawing.Point(63, 72);
  333. this.tbxLength.Name = "tbxLength";
  334. this.tbxLength.Size = new System.Drawing.Size(64, 21);
  335. this.tbxLength.TabIndex = 131;
  336. //
  337. // label8
  338. //
  339. this.label8.AutoSize = true;
  340. this.label8.Location = new System.Drawing.Point(31, 77);
  341. this.label8.Name = "label8";
  342. this.label8.Size = new System.Drawing.Size(29, 12);
  343. this.label8.TabIndex = 130;
  344. this.label8.Text = "长度";
  345. //
  346. // comboBox3
  347. //
  348. this.comboBox3.BackColor = System.Drawing.Color.LightCyan;
  349. this.comboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  350. this.comboBox3.Items.AddRange(new object[] {
  351. "1",
  352. "2",
  353. "3",
  354. "4"});
  355. this.comboBox3.Location = new System.Drawing.Point(175, 24);
  356. this.comboBox3.Name = "comboBox3";
  357. this.comboBox3.Size = new System.Drawing.Size(48, 20);
  358. this.comboBox3.TabIndex = 129;
  359. this.comboBox3.ValueMemberChanged += new System.EventHandler(this.comboBox3_ValueMemberChanged);
  360. this.comboBox3.TextChanged += new System.EventHandler(this.comboBox3_TextChanged);
  361. //
  362. // label3
  363. //
  364. this.label3.AutoSize = true;
  365. this.label3.Location = new System.Drawing.Point(144, 28);
  366. this.label3.Name = "label3";
  367. this.label3.Size = new System.Drawing.Size(29, 12);
  368. this.label3.TabIndex = 128;
  369. this.label3.Text = "铸机";
  370. //
  371. // textBox3
  372. //
  373. this.textBox3.BackColor = System.Drawing.Color.LightCyan;
  374. this.textBox3.Location = new System.Drawing.Point(63, 47);
  375. this.textBox3.Name = "textBox3";
  376. this.textBox3.Size = new System.Drawing.Size(160, 21);
  377. this.textBox3.TabIndex = 127;
  378. //
  379. // label2
  380. //
  381. this.label2.AutoSize = true;
  382. this.label2.Location = new System.Drawing.Point(3, 51);
  383. this.label2.Name = "label2";
  384. this.label2.Size = new System.Drawing.Size(53, 12);
  385. this.label2.TabIndex = 126;
  386. this.label2.Text = "追加块数";
  387. //
  388. // textBox1
  389. //
  390. this.textBox1.Location = new System.Drawing.Point(63, 23);
  391. this.textBox1.Name = "textBox1";
  392. this.textBox1.ReadOnly = true;
  393. this.textBox1.Size = new System.Drawing.Size(64, 21);
  394. this.textBox1.TabIndex = 125;
  395. //
  396. // label4
  397. //
  398. this.label4.AutoSize = true;
  399. this.label4.Location = new System.Drawing.Point(15, 27);
  400. this.label4.Name = "label4";
  401. this.label4.Size = new System.Drawing.Size(41, 12);
  402. this.label4.TabIndex = 124;
  403. this.label4.Text = "熔炼号";
  404. //
  405. // groupBox1
  406. //
  407. this.groupBox1.BackColor = System.Drawing.Color.Gainsboro;
  408. this.groupBox1.Controls.Add(this.ultraGrid2);
  409. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
  410. this.groupBox1.Location = new System.Drawing.Point(0, 192);
  411. this.groupBox1.Name = "groupBox1";
  412. this.groupBox1.Size = new System.Drawing.Size(316, 232);
  413. this.groupBox1.TabIndex = 4;
  414. this.groupBox1.TabStop = false;
  415. //
  416. // ultraGrid2
  417. //
  418. this.ultraGrid2.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
  419. this.ultraGrid2.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
  420. this.ultraGrid2.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
  421. this.ultraGrid2.DisplayLayout.Override.RowSelectorWidth = 20;
  422. this.ultraGrid2.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  423. this.ultraGrid2.Dock = System.Windows.Forms.DockStyle.Fill;
  424. this.ultraGrid2.Location = new System.Drawing.Point(3, 17);
  425. this.ultraGrid2.Name = "ultraGrid2";
  426. this.ultraGrid2.Size = new System.Drawing.Size(310, 212);
  427. this.ultraGrid2.TabIndex = 1;
  428. this.ultraGrid2.AfterRowActivate += new System.EventHandler(this.ultraGrid2_AfterRowActivate);
  429. //
  430. // groupBox2
  431. //
  432. this.groupBox2.BackColor = System.Drawing.Color.Gainsboro;
  433. this.groupBox2.Controls.Add(this.ultraGrid1);
  434. this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  435. this.groupBox2.Location = new System.Drawing.Point(0, 65);
  436. this.groupBox2.Name = "groupBox2";
  437. this.groupBox2.Size = new System.Drawing.Size(316, 127);
  438. this.groupBox2.TabIndex = 5;
  439. this.groupBox2.TabStop = false;
  440. this.groupBox2.Text = "计划信息";
  441. //
  442. // ultraGrid1
  443. //
  444. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
  445. this.ultraGrid1.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
  446. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
  447. this.ultraGrid1.DisplayLayout.Override.RowSelectorWidth = 20;
  448. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  449. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  450. this.ultraGrid1.Location = new System.Drawing.Point(3, 17);
  451. this.ultraGrid1.Name = "ultraGrid1";
  452. this.ultraGrid1.Size = new System.Drawing.Size(310, 107);
  453. this.ultraGrid1.TabIndex = 0;
  454. this.ultraGrid1.AfterRowActivate += new System.EventHandler(this.ultraGrid1_AfterRowActivate);
  455. //
  456. // FrmProductQueryQuery
  457. //
  458. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  459. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  460. this.Controls.Add(this.groupBox2);
  461. this.Controls.Add(this.groupBox1);
  462. this.Controls.Add(this.ultraGroupBox2);
  463. this.Controls.Add(this.ultraGroupBox1);
  464. this.Name = "FrmProductQueryQuery";
  465. this.Size = new System.Drawing.Size(316, 581);
  466. this.Load += new System.EventHandler(this.FrmProductQueryQuery_Load);
  467. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
  468. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit();
  469. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  470. this.ultraGroupBox1.ResumeLayout(false);
  471. this.ultraGroupBox1.PerformLayout();
  472. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
  473. this.ultraGroupBox2.ResumeLayout(false);
  474. this.ultraGroupBox2.PerformLayout();
  475. this.groupBox1.ResumeLayout(false);
  476. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).EndInit();
  477. this.groupBox2.ResumeLayout(false);
  478. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  479. this.ResumeLayout(false);
  480. }
  481. #endregion
  482. private System.Windows.Forms.CheckBox chkCcmNo;
  483. private System.Windows.Forms.ComboBox ccmNumCobo;
  484. private System.Windows.Forms.ComboBox combConNo;
  485. private System.Windows.Forms.CheckBox chkConNo;
  486. private System.Windows.Forms.Button queryBtn;
  487. private System.Windows.Forms.Button button2;
  488. private System.Windows.Forms.CheckBox checkBox3;
  489. private System.Windows.Forms.NumericUpDown numericUpDown2;
  490. private System.Windows.Forms.NumericUpDown numericUpDown1;
  491. private System.Windows.Forms.Label label1;
  492. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  493. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
  494. private System.Windows.Forms.TextBox tbxWeight;
  495. private System.Windows.Forms.TextBox tbxThick;
  496. private System.Windows.Forms.TextBox tbxWidth;
  497. private System.Windows.Forms.Label label12;
  498. private System.Windows.Forms.TextBox tbxLength;
  499. private System.Windows.Forms.Label label8;
  500. private System.Windows.Forms.ComboBox comboBox3;
  501. private System.Windows.Forms.Label label3;
  502. private System.Windows.Forms.TextBox textBox3;
  503. private System.Windows.Forms.Label label2;
  504. private System.Windows.Forms.TextBox textBox1;
  505. private System.Windows.Forms.Label label4;
  506. private System.Windows.Forms.Label label10;
  507. private System.Windows.Forms.Label label14;
  508. private System.Windows.Forms.TextBox textBox2;
  509. private System.Windows.Forms.Label label13;
  510. private System.Windows.Forms.Button button3;
  511. private System.Windows.Forms.Button button4;
  512. private System.Windows.Forms.GroupBox groupBox1;
  513. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid2;
  514. private System.Windows.Forms.GroupBox groupBox2;
  515. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  516. }
  517. }