Make_PackageCollectionWeigh.Designer.cs 73 KB

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