Warehouse_FinishedProductOut.Designer.cs 29 KB

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