Warehouse_FinishedProductOut.Designer.cs 28 KB

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