生成条码.Designer.cs 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505
  1. namespace UAS_LabelMachine
  2. {
  3. partial class 生成条码
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(生成条码));
  29. this.pi_inoutno_label = new System.Windows.Forms.Label();
  30. this.pi_class_label = new System.Windows.Forms.Label();
  31. this.pi_class = new System.Windows.Forms.Label();
  32. this.pr_kind_label = new System.Windows.Forms.Label();
  33. this.pr_kind = new System.Windows.Forms.ComboBox();
  34. this.MidCapacity_label = new System.Windows.Forms.Label();
  35. this.label1 = new System.Windows.Forms.Label();
  36. this.ResetSerialNum = new UAS_LabelMachine.CustomControl.NormalButton();
  37. this.SetMidCapacity = new UAS_LabelMachine.CustomControl.NormalButton();
  38. this.MidCapacity = new UAS_LabelMachine.CustomControl.NumOnlyTextBox();
  39. this.ChooseAll = new UAS_LabelMachine.CustomControl.ChooseAllButton();
  40. this.GenerateBarCode = new UAS_LabelMachine.CustomControl.NormalButton();
  41. this.Screen = new UAS_LabelMachine.CustomControl.NormalButton();
  42. this.ProdIoInfDGV = new UAS_LabelMachine.CustomControl.DataGridViewWithSerialNum();
  43. this.pi_inoutno = new UAS_LabelMachine.CustomControl.EnterTextBox();
  44. this.Choose = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  45. this.pd_orderdetno = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.pd_pdno = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.pr_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.pd_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.pd_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.pr_detail = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.pd_ordercode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.BAR_VENDBARCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.BAR_MADE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.pr_orispeccode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.pd_pocode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.pr_brand = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.pr_unit = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.pd_totalqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.pd_qty = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.pib_restqty1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.pr_zxbzs = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.mid_qty = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.mid_num = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.mid_remain = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. ((System.ComponentModel.ISupportInitialize)(this.ProdIoInfDGV)).BeginInit();
  66. this.SuspendLayout();
  67. //
  68. // pi_inoutno_label
  69. //
  70. this.pi_inoutno_label.AutoSize = true;
  71. this.pi_inoutno_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  72. this.pi_inoutno_label.Location = new System.Drawing.Point(50, 58);
  73. this.pi_inoutno_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  74. this.pi_inoutno_label.Name = "pi_inoutno_label";
  75. this.pi_inoutno_label.Size = new System.Drawing.Size(178, 41);
  76. this.pi_inoutno_label.TabIndex = 148;
  77. this.pi_inoutno_label.Text = "出入库单号";
  78. //
  79. // pi_class_label
  80. //
  81. this.pi_class_label.AutoSize = true;
  82. this.pi_class_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  83. this.pi_class_label.Location = new System.Drawing.Point(572, 58);
  84. this.pi_class_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  85. this.pi_class_label.Name = "pi_class_label";
  86. this.pi_class_label.Size = new System.Drawing.Size(146, 41);
  87. this.pi_class_label.TabIndex = 150;
  88. this.pi_class_label.Text = "单据类型";
  89. //
  90. // pi_class
  91. //
  92. this.pi_class.AutoSize = true;
  93. this.pi_class.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  94. this.pi_class.Location = new System.Drawing.Point(750, 58);
  95. this.pi_class.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  96. this.pi_class.Name = "pi_class";
  97. this.pi_class.Size = new System.Drawing.Size(0, 41);
  98. this.pi_class.TabIndex = 152;
  99. //
  100. // pr_kind_label
  101. //
  102. this.pr_kind_label.AutoSize = true;
  103. this.pr_kind_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  104. this.pr_kind_label.Location = new System.Drawing.Point(1002, 58);
  105. this.pr_kind_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  106. this.pr_kind_label.Name = "pr_kind_label";
  107. this.pr_kind_label.Size = new System.Drawing.Size(146, 41);
  108. this.pr_kind_label.TabIndex = 156;
  109. this.pr_kind_label.Text = "物料类型";
  110. //
  111. // pr_kind
  112. //
  113. this.pr_kind.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  114. this.pr_kind.FormattingEnabled = true;
  115. this.pr_kind.Items.AddRange(new object[] {
  116. "单件管控",
  117. "批管控",
  118. "全部"});
  119. this.pr_kind.Location = new System.Drawing.Point(1176, 60);
  120. this.pr_kind.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  121. this.pr_kind.Name = "pr_kind";
  122. this.pr_kind.Size = new System.Drawing.Size(238, 32);
  123. this.pr_kind.TabIndex = 157;
  124. //
  125. // MidCapacity_label
  126. //
  127. this.MidCapacity_label.AutoSize = true;
  128. this.MidCapacity_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  129. this.MidCapacity_label.Location = new System.Drawing.Point(1508, 58);
  130. this.MidCapacity_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  131. this.MidCapacity_label.Name = "MidCapacity_label";
  132. this.MidCapacity_label.Size = new System.Drawing.Size(146, 41);
  133. this.MidCapacity_label.TabIndex = 158;
  134. this.MidCapacity_label.Text = "中盘容量";
  135. //
  136. // label1
  137. //
  138. this.label1.AutoSize = true;
  139. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  140. this.label1.Location = new System.Drawing.Point(1590, 162);
  141. this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  142. this.label1.Name = "label1";
  143. this.label1.Size = new System.Drawing.Size(290, 41);
  144. this.label1.TabIndex = 162;
  145. this.label1.Text = "尾数用 , (逗号)分割";
  146. //
  147. // ResetSerialNum
  148. //
  149. this.ResetSerialNum.Image = ((System.Drawing.Image)(resources.GetObject("ResetSerialNum.Image")));
  150. this.ResetSerialNum.Location = new System.Drawing.Point(1208, 156);
  151. this.ResetSerialNum.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  152. this.ResetSerialNum.Name = "ResetSerialNum";
  153. this.ResetSerialNum.Size = new System.Drawing.Size(128, 48);
  154. this.ResetSerialNum.TabIndex = 161;
  155. this.ResetSerialNum.Text = "流水重置";
  156. this.ResetSerialNum.UseVisualStyleBackColor = true;
  157. this.ResetSerialNum.Click += new System.EventHandler(this.ResetSerialNum_Click);
  158. //
  159. // SetMidCapacity
  160. //
  161. this.SetMidCapacity.Image = ((System.Drawing.Image)(resources.GetObject("SetMidCapacity.Image")));
  162. this.SetMidCapacity.Location = new System.Drawing.Point(1924, 56);
  163. this.SetMidCapacity.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  164. this.SetMidCapacity.Name = "SetMidCapacity";
  165. this.SetMidCapacity.Size = new System.Drawing.Size(100, 46);
  166. this.SetMidCapacity.TabIndex = 160;
  167. this.SetMidCapacity.Text = "刷新";
  168. this.SetMidCapacity.UseVisualStyleBackColor = true;
  169. this.SetMidCapacity.Click += new System.EventHandler(this.SetMidCapacity_Click);
  170. //
  171. // MidCapacity
  172. //
  173. this.MidCapacity.Location = new System.Drawing.Point(1676, 58);
  174. this.MidCapacity.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  175. this.MidCapacity.Name = "MidCapacity";
  176. this.MidCapacity.Negative = false;
  177. this.MidCapacity.Size = new System.Drawing.Size(238, 35);
  178. this.MidCapacity.TabIndex = 159;
  179. //
  180. // ChooseAll
  181. //
  182. this.ChooseAll.Location = new System.Drawing.Point(2, 204);
  183. this.ChooseAll.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  184. this.ChooseAll.Name = "ChooseAll";
  185. this.ChooseAll.Size = new System.Drawing.Size(92, 46);
  186. this.ChooseAll.TabIndex = 155;
  187. this.ChooseAll.Text = "全选";
  188. this.ChooseAll.UseVisualStyleBackColor = true;
  189. //
  190. // GenerateBarCode
  191. //
  192. this.GenerateBarCode.Image = ((System.Drawing.Image)(resources.GetObject("GenerateBarCode.Image")));
  193. this.GenerateBarCode.Location = new System.Drawing.Point(1034, 156);
  194. this.GenerateBarCode.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  195. this.GenerateBarCode.Name = "GenerateBarCode";
  196. this.GenerateBarCode.Size = new System.Drawing.Size(128, 48);
  197. this.GenerateBarCode.TabIndex = 154;
  198. this.GenerateBarCode.Text = "生成条码";
  199. this.GenerateBarCode.UseVisualStyleBackColor = true;
  200. this.GenerateBarCode.Click += new System.EventHandler(this.GenerateBarCode_Click);
  201. //
  202. // Screen
  203. //
  204. this.Screen.Image = ((System.Drawing.Image)(resources.GetObject("Screen.Image")));
  205. this.Screen.Location = new System.Drawing.Point(858, 156);
  206. this.Screen.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  207. this.Screen.Name = "Screen";
  208. this.Screen.Size = new System.Drawing.Size(128, 48);
  209. this.Screen.TabIndex = 153;
  210. this.Screen.Text = "筛选";
  211. this.Screen.UseVisualStyleBackColor = true;
  212. this.Screen.Click += new System.EventHandler(this.Screen_Click);
  213. //
  214. // ProdIoInfDGV
  215. //
  216. this.ProdIoInfDGV.AllowUserToAddRows = false;
  217. this.ProdIoInfDGV.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  218. | System.Windows.Forms.AnchorStyles.Left)
  219. | System.Windows.Forms.AnchorStyles.Right)));
  220. this.ProdIoInfDGV.BackgroundColor = System.Drawing.SystemColors.ButtonHighlight;
  221. this.ProdIoInfDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  222. this.ProdIoInfDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  223. this.Choose,
  224. this.pd_orderdetno,
  225. this.pd_pdno,
  226. this.pr_id,
  227. this.pd_id,
  228. this.pd_prodcode,
  229. this.pr_detail,
  230. this.pd_ordercode,
  231. this.BAR_VENDBARCODE,
  232. this.BAR_MADE,
  233. this.pr_orispeccode,
  234. this.pd_pocode,
  235. this.pr_brand,
  236. this.pr_unit,
  237. this.pd_totalqty,
  238. this.pd_qty,
  239. this.pib_restqty1,
  240. this.pr_zxbzs,
  241. this.mid_qty,
  242. this.mid_num,
  243. this.mid_remain});
  244. this.ProdIoInfDGV.GridColor = System.Drawing.SystemColors.ButtonFace;
  245. this.ProdIoInfDGV.Location = new System.Drawing.Point(0, 250);
  246. this.ProdIoInfDGV.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  247. this.ProdIoInfDGV.Name = "ProdIoInfDGV";
  248. this.ProdIoInfDGV.RowTemplate.Height = 23;
  249. this.ProdIoInfDGV.Size = new System.Drawing.Size(2326, 814);
  250. this.ProdIoInfDGV.TabIndex = 151;
  251. this.ProdIoInfDGV.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.ProdIoInfDGV_CellEndEdit);
  252. this.ProdIoInfDGV.CellPainting += new System.Windows.Forms.DataGridViewCellPaintingEventHandler(this.ProdIoInfDGV_CellPainting);
  253. //
  254. // pi_inoutno
  255. //
  256. this.pi_inoutno.ID = null;
  257. this.pi_inoutno.Location = new System.Drawing.Point(256, 58);
  258. this.pi_inoutno.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  259. this.pi_inoutno.Name = "pi_inoutno";
  260. this.pi_inoutno.Size = new System.Drawing.Size(238, 35);
  261. this.pi_inoutno.Str = null;
  262. this.pi_inoutno.Str1 = null;
  263. this.pi_inoutno.Str2 = null;
  264. this.pi_inoutno.TabIndex = 149;
  265. this.pi_inoutno.Tag = "cu_name";
  266. this.pi_inoutno.KeyDown += new System.Windows.Forms.KeyEventHandler(this.bi_inoutno_KeyDown);
  267. //
  268. // Choose
  269. //
  270. this.Choose.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
  271. this.Choose.HeaderText = "勾选";
  272. this.Choose.Name = "Choose";
  273. this.Choose.Width = 64;
  274. //
  275. // pd_orderdetno
  276. //
  277. this.pd_orderdetno.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
  278. this.pd_orderdetno.DataPropertyName = "pd_orderdetno";
  279. this.pd_orderdetno.HeaderText = "pd_orderdetno";
  280. this.pd_orderdetno.Name = "pd_orderdetno";
  281. this.pd_orderdetno.Visible = false;
  282. this.pd_orderdetno.Width = 211;
  283. //
  284. // pd_pdno
  285. //
  286. this.pd_pdno.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
  287. this.pd_pdno.DataPropertyName = "pd_pdno";
  288. this.pd_pdno.HeaderText = "订单序号";
  289. this.pd_pdno.Name = "pd_pdno";
  290. this.pd_pdno.Width = 151;
  291. //
  292. // pr_id
  293. //
  294. this.pr_id.DataPropertyName = "pr_id";
  295. this.pr_id.HeaderText = "pr_id";
  296. this.pr_id.Name = "pr_id";
  297. this.pr_id.Visible = false;
  298. //
  299. // pd_id
  300. //
  301. this.pd_id.DataPropertyName = "pd_id";
  302. this.pd_id.HeaderText = "pd_id";
  303. this.pd_id.Name = "pd_id";
  304. this.pd_id.Visible = false;
  305. //
  306. // pd_prodcode
  307. //
  308. this.pd_prodcode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
  309. this.pd_prodcode.DataPropertyName = "pd_prodcode";
  310. this.pd_prodcode.HeaderText = "物料编号";
  311. this.pd_prodcode.Name = "pd_prodcode";
  312. this.pd_prodcode.ReadOnly = true;
  313. this.pd_prodcode.Width = 151;
  314. //
  315. // pr_detail
  316. //
  317. this.pr_detail.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
  318. this.pr_detail.DataPropertyName = "pr_detail";
  319. this.pr_detail.HeaderText = "物料名称";
  320. this.pr_detail.Name = "pr_detail";
  321. this.pr_detail.ReadOnly = true;
  322. this.pr_detail.Width = 151;
  323. //
  324. // pd_ordercode
  325. //
  326. this.pd_ordercode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
  327. this.pd_ordercode.DataPropertyName = "pd_ordercode";
  328. this.pd_ordercode.HeaderText = "订单编号";
  329. this.pd_ordercode.Name = "pd_ordercode";
  330. this.pd_ordercode.Width = 151;
  331. //
  332. // BAR_VENDBARCODE
  333. //
  334. this.BAR_VENDBARCODE.DataPropertyName = "BAR_VENDBARCODE";
  335. this.BAR_VENDBARCODE.HeaderText = "LOTNO";
  336. this.BAR_VENDBARCODE.Name = "BAR_VENDBARCODE";
  337. //
  338. // BAR_MADE
  339. //
  340. this.BAR_MADE.DataPropertyName = "BAR_MADE";
  341. this.BAR_MADE.HeaderText = "DC";
  342. this.BAR_MADE.Name = "BAR_MADE";
  343. //
  344. // pr_orispeccode
  345. //
  346. this.pr_orispeccode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
  347. this.pr_orispeccode.DataPropertyName = "pr_orispeccode";
  348. this.pr_orispeccode.HeaderText = "型号";
  349. this.pr_orispeccode.Name = "pr_orispeccode";
  350. this.pr_orispeccode.ReadOnly = true;
  351. this.pr_orispeccode.Width = 103;
  352. //
  353. // pd_pocode
  354. //
  355. this.pd_pocode.DataPropertyName = "pd_pocode";
  356. this.pd_pocode.HeaderText = "客户PO";
  357. this.pd_pocode.Name = "pd_pocode";
  358. //
  359. // pr_brand
  360. //
  361. this.pr_brand.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
  362. this.pr_brand.DataPropertyName = "pr_brand";
  363. this.pr_brand.HeaderText = "品牌";
  364. this.pr_brand.Name = "pr_brand";
  365. this.pr_brand.ReadOnly = true;
  366. this.pr_brand.Width = 97;
  367. //
  368. // pr_unit
  369. //
  370. this.pr_unit.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
  371. this.pr_unit.DataPropertyName = "pr_unit";
  372. this.pr_unit.HeaderText = "单位";
  373. this.pr_unit.Name = "pr_unit";
  374. this.pr_unit.ReadOnly = true;
  375. this.pr_unit.Width = 97;
  376. //
  377. // pd_totalqty
  378. //
  379. this.pd_totalqty.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
  380. this.pd_totalqty.DataPropertyName = "pd_totalqty";
  381. this.pd_totalqty.HeaderText = "总数";
  382. this.pd_totalqty.Name = "pd_totalqty";
  383. this.pd_totalqty.ReadOnly = true;
  384. this.pd_totalqty.Width = 97;
  385. //
  386. // pd_qty
  387. //
  388. this.pd_qty.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
  389. this.pd_qty.DataPropertyName = "pd_qty";
  390. this.pd_qty.HeaderText = "本次数量";
  391. this.pd_qty.Name = "pd_qty";
  392. this.pd_qty.Width = 118;
  393. //
  394. // pib_restqty1
  395. //
  396. this.pib_restqty1.DataPropertyName = "pib_restqty1";
  397. this.pib_restqty1.HeaderText = "尾数";
  398. this.pib_restqty1.Name = "pib_restqty1";
  399. this.pib_restqty1.Width = 150;
  400. //
  401. // pr_zxbzs
  402. //
  403. this.pr_zxbzs.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
  404. this.pr_zxbzs.DataPropertyName = "pr_zxbzs";
  405. this.pr_zxbzs.HeaderText = "单盘数量";
  406. this.pr_zxbzs.Name = "pr_zxbzs";
  407. this.pr_zxbzs.Width = 118;
  408. //
  409. // mid_qty
  410. //
  411. this.mid_qty.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
  412. this.mid_qty.HeaderText = "中盒容量(盘)";
  413. this.mid_qty.Name = "mid_qty";
  414. this.mid_qty.Width = 107;
  415. //
  416. // mid_num
  417. //
  418. this.mid_num.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
  419. this.mid_num.HeaderText = "中盒盘数";
  420. this.mid_num.Name = "mid_num";
  421. this.mid_num.ReadOnly = true;
  422. this.mid_num.Width = 118;
  423. //
  424. // mid_remain
  425. //
  426. this.mid_remain.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
  427. this.mid_remain.HeaderText = "中盒尾数";
  428. this.mid_remain.Name = "mid_remain";
  429. this.mid_remain.ReadOnly = true;
  430. this.mid_remain.Width = 118;
  431. //
  432. // 生成条码
  433. //
  434. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  435. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  436. this.ClientSize = new System.Drawing.Size(2328, 1060);
  437. this.Controls.Add(this.label1);
  438. this.Controls.Add(this.ResetSerialNum);
  439. this.Controls.Add(this.SetMidCapacity);
  440. this.Controls.Add(this.MidCapacity);
  441. this.Controls.Add(this.MidCapacity_label);
  442. this.Controls.Add(this.pr_kind);
  443. this.Controls.Add(this.pr_kind_label);
  444. this.Controls.Add(this.ChooseAll);
  445. this.Controls.Add(this.GenerateBarCode);
  446. this.Controls.Add(this.Screen);
  447. this.Controls.Add(this.pi_class);
  448. this.Controls.Add(this.ProdIoInfDGV);
  449. this.Controls.Add(this.pi_class_label);
  450. this.Controls.Add(this.pi_inoutno);
  451. this.Controls.Add(this.pi_inoutno_label);
  452. this.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  453. this.Name = "生成条码";
  454. this.Text = "生成条码";
  455. this.Load += new System.EventHandler(this.生成条码_Load);
  456. this.SizeChanged += new System.EventHandler(this.生成条码_SizeChanged);
  457. ((System.ComponentModel.ISupportInitialize)(this.ProdIoInfDGV)).EndInit();
  458. this.ResumeLayout(false);
  459. this.PerformLayout();
  460. }
  461. #endregion
  462. private CustomControl.EnterTextBox pi_inoutno;
  463. private System.Windows.Forms.Label pi_inoutno_label;
  464. private System.Windows.Forms.Label pi_class_label;
  465. private CustomControl.DataGridViewWithSerialNum ProdIoInfDGV;
  466. private System.Windows.Forms.Label pi_class;
  467. private CustomControl.NormalButton Screen;
  468. private CustomControl.NormalButton GenerateBarCode;
  469. private CustomControl.ChooseAllButton ChooseAll;
  470. private System.Windows.Forms.Label pr_kind_label;
  471. private System.Windows.Forms.ComboBox pr_kind;
  472. private System.Windows.Forms.Label MidCapacity_label;
  473. private CustomControl.NumOnlyTextBox MidCapacity;
  474. private CustomControl.NormalButton SetMidCapacity;
  475. private CustomControl.NormalButton ResetSerialNum;
  476. private System.Windows.Forms.Label label1;
  477. private System.Windows.Forms.DataGridViewCheckBoxColumn Choose;
  478. private System.Windows.Forms.DataGridViewTextBoxColumn pd_orderdetno;
  479. private System.Windows.Forms.DataGridViewTextBoxColumn pd_pdno;
  480. private System.Windows.Forms.DataGridViewTextBoxColumn pr_id;
  481. private System.Windows.Forms.DataGridViewTextBoxColumn pd_id;
  482. private System.Windows.Forms.DataGridViewTextBoxColumn pd_prodcode;
  483. private System.Windows.Forms.DataGridViewTextBoxColumn pr_detail;
  484. private System.Windows.Forms.DataGridViewTextBoxColumn pd_ordercode;
  485. private System.Windows.Forms.DataGridViewTextBoxColumn BAR_VENDBARCODE;
  486. private System.Windows.Forms.DataGridViewTextBoxColumn BAR_MADE;
  487. private System.Windows.Forms.DataGridViewTextBoxColumn pr_orispeccode;
  488. private System.Windows.Forms.DataGridViewTextBoxColumn pd_pocode;
  489. private System.Windows.Forms.DataGridViewTextBoxColumn pr_brand;
  490. private System.Windows.Forms.DataGridViewTextBoxColumn pr_unit;
  491. private System.Windows.Forms.DataGridViewTextBoxColumn pd_totalqty;
  492. private System.Windows.Forms.DataGridViewTextBoxColumn pd_qty;
  493. private System.Windows.Forms.DataGridViewTextBoxColumn pib_restqty1;
  494. private System.Windows.Forms.DataGridViewTextBoxColumn pr_zxbzs;
  495. private System.Windows.Forms.DataGridViewTextBoxColumn mid_qty;
  496. private System.Windows.Forms.DataGridViewTextBoxColumn mid_num;
  497. private System.Windows.Forms.DataGridViewTextBoxColumn mid_remain;
  498. }
  499. }