Make_PalletCollection.Designer.cs 33 KB

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