Make_PackageCollection.Designer.cs 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627
  1. namespace UAS_MES.Make
  2. {
  3. partial class Make_PackageCollection
  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(Make_PackageCollection));
  29. this.pr_code_label = new System.Windows.Forms.Label();
  30. this.pr_detail_label = new System.Windows.Forms.Label();
  31. this.ma_code_label = new System.Windows.Forms.Label();
  32. this.panel2 = new System.Windows.Forms.Panel();
  33. this.label1 = new System.Windows.Forms.Label();
  34. this.pa_packageqty_label = new System.Windows.Forms.Label();
  35. this.pa_totalqty_label = new System.Windows.Forms.Label();
  36. this.label13 = new System.Windows.Forms.Label();
  37. this.pa_code_label = new System.Windows.Forms.Label();
  38. this.PrintList_label = new System.Windows.Forms.Label();
  39. this.PrintNum_label = new System.Windows.Forms.Label();
  40. this.pa_restqty_label = new System.Windows.Forms.Label();
  41. this.AutoPrint = new System.Windows.Forms.CheckBox();
  42. this.Cancel = new System.Windows.Forms.CheckBox();
  43. this.pa_id = new System.Windows.Forms.Label();
  44. this.PrintLabel = new System.Windows.Forms.ComboBox();
  45. this.label3 = new System.Windows.Forms.Label();
  46. this.pr_id = new System.Windows.Forms.Label();
  47. this.label2 = new System.Windows.Forms.Label();
  48. this.pa_code = new UAS_MES.CustomControl.TextBoxWithIcon.TextBoxGeneratePaCode();
  49. this.PrintList = new UAS_MES.CustomControl.ComBoxWithFocus.PrinterCombox();
  50. this.PrintNum = new UAS_MES.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
  51. this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
  52. this.ma_code = new UAS_MES.CustomControl.TextBoxWithIcon.SearchTextBox();
  53. this.Printing = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  54. this.Clean = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  55. this.pa_packageqty = new UAS_MES.CustomControl.TextBoxWithIcon.MaCodeTextBox();
  56. this.ma_prodcode = new UAS_MES.CustomControl.TextBoxWithIcon.MaCodeTextBox();
  57. this.pa_totalqty = new UAS_MES.CustomControl.TextBoxWithIcon.MaCodeTextBox();
  58. this.ma_prodname = new UAS_MES.CustomControl.TextBoxWithIcon.MaCodeTextBox();
  59. this.pa_restqty = new UAS_MES.CustomControl.TextBoxWithIcon.MaCodeTextBox();
  60. this.barcode = new UAS_MES.CustomControl.TextBoxWithIcon.MaCodeTextBox();
  61. this.PackageDetail = new UAS_MES.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
  62. this.pd_barcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.pa_outboxcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.pd_innerqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.pa_indate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.pd_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.panel2.SuspendLayout();
  68. ((System.ComponentModel.ISupportInitialize)(this.PackageDetail)).BeginInit();
  69. this.SuspendLayout();
  70. //
  71. // pr_code_label
  72. //
  73. this.pr_code_label.AutoSize = true;
  74. this.pr_code_label.Enabled = false;
  75. this.pr_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  76. this.pr_code_label.Location = new System.Drawing.Point(525, 53);
  77. this.pr_code_label.Name = "pr_code_label";
  78. this.pr_code_label.Size = new System.Drawing.Size(74, 21);
  79. this.pr_code_label.TabIndex = 81;
  80. this.pr_code_label.Text = "产品编号";
  81. //
  82. // pr_detail_label
  83. //
  84. this.pr_detail_label.AutoSize = true;
  85. this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  86. this.pr_detail_label.Location = new System.Drawing.Point(20, 102);
  87. this.pr_detail_label.Name = "pr_detail_label";
  88. this.pr_detail_label.Size = new System.Drawing.Size(74, 21);
  89. this.pr_detail_label.TabIndex = 80;
  90. this.pr_detail_label.Text = "产品名称";
  91. //
  92. // ma_code_label
  93. //
  94. this.ma_code_label.AutoSize = true;
  95. this.ma_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  96. this.ma_code_label.Location = new System.Drawing.Point(283, 54);
  97. this.ma_code_label.Name = "ma_code_label";
  98. this.ma_code_label.Size = new System.Drawing.Size(58, 21);
  99. this.ma_code_label.TabIndex = 76;
  100. this.ma_code_label.Text = "工单号";
  101. //
  102. // panel2
  103. //
  104. this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  105. this.panel2.Controls.Add(this.label1);
  106. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  107. this.panel2.Location = new System.Drawing.Point(0, 0);
  108. this.panel2.Name = "panel2";
  109. this.panel2.Size = new System.Drawing.Size(1019, 29);
  110. this.panel2.TabIndex = 88;
  111. this.panel2.Tag = "NoAuto";
  112. //
  113. // label1
  114. //
  115. this.label1.AutoSize = true;
  116. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  117. this.label1.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
  118. this.label1.Location = new System.Drawing.Point(12, 4);
  119. this.label1.Name = "label1";
  120. this.label1.Size = new System.Drawing.Size(74, 21);
  121. this.label1.TabIndex = 0;
  122. this.label1.Text = "基础信息";
  123. //
  124. // pa_packageqty_label
  125. //
  126. this.pa_packageqty_label.AutoSize = true;
  127. this.pa_packageqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  128. this.pa_packageqty_label.Location = new System.Drawing.Point(268, 102);
  129. this.pa_packageqty_label.Name = "pa_packageqty_label";
  130. this.pa_packageqty_label.Size = new System.Drawing.Size(74, 21);
  131. this.pa_packageqty_label.TabIndex = 95;
  132. this.pa_packageqty_label.Text = "已装数量";
  133. //
  134. // pa_totalqty_label
  135. //
  136. this.pa_totalqty_label.AutoSize = true;
  137. this.pa_totalqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  138. this.pa_totalqty_label.Location = new System.Drawing.Point(269, 149);
  139. this.pa_totalqty_label.Name = "pa_totalqty_label";
  140. this.pa_totalqty_label.Size = new System.Drawing.Size(74, 21);
  141. this.pa_totalqty_label.TabIndex = 97;
  142. this.pa_totalqty_label.Text = "箱内容量";
  143. //
  144. // label13
  145. //
  146. this.label13.AutoSize = true;
  147. this.label13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  148. this.label13.ForeColor = System.Drawing.Color.Black;
  149. this.label13.Location = new System.Drawing.Point(20, 572);
  150. this.label13.Name = "label13";
  151. this.label13.Size = new System.Drawing.Size(58, 21);
  152. this.label13.TabIndex = 105;
  153. this.label13.Text = "序列号";
  154. //
  155. // pa_code_label
  156. //
  157. this.pa_code_label.AutoSize = true;
  158. this.pa_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  159. this.pa_code_label.Location = new System.Drawing.Point(52, 53);
  160. this.pa_code_label.Name = "pa_code_label";
  161. this.pa_code_label.Size = new System.Drawing.Size(42, 21);
  162. this.pa_code_label.TabIndex = 113;
  163. this.pa_code_label.Text = "箱号";
  164. //
  165. // PrintList_label
  166. //
  167. this.PrintList_label.AutoSize = true;
  168. this.PrintList_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  169. this.PrintList_label.Location = new System.Drawing.Point(7, 149);
  170. this.PrintList_label.Name = "PrintList_label";
  171. this.PrintList_label.Size = new System.Drawing.Size(90, 21);
  172. this.PrintList_label.TabIndex = 116;
  173. this.PrintList_label.Text = "打印机列表";
  174. //
  175. // PrintNum_label
  176. //
  177. this.PrintNum_label.AutoSize = true;
  178. this.PrintNum_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  179. this.PrintNum_label.Location = new System.Drawing.Point(782, 149);
  180. this.PrintNum_label.Name = "PrintNum_label";
  181. this.PrintNum_label.Size = new System.Drawing.Size(42, 21);
  182. this.PrintNum_label.TabIndex = 124;
  183. this.PrintNum_label.Text = "份数";
  184. //
  185. // pa_restqty_label
  186. //
  187. this.pa_restqty_label.AutoSize = true;
  188. this.pa_restqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  189. this.pa_restqty_label.Location = new System.Drawing.Point(525, 102);
  190. this.pa_restqty_label.Name = "pa_restqty_label";
  191. this.pa_restqty_label.Size = new System.Drawing.Size(74, 21);
  192. this.pa_restqty_label.TabIndex = 126;
  193. this.pa_restqty_label.Text = "剩余容量";
  194. //
  195. // AutoPrint
  196. //
  197. this.AutoPrint.AutoSize = true;
  198. this.AutoPrint.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  199. this.AutoPrint.Location = new System.Drawing.Point(786, 102);
  200. this.AutoPrint.Name = "AutoPrint";
  201. this.AutoPrint.Size = new System.Drawing.Size(125, 25);
  202. this.AutoPrint.TabIndex = 128;
  203. this.AutoPrint.Text = "满箱自动打印";
  204. this.AutoPrint.UseVisualStyleBackColor = true;
  205. //
  206. // Cancel
  207. //
  208. this.Cancel.AutoSize = true;
  209. this.Cancel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  210. this.Cancel.Location = new System.Drawing.Point(322, 572);
  211. this.Cancel.Name = "Cancel";
  212. this.Cancel.Size = new System.Drawing.Size(93, 25);
  213. this.Cancel.TabIndex = 129;
  214. this.Cancel.Text = "取消采集";
  215. this.Cancel.UseVisualStyleBackColor = true;
  216. //
  217. // pa_id
  218. //
  219. this.pa_id.AutoSize = true;
  220. this.pa_id.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  221. this.pa_id.Location = new System.Drawing.Point(964, 46);
  222. this.pa_id.Name = "pa_id";
  223. this.pa_id.Size = new System.Drawing.Size(50, 21);
  224. this.pa_id.TabIndex = 153;
  225. this.pa_id.Text = "pa_id";
  226. this.pa_id.Visible = false;
  227. //
  228. // PrintLabel
  229. //
  230. this.PrintLabel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  231. this.PrintLabel.FormattingEnabled = true;
  232. this.PrintLabel.Location = new System.Drawing.Point(611, 149);
  233. this.PrintLabel.Margin = new System.Windows.Forms.Padding(2);
  234. this.PrintLabel.Name = "PrintLabel";
  235. this.PrintLabel.Size = new System.Drawing.Size(150, 20);
  236. this.PrintLabel.TabIndex = 159;
  237. //
  238. // label3
  239. //
  240. this.label3.AutoSize = true;
  241. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  242. this.label3.Location = new System.Drawing.Point(525, 149);
  243. this.label3.Name = "label3";
  244. this.label3.Size = new System.Drawing.Size(74, 21);
  245. this.label3.TabIndex = 160;
  246. this.label3.Text = "打印标签";
  247. //
  248. // pr_id
  249. //
  250. this.pr_id.AutoSize = true;
  251. this.pr_id.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  252. this.pr_id.Location = new System.Drawing.Point(964, 71);
  253. this.pr_id.Name = "pr_id";
  254. this.pr_id.Size = new System.Drawing.Size(47, 21);
  255. this.pr_id.TabIndex = 161;
  256. this.pr_id.Tag = "pr_id";
  257. this.pr_id.Text = "pr_id";
  258. this.pr_id.Visible = false;
  259. this.pr_id.TextChanged += new System.EventHandler(this.pr_id_TextChanged);
  260. //
  261. // label2
  262. //
  263. this.label2.AutoSize = true;
  264. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  265. this.label2.ForeColor = System.Drawing.Color.Blue;
  266. this.label2.Location = new System.Drawing.Point(20, 188);
  267. this.label2.Name = "label2";
  268. this.label2.Size = new System.Drawing.Size(74, 21);
  269. this.label2.TabIndex = 162;
  270. this.label2.Text = "装箱信息";
  271. //
  272. // pa_code
  273. //
  274. this.pa_code.ErrorMsg = null;
  275. this.pa_code.Location = new System.Drawing.Point(108, 54);
  276. this.pa_code.Name = "pa_code";
  277. this.pa_code.Pr_id = null;
  278. this.pa_code.Size = new System.Drawing.Size(149, 21);
  279. this.pa_code.TabIndex = 163;
  280. //
  281. // PrintList
  282. //
  283. this.PrintList.Location = new System.Drawing.Point(108, 149);
  284. this.PrintList.Margin = new System.Windows.Forms.Padding(4);
  285. this.PrintList.Name = "PrintList";
  286. this.PrintList.Size = new System.Drawing.Size(150, 25);
  287. this.PrintList.TabIndex = 158;
  288. //
  289. // PrintNum
  290. //
  291. this.PrintNum.AllPower = null;
  292. this.PrintNum.BackColor = System.Drawing.Color.White;
  293. this.PrintNum.ID = null;
  294. this.PrintNum.Location = new System.Drawing.Point(829, 149);
  295. this.PrintNum.Name = "PrintNum";
  296. this.PrintNum.Negative = false;
  297. this.PrintNum.Power = null;
  298. this.PrintNum.Size = new System.Drawing.Size(40, 21);
  299. this.PrintNum.Str = null;
  300. this.PrintNum.Str1 = null;
  301. this.PrintNum.Str2 = null;
  302. this.PrintNum.TabIndex = 156;
  303. //
  304. // OperateResult
  305. //
  306. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  307. this.OperateResult.Location = new System.Drawing.Point(777, 214);
  308. this.OperateResult.Name = "OperateResult";
  309. this.OperateResult.Size = new System.Drawing.Size(219, 344);
  310. this.OperateResult.TabIndex = 155;
  311. this.OperateResult.Text = "";
  312. //
  313. // ma_code
  314. //
  315. this.ma_code.AllPower = null;
  316. this.ma_code.AutoSize = true;
  317. this.ma_code.Caller = null;
  318. this.ma_code.Condition = null;
  319. this.ma_code.DBTitle = "工单查询";
  320. this.ma_code.FormName = null;
  321. this.ma_code.Location = new System.Drawing.Point(351, 54);
  322. this.ma_code.Name = "ma_code";
  323. this.ma_code.Power = null;
  324. this.ma_code.SelectField = null;
  325. this.ma_code.SetValueField = null;
  326. this.ma_code.Size = new System.Drawing.Size(150, 21);
  327. this.ma_code.TabIndex = 152;
  328. this.ma_code.TableName = null;
  329. this.ma_code.Tag = "ma_code";
  330. this.ma_code.TextBoxEnable = true;
  331. this.ma_code.TextKeyDown += new UAS_MES.CustomControl.TextBoxWithIcon.SearchTextBox.OnTextKeyDown(this.ma_code_TextKeyDown);
  332. //
  333. // Printing
  334. //
  335. this.Printing.AllPower = "ifall";
  336. this.Printing.BackColor = System.Drawing.Color.Transparent;
  337. this.Printing.DownImage = ((System.Drawing.Image)(resources.GetObject("Printing.DownImage")));
  338. this.Printing.Image = ((System.Drawing.Image)(resources.GetObject("Printing.Image")));
  339. this.Printing.IsShowBorder = true;
  340. this.Printing.Location = new System.Drawing.Point(887, 149);
  341. this.Printing.MoveImage = ((System.Drawing.Image)(resources.GetObject("Printing.MoveImage")));
  342. this.Printing.Name = "Printing";
  343. this.Printing.NormalImage = ((System.Drawing.Image)(resources.GetObject("Printing.NormalImage")));
  344. this.Printing.Power = null;
  345. this.Printing.Size = new System.Drawing.Size(60, 24);
  346. this.Printing.TabIndex = 150;
  347. this.Printing.Tag = "ifread";
  348. this.Printing.Text = "打印";
  349. this.Printing.UseVisualStyleBackColor = true;
  350. this.Printing.Click += new System.EventHandler(this.Print_Click);
  351. //
  352. // Clean
  353. //
  354. this.Clean.AllPower = null;
  355. this.Clean.BackColor = System.Drawing.Color.Transparent;
  356. this.Clean.DownImage = ((System.Drawing.Image)(resources.GetObject("Clean.DownImage")));
  357. this.Clean.Image = ((System.Drawing.Image)(resources.GetObject("Clean.Image")));
  358. this.Clean.IsShowBorder = true;
  359. this.Clean.Location = new System.Drawing.Point(856, 571);
  360. this.Clean.MoveImage = ((System.Drawing.Image)(resources.GetObject("Clean.MoveImage")));
  361. this.Clean.Name = "Clean";
  362. this.Clean.NormalImage = ((System.Drawing.Image)(resources.GetObject("Clean.NormalImage")));
  363. this.Clean.Power = null;
  364. this.Clean.Size = new System.Drawing.Size(60, 24);
  365. this.Clean.TabIndex = 148;
  366. this.Clean.Text = "清除";
  367. this.Clean.UseVisualStyleBackColor = true;
  368. this.Clean.Click += new System.EventHandler(this.Clean_Click);
  369. //
  370. // pa_packageqty
  371. //
  372. this.pa_packageqty.AllPower = null;
  373. this.pa_packageqty.BackColor = System.Drawing.Color.White;
  374. this.pa_packageqty.Enabled = false;
  375. this.pa_packageqty.ID = null;
  376. this.pa_packageqty.Location = new System.Drawing.Point(351, 102);
  377. this.pa_packageqty.Name = "pa_packageqty";
  378. this.pa_packageqty.Power = null;
  379. this.pa_packageqty.Size = new System.Drawing.Size(150, 21);
  380. this.pa_packageqty.Str = null;
  381. this.pa_packageqty.Str1 = null;
  382. this.pa_packageqty.Str2 = null;
  383. this.pa_packageqty.TabIndex = 143;
  384. this.pa_packageqty.Tag = "NoAuto";
  385. this.pa_packageqty.TextChanged += new System.EventHandler(this.pa_packageqty_TextChanged);
  386. //
  387. // ma_prodcode
  388. //
  389. this.ma_prodcode.AllPower = null;
  390. this.ma_prodcode.BackColor = System.Drawing.Color.White;
  391. this.ma_prodcode.Enabled = false;
  392. this.ma_prodcode.ID = null;
  393. this.ma_prodcode.Location = new System.Drawing.Point(613, 55);
  394. this.ma_prodcode.Name = "ma_prodcode";
  395. this.ma_prodcode.Power = null;
  396. this.ma_prodcode.Size = new System.Drawing.Size(150, 21);
  397. this.ma_prodcode.Str = null;
  398. this.ma_prodcode.Str1 = null;
  399. this.ma_prodcode.Str2 = null;
  400. this.ma_prodcode.TabIndex = 142;
  401. this.ma_prodcode.Tag = "ma_prodcode";
  402. this.ma_prodcode.TextChanged += new System.EventHandler(this.pr_code_TextChanged);
  403. //
  404. // pa_totalqty
  405. //
  406. this.pa_totalqty.AllPower = null;
  407. this.pa_totalqty.BackColor = System.Drawing.Color.White;
  408. this.pa_totalqty.ID = null;
  409. this.pa_totalqty.Location = new System.Drawing.Point(352, 149);
  410. this.pa_totalqty.Name = "pa_totalqty";
  411. this.pa_totalqty.Power = null;
  412. this.pa_totalqty.Size = new System.Drawing.Size(150, 21);
  413. this.pa_totalqty.Str = null;
  414. this.pa_totalqty.Str1 = null;
  415. this.pa_totalqty.Str2 = null;
  416. this.pa_totalqty.TabIndex = 141;
  417. this.pa_totalqty.Tag = "NoAuto";
  418. //
  419. // ma_prodname
  420. //
  421. this.ma_prodname.AllPower = null;
  422. this.ma_prodname.BackColor = System.Drawing.Color.White;
  423. this.ma_prodname.Enabled = false;
  424. this.ma_prodname.ID = null;
  425. this.ma_prodname.Location = new System.Drawing.Point(108, 102);
  426. this.ma_prodname.Name = "ma_prodname";
  427. this.ma_prodname.Power = null;
  428. this.ma_prodname.Size = new System.Drawing.Size(150, 21);
  429. this.ma_prodname.Str = null;
  430. this.ma_prodname.Str1 = null;
  431. this.ma_prodname.Str2 = null;
  432. this.ma_prodname.TabIndex = 139;
  433. this.ma_prodname.Tag = "ma_prodname";
  434. //
  435. // pa_restqty
  436. //
  437. this.pa_restqty.AllPower = null;
  438. this.pa_restqty.BackColor = System.Drawing.Color.White;
  439. this.pa_restqty.Enabled = false;
  440. this.pa_restqty.ID = null;
  441. this.pa_restqty.Location = new System.Drawing.Point(611, 102);
  442. this.pa_restqty.Name = "pa_restqty";
  443. this.pa_restqty.Power = null;
  444. this.pa_restqty.Size = new System.Drawing.Size(150, 21);
  445. this.pa_restqty.Str = null;
  446. this.pa_restqty.Str1 = null;
  447. this.pa_restqty.Str2 = null;
  448. this.pa_restqty.TabIndex = 137;
  449. this.pa_restqty.Tag = "NoAuto";
  450. //
  451. // barcode
  452. //
  453. this.barcode.AllPower = "ifall";
  454. this.barcode.BackColor = System.Drawing.Color.White;
  455. this.barcode.ID = null;
  456. this.barcode.Location = new System.Drawing.Point(88, 572);
  457. this.barcode.Name = "barcode";
  458. this.barcode.Power = "ifwrite";
  459. this.barcode.Size = new System.Drawing.Size(196, 21);
  460. this.barcode.Str = null;
  461. this.barcode.Str1 = null;
  462. this.barcode.Str2 = null;
  463. this.barcode.TabIndex = 135;
  464. this.barcode.Tag = "IfWrite";
  465. this.barcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.barcode_KeyDown);
  466. //
  467. // PackageDetail
  468. //
  469. this.PackageDetail.AllowUserToAddRows = false;
  470. this.PackageDetail.AllowUserToDeleteRows = false;
  471. this.PackageDetail.BackgroundColor = System.Drawing.SystemColors.ButtonFace;
  472. this.PackageDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  473. this.PackageDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  474. this.pd_barcode,
  475. this.pa_outboxcode,
  476. this.pd_innerqty,
  477. this.pa_indate,
  478. this.pd_id});
  479. this.PackageDetail.Location = new System.Drawing.Point(23, 214);
  480. this.PackageDetail.Name = "PackageDetail";
  481. this.PackageDetail.ReadOnly = true;
  482. this.PackageDetail.RowTemplate.Height = 23;
  483. this.PackageDetail.Size = new System.Drawing.Size(739, 344);
  484. this.PackageDetail.TabIndex = 134;
  485. //
  486. // pd_barcode
  487. //
  488. this.pd_barcode.DataPropertyName = "pd_barcode";
  489. this.pd_barcode.HeaderText = "序号";
  490. this.pd_barcode.Name = "pd_barcode";
  491. this.pd_barcode.ReadOnly = true;
  492. this.pd_barcode.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  493. this.pd_barcode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
  494. this.pd_barcode.Width = 255;
  495. //
  496. // pa_outboxcode
  497. //
  498. this.pa_outboxcode.DataPropertyName = "pa_outboxcode";
  499. this.pa_outboxcode.HeaderText = "箱号";
  500. this.pa_outboxcode.Name = "pa_outboxcode";
  501. this.pa_outboxcode.ReadOnly = true;
  502. this.pa_outboxcode.Width = 240;
  503. //
  504. // pd_innerqty
  505. //
  506. this.pd_innerqty.DataPropertyName = "pd_innerqty";
  507. this.pd_innerqty.HeaderText = "箱内数量";
  508. this.pd_innerqty.Name = "pd_innerqty";
  509. this.pd_innerqty.ReadOnly = true;
  510. this.pd_innerqty.Width = 230;
  511. //
  512. // pa_indate
  513. //
  514. this.pa_indate.DataPropertyName = "pa_indate";
  515. this.pa_indate.HeaderText = "装箱日期";
  516. this.pa_indate.Name = "pa_indate";
  517. this.pa_indate.ReadOnly = true;
  518. this.pa_indate.Width = 230;
  519. //
  520. // pd_id
  521. //
  522. this.pd_id.DataPropertyName = "pd_id";
  523. this.pd_id.HeaderText = "ID";
  524. this.pd_id.Name = "pd_id";
  525. this.pd_id.ReadOnly = true;
  526. this.pd_id.Visible = false;
  527. //
  528. // Make_PackageCollection
  529. //
  530. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  531. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  532. this.AutoSize = true;
  533. this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  534. this.ClientSize = new System.Drawing.Size(1019, 608);
  535. this.Controls.Add(this.pa_code);
  536. this.Controls.Add(this.label2);
  537. this.Controls.Add(this.pr_id);
  538. this.Controls.Add(this.label3);
  539. this.Controls.Add(this.PrintLabel);
  540. this.Controls.Add(this.PrintList);
  541. this.Controls.Add(this.PrintNum);
  542. this.Controls.Add(this.OperateResult);
  543. this.Controls.Add(this.pa_id);
  544. this.Controls.Add(this.ma_code);
  545. this.Controls.Add(this.Printing);
  546. this.Controls.Add(this.Clean);
  547. this.Controls.Add(this.pa_packageqty);
  548. this.Controls.Add(this.ma_prodcode);
  549. this.Controls.Add(this.pa_totalqty);
  550. this.Controls.Add(this.ma_prodname);
  551. this.Controls.Add(this.pa_restqty);
  552. this.Controls.Add(this.barcode);
  553. this.Controls.Add(this.PackageDetail);
  554. this.Controls.Add(this.Cancel);
  555. this.Controls.Add(this.AutoPrint);
  556. this.Controls.Add(this.pa_restqty_label);
  557. this.Controls.Add(this.PrintNum_label);
  558. this.Controls.Add(this.PrintList_label);
  559. this.Controls.Add(this.pa_code_label);
  560. this.Controls.Add(this.label13);
  561. this.Controls.Add(this.pa_totalqty_label);
  562. this.Controls.Add(this.pa_packageqty_label);
  563. this.Controls.Add(this.panel2);
  564. this.Controls.Add(this.pr_code_label);
  565. this.Controls.Add(this.pr_detail_label);
  566. this.Controls.Add(this.ma_code_label);
  567. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  568. this.Name = "Make_PackageCollection";
  569. this.Tag = "Make!PackageCollection";
  570. this.Text = "包装采集";
  571. this.Activated += new System.EventHandler(this.包装采集_Activated);
  572. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.包装采集_FormClosing);
  573. this.Load += new System.EventHandler(this.包装采集_Load);
  574. this.SizeChanged += new System.EventHandler(this.包装采集_SizeChanged);
  575. this.panel2.ResumeLayout(false);
  576. this.panel2.PerformLayout();
  577. ((System.ComponentModel.ISupportInitialize)(this.PackageDetail)).EndInit();
  578. this.ResumeLayout(false);
  579. this.PerformLayout();
  580. }
  581. #endregion
  582. private System.Windows.Forms.Label pr_code_label;
  583. private System.Windows.Forms.Label pr_detail_label;
  584. private System.Windows.Forms.Label ma_code_label;
  585. private System.Windows.Forms.Panel panel2;
  586. private System.Windows.Forms.Label label1;
  587. private System.Windows.Forms.Label pa_packageqty_label;
  588. private System.Windows.Forms.Label pa_totalqty_label;
  589. private System.Windows.Forms.Label label13;
  590. private System.Windows.Forms.Label pa_code_label;
  591. private System.Windows.Forms.Label PrintList_label;
  592. private System.Windows.Forms.Label PrintNum_label;
  593. private System.Windows.Forms.Label pa_restqty_label;
  594. private System.Windows.Forms.CheckBox AutoPrint;
  595. private System.Windows.Forms.CheckBox Cancel;
  596. private CustomControl.DataGrid_View.DataGridViewWithSerialNum PackageDetail;
  597. private CustomControl.TextBoxWithIcon.MaCodeTextBox barcode;
  598. private CustomControl.TextBoxWithIcon.MaCodeTextBox pa_restqty;
  599. private CustomControl.TextBoxWithIcon.MaCodeTextBox ma_prodname;
  600. private CustomControl.TextBoxWithIcon.MaCodeTextBox pa_totalqty;
  601. private CustomControl.TextBoxWithIcon.MaCodeTextBox ma_prodcode;
  602. private CustomControl.TextBoxWithIcon.MaCodeTextBox pa_packageqty;
  603. private CustomControl.ButtonUtil.NormalButton Clean;
  604. private CustomControl.ButtonUtil.NormalButton Printing;
  605. private CustomControl.TextBoxWithIcon.SearchTextBox ma_code;
  606. private System.Windows.Forms.Label pa_id;
  607. private System.Windows.Forms.DataGridViewTextBoxColumn pd_barcode;
  608. private System.Windows.Forms.DataGridViewTextBoxColumn pa_outboxcode;
  609. private System.Windows.Forms.DataGridViewTextBoxColumn pd_innerqty;
  610. private System.Windows.Forms.DataGridViewTextBoxColumn pa_indate;
  611. private System.Windows.Forms.DataGridViewTextBoxColumn pd_id;
  612. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  613. private CustomControl.TextBoxWithIcon.NumOnlyTextBox PrintNum;
  614. private CustomControl.ComBoxWithFocus.PrinterCombox PrintList;
  615. private System.Windows.Forms.ComboBox PrintLabel;
  616. private System.Windows.Forms.Label label3;
  617. private System.Windows.Forms.Label pr_id;
  618. private System.Windows.Forms.Label label2;
  619. private CustomControl.TextBoxWithIcon.TextBoxGeneratePaCode pa_code;
  620. }
  621. }