Packing_PackageCollection.Designer.cs 69 KB

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