Packing_PackageCollection.Designer.cs 72 KB

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