Make_BigBoxCollection.Designer.cs 37 KB

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