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

630 lines
34 KiB

namespace ICSSoft.Frame.APP
{
partial class FormICSInput
{
/// <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(FormICSInput));
this.btnExit = new DevExpress.XtraEditors.SimpleButton();
this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
this.btnOutPut = new DevExpress.XtraEditors.SimpleButton();
this.btnCancelAll = new DevExpress.XtraEditors.SimpleButton();
this.btnSelectAll = new DevExpress.XtraEditors.SimpleButton();
this.btnClose = new DevExpress.XtraEditors.SimpleButton();
this.btnCreate = new DevExpress.XtraEditors.SimpleButton();
this.MOTitle = new DevExpress.XtraEditors.LabelControl();
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.colID = new DevExpress.XtraGrid.Columns.GridColumn();
this.colisSelect = new DevExpress.XtraGrid.Columns.GridColumn();
this.colRdrecordSEQ = new DevExpress.XtraGrid.Columns.GridColumn();
this.colLOTNO = new DevExpress.XtraGrid.Columns.GridColumn();
this.colQuantity = new DevExpress.XtraGrid.Columns.GridColumn();
this.colMOCODE = new DevExpress.XtraGrid.Columns.GridColumn();
this.colMOSEQ = new DevExpress.XtraGrid.Columns.GridColumn();
this.colStorageCode = new DevExpress.XtraGrid.Columns.GridColumn();
this.colisInput = new DevExpress.XtraGrid.Columns.GridColumn();
this.colcInvCode = new DevExpress.XtraGrid.Columns.GridColumn();
this.colINVNAME = new DevExpress.XtraGrid.Columns.GridColumn();
this.colINVCLASS = new DevExpress.XtraGrid.Columns.GridColumn();
this.colINVCONTROLTYPE = new DevExpress.XtraGrid.Columns.GridColumn();
this.colRECSTATUS = new DevExpress.XtraGrid.Columns.GridColumn();
this.colRowID = new DevExpress.XtraGrid.Columns.GridColumn();
this.grvAdvDetail = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView();
this.panel1 = new System.Windows.Forms.Panel();
this.txtStackName = new DevExpress.XtraEditors.TextEdit();
this.label4 = new System.Windows.Forms.Label();
this.txtStorageName = new DevExpress.XtraEditors.TextEdit();
this.txtStorageCode = new DevExpress.XtraEditors.TextEdit();
this.label5 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.txtStackCode = new DevExpress.XtraEditors.GridLookUpEdit();
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.txtCode = new DevExpress.XtraEditors.GridLookUpEdit();
this.gridLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
((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.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txtStackName.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtStorageName.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtStorageCode.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtStackCode.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtCode.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridLookUpEdit1View)).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(317, 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.btnOutPut);
this.panelControl3.Controls.Add(this.btnCancelAll);
this.panelControl3.Controls.Add(this.btnSelectAll);
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;
//
// btnOutPut
//
this.btnOutPut.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnOutPut.Appearance.ForeColor = System.Drawing.Color.White;
this.btnOutPut.Appearance.Options.UseFont = true;
this.btnOutPut.Appearance.Options.UseForeColor = true;
this.btnOutPut.Appearance.Options.UseTextOptions = true;
this.btnOutPut.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
this.btnOutPut.Image = ((System.Drawing.Image)(resources.GetObject("btnOutPut.Image")));
this.btnOutPut.Location = new System.Drawing.Point(258, 0);
this.btnOutPut.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnOutPut.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnOutPut.Name = "btnOutPut";
this.btnOutPut.Size = new System.Drawing.Size(59, 30);
this.btnOutPut.TabIndex = 29;
this.btnOutPut.Text = "导出";
this.btnOutPut.Click += new System.EventHandler(this.btnOutPut_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(143, 0);
this.btnCancelAll.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnCancelAll.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnCancelAll.Name = "btnCancelAll";
this.btnCancelAll.Size = new System.Drawing.Size(57, 30);
this.btnCancelAll.TabIndex = 28;
this.btnCancelAll.Text = "全消";
this.btnCancelAll.Click += new System.EventHandler(this.btnCancelAll_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(86, 0);
this.btnSelectAll.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnSelectAll.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnSelectAll.Name = "btnSelectAll";
this.btnSelectAll.Size = new System.Drawing.Size(57, 30);
this.btnSelectAll.TabIndex = 27;
this.btnSelectAll.Text = "全选";
this.btnSelectAll.Click += new System.EventHandler(this.btnSelectAll_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(200, 0);
this.btnCreate.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnCreate.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnCreate.Name = "btnCreate";
this.btnCreate.Size = new System.Drawing.Size(58, 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(4, 4);
this.MOTitle.Name = "MOTitle";
this.MOTitle.Size = new System.Drawing.Size(100, 23);
this.MOTitle.TabIndex = 19;
this.MOTitle.Text = "产成品入库";
//
// 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, 413);
this.rptPage.Name = "rptPage";
this.rptPage.PageIndex = 0;
this.rptPage.PageSize = 0;
this.rptPage.RecordNum = 0;
this.rptPage.Size = new System.Drawing.Size(1036, 26);
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, 80);
this.groupControl1.Name = "groupControl1";
this.groupControl1.Size = new System.Drawing.Size(1036, 333);
this.groupControl1.TabIndex = 14;
this.groupControl1.Text = "详细信息";
//
// grdDetail
//
this.grdDetail.Dock = System.Windows.Forms.DockStyle.Fill;
this.grdDetail.Location = new System.Drawing.Point(2, 22);
this.grdDetail.MainView = this.grvDetail;
this.grdDetail.Name = "grdDetail";
this.grdDetail.Size = new System.Drawing.Size(1032, 309);
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.colID,
this.colisSelect,
this.colRdrecordSEQ,
this.colLOTNO,
this.colQuantity,
this.colMOCODE,
this.colMOSEQ,
this.colStorageCode,
this.colisInput,
this.colcInvCode,
this.colINVNAME,
this.colINVCLASS,
this.colINVCONTROLTYPE,
this.colRECSTATUS,
this.colRowID});
this.grvDetail.GridControl = this.grdDetail;
this.grvDetail.IndicatorWidth = 40;
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.RowCellStyle += new DevExpress.XtraGrid.Views.Grid.RowCellStyleEventHandler(this.grvDetail_RowCellStyle);
this.grvDetail.DoubleClick += new System.EventHandler(this.grvDetail_DoubleClick);
//
// colID
//
this.colID.Caption = "ID";
this.colID.FieldName = "ID";
this.colID.Name = "colID";
//
// colisSelect
//
this.colisSelect.Caption = "选择";
this.colisSelect.FieldName = "isSelect";
this.colisSelect.Name = "colisSelect";
this.colisSelect.Visible = true;
this.colisSelect.VisibleIndex = 0;
this.colisSelect.Width = 45;
//
// colRdrecordSEQ
//
this.colRdrecordSEQ.Caption = "行号";
this.colRdrecordSEQ.FieldName = "RdrecordSEQ";
this.colRdrecordSEQ.Name = "colRdrecordSEQ";
this.colRdrecordSEQ.Visible = true;
this.colRdrecordSEQ.VisibleIndex = 2;
//
// colLOTNO
//
this.colLOTNO.Caption = "物料条码";
this.colLOTNO.FieldName = "LOTNO";
this.colLOTNO.Name = "colLOTNO";
this.colLOTNO.Visible = true;
this.colLOTNO.VisibleIndex = 1;
this.colLOTNO.Width = 156;
//
// colQuantity
//
this.colQuantity.Caption = "数量";
this.colQuantity.FieldName = "Quantity";
this.colQuantity.Name = "colQuantity";
this.colQuantity.Visible = true;
this.colQuantity.VisibleIndex = 6;
//
// colMOCODE
//
this.colMOCODE.Caption = "生产订单号";
this.colMOCODE.FieldName = "MOCODE";
this.colMOCODE.Name = "colMOCODE";
this.colMOCODE.Visible = true;
this.colMOCODE.VisibleIndex = 7;
//
// colMOSEQ
//
this.colMOSEQ.Caption = "生产订单行号";
this.colMOSEQ.FieldName = "MOSEQ";
this.colMOSEQ.Name = "colMOSEQ";
this.colMOSEQ.Visible = true;
this.colMOSEQ.VisibleIndex = 8;
//
// colStorageCode
//
this.colStorageCode.Caption = "应入仓库";
this.colStorageCode.FieldName = "StorageCode";
this.colStorageCode.Name = "colStorageCode";
this.colStorageCode.Visible = true;
this.colStorageCode.VisibleIndex = 9;
//
// colisInput
//
this.colisInput.Caption = "已入库";
this.colisInput.FieldName = "isInput";
this.colisInput.Name = "colisInput";
this.colisInput.Visible = true;
this.colisInput.VisibleIndex = 10;
//
// colcInvCode
//
this.colcInvCode.Caption = "存货编码";
this.colcInvCode.FieldName = "cInvCode";
this.colcInvCode.Name = "colcInvCode";
this.colcInvCode.Visible = true;
this.colcInvCode.VisibleIndex = 3;
//
// colINVNAME
//
this.colINVNAME.Caption = "存货名称";
this.colINVNAME.FieldName = "INVNAME";
this.colINVNAME.Name = "colINVNAME";
this.colINVNAME.Visible = true;
this.colINVNAME.VisibleIndex = 4;
//
// colINVCLASS
//
this.colINVCLASS.Caption = "产品类别";
this.colINVCLASS.FieldName = "INVCLASS";
this.colINVCLASS.Name = "colINVCLASS";
this.colINVCLASS.Visible = true;
this.colINVCLASS.VisibleIndex = 5;
//
// colINVCONTROLTYPE
//
this.colINVCONTROLTYPE.Caption = "管控类型";
this.colINVCONTROLTYPE.FieldName = "INVCONTROLTYPE";
this.colINVCONTROLTYPE.Name = "colINVCONTROLTYPE";
this.colINVCONTROLTYPE.Visible = true;
this.colINVCONTROLTYPE.VisibleIndex = 11;
//
// colRECSTATUS
//
this.colRECSTATUS.Caption = "单据状态";
this.colRECSTATUS.FieldName = "RECSTATUS";
this.colRECSTATUS.Name = "colRECSTATUS";
//
// colRowID
//
this.colRowID.Caption = "RowID";
this.colRowID.FieldName = "RowID";
this.colRowID.Name = "colRowID";
//
// 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.txtStackName);
this.panel1.Controls.Add(this.label4);
this.panel1.Controls.Add(this.txtStorageName);
this.panel1.Controls.Add(this.txtStorageCode);
this.panel1.Controls.Add(this.label5);
this.panel1.Controls.Add(this.label3);
this.panel1.Controls.Add(this.txtStackCode);
this.panel1.Controls.Add(this.txtCode);
this.panel1.Controls.Add(this.label2);
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 = 16;
//
// txtStackName
//
this.txtStackName.Location = new System.Drawing.Point(488, 16);
this.txtStackName.Name = "txtStackName";
this.txtStackName.Properties.ReadOnly = true;
this.txtStackName.Size = new System.Drawing.Size(120, 20);
this.txtStackName.TabIndex = 6;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label4.Location = new System.Drawing.Point(422, 19);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(72, 14);
this.label4.TabIndex = 5;
this.label4.Text = "库位名称:";
//
// txtStorageName
//
this.txtStorageName.Location = new System.Drawing.Point(898, 16);
this.txtStorageName.Name = "txtStorageName";
this.txtStorageName.Properties.ReadOnly = true;
this.txtStorageName.Size = new System.Drawing.Size(120, 20);
this.txtStorageName.TabIndex = 6;
//
// txtStorageCode
//
this.txtStorageCode.Location = new System.Drawing.Point(693, 16);
this.txtStorageCode.Name = "txtStorageCode";
this.txtStorageCode.Properties.ReadOnly = true;
this.txtStorageCode.Size = new System.Drawing.Size(120, 20);
this.txtStorageCode.TabIndex = 6;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label5.Location = new System.Drawing.Point(832, 19);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(72, 14);
this.label5.TabIndex = 5;
this.label5.Text = "仓库名称:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label3.Location = new System.Drawing.Point(627, 19);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(72, 14);
this.label3.TabIndex = 5;
this.label3.Text = "仓库代码:";
//
// txtStackCode
//
this.txtStackCode.EditValue = "";
this.txtStackCode.Location = new System.Drawing.Point(285, 16);
this.txtStackCode.Name = "txtStackCode";
this.txtStackCode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.txtStackCode.Properties.ButtonsStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.txtStackCode.Properties.View = this.gridView1;
this.txtStackCode.Size = new System.Drawing.Size(120, 20);
this.txtStackCode.TabIndex = 1;
this.txtStackCode.EditValueChanged += new System.EventHandler(this.txtStackCode_EditValueChanged);
//
// gridView1
//
this.gridView1.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
this.gridView1.Name = "gridView1";
this.gridView1.OptionsSelection.EnableAppearanceFocusedCell = false;
this.gridView1.OptionsView.ShowGroupPanel = false;
//
// txtCode
//
this.txtCode.EditValue = "";
this.txtCode.Location = new System.Drawing.Point(76, 16);
this.txtCode.Name = "txtCode";
this.txtCode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.txtCode.Properties.ButtonsStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.txtCode.Properties.View = this.gridLookUpEdit1View;
this.txtCode.Size = new System.Drawing.Size(120, 20);
this.txtCode.TabIndex = 1;
this.txtCode.EditValueChanged += new System.EventHandler(this.txtMOCode_EditValueChanged);
//
// gridLookUpEdit1View
//
this.gridLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
this.gridLookUpEdit1View.Name = "gridLookUpEdit1View";
this.gridLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
this.gridLookUpEdit1View.OptionsView.ShowGroupPanel = false;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label2.Location = new System.Drawing.Point(219, 19);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(72, 14);
this.label2.TabIndex = 0;
this.label2.Text = "库位代码:";
//
// 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(19, 19);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(59, 14);
this.label1.TabIndex = 0;
this.label1.Text = "单据号:";
//
// FormICSInput
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1036, 439);
this.Controls.Add(this.groupControl1);
this.Controls.Add(this.panel1);
this.Controls.Add(this.rptPage);
this.Controls.Add(this.panelControl3);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "FormICSInput";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "FormICSInput";
this.Load += new System.EventHandler(this.FormICSInput_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.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.txtStackName.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtStorageName.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtStorageCode.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtStackCode.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtCode.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridLookUpEdit1View)).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 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 colLOTNO;
private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView grvAdvDetail;
private DevExpress.XtraEditors.SimpleButton btnClose;
private DevExpress.XtraGrid.Columns.GridColumn colisSelect;
private DevExpress.XtraEditors.SimpleButton btnSelectAll;
private DevExpress.XtraEditors.SimpleButton btnCancelAll;
private DevExpress.XtraGrid.Columns.GridColumn colQuantity;
private DevExpress.XtraGrid.Columns.GridColumn colMOCODE;
private System.Windows.Forms.Panel panel1;
private DevExpress.XtraEditors.GridLookUpEdit txtCode;
private DevExpress.XtraGrid.Views.Grid.GridView gridLookUpEdit1View;
private System.Windows.Forms.Label label1;
private DevExpress.XtraGrid.Columns.GridColumn colID;
private DevExpress.XtraEditors.SimpleButton btnOutPut;
private DevExpress.XtraGrid.Columns.GridColumn colRdrecordSEQ;
private DevExpress.XtraGrid.Columns.GridColumn colMOSEQ;
private DevExpress.XtraGrid.Columns.GridColumn colisInput;
private DevExpress.XtraGrid.Columns.GridColumn colcInvCode;
private DevExpress.XtraGrid.Columns.GridColumn colINVNAME;
private DevExpress.XtraGrid.Columns.GridColumn colINVCLASS;
private DevExpress.XtraGrid.Columns.GridColumn colINVCONTROLTYPE;
private DevExpress.XtraEditors.GridLookUpEdit txtStackCode;
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
private System.Windows.Forms.Label label2;
private DevExpress.XtraEditors.TextEdit txtStorageCode;
private System.Windows.Forms.Label label3;
private DevExpress.XtraEditors.TextEdit txtStackName;
private System.Windows.Forms.Label label4;
private DevExpress.XtraEditors.TextEdit txtStorageName;
private System.Windows.Forms.Label label5;
private DevExpress.XtraGrid.Columns.GridColumn colRECSTATUS;
private DevExpress.XtraGrid.Columns.GridColumn colStorageCode;
private DevExpress.XtraGrid.Columns.GridColumn colRowID;
}
}