Make_PalletCollection.Designer.cs 31 KB

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