Packing_PackageCollectionWeigh.Designer.cs 74 KB

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