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