Make_PackageCollection.Designer.cs 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659
  1. namespace UAS_MES.Make
  2. {
  3. partial class Make_PackageCollection
  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_PackageCollection));
  29. this.pr_code_label = new System.Windows.Forms.Label();
  30. this.pr_detail_label = new System.Windows.Forms.Label();
  31. this.ma_code_label = new System.Windows.Forms.Label();
  32. this.panel2 = new System.Windows.Forms.Panel();
  33. this.label1 = new System.Windows.Forms.Label();
  34. this.pa_packageqty_label = new System.Windows.Forms.Label();
  35. this.pa_totalqty_label = new System.Windows.Forms.Label();
  36. this.label13 = new System.Windows.Forms.Label();
  37. this.pa_code_label = new System.Windows.Forms.Label();
  38. this.PrintList_label = new System.Windows.Forms.Label();
  39. this.PrintNum_label = new System.Windows.Forms.Label();
  40. this.pa_restqty_label = new System.Windows.Forms.Label();
  41. this.AutoPrint = new System.Windows.Forms.CheckBox();
  42. this.Cancel = new System.Windows.Forms.CheckBox();
  43. this.pa_id = new System.Windows.Forms.Label();
  44. this.PrintLabel = new System.Windows.Forms.ComboBox();
  45. this.label3 = new System.Windows.Forms.Label();
  46. this.pr_id = new System.Windows.Forms.Label();
  47. this.label2 = new System.Windows.Forms.Label();
  48. this.pa_code = new UAS_MES.CustomControl.TextBoxWithIcon.TextBoxGeneratePaCode();
  49. this.PrintList = new UAS_MES.CustomControl.ComBoxWithFocus.PrinterCombox();
  50. this.PrintNum = new UAS_MES.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
  51. this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
  52. this.ma_code = new UAS_MES.CustomControl.TextBoxWithIcon.SearchTextBox();
  53. this.Printing = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  54. this.Clean = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  55. this.pa_packageqty = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  56. this.ma_prodcode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  57. this.pa_totalqty = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  58. this.ma_prodname = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  59. this.pa_restqty = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  60. this.barcode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  61. this.PackageDetail = new UAS_MES.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
  62. this.pd_barcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.pa_outboxcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.pd_innerqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.pa_indate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.pd_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.panel2.SuspendLayout();
  68. ((System.ComponentModel.ISupportInitialize)(this.PackageDetail)).BeginInit();
  69. this.SuspendLayout();
  70. //
  71. // pr_code_label
  72. //
  73. this.pr_code_label.AutoSize = true;
  74. this.pr_code_label.Enabled = false;
  75. this.pr_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  76. this.pr_code_label.Location = new System.Drawing.Point(700, 66);
  77. this.pr_code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  78. this.pr_code_label.Name = "pr_code_label";
  79. this.pr_code_label.Size = new System.Drawing.Size(92, 27);
  80. this.pr_code_label.TabIndex = 81;
  81. this.pr_code_label.Text = "产品编号";
  82. //
  83. // pr_detail_label
  84. //
  85. this.pr_detail_label.AutoSize = true;
  86. this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  87. this.pr_detail_label.Location = new System.Drawing.Point(27, 128);
  88. this.pr_detail_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  89. this.pr_detail_label.Name = "pr_detail_label";
  90. this.pr_detail_label.Size = new System.Drawing.Size(92, 27);
  91. this.pr_detail_label.TabIndex = 80;
  92. this.pr_detail_label.Text = "产品名称";
  93. //
  94. // ma_code_label
  95. //
  96. this.ma_code_label.AutoSize = true;
  97. this.ma_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  98. this.ma_code_label.Location = new System.Drawing.Point(377, 68);
  99. this.ma_code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  100. this.ma_code_label.Name = "ma_code_label";
  101. this.ma_code_label.Size = new System.Drawing.Size(72, 27);
  102. this.ma_code_label.TabIndex = 76;
  103. this.ma_code_label.Text = "工单号";
  104. //
  105. // panel2
  106. //
  107. this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  108. this.panel2.Controls.Add(this.label1);
  109. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  110. this.panel2.Location = new System.Drawing.Point(0, 0);
  111. this.panel2.Margin = new System.Windows.Forms.Padding(4);
  112. this.panel2.Name = "panel2";
  113. this.panel2.Size = new System.Drawing.Size(1359, 36);
  114. this.panel2.TabIndex = 88;
  115. this.panel2.Tag = "NoAuto";
  116. //
  117. // label1
  118. //
  119. this.label1.AutoSize = true;
  120. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  121. this.label1.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
  122. this.label1.Location = new System.Drawing.Point(16, 5);
  123. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  124. this.label1.Name = "label1";
  125. this.label1.Size = new System.Drawing.Size(92, 27);
  126. this.label1.TabIndex = 0;
  127. this.label1.Text = "基础信息";
  128. //
  129. // pa_packageqty_label
  130. //
  131. this.pa_packageqty_label.AutoSize = true;
  132. this.pa_packageqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  133. this.pa_packageqty_label.Location = new System.Drawing.Point(357, 128);
  134. this.pa_packageqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  135. this.pa_packageqty_label.Name = "pa_packageqty_label";
  136. this.pa_packageqty_label.Size = new System.Drawing.Size(92, 27);
  137. this.pa_packageqty_label.TabIndex = 95;
  138. this.pa_packageqty_label.Text = "已装数量";
  139. //
  140. // pa_totalqty_label
  141. //
  142. this.pa_totalqty_label.AutoSize = true;
  143. this.pa_totalqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  144. this.pa_totalqty_label.Location = new System.Drawing.Point(359, 186);
  145. this.pa_totalqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  146. this.pa_totalqty_label.Name = "pa_totalqty_label";
  147. this.pa_totalqty_label.Size = new System.Drawing.Size(92, 27);
  148. this.pa_totalqty_label.TabIndex = 97;
  149. this.pa_totalqty_label.Text = "箱内容量";
  150. //
  151. // label13
  152. //
  153. this.label13.AutoSize = true;
  154. this.label13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  155. this.label13.ForeColor = System.Drawing.Color.Black;
  156. this.label13.Location = new System.Drawing.Point(27, 715);
  157. this.label13.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  158. this.label13.Name = "label13";
  159. this.label13.Size = new System.Drawing.Size(72, 27);
  160. this.label13.TabIndex = 105;
  161. this.label13.Text = "序列号";
  162. //
  163. // pa_code_label
  164. //
  165. this.pa_code_label.AutoSize = true;
  166. this.pa_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  167. this.pa_code_label.Location = new System.Drawing.Point(69, 66);
  168. this.pa_code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  169. this.pa_code_label.Name = "pa_code_label";
  170. this.pa_code_label.Size = new System.Drawing.Size(52, 27);
  171. this.pa_code_label.TabIndex = 113;
  172. this.pa_code_label.Text = "箱号";
  173. //
  174. // PrintList_label
  175. //
  176. this.PrintList_label.AutoSize = true;
  177. this.PrintList_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  178. this.PrintList_label.Location = new System.Drawing.Point(9, 186);
  179. this.PrintList_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  180. this.PrintList_label.Name = "PrintList_label";
  181. this.PrintList_label.Size = new System.Drawing.Size(112, 27);
  182. this.PrintList_label.TabIndex = 116;
  183. this.PrintList_label.Text = "打印机列表";
  184. //
  185. // PrintNum_label
  186. //
  187. this.PrintNum_label.AutoSize = true;
  188. this.PrintNum_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  189. this.PrintNum_label.Location = new System.Drawing.Point(1043, 186);
  190. this.PrintNum_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  191. this.PrintNum_label.Name = "PrintNum_label";
  192. this.PrintNum_label.Size = new System.Drawing.Size(52, 27);
  193. this.PrintNum_label.TabIndex = 124;
  194. this.PrintNum_label.Text = "份数";
  195. //
  196. // pa_restqty_label
  197. //
  198. this.pa_restqty_label.AutoSize = true;
  199. this.pa_restqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  200. this.pa_restqty_label.Location = new System.Drawing.Point(700, 128);
  201. this.pa_restqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  202. this.pa_restqty_label.Name = "pa_restqty_label";
  203. this.pa_restqty_label.Size = new System.Drawing.Size(92, 27);
  204. this.pa_restqty_label.TabIndex = 126;
  205. this.pa_restqty_label.Text = "剩余容量";
  206. //
  207. // AutoPrint
  208. //
  209. this.AutoPrint.AutoSize = true;
  210. this.AutoPrint.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  211. this.AutoPrint.Location = new System.Drawing.Point(1048, 128);
  212. this.AutoPrint.Margin = new System.Windows.Forms.Padding(4);
  213. this.AutoPrint.Name = "AutoPrint";
  214. this.AutoPrint.Size = new System.Drawing.Size(154, 31);
  215. this.AutoPrint.TabIndex = 128;
  216. this.AutoPrint.Text = "满箱自动打印";
  217. this.AutoPrint.UseVisualStyleBackColor = true;
  218. //
  219. // Cancel
  220. //
  221. this.Cancel.AutoSize = true;
  222. this.Cancel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  223. this.Cancel.Location = new System.Drawing.Point(429, 715);
  224. this.Cancel.Margin = new System.Windows.Forms.Padding(4);
  225. this.Cancel.Name = "Cancel";
  226. this.Cancel.Size = new System.Drawing.Size(114, 31);
  227. this.Cancel.TabIndex = 129;
  228. this.Cancel.Text = "取消采集";
  229. this.Cancel.UseVisualStyleBackColor = true;
  230. //
  231. // pa_id
  232. //
  233. this.pa_id.AutoSize = true;
  234. this.pa_id.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  235. this.pa_id.Location = new System.Drawing.Point(1285, 58);
  236. this.pa_id.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  237. this.pa_id.Name = "pa_id";
  238. this.pa_id.Size = new System.Drawing.Size(63, 27);
  239. this.pa_id.TabIndex = 153;
  240. this.pa_id.Text = "pa_id";
  241. this.pa_id.Visible = false;
  242. //
  243. // PrintLabel
  244. //
  245. this.PrintLabel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  246. this.PrintLabel.FormattingEnabled = true;
  247. this.PrintLabel.Location = new System.Drawing.Point(815, 186);
  248. this.PrintLabel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  249. this.PrintLabel.Name = "PrintLabel";
  250. this.PrintLabel.Size = new System.Drawing.Size(199, 23);
  251. this.PrintLabel.TabIndex = 159;
  252. //
  253. // label3
  254. //
  255. this.label3.AutoSize = true;
  256. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  257. this.label3.Location = new System.Drawing.Point(700, 186);
  258. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  259. this.label3.Name = "label3";
  260. this.label3.Size = new System.Drawing.Size(92, 27);
  261. this.label3.TabIndex = 160;
  262. this.label3.Text = "打印标签";
  263. //
  264. // pr_id
  265. //
  266. this.pr_id.AutoSize = true;
  267. this.pr_id.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  268. this.pr_id.Location = new System.Drawing.Point(1285, 89);
  269. this.pr_id.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  270. this.pr_id.Name = "pr_id";
  271. this.pr_id.Size = new System.Drawing.Size(60, 27);
  272. this.pr_id.TabIndex = 161;
  273. this.pr_id.Tag = "pr_id";
  274. this.pr_id.Text = "pr_id";
  275. this.pr_id.Visible = false;
  276. this.pr_id.TextChanged += new System.EventHandler(this.pr_id_TextChanged);
  277. //
  278. // label2
  279. //
  280. this.label2.AutoSize = true;
  281. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  282. this.label2.ForeColor = System.Drawing.Color.Blue;
  283. this.label2.Location = new System.Drawing.Point(27, 235);
  284. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  285. this.label2.Name = "label2";
  286. this.label2.Size = new System.Drawing.Size(92, 27);
  287. this.label2.TabIndex = 162;
  288. this.label2.Text = "装箱信息";
  289. //
  290. // pa_code
  291. //
  292. this.pa_code.ErrorMsg = null;
  293. this.pa_code.Location = new System.Drawing.Point(144, 68);
  294. this.pa_code.Margin = new System.Windows.Forms.Padding(5);
  295. this.pa_code.Name = "pa_code";
  296. this.pa_code.Pr_id = null;
  297. this.pa_code.Size = new System.Drawing.Size(199, 26);
  298. this.pa_code.TabIndex = 163;
  299. //
  300. // PrintList
  301. //
  302. this.PrintList.Location = new System.Drawing.Point(144, 186);
  303. this.PrintList.Margin = new System.Windows.Forms.Padding(5);
  304. this.PrintList.Name = "PrintList";
  305. this.PrintList.Size = new System.Drawing.Size(200, 31);
  306. this.PrintList.TabIndex = 158;
  307. //
  308. // PrintNum
  309. //
  310. this.PrintNum.AllPower = null;
  311. this.PrintNum.BackColor = System.Drawing.Color.White;
  312. this.PrintNum.ID = null;
  313. this.PrintNum.Location = new System.Drawing.Point(1105, 186);
  314. this.PrintNum.Margin = new System.Windows.Forms.Padding(4);
  315. this.PrintNum.Name = "PrintNum";
  316. this.PrintNum.Negative = false;
  317. this.PrintNum.Power = null;
  318. this.PrintNum.Size = new System.Drawing.Size(52, 25);
  319. this.PrintNum.Str = null;
  320. this.PrintNum.Str1 = null;
  321. this.PrintNum.Str2 = null;
  322. this.PrintNum.TabIndex = 156;
  323. //
  324. // OperateResult
  325. //
  326. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  327. this.OperateResult.Location = new System.Drawing.Point(1036, 268);
  328. this.OperateResult.Margin = new System.Windows.Forms.Padding(4);
  329. this.OperateResult.Name = "OperateResult";
  330. this.OperateResult.Size = new System.Drawing.Size(291, 429);
  331. this.OperateResult.TabIndex = 155;
  332. this.OperateResult.Text = "";
  333. //
  334. // ma_code
  335. //
  336. this.ma_code.AllPower = null;
  337. this.ma_code.AutoSize = true;
  338. this.ma_code.Caller = null;
  339. this.ma_code.Condition = null;
  340. this.ma_code.DBTitle = "工单查询";
  341. this.ma_code.FormName = null;
  342. this.ma_code.Location = new System.Drawing.Point(468, 68);
  343. this.ma_code.Margin = new System.Windows.Forms.Padding(4);
  344. this.ma_code.Name = "ma_code";
  345. this.ma_code.Power = null;
  346. this.ma_code.SelectField = null;
  347. this.ma_code.SetValueField = null;
  348. this.ma_code.Size = new System.Drawing.Size(200, 26);
  349. this.ma_code.TabIndex = 152;
  350. this.ma_code.TableName = null;
  351. this.ma_code.Tag = "ma_code";
  352. this.ma_code.TextBoxEnable = true;
  353. this.ma_code.TextKeyDown += new UAS_MES.CustomControl.TextBoxWithIcon.SearchTextBox.OnTextKeyDown(this.ma_code_TextKeyDown);
  354. //
  355. // Printing
  356. //
  357. this.Printing.AllPower = "ifall";
  358. this.Printing.BackColor = System.Drawing.Color.Transparent;
  359. this.Printing.DownImage = ((System.Drawing.Image)(resources.GetObject("Printing.DownImage")));
  360. this.Printing.Image = ((System.Drawing.Image)(resources.GetObject("Printing.Image")));
  361. this.Printing.IsShowBorder = true;
  362. this.Printing.Location = new System.Drawing.Point(1183, 186);
  363. this.Printing.Margin = new System.Windows.Forms.Padding(4);
  364. this.Printing.MoveImage = ((System.Drawing.Image)(resources.GetObject("Printing.MoveImage")));
  365. this.Printing.Name = "Printing";
  366. this.Printing.NormalImage = ((System.Drawing.Image)(resources.GetObject("Printing.NormalImage")));
  367. this.Printing.Power = null;
  368. this.Printing.Size = new System.Drawing.Size(80, 30);
  369. this.Printing.TabIndex = 150;
  370. this.Printing.Tag = "ifread";
  371. this.Printing.Text = "打印";
  372. this.Printing.UseVisualStyleBackColor = true;
  373. this.Printing.Click += new System.EventHandler(this.Print_Click);
  374. //
  375. // Clean
  376. //
  377. this.Clean.AllPower = null;
  378. this.Clean.BackColor = System.Drawing.Color.Transparent;
  379. this.Clean.DownImage = ((System.Drawing.Image)(resources.GetObject("Clean.DownImage")));
  380. this.Clean.Image = ((System.Drawing.Image)(resources.GetObject("Clean.Image")));
  381. this.Clean.IsShowBorder = true;
  382. this.Clean.Location = new System.Drawing.Point(1141, 714);
  383. this.Clean.Margin = new System.Windows.Forms.Padding(4);
  384. this.Clean.MoveImage = ((System.Drawing.Image)(resources.GetObject("Clean.MoveImage")));
  385. this.Clean.Name = "Clean";
  386. this.Clean.NormalImage = ((System.Drawing.Image)(resources.GetObject("Clean.NormalImage")));
  387. this.Clean.Power = null;
  388. this.Clean.Size = new System.Drawing.Size(80, 30);
  389. this.Clean.TabIndex = 148;
  390. this.Clean.Text = "清除";
  391. this.Clean.UseVisualStyleBackColor = true;
  392. this.Clean.Click += new System.EventHandler(this.Clean_Click);
  393. //
  394. // pa_packageqty
  395. //
  396. this.pa_packageqty.AllPower = null;
  397. this.pa_packageqty.BackColor = System.Drawing.Color.White;
  398. this.pa_packageqty.Enabled = false;
  399. this.pa_packageqty.ID = null;
  400. this.pa_packageqty.Location = new System.Drawing.Point(468, 128);
  401. this.pa_packageqty.Margin = new System.Windows.Forms.Padding(4);
  402. this.pa_packageqty.Name = "pa_packageqty";
  403. this.pa_packageqty.Power = null;
  404. this.pa_packageqty.Size = new System.Drawing.Size(199, 25);
  405. this.pa_packageqty.Str = null;
  406. this.pa_packageqty.Str1 = null;
  407. this.pa_packageqty.Str2 = null;
  408. this.pa_packageqty.TabIndex = 143;
  409. this.pa_packageqty.Tag = "NoAuto";
  410. this.pa_packageqty.TextChanged += new System.EventHandler(this.pa_packageqty_TextChanged);
  411. //
  412. // ma_prodcode
  413. //
  414. this.ma_prodcode.AllPower = null;
  415. this.ma_prodcode.BackColor = System.Drawing.Color.White;
  416. this.ma_prodcode.Enabled = false;
  417. this.ma_prodcode.ID = null;
  418. this.ma_prodcode.Location = new System.Drawing.Point(817, 69);
  419. this.ma_prodcode.Margin = new System.Windows.Forms.Padding(4);
  420. this.ma_prodcode.Name = "ma_prodcode";
  421. this.ma_prodcode.Power = null;
  422. this.ma_prodcode.Size = new System.Drawing.Size(199, 25);
  423. this.ma_prodcode.Str = null;
  424. this.ma_prodcode.Str1 = null;
  425. this.ma_prodcode.Str2 = null;
  426. this.ma_prodcode.TabIndex = 142;
  427. this.ma_prodcode.Tag = "ma_prodcode";
  428. this.ma_prodcode.TextChanged += new System.EventHandler(this.pr_code_TextChanged);
  429. //
  430. // pa_totalqty
  431. //
  432. this.pa_totalqty.AllPower = null;
  433. this.pa_totalqty.BackColor = System.Drawing.Color.White;
  434. this.pa_totalqty.ID = null;
  435. this.pa_totalqty.Location = new System.Drawing.Point(469, 186);
  436. this.pa_totalqty.Margin = new System.Windows.Forms.Padding(4);
  437. this.pa_totalqty.Name = "pa_totalqty";
  438. this.pa_totalqty.Power = null;
  439. this.pa_totalqty.Size = new System.Drawing.Size(199, 25);
  440. this.pa_totalqty.Str = null;
  441. this.pa_totalqty.Str1 = null;
  442. this.pa_totalqty.Str2 = null;
  443. this.pa_totalqty.TabIndex = 141;
  444. this.pa_totalqty.Tag = "NoAuto";
  445. //
  446. // ma_prodname
  447. //
  448. this.ma_prodname.AllPower = null;
  449. this.ma_prodname.BackColor = System.Drawing.Color.White;
  450. this.ma_prodname.Enabled = false;
  451. this.ma_prodname.ID = null;
  452. this.ma_prodname.Location = new System.Drawing.Point(144, 128);
  453. this.ma_prodname.Margin = new System.Windows.Forms.Padding(4);
  454. this.ma_prodname.Name = "ma_prodname";
  455. this.ma_prodname.Power = null;
  456. this.ma_prodname.Size = new System.Drawing.Size(199, 25);
  457. this.ma_prodname.Str = null;
  458. this.ma_prodname.Str1 = null;
  459. this.ma_prodname.Str2 = null;
  460. this.ma_prodname.TabIndex = 139;
  461. this.ma_prodname.Tag = "ma_prodname";
  462. //
  463. // pa_restqty
  464. //
  465. this.pa_restqty.AllPower = null;
  466. this.pa_restqty.BackColor = System.Drawing.Color.White;
  467. this.pa_restqty.Enabled = false;
  468. this.pa_restqty.ID = null;
  469. this.pa_restqty.Location = new System.Drawing.Point(815, 128);
  470. this.pa_restqty.Margin = new System.Windows.Forms.Padding(4);
  471. this.pa_restqty.Name = "pa_restqty";
  472. this.pa_restqty.Power = null;
  473. this.pa_restqty.Size = new System.Drawing.Size(199, 25);
  474. this.pa_restqty.Str = null;
  475. this.pa_restqty.Str1 = null;
  476. this.pa_restqty.Str2 = null;
  477. this.pa_restqty.TabIndex = 137;
  478. this.pa_restqty.Tag = "NoAuto";
  479. //
  480. // barcode
  481. //
  482. this.barcode.AllPower = "ifall";
  483. this.barcode.BackColor = System.Drawing.Color.White;
  484. this.barcode.ID = null;
  485. this.barcode.Location = new System.Drawing.Point(117, 715);
  486. this.barcode.Margin = new System.Windows.Forms.Padding(4);
  487. this.barcode.Name = "barcode";
  488. this.barcode.Power = "ifwrite";
  489. this.barcode.Size = new System.Drawing.Size(260, 25);
  490. this.barcode.Str = null;
  491. this.barcode.Str1 = null;
  492. this.barcode.Str2 = null;
  493. this.barcode.TabIndex = 135;
  494. this.barcode.Tag = "IfWrite";
  495. this.barcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.barcode_KeyDown);
  496. //
  497. // PackageDetail
  498. //
  499. this.PackageDetail.AllowUserToAddRows = false;
  500. this.PackageDetail.AllowUserToDeleteRows = false;
  501. this.PackageDetail.BackgroundColor = System.Drawing.SystemColors.ButtonFace;
  502. this.PackageDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  503. this.PackageDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  504. this.pd_barcode,
  505. this.pa_outboxcode,
  506. this.pd_innerqty,
  507. this.pa_indate,
  508. this.pd_id});
  509. this.PackageDetail.Location = new System.Drawing.Point(31, 268);
  510. this.PackageDetail.Margin = new System.Windows.Forms.Padding(4);
  511. this.PackageDetail.Name = "PackageDetail";
  512. this.PackageDetail.ReadOnly = true;
  513. this.PackageDetail.RowTemplate.Height = 23;
  514. this.PackageDetail.Size = new System.Drawing.Size(985, 430);
  515. this.PackageDetail.TabIndex = 134;
  516. //
  517. // pd_barcode
  518. //
  519. this.pd_barcode.DataPropertyName = "pd_barcode";
  520. this.pd_barcode.HeaderText = "序号";
  521. this.pd_barcode.Name = "pd_barcode";
  522. this.pd_barcode.ReadOnly = true;
  523. this.pd_barcode.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  524. this.pd_barcode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
  525. this.pd_barcode.Width = 255;
  526. //
  527. // pa_outboxcode
  528. //
  529. this.pa_outboxcode.DataPropertyName = "pa_outboxcode";
  530. this.pa_outboxcode.HeaderText = "箱号";
  531. this.pa_outboxcode.Name = "pa_outboxcode";
  532. this.pa_outboxcode.ReadOnly = true;
  533. this.pa_outboxcode.Width = 240;
  534. //
  535. // pd_innerqty
  536. //
  537. this.pd_innerqty.DataPropertyName = "pd_innerqty";
  538. this.pd_innerqty.HeaderText = "箱内数量";
  539. this.pd_innerqty.Name = "pd_innerqty";
  540. this.pd_innerqty.ReadOnly = true;
  541. this.pd_innerqty.Width = 230;
  542. //
  543. // pa_indate
  544. //
  545. this.pa_indate.DataPropertyName = "pa_indate";
  546. this.pa_indate.HeaderText = "装箱日期";
  547. this.pa_indate.Name = "pa_indate";
  548. this.pa_indate.ReadOnly = true;
  549. this.pa_indate.Width = 230;
  550. //
  551. // pd_id
  552. //
  553. this.pd_id.DataPropertyName = "pd_id";
  554. this.pd_id.HeaderText = "ID";
  555. this.pd_id.Name = "pd_id";
  556. this.pd_id.ReadOnly = true;
  557. this.pd_id.Visible = false;
  558. //
  559. // Make_PackageCollection
  560. //
  561. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  562. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  563. this.AutoSize = true;
  564. this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  565. this.ClientSize = new System.Drawing.Size(1359, 760);
  566. this.Controls.Add(this.pa_code);
  567. this.Controls.Add(this.label2);
  568. this.Controls.Add(this.pr_id);
  569. this.Controls.Add(this.label3);
  570. this.Controls.Add(this.PrintLabel);
  571. this.Controls.Add(this.PrintList);
  572. this.Controls.Add(this.PrintNum);
  573. this.Controls.Add(this.OperateResult);
  574. this.Controls.Add(this.pa_id);
  575. this.Controls.Add(this.ma_code);
  576. this.Controls.Add(this.Printing);
  577. this.Controls.Add(this.Clean);
  578. this.Controls.Add(this.pa_packageqty);
  579. this.Controls.Add(this.ma_prodcode);
  580. this.Controls.Add(this.pa_totalqty);
  581. this.Controls.Add(this.ma_prodname);
  582. this.Controls.Add(this.pa_restqty);
  583. this.Controls.Add(this.barcode);
  584. this.Controls.Add(this.PackageDetail);
  585. this.Controls.Add(this.Cancel);
  586. this.Controls.Add(this.AutoPrint);
  587. this.Controls.Add(this.pa_restqty_label);
  588. this.Controls.Add(this.PrintNum_label);
  589. this.Controls.Add(this.PrintList_label);
  590. this.Controls.Add(this.pa_code_label);
  591. this.Controls.Add(this.label13);
  592. this.Controls.Add(this.pa_totalqty_label);
  593. this.Controls.Add(this.pa_packageqty_label);
  594. this.Controls.Add(this.panel2);
  595. this.Controls.Add(this.pr_code_label);
  596. this.Controls.Add(this.pr_detail_label);
  597. this.Controls.Add(this.ma_code_label);
  598. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  599. this.Margin = new System.Windows.Forms.Padding(4);
  600. this.Name = "Make_PackageCollection";
  601. this.Tag = "Make!PackageCollection";
  602. this.Text = "包装采集";
  603. this.Activated += new System.EventHandler(this.包装采集_Activated);
  604. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.包装采集_FormClosing);
  605. this.Load += new System.EventHandler(this.包装采集_Load);
  606. this.SizeChanged += new System.EventHandler(this.包装采集_SizeChanged);
  607. this.panel2.ResumeLayout(false);
  608. this.panel2.PerformLayout();
  609. ((System.ComponentModel.ISupportInitialize)(this.PackageDetail)).EndInit();
  610. this.ResumeLayout(false);
  611. this.PerformLayout();
  612. }
  613. #endregion
  614. private System.Windows.Forms.Label pr_code_label;
  615. private System.Windows.Forms.Label pr_detail_label;
  616. private System.Windows.Forms.Label ma_code_label;
  617. private System.Windows.Forms.Panel panel2;
  618. private System.Windows.Forms.Label label1;
  619. private System.Windows.Forms.Label pa_packageqty_label;
  620. private System.Windows.Forms.Label pa_totalqty_label;
  621. private System.Windows.Forms.Label label13;
  622. private System.Windows.Forms.Label pa_code_label;
  623. private System.Windows.Forms.Label PrintList_label;
  624. private System.Windows.Forms.Label PrintNum_label;
  625. private System.Windows.Forms.Label pa_restqty_label;
  626. private System.Windows.Forms.CheckBox AutoPrint;
  627. private System.Windows.Forms.CheckBox Cancel;
  628. private CustomControl.DataGrid_View.DataGridViewWithSerialNum PackageDetail;
  629. private CustomControl.TextBoxWithIcon.EnterTextBox barcode;
  630. private CustomControl.TextBoxWithIcon.EnterTextBox pa_restqty;
  631. private CustomControl.TextBoxWithIcon.EnterTextBox ma_prodname;
  632. private CustomControl.TextBoxWithIcon.EnterTextBox pa_totalqty;
  633. private CustomControl.TextBoxWithIcon.EnterTextBox ma_prodcode;
  634. private CustomControl.TextBoxWithIcon.EnterTextBox pa_packageqty;
  635. private CustomControl.ButtonUtil.NormalButton Clean;
  636. private CustomControl.ButtonUtil.NormalButton Printing;
  637. private CustomControl.TextBoxWithIcon.SearchTextBox ma_code;
  638. private System.Windows.Forms.Label pa_id;
  639. private System.Windows.Forms.DataGridViewTextBoxColumn pd_barcode;
  640. private System.Windows.Forms.DataGridViewTextBoxColumn pa_outboxcode;
  641. private System.Windows.Forms.DataGridViewTextBoxColumn pd_innerqty;
  642. private System.Windows.Forms.DataGridViewTextBoxColumn pa_indate;
  643. private System.Windows.Forms.DataGridViewTextBoxColumn pd_id;
  644. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  645. private CustomControl.TextBoxWithIcon.NumOnlyTextBox PrintNum;
  646. private CustomControl.ComBoxWithFocus.PrinterCombox PrintList;
  647. private System.Windows.Forms.ComboBox PrintLabel;
  648. private System.Windows.Forms.Label label3;
  649. private System.Windows.Forms.Label pr_id;
  650. private System.Windows.Forms.Label label2;
  651. private CustomControl.TextBoxWithIcon.TextBoxGeneratePaCode pa_code;
  652. }
  653. }