Make_PackageCollection.Designer.cs 32 KB

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