Make_BigBoxCollection.Designer.cs 33 KB

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