Packing_PackageCollectionPallet.Designer.cs 86 KB

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