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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398
  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_detail = new System.Windows.Forms.DataGridViewTextBoxColumn();
  34. this.pr_spec = new System.Windows.Forms.DataGridViewTextBoxColumn();
  35. this.pd_inqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.bi_inqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.PR_CODE = new System.Windows.Forms.TextBox();
  38. this.label3 = new System.Windows.Forms.Label();
  39. this.INQTY = new System.Windows.Forms.TextBox();
  40. this.label4 = new System.Windows.Forms.Label();
  41. this.DC = new System.Windows.Forms.TextBox();
  42. this.label5 = new System.Windows.Forms.Label();
  43. this.LOTNO = new System.Windows.Forms.TextBox();
  44. this.label6 = new System.Windows.Forms.Label();
  45. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  46. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.ZXBZ = new System.Windows.Forms.TextBox();
  51. this.label7 = new System.Windows.Forms.Label();
  52. this.Barcode = new System.Windows.Forms.TextBox();
  53. this.label8 = new System.Windows.Forms.Label();
  54. this.es_custcode = new UAS_BARCODEIO.SearchTextBox();
  55. ((System.ComponentModel.ISupportInitialize)(this.Prodiodetail)).BeginInit();
  56. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  57. this.SuspendLayout();
  58. //
  59. // label2
  60. //
  61. this.label2.AutoSize = true;
  62. this.label2.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  63. this.label2.Location = new System.Drawing.Point(27, 35);
  64. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  65. this.label2.Name = "label2";
  66. this.label2.Size = new System.Drawing.Size(133, 38);
  67. this.label2.TabIndex = 15;
  68. this.label2.Text = "入库单号";
  69. //
  70. // pi_inoutno
  71. //
  72. this.pi_inoutno.Location = new System.Drawing.Point(168, 38);
  73. this.pi_inoutno.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  74. this.pi_inoutno.Name = "pi_inoutno";
  75. this.pi_inoutno.Size = new System.Drawing.Size(436, 35);
  76. this.pi_inoutno.TabIndex = 16;
  77. this.pi_inoutno.KeyDown += new System.Windows.Forms.KeyEventHandler(this.pi_inoutnokeydown);
  78. //
  79. // label1
  80. //
  81. this.label1.AutoSize = true;
  82. this.label1.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  83. this.label1.Location = new System.Drawing.Point(27, 105);
  84. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  85. this.label1.Name = "label1";
  86. this.label1.Size = new System.Drawing.Size(133, 38);
  87. this.label1.TabIndex = 17;
  88. this.label1.Text = "解析规则";
  89. //
  90. // Prodiodetail
  91. //
  92. this.Prodiodetail.AllowUserToAddRows = false;
  93. this.Prodiodetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  94. this.Prodiodetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  95. this.pd_prodcode,
  96. this.pr_detail,
  97. this.pr_spec,
  98. this.pd_inqty,
  99. this.bi_inqty});
  100. this.Prodiodetail.Enabled = false;
  101. this.Prodiodetail.Location = new System.Drawing.Point(27, 182);
  102. this.Prodiodetail.Name = "Prodiodetail";
  103. this.Prodiodetail.RowHeadersWidth = 82;
  104. this.Prodiodetail.RowTemplate.Height = 37;
  105. this.Prodiodetail.Size = new System.Drawing.Size(1089, 543);
  106. this.Prodiodetail.TabIndex = 19;
  107. //
  108. // pd_prodcode
  109. //
  110. this.pd_prodcode.DataPropertyName = "pd_prodcode";
  111. this.pd_prodcode.HeaderText = "物料编号";
  112. this.pd_prodcode.MinimumWidth = 10;
  113. this.pd_prodcode.Name = "pd_prodcode";
  114. this.pd_prodcode.Width = 200;
  115. //
  116. // pr_detail
  117. //
  118. this.pr_detail.DataPropertyName = "pr_detail";
  119. this.pr_detail.HeaderText = "物料名称";
  120. this.pr_detail.MinimumWidth = 10;
  121. this.pr_detail.Name = "pr_detail";
  122. this.pr_detail.Width = 200;
  123. //
  124. // pr_spec
  125. //
  126. this.pr_spec.DataPropertyName = "pr_spec";
  127. this.pr_spec.HeaderText = "物料规格";
  128. this.pr_spec.MinimumWidth = 10;
  129. this.pr_spec.Name = "pr_spec";
  130. this.pr_spec.Width = 200;
  131. //
  132. // pd_inqty
  133. //
  134. this.pd_inqty.DataPropertyName = "pd_inqty";
  135. this.pd_inqty.HeaderText = "入库数量";
  136. this.pd_inqty.MinimumWidth = 10;
  137. this.pd_inqty.Name = "pd_inqty";
  138. this.pd_inqty.Width = 200;
  139. //
  140. // bi_inqty
  141. //
  142. this.bi_inqty.DataPropertyName = "bi_inqty";
  143. this.bi_inqty.HeaderText = "已生成条码数量";
  144. this.bi_inqty.MinimumWidth = 10;
  145. this.bi_inqty.Name = "bi_inqty";
  146. this.bi_inqty.Width = 200;
  147. //
  148. // PR_CODE
  149. //
  150. this.PR_CODE.Location = new System.Drawing.Point(168, 771);
  151. this.PR_CODE.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  152. this.PR_CODE.Name = "PR_CODE";
  153. this.PR_CODE.Size = new System.Drawing.Size(436, 35);
  154. this.PR_CODE.TabIndex = 21;
  155. //
  156. // label3
  157. //
  158. this.label3.AutoSize = true;
  159. this.label3.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  160. this.label3.Location = new System.Drawing.Point(27, 768);
  161. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  162. this.label3.Name = "label3";
  163. this.label3.Size = new System.Drawing.Size(133, 38);
  164. this.label3.TabIndex = 20;
  165. this.label3.Text = "物料编号";
  166. //
  167. // INQTY
  168. //
  169. this.INQTY.Location = new System.Drawing.Point(168, 851);
  170. this.INQTY.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  171. this.INQTY.Name = "INQTY";
  172. this.INQTY.Size = new System.Drawing.Size(436, 35);
  173. this.INQTY.TabIndex = 23;
  174. //
  175. // label4
  176. //
  177. this.label4.AutoSize = true;
  178. this.label4.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  179. this.label4.Location = new System.Drawing.Point(27, 848);
  180. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  181. this.label4.Name = "label4";
  182. this.label4.Size = new System.Drawing.Size(133, 38);
  183. this.label4.TabIndex = 22;
  184. this.label4.Text = "入库数量";
  185. //
  186. // DC
  187. //
  188. this.DC.Location = new System.Drawing.Point(168, 929);
  189. this.DC.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  190. this.DC.Name = "DC";
  191. this.DC.Size = new System.Drawing.Size(436, 35);
  192. this.DC.TabIndex = 25;
  193. //
  194. // label5
  195. //
  196. this.label5.AutoSize = true;
  197. this.label5.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  198. this.label5.Location = new System.Drawing.Point(27, 926);
  199. this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  200. this.label5.Name = "label5";
  201. this.label5.Size = new System.Drawing.Size(58, 38);
  202. this.label5.TabIndex = 24;
  203. this.label5.Text = "DC";
  204. //
  205. // LOTNO
  206. //
  207. this.LOTNO.Location = new System.Drawing.Point(168, 1013);
  208. this.LOTNO.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  209. this.LOTNO.Name = "LOTNO";
  210. this.LOTNO.Size = new System.Drawing.Size(436, 35);
  211. this.LOTNO.TabIndex = 27;
  212. //
  213. // label6
  214. //
  215. this.label6.AutoSize = true;
  216. this.label6.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  217. this.label6.Location = new System.Drawing.Point(27, 1010);
  218. this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  219. this.label6.Name = "label6";
  220. this.label6.Size = new System.Drawing.Size(103, 38);
  221. this.label6.TabIndex = 26;
  222. this.label6.Text = "LotNo";
  223. //
  224. // dataGridView1
  225. //
  226. this.dataGridView1.AllowUserToAddRows = false;
  227. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  228. this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  229. this.dataGridViewTextBoxColumn1,
  230. this.dataGridViewTextBoxColumn2,
  231. this.dataGridViewTextBoxColumn3,
  232. this.dataGridViewTextBoxColumn4});
  233. this.dataGridView1.Enabled = false;
  234. this.dataGridView1.Location = new System.Drawing.Point(1145, 182);
  235. this.dataGridView1.Name = "dataGridView1";
  236. this.dataGridView1.RowHeadersWidth = 82;
  237. this.dataGridView1.RowTemplate.Height = 37;
  238. this.dataGridView1.Size = new System.Drawing.Size(844, 543);
  239. this.dataGridView1.TabIndex = 28;
  240. //
  241. // dataGridViewTextBoxColumn1
  242. //
  243. this.dataGridViewTextBoxColumn1.DataPropertyName = "bi_barcode";
  244. this.dataGridViewTextBoxColumn1.HeaderText = "条码号";
  245. this.dataGridViewTextBoxColumn1.MinimumWidth = 10;
  246. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  247. this.dataGridViewTextBoxColumn1.Width = 200;
  248. //
  249. // dataGridViewTextBoxColumn2
  250. //
  251. this.dataGridViewTextBoxColumn2.DataPropertyName = "bi_inqty";
  252. this.dataGridViewTextBoxColumn2.HeaderText = "入库数量";
  253. this.dataGridViewTextBoxColumn2.MinimumWidth = 10;
  254. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  255. this.dataGridViewTextBoxColumn2.Width = 200;
  256. //
  257. // dataGridViewTextBoxColumn3
  258. //
  259. this.dataGridViewTextBoxColumn3.DataPropertyName = "bi_madedate";
  260. this.dataGridViewTextBoxColumn3.HeaderText = "DC";
  261. this.dataGridViewTextBoxColumn3.MinimumWidth = 10;
  262. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  263. this.dataGridViewTextBoxColumn3.Width = 200;
  264. //
  265. // dataGridViewTextBoxColumn4
  266. //
  267. this.dataGridViewTextBoxColumn4.DataPropertyName = "bi_vendbarcode";
  268. this.dataGridViewTextBoxColumn4.HeaderText = "LotNo";
  269. this.dataGridViewTextBoxColumn4.MinimumWidth = 10;
  270. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  271. this.dataGridViewTextBoxColumn4.Width = 200;
  272. //
  273. // ZXBZ
  274. //
  275. this.ZXBZ.Location = new System.Drawing.Point(168, 1097);
  276. this.ZXBZ.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  277. this.ZXBZ.Name = "ZXBZ";
  278. this.ZXBZ.Size = new System.Drawing.Size(436, 35);
  279. this.ZXBZ.TabIndex = 30;
  280. //
  281. // label7
  282. //
  283. this.label7.AutoSize = true;
  284. this.label7.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  285. this.label7.Location = new System.Drawing.Point(27, 1094);
  286. this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  287. this.label7.Name = "label7";
  288. this.label7.Size = new System.Drawing.Size(133, 38);
  289. this.label7.TabIndex = 29;
  290. this.label7.Text = "最小包数";
  291. //
  292. // Barcode
  293. //
  294. this.Barcode.Location = new System.Drawing.Point(844, 108);
  295. this.Barcode.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  296. this.Barcode.Name = "Barcode";
  297. this.Barcode.Size = new System.Drawing.Size(436, 35);
  298. this.Barcode.TabIndex = 32;
  299. this.Barcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Barcode_KeyDown);
  300. //
  301. // label8
  302. //
  303. this.label8.AutoSize = true;
  304. this.label8.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  305. this.label8.Location = new System.Drawing.Point(712, 111);
  306. this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  307. this.label8.Name = "label8";
  308. this.label8.Size = new System.Drawing.Size(104, 38);
  309. this.label8.TabIndex = 33;
  310. this.label8.Text = "扫码框";
  311. //
  312. // es_custcode
  313. //
  314. this.es_custcode.AllPower = null;
  315. this.es_custcode.Caller = null;
  316. this.es_custcode.Condition = null;
  317. this.es_custcode.DBTitle = null;
  318. this.es_custcode.FormName = null;
  319. this.es_custcode.Location = new System.Drawing.Point(167, 108);
  320. this.es_custcode.Name = "es_custcode";
  321. this.es_custcode.Power = null;
  322. this.es_custcode.ReturnData = null;
  323. this.es_custcode.SelectField = null;
  324. this.es_custcode.SetValueField = null;
  325. this.es_custcode.Size = new System.Drawing.Size(437, 35);
  326. this.es_custcode.TabIndex = 31;
  327. this.es_custcode.TableName = null;
  328. this.es_custcode.TextBoxEnable = false;
  329. //
  330. // 入库条码规则解析
  331. //
  332. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  333. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  334. this.ClientSize = new System.Drawing.Size(2025, 1225);
  335. this.Controls.Add(this.label8);
  336. this.Controls.Add(this.Barcode);
  337. this.Controls.Add(this.es_custcode);
  338. this.Controls.Add(this.ZXBZ);
  339. this.Controls.Add(this.label7);
  340. this.Controls.Add(this.dataGridView1);
  341. this.Controls.Add(this.LOTNO);
  342. this.Controls.Add(this.label6);
  343. this.Controls.Add(this.DC);
  344. this.Controls.Add(this.label5);
  345. this.Controls.Add(this.INQTY);
  346. this.Controls.Add(this.label4);
  347. this.Controls.Add(this.PR_CODE);
  348. this.Controls.Add(this.label3);
  349. this.Controls.Add(this.Prodiodetail);
  350. this.Controls.Add(this.label1);
  351. this.Controls.Add(this.pi_inoutno);
  352. this.Controls.Add(this.label2);
  353. this.Margin = new System.Windows.Forms.Padding(6);
  354. this.Name = "入库条码规则解析";
  355. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  356. this.Text = "入库条码打印";
  357. this.Load += new System.EventHandler(this.Form1_Load);
  358. ((System.ComponentModel.ISupportInitialize)(this.Prodiodetail)).EndInit();
  359. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  360. this.ResumeLayout(false);
  361. this.PerformLayout();
  362. }
  363. #endregion
  364. private System.Windows.Forms.Label label2;
  365. private System.Windows.Forms.TextBox pi_inoutno;
  366. private System.Windows.Forms.Label label1;
  367. private System.Windows.Forms.DataGridView Prodiodetail;
  368. private System.Windows.Forms.DataGridViewTextBoxColumn pd_prodcode;
  369. private System.Windows.Forms.DataGridViewTextBoxColumn pr_detail;
  370. private System.Windows.Forms.DataGridViewTextBoxColumn pr_spec;
  371. private System.Windows.Forms.DataGridViewTextBoxColumn pd_inqty;
  372. private System.Windows.Forms.DataGridViewTextBoxColumn bi_inqty;
  373. private System.Windows.Forms.TextBox PR_CODE;
  374. private System.Windows.Forms.Label label3;
  375. private System.Windows.Forms.TextBox INQTY;
  376. private System.Windows.Forms.Label label4;
  377. private System.Windows.Forms.TextBox DC;
  378. private System.Windows.Forms.Label label5;
  379. private System.Windows.Forms.TextBox LOTNO;
  380. private System.Windows.Forms.Label label6;
  381. private System.Windows.Forms.DataGridView dataGridView1;
  382. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  383. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  384. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  385. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  386. private System.Windows.Forms.TextBox ZXBZ;
  387. private System.Windows.Forms.Label label7;
  388. private SearchTextBox es_custcode;
  389. private System.Windows.Forms.TextBox Barcode;
  390. private System.Windows.Forms.Label label8;
  391. }
  392. }