Make_SpecialCartonPack.Designer.cs 53 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965
  1. namespace UAS_MES_NEW.Make
  2. {
  3. partial class Make_SpecialCartonPack
  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_SpecialCartonPack));
  29. this.ms_makecode = new System.Windows.Forms.Label();
  30. this.label13 = new System.Windows.Forms.Label();
  31. this.pa_code_label = new System.Windows.Forms.Label();
  32. this.PrintList_label = new System.Windows.Forms.Label();
  33. this.PrintNum_label = new System.Windows.Forms.Label();
  34. this.Cancel = new System.Windows.Forms.CheckBox();
  35. this.pa_id = new System.Windows.Forms.Label();
  36. this.PrintLabel = new System.Windows.Forms.ComboBox();
  37. this.label3 = new System.Windows.Forms.Label();
  38. this.pa_outboxcode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  39. this.PrintList = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.PrinterCombox();
  40. this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  41. this.Printing = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  42. this.Clean = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  43. this.sn_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  44. this.PackageDetail = new UAS_MES_NEW.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
  45. this.pd_barcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.pa_outboxcode1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.pa_prodcode1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.pd_innerqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.pa_indate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.pd_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.AutoPrint = new UAS_MES_NEW.CustomControl.CustomCheckBox.AutoPrintCheckBox();
  52. this.groupBoxWithBorder1 = new UAS_MES_NEW.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
  53. this.pr_outboxinnerqty = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  54. this.DeleteAll = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  55. this.pa_currentqty_label = new System.Windows.Forms.Label();
  56. this.pr_detail_label = new System.Windows.Forms.Label();
  57. this.pa_currentqty = new System.Windows.Forms.Label();
  58. this.pr_code_label = new System.Windows.Forms.Label();
  59. this.pr_detail = new System.Windows.Forms.Label();
  60. this.pr_outboxinnerqty_label = new System.Windows.Forms.Label();
  61. this.pr_code = new System.Windows.Forms.Label();
  62. this.AutoGenBoxCode = new System.Windows.Forms.CheckBox();
  63. this.groupBoxWithBorder2 = new UAS_MES_NEW.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
  64. this.label1 = new System.Windows.Forms.Label();
  65. this.ob_checkno = new System.Windows.Forms.Label();
  66. this.PrintNum = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  67. this.ob_nowcheckqty = new System.Windows.Forms.Label();
  68. this.ob_batchqty = new System.Windows.Forms.Label();
  69. this.ob_nowcheckqty_label = new System.Windows.Forms.Label();
  70. this.ob_batchqty_label = new System.Windows.Forms.Label();
  71. this.SendCheck = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  72. this.Packing = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  73. this.pr_packrule = new System.Windows.Forms.Label();
  74. this.pa_status = new System.Windows.Forms.Label();
  75. this.groupBoxWithBorder3 = new UAS_MES_NEW.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
  76. this.pr_cartonunit1 = new System.Windows.Forms.Label();
  77. this.pr_cartonunit = new System.Windows.Forms.Label();
  78. this.pr_cartonboxgw = new System.Windows.Forms.Label();
  79. this.label4 = new System.Windows.Forms.Label();
  80. this.weight = new System.Windows.Forms.Label();
  81. this.label2 = new System.Windows.Forms.Label();
  82. this.Baurate = new System.Windows.Forms.Label();
  83. this.ComList = new System.Windows.Forms.Label();
  84. this.pa_downstatus = new System.Windows.Forms.Label();
  85. this.pa_checkno = new System.Windows.Forms.Label();
  86. this.pa_sccode = new System.Windows.Forms.Label();
  87. this.pa_standardqty = new System.Windows.Forms.Label();
  88. this.pa_makecode = new System.Windows.Forms.Label();
  89. this.pr_sendchecktype = new System.Windows.Forms.Label();
  90. this.ms_salecode = new System.Windows.Forms.Label();
  91. this.StepCount = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SourceStepCount();
  92. ((System.ComponentModel.ISupportInitialize)(this.PackageDetail)).BeginInit();
  93. this.groupBoxWithBorder1.SuspendLayout();
  94. this.groupBoxWithBorder2.SuspendLayout();
  95. this.groupBoxWithBorder3.SuspendLayout();
  96. this.SuspendLayout();
  97. //
  98. // ms_makecode
  99. //
  100. this.ms_makecode.AutoSize = true;
  101. this.ms_makecode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  102. this.ms_makecode.Location = new System.Drawing.Point(831, 429);
  103. this.ms_makecode.Name = "ms_makecode";
  104. this.ms_makecode.Size = new System.Drawing.Size(0, 21);
  105. this.ms_makecode.TabIndex = 76;
  106. this.ms_makecode.Visible = false;
  107. //
  108. // label13
  109. //
  110. this.label13.AutoSize = true;
  111. this.label13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  112. this.label13.ForeColor = System.Drawing.Color.Black;
  113. this.label13.Location = new System.Drawing.Point(10, 545);
  114. this.label13.Name = "label13";
  115. this.label13.Size = new System.Drawing.Size(58, 21);
  116. this.label13.TabIndex = 105;
  117. this.label13.Text = "序列号";
  118. //
  119. // pa_code_label
  120. //
  121. this.pa_code_label.AutoSize = true;
  122. this.pa_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  123. this.pa_code_label.Location = new System.Drawing.Point(7, 37);
  124. this.pa_code_label.Name = "pa_code_label";
  125. this.pa_code_label.Size = new System.Drawing.Size(42, 21);
  126. this.pa_code_label.TabIndex = 113;
  127. this.pa_code_label.Text = "箱号";
  128. //
  129. // PrintList_label
  130. //
  131. this.PrintList_label.AutoSize = true;
  132. this.PrintList_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  133. this.PrintList_label.Location = new System.Drawing.Point(8, 40);
  134. this.PrintList_label.Name = "PrintList_label";
  135. this.PrintList_label.Size = new System.Drawing.Size(90, 21);
  136. this.PrintList_label.TabIndex = 116;
  137. this.PrintList_label.Text = "打印机列表";
  138. //
  139. // PrintNum_label
  140. //
  141. this.PrintNum_label.AutoSize = true;
  142. this.PrintNum_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  143. this.PrintNum_label.Location = new System.Drawing.Point(182, 122);
  144. this.PrintNum_label.Name = "PrintNum_label";
  145. this.PrintNum_label.Size = new System.Drawing.Size(42, 21);
  146. this.PrintNum_label.TabIndex = 124;
  147. this.PrintNum_label.Text = "份数";
  148. //
  149. // Cancel
  150. //
  151. this.Cancel.AutoSize = true;
  152. this.Cancel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  153. this.Cancel.Location = new System.Drawing.Point(310, 546);
  154. this.Cancel.Name = "Cancel";
  155. this.Cancel.Size = new System.Drawing.Size(93, 25);
  156. this.Cancel.TabIndex = 129;
  157. this.Cancel.Text = "取消装箱";
  158. this.Cancel.UseVisualStyleBackColor = true;
  159. //
  160. // pa_id
  161. //
  162. this.pa_id.AutoSize = true;
  163. this.pa_id.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  164. this.pa_id.Location = new System.Drawing.Point(799, 429);
  165. this.pa_id.Name = "pa_id";
  166. this.pa_id.Size = new System.Drawing.Size(0, 21);
  167. this.pa_id.TabIndex = 153;
  168. this.pa_id.Visible = false;
  169. //
  170. // PrintLabel
  171. //
  172. this.PrintLabel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  173. this.PrintLabel.Font = new System.Drawing.Font("微软雅黑", 9F);
  174. this.PrintLabel.FormattingEnabled = true;
  175. this.PrintLabel.Location = new System.Drawing.Point(118, 81);
  176. this.PrintLabel.Margin = new System.Windows.Forms.Padding(2);
  177. this.PrintLabel.Name = "PrintLabel";
  178. this.PrintLabel.Size = new System.Drawing.Size(150, 25);
  179. this.PrintLabel.TabIndex = 159;
  180. this.PrintLabel.SelectedValueChanged += new System.EventHandler(this.PrintLabel_SelectedValueChanged);
  181. //
  182. // label3
  183. //
  184. this.label3.AutoSize = true;
  185. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  186. this.label3.Location = new System.Drawing.Point(8, 79);
  187. this.label3.Name = "label3";
  188. this.label3.Size = new System.Drawing.Size(74, 21);
  189. this.label3.TabIndex = 160;
  190. this.label3.Text = "打印标签";
  191. //
  192. // pa_outboxcode
  193. //
  194. this.pa_outboxcode.AllPower = null;
  195. this.pa_outboxcode.BackColor = System.Drawing.Color.White;
  196. this.pa_outboxcode.Font = new System.Drawing.Font("微软雅黑", 9F);
  197. this.pa_outboxcode.ID = null;
  198. this.pa_outboxcode.Location = new System.Drawing.Point(98, 39);
  199. this.pa_outboxcode.Margin = new System.Windows.Forms.Padding(6, 7, 6, 7);
  200. this.pa_outboxcode.Name = "pa_outboxcode";
  201. this.pa_outboxcode.Power = null;
  202. this.pa_outboxcode.Size = new System.Drawing.Size(99, 23);
  203. this.pa_outboxcode.Str = null;
  204. this.pa_outboxcode.Str1 = null;
  205. this.pa_outboxcode.Str2 = null;
  206. this.pa_outboxcode.TabIndex = 163;
  207. this.pa_outboxcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.pa_code_KeyDown);
  208. //
  209. // PrintList
  210. //
  211. this.PrintList.Font = new System.Drawing.Font("微软雅黑", 9F);
  212. this.PrintList.Location = new System.Drawing.Point(118, 42);
  213. this.PrintList.Margin = new System.Windows.Forms.Padding(6, 7, 6, 7);
  214. this.PrintList.Name = "PrintList";
  215. this.PrintList.Size = new System.Drawing.Size(149, 22);
  216. this.PrintList.TabIndex = 158;
  217. //
  218. // OperateResult
  219. //
  220. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  221. this.OperateResult.Location = new System.Drawing.Point(4, 419);
  222. this.OperateResult.Name = "OperateResult";
  223. this.OperateResult.Size = new System.Drawing.Size(447, 107);
  224. this.OperateResult.TabIndex = 155;
  225. this.OperateResult.Text = "";
  226. //
  227. // Printing
  228. //
  229. this.Printing.AllPower = "ifall";
  230. this.Printing.BackColor = System.Drawing.Color.Transparent;
  231. this.Printing.DownImage = ((System.Drawing.Image)(resources.GetObject("Printing.DownImage")));
  232. this.Printing.Font = new System.Drawing.Font("微软雅黑", 9F);
  233. this.Printing.Image = null;
  234. this.Printing.IsShowBorder = true;
  235. this.Printing.Location = new System.Drawing.Point(306, 125);
  236. this.Printing.MoveImage = ((System.Drawing.Image)(resources.GetObject("Printing.MoveImage")));
  237. this.Printing.Name = "Printing";
  238. this.Printing.NormalImage = ((System.Drawing.Image)(resources.GetObject("Printing.NormalImage")));
  239. this.Printing.Power = null;
  240. this.Printing.Size = new System.Drawing.Size(49, 24);
  241. this.Printing.TabIndex = 150;
  242. this.Printing.Tag = "ifread";
  243. this.Printing.Text = "打印";
  244. this.Printing.UseVisualStyleBackColor = true;
  245. this.Printing.Click += new System.EventHandler(this.Print_Click);
  246. //
  247. // Clean
  248. //
  249. this.Clean.AllPower = null;
  250. this.Clean.BackColor = System.Drawing.Color.Transparent;
  251. this.Clean.DownImage = ((System.Drawing.Image)(resources.GetObject("Clean.DownImage")));
  252. this.Clean.Image = null;
  253. this.Clean.IsShowBorder = true;
  254. this.Clean.Location = new System.Drawing.Point(458, 502);
  255. this.Clean.MoveImage = ((System.Drawing.Image)(resources.GetObject("Clean.MoveImage")));
  256. this.Clean.Name = "Clean";
  257. this.Clean.NormalImage = ((System.Drawing.Image)(resources.GetObject("Clean.NormalImage")));
  258. this.Clean.Power = null;
  259. this.Clean.Size = new System.Drawing.Size(60, 24);
  260. this.Clean.TabIndex = 148;
  261. this.Clean.Text = "清除";
  262. this.Clean.UseVisualStyleBackColor = true;
  263. this.Clean.Click += new System.EventHandler(this.Clean_Click);
  264. //
  265. // sn_code
  266. //
  267. this.sn_code.AllPower = "ifall";
  268. this.sn_code.BackColor = System.Drawing.Color.White;
  269. this.sn_code.ID = null;
  270. this.sn_code.Location = new System.Drawing.Point(76, 546);
  271. this.sn_code.Name = "sn_code";
  272. this.sn_code.Power = "ifread";
  273. this.sn_code.Size = new System.Drawing.Size(196, 21);
  274. this.sn_code.Str = null;
  275. this.sn_code.Str1 = null;
  276. this.sn_code.Str2 = null;
  277. this.sn_code.TabIndex = 135;
  278. this.sn_code.Tag = "IfRead";
  279. this.sn_code.KeyDown += new System.Windows.Forms.KeyEventHandler(this.barcode_KeyDown);
  280. //
  281. // PackageDetail
  282. //
  283. this.PackageDetail.AllowUserToAddRows = false;
  284. this.PackageDetail.AllowUserToDeleteRows = false;
  285. this.PackageDetail.BackgroundColor = System.Drawing.SystemColors.ButtonFace;
  286. this.PackageDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  287. this.PackageDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  288. this.pd_barcode,
  289. this.pa_outboxcode1,
  290. this.pa_prodcode1,
  291. this.pd_innerqty,
  292. this.pa_indate,
  293. this.pd_id});
  294. this.PackageDetail.EnableContentClick = true;
  295. this.PackageDetail.Location = new System.Drawing.Point(4, 171);
  296. this.PackageDetail.Name = "PackageDetail";
  297. this.PackageDetail.ReadOnly = true;
  298. this.PackageDetail.RowTemplate.Height = 23;
  299. this.PackageDetail.Size = new System.Drawing.Size(661, 240);
  300. this.PackageDetail.TabIndex = 134;
  301. //
  302. // pd_barcode
  303. //
  304. this.pd_barcode.DataPropertyName = "pd_barcode";
  305. this.pd_barcode.HeaderText = "序列号";
  306. this.pd_barcode.Name = "pd_barcode";
  307. this.pd_barcode.ReadOnly = true;
  308. this.pd_barcode.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  309. this.pd_barcode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
  310. this.pd_barcode.Width = 202;
  311. //
  312. // pa_outboxcode1
  313. //
  314. this.pa_outboxcode1.DataPropertyName = "pa_outboxcode";
  315. this.pa_outboxcode1.HeaderText = "箱号";
  316. this.pa_outboxcode1.Name = "pa_outboxcode1";
  317. this.pa_outboxcode1.ReadOnly = true;
  318. this.pa_outboxcode1.Width = 201;
  319. //
  320. // pa_prodcode1
  321. //
  322. this.pa_prodcode1.DataPropertyName = "pa_prodcode";
  323. this.pa_prodcode1.HeaderText = "产品编号";
  324. this.pa_prodcode1.Name = "pa_prodcode1";
  325. this.pa_prodcode1.ReadOnly = true;
  326. this.pa_prodcode1.Visible = false;
  327. //
  328. // pd_innerqty
  329. //
  330. this.pd_innerqty.DataPropertyName = "pd_innerqty";
  331. this.pd_innerqty.HeaderText = "箱内数量";
  332. this.pd_innerqty.Name = "pd_innerqty";
  333. this.pd_innerqty.ReadOnly = true;
  334. this.pd_innerqty.Visible = false;
  335. this.pd_innerqty.Width = 80;
  336. //
  337. // pa_indate
  338. //
  339. this.pa_indate.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  340. this.pa_indate.DataPropertyName = "pa_indate";
  341. this.pa_indate.HeaderText = "装箱日期";
  342. this.pa_indate.MinimumWidth = 300;
  343. this.pa_indate.Name = "pa_indate";
  344. this.pa_indate.ReadOnly = true;
  345. this.pa_indate.Width = 300;
  346. //
  347. // pd_id
  348. //
  349. this.pd_id.DataPropertyName = "pd_id";
  350. this.pd_id.HeaderText = "ID";
  351. this.pd_id.Name = "pd_id";
  352. this.pd_id.ReadOnly = true;
  353. this.pd_id.Visible = false;
  354. //
  355. // AutoPrint
  356. //
  357. this.AutoPrint.Checked = false;
  358. this.AutoPrint.Location = new System.Drawing.Point(81, 125);
  359. this.AutoPrint.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  360. this.AutoPrint.Name = "AutoPrint";
  361. this.AutoPrint.Size = new System.Drawing.Size(84, 22);
  362. this.AutoPrint.TabIndex = 166;
  363. //
  364. // groupBoxWithBorder1
  365. //
  366. this.groupBoxWithBorder1.BorderColor = System.Drawing.Color.Black;
  367. this.groupBoxWithBorder1.Controls.Add(this.pr_outboxinnerqty);
  368. this.groupBoxWithBorder1.Controls.Add(this.DeleteAll);
  369. this.groupBoxWithBorder1.Controls.Add(this.pa_currentqty_label);
  370. this.groupBoxWithBorder1.Controls.Add(this.pr_detail_label);
  371. this.groupBoxWithBorder1.Controls.Add(this.pa_currentqty);
  372. this.groupBoxWithBorder1.Controls.Add(this.pr_code_label);
  373. this.groupBoxWithBorder1.Controls.Add(this.pr_detail);
  374. this.groupBoxWithBorder1.Controls.Add(this.pr_outboxinnerqty_label);
  375. this.groupBoxWithBorder1.Controls.Add(this.pr_code);
  376. this.groupBoxWithBorder1.Controls.Add(this.AutoGenBoxCode);
  377. this.groupBoxWithBorder1.Controls.Add(this.pa_outboxcode);
  378. this.groupBoxWithBorder1.Controls.Add(this.pa_code_label);
  379. this.groupBoxWithBorder1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  380. this.groupBoxWithBorder1.Location = new System.Drawing.Point(4, 6);
  381. this.groupBoxWithBorder1.Margin = new System.Windows.Forms.Padding(2);
  382. this.groupBoxWithBorder1.Name = "groupBoxWithBorder1";
  383. this.groupBoxWithBorder1.Padding = new System.Windows.Forms.Padding(2);
  384. this.groupBoxWithBorder1.Size = new System.Drawing.Size(411, 157);
  385. this.groupBoxWithBorder1.TabIndex = 171;
  386. this.groupBoxWithBorder1.TabStop = false;
  387. this.groupBoxWithBorder1.Text = "装箱信息";
  388. this.groupBoxWithBorder1.TextColor = System.Drawing.Color.Black;
  389. //
  390. // pr_outboxinnerqty
  391. //
  392. this.pr_outboxinnerqty.AllPower = null;
  393. this.pr_outboxinnerqty.BackColor = System.Drawing.Color.White;
  394. this.pr_outboxinnerqty.Enabled = false;
  395. this.pr_outboxinnerqty.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  396. this.pr_outboxinnerqty.ID = null;
  397. this.pr_outboxinnerqty.Location = new System.Drawing.Point(98, 75);
  398. this.pr_outboxinnerqty.Name = "pr_outboxinnerqty";
  399. this.pr_outboxinnerqty.Power = null;
  400. this.pr_outboxinnerqty.Size = new System.Drawing.Size(99, 23);
  401. this.pr_outboxinnerqty.Str = null;
  402. this.pr_outboxinnerqty.Str1 = null;
  403. this.pr_outboxinnerqty.Str2 = null;
  404. this.pr_outboxinnerqty.TabIndex = 182;
  405. //
  406. // DeleteAll
  407. //
  408. this.DeleteAll.AllPower = null;
  409. this.DeleteAll.BackColor = System.Drawing.Color.Transparent;
  410. this.DeleteAll.DownImage = ((System.Drawing.Image)(resources.GetObject("DeleteAll.DownImage")));
  411. this.DeleteAll.Font = new System.Drawing.Font("微软雅黑", 9F);
  412. this.DeleteAll.Image = null;
  413. this.DeleteAll.IsShowBorder = true;
  414. this.DeleteAll.Location = new System.Drawing.Point(335, 39);
  415. this.DeleteAll.MoveImage = ((System.Drawing.Image)(resources.GetObject("DeleteAll.MoveImage")));
  416. this.DeleteAll.Name = "DeleteAll";
  417. this.DeleteAll.NormalImage = ((System.Drawing.Image)(resources.GetObject("DeleteAll.NormalImage")));
  418. this.DeleteAll.Power = "ifspecial";
  419. this.DeleteAll.Size = new System.Drawing.Size(44, 24);
  420. this.DeleteAll.TabIndex = 185;
  421. this.DeleteAll.Text = "拆箱";
  422. this.DeleteAll.UseVisualStyleBackColor = true;
  423. this.DeleteAll.Click += new System.EventHandler(this.DeleteAll_Click);
  424. //
  425. // pa_currentqty_label
  426. //
  427. this.pa_currentqty_label.AutoSize = true;
  428. this.pa_currentqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  429. this.pa_currentqty_label.Location = new System.Drawing.Point(206, 73);
  430. this.pa_currentqty_label.Name = "pa_currentqty_label";
  431. this.pa_currentqty_label.Size = new System.Drawing.Size(74, 21);
  432. this.pa_currentqty_label.TabIndex = 175;
  433. this.pa_currentqty_label.Text = "已装数量";
  434. //
  435. // pr_detail_label
  436. //
  437. this.pr_detail_label.AutoSize = true;
  438. this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  439. this.pr_detail_label.Location = new System.Drawing.Point(206, 111);
  440. this.pr_detail_label.Name = "pr_detail_label";
  441. this.pr_detail_label.Size = new System.Drawing.Size(74, 21);
  442. this.pr_detail_label.TabIndex = 173;
  443. this.pr_detail_label.Text = "产品名称";
  444. //
  445. // pa_currentqty
  446. //
  447. this.pa_currentqty.AutoSize = true;
  448. this.pa_currentqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  449. this.pa_currentqty.Location = new System.Drawing.Point(289, 73);
  450. this.pa_currentqty.Name = "pa_currentqty";
  451. this.pa_currentqty.Size = new System.Drawing.Size(0, 21);
  452. this.pa_currentqty.TabIndex = 179;
  453. //
  454. // pr_code_label
  455. //
  456. this.pr_code_label.AutoSize = true;
  457. this.pr_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  458. this.pr_code_label.Location = new System.Drawing.Point(7, 111);
  459. this.pr_code_label.Name = "pr_code_label";
  460. this.pr_code_label.Size = new System.Drawing.Size(74, 21);
  461. this.pr_code_label.TabIndex = 174;
  462. this.pr_code_label.Text = "产品编号";
  463. //
  464. // pr_detail
  465. //
  466. this.pr_detail.AutoSize = true;
  467. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  468. this.pr_detail.Location = new System.Drawing.Point(289, 111);
  469. this.pr_detail.Name = "pr_detail";
  470. this.pr_detail.Size = new System.Drawing.Size(0, 21);
  471. this.pr_detail.TabIndex = 178;
  472. //
  473. // pr_outboxinnerqty_label
  474. //
  475. this.pr_outboxinnerqty_label.AutoSize = true;
  476. this.pr_outboxinnerqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  477. this.pr_outboxinnerqty_label.Location = new System.Drawing.Point(7, 73);
  478. this.pr_outboxinnerqty_label.Name = "pr_outboxinnerqty_label";
  479. this.pr_outboxinnerqty_label.Size = new System.Drawing.Size(74, 21);
  480. this.pr_outboxinnerqty_label.TabIndex = 176;
  481. this.pr_outboxinnerqty_label.Text = "箱内容量";
  482. //
  483. // pr_code
  484. //
  485. this.pr_code.AutoSize = true;
  486. this.pr_code.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  487. this.pr_code.Location = new System.Drawing.Point(95, 111);
  488. this.pr_code.MaximumSize = new System.Drawing.Size(150, 0);
  489. this.pr_code.Name = "pr_code";
  490. this.pr_code.Size = new System.Drawing.Size(0, 21);
  491. this.pr_code.TabIndex = 177;
  492. this.pr_code.TextChanged += new System.EventHandler(this.pr_code_TextChanged_1);
  493. //
  494. // AutoGenBoxCode
  495. //
  496. this.AutoGenBoxCode.AutoSize = true;
  497. this.AutoGenBoxCode.Location = new System.Drawing.Point(210, 37);
  498. this.AutoGenBoxCode.Margin = new System.Windows.Forms.Padding(2);
  499. this.AutoGenBoxCode.Name = "AutoGenBoxCode";
  500. this.AutoGenBoxCode.Size = new System.Drawing.Size(93, 25);
  501. this.AutoGenBoxCode.TabIndex = 171;
  502. this.AutoGenBoxCode.Text = "自动生成";
  503. this.AutoGenBoxCode.UseVisualStyleBackColor = true;
  504. //
  505. // groupBoxWithBorder2
  506. //
  507. this.groupBoxWithBorder2.BorderColor = System.Drawing.Color.Black;
  508. this.groupBoxWithBorder2.Controls.Add(this.label1);
  509. this.groupBoxWithBorder2.Controls.Add(this.ob_checkno);
  510. this.groupBoxWithBorder2.Controls.Add(this.PrintNum);
  511. this.groupBoxWithBorder2.Controls.Add(this.ob_nowcheckqty);
  512. this.groupBoxWithBorder2.Controls.Add(this.ob_batchqty);
  513. this.groupBoxWithBorder2.Controls.Add(this.ob_nowcheckqty_label);
  514. this.groupBoxWithBorder2.Controls.Add(this.ob_batchqty_label);
  515. this.groupBoxWithBorder2.Controls.Add(this.SendCheck);
  516. this.groupBoxWithBorder2.Controls.Add(this.Packing);
  517. this.groupBoxWithBorder2.Controls.Add(this.PrintLabel);
  518. this.groupBoxWithBorder2.Controls.Add(this.label3);
  519. this.groupBoxWithBorder2.Controls.Add(this.AutoPrint);
  520. this.groupBoxWithBorder2.Controls.Add(this.PrintList);
  521. this.groupBoxWithBorder2.Controls.Add(this.Printing);
  522. this.groupBoxWithBorder2.Controls.Add(this.PrintList_label);
  523. this.groupBoxWithBorder2.Controls.Add(this.PrintNum_label);
  524. this.groupBoxWithBorder2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  525. this.groupBoxWithBorder2.Location = new System.Drawing.Point(420, 6);
  526. this.groupBoxWithBorder2.Margin = new System.Windows.Forms.Padding(2);
  527. this.groupBoxWithBorder2.Name = "groupBoxWithBorder2";
  528. this.groupBoxWithBorder2.Padding = new System.Windows.Forms.Padding(2);
  529. this.groupBoxWithBorder2.Size = new System.Drawing.Size(446, 157);
  530. this.groupBoxWithBorder2.TabIndex = 172;
  531. this.groupBoxWithBorder2.TabStop = false;
  532. this.groupBoxWithBorder2.Text = "打印";
  533. this.groupBoxWithBorder2.TextColor = System.Drawing.Color.Black;
  534. //
  535. // label1
  536. //
  537. this.label1.AutoSize = true;
  538. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  539. this.label1.Location = new System.Drawing.Point(273, 17);
  540. this.label1.Name = "label1";
  541. this.label1.Size = new System.Drawing.Size(74, 21);
  542. this.label1.TabIndex = 184;
  543. this.label1.Text = "当前批号";
  544. //
  545. // ob_checkno
  546. //
  547. this.ob_checkno.AutoSize = true;
  548. this.ob_checkno.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  549. this.ob_checkno.Location = new System.Drawing.Point(354, 17);
  550. this.ob_checkno.Name = "ob_checkno";
  551. this.ob_checkno.Size = new System.Drawing.Size(0, 21);
  552. this.ob_checkno.TabIndex = 183;
  553. //
  554. // PrintNum
  555. //
  556. this.PrintNum.AllPower = null;
  557. this.PrintNum.BackColor = System.Drawing.Color.White;
  558. this.PrintNum.Enabled = false;
  559. this.PrintNum.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  560. this.PrintNum.ID = null;
  561. this.PrintNum.Location = new System.Drawing.Point(232, 125);
  562. this.PrintNum.Name = "PrintNum";
  563. this.PrintNum.Power = null;
  564. this.PrintNum.Size = new System.Drawing.Size(42, 23);
  565. this.PrintNum.Str = null;
  566. this.PrintNum.Str1 = null;
  567. this.PrintNum.Str2 = null;
  568. this.PrintNum.TabIndex = 182;
  569. //
  570. // ob_nowcheckqty
  571. //
  572. this.ob_nowcheckqty.AutoSize = true;
  573. this.ob_nowcheckqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  574. this.ob_nowcheckqty.Location = new System.Drawing.Point(354, 79);
  575. this.ob_nowcheckqty.Name = "ob_nowcheckqty";
  576. this.ob_nowcheckqty.Size = new System.Drawing.Size(0, 21);
  577. this.ob_nowcheckqty.TabIndex = 178;
  578. //
  579. // ob_batchqty
  580. //
  581. this.ob_batchqty.AutoSize = true;
  582. this.ob_batchqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  583. this.ob_batchqty.Location = new System.Drawing.Point(354, 40);
  584. this.ob_batchqty.Name = "ob_batchqty";
  585. this.ob_batchqty.Size = new System.Drawing.Size(0, 21);
  586. this.ob_batchqty.TabIndex = 177;
  587. //
  588. // ob_nowcheckqty_label
  589. //
  590. this.ob_nowcheckqty_label.AutoSize = true;
  591. this.ob_nowcheckqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  592. this.ob_nowcheckqty_label.Location = new System.Drawing.Point(273, 79);
  593. this.ob_nowcheckqty_label.Name = "ob_nowcheckqty_label";
  594. this.ob_nowcheckqty_label.Size = new System.Drawing.Size(74, 21);
  595. this.ob_nowcheckqty_label.TabIndex = 176;
  596. this.ob_nowcheckqty_label.Text = "当前批数";
  597. //
  598. // ob_batchqty_label
  599. //
  600. this.ob_batchqty_label.AutoSize = true;
  601. this.ob_batchqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  602. this.ob_batchqty_label.Location = new System.Drawing.Point(273, 40);
  603. this.ob_batchqty_label.Name = "ob_batchqty_label";
  604. this.ob_batchqty_label.Size = new System.Drawing.Size(74, 21);
  605. this.ob_batchqty_label.TabIndex = 175;
  606. this.ob_batchqty_label.Text = "标准批数";
  607. //
  608. // SendCheck
  609. //
  610. this.SendCheck.AllPower = "ifall";
  611. this.SendCheck.BackColor = System.Drawing.Color.Transparent;
  612. this.SendCheck.DownImage = ((System.Drawing.Image)(resources.GetObject("SendCheck.DownImage")));
  613. this.SendCheck.Font = new System.Drawing.Font("微软雅黑", 9F);
  614. this.SendCheck.Image = null;
  615. this.SendCheck.IsShowBorder = true;
  616. this.SendCheck.Location = new System.Drawing.Point(369, 125);
  617. this.SendCheck.MoveImage = ((System.Drawing.Image)(resources.GetObject("SendCheck.MoveImage")));
  618. this.SendCheck.Name = "SendCheck";
  619. this.SendCheck.NormalImage = ((System.Drawing.Image)(resources.GetObject("SendCheck.NormalImage")));
  620. this.SendCheck.Power = null;
  621. this.SendCheck.Size = new System.Drawing.Size(48, 24);
  622. this.SendCheck.TabIndex = 174;
  623. this.SendCheck.Tag = "ifread";
  624. this.SendCheck.Text = "送检";
  625. this.SendCheck.UseVisualStyleBackColor = true;
  626. this.SendCheck.Click += new System.EventHandler(this.SendCheck_Click);
  627. //
  628. // Packing
  629. //
  630. this.Packing.AllPower = null;
  631. this.Packing.BackColor = System.Drawing.Color.Transparent;
  632. this.Packing.DownImage = ((System.Drawing.Image)(resources.GetObject("Packing.DownImage")));
  633. this.Packing.Font = new System.Drawing.Font("微软雅黑", 9F);
  634. this.Packing.Image = null;
  635. this.Packing.IsShowBorder = true;
  636. this.Packing.Location = new System.Drawing.Point(14, 123);
  637. this.Packing.MoveImage = ((System.Drawing.Image)(resources.GetObject("Packing.MoveImage")));
  638. this.Packing.Name = "Packing";
  639. this.Packing.NormalImage = ((System.Drawing.Image)(resources.GetObject("Packing.NormalImage")));
  640. this.Packing.Power = null;
  641. this.Packing.Size = new System.Drawing.Size(51, 24);
  642. this.Packing.TabIndex = 173;
  643. this.Packing.Text = "封箱";
  644. this.Packing.UseVisualStyleBackColor = true;
  645. this.Packing.Click += new System.EventHandler(this.Packing_Click);
  646. //
  647. // pr_packrule
  648. //
  649. this.pr_packrule.AutoSize = true;
  650. this.pr_packrule.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  651. this.pr_packrule.Location = new System.Drawing.Point(849, 454);
  652. this.pr_packrule.Name = "pr_packrule";
  653. this.pr_packrule.Size = new System.Drawing.Size(0, 21);
  654. this.pr_packrule.TabIndex = 173;
  655. this.pr_packrule.Visible = false;
  656. //
  657. // pa_status
  658. //
  659. this.pa_status.AutoSize = true;
  660. this.pa_status.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  661. this.pa_status.Location = new System.Drawing.Point(777, 429);
  662. this.pa_status.Name = "pa_status";
  663. this.pa_status.Size = new System.Drawing.Size(0, 21);
  664. this.pa_status.TabIndex = 174;
  665. this.pa_status.Visible = false;
  666. //
  667. // groupBoxWithBorder3
  668. //
  669. this.groupBoxWithBorder3.BorderColor = System.Drawing.Color.Black;
  670. this.groupBoxWithBorder3.Controls.Add(this.pr_cartonunit1);
  671. this.groupBoxWithBorder3.Controls.Add(this.pr_cartonunit);
  672. this.groupBoxWithBorder3.Controls.Add(this.pr_cartonboxgw);
  673. this.groupBoxWithBorder3.Controls.Add(this.label4);
  674. this.groupBoxWithBorder3.Controls.Add(this.weight);
  675. this.groupBoxWithBorder3.Controls.Add(this.label2);
  676. this.groupBoxWithBorder3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  677. this.groupBoxWithBorder3.Location = new System.Drawing.Point(674, 170);
  678. this.groupBoxWithBorder3.Margin = new System.Windows.Forms.Padding(2);
  679. this.groupBoxWithBorder3.Name = "groupBoxWithBorder3";
  680. this.groupBoxWithBorder3.Padding = new System.Windows.Forms.Padding(2);
  681. this.groupBoxWithBorder3.Size = new System.Drawing.Size(193, 241);
  682. this.groupBoxWithBorder3.TabIndex = 172;
  683. this.groupBoxWithBorder3.TabStop = false;
  684. this.groupBoxWithBorder3.Text = "称量信息";
  685. this.groupBoxWithBorder3.TextColor = System.Drawing.Color.Black;
  686. //
  687. // pr_cartonunit1
  688. //
  689. this.pr_cartonunit1.AutoSize = true;
  690. this.pr_cartonunit1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  691. this.pr_cartonunit1.Location = new System.Drawing.Point(92, 131);
  692. this.pr_cartonunit1.Name = "pr_cartonunit1";
  693. this.pr_cartonunit1.Size = new System.Drawing.Size(20, 21);
  694. this.pr_cartonunit1.TabIndex = 184;
  695. this.pr_cartonunit1.Tag = "pr_cartonunit";
  696. this.pr_cartonunit1.Text = "g";
  697. this.pr_cartonunit1.Visible = false;
  698. //
  699. // pr_cartonunit
  700. //
  701. this.pr_cartonunit.AutoSize = true;
  702. this.pr_cartonunit.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  703. this.pr_cartonunit.Location = new System.Drawing.Point(61, 30);
  704. this.pr_cartonunit.Name = "pr_cartonunit";
  705. this.pr_cartonunit.Size = new System.Drawing.Size(20, 21);
  706. this.pr_cartonunit.TabIndex = 183;
  707. this.pr_cartonunit.Text = "g";
  708. this.pr_cartonunit.Visible = false;
  709. //
  710. // pr_cartonboxgw
  711. //
  712. this.pr_cartonboxgw.AutoSize = true;
  713. this.pr_cartonboxgw.Font = new System.Drawing.Font("微软雅黑", 35F);
  714. this.pr_cartonboxgw.Location = new System.Drawing.Point(35, 167);
  715. this.pr_cartonboxgw.Name = "pr_cartonboxgw";
  716. this.pr_cartonboxgw.Size = new System.Drawing.Size(0, 60);
  717. this.pr_cartonboxgw.TabIndex = 182;
  718. //
  719. // label4
  720. //
  721. this.label4.AutoSize = true;
  722. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  723. this.label4.Location = new System.Drawing.Point(19, 131);
  724. this.label4.Name = "label4";
  725. this.label4.Size = new System.Drawing.Size(74, 21);
  726. this.label4.TabIndex = 181;
  727. this.label4.Text = "标准重量";
  728. //
  729. // weight
  730. //
  731. this.weight.AutoSize = true;
  732. this.weight.Font = new System.Drawing.Font("微软雅黑", 35F);
  733. this.weight.ForeColor = System.Drawing.Color.Green;
  734. this.weight.Location = new System.Drawing.Point(35, 61);
  735. this.weight.Name = "weight";
  736. this.weight.Size = new System.Drawing.Size(0, 60);
  737. this.weight.TabIndex = 180;
  738. //
  739. // label2
  740. //
  741. this.label2.AutoSize = true;
  742. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  743. this.label2.Location = new System.Drawing.Point(19, 30);
  744. this.label2.Name = "label2";
  745. this.label2.Size = new System.Drawing.Size(42, 21);
  746. this.label2.TabIndex = 179;
  747. this.label2.Text = "重量";
  748. //
  749. // Baurate
  750. //
  751. this.Baurate.AutoSize = true;
  752. this.Baurate.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  753. this.Baurate.Location = new System.Drawing.Point(716, 429);
  754. this.Baurate.Name = "Baurate";
  755. this.Baurate.Size = new System.Drawing.Size(0, 21);
  756. this.Baurate.TabIndex = 176;
  757. this.Baurate.Visible = false;
  758. //
  759. // ComList
  760. //
  761. this.ComList.AutoSize = true;
  762. this.ComList.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  763. this.ComList.Location = new System.Drawing.Point(733, 429);
  764. this.ComList.Name = "ComList";
  765. this.ComList.Size = new System.Drawing.Size(0, 21);
  766. this.ComList.TabIndex = 177;
  767. this.ComList.Visible = false;
  768. //
  769. // pa_downstatus
  770. //
  771. this.pa_downstatus.AutoSize = true;
  772. this.pa_downstatus.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  773. this.pa_downstatus.Location = new System.Drawing.Point(831, 454);
  774. this.pa_downstatus.Name = "pa_downstatus";
  775. this.pa_downstatus.Size = new System.Drawing.Size(0, 21);
  776. this.pa_downstatus.TabIndex = 179;
  777. this.pa_downstatus.Visible = false;
  778. //
  779. // pa_checkno
  780. //
  781. this.pa_checkno.AutoSize = true;
  782. this.pa_checkno.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  783. this.pa_checkno.Location = new System.Drawing.Point(837, 471);
  784. this.pa_checkno.Name = "pa_checkno";
  785. this.pa_checkno.Size = new System.Drawing.Size(0, 21);
  786. this.pa_checkno.TabIndex = 180;
  787. this.pa_checkno.Visible = false;
  788. //
  789. // pa_sccode
  790. //
  791. this.pa_sccode.AutoSize = true;
  792. this.pa_sccode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  793. this.pa_sccode.Location = new System.Drawing.Point(825, 454);
  794. this.pa_sccode.Name = "pa_sccode";
  795. this.pa_sccode.Size = new System.Drawing.Size(0, 21);
  796. this.pa_sccode.TabIndex = 181;
  797. this.pa_sccode.Visible = false;
  798. //
  799. // pa_standardqty
  800. //
  801. this.pa_standardqty.AutoSize = true;
  802. this.pa_standardqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  803. this.pa_standardqty.Location = new System.Drawing.Point(825, 542);
  804. this.pa_standardqty.Name = "pa_standardqty";
  805. this.pa_standardqty.Size = new System.Drawing.Size(0, 21);
  806. this.pa_standardqty.TabIndex = 182;
  807. this.pa_standardqty.Visible = false;
  808. //
  809. // pa_makecode
  810. //
  811. this.pa_makecode.AutoSize = true;
  812. this.pa_makecode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  813. this.pa_makecode.Location = new System.Drawing.Point(756, 531);
  814. this.pa_makecode.Name = "pa_makecode";
  815. this.pa_makecode.Size = new System.Drawing.Size(0, 21);
  816. this.pa_makecode.TabIndex = 183;
  817. this.pa_makecode.Visible = false;
  818. //
  819. // pr_sendchecktype
  820. //
  821. this.pr_sendchecktype.AutoSize = true;
  822. this.pr_sendchecktype.Location = new System.Drawing.Point(538, 454);
  823. this.pr_sendchecktype.Name = "pr_sendchecktype";
  824. this.pr_sendchecktype.Size = new System.Drawing.Size(0, 12);
  825. this.pr_sendchecktype.TabIndex = 184;
  826. this.pr_sendchecktype.Visible = false;
  827. //
  828. // ms_salecode
  829. //
  830. this.ms_salecode.AutoSize = true;
  831. this.ms_salecode.Location = new System.Drawing.Point(543, 558);
  832. this.ms_salecode.Name = "ms_salecode";
  833. this.ms_salecode.Size = new System.Drawing.Size(0, 12);
  834. this.ms_salecode.TabIndex = 185;
  835. this.ms_salecode.Visible = false;
  836. //
  837. // StepCount
  838. //
  839. this.StepCount.LineCode = null;
  840. this.StepCount.Location = new System.Drawing.Point(458, 541);
  841. this.StepCount.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  842. this.StepCount.Name = "StepCount";
  843. this.StepCount.Size = new System.Drawing.Size(88, 22);
  844. this.StepCount.Source = null;
  845. this.StepCount.StepCode = null;
  846. this.StepCount.TabIndex = 186;
  847. //
  848. // Make_SpecialCartonPack
  849. //
  850. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  851. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  852. this.ClientSize = new System.Drawing.Size(879, 582);
  853. this.Controls.Add(this.StepCount);
  854. this.Controls.Add(this.ms_salecode);
  855. this.Controls.Add(this.pr_sendchecktype);
  856. this.Controls.Add(this.pa_makecode);
  857. this.Controls.Add(this.pa_standardqty);
  858. this.Controls.Add(this.pa_sccode);
  859. this.Controls.Add(this.pa_checkno);
  860. this.Controls.Add(this.pa_downstatus);
  861. this.Controls.Add(this.ComList);
  862. this.Controls.Add(this.Baurate);
  863. this.Controls.Add(this.groupBoxWithBorder3);
  864. this.Controls.Add(this.pa_status);
  865. this.Controls.Add(this.pr_packrule);
  866. this.Controls.Add(this.groupBoxWithBorder2);
  867. this.Controls.Add(this.groupBoxWithBorder1);
  868. this.Controls.Add(this.OperateResult);
  869. this.Controls.Add(this.pa_id);
  870. this.Controls.Add(this.Clean);
  871. this.Controls.Add(this.sn_code);
  872. this.Controls.Add(this.PackageDetail);
  873. this.Controls.Add(this.Cancel);
  874. this.Controls.Add(this.label13);
  875. this.Controls.Add(this.ms_makecode);
  876. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  877. this.Name = "Make_SpecialCartonPack";
  878. this.Tag = "Make!SpecialCartonPack";
  879. this.Text = "装箱称重";
  880. this.Activated += new System.EventHandler(this.包装采集_Activated);
  881. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.包装采集_FormClosing);
  882. this.Load += new System.EventHandler(this.包装采集_Load);
  883. this.SizeChanged += new System.EventHandler(this.包装采集_SizeChanged);
  884. ((System.ComponentModel.ISupportInitialize)(this.PackageDetail)).EndInit();
  885. this.groupBoxWithBorder1.ResumeLayout(true);
  886. this.groupBoxWithBorder1.PerformLayout();
  887. this.groupBoxWithBorder2.ResumeLayout(true);
  888. this.groupBoxWithBorder2.PerformLayout();
  889. this.groupBoxWithBorder3.ResumeLayout(true);
  890. this.groupBoxWithBorder3.PerformLayout();
  891. this.ResumeLayout(true);
  892. this.PerformLayout();
  893. }
  894. #endregion
  895. private System.Windows.Forms.Label ms_makecode;
  896. private System.Windows.Forms.Label label13;
  897. private System.Windows.Forms.Label pa_code_label;
  898. private System.Windows.Forms.Label PrintList_label;
  899. private System.Windows.Forms.Label PrintNum_label;
  900. private System.Windows.Forms.CheckBox Cancel;
  901. private CustomControl.DataGrid_View.DataGridViewWithSerialNum PackageDetail;
  902. private CustomControl.TextBoxWithIcon.SnCollectionBox sn_code;
  903. private CustomControl.ButtonUtil.NormalButton Clean;
  904. private CustomControl.ButtonUtil.NormalButton Printing;
  905. private System.Windows.Forms.Label pa_id;
  906. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  907. private CustomControl.ComBoxWithFocus.PrinterCombox PrintList;
  908. private System.Windows.Forms.ComboBox PrintLabel;
  909. private System.Windows.Forms.Label label3;
  910. private CustomControl.TextBoxWithIcon.EnterTextBox pa_outboxcode;
  911. private CustomControl.CustomCheckBox.AutoPrintCheckBox AutoPrint;
  912. private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder groupBoxWithBorder1;
  913. private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder groupBoxWithBorder2;
  914. private CustomControl.ButtonUtil.NormalButton Packing;
  915. private System.Windows.Forms.CheckBox AutoGenBoxCode;
  916. private System.Windows.Forms.Label pr_packrule;
  917. private System.Windows.Forms.Label pa_status;
  918. private CustomControl.ButtonUtil.NormalButton SendCheck;
  919. private System.Windows.Forms.Label ob_batchqty;
  920. private System.Windows.Forms.Label ob_nowcheckqty_label;
  921. private System.Windows.Forms.Label ob_batchqty_label;
  922. private System.Windows.Forms.Label ob_nowcheckqty;
  923. private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder groupBoxWithBorder3;
  924. private System.Windows.Forms.Label label2;
  925. private System.Windows.Forms.Label weight;
  926. private System.Windows.Forms.Label label4;
  927. private System.Windows.Forms.Label pr_cartonboxgw;
  928. private System.Windows.Forms.Label Baurate;
  929. private System.Windows.Forms.Label ComList;
  930. private System.Windows.Forms.Label pr_cartonunit;
  931. private System.Windows.Forms.Label pr_cartonunit1;
  932. private System.Windows.Forms.DataGridViewTextBoxColumn pd_barcode;
  933. private System.Windows.Forms.DataGridViewTextBoxColumn pa_outboxcode1;
  934. private System.Windows.Forms.DataGridViewTextBoxColumn pa_prodcode1;
  935. private System.Windows.Forms.DataGridViewTextBoxColumn pd_innerqty;
  936. private System.Windows.Forms.DataGridViewTextBoxColumn pa_indate;
  937. private System.Windows.Forms.DataGridViewTextBoxColumn pd_id;
  938. private System.Windows.Forms.Label pa_downstatus;
  939. private System.Windows.Forms.Label pa_checkno;
  940. private System.Windows.Forms.Label pa_sccode;
  941. private System.Windows.Forms.Label pa_currentqty_label;
  942. private System.Windows.Forms.Label pr_detail_label;
  943. private System.Windows.Forms.Label pa_currentqty;
  944. private System.Windows.Forms.Label pr_code_label;
  945. private System.Windows.Forms.Label pr_detail;
  946. private System.Windows.Forms.Label pr_outboxinnerqty_label;
  947. private System.Windows.Forms.Label pr_code;
  948. private CustomControl.ButtonUtil.NormalButton DeleteAll;
  949. private CustomControl.TextBoxWithIcon.EnterTextBox PrintNum;
  950. private CustomControl.TextBoxWithIcon.EnterTextBox pr_outboxinnerqty;
  951. private System.Windows.Forms.Label pa_standardqty;
  952. private System.Windows.Forms.Label pa_makecode;
  953. private System.Windows.Forms.Label pr_sendchecktype;
  954. private System.Windows.Forms.Label ms_salecode;
  955. private System.Windows.Forms.Label label1;
  956. private System.Windows.Forms.Label ob_checkno;
  957. private CustomControl.TextBoxWithIcon.SourceStepCount StepCount;
  958. }
  959. }