Make_CancleSndown.Designer.cs 24 KB

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