Make_PalletCollection.Designer.cs 32 KB

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