Make_PackageCollectionWeigh.Designer.cs 78 KB

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