Query_OnlineTraceBack.Designer.cs 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451
  1. namespace UAS_MES_NEW.Query
  2. {
  3. partial class Query_OnlineTraceBack
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Query_OnlineTraceBack));
  29. this.ms_makecode_label = new System.Windows.Forms.Label();
  30. this.ms_status_label = new System.Windows.Forms.Label();
  31. this.ms_stepcode_label = new System.Windows.Forms.Label();
  32. this.ms_nextstepcode_label = new System.Windows.Forms.Label();
  33. this.Count_label = new System.Windows.Forms.Label();
  34. this.Count = new System.Windows.Forms.Label();
  35. this.ma_qty_label = new System.Windows.Forms.Label();
  36. this.ma_qty = new System.Windows.Forms.Label();
  37. this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
  38. this.label2 = new System.Windows.Forms.Label();
  39. this.checkBox1 = new System.Windows.Forms.CheckBox();
  40. this.Setting = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  41. this.normalButton2 = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  42. this.Printer = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.PrinterCombox();
  43. this.normalButton1 = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  44. this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
  45. this.Query = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  46. this.ms_status = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComBoxWithFocus();
  47. this.SnInf = new UAS_MES_NEW.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
  48. this.choose1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  49. this.SN = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.状态 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.线别 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.当前工序 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.下一工序 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.当前途程 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.ms_stepcode = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComBoxWithFocus();
  56. this.ms_nextstepcode = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComBoxWithFocus();
  57. ((System.ComponentModel.ISupportInitialize)(this.SnInf)).BeginInit();
  58. this.SuspendLayout();
  59. //
  60. // ms_makecode_label
  61. //
  62. this.ms_makecode_label.AutoSize = true;
  63. this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  64. this.ms_makecode_label.Location = new System.Drawing.Point(-4, 23);
  65. this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  66. this.ms_makecode_label.Name = "ms_makecode_label";
  67. this.ms_makecode_label.Size = new System.Drawing.Size(72, 27);
  68. this.ms_makecode_label.TabIndex = 198;
  69. this.ms_makecode_label.Text = "工单号";
  70. //
  71. // ms_status_label
  72. //
  73. this.ms_status_label.AutoSize = true;
  74. this.ms_status_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  75. this.ms_status_label.Location = new System.Drawing.Point(237, 25);
  76. this.ms_status_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  77. this.ms_status_label.Name = "ms_status_label";
  78. this.ms_status_label.Size = new System.Drawing.Size(80, 27);
  79. this.ms_status_label.TabIndex = 197;
  80. this.ms_status_label.Text = "SN状态";
  81. //
  82. // ms_stepcode_label
  83. //
  84. this.ms_stepcode_label.AutoSize = true;
  85. this.ms_stepcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  86. this.ms_stepcode_label.Location = new System.Drawing.Point(500, 27);
  87. this.ms_stepcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  88. this.ms_stepcode_label.Name = "ms_stepcode_label";
  89. this.ms_stepcode_label.Size = new System.Drawing.Size(92, 27);
  90. this.ms_stepcode_label.TabIndex = 207;
  91. this.ms_stepcode_label.Text = "当前工序";
  92. //
  93. // ms_nextstepcode_label
  94. //
  95. this.ms_nextstepcode_label.AutoSize = true;
  96. this.ms_nextstepcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  97. this.ms_nextstepcode_label.Location = new System.Drawing.Point(795, 27);
  98. this.ms_nextstepcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  99. this.ms_nextstepcode_label.Name = "ms_nextstepcode_label";
  100. this.ms_nextstepcode_label.Size = new System.Drawing.Size(92, 27);
  101. this.ms_nextstepcode_label.TabIndex = 209;
  102. this.ms_nextstepcode_label.Text = "下一工序";
  103. //
  104. // Count_label
  105. //
  106. this.Count_label.AutoSize = true;
  107. this.Count_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  108. this.Count_label.Location = new System.Drawing.Point(275, 663);
  109. this.Count_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  110. this.Count_label.Name = "Count_label";
  111. this.Count_label.Size = new System.Drawing.Size(132, 27);
  112. this.Count_label.TabIndex = 212;
  113. this.Count_label.Text = "当前状态总计";
  114. //
  115. // Count
  116. //
  117. this.Count.AutoSize = true;
  118. this.Count.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  119. this.Count.Location = new System.Drawing.Point(414, 663);
  120. this.Count.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  121. this.Count.Name = "Count";
  122. this.Count.Size = new System.Drawing.Size(0, 27);
  123. this.Count.TabIndex = 213;
  124. //
  125. // ma_qty_label
  126. //
  127. this.ma_qty_label.AutoSize = true;
  128. this.ma_qty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  129. this.ma_qty_label.Location = new System.Drawing.Point(4, 663);
  130. this.ma_qty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  131. this.ma_qty_label.Name = "ma_qty_label";
  132. this.ma_qty_label.Size = new System.Drawing.Size(92, 27);
  133. this.ma_qty_label.TabIndex = 214;
  134. this.ma_qty_label.Text = "工单数量";
  135. //
  136. // ma_qty
  137. //
  138. this.ma_qty.AutoSize = true;
  139. this.ma_qty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  140. this.ma_qty.Location = new System.Drawing.Point(104, 663);
  141. this.ma_qty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  142. this.ma_qty.Name = "ma_qty";
  143. this.ma_qty.Size = new System.Drawing.Size(0, 27);
  144. this.ma_qty.TabIndex = 215;
  145. //
  146. // label2
  147. //
  148. this.label2.AutoSize = true;
  149. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  150. this.label2.Location = new System.Drawing.Point(1006, 126);
  151. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  152. this.label2.Name = "label2";
  153. this.label2.Size = new System.Drawing.Size(72, 27);
  154. this.label2.TabIndex = 220;
  155. this.label2.Text = "打印机";
  156. //
  157. // checkBox1
  158. //
  159. this.checkBox1.AutoSize = true;
  160. this.checkBox1.Location = new System.Drawing.Point(1099, 87);
  161. this.checkBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  162. this.checkBox1.Name = "checkBox1";
  163. this.checkBox1.Size = new System.Drawing.Size(59, 19);
  164. this.checkBox1.TabIndex = 222;
  165. this.checkBox1.Text = "全选";
  166. this.checkBox1.UseVisualStyleBackColor = true;
  167. this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
  168. //
  169. // Setting
  170. //
  171. this.Setting.AllPower = null;
  172. this.Setting.BackColor = System.Drawing.Color.Transparent;
  173. this.Setting.DownImage = ((System.Drawing.Image)(resources.GetObject("Setting.DownImage")));
  174. this.Setting.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  175. this.Setting.Image = ((System.Drawing.Image)(resources.GetObject("Setting.Image")));
  176. this.Setting.IsShowBorder = true;
  177. this.Setting.Location = new System.Drawing.Point(1099, 207);
  178. this.Setting.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  179. this.Setting.MoveImage = ((System.Drawing.Image)(resources.GetObject("Setting.MoveImage")));
  180. this.Setting.Name = "Setting";
  181. this.Setting.NormalImage = ((System.Drawing.Image)(resources.GetObject("Setting.NormalImage")));
  182. this.Setting.Power = null;
  183. this.Setting.Size = new System.Drawing.Size(84, 30);
  184. this.Setting.TabIndex = 223;
  185. this.Setting.Text = "参数设置";
  186. this.Setting.UseVisualStyleBackColor = true;
  187. this.Setting.Click += new System.EventHandler(this.Setting_Click);
  188. //
  189. // normalButton2
  190. //
  191. this.normalButton2.AllPower = null;
  192. this.normalButton2.BackColor = System.Drawing.Color.Transparent;
  193. this.normalButton2.DownImage = ((System.Drawing.Image)(resources.GetObject("normalButton2.DownImage")));
  194. this.normalButton2.Image = null;
  195. this.normalButton2.IsShowBorder = true;
  196. this.normalButton2.Location = new System.Drawing.Point(1099, 165);
  197. this.normalButton2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  198. this.normalButton2.MoveImage = ((System.Drawing.Image)(resources.GetObject("normalButton2.MoveImage")));
  199. this.normalButton2.Name = "normalButton2";
  200. this.normalButton2.NormalImage = ((System.Drawing.Image)(resources.GetObject("normalButton2.NormalImage")));
  201. this.normalButton2.Power = null;
  202. this.normalButton2.Size = new System.Drawing.Size(75, 27);
  203. this.normalButton2.TabIndex = 221;
  204. this.normalButton2.Text = "打印";
  205. this.normalButton2.UseVisualStyleBackColor = false;
  206. this.normalButton2.Click += new System.EventHandler(this.normalButton2_Click);
  207. //
  208. // Printer
  209. //
  210. this.Printer.Location = new System.Drawing.Point(1083, 126);
  211. this.Printer.Margin = new System.Windows.Forms.Padding(5);
  212. this.Printer.Name = "Printer";
  213. this.Printer.Size = new System.Drawing.Size(164, 32);
  214. this.Printer.TabIndex = 219;
  215. //
  216. // normalButton1
  217. //
  218. this.normalButton1.AllPower = null;
  219. this.normalButton1.BackColor = System.Drawing.Color.Transparent;
  220. this.normalButton1.DownImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.DownImage")));
  221. this.normalButton1.Image = null;
  222. this.normalButton1.IsShowBorder = true;
  223. this.normalButton1.Location = new System.Drawing.Point(1164, 25);
  224. this.normalButton1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  225. this.normalButton1.MoveImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.MoveImage")));
  226. this.normalButton1.Name = "normalButton1";
  227. this.normalButton1.NormalImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.NormalImage")));
  228. this.normalButton1.Power = null;
  229. this.normalButton1.Size = new System.Drawing.Size(82, 30);
  230. this.normalButton1.TabIndex = 216;
  231. this.normalButton1.Text = "导出";
  232. this.normalButton1.UseVisualStyleBackColor = false;
  233. this.normalButton1.Click += new System.EventHandler(this.normalButton1_Click);
  234. //
  235. // ma_code
  236. //
  237. this.ma_code.AllPower = "IFALL";
  238. this.ma_code.Caller = null;
  239. this.ma_code.Condition = null;
  240. this.ma_code.DBTitle = "";
  241. this.ma_code.Font = new System.Drawing.Font("微软雅黑", 9F);
  242. this.ma_code.FormName = null;
  243. this.ma_code.Location = new System.Drawing.Point(71, 23);
  244. this.ma_code.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  245. this.ma_code.Name = "ma_code";
  246. this.ma_code.Power = "";
  247. this.ma_code.ReturnData = null;
  248. this.ma_code.SelectField = null;
  249. this.ma_code.SetValueField = null;
  250. this.ma_code.Size = new System.Drawing.Size(158, 28);
  251. this.ma_code.TabIndex = 211;
  252. this.ma_code.TableName = null;
  253. this.ma_code.Tag = "makecode";
  254. this.ma_code.TextBoxEnable = true;
  255. this.ma_code.UserControlTextChanged += new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox.OnTextChange(this.ma_code_UserControlTextChanged);
  256. //
  257. // Query
  258. //
  259. this.Query.AllPower = null;
  260. this.Query.BackColor = System.Drawing.Color.Transparent;
  261. this.Query.DownImage = ((System.Drawing.Image)(resources.GetObject("Query.DownImage")));
  262. this.Query.Image = null;
  263. this.Query.IsShowBorder = true;
  264. this.Query.Location = new System.Drawing.Point(1068, 27);
  265. this.Query.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  266. this.Query.MoveImage = ((System.Drawing.Image)(resources.GetObject("Query.MoveImage")));
  267. this.Query.Name = "Query";
  268. this.Query.NormalImage = ((System.Drawing.Image)(resources.GetObject("Query.NormalImage")));
  269. this.Query.Power = null;
  270. this.Query.Size = new System.Drawing.Size(75, 27);
  271. this.Query.TabIndex = 206;
  272. this.Query.Text = "查询";
  273. this.Query.UseVisualStyleBackColor = false;
  274. this.Query.Click += new System.EventHandler(this.Query_Click);
  275. //
  276. // ms_status
  277. //
  278. this.ms_status.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  279. this.ms_status.FormattingEnabled = true;
  280. this.ms_status.Location = new System.Drawing.Point(325, 27);
  281. this.ms_status.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  282. this.ms_status.Name = "ms_status";
  283. this.ms_status.Size = new System.Drawing.Size(167, 23);
  284. this.ms_status.TabIndex = 205;
  285. this.ms_status.Tag = "ms_status";
  286. this.ms_status.SelectedIndexChanged += new System.EventHandler(this.ms_status_SelectedIndexChanged);
  287. //
  288. // SnInf
  289. //
  290. this.SnInf.AllowUserToAddRows = false;
  291. this.SnInf.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  292. | System.Windows.Forms.AnchorStyles.Right)));
  293. this.SnInf.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  294. this.SnInf.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  295. this.choose1,
  296. this.SN,
  297. this.状态,
  298. this.线别,
  299. this.当前工序,
  300. this.下一工序,
  301. this.当前途程});
  302. this.SnInf.EnableContentClick = true;
  303. this.SnInf.Location = new System.Drawing.Point(0, 62);
  304. this.SnInf.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  305. this.SnInf.Name = "SnInf";
  306. this.SnInf.RowTemplate.Height = 23;
  307. this.SnInf.Size = new System.Drawing.Size(999, 598);
  308. this.SnInf.TabIndex = 203;
  309. //
  310. // choose1
  311. //
  312. this.choose1.FillWeight = 50F;
  313. this.choose1.HeaderText = "";
  314. this.choose1.Name = "choose1";
  315. this.choose1.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  316. this.choose1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  317. this.choose1.Width = 50;
  318. //
  319. // SN
  320. //
  321. this.SN.DataPropertyName = "SN";
  322. this.SN.HeaderText = "SN";
  323. this.SN.Name = "SN";
  324. //
  325. // 状态
  326. //
  327. this.状态.DataPropertyName = "状态";
  328. this.状态.HeaderText = "状态";
  329. this.状态.Name = "状态";
  330. this.状态.ReadOnly = true;
  331. //
  332. // 线别
  333. //
  334. this.线别.DataPropertyName = "线别";
  335. this.线别.HeaderText = "线别";
  336. this.线别.Name = "线别";
  337. //
  338. // 当前工序
  339. //
  340. this.当前工序.DataPropertyName = "当前工序";
  341. this.当前工序.HeaderText = "当前工序";
  342. this.当前工序.Name = "当前工序";
  343. this.当前工序.ReadOnly = true;
  344. //
  345. // 下一工序
  346. //
  347. this.下一工序.DataPropertyName = "下一工序";
  348. this.下一工序.HeaderText = "下一工序";
  349. this.下一工序.Name = "下一工序";
  350. this.下一工序.ReadOnly = true;
  351. //
  352. // 当前途程
  353. //
  354. this.当前途程.DataPropertyName = "当前途程";
  355. this.当前途程.HeaderText = "当前途程";
  356. this.当前途程.Name = "当前途程";
  357. this.当前途程.ReadOnly = true;
  358. //
  359. // ms_stepcode
  360. //
  361. this.ms_stepcode.FormattingEnabled = true;
  362. this.ms_stepcode.Location = new System.Drawing.Point(599, 28);
  363. this.ms_stepcode.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  364. this.ms_stepcode.Name = "ms_stepcode";
  365. this.ms_stepcode.Size = new System.Drawing.Size(182, 23);
  366. this.ms_stepcode.TabIndex = 251;
  367. this.ms_stepcode.Tag = "ms_stepcode";
  368. //
  369. // ms_nextstepcode
  370. //
  371. this.ms_nextstepcode.FormattingEnabled = true;
  372. this.ms_nextstepcode.Location = new System.Drawing.Point(894, 28);
  373. this.ms_nextstepcode.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  374. this.ms_nextstepcode.Name = "ms_nextstepcode";
  375. this.ms_nextstepcode.Size = new System.Drawing.Size(168, 23);
  376. this.ms_nextstepcode.TabIndex = 252;
  377. this.ms_nextstepcode.Tag = "ms_nextstepcode";
  378. //
  379. // Query_OnlineTraceBack
  380. //
  381. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  382. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  383. this.ClientSize = new System.Drawing.Size(1261, 693);
  384. this.Controls.Add(this.ms_nextstepcode);
  385. this.Controls.Add(this.ms_stepcode);
  386. this.Controls.Add(this.Setting);
  387. this.Controls.Add(this.checkBox1);
  388. this.Controls.Add(this.normalButton2);
  389. this.Controls.Add(this.label2);
  390. this.Controls.Add(this.Printer);
  391. this.Controls.Add(this.normalButton1);
  392. this.Controls.Add(this.ma_qty);
  393. this.Controls.Add(this.ma_qty_label);
  394. this.Controls.Add(this.Count);
  395. this.Controls.Add(this.Count_label);
  396. this.Controls.Add(this.ma_code);
  397. this.Controls.Add(this.ms_nextstepcode_label);
  398. this.Controls.Add(this.ms_stepcode_label);
  399. this.Controls.Add(this.Query);
  400. this.Controls.Add(this.ms_status);
  401. this.Controls.Add(this.SnInf);
  402. this.Controls.Add(this.ms_makecode_label);
  403. this.Controls.Add(this.ms_status_label);
  404. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  405. this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  406. this.Name = "Query_OnlineTraceBack";
  407. this.Tag = "Query!OnlineTraceBack";
  408. this.Text = " ";
  409. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Query_OnlineTraceBack_FormClosing);
  410. this.Load += new System.EventHandler(this.Query_OnlineTraceBack_Load);
  411. this.SizeChanged += new System.EventHandler(this.Query_OnlineTraceBack_SizeChanged);
  412. ((System.ComponentModel.ISupportInitialize)(this.SnInf)).EndInit();
  413. this.ResumeLayout(false);
  414. this.PerformLayout();
  415. }
  416. #endregion
  417. private System.Windows.Forms.Label ms_makecode_label;
  418. private System.Windows.Forms.Label ms_status_label;
  419. private CustomControl.DataGrid_View.DataGridViewWithSerialNum SnInf;
  420. private CustomControl.ComBoxWithFocus.ComBoxWithFocus ms_status;
  421. private CustomControl.ButtonUtil.NormalButton Query;
  422. private System.Windows.Forms.Label ms_stepcode_label;
  423. private System.Windows.Forms.Label ms_nextstepcode_label;
  424. private CustomControl.TextBoxWithIcon.SearchTextBox ma_code;
  425. private System.Windows.Forms.Label Count_label;
  426. private System.Windows.Forms.Label Count;
  427. private System.Windows.Forms.Label ma_qty_label;
  428. private System.Windows.Forms.Label ma_qty;
  429. private CustomControl.ButtonUtil.NormalButton normalButton1;
  430. private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
  431. private System.Windows.Forms.Label label2;
  432. private CustomControl.ComBoxWithFocus.PrinterCombox Printer;
  433. private CustomControl.ButtonUtil.NormalButton normalButton2;
  434. private System.Windows.Forms.CheckBox checkBox1;
  435. private System.Windows.Forms.DataGridViewCheckBoxColumn choose1;
  436. private System.Windows.Forms.DataGridViewTextBoxColumn SN;
  437. private System.Windows.Forms.DataGridViewTextBoxColumn 状态;
  438. private System.Windows.Forms.DataGridViewTextBoxColumn 线别;
  439. private System.Windows.Forms.DataGridViewTextBoxColumn 当前工序;
  440. private System.Windows.Forms.DataGridViewTextBoxColumn 下一工序;
  441. private System.Windows.Forms.DataGridViewTextBoxColumn 当前途程;
  442. private CustomControl.ButtonUtil.NormalButton Setting;
  443. private CustomControl.ComBoxWithFocus.ComBoxWithFocus ms_stepcode;
  444. private CustomControl.ComBoxWithFocus.ComBoxWithFocus ms_nextstepcode;
  445. }
  446. }