Make_BigBoxCollection.Designer.cs 35 KB

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