锐腾搅拌上料功能
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

610 lines
33 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormStockBarCodeSelect
  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(FormStockBarCodeSelect));
  29. this.repInt = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
  30. this.repfloat = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
  31. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  32. this.lblTitle = new DevExpress.XtraEditors.LabelControl();
  33. this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
  34. this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
  35. this.panelControl4 = new DevExpress.XtraEditors.PanelControl();
  36. this.panelControl5 = new DevExpress.XtraEditors.PanelControl();
  37. this.panelControl6 = new DevExpress.XtraEditors.PanelControl();
  38. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  39. this.txtBatch = new DevExpress.XtraEditors.TextEdit();
  40. this.txtInvName = new DevExpress.XtraEditors.TextEdit();
  41. this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
  42. this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
  43. this.txtInvto = new DevExpress.XtraEditors.TextEdit();
  44. this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
  45. this.txtInvfrom = new DevExpress.XtraEditors.TextEdit();
  46. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  47. this.grdDetail = new DevExpress.XtraGrid.GridControl();
  48. this.grvDetail = new DevExpress.XtraGrid.Views.Grid.GridView();
  49. this.row = new DevExpress.XtraGrid.Columns.GridColumn();
  50. this.cCode = new DevExpress.XtraGrid.Columns.GridColumn();
  51. this.ERPAutoid = new DevExpress.XtraGrid.Columns.GridColumn();
  52. this.Code = new DevExpress.XtraGrid.Columns.GridColumn();
  53. this.colisSelect = new DevExpress.XtraGrid.Columns.GridColumn();
  54. this.BatchCode = new DevExpress.XtraGrid.Columns.GridColumn();
  55. this.cInvCode = new DevExpress.XtraGrid.Columns.GridColumn();
  56. this.INVNAME = new DevExpress.XtraGrid.Columns.GridColumn();
  57. this.INVSTD = new DevExpress.XtraGrid.Columns.GridColumn();
  58. this.iQuantity = new DevExpress.XtraGrid.Columns.GridColumn();
  59. this.PackQty = new DevExpress.XtraGrid.Columns.GridColumn();
  60. this.INVUOM = new DevExpress.XtraGrid.Columns.GridColumn();
  61. this.BarCodeqty = new DevExpress.XtraGrid.Columns.GridColumn();
  62. this.BarCodeCount = new DevExpress.XtraGrid.Columns.GridColumn();
  63. this.btnSearch = new DevExpress.XtraEditors.SimpleButton();
  64. this.btnSelectAll = new DevExpress.XtraEditors.SimpleButton();
  65. this.btnCancelSelect = new DevExpress.XtraEditors.SimpleButton();
  66. this.btnOk = new DevExpress.XtraEditors.SimpleButton();
  67. this.btncancle = new DevExpress.XtraEditors.SimpleButton();
  68. this.poCode = new DevExpress.XtraGrid.Columns.GridColumn();
  69. ((System.ComponentModel.ISupportInitialize)(this.repInt)).BeginInit();
  70. ((System.ComponentModel.ISupportInitialize)(this.repfloat)).BeginInit();
  71. ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
  72. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
  73. ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).BeginInit();
  74. ((System.ComponentModel.ISupportInitialize)(this.panelControl5)).BeginInit();
  75. ((System.ComponentModel.ISupportInitialize)(this.panelControl6)).BeginInit();
  76. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  77. this.panelControl1.SuspendLayout();
  78. ((System.ComponentModel.ISupportInitialize)(this.txtBatch.Properties)).BeginInit();
  79. ((System.ComponentModel.ISupportInitialize)(this.txtInvName.Properties)).BeginInit();
  80. ((System.ComponentModel.ISupportInitialize)(this.txtInvto.Properties)).BeginInit();
  81. ((System.ComponentModel.ISupportInitialize)(this.txtInvfrom.Properties)).BeginInit();
  82. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit();
  83. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit();
  84. this.SuspendLayout();
  85. //
  86. // repInt
  87. //
  88. this.repInt.AutoHeight = false;
  89. this.repInt.DisplayFormat.FormatString = "n0";
  90. this.repInt.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
  91. this.repInt.EditFormat.FormatString = "n0";
  92. this.repInt.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
  93. this.repInt.Mask.EditMask = "n0";
  94. this.repInt.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
  95. this.repInt.Mask.UseMaskAsDisplayFormat = true;
  96. this.repInt.Name = "repInt";
  97. this.repInt.NullText = "0";
  98. this.repInt.NullValuePromptShowForEmptyValue = true;
  99. //
  100. // repfloat
  101. //
  102. this.repfloat.AutoHeight = false;
  103. this.repfloat.DisplayFormat.FormatString = "n2";
  104. this.repfloat.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
  105. this.repfloat.EditFormat.FormatString = "n2";
  106. this.repfloat.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
  107. this.repfloat.Mask.EditMask = "n2";
  108. this.repfloat.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
  109. this.repfloat.Mask.UseMaskAsDisplayFormat = true;
  110. this.repfloat.Name = "repfloat";
  111. this.repfloat.NullText = "0";
  112. this.repfloat.NullValuePromptShowForEmptyValue = true;
  113. //
  114. // btnClose
  115. //
  116. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  117. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  118. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  119. this.btnClose.Appearance.Options.UseFont = true;
  120. this.btnClose.Appearance.Options.UseForeColor = true;
  121. this.btnClose.Appearance.Options.UseTextOptions = true;
  122. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  123. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  124. this.btnClose.Location = new System.Drawing.Point(939, 1);
  125. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  126. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  127. this.btnClose.Name = "btnClose";
  128. this.btnClose.Size = new System.Drawing.Size(30, 30);
  129. this.btnClose.TabIndex = 4;
  130. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  131. //
  132. // lblTitle
  133. //
  134. this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  135. this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White;
  136. this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  137. this.lblTitle.Location = new System.Drawing.Point(20, 4);
  138. this.lblTitle.Name = "lblTitle";
  139. this.lblTitle.Size = new System.Drawing.Size(99, 23);
  140. this.lblTitle.TabIndex = 2;
  141. this.lblTitle.Text = "采购到货单选择";
  142. //
  143. // panelControl2
  144. //
  145. this.panelControl2.Appearance.BackColor = System.Drawing.Color.Gainsboro;
  146. this.panelControl2.Appearance.Options.UseBackColor = true;
  147. this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  148. this.panelControl2.Dock = System.Windows.Forms.DockStyle.Right;
  149. this.panelControl2.Location = new System.Drawing.Point(970, 1);
  150. this.panelControl2.Name = "panelControl2";
  151. this.panelControl2.Size = new System.Drawing.Size(1, 529);
  152. this.panelControl2.TabIndex = 15;
  153. //
  154. // panelControl3
  155. //
  156. this.panelControl3.Appearance.BackColor = System.Drawing.Color.Gainsboro;
  157. this.panelControl3.Appearance.Options.UseBackColor = true;
  158. this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  159. this.panelControl3.Dock = System.Windows.Forms.DockStyle.Left;
  160. this.panelControl3.Location = new System.Drawing.Point(0, 1);
  161. this.panelControl3.Name = "panelControl3";
  162. this.panelControl3.Size = new System.Drawing.Size(1, 529);
  163. this.panelControl3.TabIndex = 16;
  164. //
  165. // panelControl4
  166. //
  167. this.panelControl4.Appearance.BackColor = System.Drawing.Color.Gainsboro;
  168. this.panelControl4.Appearance.Options.UseBackColor = true;
  169. this.panelControl4.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  170. this.panelControl4.Dock = System.Windows.Forms.DockStyle.Bottom;
  171. this.panelControl4.Location = new System.Drawing.Point(1, 529);
  172. this.panelControl4.Name = "panelControl4";
  173. this.panelControl4.Size = new System.Drawing.Size(969, 1);
  174. this.panelControl4.TabIndex = 17;
  175. //
  176. // panelControl5
  177. //
  178. this.panelControl5.Appearance.BackColor = System.Drawing.Color.Gainsboro;
  179. this.panelControl5.Appearance.Options.UseBackColor = true;
  180. this.panelControl5.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  181. this.panelControl5.Dock = System.Windows.Forms.DockStyle.Top;
  182. this.panelControl5.Location = new System.Drawing.Point(0, 0);
  183. this.panelControl5.Name = "panelControl5";
  184. this.panelControl5.Size = new System.Drawing.Size(971, 1);
  185. this.panelControl5.TabIndex = 20;
  186. //
  187. // panelControl6
  188. //
  189. this.panelControl6.Appearance.BackColor = System.Drawing.Color.White;
  190. this.panelControl6.Appearance.Options.UseBackColor = true;
  191. this.panelControl6.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  192. this.panelControl6.Dock = System.Windows.Forms.DockStyle.Bottom;
  193. this.panelControl6.Location = new System.Drawing.Point(0, 530);
  194. this.panelControl6.Name = "panelControl6";
  195. this.panelControl6.Size = new System.Drawing.Size(971, 1);
  196. this.panelControl6.TabIndex = 21;
  197. //
  198. // panelControl1
  199. //
  200. this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  201. | System.Windows.Forms.AnchorStyles.Left)
  202. | System.Windows.Forms.AnchorStyles.Right)));
  203. this.panelControl1.Appearance.BackColor = System.Drawing.Color.White;
  204. this.panelControl1.Appearance.Options.UseBackColor = true;
  205. this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  206. this.panelControl1.Controls.Add(this.txtBatch);
  207. this.panelControl1.Controls.Add(this.txtInvName);
  208. this.panelControl1.Controls.Add(this.labelControl7);
  209. this.panelControl1.Controls.Add(this.labelControl5);
  210. this.panelControl1.Controls.Add(this.txtInvto);
  211. this.panelControl1.Controls.Add(this.labelControl2);
  212. this.panelControl1.Controls.Add(this.txtInvfrom);
  213. this.panelControl1.Controls.Add(this.labelControl1);
  214. this.panelControl1.Controls.Add(this.grdDetail);
  215. this.panelControl1.Location = new System.Drawing.Point(1, 33);
  216. this.panelControl1.Margin = new System.Windows.Forms.Padding(0);
  217. this.panelControl1.Name = "panelControl1";
  218. this.panelControl1.Size = new System.Drawing.Size(969, 468);
  219. this.panelControl1.TabIndex = 22;
  220. //
  221. // txtBatch
  222. //
  223. this.txtBatch.Location = new System.Drawing.Point(121, 33);
  224. this.txtBatch.Name = "txtBatch";
  225. this.txtBatch.Size = new System.Drawing.Size(182, 20);
  226. this.txtBatch.TabIndex = 10;
  227. //
  228. // txtInvName
  229. //
  230. this.txtInvName.Location = new System.Drawing.Point(399, 30);
  231. this.txtInvName.Name = "txtInvName";
  232. this.txtInvName.Size = new System.Drawing.Size(182, 20);
  233. this.txtInvName.TabIndex = 8;
  234. //
  235. // labelControl7
  236. //
  237. this.labelControl7.Location = new System.Drawing.Point(46, 36);
  238. this.labelControl7.Name = "labelControl7";
  239. this.labelControl7.Size = new System.Drawing.Size(72, 14);
  240. this.labelControl7.TabIndex = 7;
  241. this.labelControl7.Text = "采购到货单号";
  242. //
  243. // labelControl5
  244. //
  245. this.labelControl5.Location = new System.Drawing.Point(335, 36);
  246. this.labelControl5.Name = "labelControl5";
  247. this.labelControl5.Size = new System.Drawing.Size(48, 14);
  248. this.labelControl5.TabIndex = 7;
  249. this.labelControl5.Text = "存货名称";
  250. //
  251. // txtInvto
  252. //
  253. this.txtInvto.Location = new System.Drawing.Point(399, 4);
  254. this.txtInvto.Name = "txtInvto";
  255. this.txtInvto.Size = new System.Drawing.Size(182, 20);
  256. this.txtInvto.TabIndex = 8;
  257. //
  258. // labelControl2
  259. //
  260. this.labelControl2.Location = new System.Drawing.Point(323, 7);
  261. this.labelControl2.Name = "labelControl2";
  262. this.labelControl2.Size = new System.Drawing.Size(60, 14);
  263. this.labelControl2.TabIndex = 7;
  264. this.labelControl2.Text = "存货编码到";
  265. //
  266. // txtInvfrom
  267. //
  268. this.txtInvfrom.Location = new System.Drawing.Point(121, 7);
  269. this.txtInvfrom.Name = "txtInvfrom";
  270. this.txtInvfrom.Size = new System.Drawing.Size(182, 20);
  271. this.txtInvfrom.TabIndex = 8;
  272. //
  273. // labelControl1
  274. //
  275. this.labelControl1.Location = new System.Drawing.Point(45, 10);
  276. this.labelControl1.Name = "labelControl1";
  277. this.labelControl1.Size = new System.Drawing.Size(60, 14);
  278. this.labelControl1.TabIndex = 7;
  279. this.labelControl1.Text = "存货编码从";
  280. //
  281. // grdDetail
  282. //
  283. this.grdDetail.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  284. | System.Windows.Forms.AnchorStyles.Left)
  285. | System.Windows.Forms.AnchorStyles.Right)));
  286. this.grdDetail.Location = new System.Drawing.Point(3, 71);
  287. this.grdDetail.MainView = this.grvDetail;
  288. this.grdDetail.Name = "grdDetail";
  289. this.grdDetail.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
  290. this.repInt,
  291. this.repfloat});
  292. this.grdDetail.Size = new System.Drawing.Size(963, 394);
  293. this.grdDetail.TabIndex = 6;
  294. this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  295. this.grvDetail});
  296. //
  297. // grvDetail
  298. //
  299. this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  300. this.row,
  301. this.cCode,
  302. this.poCode,
  303. this.ERPAutoid,
  304. this.Code,
  305. this.colisSelect,
  306. this.BatchCode,
  307. this.cInvCode,
  308. this.INVNAME,
  309. this.INVSTD,
  310. this.iQuantity,
  311. this.PackQty,
  312. this.INVUOM,
  313. this.BarCodeqty,
  314. this.BarCodeCount});
  315. this.grvDetail.GridControl = this.grdDetail;
  316. this.grvDetail.IndicatorWidth = 35;
  317. this.grvDetail.Name = "grvDetail";
  318. this.grvDetail.OptionsBehavior.Editable = false;
  319. this.grvDetail.OptionsBehavior.ReadOnly = true;
  320. this.grvDetail.OptionsView.ColumnAutoWidth = false;
  321. this.grvDetail.OptionsView.ShowGroupPanel = false;
  322. this.grvDetail.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.grvDetail_CustomDrawRowIndicator);
  323. this.grvDetail.DoubleClick += new System.EventHandler(this.grvDetail_DoubleClick);
  324. //
  325. // row
  326. //
  327. this.row.Caption = "row";
  328. this.row.FieldName = "row";
  329. this.row.Name = "row";
  330. //
  331. // cCode
  332. //
  333. this.cCode.Caption = "cCode";
  334. this.cCode.FieldName = "cCode";
  335. this.cCode.Name = "cCode";
  336. //
  337. // ERPAutoid
  338. //
  339. this.ERPAutoid.Caption = "ERPAutoid";
  340. this.ERPAutoid.FieldName = "ERPAutoid";
  341. this.ERPAutoid.Name = "ERPAutoid";
  342. //
  343. // Code
  344. //
  345. this.Code.Caption = "Code";
  346. this.Code.FieldName = "Code";
  347. this.Code.Name = "Code";
  348. //
  349. // colisSelect
  350. //
  351. this.colisSelect.Caption = "选择";
  352. this.colisSelect.FieldName = "选择";
  353. this.colisSelect.Name = "colisSelect";
  354. this.colisSelect.Visible = true;
  355. this.colisSelect.VisibleIndex = 0;
  356. this.colisSelect.Width = 41;
  357. //
  358. // BatchCode
  359. //
  360. this.BatchCode.Caption = "批号";
  361. this.BatchCode.FieldName = "BatchCode";
  362. this.BatchCode.Name = "BatchCode";
  363. //
  364. // cInvCode
  365. //
  366. this.cInvCode.Caption = "存货编码";
  367. this.cInvCode.FieldName = "cInvCode";
  368. this.cInvCode.Name = "cInvCode";
  369. this.cInvCode.Visible = true;
  370. this.cInvCode.VisibleIndex = 1;
  371. //
  372. // INVNAME
  373. //
  374. this.INVNAME.Caption = "存货名称";
  375. this.INVNAME.FieldName = "INVNAME";
  376. this.INVNAME.Name = "INVNAME";
  377. this.INVNAME.Visible = true;
  378. this.INVNAME.VisibleIndex = 2;
  379. //
  380. // INVSTD
  381. //
  382. this.INVSTD.Caption = "规格型号";
  383. this.INVSTD.FieldName = "INVSTD";
  384. this.INVSTD.Name = "INVSTD";
  385. this.INVSTD.Visible = true;
  386. this.INVSTD.VisibleIndex = 3;
  387. //
  388. // iQuantity
  389. //
  390. this.iQuantity.Caption = "采购到货数量";
  391. this.iQuantity.FieldName = "iQuantity";
  392. this.iQuantity.Name = "iQuantity";
  393. this.iQuantity.Visible = true;
  394. this.iQuantity.VisibleIndex = 4;
  395. //
  396. // PackQty
  397. //
  398. this.PackQty.Caption = "已生成数量";
  399. this.PackQty.FieldName = "PackQty";
  400. this.PackQty.Name = "PackQty";
  401. this.PackQty.Visible = true;
  402. this.PackQty.VisibleIndex = 5;
  403. //
  404. // INVUOM
  405. //
  406. this.INVUOM.Caption = "计量单位";
  407. this.INVUOM.FieldName = "INVUOM";
  408. this.INVUOM.Name = "INVUOM";
  409. this.INVUOM.Visible = true;
  410. this.INVUOM.VisibleIndex = 6;
  411. //
  412. // BarCodeqty
  413. //
  414. this.BarCodeqty.Caption = "条码数量";
  415. this.BarCodeqty.FieldName = "BarCodeqty";
  416. this.BarCodeqty.Name = "BarCodeqty";
  417. //
  418. // BarCodeCount
  419. //
  420. this.BarCodeCount.Caption = "条码个数";
  421. this.BarCodeCount.FieldName = "BarCodeCount";
  422. this.BarCodeCount.Name = "BarCodeCount";
  423. //
  424. // btnSearch
  425. //
  426. this.btnSearch.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  427. this.btnSearch.Appearance.ForeColor = System.Drawing.Color.White;
  428. this.btnSearch.Appearance.Options.UseFont = true;
  429. this.btnSearch.Appearance.Options.UseForeColor = true;
  430. this.btnSearch.Appearance.Options.UseTextOptions = true;
  431. this.btnSearch.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  432. this.btnSearch.Image = ((System.Drawing.Image)(resources.GetObject("btnSearch.Image")));
  433. this.btnSearch.Location = new System.Drawing.Point(188, 1);
  434. this.btnSearch.LookAndFeel.SkinName = "BlueButtonSkin";
  435. this.btnSearch.LookAndFeel.UseDefaultLookAndFeel = false;
  436. this.btnSearch.Name = "btnSearch";
  437. this.btnSearch.Size = new System.Drawing.Size(65, 30);
  438. this.btnSearch.TabIndex = 4;
  439. this.btnSearch.Text = "查询";
  440. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  441. //
  442. // btnSelectAll
  443. //
  444. this.btnSelectAll.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  445. this.btnSelectAll.Appearance.ForeColor = System.Drawing.Color.White;
  446. this.btnSelectAll.Appearance.Options.UseFont = true;
  447. this.btnSelectAll.Appearance.Options.UseForeColor = true;
  448. this.btnSelectAll.Appearance.Options.UseTextOptions = true;
  449. this.btnSelectAll.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  450. this.btnSelectAll.Image = ((System.Drawing.Image)(resources.GetObject("btnSelectAll.Image")));
  451. this.btnSelectAll.Location = new System.Drawing.Point(254, 1);
  452. this.btnSelectAll.LookAndFeel.SkinName = "BlueButtonSkin";
  453. this.btnSelectAll.LookAndFeel.UseDefaultLookAndFeel = false;
  454. this.btnSelectAll.Name = "btnSelectAll";
  455. this.btnSelectAll.Size = new System.Drawing.Size(65, 30);
  456. this.btnSelectAll.TabIndex = 4;
  457. this.btnSelectAll.Text = "全选";
  458. this.btnSelectAll.Click += new System.EventHandler(this.btnSelectAll_Click);
  459. //
  460. // btnCancelSelect
  461. //
  462. this.btnCancelSelect.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  463. this.btnCancelSelect.Appearance.ForeColor = System.Drawing.Color.White;
  464. this.btnCancelSelect.Appearance.Options.UseFont = true;
  465. this.btnCancelSelect.Appearance.Options.UseForeColor = true;
  466. this.btnCancelSelect.Appearance.Options.UseTextOptions = true;
  467. this.btnCancelSelect.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  468. this.btnCancelSelect.Image = ((System.Drawing.Image)(resources.GetObject("btnCancelSelect.Image")));
  469. this.btnCancelSelect.Location = new System.Drawing.Point(320, 1);
  470. this.btnCancelSelect.LookAndFeel.SkinName = "BlueButtonSkin";
  471. this.btnCancelSelect.LookAndFeel.UseDefaultLookAndFeel = false;
  472. this.btnCancelSelect.Name = "btnCancelSelect";
  473. this.btnCancelSelect.Size = new System.Drawing.Size(65, 30);
  474. this.btnCancelSelect.TabIndex = 4;
  475. this.btnCancelSelect.Text = "全消";
  476. this.btnCancelSelect.Click += new System.EventHandler(this.btnCancelSelect_Click);
  477. //
  478. // btnOk
  479. //
  480. this.btnOk.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  481. this.btnOk.Appearance.ForeColor = System.Drawing.Color.White;
  482. this.btnOk.Appearance.Options.UseFont = true;
  483. this.btnOk.Appearance.Options.UseForeColor = true;
  484. this.btnOk.Appearance.Options.UseTextOptions = true;
  485. this.btnOk.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  486. this.btnOk.Image = ((System.Drawing.Image)(resources.GetObject("btnOk.Image")));
  487. this.btnOk.Location = new System.Drawing.Point(386, 1);
  488. this.btnOk.LookAndFeel.SkinName = "BlueButtonSkin";
  489. this.btnOk.LookAndFeel.UseDefaultLookAndFeel = false;
  490. this.btnOk.Name = "btnOk";
  491. this.btnOk.Size = new System.Drawing.Size(65, 30);
  492. this.btnOk.TabIndex = 4;
  493. this.btnOk.Text = "确定";
  494. this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
  495. //
  496. // btncancle
  497. //
  498. this.btncancle.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  499. this.btncancle.Appearance.ForeColor = System.Drawing.Color.White;
  500. this.btncancle.Appearance.Options.UseFont = true;
  501. this.btncancle.Appearance.Options.UseForeColor = true;
  502. this.btncancle.Appearance.Options.UseTextOptions = true;
  503. this.btncancle.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  504. this.btncancle.Image = ((System.Drawing.Image)(resources.GetObject("btncancle.Image")));
  505. this.btncancle.Location = new System.Drawing.Point(452, 1);
  506. this.btncancle.LookAndFeel.SkinName = "BlueButtonSkin";
  507. this.btncancle.LookAndFeel.UseDefaultLookAndFeel = false;
  508. this.btncancle.Name = "btncancle";
  509. this.btncancle.Size = new System.Drawing.Size(65, 30);
  510. this.btncancle.TabIndex = 4;
  511. this.btncancle.Text = "取消";
  512. this.btncancle.Click += new System.EventHandler(this.btncancle_Click);
  513. //
  514. // poCode
  515. //
  516. this.poCode.Caption = "poCode";
  517. this.poCode.FieldName = "poCode";
  518. this.poCode.Name = "poCode";
  519. //
  520. // FormStockBarCodeSelect
  521. //
  522. this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  523. this.Appearance.Options.UseBackColor = true;
  524. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  525. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  526. this.ClientSize = new System.Drawing.Size(971, 531);
  527. this.Controls.Add(this.panelControl1);
  528. this.Controls.Add(this.btncancle);
  529. this.Controls.Add(this.btnOk);
  530. this.Controls.Add(this.btnCancelSelect);
  531. this.Controls.Add(this.btnSelectAll);
  532. this.Controls.Add(this.btnSearch);
  533. this.Controls.Add(this.btnClose);
  534. this.Controls.Add(this.lblTitle);
  535. this.Controls.Add(this.panelControl4);
  536. this.Controls.Add(this.panelControl2);
  537. this.Controls.Add(this.panelControl3);
  538. this.Controls.Add(this.panelControl5);
  539. this.Controls.Add(this.panelControl6);
  540. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  541. this.Name = "FormStockBarCodeSelect";
  542. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  543. this.Text = resources.GetString("$this.Text");
  544. this.Load += new System.EventHandler(this.FormCartonProtectSelect_Load);
  545. ((System.ComponentModel.ISupportInitialize)(this.repInt)).EndInit();
  546. ((System.ComponentModel.ISupportInitialize)(this.repfloat)).EndInit();
  547. ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
  548. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
  549. ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).EndInit();
  550. ((System.ComponentModel.ISupportInitialize)(this.panelControl5)).EndInit();
  551. ((System.ComponentModel.ISupportInitialize)(this.panelControl6)).EndInit();
  552. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  553. this.panelControl1.ResumeLayout(false);
  554. this.panelControl1.PerformLayout();
  555. ((System.ComponentModel.ISupportInitialize)(this.txtBatch.Properties)).EndInit();
  556. ((System.ComponentModel.ISupportInitialize)(this.txtInvName.Properties)).EndInit();
  557. ((System.ComponentModel.ISupportInitialize)(this.txtInvto.Properties)).EndInit();
  558. ((System.ComponentModel.ISupportInitialize)(this.txtInvfrom.Properties)).EndInit();
  559. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit();
  560. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit();
  561. this.ResumeLayout(false);
  562. }
  563. #endregion
  564. private DevExpress.XtraEditors.PanelControl panelControl2;
  565. private DevExpress.XtraEditors.PanelControl panelControl3;
  566. private DevExpress.XtraEditors.PanelControl panelControl4;
  567. private DevExpress.XtraEditors.LabelControl lblTitle;
  568. private DevExpress.XtraEditors.SimpleButton btnClose;
  569. private DevExpress.XtraEditors.PanelControl panelControl5;
  570. private DevExpress.XtraEditors.PanelControl panelControl6;
  571. private DevExpress.XtraEditors.PanelControl panelControl1;
  572. private DevExpress.XtraGrid.GridControl grdDetail;
  573. private DevExpress.XtraGrid.Views.Grid.GridView grvDetail;
  574. private DevExpress.XtraEditors.SimpleButton btnSearch;
  575. private DevExpress.XtraEditors.Repository.RepositoryItemTextEdit repInt;
  576. private DevExpress.XtraEditors.Repository.RepositoryItemTextEdit repfloat;
  577. private DevExpress.XtraEditors.TextEdit txtInvName;
  578. private DevExpress.XtraEditors.LabelControl labelControl5;
  579. private DevExpress.XtraEditors.TextEdit txtInvto;
  580. private DevExpress.XtraEditors.LabelControl labelControl2;
  581. private DevExpress.XtraEditors.TextEdit txtInvfrom;
  582. private DevExpress.XtraEditors.LabelControl labelControl1;
  583. private DevExpress.XtraEditors.SimpleButton btnSelectAll;
  584. private DevExpress.XtraEditors.SimpleButton btnCancelSelect;
  585. private DevExpress.XtraGrid.Columns.GridColumn colisSelect;
  586. private DevExpress.XtraEditors.SimpleButton btnOk;
  587. private DevExpress.XtraEditors.SimpleButton btncancle;
  588. private DevExpress.XtraEditors.TextEdit txtBatch;
  589. private DevExpress.XtraEditors.LabelControl labelControl7;
  590. private DevExpress.XtraGrid.Columns.GridColumn BatchCode;
  591. private DevExpress.XtraGrid.Columns.GridColumn cInvCode;
  592. private DevExpress.XtraGrid.Columns.GridColumn INVNAME;
  593. private DevExpress.XtraGrid.Columns.GridColumn INVSTD;
  594. private DevExpress.XtraGrid.Columns.GridColumn iQuantity;
  595. private DevExpress.XtraGrid.Columns.GridColumn PackQty;
  596. private DevExpress.XtraGrid.Columns.GridColumn INVUOM;
  597. private DevExpress.XtraGrid.Columns.GridColumn BarCodeqty;
  598. private DevExpress.XtraGrid.Columns.GridColumn BarCodeCount;
  599. private DevExpress.XtraGrid.Columns.GridColumn ERPAutoid;
  600. private DevExpress.XtraGrid.Columns.GridColumn Code;
  601. private DevExpress.XtraGrid.Columns.GridColumn row;
  602. private DevExpress.XtraGrid.Columns.GridColumn cCode;
  603. private DevExpress.XtraGrid.Columns.GridColumn poCode;
  604. }
  605. }