Packing_PackageCollection.Designer.cs 73 KB

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