Make_BigBoxCollection.Designer.cs 34 KB

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