Packing_PalletWightCollection.Designer.cs 73 KB

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