Packing_PackageCollection2.Designer.cs 67 KB

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