Make_PalletCollection.Designer.cs 32 KB

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