Make_PalletCollection.Designer.cs 31 KB

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