锐腾搅拌上料功能
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.

611 lines
33 KiB

namespace ICSSoft.Frame.APP
{
partial class FormStockBarCodeSelect
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormStockBarCodeSelect));
this.repInt = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
this.repfloat = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
this.btnClose = new DevExpress.XtraEditors.SimpleButton();
this.lblTitle = new DevExpress.XtraEditors.LabelControl();
this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
this.panelControl4 = new DevExpress.XtraEditors.PanelControl();
this.panelControl5 = new DevExpress.XtraEditors.PanelControl();
this.panelControl6 = new DevExpress.XtraEditors.PanelControl();
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
this.txtBatch = new DevExpress.XtraEditors.TextEdit();
this.txtInvName = new DevExpress.XtraEditors.TextEdit();
this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
this.txtInvto = new DevExpress.XtraEditors.TextEdit();
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
this.txtInvfrom = new DevExpress.XtraEditors.TextEdit();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.grdDetail = new DevExpress.XtraGrid.GridControl();
this.grvDetail = new DevExpress.XtraGrid.Views.Grid.GridView();
this.row = new DevExpress.XtraGrid.Columns.GridColumn();
this.cCode = new DevExpress.XtraGrid.Columns.GridColumn();
this.ERPAutoid = new DevExpress.XtraGrid.Columns.GridColumn();
this.Code = new DevExpress.XtraGrid.Columns.GridColumn();
this.colisSelect = new DevExpress.XtraGrid.Columns.GridColumn();
this.BatchCode = new DevExpress.XtraGrid.Columns.GridColumn();
this.cInvCode = new DevExpress.XtraGrid.Columns.GridColumn();
this.INVNAME = new DevExpress.XtraGrid.Columns.GridColumn();
this.INVSTD = new DevExpress.XtraGrid.Columns.GridColumn();
this.iQuantity = new DevExpress.XtraGrid.Columns.GridColumn();
this.PackQty = new DevExpress.XtraGrid.Columns.GridColumn();
this.INVUOM = new DevExpress.XtraGrid.Columns.GridColumn();
this.BarCodeqty = new DevExpress.XtraGrid.Columns.GridColumn();
this.BarCodeCount = new DevExpress.XtraGrid.Columns.GridColumn();
this.btnSearch = new DevExpress.XtraEditors.SimpleButton();
this.btnSelectAll = new DevExpress.XtraEditors.SimpleButton();
this.btnCancelSelect = new DevExpress.XtraEditors.SimpleButton();
this.btnOk = new DevExpress.XtraEditors.SimpleButton();
this.btncancle = new DevExpress.XtraEditors.SimpleButton();
this.poCode = new DevExpress.XtraGrid.Columns.GridColumn();
((System.ComponentModel.ISupportInitialize)(this.repInt)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repfloat)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl5)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl6)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txtBatch.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtInvName.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtInvto.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtInvfrom.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit();
this.SuspendLayout();
//
// repInt
//
this.repInt.AutoHeight = false;
this.repInt.DisplayFormat.FormatString = "n0";
this.repInt.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
this.repInt.EditFormat.FormatString = "n0";
this.repInt.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
this.repInt.Mask.EditMask = "n0";
this.repInt.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
this.repInt.Mask.UseMaskAsDisplayFormat = true;
this.repInt.Name = "repInt";
this.repInt.NullText = "0";
this.repInt.NullValuePromptShowForEmptyValue = true;
//
// repfloat
//
this.repfloat.AutoHeight = false;
this.repfloat.DisplayFormat.FormatString = "n2";
this.repfloat.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
this.repfloat.EditFormat.FormatString = "n2";
this.repfloat.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
this.repfloat.Mask.EditMask = "n2";
this.repfloat.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
this.repfloat.Mask.UseMaskAsDisplayFormat = true;
this.repfloat.Name = "repfloat";
this.repfloat.NullText = "0";
this.repfloat.NullValuePromptShowForEmptyValue = true;
//
// btnClose
//
this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
this.btnClose.Appearance.Options.UseFont = true;
this.btnClose.Appearance.Options.UseForeColor = true;
this.btnClose.Appearance.Options.UseTextOptions = true;
this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
this.btnClose.Location = new System.Drawing.Point(939, 1);
this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(30, 30);
this.btnClose.TabIndex = 4;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// lblTitle
//
this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White;
this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
this.lblTitle.Location = new System.Drawing.Point(20, 4);
this.lblTitle.Name = "lblTitle";
this.lblTitle.Size = new System.Drawing.Size(99, 23);
this.lblTitle.TabIndex = 2;
this.lblTitle.Text = "采购到货单选择";
//
// panelControl2
//
this.panelControl2.Appearance.BackColor = System.Drawing.Color.Gainsboro;
this.panelControl2.Appearance.Options.UseBackColor = true;
this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl2.Dock = System.Windows.Forms.DockStyle.Right;
this.panelControl2.Location = new System.Drawing.Point(970, 1);
this.panelControl2.Name = "panelControl2";
this.panelControl2.Size = new System.Drawing.Size(1, 529);
this.panelControl2.TabIndex = 15;
//
// panelControl3
//
this.panelControl3.Appearance.BackColor = System.Drawing.Color.Gainsboro;
this.panelControl3.Appearance.Options.UseBackColor = true;
this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl3.Dock = System.Windows.Forms.DockStyle.Left;
this.panelControl3.Location = new System.Drawing.Point(0, 1);
this.panelControl3.Name = "panelControl3";
this.panelControl3.Size = new System.Drawing.Size(1, 529);
this.panelControl3.TabIndex = 16;
//
// panelControl4
//
this.panelControl4.Appearance.BackColor = System.Drawing.Color.Gainsboro;
this.panelControl4.Appearance.Options.UseBackColor = true;
this.panelControl4.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl4.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panelControl4.Location = new System.Drawing.Point(1, 529);
this.panelControl4.Name = "panelControl4";
this.panelControl4.Size = new System.Drawing.Size(969, 1);
this.panelControl4.TabIndex = 17;
//
// panelControl5
//
this.panelControl5.Appearance.BackColor = System.Drawing.Color.Gainsboro;
this.panelControl5.Appearance.Options.UseBackColor = true;
this.panelControl5.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl5.Dock = System.Windows.Forms.DockStyle.Top;
this.panelControl5.Location = new System.Drawing.Point(0, 0);
this.panelControl5.Name = "panelControl5";
this.panelControl5.Size = new System.Drawing.Size(971, 1);
this.panelControl5.TabIndex = 20;
//
// panelControl6
//
this.panelControl6.Appearance.BackColor = System.Drawing.Color.White;
this.panelControl6.Appearance.Options.UseBackColor = true;
this.panelControl6.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl6.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panelControl6.Location = new System.Drawing.Point(0, 530);
this.panelControl6.Name = "panelControl6";
this.panelControl6.Size = new System.Drawing.Size(971, 1);
this.panelControl6.TabIndex = 21;
//
// panelControl1
//
this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.panelControl1.Appearance.BackColor = System.Drawing.Color.White;
this.panelControl1.Appearance.Options.UseBackColor = true;
this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl1.Controls.Add(this.txtBatch);
this.panelControl1.Controls.Add(this.txtInvName);
this.panelControl1.Controls.Add(this.labelControl7);
this.panelControl1.Controls.Add(this.labelControl5);
this.panelControl1.Controls.Add(this.txtInvto);
this.panelControl1.Controls.Add(this.labelControl2);
this.panelControl1.Controls.Add(this.txtInvfrom);
this.panelControl1.Controls.Add(this.labelControl1);
this.panelControl1.Controls.Add(this.grdDetail);
this.panelControl1.Location = new System.Drawing.Point(1, 33);
this.panelControl1.Margin = new System.Windows.Forms.Padding(0);
this.panelControl1.Name = "panelControl1";
this.panelControl1.Size = new System.Drawing.Size(969, 468);
this.panelControl1.TabIndex = 22;
//
// txtBatch
//
this.txtBatch.Location = new System.Drawing.Point(121, 33);
this.txtBatch.Name = "txtBatch";
this.txtBatch.Size = new System.Drawing.Size(182, 20);
this.txtBatch.TabIndex = 10;
//
// txtInvName
//
this.txtInvName.Location = new System.Drawing.Point(399, 30);
this.txtInvName.Name = "txtInvName";
this.txtInvName.Size = new System.Drawing.Size(182, 20);
this.txtInvName.TabIndex = 8;
//
// labelControl7
//
this.labelControl7.Location = new System.Drawing.Point(46, 36);
this.labelControl7.Name = "labelControl7";
this.labelControl7.Size = new System.Drawing.Size(72, 14);
this.labelControl7.TabIndex = 7;
this.labelControl7.Text = "采购到货单号";
//
// labelControl5
//
this.labelControl5.Location = new System.Drawing.Point(335, 36);
this.labelControl5.Name = "labelControl5";
this.labelControl5.Size = new System.Drawing.Size(48, 14);
this.labelControl5.TabIndex = 7;
this.labelControl5.Text = "存货名称";
//
// txtInvto
//
this.txtInvto.Location = new System.Drawing.Point(399, 4);
this.txtInvto.Name = "txtInvto";
this.txtInvto.Size = new System.Drawing.Size(182, 20);
this.txtInvto.TabIndex = 8;
//
// labelControl2
//
this.labelControl2.Location = new System.Drawing.Point(323, 7);
this.labelControl2.Name = "labelControl2";
this.labelControl2.Size = new System.Drawing.Size(60, 14);
this.labelControl2.TabIndex = 7;
this.labelControl2.Text = "存货编码到";
//
// txtInvfrom
//
this.txtInvfrom.Location = new System.Drawing.Point(121, 7);
this.txtInvfrom.Name = "txtInvfrom";
this.txtInvfrom.Size = new System.Drawing.Size(182, 20);
this.txtInvfrom.TabIndex = 8;
//
// labelControl1
//
this.labelControl1.Location = new System.Drawing.Point(45, 10);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(60, 14);
this.labelControl1.TabIndex = 7;
this.labelControl1.Text = "存货编码从";
//
// grdDetail
//
this.grdDetail.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.grdDetail.Location = new System.Drawing.Point(3, 71);
this.grdDetail.MainView = this.grvDetail;
this.grdDetail.Name = "grdDetail";
this.grdDetail.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
this.repInt,
this.repfloat});
this.grdDetail.Size = new System.Drawing.Size(963, 394);
this.grdDetail.TabIndex = 6;
this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.grvDetail});
//
// grvDetail
//
this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.row,
this.cCode,
this.poCode,
this.ERPAutoid,
this.Code,
this.colisSelect,
this.BatchCode,
this.cInvCode,
this.INVNAME,
this.INVSTD,
this.iQuantity,
this.PackQty,
this.INVUOM,
this.BarCodeqty,
this.BarCodeCount});
this.grvDetail.GridControl = this.grdDetail;
this.grvDetail.IndicatorWidth = 35;
this.grvDetail.Name = "grvDetail";
this.grvDetail.OptionsBehavior.Editable = false;
this.grvDetail.OptionsBehavior.ReadOnly = true;
this.grvDetail.OptionsView.ColumnAutoWidth = false;
this.grvDetail.OptionsView.ShowGroupPanel = false;
this.grvDetail.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.grvDetail_CustomDrawRowIndicator);
this.grvDetail.DoubleClick += new System.EventHandler(this.grvDetail_DoubleClick);
//
// row
//
this.row.Caption = "row";
this.row.FieldName = "row";
this.row.Name = "row";
//
// cCode
//
this.cCode.Caption = "cCode";
this.cCode.FieldName = "cCode";
this.cCode.Name = "cCode";
//
// ERPAutoid
//
this.ERPAutoid.Caption = "ERPAutoid";
this.ERPAutoid.FieldName = "ERPAutoid";
this.ERPAutoid.Name = "ERPAutoid";
//
// Code
//
this.Code.Caption = "Code";
this.Code.FieldName = "Code";
this.Code.Name = "Code";
//
// colisSelect
//
this.colisSelect.Caption = "选择";
this.colisSelect.FieldName = "选择";
this.colisSelect.Name = "colisSelect";
this.colisSelect.Visible = true;
this.colisSelect.VisibleIndex = 0;
this.colisSelect.Width = 41;
//
// BatchCode
//
this.BatchCode.Caption = "批号";
this.BatchCode.FieldName = "BatchCode";
this.BatchCode.Name = "BatchCode";
//
// cInvCode
//
this.cInvCode.Caption = "存货编码";
this.cInvCode.FieldName = "cInvCode";
this.cInvCode.Name = "cInvCode";
this.cInvCode.Visible = true;
this.cInvCode.VisibleIndex = 1;
//
// INVNAME
//
this.INVNAME.Caption = "存货名称";
this.INVNAME.FieldName = "INVNAME";
this.INVNAME.Name = "INVNAME";
this.INVNAME.Visible = true;
this.INVNAME.VisibleIndex = 2;
//
// INVSTD
//
this.INVSTD.Caption = "规格型号";
this.INVSTD.FieldName = "INVSTD";
this.INVSTD.Name = "INVSTD";
this.INVSTD.Visible = true;
this.INVSTD.VisibleIndex = 3;
//
// iQuantity
//
this.iQuantity.Caption = "采购到货数量";
this.iQuantity.FieldName = "iQuantity";
this.iQuantity.Name = "iQuantity";
this.iQuantity.Visible = true;
this.iQuantity.VisibleIndex = 4;
//
// PackQty
//
this.PackQty.Caption = "已生成数量";
this.PackQty.FieldName = "PackQty";
this.PackQty.Name = "PackQty";
this.PackQty.Visible = true;
this.PackQty.VisibleIndex = 5;
//
// INVUOM
//
this.INVUOM.Caption = "计量单位";
this.INVUOM.FieldName = "INVUOM";
this.INVUOM.Name = "INVUOM";
this.INVUOM.Visible = true;
this.INVUOM.VisibleIndex = 6;
//
// BarCodeqty
//
this.BarCodeqty.Caption = "条码数量";
this.BarCodeqty.FieldName = "BarCodeqty";
this.BarCodeqty.Name = "BarCodeqty";
//
// BarCodeCount
//
this.BarCodeCount.Caption = "条码个数";
this.BarCodeCount.FieldName = "BarCodeCount";
this.BarCodeCount.Name = "BarCodeCount";
//
// btnSearch
//
this.btnSearch.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnSearch.Appearance.ForeColor = System.Drawing.Color.White;
this.btnSearch.Appearance.Options.UseFont = true;
this.btnSearch.Appearance.Options.UseForeColor = true;
this.btnSearch.Appearance.Options.UseTextOptions = true;
this.btnSearch.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
this.btnSearch.Image = ((System.Drawing.Image)(resources.GetObject("btnSearch.Image")));
this.btnSearch.Location = new System.Drawing.Point(188, 1);
this.btnSearch.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnSearch.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnSearch.Name = "btnSearch";
this.btnSearch.Size = new System.Drawing.Size(65, 30);
this.btnSearch.TabIndex = 4;
this.btnSearch.Text = "查询";
this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
//
// btnSelectAll
//
this.btnSelectAll.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnSelectAll.Appearance.ForeColor = System.Drawing.Color.White;
this.btnSelectAll.Appearance.Options.UseFont = true;
this.btnSelectAll.Appearance.Options.UseForeColor = true;
this.btnSelectAll.Appearance.Options.UseTextOptions = true;
this.btnSelectAll.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
this.btnSelectAll.Image = ((System.Drawing.Image)(resources.GetObject("btnSelectAll.Image")));
this.btnSelectAll.Location = new System.Drawing.Point(254, 1);
this.btnSelectAll.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnSelectAll.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnSelectAll.Name = "btnSelectAll";
this.btnSelectAll.Size = new System.Drawing.Size(65, 30);
this.btnSelectAll.TabIndex = 4;
this.btnSelectAll.Text = "全选";
this.btnSelectAll.Click += new System.EventHandler(this.btnSelectAll_Click);
//
// btnCancelSelect
//
this.btnCancelSelect.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnCancelSelect.Appearance.ForeColor = System.Drawing.Color.White;
this.btnCancelSelect.Appearance.Options.UseFont = true;
this.btnCancelSelect.Appearance.Options.UseForeColor = true;
this.btnCancelSelect.Appearance.Options.UseTextOptions = true;
this.btnCancelSelect.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
this.btnCancelSelect.Image = ((System.Drawing.Image)(resources.GetObject("btnCancelSelect.Image")));
this.btnCancelSelect.Location = new System.Drawing.Point(320, 1);
this.btnCancelSelect.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnCancelSelect.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnCancelSelect.Name = "btnCancelSelect";
this.btnCancelSelect.Size = new System.Drawing.Size(65, 30);
this.btnCancelSelect.TabIndex = 4;
this.btnCancelSelect.Text = "全消";
this.btnCancelSelect.Click += new System.EventHandler(this.btnCancelSelect_Click);
//
// btnOk
//
this.btnOk.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnOk.Appearance.ForeColor = System.Drawing.Color.White;
this.btnOk.Appearance.Options.UseFont = true;
this.btnOk.Appearance.Options.UseForeColor = true;
this.btnOk.Appearance.Options.UseTextOptions = true;
this.btnOk.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
this.btnOk.Image = ((System.Drawing.Image)(resources.GetObject("btnOk.Image")));
this.btnOk.Location = new System.Drawing.Point(386, 1);
this.btnOk.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnOk.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnOk.Name = "btnOk";
this.btnOk.Size = new System.Drawing.Size(65, 30);
this.btnOk.TabIndex = 4;
this.btnOk.Text = "确定";
this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
//
// btncancle
//
this.btncancle.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btncancle.Appearance.ForeColor = System.Drawing.Color.White;
this.btncancle.Appearance.Options.UseFont = true;
this.btncancle.Appearance.Options.UseForeColor = true;
this.btncancle.Appearance.Options.UseTextOptions = true;
this.btncancle.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
this.btncancle.Image = ((System.Drawing.Image)(resources.GetObject("btncancle.Image")));
this.btncancle.Location = new System.Drawing.Point(452, 1);
this.btncancle.LookAndFeel.SkinName = "BlueButtonSkin";
this.btncancle.LookAndFeel.UseDefaultLookAndFeel = false;
this.btncancle.Name = "btncancle";
this.btncancle.Size = new System.Drawing.Size(65, 30);
this.btncancle.TabIndex = 4;
this.btncancle.Text = "取消";
this.btncancle.Click += new System.EventHandler(this.btncancle_Click);
//
// poCode
//
this.poCode.Caption = "poCode";
this.poCode.FieldName = "poCode";
this.poCode.Name = "poCode";
//
// FormStockBarCodeSelect
//
this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
this.Appearance.Options.UseBackColor = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(971, 531);
this.Controls.Add(this.panelControl1);
this.Controls.Add(this.btncancle);
this.Controls.Add(this.btnOk);
this.Controls.Add(this.btnCancelSelect);
this.Controls.Add(this.btnSelectAll);
this.Controls.Add(this.btnSearch);
this.Controls.Add(this.btnClose);
this.Controls.Add(this.lblTitle);
this.Controls.Add(this.panelControl4);
this.Controls.Add(this.panelControl2);
this.Controls.Add(this.panelControl3);
this.Controls.Add(this.panelControl5);
this.Controls.Add(this.panelControl6);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "FormStockBarCodeSelect";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = resources.GetString("$this.Text");
this.Load += new System.EventHandler(this.FormCartonProtectSelect_Load);
((System.ComponentModel.ISupportInitialize)(this.repInt)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repfloat)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl4)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl5)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl6)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
this.panelControl1.ResumeLayout(false);
this.panelControl1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.txtBatch.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtInvName.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtInvto.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtInvfrom.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.PanelControl panelControl2;
private DevExpress.XtraEditors.PanelControl panelControl3;
private DevExpress.XtraEditors.PanelControl panelControl4;
private DevExpress.XtraEditors.LabelControl lblTitle;
private DevExpress.XtraEditors.SimpleButton btnClose;
private DevExpress.XtraEditors.PanelControl panelControl5;
private DevExpress.XtraEditors.PanelControl panelControl6;
private DevExpress.XtraEditors.PanelControl panelControl1;
private DevExpress.XtraGrid.GridControl grdDetail;
private DevExpress.XtraGrid.Views.Grid.GridView grvDetail;
private DevExpress.XtraEditors.SimpleButton btnSearch;
private DevExpress.XtraEditors.Repository.RepositoryItemTextEdit repInt;
private DevExpress.XtraEditors.Repository.RepositoryItemTextEdit repfloat;
private DevExpress.XtraEditors.TextEdit txtInvName;
private DevExpress.XtraEditors.LabelControl labelControl5;
private DevExpress.XtraEditors.TextEdit txtInvto;
private DevExpress.XtraEditors.LabelControl labelControl2;
private DevExpress.XtraEditors.TextEdit txtInvfrom;
private DevExpress.XtraEditors.LabelControl labelControl1;
private DevExpress.XtraEditors.SimpleButton btnSelectAll;
private DevExpress.XtraEditors.SimpleButton btnCancelSelect;
private DevExpress.XtraGrid.Columns.GridColumn colisSelect;
private DevExpress.XtraEditors.SimpleButton btnOk;
private DevExpress.XtraEditors.SimpleButton btncancle;
private DevExpress.XtraEditors.TextEdit txtBatch;
private DevExpress.XtraEditors.LabelControl labelControl7;
private DevExpress.XtraGrid.Columns.GridColumn BatchCode;
private DevExpress.XtraGrid.Columns.GridColumn cInvCode;
private DevExpress.XtraGrid.Columns.GridColumn INVNAME;
private DevExpress.XtraGrid.Columns.GridColumn INVSTD;
private DevExpress.XtraGrid.Columns.GridColumn iQuantity;
private DevExpress.XtraGrid.Columns.GridColumn PackQty;
private DevExpress.XtraGrid.Columns.GridColumn INVUOM;
private DevExpress.XtraGrid.Columns.GridColumn BarCodeqty;
private DevExpress.XtraGrid.Columns.GridColumn BarCodeCount;
private DevExpress.XtraGrid.Columns.GridColumn ERPAutoid;
private DevExpress.XtraGrid.Columns.GridColumn Code;
private DevExpress.XtraGrid.Columns.GridColumn row;
private DevExpress.XtraGrid.Columns.GridColumn cCode;
private DevExpress.XtraGrid.Columns.GridColumn poCode;
}
}