Packing_PackageCollectionWeigh.Designer.cs 77 KB

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