Make_BigBoxCollection.Designer.cs 33 KB

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