Warehouse_FinishedProductOut.Designer.cs 32 KB

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