Make_BigBoxCollection.Designer.cs 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569
  1. namespace UAS_MES.Make
  2. {
  3. partial class Make_BigBoxCollection
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Make_BigBoxCollection));
  29. this.pa_outboxcode_label = new System.Windows.Forms.Label();
  30. this.pa_totalqty_label = new System.Windows.Forms.Label();
  31. this.pa_makecode_label = new System.Windows.Forms.Label();
  32. this.AutoPrint = new System.Windows.Forms.CheckBox();
  33. this.pa_restqty_label = new System.Windows.Forms.Label();
  34. this.pa_custcode_label = new System.Windows.Forms.Label();
  35. this.outboxcode_label = new System.Windows.Forms.Label();
  36. this.pa_prodcode_label = new System.Windows.Forms.Label();
  37. this.PrintLabel = new System.Windows.Forms.ComboBox();
  38. this.PrintLabel_label = new System.Windows.Forms.Label();
  39. this.PrinterList_label = new System.Windows.Forms.Label();
  40. this.PrinterList = new UAS_MES.CustomControl.ComBoxWithFocus.PrinterCombox();
  41. this.pa_prodcode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  42. this.Clean = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  43. this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
  44. this.outboxcode = new UAS_MES.CustomControl.TextBoxWithIcon.SnCollectionBox();
  45. this.pa_outboxcode = new UAS_MES.CustomControl.TextBoxWithIcon.SnCollectionBox();
  46. this.Printlab = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  47. this.ReleasePallet = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  48. this.NewPallet = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  49. this.pa_custcode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  50. this.PackageInf = new UAS_MES.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
  51. this.pd_outboxcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.pd_innerqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.pa_makecode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  57. this.pa_standardqty = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  58. this.pa_currentqty = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  59. this.pa_packageqty_label = new System.Windows.Forms.Label();
  60. this.Packing = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  61. this.AutoOutBoxCode = new System.Windows.Forms.CheckBox();
  62. this.pa_status = new System.Windows.Forms.Label();
  63. this.PrintNum = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  64. ((System.ComponentModel.ISupportInitialize)(this.PackageInf)).BeginInit();
  65. this.SuspendLayout();
  66. //
  67. // pa_outboxcode_label
  68. //
  69. this.pa_outboxcode_label.AutoSize = true;
  70. this.pa_outboxcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  71. this.pa_outboxcode_label.Location = new System.Drawing.Point(3, 27);
  72. this.pa_outboxcode_label.Name = "pa_outboxcode_label";
  73. this.pa_outboxcode_label.Size = new System.Drawing.Size(58, 21);
  74. this.pa_outboxcode_label.TabIndex = 102;
  75. this.pa_outboxcode_label.Text = "大箱号";
  76. //
  77. // pa_totalqty_label
  78. //
  79. this.pa_totalqty_label.AutoSize = true;
  80. this.pa_totalqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  81. this.pa_totalqty_label.Location = new System.Drawing.Point(280, 77);
  82. this.pa_totalqty_label.Name = "pa_totalqty_label";
  83. this.pa_totalqty_label.Size = new System.Drawing.Size(74, 21);
  84. this.pa_totalqty_label.TabIndex = 104;
  85. this.pa_totalqty_label.Text = "已装数量";
  86. //
  87. // pa_makecode_label
  88. //
  89. this.pa_makecode_label.AutoSize = true;
  90. this.pa_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  91. this.pa_makecode_label.Location = new System.Drawing.Point(280, 27);
  92. this.pa_makecode_label.Name = "pa_makecode_label";
  93. this.pa_makecode_label.Size = new System.Drawing.Size(74, 21);
  94. this.pa_makecode_label.TabIndex = 108;
  95. this.pa_makecode_label.Text = "制造单号";
  96. //
  97. // AutoPrint
  98. //
  99. this.AutoPrint.AutoSize = true;
  100. this.AutoPrint.Checked = true;
  101. this.AutoPrint.CheckState = System.Windows.Forms.CheckState.Checked;
  102. this.AutoPrint.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  103. this.AutoPrint.Location = new System.Drawing.Point(753, 173);
  104. this.AutoPrint.Name = "AutoPrint";
  105. this.AutoPrint.Size = new System.Drawing.Size(125, 25);
  106. this.AutoPrint.TabIndex = 153;
  107. this.AutoPrint.Text = "满箱自动打印";
  108. this.AutoPrint.UseVisualStyleBackColor = true;
  109. //
  110. // pa_restqty_label
  111. //
  112. this.pa_restqty_label.AutoSize = true;
  113. this.pa_restqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  114. this.pa_restqty_label.Location = new System.Drawing.Point(744, 129);
  115. this.pa_restqty_label.Name = "pa_restqty_label";
  116. this.pa_restqty_label.Size = new System.Drawing.Size(74, 21);
  117. this.pa_restqty_label.TabIndex = 154;
  118. this.pa_restqty_label.Text = "打印张数";
  119. //
  120. // pa_custcode_label
  121. //
  122. this.pa_custcode_label.AutoSize = true;
  123. this.pa_custcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  124. this.pa_custcode_label.Location = new System.Drawing.Point(744, 27);
  125. this.pa_custcode_label.Name = "pa_custcode_label";
  126. this.pa_custcode_label.Size = new System.Drawing.Size(42, 21);
  127. this.pa_custcode_label.TabIndex = 157;
  128. this.pa_custcode_label.Text = "客户";
  129. //
  130. // outboxcode_label
  131. //
  132. this.outboxcode_label.AutoSize = true;
  133. this.outboxcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  134. this.outboxcode_label.Location = new System.Drawing.Point(749, 279);
  135. this.outboxcode_label.Name = "outboxcode_label";
  136. this.outboxcode_label.Size = new System.Drawing.Size(74, 21);
  137. this.outboxcode_label.TabIndex = 166;
  138. this.outboxcode_label.Text = "卡通箱号";
  139. //
  140. // pa_prodcode_label
  141. //
  142. this.pa_prodcode_label.AutoSize = true;
  143. this.pa_prodcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  144. this.pa_prodcode_label.Location = new System.Drawing.Point(468, 27);
  145. this.pa_prodcode_label.Name = "pa_prodcode_label";
  146. this.pa_prodcode_label.Size = new System.Drawing.Size(74, 21);
  147. this.pa_prodcode_label.TabIndex = 169;
  148. this.pa_prodcode_label.Text = "产品编号";
  149. //
  150. // PrintLabel
  151. //
  152. this.PrintLabel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  153. this.PrintLabel.FormattingEnabled = true;
  154. this.PrintLabel.Location = new System.Drawing.Point(838, 81);
  155. this.PrintLabel.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  156. this.PrintLabel.Name = "PrintLabel";
  157. this.PrintLabel.Size = new System.Drawing.Size(147, 20);
  158. this.PrintLabel.TabIndex = 172;
  159. this.PrintLabel.SelectedValueChanged += new System.EventHandler(this.PrintLabel_SelectedValueChanged);
  160. //
  161. // PrintLabel_label
  162. //
  163. this.PrintLabel_label.AutoSize = true;
  164. this.PrintLabel_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  165. this.PrintLabel_label.Location = new System.Drawing.Point(744, 79);
  166. this.PrintLabel_label.Name = "PrintLabel_label";
  167. this.PrintLabel_label.Size = new System.Drawing.Size(74, 21);
  168. this.PrintLabel_label.TabIndex = 174;
  169. this.PrintLabel_label.Text = "标签文件";
  170. //
  171. // PrinterList_label
  172. //
  173. this.PrinterList_label.AutoSize = true;
  174. this.PrinterList_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  175. this.PrinterList_label.Location = new System.Drawing.Point(468, 79);
  176. this.PrinterList_label.Name = "PrinterList_label";
  177. this.PrinterList_label.Size = new System.Drawing.Size(90, 21);
  178. this.PrinterList_label.TabIndex = 173;
  179. this.PrinterList_label.Text = "打印机列表";
  180. //
  181. // PrinterList
  182. //
  183. this.PrinterList.Location = new System.Drawing.Point(578, 79);
  184. this.PrinterList.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  185. this.PrinterList.Name = "PrinterList";
  186. this.PrinterList.Size = new System.Drawing.Size(146, 20);
  187. this.PrinterList.TabIndex = 171;
  188. //
  189. // pa_prodcode
  190. //
  191. this.pa_prodcode.AutoSize = true;
  192. this.pa_prodcode.CutLength = null;
  193. this.pa_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  194. this.pa_prodcode.Location = new System.Drawing.Point(574, 27);
  195. this.pa_prodcode.MaximumSize = new System.Drawing.Size(150, 0);
  196. this.pa_prodcode.Name = "pa_prodcode";
  197. this.pa_prodcode.Size = new System.Drawing.Size(0, 21);
  198. this.pa_prodcode.TabIndex = 170;
  199. this.pa_prodcode.Tag = "1";
  200. this.pa_prodcode.TextChanged += new System.EventHandler(this.pa_prodcode_TextChanged);
  201. //
  202. // Clean
  203. //
  204. this.Clean.AllPower = null;
  205. this.Clean.BackColor = System.Drawing.Color.Transparent;
  206. this.Clean.DownImage = ((System.Drawing.Image)(resources.GetObject("Clean.DownImage")));
  207. this.Clean.Image = null;
  208. this.Clean.IsShowBorder = true;
  209. this.Clean.Location = new System.Drawing.Point(829, 512);
  210. this.Clean.MoveImage = ((System.Drawing.Image)(resources.GetObject("Clean.MoveImage")));
  211. this.Clean.Name = "Clean";
  212. this.Clean.NormalImage = ((System.Drawing.Image)(resources.GetObject("Clean.NormalImage")));
  213. this.Clean.Power = null;
  214. this.Clean.Size = new System.Drawing.Size(60, 24);
  215. this.Clean.TabIndex = 168;
  216. this.Clean.Text = "清除";
  217. this.Clean.UseVisualStyleBackColor = true;
  218. this.Clean.Click += new System.EventHandler(this.Clean_Click);
  219. //
  220. // OperateResult
  221. //
  222. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  223. this.OperateResult.Location = new System.Drawing.Point(715, 347);
  224. this.OperateResult.Name = "OperateResult";
  225. this.OperateResult.Size = new System.Drawing.Size(277, 159);
  226. this.OperateResult.TabIndex = 167;
  227. this.OperateResult.Text = "";
  228. //
  229. // outboxcode
  230. //
  231. this.outboxcode.AllPower = "ifall";
  232. this.outboxcode.BackColor = System.Drawing.Color.White;
  233. this.outboxcode.ID = null;
  234. this.outboxcode.Location = new System.Drawing.Point(822, 279);
  235. this.outboxcode.Name = "outboxcode";
  236. this.outboxcode.Power = "ifread";
  237. this.outboxcode.Size = new System.Drawing.Size(158, 21);
  238. this.outboxcode.Str = null;
  239. this.outboxcode.Str1 = null;
  240. this.outboxcode.Str2 = null;
  241. this.outboxcode.TabIndex = 164;
  242. this.outboxcode.Tag = "NoAuto";
  243. this.outboxcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.outboxcode_KeyDown);
  244. //
  245. // pa_outboxcode
  246. //
  247. this.pa_outboxcode.AllPower = "ifall";
  248. this.pa_outboxcode.BackColor = System.Drawing.Color.White;
  249. this.pa_outboxcode.ID = null;
  250. this.pa_outboxcode.Location = new System.Drawing.Point(83, 29);
  251. this.pa_outboxcode.Name = "pa_outboxcode";
  252. this.pa_outboxcode.Power = "ifread";
  253. this.pa_outboxcode.Size = new System.Drawing.Size(106, 21);
  254. this.pa_outboxcode.Str = null;
  255. this.pa_outboxcode.Str1 = null;
  256. this.pa_outboxcode.Str2 = null;
  257. this.pa_outboxcode.TabIndex = 163;
  258. this.pa_outboxcode.Tag = "NoAuto";
  259. this.pa_outboxcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.palletcode_KeyDown);
  260. //
  261. // Printlab
  262. //
  263. this.Printlab.AllPower = null;
  264. this.Printlab.BackColor = System.Drawing.Color.Transparent;
  265. this.Printlab.DownImage = ((System.Drawing.Image)(resources.GetObject("Printlab.DownImage")));
  266. this.Printlab.Image = null;
  267. this.Printlab.IsShowBorder = true;
  268. this.Printlab.Location = new System.Drawing.Point(830, 224);
  269. this.Printlab.MoveImage = ((System.Drawing.Image)(resources.GetObject("Printlab.MoveImage")));
  270. this.Printlab.Name = "Printlab";
  271. this.Printlab.NormalImage = ((System.Drawing.Image)(resources.GetObject("Printlab.NormalImage")));
  272. this.Printlab.Power = null;
  273. this.Printlab.Size = new System.Drawing.Size(60, 24);
  274. this.Printlab.TabIndex = 161;
  275. this.Printlab.Text = "打印";
  276. this.Printlab.UseVisualStyleBackColor = true;
  277. this.Printlab.Click += new System.EventHandler(this.Print_Click);
  278. //
  279. // ReleasePallet
  280. //
  281. this.ReleasePallet.AllPower = null;
  282. this.ReleasePallet.BackColor = System.Drawing.Color.Transparent;
  283. this.ReleasePallet.DownImage = ((System.Drawing.Image)(resources.GetObject("ReleasePallet.DownImage")));
  284. this.ReleasePallet.Image = null;
  285. this.ReleasePallet.IsShowBorder = true;
  286. this.ReleasePallet.Location = new System.Drawing.Point(753, 224);
  287. this.ReleasePallet.MoveImage = ((System.Drawing.Image)(resources.GetObject("ReleasePallet.MoveImage")));
  288. this.ReleasePallet.Name = "ReleasePallet";
  289. this.ReleasePallet.NormalImage = ((System.Drawing.Image)(resources.GetObject("ReleasePallet.NormalImage")));
  290. this.ReleasePallet.Power = null;
  291. this.ReleasePallet.Size = new System.Drawing.Size(60, 24);
  292. this.ReleasePallet.TabIndex = 160;
  293. this.ReleasePallet.Text = "解除大箱";
  294. this.ReleasePallet.UseVisualStyleBackColor = true;
  295. this.ReleasePallet.Click += new System.EventHandler(this.ReleasePallet_Click);
  296. //
  297. // NewPallet
  298. //
  299. this.NewPallet.AllPower = "ifall";
  300. this.NewPallet.BackColor = System.Drawing.Color.Transparent;
  301. this.NewPallet.DownImage = ((System.Drawing.Image)(resources.GetObject("NewPallet.DownImage")));
  302. this.NewPallet.Image = null;
  303. this.NewPallet.IsShowBorder = true;
  304. this.NewPallet.Location = new System.Drawing.Point(927, 10);
  305. this.NewPallet.MoveImage = ((System.Drawing.Image)(resources.GetObject("NewPallet.MoveImage")));
  306. this.NewPallet.Name = "NewPallet";
  307. this.NewPallet.NormalImage = ((System.Drawing.Image)(resources.GetObject("NewPallet.NormalImage")));
  308. this.NewPallet.Power = "ifread";
  309. this.NewPallet.Size = new System.Drawing.Size(60, 24);
  310. this.NewPallet.TabIndex = 159;
  311. this.NewPallet.Text = "新增大箱";
  312. this.NewPallet.UseVisualStyleBackColor = true;
  313. this.NewPallet.Visible = false;
  314. this.NewPallet.Click += new System.EventHandler(this.NewPallet_Click);
  315. //
  316. // pa_custcode
  317. //
  318. this.pa_custcode.AutoSize = true;
  319. this.pa_custcode.CutLength = null;
  320. this.pa_custcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  321. this.pa_custcode.Location = new System.Drawing.Point(838, 27);
  322. this.pa_custcode.MaximumSize = new System.Drawing.Size(150, 0);
  323. this.pa_custcode.Name = "pa_custcode";
  324. this.pa_custcode.Size = new System.Drawing.Size(0, 21);
  325. this.pa_custcode.TabIndex = 158;
  326. this.pa_custcode.Tag = "1";
  327. //
  328. // PackageInf
  329. //
  330. this.PackageInf.AllowUserToAddRows = false;
  331. this.PackageInf.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  332. this.PackageInf.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  333. this.pd_outboxcode,
  334. this.pd_innerqty,
  335. this.Column3,
  336. this.Column4,
  337. this.Column5});
  338. this.PackageInf.EnableContentClick = true;
  339. this.PackageInf.Location = new System.Drawing.Point(3, 129);
  340. this.PackageInf.Name = "PackageInf";
  341. this.PackageInf.RowTemplate.Height = 23;
  342. this.PackageInf.Size = new System.Drawing.Size(706, 415);
  343. this.PackageInf.TabIndex = 156;
  344. //
  345. // pd_outboxcode
  346. //
  347. this.pd_outboxcode.DataPropertyName = "code";
  348. this.pd_outboxcode.HeaderText = "卡通箱号";
  349. this.pd_outboxcode.Name = "pd_outboxcode";
  350. this.pd_outboxcode.ReadOnly = true;
  351. //
  352. // pd_innerqty
  353. //
  354. this.pd_innerqty.DataPropertyName = "pd_innerqty";
  355. this.pd_innerqty.HeaderText = "数量";
  356. this.pd_innerqty.Name = "pd_innerqty";
  357. this.pd_innerqty.ReadOnly = true;
  358. //
  359. // Column3
  360. //
  361. this.Column3.DataPropertyName = "pa_prodcode";
  362. this.Column3.HeaderText = "产品编号";
  363. this.Column3.Name = "Column3";
  364. this.Column3.ReadOnly = true;
  365. //
  366. // Column4
  367. //
  368. this.Column4.DataPropertyName = "pa_makecode";
  369. this.Column4.HeaderText = "工单号";
  370. this.Column4.Name = "Column4";
  371. this.Column4.ReadOnly = true;
  372. //
  373. // Column5
  374. //
  375. this.Column5.DataPropertyName = "pa_custcode";
  376. this.Column5.HeaderText = "客户";
  377. this.Column5.MinimumWidth = 100;
  378. this.Column5.Name = "Column5";
  379. this.Column5.ReadOnly = true;
  380. //
  381. // pa_makecode
  382. //
  383. this.pa_makecode.AutoSize = true;
  384. this.pa_makecode.CutLength = null;
  385. this.pa_makecode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  386. this.pa_makecode.Location = new System.Drawing.Point(375, 27);
  387. this.pa_makecode.MaximumSize = new System.Drawing.Size(150, 0);
  388. this.pa_makecode.Name = "pa_makecode";
  389. this.pa_makecode.Size = new System.Drawing.Size(0, 21);
  390. this.pa_makecode.TabIndex = 109;
  391. this.pa_makecode.Tag = "1";
  392. //
  393. // pa_standardqty
  394. //
  395. this.pa_standardqty.AutoSize = true;
  396. this.pa_standardqty.CutLength = null;
  397. this.pa_standardqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  398. this.pa_standardqty.Location = new System.Drawing.Point(83, 77);
  399. this.pa_standardqty.MaximumSize = new System.Drawing.Size(150, 0);
  400. this.pa_standardqty.Name = "pa_standardqty";
  401. this.pa_standardqty.Size = new System.Drawing.Size(0, 21);
  402. this.pa_standardqty.TabIndex = 105;
  403. this.pa_standardqty.Tag = "1";
  404. //
  405. // pa_currentqty
  406. //
  407. this.pa_currentqty.AutoSize = true;
  408. this.pa_currentqty.CutLength = null;
  409. this.pa_currentqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  410. this.pa_currentqty.Location = new System.Drawing.Point(375, 79);
  411. this.pa_currentqty.MaximumSize = new System.Drawing.Size(150, 0);
  412. this.pa_currentqty.Name = "pa_currentqty";
  413. this.pa_currentqty.Size = new System.Drawing.Size(0, 21);
  414. this.pa_currentqty.TabIndex = 177;
  415. this.pa_currentqty.Tag = "1";
  416. //
  417. // pa_packageqty_label
  418. //
  419. this.pa_packageqty_label.AutoSize = true;
  420. this.pa_packageqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  421. this.pa_packageqty_label.Location = new System.Drawing.Point(3, 77);
  422. this.pa_packageqty_label.Name = "pa_packageqty_label";
  423. this.pa_packageqty_label.Size = new System.Drawing.Size(74, 21);
  424. this.pa_packageqty_label.TabIndex = 176;
  425. this.pa_packageqty_label.Text = "大箱容量";
  426. //
  427. // Packing
  428. //
  429. this.Packing.AllPower = null;
  430. this.Packing.BackColor = System.Drawing.Color.Transparent;
  431. this.Packing.DownImage = ((System.Drawing.Image)(resources.GetObject("Packing.DownImage")));
  432. this.Packing.Image = null;
  433. this.Packing.IsShowBorder = true;
  434. this.Packing.Location = new System.Drawing.Point(910, 224);
  435. this.Packing.MoveImage = ((System.Drawing.Image)(resources.GetObject("Packing.MoveImage")));
  436. this.Packing.Name = "Packing";
  437. this.Packing.NormalImage = ((System.Drawing.Image)(resources.GetObject("Packing.NormalImage")));
  438. this.Packing.Power = null;
  439. this.Packing.Size = new System.Drawing.Size(60, 24);
  440. this.Packing.TabIndex = 178;
  441. this.Packing.Text = "封大箱";
  442. this.Packing.UseVisualStyleBackColor = true;
  443. this.Packing.Click += new System.EventHandler(this.Packing_Click);
  444. //
  445. // AutoOutBoxCode
  446. //
  447. this.AutoOutBoxCode.AutoSize = true;
  448. this.AutoOutBoxCode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  449. this.AutoOutBoxCode.Location = new System.Drawing.Point(194, 26);
  450. this.AutoOutBoxCode.Name = "AutoOutBoxCode";
  451. this.AutoOutBoxCode.Size = new System.Drawing.Size(93, 25);
  452. this.AutoOutBoxCode.TabIndex = 179;
  453. this.AutoOutBoxCode.Text = "自动生成";
  454. this.AutoOutBoxCode.UseVisualStyleBackColor = true;
  455. //
  456. // pa_status
  457. //
  458. this.pa_status.AutoSize = true;
  459. this.pa_status.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  460. this.pa_status.Location = new System.Drawing.Point(923, 176);
  461. this.pa_status.Name = "pa_status";
  462. this.pa_status.Size = new System.Drawing.Size(0, 21);
  463. this.pa_status.TabIndex = 180;
  464. this.pa_status.Visible = false;
  465. //
  466. // PrintNum
  467. //
  468. this.PrintNum.AllPower = null;
  469. this.PrintNum.BackColor = System.Drawing.Color.White;
  470. this.PrintNum.Enabled = false;
  471. this.PrintNum.ID = null;
  472. this.PrintNum.Location = new System.Drawing.Point(838, 133);
  473. this.PrintNum.Name = "PrintNum";
  474. this.PrintNum.Power = null;
  475. this.PrintNum.Size = new System.Drawing.Size(142, 21);
  476. this.PrintNum.Str = null;
  477. this.PrintNum.Str1 = null;
  478. this.PrintNum.Str2 = null;
  479. this.PrintNum.TabIndex = 181;
  480. //
  481. // Make_BigBoxCollection
  482. //
  483. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  484. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  485. this.ClientSize = new System.Drawing.Size(997, 552);
  486. this.Controls.Add(this.PrintNum);
  487. this.Controls.Add(this.pa_status);
  488. this.Controls.Add(this.AutoOutBoxCode);
  489. this.Controls.Add(this.Packing);
  490. this.Controls.Add(this.pa_currentqty);
  491. this.Controls.Add(this.pa_packageqty_label);
  492. this.Controls.Add(this.PrintLabel_label);
  493. this.Controls.Add(this.PrinterList_label);
  494. this.Controls.Add(this.PrintLabel);
  495. this.Controls.Add(this.PrinterList);
  496. this.Controls.Add(this.pa_prodcode);
  497. this.Controls.Add(this.pa_prodcode_label);
  498. this.Controls.Add(this.Clean);
  499. this.Controls.Add(this.OperateResult);
  500. this.Controls.Add(this.outboxcode_label);
  501. this.Controls.Add(this.outboxcode);
  502. this.Controls.Add(this.pa_outboxcode);
  503. this.Controls.Add(this.Printlab);
  504. this.Controls.Add(this.ReleasePallet);
  505. this.Controls.Add(this.NewPallet);
  506. this.Controls.Add(this.pa_custcode);
  507. this.Controls.Add(this.pa_custcode_label);
  508. this.Controls.Add(this.PackageInf);
  509. this.Controls.Add(this.pa_restqty_label);
  510. this.Controls.Add(this.AutoPrint);
  511. this.Controls.Add(this.pa_makecode);
  512. this.Controls.Add(this.pa_makecode_label);
  513. this.Controls.Add(this.pa_standardqty);
  514. this.Controls.Add(this.pa_totalqty_label);
  515. this.Controls.Add(this.pa_outboxcode_label);
  516. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  517. this.Name = "Make_BigBoxCollection";
  518. this.Tag = "Make!BigBoxCollection";
  519. this.Text = "栈板采集";
  520. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Make_BigBoxCollection_FormClosed);
  521. this.Load += new System.EventHandler(this.栈板称重_Load);
  522. this.SizeChanged += new System.EventHandler(this.栈板称重_SizeChanged);
  523. ((System.ComponentModel.ISupportInitialize)(this.PackageInf)).EndInit();
  524. this.ResumeLayout(true);
  525. this.PerformLayout();
  526. }
  527. #endregion
  528. private System.Windows.Forms.Label pa_outboxcode_label;
  529. private CustomControl.ValueLabel.ValueLabel pa_standardqty;
  530. private System.Windows.Forms.Label pa_totalqty_label;
  531. private CustomControl.ValueLabel.ValueLabel pa_makecode;
  532. private System.Windows.Forms.Label pa_makecode_label;
  533. private System.Windows.Forms.CheckBox AutoPrint;
  534. private System.Windows.Forms.Label pa_restqty_label;
  535. private CustomControl.DataGrid_View.DataGridViewWithSerialNum PackageInf;
  536. private CustomControl.ValueLabel.ValueLabel pa_custcode;
  537. private System.Windows.Forms.Label pa_custcode_label;
  538. private CustomControl.ButtonUtil.NormalButton NewPallet;
  539. private CustomControl.ButtonUtil.NormalButton ReleasePallet;
  540. private CustomControl.ButtonUtil.NormalButton Printlab;
  541. private CustomControl.TextBoxWithIcon.SnCollectionBox pa_outboxcode;
  542. private CustomControl.TextBoxWithIcon.SnCollectionBox outboxcode;
  543. private System.Windows.Forms.Label outboxcode_label;
  544. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  545. private CustomControl.ButtonUtil.NormalButton Clean;
  546. private CustomControl.ValueLabel.ValueLabel pa_prodcode;
  547. private System.Windows.Forms.Label pa_prodcode_label;
  548. private CustomControl.ComBoxWithFocus.PrinterCombox PrinterList;
  549. private System.Windows.Forms.ComboBox PrintLabel;
  550. private System.Windows.Forms.Label PrintLabel_label;
  551. private System.Windows.Forms.Label PrinterList_label;
  552. private CustomControl.ValueLabel.ValueLabel pa_currentqty;
  553. private System.Windows.Forms.Label pa_packageqty_label;
  554. private CustomControl.ButtonUtil.NormalButton Packing;
  555. private System.Windows.Forms.DataGridViewTextBoxColumn pd_outboxcode;
  556. private System.Windows.Forms.DataGridViewTextBoxColumn pd_innerqty;
  557. private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
  558. private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
  559. private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
  560. private System.Windows.Forms.CheckBox AutoOutBoxCode;
  561. private System.Windows.Forms.Label pa_status;
  562. private CustomControl.TextBoxWithIcon.EnterTextBox PrintNum;
  563. }
  564. }