Packing_PackageCollectionWeigh.Designer.cs 70 KB

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