Make_PalletCollection.Designer.cs 34 KB

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