Packing_PackageCollection1.Designer.cs 73 KB

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