Make_PackageCollectionWeigh.Designer.cs 55 KB

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