库存条码打印.Designer.cs 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546
  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.label1 = new System.Windows.Forms.Label();
  29. this.label3 = new System.Windows.Forms.Label();
  30. this.INQTY = new System.Windows.Forms.TextBox();
  31. this.label4 = new System.Windows.Forms.Label();
  32. this.DC = new System.Windows.Forms.TextBox();
  33. this.label5 = new System.Windows.Forms.Label();
  34. this.LOTNO = new System.Windows.Forms.TextBox();
  35. this.label6 = new System.Windows.Forms.Label();
  36. this.pr_zxbzs = new System.Windows.Forms.TextBox();
  37. this.label7 = new System.Windows.Forms.Label();
  38. this.Barcode = new System.Windows.Forms.TextBox();
  39. this.label8 = new System.Windows.Forms.Label();
  40. this.GenBarCode = new System.Windows.Forms.Button();
  41. this.BarcodeIO = new System.Windows.Forms.DataGridView();
  42. this.PrintBarCode = new System.Windows.Forms.Button();
  43. this.PrinterList = new System.Windows.Forms.ComboBox();
  44. this.label9 = new System.Windows.Forms.Label();
  45. this.ChooseAll = new System.Windows.Forms.Button();
  46. this.pr_orispeccode = new System.Windows.Forms.TextBox();
  47. this.原厂型号 = new System.Windows.Forms.Label();
  48. this.GenBoxCode = new System.Windows.Forms.CheckBox();
  49. this.pr_brand = new System.Windows.Forms.TextBox();
  50. this.PrintBox = new System.Windows.Forms.Button();
  51. this.pr_orispeccode3 = new System.Windows.Forms.TextBox();
  52. this.label10 = new System.Windows.Forms.Label();
  53. this.bar_indate = new System.Windows.Forms.DateTimePicker();
  54. this.label2 = new System.Windows.Forms.Label();
  55. this.pr_code = new UAS_BARCODEIO.SearchTextBox();
  56. this.QueryBarcode = new System.Windows.Forms.Button();
  57. this.CheckBox = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  58. this.pr_orispeccode4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.bar_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.bar_code = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.bar_outboxcode1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.bar_remain = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.bar_vendbarcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.bar_madedate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.pr_spec1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.pr_detail1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. ((System.ComponentModel.ISupportInitialize)(this.BarcodeIO)).BeginInit();
  68. this.SuspendLayout();
  69. //
  70. // label1
  71. //
  72. this.label1.AutoSize = true;
  73. this.label1.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  74. this.label1.Location = new System.Drawing.Point(58, 108);
  75. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  76. this.label1.Name = "label1";
  77. this.label1.Size = new System.Drawing.Size(133, 38);
  78. this.label1.TabIndex = 17;
  79. this.label1.Text = "解析规则";
  80. //
  81. // label3
  82. //
  83. this.label3.AutoSize = true;
  84. this.label3.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  85. this.label3.Location = new System.Drawing.Point(30, 43);
  86. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  87. this.label3.Name = "label3";
  88. this.label3.Size = new System.Drawing.Size(133, 38);
  89. this.label3.TabIndex = 20;
  90. this.label3.Text = "物料编号";
  91. //
  92. // INQTY
  93. //
  94. this.INQTY.Location = new System.Drawing.Point(199, 394);
  95. this.INQTY.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  96. this.INQTY.Name = "INQTY";
  97. this.INQTY.Size = new System.Drawing.Size(436, 35);
  98. this.INQTY.TabIndex = 23;
  99. //
  100. // label4
  101. //
  102. this.label4.AutoSize = true;
  103. this.label4.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  104. this.label4.Location = new System.Drawing.Point(30, 394);
  105. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  106. this.label4.Name = "label4";
  107. this.label4.Size = new System.Drawing.Size(133, 38);
  108. this.label4.TabIndex = 22;
  109. this.label4.Text = "入库数量";
  110. //
  111. // DC
  112. //
  113. this.DC.Location = new System.Drawing.Point(199, 461);
  114. this.DC.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  115. this.DC.Name = "DC";
  116. this.DC.Size = new System.Drawing.Size(436, 35);
  117. this.DC.TabIndex = 25;
  118. //
  119. // label5
  120. //
  121. this.label5.AutoSize = true;
  122. this.label5.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  123. this.label5.Location = new System.Drawing.Point(30, 461);
  124. this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  125. this.label5.Name = "label5";
  126. this.label5.Size = new System.Drawing.Size(58, 38);
  127. this.label5.TabIndex = 24;
  128. this.label5.Text = "DC";
  129. //
  130. // LOTNO
  131. //
  132. this.LOTNO.Location = new System.Drawing.Point(199, 524);
  133. this.LOTNO.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  134. this.LOTNO.Name = "LOTNO";
  135. this.LOTNO.Size = new System.Drawing.Size(436, 35);
  136. this.LOTNO.TabIndex = 27;
  137. //
  138. // label6
  139. //
  140. this.label6.AutoSize = true;
  141. this.label6.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  142. this.label6.Location = new System.Drawing.Point(30, 524);
  143. this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  144. this.label6.Name = "label6";
  145. this.label6.Size = new System.Drawing.Size(103, 38);
  146. this.label6.TabIndex = 26;
  147. this.label6.Text = "LotNo";
  148. //
  149. // pr_zxbzs
  150. //
  151. this.pr_zxbzs.Location = new System.Drawing.Point(199, 584);
  152. this.pr_zxbzs.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  153. this.pr_zxbzs.Name = "pr_zxbzs";
  154. this.pr_zxbzs.Size = new System.Drawing.Size(436, 35);
  155. this.pr_zxbzs.TabIndex = 30;
  156. //
  157. // label7
  158. //
  159. this.label7.AutoSize = true;
  160. this.label7.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  161. this.label7.Location = new System.Drawing.Point(30, 584);
  162. this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  163. this.label7.Name = "label7";
  164. this.label7.Size = new System.Drawing.Size(133, 38);
  165. this.label7.TabIndex = 29;
  166. this.label7.Text = "最小包数";
  167. //
  168. // Barcode
  169. //
  170. this.Barcode.Location = new System.Drawing.Point(825, 49);
  171. this.Barcode.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  172. this.Barcode.Name = "Barcode";
  173. this.Barcode.Size = new System.Drawing.Size(436, 35);
  174. this.Barcode.TabIndex = 32;
  175. this.Barcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Barcode_KeyDown);
  176. //
  177. // label8
  178. //
  179. this.label8.AutoSize = true;
  180. this.label8.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  181. this.label8.Location = new System.Drawing.Point(693, 46);
  182. this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  183. this.label8.Name = "label8";
  184. this.label8.Size = new System.Drawing.Size(104, 38);
  185. this.label8.TabIndex = 33;
  186. this.label8.Text = "扫码框";
  187. //
  188. // GenBarCode
  189. //
  190. this.GenBarCode.Location = new System.Drawing.Point(700, 249);
  191. this.GenBarCode.Name = "GenBarCode";
  192. this.GenBarCode.Size = new System.Drawing.Size(169, 45);
  193. this.GenBarCode.TabIndex = 34;
  194. this.GenBarCode.Text = "生成条码";
  195. this.GenBarCode.UseVisualStyleBackColor = true;
  196. this.GenBarCode.Click += new System.EventHandler(this.GenBarCode_Click);
  197. //
  198. // BarcodeIO
  199. //
  200. this.BarcodeIO.AllowUserToAddRows = false;
  201. this.BarcodeIO.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  202. | System.Windows.Forms.AnchorStyles.Right)));
  203. this.BarcodeIO.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  204. this.BarcodeIO.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  205. this.CheckBox,
  206. this.pr_orispeccode4,
  207. this.bar_prodcode,
  208. this.bar_code,
  209. this.bar_outboxcode1,
  210. this.bar_remain,
  211. this.bar_vendbarcode,
  212. this.bar_madedate,
  213. this.pr_spec1,
  214. this.pr_detail1});
  215. this.BarcodeIO.Location = new System.Drawing.Point(27, 731);
  216. this.BarcodeIO.Name = "BarcodeIO";
  217. this.BarcodeIO.RowHeadersWidth = 82;
  218. this.BarcodeIO.RowTemplate.Height = 23;
  219. this.BarcodeIO.Size = new System.Drawing.Size(2097, 595);
  220. this.BarcodeIO.TabIndex = 35;
  221. //
  222. // PrintBarCode
  223. //
  224. this.PrintBarCode.Location = new System.Drawing.Point(700, 322);
  225. this.PrintBarCode.Name = "PrintBarCode";
  226. this.PrintBarCode.Size = new System.Drawing.Size(169, 45);
  227. this.PrintBarCode.TabIndex = 36;
  228. this.PrintBarCode.Text = "打印条码";
  229. this.PrintBarCode.UseVisualStyleBackColor = true;
  230. this.PrintBarCode.Click += new System.EventHandler(this.PrintBarCode_Click);
  231. //
  232. // PrinterList
  233. //
  234. this.PrinterList.FormattingEnabled = true;
  235. this.PrinterList.Location = new System.Drawing.Point(199, 658);
  236. this.PrinterList.Name = "PrinterList";
  237. this.PrinterList.Size = new System.Drawing.Size(312, 32);
  238. this.PrinterList.TabIndex = 37;
  239. //
  240. // label9
  241. //
  242. this.label9.AutoSize = true;
  243. this.label9.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  244. this.label9.Location = new System.Drawing.Point(30, 652);
  245. this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  246. this.label9.Name = "label9";
  247. this.label9.Size = new System.Drawing.Size(162, 38);
  248. this.label9.TabIndex = 38;
  249. this.label9.Text = "打印机列表";
  250. //
  251. // ChooseAll
  252. //
  253. this.ChooseAll.Location = new System.Drawing.Point(27, 731);
  254. this.ChooseAll.Name = "ChooseAll";
  255. this.ChooseAll.Size = new System.Drawing.Size(86, 45);
  256. this.ChooseAll.TabIndex = 39;
  257. this.ChooseAll.Text = "全选";
  258. this.ChooseAll.UseVisualStyleBackColor = true;
  259. this.ChooseAll.Click += new System.EventHandler(this.ChooseAll_Click);
  260. //
  261. // pr_orispeccode
  262. //
  263. this.pr_orispeccode.Enabled = false;
  264. this.pr_orispeccode.Location = new System.Drawing.Point(199, 249);
  265. this.pr_orispeccode.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  266. this.pr_orispeccode.Name = "pr_orispeccode";
  267. this.pr_orispeccode.Size = new System.Drawing.Size(436, 35);
  268. this.pr_orispeccode.TabIndex = 41;
  269. //
  270. // 原厂型号
  271. //
  272. this.原厂型号.AutoSize = true;
  273. this.原厂型号.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  274. this.原厂型号.Location = new System.Drawing.Point(30, 249);
  275. this.原厂型号.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  276. this.原厂型号.Name = "原厂型号";
  277. this.原厂型号.Size = new System.Drawing.Size(133, 38);
  278. this.原厂型号.TabIndex = 40;
  279. this.原厂型号.Text = "原厂型号";
  280. //
  281. // GenBoxCode
  282. //
  283. this.GenBoxCode.AutoSize = true;
  284. this.GenBoxCode.Location = new System.Drawing.Point(1297, 56);
  285. this.GenBoxCode.Name = "GenBoxCode";
  286. this.GenBoxCode.Size = new System.Drawing.Size(138, 28);
  287. this.GenBoxCode.TabIndex = 42;
  288. this.GenBoxCode.Text = "生成箱号";
  289. this.GenBoxCode.UseVisualStyleBackColor = true;
  290. //
  291. // pr_brand
  292. //
  293. this.pr_brand.Location = new System.Drawing.Point(198, 111);
  294. this.pr_brand.Name = "pr_brand";
  295. this.pr_brand.Size = new System.Drawing.Size(437, 35);
  296. this.pr_brand.TabIndex = 31;
  297. //
  298. // PrintBox
  299. //
  300. this.PrintBox.Location = new System.Drawing.Point(700, 401);
  301. this.PrintBox.Name = "PrintBox";
  302. this.PrintBox.Size = new System.Drawing.Size(169, 45);
  303. this.PrintBox.TabIndex = 43;
  304. this.PrintBox.Text = "打印箱号";
  305. this.PrintBox.UseVisualStyleBackColor = true;
  306. this.PrintBox.Click += new System.EventHandler(this.PrintBox_Click);
  307. //
  308. // pr_orispeccode3
  309. //
  310. this.pr_orispeccode3.Location = new System.Drawing.Point(199, 325);
  311. this.pr_orispeccode3.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  312. this.pr_orispeccode3.Name = "pr_orispeccode3";
  313. this.pr_orispeccode3.Size = new System.Drawing.Size(436, 35);
  314. this.pr_orispeccode3.TabIndex = 45;
  315. //
  316. // label10
  317. //
  318. this.label10.AutoSize = true;
  319. this.label10.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  320. this.label10.Location = new System.Drawing.Point(30, 325);
  321. this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  322. this.label10.Name = "label10";
  323. this.label10.Size = new System.Drawing.Size(133, 38);
  324. this.label10.TabIndex = 44;
  325. this.label10.Text = "解析型号";
  326. //
  327. // bar_indate
  328. //
  329. this.bar_indate.Location = new System.Drawing.Point(199, 185);
  330. this.bar_indate.Name = "bar_indate";
  331. this.bar_indate.Size = new System.Drawing.Size(305, 35);
  332. this.bar_indate.TabIndex = 46;
  333. //
  334. // label2
  335. //
  336. this.label2.AutoSize = true;
  337. this.label2.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  338. this.label2.Location = new System.Drawing.Point(30, 182);
  339. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  340. this.label2.Name = "label2";
  341. this.label2.Size = new System.Drawing.Size(133, 38);
  342. this.label2.TabIndex = 47;
  343. this.label2.Text = "入库日期";
  344. //
  345. // pr_code
  346. //
  347. this.pr_code.AllPower = null;
  348. this.pr_code.Caller = null;
  349. this.pr_code.Condition = null;
  350. this.pr_code.DBTitle = null;
  351. this.pr_code.FormName = null;
  352. this.pr_code.Location = new System.Drawing.Point(199, 43);
  353. this.pr_code.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  354. this.pr_code.Name = "pr_code";
  355. this.pr_code.Power = null;
  356. this.pr_code.ReturnData = null;
  357. this.pr_code.SelectField = null;
  358. this.pr_code.SetValueField = null;
  359. this.pr_code.Size = new System.Drawing.Size(436, 35);
  360. this.pr_code.TabIndex = 21;
  361. this.pr_code.TableName = null;
  362. this.pr_code.TextBoxEnable = false;
  363. //
  364. // QueryBarcode
  365. //
  366. this.QueryBarcode.Location = new System.Drawing.Point(549, 181);
  367. this.QueryBarcode.Name = "QueryBarcode";
  368. this.QueryBarcode.Size = new System.Drawing.Size(101, 45);
  369. this.QueryBarcode.TabIndex = 48;
  370. this.QueryBarcode.Text = "查询";
  371. this.QueryBarcode.UseVisualStyleBackColor = true;
  372. this.QueryBarcode.Click += new System.EventHandler(this.QueryBarcode_Click);
  373. //
  374. // CheckBox
  375. //
  376. this.CheckBox.DataPropertyName = "CheckBox";
  377. this.CheckBox.HeaderText = "勾选";
  378. this.CheckBox.MinimumWidth = 10;
  379. this.CheckBox.Name = "CheckBox";
  380. this.CheckBox.Width = 200;
  381. //
  382. // pr_orispeccode4
  383. //
  384. this.pr_orispeccode4.DataPropertyName = "pr_orispeccode";
  385. this.pr_orispeccode4.HeaderText = "型号";
  386. this.pr_orispeccode4.MinimumWidth = 10;
  387. this.pr_orispeccode4.Name = "pr_orispeccode4";
  388. this.pr_orispeccode4.Width = 200;
  389. //
  390. // bar_prodcode
  391. //
  392. this.bar_prodcode.DataPropertyName = "bar_prodcode";
  393. this.bar_prodcode.HeaderText = "料号";
  394. this.bar_prodcode.MinimumWidth = 10;
  395. this.bar_prodcode.Name = "bar_prodcode";
  396. this.bar_prodcode.Width = 200;
  397. //
  398. // bar_code
  399. //
  400. this.bar_code.DataPropertyName = "bar_code";
  401. this.bar_code.HeaderText = "条码号";
  402. this.bar_code.MinimumWidth = 10;
  403. this.bar_code.Name = "bar_code";
  404. this.bar_code.Width = 200;
  405. //
  406. // bar_outboxcode1
  407. //
  408. this.bar_outboxcode1.DataPropertyName = "BAR_OUTBOXCODE1";
  409. this.bar_outboxcode1.HeaderText = "外箱条码";
  410. this.bar_outboxcode1.MinimumWidth = 10;
  411. this.bar_outboxcode1.Name = "bar_outboxcode1";
  412. this.bar_outboxcode1.Width = 200;
  413. //
  414. // bar_remain
  415. //
  416. this.bar_remain.DataPropertyName = "bar_remain";
  417. this.bar_remain.HeaderText = "入库数量";
  418. this.bar_remain.MinimumWidth = 10;
  419. this.bar_remain.Name = "bar_remain";
  420. this.bar_remain.Width = 200;
  421. //
  422. // bar_vendbarcode
  423. //
  424. this.bar_vendbarcode.DataPropertyName = "bar_vendbarcode";
  425. this.bar_vendbarcode.HeaderText = "LOTNO";
  426. this.bar_vendbarcode.MinimumWidth = 10;
  427. this.bar_vendbarcode.Name = "bar_vendbarcode";
  428. this.bar_vendbarcode.Width = 200;
  429. //
  430. // bar_madedate
  431. //
  432. this.bar_madedate.DataPropertyName = "bar_madedate";
  433. this.bar_madedate.HeaderText = "DC";
  434. this.bar_madedate.MinimumWidth = 10;
  435. this.bar_madedate.Name = "bar_madedate";
  436. this.bar_madedate.Width = 200;
  437. //
  438. // pr_spec1
  439. //
  440. this.pr_spec1.DataPropertyName = "pr_spec";
  441. this.pr_spec1.HeaderText = "规格";
  442. this.pr_spec1.MinimumWidth = 10;
  443. this.pr_spec1.Name = "pr_spec1";
  444. this.pr_spec1.Width = 200;
  445. //
  446. // pr_detail1
  447. //
  448. this.pr_detail1.DataPropertyName = "pr_detail";
  449. this.pr_detail1.HeaderText = "物料名称";
  450. this.pr_detail1.MinimumWidth = 10;
  451. this.pr_detail1.Name = "pr_detail1";
  452. this.pr_detail1.Width = 200;
  453. //
  454. // 库存条码打印
  455. //
  456. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  457. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  458. this.ClientSize = new System.Drawing.Size(2136, 1338);
  459. this.Controls.Add(this.QueryBarcode);
  460. this.Controls.Add(this.label2);
  461. this.Controls.Add(this.bar_indate);
  462. this.Controls.Add(this.pr_orispeccode3);
  463. this.Controls.Add(this.label10);
  464. this.Controls.Add(this.PrintBox);
  465. this.Controls.Add(this.GenBoxCode);
  466. this.Controls.Add(this.pr_orispeccode);
  467. this.Controls.Add(this.原厂型号);
  468. this.Controls.Add(this.ChooseAll);
  469. this.Controls.Add(this.label9);
  470. this.Controls.Add(this.PrinterList);
  471. this.Controls.Add(this.PrintBarCode);
  472. this.Controls.Add(this.BarcodeIO);
  473. this.Controls.Add(this.GenBarCode);
  474. this.Controls.Add(this.label8);
  475. this.Controls.Add(this.Barcode);
  476. this.Controls.Add(this.pr_brand);
  477. this.Controls.Add(this.pr_zxbzs);
  478. this.Controls.Add(this.label7);
  479. this.Controls.Add(this.LOTNO);
  480. this.Controls.Add(this.label6);
  481. this.Controls.Add(this.DC);
  482. this.Controls.Add(this.label5);
  483. this.Controls.Add(this.INQTY);
  484. this.Controls.Add(this.label4);
  485. this.Controls.Add(this.pr_code);
  486. this.Controls.Add(this.label3);
  487. this.Controls.Add(this.label1);
  488. this.Margin = new System.Windows.Forms.Padding(6);
  489. this.Name = "库存条码打印";
  490. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  491. this.Text = "入库条码打印";
  492. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  493. this.AutoSizeChanged += new System.EventHandler(this.入库条码规则解析_AutoSizeChanged);
  494. this.Load += new System.EventHandler(this.Form1_Load);
  495. ((System.ComponentModel.ISupportInitialize)(this.BarcodeIO)).EndInit();
  496. this.ResumeLayout(false);
  497. this.PerformLayout();
  498. }
  499. #endregion
  500. private System.Windows.Forms.Label label1;
  501. private System.Windows.Forms.Label label3;
  502. private System.Windows.Forms.TextBox INQTY;
  503. private System.Windows.Forms.Label label4;
  504. private System.Windows.Forms.TextBox DC;
  505. private System.Windows.Forms.Label label5;
  506. private System.Windows.Forms.TextBox LOTNO;
  507. private System.Windows.Forms.Label label6;
  508. private System.Windows.Forms.TextBox pr_zxbzs;
  509. private System.Windows.Forms.Label label7;
  510. private System.Windows.Forms.TextBox pr_brand;
  511. private System.Windows.Forms.TextBox Barcode;
  512. private System.Windows.Forms.Label label8;
  513. private System.Windows.Forms.Button GenBarCode;
  514. private System.Windows.Forms.DataGridView BarcodeIO;
  515. private System.Windows.Forms.Button PrintBarCode;
  516. private System.Windows.Forms.ComboBox PrinterList;
  517. private System.Windows.Forms.Label label9;
  518. private System.Windows.Forms.Button ChooseAll;
  519. private System.Windows.Forms.TextBox pr_orispeccode;
  520. private System.Windows.Forms.Label 原厂型号;
  521. private System.Windows.Forms.CheckBox GenBoxCode;
  522. private System.Windows.Forms.Button PrintBox;
  523. private System.Windows.Forms.TextBox pr_orispeccode3;
  524. private System.Windows.Forms.Label label10;
  525. private System.Windows.Forms.DateTimePicker bar_indate;
  526. private System.Windows.Forms.Label label2;
  527. private UAS_BARCODEIO.SearchTextBox pr_code;
  528. private System.Windows.Forms.Button QueryBarcode;
  529. private System.Windows.Forms.DataGridViewCheckBoxColumn CheckBox;
  530. private System.Windows.Forms.DataGridViewTextBoxColumn pr_orispeccode4;
  531. private System.Windows.Forms.DataGridViewTextBoxColumn bar_prodcode;
  532. private System.Windows.Forms.DataGridViewTextBoxColumn bar_code;
  533. private System.Windows.Forms.DataGridViewTextBoxColumn bar_outboxcode1;
  534. private System.Windows.Forms.DataGridViewTextBoxColumn bar_remain;
  535. private System.Windows.Forms.DataGridViewTextBoxColumn bar_vendbarcode;
  536. private System.Windows.Forms.DataGridViewTextBoxColumn bar_madedate;
  537. private System.Windows.Forms.DataGridViewTextBoxColumn pr_spec1;
  538. private System.Windows.Forms.DataGridViewTextBoxColumn pr_detail1;
  539. }
  540. }