Make_PalletCollection.Designer.cs 34 KB

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