Query_BarcodeIn1.Designer.cs 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456
  1. namespace UAS_MES_NEW.Query
  2. {
  3. partial class Query_BarcodeIn1
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Query_BarcodeIn1));
  30. this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
  31. this.ms_makecode_label = new System.Windows.Forms.Label();
  32. this.DGV = new System.Windows.Forms.DataGridView();
  33. this.bi_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
  34. this.choose = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  35. this.bi_barcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.bi_inqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.bi_madedate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.bi_vendbarcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.bi_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.pr_spec = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.pr_detail = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.label1_lll_ = new System.Windows.Forms.Label();
  43. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.dataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  45. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.DeleteBarcode = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  53. this.barcode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  54. this.GenProdiodetail = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  55. this.pi_inoutno = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
  56. this.ChooseAll = new System.Windows.Forms.Button();
  57. this.PrintLabel = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComboxWithTip(this.components);
  58. this.label3 = new System.Windows.Forms.Label();
  59. this.label2 = new System.Windows.Forms.Label();
  60. this.PrinterList = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.PrinterCombox();
  61. ((System.ComponentModel.ISupportInitialize)(this.DGV)).BeginInit();
  62. this.SuspendLayout();
  63. //
  64. // ms_makecode_label
  65. //
  66. this.ms_makecode_label.AutoSize = true;
  67. this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  68. this.ms_makecode_label.Location = new System.Drawing.Point(19, 15);
  69. this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  70. this.ms_makecode_label.Name = "ms_makecode_label";
  71. this.ms_makecode_label.Size = new System.Drawing.Size(146, 41);
  72. this.ms_makecode_label.TabIndex = 212;
  73. this.ms_makecode_label.Text = "出库单号";
  74. //
  75. // DGV
  76. //
  77. this.DGV.AllowUserToAddRows = false;
  78. this.DGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  79. this.DGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  80. this.bi_id,
  81. this.choose,
  82. this.bi_barcode,
  83. this.bi_inqty,
  84. this.bi_madedate,
  85. this.bi_vendbarcode,
  86. this.bi_prodcode,
  87. this.pr_spec,
  88. this.pr_detail});
  89. this.DGV.Location = new System.Drawing.Point(26, 125);
  90. this.DGV.Name = "DGV";
  91. this.DGV.RowHeadersWidth = 82;
  92. this.DGV.RowTemplate.Height = 37;
  93. this.DGV.Size = new System.Drawing.Size(1922, 925);
  94. this.DGV.TabIndex = 218;
  95. //
  96. // bi_id
  97. //
  98. this.bi_id.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  99. this.bi_id.DataPropertyName = "bi_id";
  100. this.bi_id.HeaderText = "ID";
  101. this.bi_id.MinimumWidth = 10;
  102. this.bi_id.Name = "bi_id";
  103. this.bi_id.Visible = false;
  104. this.bi_id.Width = 10;
  105. //
  106. // choose
  107. //
  108. this.choose.HeaderText = "勾选";
  109. this.choose.MinimumWidth = 10;
  110. this.choose.Name = "choose";
  111. this.choose.Width = 80;
  112. //
  113. // bi_barcode
  114. //
  115. this.bi_barcode.DataPropertyName = "bi_barcode";
  116. this.bi_barcode.HeaderText = "条码号";
  117. this.bi_barcode.MinimumWidth = 10;
  118. this.bi_barcode.Name = "bi_barcode";
  119. this.bi_barcode.ReadOnly = true;
  120. this.bi_barcode.Width = 150;
  121. //
  122. // bi_inqty
  123. //
  124. this.bi_inqty.DataPropertyName = "bi_inqty";
  125. this.bi_inqty.HeaderText = "数量";
  126. this.bi_inqty.MinimumWidth = 10;
  127. this.bi_inqty.Name = "bi_inqty";
  128. this.bi_inqty.ReadOnly = true;
  129. this.bi_inqty.Width = 200;
  130. //
  131. // bi_madedate
  132. //
  133. this.bi_madedate.DataPropertyName = "bi_madedate";
  134. this.bi_madedate.HeaderText = "DC";
  135. this.bi_madedate.MinimumWidth = 10;
  136. this.bi_madedate.Name = "bi_madedate";
  137. this.bi_madedate.Width = 200;
  138. //
  139. // bi_vendbarcode
  140. //
  141. this.bi_vendbarcode.DataPropertyName = "bi_vendbarcode";
  142. this.bi_vendbarcode.HeaderText = "LOTNO";
  143. this.bi_vendbarcode.MinimumWidth = 10;
  144. this.bi_vendbarcode.Name = "bi_vendbarcode";
  145. this.bi_vendbarcode.Width = 200;
  146. //
  147. // bi_prodcode
  148. //
  149. this.bi_prodcode.DataPropertyName = "bi_prodcode";
  150. this.bi_prodcode.HeaderText = "料号";
  151. this.bi_prodcode.MinimumWidth = 10;
  152. this.bi_prodcode.Name = "bi_prodcode";
  153. this.bi_prodcode.ReadOnly = true;
  154. this.bi_prodcode.Width = 200;
  155. //
  156. // pr_spec
  157. //
  158. this.pr_spec.DataPropertyName = "pr_spec";
  159. this.pr_spec.HeaderText = "规格";
  160. this.pr_spec.MinimumWidth = 10;
  161. this.pr_spec.Name = "pr_spec";
  162. this.pr_spec.ReadOnly = true;
  163. this.pr_spec.Width = 200;
  164. //
  165. // pr_detail
  166. //
  167. this.pr_detail.DataPropertyName = "pr_detail";
  168. this.pr_detail.HeaderText = "名称";
  169. this.pr_detail.MinimumWidth = 10;
  170. this.pr_detail.Name = "pr_detail";
  171. this.pr_detail.ReadOnly = true;
  172. this.pr_detail.Width = 80;
  173. //
  174. // label1_lll_
  175. //
  176. this.label1_lll_.AutoSize = true;
  177. this.label1_lll_.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  178. this.label1_lll_.Location = new System.Drawing.Point(1047, 11);
  179. this.label1_lll_.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  180. this.label1_lll_.Name = "label1_lll_";
  181. this.label1_lll_.Size = new System.Drawing.Size(114, 41);
  182. this.label1_lll_.TabIndex = 219;
  183. this.label1_lll_.Text = "输入框";
  184. //
  185. // dataGridViewTextBoxColumn1
  186. //
  187. this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  188. this.dataGridViewTextBoxColumn1.DataPropertyName = "lm_id";
  189. this.dataGridViewTextBoxColumn1.HeaderText = "ID";
  190. this.dataGridViewTextBoxColumn1.MinimumWidth = 10;
  191. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  192. this.dataGridViewTextBoxColumn1.Visible = false;
  193. this.dataGridViewTextBoxColumn1.Width = 10;
  194. //
  195. // dataGridViewCheckBoxColumn1
  196. //
  197. this.dataGridViewCheckBoxColumn1.HeaderText = "勾选";
  198. this.dataGridViewCheckBoxColumn1.MinimumWidth = 10;
  199. this.dataGridViewCheckBoxColumn1.Name = "dataGridViewCheckBoxColumn1";
  200. this.dataGridViewCheckBoxColumn1.Width = 200;
  201. //
  202. // dataGridViewTextBoxColumn2
  203. //
  204. this.dataGridViewTextBoxColumn2.DataPropertyName = "lm_makecode";
  205. this.dataGridViewTextBoxColumn2.HeaderText = "工单号";
  206. this.dataGridViewTextBoxColumn2.MinimumWidth = 10;
  207. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  208. this.dataGridViewTextBoxColumn2.ReadOnly = true;
  209. this.dataGridViewTextBoxColumn2.Width = 200;
  210. //
  211. // dataGridViewTextBoxColumn3
  212. //
  213. this.dataGridViewTextBoxColumn3.DataPropertyName = "lm_linecode";
  214. this.dataGridViewTextBoxColumn3.HeaderText = "线别";
  215. this.dataGridViewTextBoxColumn3.MinimumWidth = 10;
  216. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  217. this.dataGridViewTextBoxColumn3.ReadOnly = true;
  218. this.dataGridViewTextBoxColumn3.Width = 200;
  219. //
  220. // dataGridViewTextBoxColumn4
  221. //
  222. this.dataGridViewTextBoxColumn4.DataPropertyName = "lm_uptime";
  223. this.dataGridViewTextBoxColumn4.HeaderText = "上线时间";
  224. this.dataGridViewTextBoxColumn4.MinimumWidth = 10;
  225. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  226. this.dataGridViewTextBoxColumn4.ReadOnly = true;
  227. this.dataGridViewTextBoxColumn4.Width = 200;
  228. //
  229. // dataGridViewTextBoxColumn5
  230. //
  231. this.dataGridViewTextBoxColumn5.DataPropertyName = "lm_downtime";
  232. this.dataGridViewTextBoxColumn5.HeaderText = "下线时间";
  233. this.dataGridViewTextBoxColumn5.MinimumWidth = 10;
  234. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  235. this.dataGridViewTextBoxColumn5.ReadOnly = true;
  236. this.dataGridViewTextBoxColumn5.Width = 200;
  237. //
  238. // dataGridViewTextBoxColumn6
  239. //
  240. this.dataGridViewTextBoxColumn6.DataPropertyName = "lm_inman";
  241. this.dataGridViewTextBoxColumn6.HeaderText = "录入人";
  242. this.dataGridViewTextBoxColumn6.MinimumWidth = 10;
  243. this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
  244. this.dataGridViewTextBoxColumn6.ReadOnly = true;
  245. this.dataGridViewTextBoxColumn6.Width = 200;
  246. //
  247. // dataGridViewTextBoxColumn7
  248. //
  249. this.dataGridViewTextBoxColumn7.DataPropertyName = "lm_mannum";
  250. this.dataGridViewTextBoxColumn7.HeaderText = "拉线人数";
  251. this.dataGridViewTextBoxColumn7.MinimumWidth = 10;
  252. this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
  253. this.dataGridViewTextBoxColumn7.ReadOnly = true;
  254. this.dataGridViewTextBoxColumn7.Width = 200;
  255. //
  256. // dataGridViewTextBoxColumn8
  257. //
  258. this.dataGridViewTextBoxColumn8.DataPropertyName = "pr_detail";
  259. this.dataGridViewTextBoxColumn8.HeaderText = "名称";
  260. this.dataGridViewTextBoxColumn8.MinimumWidth = 10;
  261. this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
  262. this.dataGridViewTextBoxColumn8.ReadOnly = true;
  263. this.dataGridViewTextBoxColumn8.Width = 80;
  264. //
  265. // DeleteBarcode
  266. //
  267. this.DeleteBarcode.AllPower = null;
  268. this.DeleteBarcode.BackColor = System.Drawing.Color.Transparent;
  269. this.DeleteBarcode.DownImage = ((System.Drawing.Image)(resources.GetObject("DeleteBarcode.DownImage")));
  270. this.DeleteBarcode.Image = null;
  271. this.DeleteBarcode.IsShowBorder = true;
  272. this.DeleteBarcode.Location = new System.Drawing.Point(1663, 14);
  273. this.DeleteBarcode.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  274. this.DeleteBarcode.MoveImage = ((System.Drawing.Image)(resources.GetObject("DeleteBarcode.MoveImage")));
  275. this.DeleteBarcode.Name = "DeleteBarcode";
  276. this.DeleteBarcode.NormalImage = ((System.Drawing.Image)(resources.GetObject("DeleteBarcode.NormalImage")));
  277. this.DeleteBarcode.Power = null;
  278. this.DeleteBarcode.Size = new System.Drawing.Size(112, 45);
  279. this.DeleteBarcode.TabIndex = 221;
  280. this.DeleteBarcode.Text = "删除";
  281. this.DeleteBarcode.UseVisualStyleBackColor = false;
  282. this.DeleteBarcode.Click += new System.EventHandler(this.DeleteBarcode_Click);
  283. //
  284. // barcode
  285. //
  286. this.barcode.AllPower = null;
  287. this.barcode.BackColor = System.Drawing.Color.White;
  288. this.barcode.ID = null;
  289. this.barcode.Location = new System.Drawing.Point(1175, 15);
  290. this.barcode.Margin = new System.Windows.Forms.Padding(4);
  291. this.barcode.Name = "barcode";
  292. this.barcode.Power = null;
  293. this.barcode.Size = new System.Drawing.Size(292, 35);
  294. this.barcode.Str = null;
  295. this.barcode.Str1 = null;
  296. this.barcode.Str2 = null;
  297. this.barcode.TabIndex = 220;
  298. this.barcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.MakeCode_KeyDown);
  299. //
  300. // GenProdiodetail
  301. //
  302. this.GenProdiodetail.AllPower = null;
  303. this.GenProdiodetail.BackColor = System.Drawing.Color.Transparent;
  304. this.GenProdiodetail.DownImage = ((System.Drawing.Image)(resources.GetObject("GenProdiodetail.DownImage")));
  305. this.GenProdiodetail.Image = null;
  306. this.GenProdiodetail.IsShowBorder = true;
  307. this.GenProdiodetail.Location = new System.Drawing.Point(1508, 14);
  308. this.GenProdiodetail.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  309. this.GenProdiodetail.MoveImage = ((System.Drawing.Image)(resources.GetObject("GenProdiodetail.MoveImage")));
  310. this.GenProdiodetail.Name = "GenProdiodetail";
  311. this.GenProdiodetail.NormalImage = ((System.Drawing.Image)(resources.GetObject("GenProdiodetail.NormalImage")));
  312. this.GenProdiodetail.Power = null;
  313. this.GenProdiodetail.Size = new System.Drawing.Size(122, 45);
  314. this.GenProdiodetail.TabIndex = 216;
  315. this.GenProdiodetail.Text = "生成明细";
  316. this.GenProdiodetail.UseVisualStyleBackColor = false;
  317. this.GenProdiodetail.Click += new System.EventHandler(this.Print_Click);
  318. //
  319. // pi_inoutno
  320. //
  321. this.pi_inoutno.AllPower = "IFALL";
  322. this.pi_inoutno.Caller = null;
  323. this.pi_inoutno.Condition = null;
  324. this.pi_inoutno.DBTitle = "";
  325. this.pi_inoutno.Font = new System.Drawing.Font("微软雅黑", 9F);
  326. this.pi_inoutno.FormName = null;
  327. this.pi_inoutno.Location = new System.Drawing.Point(186, 15);
  328. this.pi_inoutno.Margin = new System.Windows.Forms.Padding(6);
  329. this.pi_inoutno.Name = "pi_inoutno";
  330. this.pi_inoutno.Power = "";
  331. this.pi_inoutno.ReturnData = null;
  332. this.pi_inoutno.SelectField = null;
  333. this.pi_inoutno.SetValueField = null;
  334. this.pi_inoutno.Size = new System.Drawing.Size(307, 46);
  335. this.pi_inoutno.TabIndex = 213;
  336. this.pi_inoutno.TableName = null;
  337. this.pi_inoutno.Tag = "msl_makecode";
  338. this.pi_inoutno.TextBoxEnable = true;
  339. this.pi_inoutno.UserControlTextChanged += new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox.OnTextChange(this.pi_inoutno_UserControlTextChanged);
  340. //
  341. // ChooseAll
  342. //
  343. this.ChooseAll.Location = new System.Drawing.Point(26, 125);
  344. this.ChooseAll.Name = "ChooseAll";
  345. this.ChooseAll.Size = new System.Drawing.Size(86, 45);
  346. this.ChooseAll.TabIndex = 222;
  347. this.ChooseAll.Text = "全选";
  348. this.ChooseAll.UseVisualStyleBackColor = true;
  349. this.ChooseAll.Click += new System.EventHandler(this.ChooseAll_Click);
  350. //
  351. // PrintLabel
  352. //
  353. this.PrintLabel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  354. this.PrintLabel.FormattingEnabled = true;
  355. this.PrintLabel.Location = new System.Drawing.Point(625, 16);
  356. this.PrintLabel.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  357. this.PrintLabel.Name = "PrintLabel";
  358. this.PrintLabel.Size = new System.Drawing.Size(388, 32);
  359. this.PrintLabel.TabIndex = 228;
  360. //
  361. // label3
  362. //
  363. this.label3.AutoSize = true;
  364. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  365. this.label3.Location = new System.Drawing.Point(523, 15);
  366. this.label3.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  367. this.label3.Name = "label3";
  368. this.label3.Size = new System.Drawing.Size(82, 41);
  369. this.label3.TabIndex = 227;
  370. this.label3.Text = "标签";
  371. //
  372. // label2
  373. //
  374. this.label2.AutoSize = true;
  375. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  376. this.label2.Location = new System.Drawing.Point(19, 75);
  377. this.label2.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  378. this.label2.Name = "label2";
  379. this.label2.Size = new System.Drawing.Size(114, 41);
  380. this.label2.TabIndex = 230;
  381. this.label2.Text = "打印机";
  382. //
  383. // PrinterList
  384. //
  385. this.PrinterList.Location = new System.Drawing.Point(186, 75);
  386. this.PrinterList.Margin = new System.Windows.Forms.Padding(8);
  387. this.PrinterList.Name = "PrinterList";
  388. this.PrinterList.Size = new System.Drawing.Size(307, 50);
  389. this.PrinterList.TabIndex = 229;
  390. //
  391. // Query_BarcodeIn1
  392. //
  393. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  394. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  395. this.ClientSize = new System.Drawing.Size(1960, 1075);
  396. this.Controls.Add(this.label2);
  397. this.Controls.Add(this.PrinterList);
  398. this.Controls.Add(this.PrintLabel);
  399. this.Controls.Add(this.label3);
  400. this.Controls.Add(this.ChooseAll);
  401. this.Controls.Add(this.DeleteBarcode);
  402. this.Controls.Add(this.barcode);
  403. this.Controls.Add(this.label1_lll_);
  404. this.Controls.Add(this.DGV);
  405. this.Controls.Add(this.GenProdiodetail);
  406. this.Controls.Add(this.pi_inoutno);
  407. this.Controls.Add(this.ms_makecode_label);
  408. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  409. this.Margin = new System.Windows.Forms.Padding(6);
  410. this.Name = "Query_BarcodeIn1";
  411. this.Tag = "Query!SpecialReport";
  412. this.Text = "Query_SpecialReport";
  413. this.Load += new System.EventHandler(this.Query_LoadMake_Load);
  414. ((System.ComponentModel.ISupportInitialize)(this.DGV)).EndInit();
  415. this.ResumeLayout(false);
  416. this.PerformLayout();
  417. }
  418. #endregion
  419. private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
  420. private CustomControl.TextBoxWithIcon.SearchTextBox pi_inoutno;
  421. private System.Windows.Forms.Label ms_makecode_label;
  422. private CustomControl.ButtonUtil.NormalButton GenProdiodetail;
  423. private System.Windows.Forms.DataGridView DGV;
  424. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  425. private System.Windows.Forms.DataGridViewCheckBoxColumn dataGridViewCheckBoxColumn1;
  426. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  427. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  428. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  429. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  430. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
  431. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
  432. private CustomControl.TextBoxWithIcon.SnCollectionBox barcode;
  433. private System.Windows.Forms.Label label1_lll_;
  434. private CustomControl.ButtonUtil.NormalButton DeleteBarcode;
  435. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
  436. private System.Windows.Forms.DataGridViewTextBoxColumn bi_id;
  437. private System.Windows.Forms.DataGridViewCheckBoxColumn choose;
  438. private System.Windows.Forms.DataGridViewTextBoxColumn bi_barcode;
  439. private System.Windows.Forms.DataGridViewTextBoxColumn bi_inqty;
  440. private System.Windows.Forms.DataGridViewTextBoxColumn bi_madedate;
  441. private System.Windows.Forms.DataGridViewTextBoxColumn bi_vendbarcode;
  442. private System.Windows.Forms.DataGridViewTextBoxColumn bi_prodcode;
  443. private System.Windows.Forms.DataGridViewTextBoxColumn pr_spec;
  444. private System.Windows.Forms.DataGridViewTextBoxColumn pr_detail;
  445. private System.Windows.Forms.Button ChooseAll;
  446. private CustomControl.ComBoxWithFocus.ComboxWithTip PrintLabel;
  447. private System.Windows.Forms.Label label3;
  448. private System.Windows.Forms.Label label2;
  449. private CustomControl.ComBoxWithFocus.PrinterCombox PrinterList;
  450. }
  451. }