Make_PackageCollection.Designer.cs 65 KB

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