Make_PackageCollectionWeigh.Designer.cs 71 KB

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