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

558 lines
28 KiB

namespace ICSSoft.Frame.APP
{
partial class FormICSINVReceiptDetail
{
/// <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(FormICSINVReceiptDetail));
this.btnExit = new DevExpress.XtraEditors.SimpleButton();
this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
this.btnDel = new DevExpress.XtraEditors.SimpleButton();
this.btnClose = new DevExpress.XtraEditors.SimpleButton();
this.lblTitle = new DevExpress.XtraEditors.LabelControl();
this.btnEdit = new DevExpress.XtraEditors.SimpleButton();
this.btnADD = new DevExpress.XtraEditors.SimpleButton();
this.rptPage = new ICSSoft.Base.UserControl.FormControl.PageNavTool();
this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
this.grdDetail = new DevExpress.XtraGrid.GridControl();
this.grvDetail = new DevExpress.XtraGrid.Views.Grid.GridView();
this.colisSelect = new DevExpress.XtraGrid.Columns.GridColumn();
this.colID = new DevExpress.XtraGrid.Columns.GridColumn();
this.colReceiptID = new DevExpress.XtraGrid.Columns.GridColumn();
this.colReceiptNO = new DevExpress.XtraGrid.Columns.GridColumn();
this.colReceiptLine = new DevExpress.XtraGrid.Columns.GridColumn();
this.colORDERNO = new DevExpress.XtraGrid.Columns.GridColumn();
this.colORDERLINE = new DevExpress.XtraGrid.Columns.GridColumn();
this.colRECSTATUS = new DevExpress.XtraGrid.Columns.GridColumn();
this.colIQCStatus = new DevExpress.XtraGrid.Columns.GridColumn();
this.colMEMO = new DevExpress.XtraGrid.Columns.GridColumn();
this.colMOCODE = new DevExpress.XtraGrid.Columns.GridColumn();
this.colITEMCODE = new DevExpress.XtraGrid.Columns.GridColumn();
this.colPLANQTY = new DevExpress.XtraGrid.Columns.GridColumn();
this.colQualifyQTY = new DevExpress.XtraGrid.Columns.GridColumn();
this.colVenderLotNO = new DevExpress.XtraGrid.Columns.GridColumn();
this.colACTQTY = new DevExpress.XtraGrid.Columns.GridColumn();
this.colRECTIME = new DevExpress.XtraGrid.Columns.GridColumn();
this.colRECUSER = new DevExpress.XtraGrid.Columns.GridColumn();
this.colWorkPoint = new DevExpress.XtraGrid.Columns.GridColumn();
this.colMUSER = new DevExpress.XtraGrid.Columns.GridColumn();
this.colMUSERName = new DevExpress.XtraGrid.Columns.GridColumn();
this.colMTIME = new DevExpress.XtraGrid.Columns.GridColumn();
this.colEATTRIBUTE1 = new DevExpress.XtraGrid.Columns.GridColumn();
this.colINVUSER = new DevExpress.XtraGrid.Columns.GridColumn();
this.colISINSTORAGE = new DevExpress.XtraGrid.Columns.GridColumn();
this.colITEMNAME = new DevExpress.XtraGrid.Columns.GridColumn();
this.colMODESC = new DevExpress.XtraGrid.Columns.GridColumn();
this.grvAdvDetail = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView();
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
this.panelControl3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
this.groupControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).BeginInit();
this.SuspendLayout();
//
// 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(407, 0);
this.btnExit.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnExit.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnExit.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(79, 47);
this.btnExit.TabIndex = 10;
this.btnExit.Text = "退出";
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
//
// panelControl3
//
this.panelControl3.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
this.panelControl3.Appearance.Options.UseBackColor = true;
this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl3.Controls.Add(this.btnDel);
this.panelControl3.Controls.Add(this.btnClose);
this.panelControl3.Controls.Add(this.lblTitle);
this.panelControl3.Controls.Add(this.btnEdit);
this.panelControl3.Controls.Add(this.btnExit);
this.panelControl3.Controls.Add(this.btnADD);
this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top;
this.panelControl3.Location = new System.Drawing.Point(0, 0);
this.panelControl3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.panelControl3.Name = "panelControl3";
this.panelControl3.Size = new System.Drawing.Size(1480, 47);
this.panelControl3.TabIndex = 13;
//
// btnDel
//
this.btnDel.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnDel.Appearance.ForeColor = System.Drawing.Color.White;
this.btnDel.Appearance.Options.UseFont = true;
this.btnDel.Appearance.Options.UseForeColor = true;
this.btnDel.Appearance.Options.UseTextOptions = true;
this.btnDel.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
this.btnDel.Image = ((System.Drawing.Image)(resources.GetObject("btnDel.Image")));
this.btnDel.Location = new System.Drawing.Point(324, 0);
this.btnDel.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnDel.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnDel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.btnDel.Name = "btnDel";
this.btnDel.Size = new System.Drawing.Size(83, 47);
this.btnDel.TabIndex = 34;
this.btnDel.Text = "删除";
this.btnDel.Click += new System.EventHandler(this.btnDel_Click);
//
// 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(1441, 0);
this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnClose.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(39, 47);
this.btnClose.TabIndex = 25;
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, 6);
this.lblTitle.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.lblTitle.Name = "lblTitle";
this.lblTitle.Size = new System.Drawing.Size(139, 36);
this.lblTitle.TabIndex = 19;
this.lblTitle.Text = " 到货单明细";
//
// btnEdit
//
this.btnEdit.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnEdit.Appearance.ForeColor = System.Drawing.Color.White;
this.btnEdit.Appearance.Options.UseFont = true;
this.btnEdit.Appearance.Options.UseForeColor = true;
this.btnEdit.Appearance.Options.UseTextOptions = true;
this.btnEdit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
this.btnEdit.Image = ((System.Drawing.Image)(resources.GetObject("btnEdit.Image")));
this.btnEdit.Location = new System.Drawing.Point(234, 0);
this.btnEdit.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnEdit.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnEdit.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.btnEdit.Name = "btnEdit";
this.btnEdit.Size = new System.Drawing.Size(90, 47);
this.btnEdit.TabIndex = 33;
this.btnEdit.Text = "修改";
this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
//
// btnADD
//
this.btnADD.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnADD.Appearance.ForeColor = System.Drawing.Color.White;
this.btnADD.Appearance.Options.UseFont = true;
this.btnADD.Appearance.Options.UseForeColor = true;
this.btnADD.Appearance.Options.UseTextOptions = true;
this.btnADD.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
this.btnADD.Image = ((System.Drawing.Image)(resources.GetObject("btnADD.Image")));
this.btnADD.Location = new System.Drawing.Point(151, 0);
this.btnADD.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnADD.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnADD.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.btnADD.Name = "btnADD";
this.btnADD.Size = new System.Drawing.Size(83, 47);
this.btnADD.TabIndex = 32;
this.btnADD.Text = "新增";
this.btnADD.Click += new System.EventHandler(this.btnADD_Click);
//
// rptPage
//
this.rptPage.Appearance.BackColor = System.Drawing.Color.White;
this.rptPage.Appearance.Options.UseBackColor = true;
this.rptPage.Dock = System.Windows.Forms.DockStyle.Bottom;
this.rptPage.isInit = false;
this.rptPage.Location = new System.Drawing.Point(0, 649);
this.rptPage.Margin = new System.Windows.Forms.Padding(6, 8, 6, 8);
this.rptPage.Name = "rptPage";
this.rptPage.PageIndex = 0;
this.rptPage.PageSize = 0;
this.rptPage.RecordNum = 0;
this.rptPage.Size = new System.Drawing.Size(1480, 41);
this.rptPage.TabIndex = 15;
//this.rptPage.PageIndexChanged += new ICSSoft.Base.UserControl.FormControl.PageNavTool.PageChageHandel(this.rptPage_PageIndexChanged);
//
// groupControl1
//
this.groupControl1.Controls.Add(this.grdDetail);
this.groupControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupControl1.Location = new System.Drawing.Point(0, 47);
this.groupControl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.groupControl1.Name = "groupControl1";
this.groupControl1.Size = new System.Drawing.Size(1480, 602);
this.groupControl1.TabIndex = 14;
this.groupControl1.Text = "详细信息";
//
// grdDetail
//
this.grdDetail.Dock = System.Windows.Forms.DockStyle.Fill;
this.grdDetail.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.grdDetail.Location = new System.Drawing.Point(2, 30);
this.grdDetail.MainView = this.grvDetail;
this.grdDetail.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.grdDetail.Name = "grdDetail";
this.grdDetail.Size = new System.Drawing.Size(1476, 570);
this.grdDetail.TabIndex = 0;
this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.grvDetail,
this.grvAdvDetail});
this.grdDetail.DoubleClick += new System.EventHandler(this.grdDetail_DoubleClick);
//
// grvDetail
//
this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.colisSelect,
this.colID,
this.colReceiptID,
this.colReceiptNO,
this.colReceiptLine,
this.colORDERNO,
this.colORDERLINE,
this.colRECSTATUS,
this.colIQCStatus,
this.colMEMO,
this.colMOCODE,
this.colITEMCODE,
this.colPLANQTY,
this.colQualifyQTY,
this.colVenderLotNO,
this.colACTQTY,
this.colRECTIME,
this.colRECUSER,
this.colWorkPoint,
this.colMUSER,
this.colMUSERName,
this.colMTIME,
this.colEATTRIBUTE1,
this.colINVUSER,
this.colISINSTORAGE,
this.colITEMNAME,
this.colMODESC});
this.grvDetail.FixedLineWidth = 3;
this.grvDetail.GridControl = this.grdDetail;
this.grvDetail.IndicatorWidth = 30;
this.grvDetail.Name = "grvDetail";
this.grvDetail.OptionsBehavior.Editable = false;
this.grvDetail.OptionsBehavior.ReadOnly = true;
this.grvDetail.OptionsSelection.MultiSelect = true;
this.grvDetail.OptionsView.ColumnAutoWidth = false;
this.grvDetail.OptionsView.ShowFooter = true;
this.grvDetail.OptionsView.ShowGroupPanel = false;
this.grvDetail.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.grvDetail_CustomDrawRowIndicator);
this.grvDetail.CustomDrawCell += new DevExpress.XtraGrid.Views.Base.RowCellCustomDrawEventHandler(this.grvDetail_CustomDrawCell);
//
// colisSelect
//
this.colisSelect.Caption = "选择";
this.colisSelect.FieldName = "isSelect";
this.colisSelect.Name = "colisSelect";
this.colisSelect.OptionsColumn.AllowEdit = false;
this.colisSelect.OptionsColumn.ReadOnly = true;
this.colisSelect.Visible = true;
this.colisSelect.VisibleIndex = 0;
//
// colID
//
this.colID.Caption = "guid";
this.colID.FieldName = "ID";
this.colID.Name = "colID";
//
// colReceiptID
//
this.colReceiptID.Caption = "到货单guid";
this.colReceiptID.FieldName = "ReceiptID";
this.colReceiptID.Name = "colReceiptID";
//
// colReceiptNO
//
this.colReceiptNO.Caption = "到货单号";
this.colReceiptNO.FieldName = "ReceiptNO";
this.colReceiptNO.Name = "colReceiptNO";
this.colReceiptNO.Visible = true;
this.colReceiptNO.VisibleIndex = 1;
//
// colReceiptLine
//
this.colReceiptLine.Caption = "到货单行号";
this.colReceiptLine.FieldName = "ReceiptLine";
this.colReceiptLine.Name = "colReceiptLine";
this.colReceiptLine.Visible = true;
this.colReceiptLine.VisibleIndex = 2;
//
// colORDERNO
//
this.colORDERNO.Caption = "采购单号";
this.colORDERNO.FieldName = "ORDERNO";
this.colORDERNO.Name = "colORDERNO";
this.colORDERNO.Visible = true;
this.colORDERNO.VisibleIndex = 3;
//
// colORDERLINE
//
this.colORDERLINE.Caption = "采购单行号";
this.colORDERLINE.FieldName = "ORDERLINE";
this.colORDERLINE.Name = "colORDERLINE";
this.colORDERLINE.Visible = true;
this.colORDERLINE.VisibleIndex = 4;
//
// colRECSTATUS
//
this.colRECSTATUS.Caption = "到货单状态";
this.colRECSTATUS.FieldName = "RECSTATUS";
this.colRECSTATUS.Name = "colRECSTATUS";
this.colRECSTATUS.Visible = true;
this.colRECSTATUS.VisibleIndex = 9;
//
// colIQCStatus
//
this.colIQCStatus.Caption = "IQC检验状态";
this.colIQCStatus.FieldName = "IQCStatus";
this.colIQCStatus.Name = "colIQCStatus";
this.colIQCStatus.Visible = true;
this.colIQCStatus.VisibleIndex = 10;
//
// colMEMO
//
this.colMEMO.Caption = "备注";
this.colMEMO.FieldName = "MEMO";
this.colMEMO.Name = "colMEMO";
this.colMEMO.Visible = true;
this.colMEMO.VisibleIndex = 11;
//
// colMOCODE
//
this.colMOCODE.Caption = "生产订单号";
this.colMOCODE.FieldName = "MOCODE";
this.colMOCODE.Name = "colMOCODE";
//
// colITEMCODE
//
this.colITEMCODE.Caption = "物料代码";
this.colITEMCODE.FieldName = "ITEMCODE";
this.colITEMCODE.Name = "colITEMCODE";
this.colITEMCODE.Visible = true;
this.colITEMCODE.VisibleIndex = 6;
//
// colPLANQTY
//
this.colPLANQTY.Caption = "计划数量";
this.colPLANQTY.FieldName = "PLANQTY";
this.colPLANQTY.Name = "colPLANQTY";
this.colPLANQTY.Visible = true;
this.colPLANQTY.VisibleIndex = 8;
//
// colQualifyQTY
//
this.colQualifyQTY.Caption = "合格数量";
this.colQualifyQTY.FieldName = "QualifyQTY";
this.colQualifyQTY.Name = "colQualifyQTY";
//
// colVenderLotNO
//
this.colVenderLotNO.Caption = "供应商物料批号";
this.colVenderLotNO.FieldName = "VenderLotNO";
this.colVenderLotNO.Name = "colVenderLotNO";
this.colVenderLotNO.Visible = true;
this.colVenderLotNO.VisibleIndex = 5;
//
// colACTQTY
//
this.colACTQTY.Caption = "入库数量";
this.colACTQTY.FieldName = "ACTQTY";
this.colACTQTY.Name = "colACTQTY";
//
// colRECTIME
//
this.colRECTIME.Caption = "入库时间";
this.colRECTIME.FieldName = "RECTIME";
this.colRECTIME.Name = "colRECTIME";
//
// colRECUSER
//
this.colRECUSER.Caption = "入库用户";
this.colRECUSER.FieldName = "RECUSER";
this.colRECUSER.Name = "colRECUSER";
//
// colWorkPoint
//
this.colWorkPoint.Caption = "站点";
this.colWorkPoint.FieldName = "WorkPoint";
this.colWorkPoint.Name = "colWorkPoint";
//
// colMUSER
//
this.colMUSER.Caption = "维护人";
this.colMUSER.FieldName = "MUSER";
this.colMUSER.Name = "colMUSER";
//
// colMUSERName
//
this.colMUSERName.Caption = "维护人名称";
this.colMUSERName.FieldName = "MUSERName";
this.colMUSERName.Name = "colMUSERName";
this.colMUSERName.Visible = true;
this.colMUSERName.VisibleIndex = 12;
//
// colMTIME
//
this.colMTIME.Caption = "维护时间";
this.colMTIME.FieldName = "MTIME";
this.colMTIME.Name = "colMTIME";
this.colMTIME.Visible = true;
this.colMTIME.VisibleIndex = 13;
//
// colEATTRIBUTE1
//
this.colEATTRIBUTE1.Caption = "备用字段";
this.colEATTRIBUTE1.FieldName = "EATTRIBUTE1";
this.colEATTRIBUTE1.Name = "colEATTRIBUTE1";
//
// colINVUSER
//
this.colINVUSER.Caption = "保管员";
this.colINVUSER.FieldName = "INVUSER";
this.colINVUSER.Name = "colINVUSER";
//
// colISINSTORAGE
//
this.colISINSTORAGE.Caption = "是否所有入库单明细都已入库,Y/N";
this.colISINSTORAGE.FieldName = "ISINSTORAGE";
this.colISINSTORAGE.Name = "colISINSTORAGE";
//
// colITEMNAME
//
this.colITEMNAME.Caption = "存货名称";
this.colITEMNAME.FieldName = "ITEMNAME";
this.colITEMNAME.Name = "colITEMNAME";
this.colITEMNAME.Visible = true;
this.colITEMNAME.VisibleIndex = 7;
//
// colMODESC
//
this.colMODESC.Caption = "工单描述";
this.colMODESC.FieldName = "MODESC";
this.colMODESC.Name = "colMODESC";
//
// grvAdvDetail
//
this.grvAdvDetail.GridControl = this.grdDetail;
this.grvAdvDetail.Name = "grvAdvDetail";
this.grvAdvDetail.OptionsBehavior.ReadOnly = true;
this.grvAdvDetail.OptionsSelection.MultiSelect = true;
this.grvAdvDetail.OptionsView.ShowFooter = true;
this.grvAdvDetail.OptionsView.ShowGroupPanel = false;
//
// FormICSINVReceiptDetail
//
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1480, 690);
this.Controls.Add(this.groupControl1);
this.Controls.Add(this.rptPage);
this.Controls.Add(this.panelControl3);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.Name = "FormICSINVReceiptDetail";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "FormGridReport";
this.Load += new System.EventHandler(this.FormICSINVReceiptDetail_Load);
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
this.panelControl3.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
this.groupControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.SimpleButton btnExit;
private DevExpress.XtraEditors.PanelControl panelControl3;
private DevExpress.XtraEditors.LabelControl lblTitle;
private Base.UserControl.FormControl.PageNavTool rptPage;
private DevExpress.XtraEditors.GroupControl groupControl1;
private DevExpress.XtraGrid.GridControl grdDetail;
private DevExpress.XtraGrid.Views.Grid.GridView grvDetail;
private DevExpress.XtraGrid.Columns.GridColumn colisSelect;
private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView grvAdvDetail;
private DevExpress.XtraEditors.SimpleButton btnClose;
private DevExpress.XtraGrid.Columns.GridColumn colID;
private DevExpress.XtraGrid.Columns.GridColumn colReceiptID;
private DevExpress.XtraGrid.Columns.GridColumn colReceiptNO;
private DevExpress.XtraGrid.Columns.GridColumn colReceiptLine;
private DevExpress.XtraGrid.Columns.GridColumn colORDERNO;
private DevExpress.XtraGrid.Columns.GridColumn colORDERLINE;
private DevExpress.XtraGrid.Columns.GridColumn colRECSTATUS;
private DevExpress.XtraGrid.Columns.GridColumn colIQCStatus;
private DevExpress.XtraGrid.Columns.GridColumn colMEMO;
private DevExpress.XtraGrid.Columns.GridColumn colMOCODE;
private DevExpress.XtraGrid.Columns.GridColumn colITEMCODE;
private DevExpress.XtraGrid.Columns.GridColumn colPLANQTY;
private DevExpress.XtraGrid.Columns.GridColumn colQualifyQTY;
private DevExpress.XtraGrid.Columns.GridColumn colVenderLotNO;
private DevExpress.XtraGrid.Columns.GridColumn colACTQTY;
private DevExpress.XtraGrid.Columns.GridColumn colRECTIME;
private DevExpress.XtraGrid.Columns.GridColumn colRECUSER;
private DevExpress.XtraGrid.Columns.GridColumn colWorkPoint;
private DevExpress.XtraGrid.Columns.GridColumn colMUSER;
private DevExpress.XtraGrid.Columns.GridColumn colMUSERName;
private DevExpress.XtraGrid.Columns.GridColumn colMTIME;
private DevExpress.XtraGrid.Columns.GridColumn colEATTRIBUTE1;
private DevExpress.XtraGrid.Columns.GridColumn colINVUSER;
private DevExpress.XtraGrid.Columns.GridColumn colISINSTORAGE;
private DevExpress.XtraGrid.Columns.GridColumn colITEMNAME;
private DevExpress.XtraEditors.SimpleButton btnADD;
private DevExpress.XtraEditors.SimpleButton btnEdit;
private DevExpress.XtraEditors.SimpleButton btnDel;
private DevExpress.XtraGrid.Columns.GridColumn colMODESC;
}
}