namespace ICSSoft.Frame.APP
{
partial class FormICSWBSSpecailEdit
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormICSWBSSpecailEdit));
this.Type = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
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.txtInvCode = new DevExpress.XtraEditors.GridLookUpEdit();
this.gridLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.gridControlDetail = new DevExpress.XtraGrid.GridControl();
this.grvDetailView = new DevExpress.XtraGrid.Views.Grid.GridView();
this.guid = new DevExpress.XtraGrid.Columns.GridColumn();
this.colSelect = new DevExpress.XtraGrid.Columns.GridColumn();
this.colwhCode = new DevExpress.XtraGrid.Columns.GridColumn();
this.colLotNO = new DevExpress.XtraGrid.Columns.GridColumn();
this.colINVCOENew = new DevExpress.XtraGrid.Columns.GridColumn();
this.colINVCODE = new DevExpress.XtraGrid.Columns.GridColumn();
this.colInvName = new DevExpress.XtraGrid.Columns.GridColumn();
this.colINVSTD = new DevExpress.XtraGrid.Columns.GridColumn();
this.colWBSQty = new DevExpress.XtraGrid.Columns.GridColumn();
this.colBATCHOld = new DevExpress.XtraGrid.Columns.GridColumn();
this.colBATCHNew = new DevExpress.XtraGrid.Columns.GridColumn();
this.colTransferType = new DevExpress.XtraGrid.Columns.GridColumn();
this.colReason = new DevExpress.XtraGrid.Columns.GridColumn();
this.checkBatch = new System.Windows.Forms.CheckBox();
this.checkInv = new System.Windows.Forms.CheckBox();
this.txtbacth = new DevExpress.XtraEditors.LabelControl();
this.txtBatch = new System.Windows.Forms.TextBox();
this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
this.txtReason = new System.Windows.Forms.TextBox();
this.grdDetail = new DevExpress.XtraGrid.GridControl();
this.grvDetail = new DevExpress.XtraGrid.Views.Grid.GridView();
this.ID = new DevExpress.XtraGrid.Columns.GridColumn();
this.coSelect = new DevExpress.XtraGrid.Columns.GridColumn();
this.whCode = new DevExpress.XtraGrid.Columns.GridColumn();
this.BinCode = new DevExpress.XtraGrid.Columns.GridColumn();
this.LotNO = new DevExpress.XtraGrid.Columns.GridColumn();
this.INVNAME = new DevExpress.XtraGrid.Columns.GridColumn();
this.INVSTD = new DevExpress.XtraGrid.Columns.GridColumn();
this.WBSQty = new DevExpress.XtraGrid.Columns.GridColumn();
this.colVenderLotNO = new DevExpress.XtraGrid.Columns.GridColumn();
this.colItemCode = new DevExpress.XtraGrid.Columns.GridColumn();
this.NEWWBS = new DevExpress.XtraGrid.Columns.GridColumn();
this.TransferType = new DevExpress.XtraGrid.Columns.GridColumn();
this.Reason = new DevExpress.XtraGrid.Columns.GridColumn();
this.EATTRIBUTE3 = new DevExpress.XtraGrid.Columns.GridColumn();
this.btnSearch = new DevExpress.XtraEditors.SimpleButton();
this.btnRefresh = new DevExpress.XtraEditors.SimpleButton();
this.btnOk = new DevExpress.XtraEditors.SimpleButton();
this.btncancle = new DevExpress.XtraEditors.SimpleButton();
this.btnSum = new DevExpress.XtraEditors.SimpleButton();
this.btnUpdate = new DevExpress.XtraEditors.SimpleButton();
this.btnExit = new DevExpress.XtraEditors.SimpleButton();
this.btnSelectAll = new DevExpress.XtraEditors.SimpleButton();
this.btnCancelAll = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton4 = new DevExpress.XtraEditors.SimpleButton();
this.btnConfig = new DevExpress.XtraEditors.SimpleButton();
this.btnFilter = new DevExpress.XtraEditors.SimpleButton();
((System.ComponentModel.ISupportInitialize)(this.Type)).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.txtInvCode.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridLookUpEdit1View)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridControlDetail)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.grvDetailView)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit();
this.SuspendLayout();
//
// Type
//
this.Type.AutoHeight = false;
this.Type.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.Type.Items.AddRange(new object[] {
"项目转普通",
"项目转项目",
"普通转项目"});
this.Type.Name = "Type";
//
// 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(4, 5);
this.lblTitle.Name = "lblTitle";
this.lblTitle.Size = new System.Drawing.Size(97, 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.WhiteSmoke;
this.panelControl1.Appearance.Options.UseBackColor = true;
this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl1.Controls.Add(this.txtInvCode);
this.panelControl1.Controls.Add(this.groupBox1);
this.panelControl1.Controls.Add(this.gridControlDetail);
this.panelControl1.Controls.Add(this.checkBatch);
this.panelControl1.Controls.Add(this.checkInv);
this.panelControl1.Controls.Add(this.txtbacth);
this.panelControl1.Controls.Add(this.txtBatch);
this.panelControl1.Controls.Add(this.labelControl6);
this.panelControl1.Controls.Add(this.labelControl2);
this.panelControl1.Controls.Add(this.txtReason);
this.panelControl1.Controls.Add(this.grdDetail);
this.panelControl1.Location = new System.Drawing.Point(0, 36);
this.panelControl1.Margin = new System.Windows.Forms.Padding(0);
this.panelControl1.Name = "panelControl1";
this.panelControl1.Size = new System.Drawing.Size(969, 465);
this.panelControl1.TabIndex = 22;
//
// txtInvCode
//
this.txtInvCode.EditValue = "";
this.txtInvCode.Location = new System.Drawing.Point(357, 12);
this.txtInvCode.Name = "txtInvCode";
this.txtInvCode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.txtInvCode.Properties.ButtonsStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.txtInvCode.Properties.View = this.gridLookUpEdit1View;
this.txtInvCode.Size = new System.Drawing.Size(127, 20);
this.txtInvCode.TabIndex = 103;
//
// gridLookUpEdit1View
//
this.gridLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
this.gridLookUpEdit1View.Name = "gridLookUpEdit1View";
this.gridLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
this.gridLookUpEdit1View.OptionsView.ShowGroupPanel = false;
//
// groupBox1
//
this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.groupBox1.Location = new System.Drawing.Point(1, 229);
this.groupBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.groupBox1.Size = new System.Drawing.Size(968, 21);
this.groupBox1.TabIndex = 102;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "形态转换明细表";
//
// gridControlDetail
//
this.gridControlDetail.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.gridControlDetail.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.gridControlDetail.Location = new System.Drawing.Point(1, 248);
this.gridControlDetail.MainView = this.grvDetailView;
this.gridControlDetail.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.gridControlDetail.Name = "gridControlDetail";
this.gridControlDetail.Size = new System.Drawing.Size(970, 230);
this.gridControlDetail.TabIndex = 101;
this.gridControlDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.grvDetailView});
//
// grvDetailView
//
this.grvDetailView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.guid,
this.colSelect,
this.colwhCode,
this.colLotNO,
this.colINVCOENew,
this.colINVCODE,
this.colInvName,
this.colINVSTD,
this.colWBSQty,
this.colBATCHOld,
this.colBATCHNew,
this.colTransferType,
this.colReason});
this.grvDetailView.GridControl = this.gridControlDetail;
this.grvDetailView.Name = "grvDetailView";
this.grvDetailView.OptionsView.ColumnAutoWidth = false;
this.grvDetailView.OptionsView.ShowGroupedColumns = true;
this.grvDetailView.OptionsView.ShowGroupPanel = false;
//
// guid
//
this.guid.Caption = "ID";
this.guid.FieldName = "ID";
this.guid.Name = "guid";
//
// colSelect
//
this.colSelect.Caption = "选择";
this.colSelect.FieldName = "选择";
this.colSelect.Name = "colSelect";
//
// colwhCode
//
this.colwhCode.Caption = "仓库";
this.colwhCode.FieldName = "whCode";
this.colwhCode.Name = "colwhCode";
this.colwhCode.Visible = true;
this.colwhCode.VisibleIndex = 0;
this.colwhCode.Width = 63;
//
// colLotNO
//
this.colLotNO.Caption = "物料条码";
this.colLotNO.FieldName = "LotNO";
this.colLotNO.Name = "colLotNO";
this.colLotNO.Visible = true;
this.colLotNO.VisibleIndex = 1;
this.colLotNO.Width = 81;
//
// colINVCOENew
//
this.colINVCOENew.Caption = "转换后物料编码";
this.colINVCOENew.FieldName = "INVCOENew";
this.colINVCOENew.Name = "colINVCOENew";
this.colINVCOENew.Visible = true;
this.colINVCOENew.VisibleIndex = 2;
this.colINVCOENew.Width = 147;
//
// colINVCODE
//
this.colINVCODE.Caption = "转换前物料代码";
this.colINVCODE.FieldName = "INVCOEOld";
this.colINVCODE.Name = "colINVCODE";
this.colINVCODE.Visible = true;
this.colINVCODE.VisibleIndex = 7;
this.colINVCODE.Width = 213;
//
// colInvName
//
this.colInvName.Caption = "物料名称";
this.colInvName.FieldName = "INVNAME";
this.colInvName.Name = "colInvName";
this.colInvName.Visible = true;
this.colInvName.VisibleIndex = 3;
this.colInvName.Width = 94;
//
// colINVSTD
//
this.colINVSTD.Caption = "规格型号";
this.colINVSTD.FieldName = "INVSTD";
this.colINVSTD.Name = "colINVSTD";
this.colINVSTD.Visible = true;
this.colINVSTD.VisibleIndex = 4;
this.colINVSTD.Width = 117;
//
// colWBSQty
//
this.colWBSQty.Caption = "总数量";
this.colWBSQty.FieldName = "WBSQty";
this.colWBSQty.Name = "colWBSQty";
this.colWBSQty.Visible = true;
this.colWBSQty.VisibleIndex = 6;
this.colWBSQty.Width = 117;
//
// colBATCHOld
//
this.colBATCHOld.Caption = "转换前批次";
this.colBATCHOld.FieldName = "BATCHOld";
this.colBATCHOld.Name = "colBATCHOld";
this.colBATCHOld.Visible = true;
this.colBATCHOld.VisibleIndex = 8;
this.colBATCHOld.Width = 159;
//
// colBATCHNew
//
this.colBATCHNew.Caption = "转换后批次号";
this.colBATCHNew.FieldName = "BATCHNew";
this.colBATCHNew.Name = "colBATCHNew";
this.colBATCHNew.Visible = true;
this.colBATCHNew.VisibleIndex = 5;
this.colBATCHNew.Width = 145;
//
// colTransferType
//
this.colTransferType.Caption = "转换类型";
this.colTransferType.FieldName = "TransferType";
this.colTransferType.Name = "colTransferType";
this.colTransferType.Width = 80;
//
// colReason
//
this.colReason.Caption = "转换原因";
this.colReason.FieldName = "Reason";
this.colReason.Name = "colReason";
this.colReason.Visible = true;
this.colReason.VisibleIndex = 9;
this.colReason.Width = 93;
//
// checkBatch
//
this.checkBatch.AutoSize = true;
this.checkBatch.Location = new System.Drawing.Point(246, 16);
this.checkBatch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.checkBatch.Name = "checkBatch";
this.checkBatch.Size = new System.Drawing.Size(15, 14);
this.checkBatch.TabIndex = 100;
this.checkBatch.UseVisualStyleBackColor = true;
this.checkBatch.CheckedChanged += new System.EventHandler(this.checkBatch_CheckedChanged);
//
// checkInv
//
this.checkInv.AutoSize = true;
this.checkInv.Location = new System.Drawing.Point(499, 15);
this.checkInv.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.checkInv.Name = "checkInv";
this.checkInv.Size = new System.Drawing.Size(15, 14);
this.checkInv.TabIndex = 99;
this.checkInv.UseVisualStyleBackColor = true;
this.checkInv.CheckedChanged += new System.EventHandler(this.checkInv_CheckedChanged);
//
// txtbacth
//
this.txtbacth.Location = new System.Drawing.Point(9, 15);
this.txtbacth.Name = "txtbacth";
this.txtbacth.Size = new System.Drawing.Size(40, 14);
this.txtbacth.TabIndex = 97;
this.txtbacth.Text = "批次号:";
//
// txtBatch
//
this.txtBatch.Location = new System.Drawing.Point(83, 12);
this.txtBatch.Name = "txtBatch";
this.txtBatch.Size = new System.Drawing.Size(151, 22);
this.txtBatch.TabIndex = 96;
//
// labelControl6
//
this.labelControl6.Location = new System.Drawing.Point(284, 16);
this.labelControl6.Name = "labelControl6";
this.labelControl6.Size = new System.Drawing.Size(52, 14);
this.labelControl6.TabIndex = 95;
this.labelControl6.Text = "物料编码:";
//
// labelControl2
//
this.labelControl2.Location = new System.Drawing.Point(548, 15);
this.labelControl2.Name = "labelControl2";
this.labelControl2.Size = new System.Drawing.Size(52, 14);
this.labelControl2.TabIndex = 92;
this.labelControl2.Text = "转换原因:";
//
// txtReason
//
this.txtReason.Location = new System.Drawing.Point(618, 12);
this.txtReason.Name = "txtReason";
this.txtReason.Size = new System.Drawing.Size(145, 22);
this.txtReason.TabIndex = 91;
//
// 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, 47);
this.grdDetail.MainView = this.grvDetail;
this.grdDetail.Name = "grdDetail";
this.grdDetail.Size = new System.Drawing.Size(968, 176);
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.ID,
this.coSelect,
this.whCode,
this.BinCode,
this.LotNO,
this.INVNAME,
this.INVSTD,
this.WBSQty,
this.colVenderLotNO,
this.colItemCode,
this.NEWWBS,
this.TransferType,
this.Reason,
this.EATTRIBUTE3});
this.grvDetail.GridControl = this.grdDetail;
this.grvDetail.IndicatorWidth = 35;
this.grvDetail.Name = "grvDetail";
this.grvDetail.OptionsView.ColumnAutoWidth = false;
this.grvDetail.OptionsView.ShowGroupPanel = false;
this.grvDetail.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.grvDetail_CustomDrawRowIndicator);
this.grvDetail.CellValueChanging += new DevExpress.XtraGrid.Views.Base.CellValueChangedEventHandler(this.grvDetail_CellValueChanging);
this.grvDetail.DoubleClick += new System.EventHandler(this.grvDetail_DoubleClick);
//
// ID
//
this.ID.Caption = "ID";
this.ID.FieldName = "ID";
this.ID.Name = "ID";
//
// coSelect
//
this.coSelect.Caption = "选择";
this.coSelect.FieldName = "选择";
this.coSelect.Name = "coSelect";
this.coSelect.Visible = true;
this.coSelect.VisibleIndex = 0;
//
// whCode
//
this.whCode.Caption = "仓库";
this.whCode.FieldName = "whCode";
this.whCode.Name = "whCode";
this.whCode.OptionsColumn.ReadOnly = true;
this.whCode.Visible = true;
this.whCode.VisibleIndex = 1;
//
// BinCode
//
this.BinCode.Caption = "库位";
this.BinCode.FieldName = "BinCode";
this.BinCode.Name = "BinCode";
this.BinCode.OptionsColumn.ReadOnly = true;
this.BinCode.Visible = true;
this.BinCode.VisibleIndex = 3;
//
// LotNO
//
this.LotNO.Caption = "物料条码";
this.LotNO.FieldName = "LotNO";
this.LotNO.Name = "LotNO";
this.LotNO.OptionsColumn.ReadOnly = true;
this.LotNO.Visible = true;
this.LotNO.VisibleIndex = 2;
//
// INVNAME
//
this.INVNAME.Caption = "物料名称";
this.INVNAME.FieldName = "INVNAME";
this.INVNAME.Name = "INVNAME";
this.INVNAME.OptionsColumn.ReadOnly = true;
this.INVNAME.Visible = true;
this.INVNAME.VisibleIndex = 5;
//
// INVSTD
//
this.INVSTD.Caption = "规格型号";
this.INVSTD.FieldName = "INVSTD";
this.INVSTD.Name = "INVSTD";
this.INVSTD.OptionsColumn.ReadOnly = true;
this.INVSTD.Visible = true;
this.INVSTD.VisibleIndex = 6;
//
// WBSQty
//
this.WBSQty.Caption = "总数量";
this.WBSQty.FieldName = "WBSQty";
this.WBSQty.Name = "WBSQty";
this.WBSQty.OptionsColumn.ReadOnly = true;
this.WBSQty.Visible = true;
this.WBSQty.VisibleIndex = 7;
//
// colVenderLotNO
//
this.colVenderLotNO.Caption = "批次号";
this.colVenderLotNO.FieldName = "VenderLotNO";
this.colVenderLotNO.Name = "colVenderLotNO";
this.colVenderLotNO.OptionsColumn.ReadOnly = true;
this.colVenderLotNO.Visible = true;
this.colVenderLotNO.VisibleIndex = 8;
//
// colItemCode
//
this.colItemCode.Caption = "物料代码";
this.colItemCode.FieldName = "ItemCode";
this.colItemCode.Name = "colItemCode";
this.colItemCode.OptionsColumn.AllowEdit = false;
this.colItemCode.OptionsColumn.ReadOnly = true;
this.colItemCode.Visible = true;
this.colItemCode.VisibleIndex = 4;
//
// NEWWBS
//
this.NEWWBS.Caption = "目标WBS";
this.NEWWBS.FieldName = "NEWWBS";
this.NEWWBS.Name = "NEWWBS";
this.NEWWBS.OptionsColumn.ReadOnly = true;
//
// TransferType
//
this.TransferType.Caption = "项目类型";
this.TransferType.ColumnEdit = this.Type;
this.TransferType.FieldName = "TransferType";
this.TransferType.Name = "TransferType";
this.TransferType.OptionsColumn.ReadOnly = true;
this.TransferType.ShowButtonMode = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.ShowAlways;
//
// Reason
//
this.Reason.Caption = "转换原因";
this.Reason.FieldName = "Reason";
this.Reason.Name = "Reason";
this.Reason.OptionsColumn.ReadOnly = true;
//
// EATTRIBUTE3
//
this.EATTRIBUTE3.Caption = "辅计量单位";
this.EATTRIBUTE3.FieldName = "EATTRIBUTE3";
this.EATTRIBUTE3.Name = "EATTRIBUTE3";
this.EATTRIBUTE3.Visible = true;
this.EATTRIBUTE3.VisibleIndex = 9;
//
// 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(712, 2);
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.Visible = false;
this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
//
// btnRefresh
//
this.btnRefresh.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnRefresh.Appearance.ForeColor = System.Drawing.Color.White;
this.btnRefresh.Appearance.Options.UseFont = true;
this.btnRefresh.Appearance.Options.UseForeColor = true;
this.btnRefresh.Appearance.Options.UseTextOptions = true;
this.btnRefresh.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
this.btnRefresh.Image = ((System.Drawing.Image)(resources.GetObject("btnRefresh.Image")));
this.btnRefresh.Location = new System.Drawing.Point(408, 3);
this.btnRefresh.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnRefresh.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnRefresh.Name = "btnRefresh";
this.btnRefresh.Size = new System.Drawing.Size(65, 30);
this.btnRefresh.TabIndex = 4;
this.btnRefresh.Text = "刷新";
this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_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(234, 3);
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(798, 3);
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.Visible = false;
this.btncancle.Click += new System.EventHandler(this.btncancle_Click);
//
// btnSum
//
this.btnSum.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnSum.Appearance.ForeColor = System.Drawing.Color.White;
this.btnSum.Appearance.Options.UseFont = true;
this.btnSum.Appearance.Options.UseForeColor = true;
this.btnSum.Appearance.Options.UseTextOptions = true;
this.btnSum.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
this.btnSum.Image = ((System.Drawing.Image)(resources.GetObject("btnSum.Image")));
this.btnSum.Location = new System.Drawing.Point(868, 3);
this.btnSum.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnSum.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnSum.Name = "btnSum";
this.btnSum.Size = new System.Drawing.Size(65, 30);
this.btnSum.TabIndex = 23;
this.btnSum.Text = "合并";
this.btnSum.Visible = false;
//
// btnUpdate
//
this.btnUpdate.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnUpdate.Appearance.ForeColor = System.Drawing.Color.White;
this.btnUpdate.Appearance.Options.UseFont = true;
this.btnUpdate.Appearance.Options.UseForeColor = true;
this.btnUpdate.Appearance.Options.UseTextOptions = true;
this.btnUpdate.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
this.btnUpdate.Image = ((System.Drawing.Image)(resources.GetObject("btnUpdate.Image")));
this.btnUpdate.Location = new System.Drawing.Point(850, 5);
this.btnUpdate.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnUpdate.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnUpdate.Name = "btnUpdate";
this.btnUpdate.Size = new System.Drawing.Size(65, 30);
this.btnUpdate.TabIndex = 24;
this.btnUpdate.Text = "修改";
this.btnUpdate.Visible = false;
//
// btnExit
//
this.btnExit.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnExit.Appearance.ForeColor = System.Drawing.Color.White;
this.btnExit.Appearance.Options.UseFont = true;
this.btnExit.Appearance.Options.UseForeColor = true;
this.btnExit.Appearance.Options.UseTextOptions = true;
this.btnExit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
this.btnExit.Location = new System.Drawing.Point(472, 3);
this.btnExit.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnExit.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(57, 30);
this.btnExit.TabIndex = 38;
this.btnExit.Text = "退出";
this.btnExit.Click += new System.EventHandler(this.btnClose_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(298, 3);
this.btnSelectAll.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnSelectAll.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnSelectAll.Name = "btnSelectAll";
this.btnSelectAll.Size = new System.Drawing.Size(58, 30);
this.btnSelectAll.TabIndex = 39;
this.btnSelectAll.Text = "全选";
this.btnSelectAll.Click += new System.EventHandler(this.btnSelectAll_Click);
//
// btnCancelAll
//
this.btnCancelAll.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnCancelAll.Appearance.ForeColor = System.Drawing.Color.White;
this.btnCancelAll.Appearance.Options.UseFont = true;
this.btnCancelAll.Appearance.Options.UseForeColor = true;
this.btnCancelAll.Appearance.Options.UseTextOptions = true;
this.btnCancelAll.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
this.btnCancelAll.Image = ((System.Drawing.Image)(resources.GetObject("btnCancelAll.Image")));
this.btnCancelAll.Location = new System.Drawing.Point(349, 3);
this.btnCancelAll.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnCancelAll.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnCancelAll.Name = "btnCancelAll";
this.btnCancelAll.Size = new System.Drawing.Size(58, 30);
this.btnCancelAll.TabIndex = 40;
this.btnCancelAll.Text = "全消";
this.btnCancelAll.Click += new System.EventHandler(this.btnCancelAll_Click);
//
// simpleButton4
//
this.simpleButton4.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
this.simpleButton4.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.simpleButton4.Appearance.ForeColor = System.Drawing.Color.White;
this.simpleButton4.Appearance.Options.UseBackColor = true;
this.simpleButton4.Appearance.Options.UseFont = true;
this.simpleButton4.Appearance.Options.UseForeColor = true;
this.simpleButton4.Appearance.Options.UseTextOptions = true;
this.simpleButton4.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
this.simpleButton4.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton4.Image")));
this.simpleButton4.Location = new System.Drawing.Point(618, 5);
this.simpleButton4.LookAndFeel.SkinName = "BlueButtonSkin";
this.simpleButton4.LookAndFeel.UseDefaultLookAndFeel = false;
this.simpleButton4.Name = "simpleButton4";
this.simpleButton4.Size = new System.Drawing.Size(80, 30);
this.simpleButton4.TabIndex = 122;
this.simpleButton4.Text = "打印标签";
this.simpleButton4.Visible = false;
this.simpleButton4.Click += new System.EventHandler(this.simpleButton4_Click);
//
// btnConfig
//
this.btnConfig.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnConfig.Appearance.ForeColor = System.Drawing.Color.White;
this.btnConfig.Appearance.Options.UseFont = true;
this.btnConfig.Appearance.Options.UseForeColor = true;
this.btnConfig.Appearance.Options.UseTextOptions = true;
this.btnConfig.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
this.btnConfig.Image = ((System.Drawing.Image)(resources.GetObject("btnConfig.Image")));
this.btnConfig.Location = new System.Drawing.Point(138, 3);
this.btnConfig.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnConfig.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnConfig.Name = "btnConfig";
this.btnConfig.Size = new System.Drawing.Size(95, 30);
this.btnConfig.TabIndex = 124;
this.btnConfig.Text = "数据源设置";
this.btnConfig.Click += new System.EventHandler(this.btnConfig_Click);
//
// btnFilter
//
this.btnFilter.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnFilter.Appearance.ForeColor = System.Drawing.Color.White;
this.btnFilter.Appearance.Options.UseFont = true;
this.btnFilter.Appearance.Options.UseForeColor = true;
this.btnFilter.Appearance.Options.UseTextOptions = true;
this.btnFilter.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
this.btnFilter.Image = ((System.Drawing.Image)(resources.GetObject("btnFilter.Image")));
this.btnFilter.Location = new System.Drawing.Point(74, 3);
this.btnFilter.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnFilter.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnFilter.Name = "btnFilter";
this.btnFilter.Size = new System.Drawing.Size(65, 30);
this.btnFilter.TabIndex = 123;
this.btnFilter.Text = "过滤";
this.btnFilter.Click += new System.EventHandler(this.btnFilter_Click);
//
// FormICSWBSSpecailEdit
//
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.btnConfig);
this.Controls.Add(this.btnFilter);
this.Controls.Add(this.simpleButton4);
this.Controls.Add(this.btnCancelAll);
this.Controls.Add(this.btnSelectAll);
this.Controls.Add(this.btnExit);
this.Controls.Add(this.btnUpdate);
this.Controls.Add(this.btnSum);
this.Controls.Add(this.panelControl1);
this.Controls.Add(this.btncancle);
this.Controls.Add(this.btnOk);
this.Controls.Add(this.btnRefresh);
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 = "FormICSWBSSpecailEdit";
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.Type)).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.txtInvCode.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridLookUpEdit1View)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridControlDetail)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.grvDetailView)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit();
this.ResumeLayout(false);
}
#endregion
private ICSSoft.Base.UserControl.FormControl.PageNavTool rptPage;
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.XtraEditors.SimpleButton btnSearch;
private DevExpress.XtraEditors.SimpleButton btnRefresh;
private DevExpress.XtraEditors.SimpleButton btnOk;
private DevExpress.XtraEditors.SimpleButton btncancle;
private DevExpress.XtraEditors.SimpleButton btnSum;
private DevExpress.XtraEditors.SimpleButton btnUpdate;
private DevExpress.XtraEditors.SimpleButton btnExit;
private DevExpress.XtraEditors.LabelControl labelControl2;
private System.Windows.Forms.TextBox txtReason;
private DevExpress.XtraEditors.SimpleButton btnSelectAll;
private DevExpress.XtraEditors.SimpleButton btnCancelAll;
private DevExpress.XtraEditors.SimpleButton simpleButton4;
private DevExpress.XtraEditors.LabelControl labelControl6;
private DevExpress.XtraEditors.SimpleButton btnConfig;
private DevExpress.XtraEditors.SimpleButton btnFilter;
private DevExpress.XtraEditors.Repository.RepositoryItemComboBox Type;
private System.Windows.Forms.CheckBox checkBatch;
private System.Windows.Forms.CheckBox checkInv;
private DevExpress.XtraEditors.LabelControl txtbacth;
private System.Windows.Forms.TextBox txtBatch;
private DevExpress.XtraGrid.GridControl gridControlDetail;
private DevExpress.XtraGrid.Views.Grid.GridView grvDetailView;
private DevExpress.XtraGrid.Columns.GridColumn guid;
private DevExpress.XtraGrid.Columns.GridColumn colSelect;
private DevExpress.XtraGrid.Columns.GridColumn colwhCode;
private DevExpress.XtraGrid.Columns.GridColumn colLotNO;
private DevExpress.XtraGrid.Columns.GridColumn colINVCODE;
private DevExpress.XtraGrid.Columns.GridColumn colInvName;
private DevExpress.XtraGrid.Columns.GridColumn colINVSTD;
private DevExpress.XtraGrid.Columns.GridColumn colWBSQty;
private DevExpress.XtraGrid.Columns.GridColumn colTransferType;
private DevExpress.XtraGrid.Columns.GridColumn colReason;
private DevExpress.XtraGrid.GridControl grdDetail;
private DevExpress.XtraGrid.Views.Grid.GridView grvDetail;
private DevExpress.XtraGrid.Columns.GridColumn ID;
private DevExpress.XtraGrid.Columns.GridColumn coSelect;
private DevExpress.XtraGrid.Columns.GridColumn whCode;
private DevExpress.XtraGrid.Columns.GridColumn LotNO;
private DevExpress.XtraGrid.Columns.GridColumn INVNAME;
private DevExpress.XtraGrid.Columns.GridColumn INVSTD;
private DevExpress.XtraGrid.Columns.GridColumn WBSQty;
private DevExpress.XtraGrid.Columns.GridColumn colVenderLotNO;
private DevExpress.XtraGrid.Columns.GridColumn colItemCode;
private DevExpress.XtraGrid.Columns.GridColumn NEWWBS;
private DevExpress.XtraGrid.Columns.GridColumn TransferType;
private DevExpress.XtraGrid.Columns.GridColumn Reason;
private System.Windows.Forms.GroupBox groupBox1;
private DevExpress.XtraEditors.GridLookUpEdit txtInvCode;
private DevExpress.XtraGrid.Views.Grid.GridView gridLookUpEdit1View;
private DevExpress.XtraGrid.Columns.GridColumn BinCode;
private DevExpress.XtraGrid.Columns.GridColumn colINVCOENew;
private DevExpress.XtraGrid.Columns.GridColumn colBATCHOld;
private DevExpress.XtraGrid.Columns.GridColumn colBATCHNew;
private DevExpress.XtraGrid.Columns.GridColumn EATTRIBUTE3;
}
}