入库条码规则解析.Designer.cs 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665
  1. namespace UAS_BARCODEIO
  2. {
  3. partial class 入库条码规则解析
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.label2 = new System.Windows.Forms.Label();
  29. this.pi_inoutno = new System.Windows.Forms.TextBox();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.Prodiodetail = new System.Windows.Forms.DataGridView();
  32. this.pd_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  33. this.pr_orispeccode1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  34. this.pr_brand = new System.Windows.Forms.DataGridViewTextBoxColumn();
  35. this.pr_detail = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.pr_spec = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.pd_inqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.bi_inqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.PR_CODE = new System.Windows.Forms.TextBox();
  40. this.label3 = new System.Windows.Forms.Label();
  41. this.INQTY = new System.Windows.Forms.TextBox();
  42. this.label4 = new System.Windows.Forms.Label();
  43. this.DC = new System.Windows.Forms.TextBox();
  44. this.label5 = new System.Windows.Forms.Label();
  45. this.LOTNO = new System.Windows.Forms.TextBox();
  46. this.label6 = new System.Windows.Forms.Label();
  47. this.ZXBZ = new System.Windows.Forms.TextBox();
  48. this.label7 = new System.Windows.Forms.Label();
  49. this.Barcode = new System.Windows.Forms.TextBox();
  50. this.label8 = new System.Windows.Forms.Label();
  51. this.GenBarCode = new System.Windows.Forms.Button();
  52. this.BarcodeIO = new System.Windows.Forms.DataGridView();
  53. this.CheckBox = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  54. this.pr_orispeccode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.bi_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.bi_barcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.bi_outboxcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.bi_inqty1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.bi_vendbarcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.bi_madedate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.pr_spec1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.pr_detail1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.PrintBarCode = new System.Windows.Forms.Button();
  64. this.PrinterList = new System.Windows.Forms.ComboBox();
  65. this.label9 = new System.Windows.Forms.Label();
  66. this.ChooseAll = new System.Windows.Forms.Button();
  67. this.pr_orispeccode2 = new System.Windows.Forms.TextBox();
  68. this.原厂型号 = new System.Windows.Forms.Label();
  69. this.GenBoxCode = new System.Windows.Forms.CheckBox();
  70. this.PrintBox = new System.Windows.Forms.Button();
  71. this.pr_orispeccode3 = new System.Windows.Forms.TextBox();
  72. this.label10 = new System.Windows.Forms.Label();
  73. this.es_custcode = new UAS_BARCODEIO.SearchTextBox();
  74. this.PrintStockBarCode = new System.Windows.Forms.Button();
  75. this.DeletaBarcode = new System.Windows.Forms.Button();
  76. ((System.ComponentModel.ISupportInitialize)(this.Prodiodetail)).BeginInit();
  77. ((System.ComponentModel.ISupportInitialize)(this.BarcodeIO)).BeginInit();
  78. this.SuspendLayout();
  79. //
  80. // label2
  81. //
  82. this.label2.AutoSize = true;
  83. this.label2.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  84. this.label2.Location = new System.Drawing.Point(27, 35);
  85. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  86. this.label2.Name = "label2";
  87. this.label2.Size = new System.Drawing.Size(133, 38);
  88. this.label2.TabIndex = 15;
  89. this.label2.Text = "入库单号";
  90. //
  91. // pi_inoutno
  92. //
  93. this.pi_inoutno.Location = new System.Drawing.Point(168, 38);
  94. this.pi_inoutno.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  95. this.pi_inoutno.Name = "pi_inoutno";
  96. this.pi_inoutno.Size = new System.Drawing.Size(436, 35);
  97. this.pi_inoutno.TabIndex = 16;
  98. this.pi_inoutno.KeyDown += new System.Windows.Forms.KeyEventHandler(this.pi_inoutnokeydown);
  99. //
  100. // label1
  101. //
  102. this.label1.AutoSize = true;
  103. this.label1.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  104. this.label1.Location = new System.Drawing.Point(27, 105);
  105. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  106. this.label1.Name = "label1";
  107. this.label1.Size = new System.Drawing.Size(133, 38);
  108. this.label1.TabIndex = 17;
  109. this.label1.Text = "解析规则";
  110. //
  111. // Prodiodetail
  112. //
  113. this.Prodiodetail.AllowUserToAddRows = false;
  114. this.Prodiodetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  115. this.Prodiodetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  116. this.pd_prodcode,
  117. this.pr_orispeccode1,
  118. this.pr_brand,
  119. this.pr_detail,
  120. this.pr_spec,
  121. this.pd_inqty,
  122. this.bi_inqty});
  123. this.Prodiodetail.Location = new System.Drawing.Point(27, 182);
  124. this.Prodiodetail.Name = "Prodiodetail";
  125. this.Prodiodetail.RowHeadersWidth = 82;
  126. this.Prodiodetail.RowTemplate.Height = 37;
  127. this.Prodiodetail.Size = new System.Drawing.Size(1232, 543);
  128. this.Prodiodetail.TabIndex = 19;
  129. this.Prodiodetail.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.Prodiodetail_CellClick);
  130. this.Prodiodetail.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.Prodiodetail_CellContentClick);
  131. this.Prodiodetail.CellPainting += new System.Windows.Forms.DataGridViewCellPaintingEventHandler(this.Prodiodetail_CellPainting);
  132. this.Prodiodetail.SelectionChanged += new System.EventHandler(this.Prodiodetail_SelectionChanged);
  133. //
  134. // pd_prodcode
  135. //
  136. this.pd_prodcode.DataPropertyName = "pd_prodcode";
  137. this.pd_prodcode.HeaderText = "物料编号";
  138. this.pd_prodcode.MinimumWidth = 10;
  139. this.pd_prodcode.Name = "pd_prodcode";
  140. this.pd_prodcode.ReadOnly = true;
  141. this.pd_prodcode.Width = 200;
  142. //
  143. // pr_orispeccode1
  144. //
  145. this.pr_orispeccode1.DataPropertyName = "pr_orispeccode";
  146. this.pr_orispeccode1.HeaderText = "原厂型号";
  147. this.pr_orispeccode1.MinimumWidth = 10;
  148. this.pr_orispeccode1.Name = "pr_orispeccode1";
  149. this.pr_orispeccode1.Width = 200;
  150. //
  151. // pr_brand
  152. //
  153. this.pr_brand.DataPropertyName = "pr_brand";
  154. this.pr_brand.HeaderText = "品牌";
  155. this.pr_brand.MinimumWidth = 10;
  156. this.pr_brand.Name = "pr_brand";
  157. this.pr_brand.Width = 200;
  158. //
  159. // pr_detail
  160. //
  161. this.pr_detail.DataPropertyName = "pr_detail";
  162. this.pr_detail.HeaderText = "物料名称";
  163. this.pr_detail.MinimumWidth = 10;
  164. this.pr_detail.Name = "pr_detail";
  165. this.pr_detail.ReadOnly = true;
  166. this.pr_detail.Width = 200;
  167. //
  168. // pr_spec
  169. //
  170. this.pr_spec.DataPropertyName = "pr_spec";
  171. this.pr_spec.HeaderText = "物料规格";
  172. this.pr_spec.MinimumWidth = 10;
  173. this.pr_spec.Name = "pr_spec";
  174. this.pr_spec.ReadOnly = true;
  175. this.pr_spec.Width = 200;
  176. //
  177. // pd_inqty
  178. //
  179. this.pd_inqty.DataPropertyName = "pd_inqty";
  180. this.pd_inqty.HeaderText = "入库数量";
  181. this.pd_inqty.MinimumWidth = 10;
  182. this.pd_inqty.Name = "pd_inqty";
  183. this.pd_inqty.ReadOnly = true;
  184. this.pd_inqty.Width = 200;
  185. //
  186. // bi_inqty
  187. //
  188. this.bi_inqty.DataPropertyName = "bi_inqty";
  189. this.bi_inqty.HeaderText = "已生成条码数量";
  190. this.bi_inqty.MinimumWidth = 10;
  191. this.bi_inqty.Name = "bi_inqty";
  192. this.bi_inqty.ReadOnly = true;
  193. this.bi_inqty.Width = 200;
  194. //
  195. // PR_CODE
  196. //
  197. this.PR_CODE.Enabled = false;
  198. this.PR_CODE.Location = new System.Drawing.Point(1445, 192);
  199. this.PR_CODE.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  200. this.PR_CODE.Name = "PR_CODE";
  201. this.PR_CODE.Size = new System.Drawing.Size(436, 35);
  202. this.PR_CODE.TabIndex = 21;
  203. //
  204. // label3
  205. //
  206. this.label3.AutoSize = true;
  207. this.label3.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  208. this.label3.Location = new System.Drawing.Point(1276, 192);
  209. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  210. this.label3.Name = "label3";
  211. this.label3.Size = new System.Drawing.Size(133, 38);
  212. this.label3.TabIndex = 20;
  213. this.label3.Text = "物料编号";
  214. //
  215. // INQTY
  216. //
  217. this.INQTY.Location = new System.Drawing.Point(1445, 403);
  218. this.INQTY.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  219. this.INQTY.Name = "INQTY";
  220. this.INQTY.Size = new System.Drawing.Size(436, 35);
  221. this.INQTY.TabIndex = 23;
  222. //
  223. // label4
  224. //
  225. this.label4.AutoSize = true;
  226. this.label4.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  227. this.label4.Location = new System.Drawing.Point(1276, 403);
  228. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  229. this.label4.Name = "label4";
  230. this.label4.Size = new System.Drawing.Size(133, 38);
  231. this.label4.TabIndex = 22;
  232. this.label4.Text = "入库数量";
  233. //
  234. // DC
  235. //
  236. this.DC.Location = new System.Drawing.Point(1445, 470);
  237. this.DC.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  238. this.DC.Name = "DC";
  239. this.DC.Size = new System.Drawing.Size(436, 35);
  240. this.DC.TabIndex = 25;
  241. //
  242. // label5
  243. //
  244. this.label5.AutoSize = true;
  245. this.label5.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  246. this.label5.Location = new System.Drawing.Point(1276, 470);
  247. this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  248. this.label5.Name = "label5";
  249. this.label5.Size = new System.Drawing.Size(58, 38);
  250. this.label5.TabIndex = 24;
  251. this.label5.Text = "DC";
  252. //
  253. // LOTNO
  254. //
  255. this.LOTNO.Location = new System.Drawing.Point(1445, 533);
  256. this.LOTNO.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  257. this.LOTNO.Name = "LOTNO";
  258. this.LOTNO.Size = new System.Drawing.Size(436, 35);
  259. this.LOTNO.TabIndex = 27;
  260. //
  261. // label6
  262. //
  263. this.label6.AutoSize = true;
  264. this.label6.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  265. this.label6.Location = new System.Drawing.Point(1276, 533);
  266. this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  267. this.label6.Name = "label6";
  268. this.label6.Size = new System.Drawing.Size(103, 38);
  269. this.label6.TabIndex = 26;
  270. this.label6.Text = "LotNo";
  271. //
  272. // ZXBZ
  273. //
  274. this.ZXBZ.Location = new System.Drawing.Point(1445, 593);
  275. this.ZXBZ.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  276. this.ZXBZ.Name = "ZXBZ";
  277. this.ZXBZ.Size = new System.Drawing.Size(436, 35);
  278. this.ZXBZ.TabIndex = 30;
  279. //
  280. // label7
  281. //
  282. this.label7.AutoSize = true;
  283. this.label7.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  284. this.label7.Location = new System.Drawing.Point(1276, 593);
  285. this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  286. this.label7.Name = "label7";
  287. this.label7.Size = new System.Drawing.Size(133, 38);
  288. this.label7.TabIndex = 29;
  289. this.label7.Text = "最小包数";
  290. //
  291. // Barcode
  292. //
  293. this.Barcode.Location = new System.Drawing.Point(823, 114);
  294. this.Barcode.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  295. this.Barcode.Name = "Barcode";
  296. this.Barcode.Size = new System.Drawing.Size(436, 35);
  297. this.Barcode.TabIndex = 32;
  298. this.Barcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Barcode_KeyDown);
  299. //
  300. // label8
  301. //
  302. this.label8.AutoSize = true;
  303. this.label8.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  304. this.label8.Location = new System.Drawing.Point(691, 111);
  305. this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  306. this.label8.Name = "label8";
  307. this.label8.Size = new System.Drawing.Size(104, 38);
  308. this.label8.TabIndex = 33;
  309. this.label8.Text = "扫码框";
  310. //
  311. // GenBarCode
  312. //
  313. this.GenBarCode.Location = new System.Drawing.Point(1922, 200);
  314. this.GenBarCode.Name = "GenBarCode";
  315. this.GenBarCode.Size = new System.Drawing.Size(169, 45);
  316. this.GenBarCode.TabIndex = 34;
  317. this.GenBarCode.Text = "生成条码";
  318. this.GenBarCode.UseVisualStyleBackColor = true;
  319. this.GenBarCode.Click += new System.EventHandler(this.GenBarCode_Click);
  320. //
  321. // BarcodeIO
  322. //
  323. this.BarcodeIO.AllowUserToAddRows = false;
  324. this.BarcodeIO.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  325. | System.Windows.Forms.AnchorStyles.Right)));
  326. this.BarcodeIO.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  327. this.BarcodeIO.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  328. this.CheckBox,
  329. this.pr_orispeccode,
  330. this.bi_prodcode,
  331. this.bi_barcode,
  332. this.bi_outboxcode,
  333. this.bi_inqty1,
  334. this.bi_vendbarcode,
  335. this.bi_madedate,
  336. this.pr_spec1,
  337. this.pr_detail1});
  338. this.BarcodeIO.Location = new System.Drawing.Point(27, 731);
  339. this.BarcodeIO.Name = "BarcodeIO";
  340. this.BarcodeIO.RowHeadersWidth = 82;
  341. this.BarcodeIO.RowTemplate.Height = 23;
  342. this.BarcodeIO.Size = new System.Drawing.Size(2097, 595);
  343. this.BarcodeIO.TabIndex = 35;
  344. //
  345. // CheckBox
  346. //
  347. this.CheckBox.DataPropertyName = "CheckBox";
  348. this.CheckBox.HeaderText = "勾选";
  349. this.CheckBox.MinimumWidth = 10;
  350. this.CheckBox.Name = "CheckBox";
  351. this.CheckBox.Width = 200;
  352. //
  353. // pr_orispeccode
  354. //
  355. this.pr_orispeccode.DataPropertyName = "pr_orispeccode";
  356. this.pr_orispeccode.HeaderText = "型号";
  357. this.pr_orispeccode.MinimumWidth = 10;
  358. this.pr_orispeccode.Name = "pr_orispeccode";
  359. this.pr_orispeccode.Width = 200;
  360. //
  361. // bi_prodcode
  362. //
  363. this.bi_prodcode.DataPropertyName = "bi_prodcode";
  364. this.bi_prodcode.HeaderText = "料号";
  365. this.bi_prodcode.MinimumWidth = 10;
  366. this.bi_prodcode.Name = "bi_prodcode";
  367. this.bi_prodcode.Width = 200;
  368. //
  369. // bi_barcode
  370. //
  371. this.bi_barcode.DataPropertyName = "bi_barcode";
  372. this.bi_barcode.HeaderText = "条码号";
  373. this.bi_barcode.MinimumWidth = 10;
  374. this.bi_barcode.Name = "bi_barcode";
  375. this.bi_barcode.Width = 200;
  376. //
  377. // bi_outboxcode
  378. //
  379. this.bi_outboxcode.DataPropertyName = "bi_outboxcode";
  380. this.bi_outboxcode.HeaderText = "外箱条码";
  381. this.bi_outboxcode.MinimumWidth = 10;
  382. this.bi_outboxcode.Name = "bi_outboxcode";
  383. this.bi_outboxcode.Width = 200;
  384. //
  385. // bi_inqty1
  386. //
  387. this.bi_inqty1.DataPropertyName = "bi_inqty";
  388. this.bi_inqty1.HeaderText = "入库数量";
  389. this.bi_inqty1.MinimumWidth = 10;
  390. this.bi_inqty1.Name = "bi_inqty1";
  391. this.bi_inqty1.Width = 200;
  392. //
  393. // bi_vendbarcode
  394. //
  395. this.bi_vendbarcode.DataPropertyName = "bi_vendbarcode";
  396. this.bi_vendbarcode.HeaderText = "LOTNO";
  397. this.bi_vendbarcode.MinimumWidth = 10;
  398. this.bi_vendbarcode.Name = "bi_vendbarcode";
  399. this.bi_vendbarcode.Width = 200;
  400. //
  401. // bi_madedate
  402. //
  403. this.bi_madedate.DataPropertyName = "bi_madedate";
  404. this.bi_madedate.HeaderText = "DC";
  405. this.bi_madedate.MinimumWidth = 10;
  406. this.bi_madedate.Name = "bi_madedate";
  407. this.bi_madedate.Width = 200;
  408. //
  409. // pr_spec1
  410. //
  411. this.pr_spec1.DataPropertyName = "pr_spec";
  412. this.pr_spec1.HeaderText = "规格";
  413. this.pr_spec1.MinimumWidth = 10;
  414. this.pr_spec1.Name = "pr_spec1";
  415. this.pr_spec1.Width = 200;
  416. //
  417. // pr_detail1
  418. //
  419. this.pr_detail1.DataPropertyName = "pr_detail";
  420. this.pr_detail1.HeaderText = "物料名称";
  421. this.pr_detail1.MinimumWidth = 10;
  422. this.pr_detail1.Name = "pr_detail1";
  423. this.pr_detail1.Width = 200;
  424. //
  425. // PrintBarCode
  426. //
  427. this.PrintBarCode.Location = new System.Drawing.Point(1922, 273);
  428. this.PrintBarCode.Name = "PrintBarCode";
  429. this.PrintBarCode.Size = new System.Drawing.Size(169, 45);
  430. this.PrintBarCode.TabIndex = 36;
  431. this.PrintBarCode.Text = "打印条码";
  432. this.PrintBarCode.UseVisualStyleBackColor = true;
  433. this.PrintBarCode.Click += new System.EventHandler(this.PrintBarCode_Click);
  434. //
  435. // PrinterList
  436. //
  437. this.PrinterList.FormattingEnabled = true;
  438. this.PrinterList.Location = new System.Drawing.Point(1445, 654);
  439. this.PrinterList.Name = "PrinterList";
  440. this.PrinterList.Size = new System.Drawing.Size(312, 32);
  441. this.PrinterList.TabIndex = 37;
  442. //
  443. // label9
  444. //
  445. this.label9.AutoSize = true;
  446. this.label9.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  447. this.label9.Location = new System.Drawing.Point(1276, 648);
  448. this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  449. this.label9.Name = "label9";
  450. this.label9.Size = new System.Drawing.Size(162, 38);
  451. this.label9.TabIndex = 38;
  452. this.label9.Text = "打印机列表";
  453. //
  454. // ChooseAll
  455. //
  456. this.ChooseAll.Location = new System.Drawing.Point(27, 731);
  457. this.ChooseAll.Name = "ChooseAll";
  458. this.ChooseAll.Size = new System.Drawing.Size(86, 45);
  459. this.ChooseAll.TabIndex = 39;
  460. this.ChooseAll.Text = "全选";
  461. this.ChooseAll.UseVisualStyleBackColor = true;
  462. this.ChooseAll.Click += new System.EventHandler(this.ChooseAll_Click);
  463. //
  464. // pr_orispeccode2
  465. //
  466. this.pr_orispeccode2.Enabled = false;
  467. this.pr_orispeccode2.Location = new System.Drawing.Point(1445, 258);
  468. this.pr_orispeccode2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  469. this.pr_orispeccode2.Name = "pr_orispeccode2";
  470. this.pr_orispeccode2.Size = new System.Drawing.Size(436, 35);
  471. this.pr_orispeccode2.TabIndex = 41;
  472. //
  473. // 原厂型号
  474. //
  475. this.原厂型号.AutoSize = true;
  476. this.原厂型号.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  477. this.原厂型号.Location = new System.Drawing.Point(1276, 258);
  478. this.原厂型号.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  479. this.原厂型号.Name = "原厂型号";
  480. this.原厂型号.Size = new System.Drawing.Size(133, 38);
  481. this.原厂型号.TabIndex = 40;
  482. this.原厂型号.Text = "原厂型号";
  483. //
  484. // GenBoxCode
  485. //
  486. this.GenBoxCode.AutoSize = true;
  487. this.GenBoxCode.Location = new System.Drawing.Point(1295, 121);
  488. this.GenBoxCode.Name = "GenBoxCode";
  489. this.GenBoxCode.Size = new System.Drawing.Size(138, 28);
  490. this.GenBoxCode.TabIndex = 42;
  491. this.GenBoxCode.Text = "生成箱号";
  492. this.GenBoxCode.UseVisualStyleBackColor = true;
  493. //
  494. // PrintBox
  495. //
  496. this.PrintBox.Location = new System.Drawing.Point(1922, 352);
  497. this.PrintBox.Name = "PrintBox";
  498. this.PrintBox.Size = new System.Drawing.Size(169, 45);
  499. this.PrintBox.TabIndex = 43;
  500. this.PrintBox.Text = "打印箱号";
  501. this.PrintBox.UseVisualStyleBackColor = true;
  502. this.PrintBox.Click += new System.EventHandler(this.PrintBox_Click);
  503. //
  504. // pr_orispeccode3
  505. //
  506. this.pr_orispeccode3.Location = new System.Drawing.Point(1445, 334);
  507. this.pr_orispeccode3.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  508. this.pr_orispeccode3.Name = "pr_orispeccode3";
  509. this.pr_orispeccode3.Size = new System.Drawing.Size(436, 35);
  510. this.pr_orispeccode3.TabIndex = 45;
  511. //
  512. // label10
  513. //
  514. this.label10.AutoSize = true;
  515. this.label10.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  516. this.label10.Location = new System.Drawing.Point(1276, 334);
  517. this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  518. this.label10.Name = "label10";
  519. this.label10.Size = new System.Drawing.Size(133, 38);
  520. this.label10.TabIndex = 44;
  521. this.label10.Text = "解析型号";
  522. //
  523. // es_custcode
  524. //
  525. this.es_custcode.AllPower = null;
  526. this.es_custcode.Caller = null;
  527. this.es_custcode.Condition = null;
  528. this.es_custcode.DBTitle = null;
  529. this.es_custcode.FormName = null;
  530. this.es_custcode.Location = new System.Drawing.Point(167, 108);
  531. this.es_custcode.Name = "es_custcode";
  532. this.es_custcode.Power = null;
  533. this.es_custcode.ReturnData = null;
  534. this.es_custcode.SelectField = null;
  535. this.es_custcode.SetValueField = null;
  536. this.es_custcode.Size = new System.Drawing.Size(437, 35);
  537. this.es_custcode.TabIndex = 31;
  538. this.es_custcode.TableName = null;
  539. this.es_custcode.TextBoxEnable = false;
  540. //
  541. // PrintStockBarCode
  542. //
  543. this.PrintStockBarCode.Location = new System.Drawing.Point(1922, 426);
  544. this.PrintStockBarCode.Name = "PrintStockBarCode";
  545. this.PrintStockBarCode.Size = new System.Drawing.Size(169, 45);
  546. this.PrintStockBarCode.TabIndex = 46;
  547. this.PrintStockBarCode.Text = "库存条码打印";
  548. this.PrintStockBarCode.UseVisualStyleBackColor = true;
  549. this.PrintStockBarCode.Click += new System.EventHandler(this.PrintStockBarCode_Click);
  550. //
  551. // DeletaBarcode
  552. //
  553. this.DeletaBarcode.Location = new System.Drawing.Point(1922, 501);
  554. this.DeletaBarcode.Name = "DeletaBarcode";
  555. this.DeletaBarcode.Size = new System.Drawing.Size(169, 45);
  556. this.DeletaBarcode.TabIndex = 47;
  557. this.DeletaBarcode.Text = "删除条码";
  558. this.DeletaBarcode.UseVisualStyleBackColor = true;
  559. this.DeletaBarcode.Click += new System.EventHandler(this.DeletaBarcode_Click);
  560. //
  561. // 入库条码规则解析
  562. //
  563. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  564. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  565. this.ClientSize = new System.Drawing.Size(2136, 1338);
  566. this.Controls.Add(this.DeletaBarcode);
  567. this.Controls.Add(this.PrintStockBarCode);
  568. this.Controls.Add(this.pr_orispeccode3);
  569. this.Controls.Add(this.label10);
  570. this.Controls.Add(this.PrintBox);
  571. this.Controls.Add(this.GenBoxCode);
  572. this.Controls.Add(this.pr_orispeccode2);
  573. this.Controls.Add(this.原厂型号);
  574. this.Controls.Add(this.ChooseAll);
  575. this.Controls.Add(this.label9);
  576. this.Controls.Add(this.PrinterList);
  577. this.Controls.Add(this.PrintBarCode);
  578. this.Controls.Add(this.BarcodeIO);
  579. this.Controls.Add(this.GenBarCode);
  580. this.Controls.Add(this.label8);
  581. this.Controls.Add(this.Barcode);
  582. this.Controls.Add(this.es_custcode);
  583. this.Controls.Add(this.ZXBZ);
  584. this.Controls.Add(this.label7);
  585. this.Controls.Add(this.LOTNO);
  586. this.Controls.Add(this.label6);
  587. this.Controls.Add(this.DC);
  588. this.Controls.Add(this.label5);
  589. this.Controls.Add(this.INQTY);
  590. this.Controls.Add(this.label4);
  591. this.Controls.Add(this.PR_CODE);
  592. this.Controls.Add(this.label3);
  593. this.Controls.Add(this.Prodiodetail);
  594. this.Controls.Add(this.label1);
  595. this.Controls.Add(this.pi_inoutno);
  596. this.Controls.Add(this.label2);
  597. this.Margin = new System.Windows.Forms.Padding(6);
  598. this.Name = "入库条码规则解析";
  599. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  600. this.Text = "入库条码打印";
  601. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  602. this.AutoSizeChanged += new System.EventHandler(this.入库条码规则解析_AutoSizeChanged);
  603. this.Load += new System.EventHandler(this.Form1_Load);
  604. ((System.ComponentModel.ISupportInitialize)(this.Prodiodetail)).EndInit();
  605. ((System.ComponentModel.ISupportInitialize)(this.BarcodeIO)).EndInit();
  606. this.ResumeLayout(false);
  607. this.PerformLayout();
  608. }
  609. #endregion
  610. private System.Windows.Forms.Label label2;
  611. private System.Windows.Forms.TextBox pi_inoutno;
  612. private System.Windows.Forms.Label label1;
  613. private System.Windows.Forms.DataGridView Prodiodetail;
  614. private System.Windows.Forms.TextBox PR_CODE;
  615. private System.Windows.Forms.Label label3;
  616. private System.Windows.Forms.TextBox INQTY;
  617. private System.Windows.Forms.Label label4;
  618. private System.Windows.Forms.TextBox DC;
  619. private System.Windows.Forms.Label label5;
  620. private System.Windows.Forms.TextBox LOTNO;
  621. private System.Windows.Forms.Label label6;
  622. private System.Windows.Forms.TextBox ZXBZ;
  623. private System.Windows.Forms.Label label7;
  624. private SearchTextBox es_custcode;
  625. private System.Windows.Forms.TextBox Barcode;
  626. private System.Windows.Forms.Label label8;
  627. private System.Windows.Forms.Button GenBarCode;
  628. private System.Windows.Forms.DataGridView BarcodeIO;
  629. private System.Windows.Forms.Button PrintBarCode;
  630. private System.Windows.Forms.ComboBox PrinterList;
  631. private System.Windows.Forms.Label label9;
  632. private System.Windows.Forms.Button ChooseAll;
  633. private System.Windows.Forms.DataGridViewTextBoxColumn pd_prodcode;
  634. private System.Windows.Forms.DataGridViewTextBoxColumn pr_orispeccode1;
  635. private System.Windows.Forms.DataGridViewTextBoxColumn pr_brand;
  636. private System.Windows.Forms.DataGridViewTextBoxColumn pr_detail;
  637. private System.Windows.Forms.DataGridViewTextBoxColumn pr_spec;
  638. private System.Windows.Forms.DataGridViewTextBoxColumn pd_inqty;
  639. private System.Windows.Forms.DataGridViewTextBoxColumn bi_inqty;
  640. private System.Windows.Forms.TextBox pr_orispeccode2;
  641. private System.Windows.Forms.Label 原厂型号;
  642. private System.Windows.Forms.CheckBox GenBoxCode;
  643. private System.Windows.Forms.Button PrintBox;
  644. private System.Windows.Forms.DataGridViewCheckBoxColumn CheckBox;
  645. private System.Windows.Forms.DataGridViewTextBoxColumn pr_orispeccode;
  646. private System.Windows.Forms.DataGridViewTextBoxColumn bi_prodcode;
  647. private System.Windows.Forms.DataGridViewTextBoxColumn bi_barcode;
  648. private System.Windows.Forms.DataGridViewTextBoxColumn bi_outboxcode;
  649. private System.Windows.Forms.DataGridViewTextBoxColumn bi_inqty1;
  650. private System.Windows.Forms.DataGridViewTextBoxColumn bi_vendbarcode;
  651. private System.Windows.Forms.DataGridViewTextBoxColumn bi_madedate;
  652. private System.Windows.Forms.DataGridViewTextBoxColumn pr_spec1;
  653. private System.Windows.Forms.DataGridViewTextBoxColumn pr_detail1;
  654. private System.Windows.Forms.TextBox pr_orispeccode3;
  655. private System.Windows.Forms.Label label10;
  656. private System.Windows.Forms.Button PrintStockBarCode;
  657. private System.Windows.Forms.Button DeletaBarcode;
  658. }
  659. }