Warehouse_FinishedProductOut.Designer.cs 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495
  1. namespace UAS_MES.Warehouse
  2. {
  3. partial class Warehouse_FinishedProductOut
  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(Warehouse_FinishedProductOut));
  29. this.pi_inoutno_label = new System.Windows.Forms.Label();
  30. this.pi_titile_label = new System.Windows.Forms.Label();
  31. this.pi_title = new System.Windows.Forms.Label();
  32. this.panel1 = new System.Windows.Forms.Panel();
  33. this.boxqty = new System.Windows.Forms.Label();
  34. this.label10 = new System.Windows.Forms.Label();
  35. this.getqty = new System.Windows.Forms.Label();
  36. this.label8 = new System.Windows.Forms.Label();
  37. this.ungetqty = new System.Windows.Forms.Label();
  38. this.outqty = new System.Windows.Forms.Label();
  39. this.label6 = new System.Windows.Forms.Label();
  40. this.label4 = new System.Windows.Forms.Label();
  41. this.palletBtn = new System.Windows.Forms.RadioButton();
  42. this.serBtn = new System.Windows.Forms.RadioButton();
  43. this.bigboxBtn = new System.Windows.Forms.RadioButton();
  44. this.input = new System.Windows.Forms.TextBox();
  45. this.pi_id = new System.Windows.Forms.Label();
  46. this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
  47. this.customCheckBox2 = new UAS_MES.CustomControl.CustomCheckBox.CustomCheckBox();
  48. this.Clean = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  49. this.cancel = new UAS_MES.CustomControl.CustomCheckBox.CustomCheckBox();
  50. this.InOutDetailDGV = new UAS_MES.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
  51. this.pim_outboxcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.pim_mac = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.pim_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.pr_detail = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.pr_spec = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.ConfirmOut = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  57. this.NewProdInOut = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  58. this.ProdDetail = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  59. this.pi_inoutno = new UAS_MES.CustomControl.TextBoxWithIcon.SearchTextBox();
  60. this.panel1.SuspendLayout();
  61. ((System.ComponentModel.ISupportInitialize)(this.InOutDetailDGV)).BeginInit();
  62. this.SuspendLayout();
  63. //
  64. // pi_inoutno_label
  65. //
  66. this.pi_inoutno_label.AutoSize = true;
  67. this.pi_inoutno_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  68. this.pi_inoutno_label.Location = new System.Drawing.Point(5, 20);
  69. this.pi_inoutno_label.Name = "pi_inoutno_label";
  70. this.pi_inoutno_label.Size = new System.Drawing.Size(74, 21);
  71. this.pi_inoutno_label.TabIndex = 211;
  72. this.pi_inoutno_label.Text = "出货单号";
  73. //
  74. // pi_titile_label
  75. //
  76. this.pi_titile_label.AutoSize = true;
  77. this.pi_titile_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  78. this.pi_titile_label.Location = new System.Drawing.Point(252, 20);
  79. this.pi_titile_label.Name = "pi_titile_label";
  80. this.pi_titile_label.Size = new System.Drawing.Size(74, 21);
  81. this.pi_titile_label.TabIndex = 212;
  82. this.pi_titile_label.Text = "客户名称";
  83. //
  84. // pi_title
  85. //
  86. this.pi_title.AutoSize = true;
  87. this.pi_title.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  88. this.pi_title.Location = new System.Drawing.Point(326, 20);
  89. this.pi_title.Name = "pi_title";
  90. this.pi_title.Size = new System.Drawing.Size(0, 21);
  91. this.pi_title.TabIndex = 213;
  92. //
  93. // panel1
  94. //
  95. this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  96. this.panel1.Controls.Add(this.boxqty);
  97. this.panel1.Controls.Add(this.label10);
  98. this.panel1.Controls.Add(this.getqty);
  99. this.panel1.Controls.Add(this.label8);
  100. this.panel1.Controls.Add(this.ungetqty);
  101. this.panel1.Controls.Add(this.outqty);
  102. this.panel1.Controls.Add(this.label6);
  103. this.panel1.Controls.Add(this.label4);
  104. this.panel1.Location = new System.Drawing.Point(563, 66);
  105. this.panel1.Margin = new System.Windows.Forms.Padding(2);
  106. this.panel1.Name = "panel1";
  107. this.panel1.Size = new System.Drawing.Size(169, 195);
  108. this.panel1.TabIndex = 217;
  109. //
  110. // boxqty
  111. //
  112. this.boxqty.AutoSize = true;
  113. this.boxqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  114. this.boxqty.Location = new System.Drawing.Point(83, 150);
  115. this.boxqty.Name = "boxqty";
  116. this.boxqty.Size = new System.Drawing.Size(0, 21);
  117. this.boxqty.TabIndex = 223;
  118. //
  119. // label10
  120. //
  121. this.label10.AutoSize = true;
  122. this.label10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  123. this.label10.Location = new System.Drawing.Point(9, 150);
  124. this.label10.Name = "label10";
  125. this.label10.Size = new System.Drawing.Size(58, 21);
  126. this.label10.TabIndex = 222;
  127. this.label10.Text = "总箱数";
  128. //
  129. // getqty
  130. //
  131. this.getqty.AutoSize = true;
  132. this.getqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  133. this.getqty.Location = new System.Drawing.Point(83, 106);
  134. this.getqty.Name = "getqty";
  135. this.getqty.Size = new System.Drawing.Size(0, 21);
  136. this.getqty.TabIndex = 221;
  137. //
  138. // label8
  139. //
  140. this.label8.AutoSize = true;
  141. this.label8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  142. this.label8.Location = new System.Drawing.Point(9, 106);
  143. this.label8.Name = "label8";
  144. this.label8.Size = new System.Drawing.Size(74, 21);
  145. this.label8.TabIndex = 220;
  146. this.label8.Text = "已采集数";
  147. //
  148. // ungetqty
  149. //
  150. this.ungetqty.AutoSize = true;
  151. this.ungetqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  152. this.ungetqty.Location = new System.Drawing.Point(83, 60);
  153. this.ungetqty.Name = "ungetqty";
  154. this.ungetqty.Size = new System.Drawing.Size(0, 21);
  155. this.ungetqty.TabIndex = 219;
  156. //
  157. // outqty
  158. //
  159. this.outqty.AutoSize = true;
  160. this.outqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  161. this.outqty.Location = new System.Drawing.Point(83, 17);
  162. this.outqty.Name = "outqty";
  163. this.outqty.Size = new System.Drawing.Size(0, 21);
  164. this.outqty.TabIndex = 219;
  165. //
  166. // label6
  167. //
  168. this.label6.AutoSize = true;
  169. this.label6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  170. this.label6.Location = new System.Drawing.Point(9, 60);
  171. this.label6.Name = "label6";
  172. this.label6.Size = new System.Drawing.Size(74, 21);
  173. this.label6.TabIndex = 218;
  174. this.label6.Text = "待采集数";
  175. //
  176. // label4
  177. //
  178. this.label4.AutoSize = true;
  179. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  180. this.label4.Location = new System.Drawing.Point(9, 17);
  181. this.label4.Name = "label4";
  182. this.label4.Size = new System.Drawing.Size(74, 21);
  183. this.label4.TabIndex = 218;
  184. this.label4.Text = "出货数量";
  185. //
  186. // palletBtn
  187. //
  188. this.palletBtn.AutoSize = true;
  189. this.palletBtn.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  190. this.palletBtn.Location = new System.Drawing.Point(14, 427);
  191. this.palletBtn.Margin = new System.Windows.Forms.Padding(2);
  192. this.palletBtn.Name = "palletBtn";
  193. this.palletBtn.Size = new System.Drawing.Size(76, 25);
  194. this.palletBtn.TabIndex = 219;
  195. this.palletBtn.TabStop = true;
  196. this.palletBtn.Text = "栈板号";
  197. this.palletBtn.UseVisualStyleBackColor = true;
  198. //
  199. // serBtn
  200. //
  201. this.serBtn.AutoSize = true;
  202. this.serBtn.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  203. this.serBtn.Location = new System.Drawing.Point(183, 427);
  204. this.serBtn.Margin = new System.Windows.Forms.Padding(2);
  205. this.serBtn.Name = "serBtn";
  206. this.serBtn.Size = new System.Drawing.Size(108, 25);
  207. this.serBtn.TabIndex = 220;
  208. this.serBtn.TabStop = true;
  209. this.serBtn.Text = "单台序列号";
  210. this.serBtn.UseVisualStyleBackColor = true;
  211. //
  212. // bigboxBtn
  213. //
  214. this.bigboxBtn.AutoSize = true;
  215. this.bigboxBtn.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  216. this.bigboxBtn.Location = new System.Drawing.Point(97, 427);
  217. this.bigboxBtn.Margin = new System.Windows.Forms.Padding(2);
  218. this.bigboxBtn.Name = "bigboxBtn";
  219. this.bigboxBtn.Size = new System.Drawing.Size(76, 25);
  220. this.bigboxBtn.TabIndex = 221;
  221. this.bigboxBtn.TabStop = true;
  222. this.bigboxBtn.Text = "大箱号";
  223. this.bigboxBtn.UseVisualStyleBackColor = true;
  224. //
  225. // input
  226. //
  227. this.input.Location = new System.Drawing.Point(9, 475);
  228. this.input.Margin = new System.Windows.Forms.Padding(2);
  229. this.input.Name = "input";
  230. this.input.Size = new System.Drawing.Size(125, 21);
  231. this.input.TabIndex = 222;
  232. this.input.KeyDown += new System.Windows.Forms.KeyEventHandler(this.input_KeyDown);
  233. //
  234. // pi_id
  235. //
  236. this.pi_id.AutoSize = true;
  237. this.pi_id.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  238. this.pi_id.Location = new System.Drawing.Point(460, 21);
  239. this.pi_id.Name = "pi_id";
  240. this.pi_id.Size = new System.Drawing.Size(0, 21);
  241. this.pi_id.TabIndex = 229;
  242. //
  243. // OperateResult
  244. //
  245. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  246. this.OperateResult.Location = new System.Drawing.Point(563, 266);
  247. this.OperateResult.Name = "OperateResult";
  248. this.OperateResult.Size = new System.Drawing.Size(170, 245);
  249. this.OperateResult.TabIndex = 228;
  250. this.OperateResult.Text = "";
  251. //
  252. // customCheckBox2
  253. //
  254. this.customCheckBox2.AutoSize = true;
  255. this.customCheckBox2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  256. this.customCheckBox2.Location = new System.Drawing.Point(453, 427);
  257. this.customCheckBox2.Margin = new System.Windows.Forms.Padding(2);
  258. this.customCheckBox2.Name = "customCheckBox2";
  259. this.customCheckBox2.Power = null;
  260. this.customCheckBox2.Size = new System.Drawing.Size(109, 25);
  261. this.customCheckBox2.TabIndex = 225;
  262. this.customCheckBox2.Text = "按订单出货";
  263. this.customCheckBox2.UseVisualStyleBackColor = true;
  264. //
  265. // Clean
  266. //
  267. this.Clean.AllPower = null;
  268. this.Clean.BackColor = System.Drawing.Color.Transparent;
  269. this.Clean.DownImage = ((System.Drawing.Image)(resources.GetObject("Clean.DownImage")));
  270. this.Clean.Font = new System.Drawing.Font("微软雅黑", 9F);
  271. this.Clean.Image = null;
  272. this.Clean.IsShowBorder = true;
  273. this.Clean.Location = new System.Drawing.Point(478, 464);
  274. this.Clean.Margin = new System.Windows.Forms.Padding(2);
  275. this.Clean.MoveImage = ((System.Drawing.Image)(resources.GetObject("Clean.MoveImage")));
  276. this.Clean.Name = "Clean";
  277. this.Clean.NormalImage = ((System.Drawing.Image)(resources.GetObject("Clean.NormalImage")));
  278. this.Clean.Power = null;
  279. this.Clean.Size = new System.Drawing.Size(75, 31);
  280. this.Clean.TabIndex = 224;
  281. this.Clean.Text = "清除明细";
  282. this.Clean.UseVisualStyleBackColor = false;
  283. //
  284. // cancel
  285. //
  286. this.cancel.AutoSize = true;
  287. this.cancel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  288. this.cancel.Location = new System.Drawing.Point(150, 475);
  289. this.cancel.Margin = new System.Windows.Forms.Padding(2);
  290. this.cancel.Name = "cancel";
  291. this.cancel.Power = null;
  292. this.cancel.Size = new System.Drawing.Size(61, 25);
  293. this.cancel.TabIndex = 223;
  294. this.cancel.Text = "取消";
  295. this.cancel.UseVisualStyleBackColor = true;
  296. //
  297. // InOutDetailDGV
  298. //
  299. this.InOutDetailDGV.AllowUserToAddRows = false;
  300. this.InOutDetailDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  301. this.InOutDetailDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  302. this.pim_outboxcode,
  303. this.pim_mac,
  304. this.pim_prodcode,
  305. this.pr_detail,
  306. this.pr_spec});
  307. this.InOutDetailDGV.Location = new System.Drawing.Point(9, 66);
  308. this.InOutDetailDGV.Margin = new System.Windows.Forms.Padding(2);
  309. this.InOutDetailDGV.Name = "InOutDetailDGV";
  310. this.InOutDetailDGV.RowTemplate.Height = 27;
  311. this.InOutDetailDGV.Size = new System.Drawing.Size(544, 357);
  312. this.InOutDetailDGV.TabIndex = 218;
  313. //
  314. // pim_outboxcode
  315. //
  316. this.pim_outboxcode.HeaderText = "栈板/箱号";
  317. this.pim_outboxcode.MinimumWidth = 120;
  318. this.pim_outboxcode.Name = "pim_outboxcode";
  319. this.pim_outboxcode.Width = 120;
  320. //
  321. // pim_mac
  322. //
  323. this.pim_mac.HeaderText = "SN号";
  324. this.pim_mac.Name = "pim_mac";
  325. //
  326. // pim_prodcode
  327. //
  328. this.pim_prodcode.HeaderText = "产品代码";
  329. this.pim_prodcode.Name = "pim_prodcode";
  330. //
  331. // pr_detail
  332. //
  333. this.pr_detail.HeaderText = "名称";
  334. this.pr_detail.Name = "pr_detail";
  335. //
  336. // pr_spec
  337. //
  338. this.pr_spec.HeaderText = "规格";
  339. this.pr_spec.Name = "pr_spec";
  340. //
  341. // ConfirmOut
  342. //
  343. this.ConfirmOut.AllPower = null;
  344. this.ConfirmOut.BackColor = System.Drawing.Color.Transparent;
  345. this.ConfirmOut.DownImage = ((System.Drawing.Image)(resources.GetObject("ConfirmOut.DownImage")));
  346. this.ConfirmOut.Font = new System.Drawing.Font("微软雅黑", 9F);
  347. this.ConfirmOut.Image = null;
  348. this.ConfirmOut.IsShowBorder = true;
  349. this.ConfirmOut.Location = new System.Drawing.Point(563, 17);
  350. this.ConfirmOut.Margin = new System.Windows.Forms.Padding(2);
  351. this.ConfirmOut.MoveImage = ((System.Drawing.Image)(resources.GetObject("ConfirmOut.MoveImage")));
  352. this.ConfirmOut.Name = "ConfirmOut";
  353. this.ConfirmOut.NormalImage = ((System.Drawing.Image)(resources.GetObject("ConfirmOut.NormalImage")));
  354. this.ConfirmOut.Power = null;
  355. this.ConfirmOut.Size = new System.Drawing.Size(75, 30);
  356. this.ConfirmOut.TabIndex = 216;
  357. this.ConfirmOut.Text = "确认出货";
  358. this.ConfirmOut.UseVisualStyleBackColor = false;
  359. this.ConfirmOut.Click += new System.EventHandler(this.ConfirmOut_Click);
  360. //
  361. // NewProdInOut
  362. //
  363. this.NewProdInOut.AllPower = null;
  364. this.NewProdInOut.BackColor = System.Drawing.Color.Transparent;
  365. this.NewProdInOut.DownImage = ((System.Drawing.Image)(resources.GetObject("NewProdInOut.DownImage")));
  366. this.NewProdInOut.Font = new System.Drawing.Font("微软雅黑", 9F);
  367. this.NewProdInOut.Image = null;
  368. this.NewProdInOut.IsShowBorder = true;
  369. this.NewProdInOut.Location = new System.Drawing.Point(648, 16);
  370. this.NewProdInOut.Margin = new System.Windows.Forms.Padding(2);
  371. this.NewProdInOut.MoveImage = ((System.Drawing.Image)(resources.GetObject("NewProdInOut.MoveImage")));
  372. this.NewProdInOut.Name = "NewProdInOut";
  373. this.NewProdInOut.NormalImage = ((System.Drawing.Image)(resources.GetObject("NewProdInOut.NormalImage")));
  374. this.NewProdInOut.Power = null;
  375. this.NewProdInOut.Size = new System.Drawing.Size(78, 31);
  376. this.NewProdInOut.TabIndex = 215;
  377. this.NewProdInOut.Text = "新增出货单";
  378. this.NewProdInOut.UseVisualStyleBackColor = false;
  379. this.NewProdInOut.Click += new System.EventHandler(this.NewProdInOut_Click);
  380. //
  381. // ProdDetail
  382. //
  383. this.ProdDetail.AllPower = null;
  384. this.ProdDetail.BackColor = System.Drawing.Color.Transparent;
  385. this.ProdDetail.DownImage = ((System.Drawing.Image)(resources.GetObject("ProdDetail.DownImage")));
  386. this.ProdDetail.Font = new System.Drawing.Font("微软雅黑", 9F);
  387. this.ProdDetail.Image = null;
  388. this.ProdDetail.IsShowBorder = true;
  389. this.ProdDetail.Location = new System.Drawing.Point(478, 16);
  390. this.ProdDetail.Margin = new System.Windows.Forms.Padding(2);
  391. this.ProdDetail.MoveImage = ((System.Drawing.Image)(resources.GetObject("ProdDetail.MoveImage")));
  392. this.ProdDetail.Name = "ProdDetail";
  393. this.ProdDetail.NormalImage = ((System.Drawing.Image)(resources.GetObject("ProdDetail.NormalImage")));
  394. this.ProdDetail.Power = null;
  395. this.ProdDetail.Size = new System.Drawing.Size(75, 31);
  396. this.ProdDetail.TabIndex = 214;
  397. this.ProdDetail.Text = "产品明细";
  398. this.ProdDetail.UseVisualStyleBackColor = false;
  399. this.ProdDetail.Click += new System.EventHandler(this.ProdDetail_Click);
  400. //
  401. // pi_inoutno
  402. //
  403. this.pi_inoutno.AllPower = null;
  404. this.pi_inoutno.Caller = null;
  405. this.pi_inoutno.Condition = null;
  406. this.pi_inoutno.DBTitle = null;
  407. this.pi_inoutno.FormName = null;
  408. this.pi_inoutno.Location = new System.Drawing.Point(77, 21);
  409. this.pi_inoutno.Margin = new System.Windows.Forms.Padding(2);
  410. this.pi_inoutno.Name = "pi_inoutno";
  411. this.pi_inoutno.Power = null;
  412. this.pi_inoutno.ReturnData = null;
  413. this.pi_inoutno.SelectField = null;
  414. this.pi_inoutno.SetValueField = null;
  415. this.pi_inoutno.Size = new System.Drawing.Size(158, 20);
  416. this.pi_inoutno.TabIndex = 0;
  417. this.pi_inoutno.TableName = null;
  418. this.pi_inoutno.TextBoxEnable = false;
  419. //
  420. // Warehouse_FinishedProductOut
  421. //
  422. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  423. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  424. this.ClientSize = new System.Drawing.Size(740, 518);
  425. this.Controls.Add(this.pi_id);
  426. this.Controls.Add(this.OperateResult);
  427. this.Controls.Add(this.customCheckBox2);
  428. this.Controls.Add(this.Clean);
  429. this.Controls.Add(this.cancel);
  430. this.Controls.Add(this.input);
  431. this.Controls.Add(this.bigboxBtn);
  432. this.Controls.Add(this.serBtn);
  433. this.Controls.Add(this.palletBtn);
  434. this.Controls.Add(this.InOutDetailDGV);
  435. this.Controls.Add(this.panel1);
  436. this.Controls.Add(this.ConfirmOut);
  437. this.Controls.Add(this.NewProdInOut);
  438. this.Controls.Add(this.ProdDetail);
  439. this.Controls.Add(this.pi_title);
  440. this.Controls.Add(this.pi_titile_label);
  441. this.Controls.Add(this.pi_inoutno_label);
  442. this.Controls.Add(this.pi_inoutno);
  443. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  444. this.Margin = new System.Windows.Forms.Padding(2);
  445. this.Name = "Warehouse_FinishedProductOut";
  446. this.Tag = "Warehouse!FinishedProductIn";
  447. this.Text = "成品出货";
  448. this.Load += new System.EventHandler(this.Warehouse_FinishedProductOut_Load);
  449. this.SizeChanged += new System.EventHandler(this.Warehouse_FinishedProductOut_SizeChanged);
  450. this.panel1.ResumeLayout(false);
  451. this.panel1.PerformLayout();
  452. ((System.ComponentModel.ISupportInitialize)(this.InOutDetailDGV)).EndInit();
  453. this.ResumeLayout(false);
  454. this.PerformLayout();
  455. }
  456. #endregion
  457. private CustomControl.TextBoxWithIcon.SearchTextBox pi_inoutno;
  458. private System.Windows.Forms.Label pi_inoutno_label;
  459. private System.Windows.Forms.Label pi_titile_label;
  460. private System.Windows.Forms.Label pi_title;
  461. private CustomControl.ButtonUtil.NormalButton ProdDetail;
  462. private CustomControl.ButtonUtil.NormalButton NewProdInOut;
  463. private CustomControl.ButtonUtil.NormalButton ConfirmOut;
  464. private System.Windows.Forms.Panel panel1;
  465. private System.Windows.Forms.Label boxqty;
  466. private System.Windows.Forms.Label label10;
  467. private System.Windows.Forms.Label getqty;
  468. private System.Windows.Forms.Label label8;
  469. private System.Windows.Forms.Label ungetqty;
  470. private System.Windows.Forms.Label outqty;
  471. private System.Windows.Forms.Label label6;
  472. private System.Windows.Forms.Label label4;
  473. private CustomControl.DataGrid_View.DataGridViewWithSerialNum InOutDetailDGV;
  474. private System.Windows.Forms.RadioButton palletBtn;
  475. private System.Windows.Forms.RadioButton serBtn;
  476. private System.Windows.Forms.RadioButton bigboxBtn;
  477. private System.Windows.Forms.TextBox input;
  478. private CustomControl.CustomCheckBox.CustomCheckBox cancel;
  479. private CustomControl.ButtonUtil.NormalButton Clean;
  480. private CustomControl.CustomCheckBox.CustomCheckBox customCheckBox2;
  481. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  482. private System.Windows.Forms.DataGridViewTextBoxColumn pim_outboxcode;
  483. private System.Windows.Forms.DataGridViewTextBoxColumn pim_mac;
  484. private System.Windows.Forms.DataGridViewTextBoxColumn pim_prodcode;
  485. private System.Windows.Forms.DataGridViewTextBoxColumn pr_detail;
  486. private System.Windows.Forms.DataGridViewTextBoxColumn pr_spec;
  487. private System.Windows.Forms.Label pi_id;
  488. }
  489. }