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

508 lines
27 KiB

namespace ICSSoft.Frame.APP
{
partial class FormICSITEMBox
{
/// <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(FormICSITEMBox));
this.btnExit = new DevExpress.XtraEditors.SimpleButton();
this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
this.simpleButton4 = new DevExpress.XtraEditors.SimpleButton();
this.btnModify = new DevExpress.XtraEditors.SimpleButton();
this.btnDel = new DevExpress.XtraEditors.SimpleButton();
this.btnClose = new DevExpress.XtraEditors.SimpleButton();
this.btnCreate = new DevExpress.XtraEditors.SimpleButton();
this.MOTitle = new DevExpress.XtraEditors.LabelControl();
this.grdDetail = new DevExpress.XtraGrid.GridControl();
this.grvDetail = new DevExpress.XtraGrid.Views.Grid.GridView();
this.colLotNO = 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.colLotQty = new DevExpress.XtraGrid.Columns.GridColumn();
this.colINVUOM = new DevExpress.XtraGrid.Columns.GridColumn();
this.grvAdvDetail = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView();
this.panel1 = new System.Windows.Forms.Panel();
this.txtLOTNO = new DevExpress.XtraEditors.TextEdit();
this.label1 = new System.Windows.Forms.Label();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.panel2 = new System.Windows.Forms.Panel();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.gridControlGroup = new DevExpress.XtraGrid.GridControl();
this.gridViewGroup = new DevExpress.XtraGrid.Views.Grid.GridView();
this.LotNO = new DevExpress.XtraGrid.Columns.GridColumn();
this.CUSORDERNO = new DevExpress.XtraGrid.Columns.GridColumn();
this.CUSITEMCODE = new DevExpress.XtraGrid.Columns.GridColumn();
this.INVSTD = new DevExpress.XtraGrid.Columns.GridColumn();
this.LotQty = new DevExpress.XtraGrid.Columns.GridColumn();
this.advBandedGridView1 = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView();
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
this.panelControl3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).BeginInit();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txtLOTNO.Properties)).BeginInit();
this.groupBox1.SuspendLayout();
this.panel2.SuspendLayout();
this.groupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gridControlGroup)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridViewGroup)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.advBandedGridView1)).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(336, 0);
this.btnExit.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnExit.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(55, 30);
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.simpleButton4);
this.panelControl3.Controls.Add(this.btnModify);
this.panelControl3.Controls.Add(this.btnDel);
this.panelControl3.Controls.Add(this.btnClose);
this.panelControl3.Controls.Add(this.btnCreate);
this.panelControl3.Controls.Add(this.MOTitle);
this.panelControl3.Controls.Add(this.btnExit);
this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top;
this.panelControl3.Location = new System.Drawing.Point(0, 0);
this.panelControl3.Name = "panelControl3";
this.panelControl3.Size = new System.Drawing.Size(1036, 30);
this.panelControl3.TabIndex = 13;
//
// 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(135, 0);
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 = 123;
this.simpleButton4.Text = "打印标签";
this.simpleButton4.Click += new System.EventHandler(this.simpleButton4_Click);
//
// btnModify
//
this.btnModify.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnModify.Appearance.ForeColor = System.Drawing.Color.White;
this.btnModify.Appearance.Options.UseFont = true;
this.btnModify.Appearance.Options.UseForeColor = true;
this.btnModify.Appearance.Options.UseTextOptions = true;
this.btnModify.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
this.btnModify.Image = ((System.Drawing.Image)(resources.GetObject("btnModify.Image")));
this.btnModify.Location = new System.Drawing.Point(215, 0);
this.btnModify.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnModify.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnModify.Name = "btnModify";
this.btnModify.Size = new System.Drawing.Size(63, 30);
this.btnModify.TabIndex = 27;
this.btnModify.Text = "删除行";
this.btnModify.Click += new System.EventHandler(this.btnModify_Click);
//
// 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(278, 0);
this.btnDel.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnDel.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnDel.Name = "btnDel";
this.btnDel.Size = new System.Drawing.Size(58, 30);
this.btnDel.TabIndex = 26;
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(1010, 0);
this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(26, 29);
this.btnClose.TabIndex = 25;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// btnCreate
//
this.btnCreate.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnCreate.Appearance.ForeColor = System.Drawing.Color.White;
this.btnCreate.Appearance.Options.UseFont = true;
this.btnCreate.Appearance.Options.UseForeColor = true;
this.btnCreate.Appearance.Options.UseTextOptions = true;
this.btnCreate.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
this.btnCreate.Image = ((System.Drawing.Image)(resources.GetObject("btnCreate.Image")));
this.btnCreate.Location = new System.Drawing.Point(76, 0);
this.btnCreate.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnCreate.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnCreate.Name = "btnCreate";
this.btnCreate.Size = new System.Drawing.Size(59, 30);
this.btnCreate.TabIndex = 23;
this.btnCreate.Text = "拼箱";
this.btnCreate.Click += new System.EventHandler(this.btnCreate_Click);
//
// MOTitle
//
this.MOTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.MOTitle.Appearance.ForeColor = System.Drawing.Color.White;
this.MOTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
this.MOTitle.Location = new System.Drawing.Point(3, 4);
this.MOTitle.Name = "MOTitle";
this.MOTitle.Size = new System.Drawing.Size(100, 23);
this.MOTitle.TabIndex = 19;
this.MOTitle.Text = "拼箱管理";
//
// grdDetail
//
this.grdDetail.Dock = System.Windows.Forms.DockStyle.Fill;
this.grdDetail.Location = new System.Drawing.Point(3, 18);
this.grdDetail.MainView = this.grvDetail;
this.grdDetail.Name = "grdDetail";
this.grdDetail.Size = new System.Drawing.Size(1030, 297);
this.grdDetail.TabIndex = 0;
this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.grvDetail,
this.grvAdvDetail});
//
// grvDetail
//
this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.colLotNO,
this.colINVCode,
this.colINVNAME,
this.colINVSTD,
this.colLotQty,
this.colINVUOM});
this.grvDetail.GridControl = this.grdDetail;
this.grvDetail.IndicatorWidth = 40;
this.grvDetail.Name = "grvDetail";
this.grvDetail.OptionsBehavior.ReadOnly = true;
this.grvDetail.OptionsSelection.MultiSelect = true;
this.grvDetail.OptionsView.ColumnAutoWidth = false;
this.grvDetail.OptionsView.ShowGroupPanel = false;
this.grvDetail.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.grvDetail_CustomDrawRowIndicator);
//
// colLotNO
//
this.colLotNO.Caption = "成品条码";
this.colLotNO.FieldName = "LotNO";
this.colLotNO.Name = "colLotNO";
this.colLotNO.Visible = true;
this.colLotNO.VisibleIndex = 0;
this.colLotNO.Width = 90;
//
// colINVCode
//
this.colINVCode.Caption = "存货编码";
this.colINVCode.FieldName = "INVCode";
this.colINVCode.Name = "colINVCode";
this.colINVCode.Visible = true;
this.colINVCode.VisibleIndex = 1;
this.colINVCode.Width = 81;
//
// colINVNAME
//
this.colINVNAME.Caption = "存货名称";
this.colINVNAME.FieldName = "INVNAME";
this.colINVNAME.Name = "colINVNAME";
this.colINVNAME.Visible = true;
this.colINVNAME.VisibleIndex = 2;
this.colINVNAME.Width = 101;
//
// colINVSTD
//
this.colINVSTD.Caption = "产品规格型号";
this.colINVSTD.FieldName = "INVSTD";
this.colINVSTD.Name = "colINVSTD";
this.colINVSTD.Visible = true;
this.colINVSTD.VisibleIndex = 3;
this.colINVSTD.Width = 108;
//
// colLotQty
//
this.colLotQty.Caption = "数量";
this.colLotQty.FieldName = "LotQty";
this.colLotQty.Name = "colLotQty";
this.colLotQty.Visible = true;
this.colLotQty.VisibleIndex = 4;
//
// colINVUOM
//
this.colINVUOM.Caption = "单位";
this.colINVUOM.FieldName = "INVUOM";
this.colINVUOM.Name = "colINVUOM";
this.colINVUOM.Visible = true;
this.colINVUOM.VisibleIndex = 5;
//
// 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;
//
// panel1
//
this.panel1.Controls.Add(this.txtLOTNO);
this.panel1.Controls.Add(this.label1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 30);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1036, 50);
this.panel1.TabIndex = 1;
//
// txtLOTNO
//
this.txtLOTNO.Location = new System.Drawing.Point(112, 16);
this.txtLOTNO.Name = "txtLOTNO";
this.txtLOTNO.Size = new System.Drawing.Size(157, 20);
this.txtLOTNO.TabIndex = 7;
this.txtLOTNO.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtLOTNO_KeyPress);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.Location = new System.Drawing.Point(34, 19);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(72, 14);
this.label1.TabIndex = 0;
this.label1.Text = "成品条码:";
//
// groupBox1
//
this.groupBox1.Controls.Add(this.grdDetail);
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
this.groupBox1.Location = new System.Drawing.Point(0, 0);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(1036, 318);
this.groupBox1.TabIndex = 1;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "扫描信息";
//
// panel2
//
this.panel2.Controls.Add(this.groupBox2);
this.panel2.Controls.Add(this.groupBox1);
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel2.Location = new System.Drawing.Point(0, 80);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(1036, 663);
this.panel2.TabIndex = 14;
//
// groupBox2
//
this.groupBox2.Controls.Add(this.gridControlGroup);
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox2.Location = new System.Drawing.Point(0, 318);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(1036, 345);
this.groupBox2.TabIndex = 2;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "装箱信息";
//
// gridControlGroup
//
this.gridControlGroup.Dock = System.Windows.Forms.DockStyle.Fill;
this.gridControlGroup.Location = new System.Drawing.Point(3, 18);
this.gridControlGroup.MainView = this.gridViewGroup;
this.gridControlGroup.Name = "gridControlGroup";
this.gridControlGroup.Size = new System.Drawing.Size(1030, 324);
this.gridControlGroup.TabIndex = 0;
this.gridControlGroup.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridViewGroup,
this.advBandedGridView1});
//
// gridViewGroup
//
this.gridViewGroup.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.LotNO,
this.CUSORDERNO,
this.CUSITEMCODE,
this.INVSTD,
this.LotQty});
this.gridViewGroup.GridControl = this.gridControlGroup;
this.gridViewGroup.IndicatorWidth = 40;
this.gridViewGroup.Name = "gridViewGroup";
this.gridViewGroup.OptionsBehavior.ReadOnly = true;
this.gridViewGroup.OptionsSelection.MultiSelect = true;
this.gridViewGroup.OptionsView.ColumnAutoWidth = false;
this.gridViewGroup.OptionsView.ShowGroupPanel = false;
this.gridViewGroup.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.grvDetail_CustomDrawRowIndicator);
//
// LotNO
//
this.LotNO.Caption = "条码";
this.LotNO.FieldName = "LotNO";
this.LotNO.Name = "LotNO";
this.LotNO.Width = 90;
//
// CUSORDERNO
//
this.CUSORDERNO.Caption = "客户订单号";
this.CUSORDERNO.FieldName = "CUSORDERNO";
this.CUSORDERNO.Name = "CUSORDERNO";
this.CUSORDERNO.Width = 70;
//
// CUSITEMCODE
//
this.CUSITEMCODE.Caption = "客户存货编码";
this.CUSITEMCODE.FieldName = "CUSITEMCODE";
this.CUSITEMCODE.Name = "CUSITEMCODE";
this.CUSITEMCODE.Width = 106;
//
// INVSTD
//
this.INVSTD.Caption = "规格型号";
this.INVSTD.FieldName = "INVSTD";
this.INVSTD.Name = "INVSTD";
this.INVSTD.Visible = true;
this.INVSTD.VisibleIndex = 0;
//
// LotQty
//
this.LotQty.Caption = "数量";
this.LotQty.FieldName = "LotQty";
this.LotQty.Name = "LotQty";
this.LotQty.Visible = true;
this.LotQty.VisibleIndex = 1;
//
// advBandedGridView1
//
this.advBandedGridView1.GridControl = this.gridControlGroup;
this.advBandedGridView1.Name = "advBandedGridView1";
this.advBandedGridView1.OptionsBehavior.ReadOnly = true;
this.advBandedGridView1.OptionsSelection.MultiSelect = true;
this.advBandedGridView1.OptionsView.ShowFooter = true;
this.advBandedGridView1.OptionsView.ShowGroupPanel = false;
//
// FormICSITEMBox
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1036, 743);
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1);
this.Controls.Add(this.panelControl3);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "FormICSITEMBox";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "FormICSITEMBox";
this.Load += new System.EventHandler(this.FormICSITEMBox_Load);
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
this.panelControl3.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).EndInit();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.txtLOTNO.Properties)).EndInit();
this.groupBox1.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.groupBox2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.gridControlGroup)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridViewGroup)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.advBandedGridView1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.SimpleButton btnExit;
private DevExpress.XtraEditors.PanelControl panelControl3;
private DevExpress.XtraEditors.LabelControl MOTitle;
private DevExpress.XtraEditors.SimpleButton btnCreate;
private DevExpress.XtraGrid.GridControl grdDetail;
private DevExpress.XtraGrid.Views.Grid.GridView grvDetail;
private DevExpress.XtraGrid.Columns.GridColumn colINVCode;
private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView grvAdvDetail;
private DevExpress.XtraEditors.SimpleButton btnClose;
private DevExpress.XtraGrid.Columns.GridColumn colLotNO;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Label label1;
private DevExpress.XtraGrid.Columns.GridColumn colINVNAME;
private DevExpress.XtraGrid.Columns.GridColumn colINVSTD;
private DevExpress.XtraGrid.Columns.GridColumn colLotQty;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.GroupBox groupBox2;
private DevExpress.XtraGrid.GridControl gridControlGroup;
private DevExpress.XtraGrid.Views.Grid.GridView gridViewGroup;
private DevExpress.XtraGrid.Columns.GridColumn LotNO;
private DevExpress.XtraGrid.Columns.GridColumn CUSORDERNO;
private DevExpress.XtraGrid.Columns.GridColumn CUSITEMCODE;
private DevExpress.XtraGrid.Columns.GridColumn INVSTD;
private DevExpress.XtraGrid.Columns.GridColumn LotQty;
private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView advBandedGridView1;
private DevExpress.XtraEditors.SimpleButton btnModify;
private DevExpress.XtraEditors.SimpleButton btnDel;
private DevExpress.XtraEditors.TextEdit txtLOTNO;
private DevExpress.XtraGrid.Columns.GridColumn colINVUOM;
private DevExpress.XtraEditors.SimpleButton simpleButton4;
}
}