Make_PackageCollection.Designer.cs 31 KB

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