Make_PackageCollectionWeigh.Designer.cs 69 KB

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