Query_BarcodeIn.Designer.cs 25 KB

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