Make_PackageCollectionWeigh.Designer.cs 65 KB

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