|
|
namespace ICSSoft.Frame.APP { partial class FormICSAllocation { /// <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() { DevExpress.XtraGrid.GridLevelNode gridLevelNode2 = new DevExpress.XtraGrid.GridLevelNode(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormICSAllocation)); this.grvDetailone = new DevExpress.XtraGrid.Views.Grid.GridView(); this.colITEMTransID = new DevExpress.XtraGrid.Columns.GridColumn(); this.colLotNO2 = new DevExpress.XtraGrid.Columns.GridColumn(); this.colTransQTY = new DevExpress.XtraGrid.Columns.GridColumn(); this.grdDetail = new DevExpress.XtraGrid.GridControl(); this.grvDetail = new DevExpress.XtraGrid.Views.Grid.GridView(); this.colisSelect = new DevExpress.XtraGrid.Columns.GridColumn(); this.colTransferNO = new DevExpress.XtraGrid.Columns.GridColumn(); this.colTransferLine = new DevExpress.XtraGrid.Columns.GridColumn(); this.colITEMCODE = new DevExpress.XtraGrid.Columns.GridColumn(); this.colITEMNAME = new DevExpress.XtraGrid.Columns.GridColumn(); this.colFROMStorageCode = new DevExpress.XtraGrid.Columns.GridColumn(); this.colFROMStackCode = new DevExpress.XtraGrid.Columns.GridColumn(); this.colTOStorageCode = new DevExpress.XtraGrid.Columns.GridColumn(); this.colTOStackCode = new DevExpress.XtraGrid.Columns.GridColumn(); this.colPLANQTY = new DevExpress.XtraGrid.Columns.GridColumn(); this.colACTQTY = new DevExpress.XtraGrid.Columns.GridColumn(); this.colID = new DevExpress.XtraGrid.Columns.GridColumn(); this.repbtnBin = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit(); this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit(); this.grvDetailmin = new DevExpress.XtraGrid.Views.Grid.GridView(); this.colNoSerial = new DevExpress.XtraGrid.Columns.GridColumn(); this.colLotNo = new DevExpress.XtraGrid.Columns.GridColumn(); this.grvDetailtwo = new DevExpress.XtraGrid.Views.Grid.GridView(); this.colSerialNo = new DevExpress.XtraGrid.Columns.GridColumn(); this.btnOutPut = new DevExpress.XtraEditors.SimpleButton(); this.btnExit = new DevExpress.XtraEditors.SimpleButton(); this.panelControl3 = new DevExpress.XtraEditors.PanelControl(); this.btnClose = new DevExpress.XtraEditors.SimpleButton(); this.lblTitle = new DevExpress.XtraEditors.LabelControl(); this.btnRefresh = new DevExpress.XtraEditors.SimpleButton(); this.rptPage = new ICSSoft.Base.UserControl.FormControl.PageNavTool(); this.txtMEMO = new System.Windows.Forms.RichTextBox(); this.labelControl4 = new DevExpress.XtraEditors.LabelControl(); this.txtISSend = new System.Windows.Forms.CheckBox(); this.txttype = new DevExpress.XtraEditors.TextEdit(); this.labelControl7 = new DevExpress.XtraEditors.LabelControl(); this.labelControl5 = new DevExpress.XtraEditors.LabelControl(); this.labelControl6 = new DevExpress.XtraEditors.LabelControl(); this.txttostorage = new DevExpress.XtraEditors.TextEdit(); this.txtfromstorage = new DevExpress.XtraEditors.TextEdit(); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.txtTransferNO = new DevExpress.XtraEditors.ButtonEdit(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.panelControl2 = new DevExpress.XtraEditors.PanelControl(); this.txtInput = new DevExpress.XtraEditors.TextEdit(); ((System.ComponentModel.ISupportInitialize)(this.grvDetailone)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repbtnBin)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.grvDetailmin)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.grvDetailtwo)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit(); this.panelControl3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txttype.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txttostorage.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtfromstorage.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtTransferNO.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit(); this.panelControl2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txtInput.Properties)).BeginInit(); this.SuspendLayout(); //
// grvDetailone
//
this.grvDetailone.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.colITEMTransID, this.colLotNO2, this.colTransQTY}); this.grvDetailone.GridControl = this.grdDetail; this.grvDetailone.IndicatorWidth = 40; this.grvDetailone.Name = "grvDetailone"; this.grvDetailone.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CellSelect; this.grvDetailone.OptionsSelection.UseIndicatorForSelection = false; this.grvDetailone.OptionsView.ColumnAutoWidth = false; this.grvDetailone.OptionsView.ShowGroupedColumns = true; this.grvDetailone.OptionsView.ShowGroupPanel = false; this.grvDetailone.ViewCaption = "库存明细"; this.grvDetailone.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.grvDetailone_CustomDrawRowIndicator); //
// colITEMTransID
//
this.colITEMTransID.Caption = "调拨单行id"; this.colITEMTransID.FieldName = "ITEMTransID"; this.colITEMTransID.Name = "colITEMTransID"; //
// colLotNO2
//
this.colLotNO2.Caption = "物料批号"; this.colLotNO2.FieldName = "LotNO"; this.colLotNO2.Name = "colLotNO2"; this.colLotNO2.Visible = true; this.colLotNO2.VisibleIndex = 0; //
// colTransQTY
//
this.colTransQTY.Caption = "实际收发数量"; this.colTransQTY.FieldName = "TransQTY"; this.colTransQTY.Name = "colTransQTY"; this.colTransQTY.Visible = true; this.colTransQTY.VisibleIndex = 1; //
// 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.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); gridLevelNode2.LevelTemplate = this.grvDetailone; gridLevelNode2.RelationName = "Level1"; this.grdDetail.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] { gridLevelNode2}); this.grdDetail.Location = new System.Drawing.Point(0, 214); this.grdDetail.MainView = this.grvDetail; this.grdDetail.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.grdDetail.Name = "grdDetail"; this.grdDetail.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repbtnBin, this.repositoryItemCheckEdit1}); this.grdDetail.Size = new System.Drawing.Size(1480, 308); this.grdDetail.TabIndex = 0; this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.grvDetail, this.grvDetailmin, this.grvDetailtwo, this.grvDetailone}); //
// grvDetail
//
this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.colisSelect, this.colTransferNO, this.colTransferLine, this.colITEMCODE, this.colITEMNAME, this.colFROMStorageCode, this.colFROMStackCode, this.colTOStorageCode, this.colTOStackCode, this.colPLANQTY, this.colACTQTY, this.colID}); this.grvDetail.GridControl = this.grdDetail; this.grvDetail.IndicatorWidth = 40; 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.MasterRowExpanded += new DevExpress.XtraGrid.Views.Grid.CustomMasterRowEventHandler(this.grvDetail_MasterRowExpanded); //
// colisSelect
//
this.colisSelect.Caption = "选择"; this.colisSelect.FieldName = "isSelect"; this.colisSelect.Name = "colisSelect"; this.colisSelect.Visible = true; this.colisSelect.VisibleIndex = 0; //
// colTransferNO
//
this.colTransferNO.Caption = "调拨单号"; this.colTransferNO.FieldName = "TransferNO"; this.colTransferNO.Name = "colTransferNO"; this.colTransferNO.Visible = true; this.colTransferNO.VisibleIndex = 1; //
// colTransferLine
//
this.colTransferLine.Caption = "调拨单行号"; this.colTransferLine.FieldName = "TransferLine"; this.colTransferLine.Name = "colTransferLine"; this.colTransferLine.Visible = true; this.colTransferLine.VisibleIndex = 2; //
// colITEMCODE
//
this.colITEMCODE.Caption = "物料代码"; this.colITEMCODE.FieldName = "ITEMCODE"; this.colITEMCODE.Name = "colITEMCODE"; this.colITEMCODE.Visible = true; this.colITEMCODE.VisibleIndex = 3; //
// colITEMNAME
//
this.colITEMNAME.Caption = "存货名称"; this.colITEMNAME.FieldName = "ITEMNAME"; this.colITEMNAME.Name = "colITEMNAME"; this.colITEMNAME.Visible = true; this.colITEMNAME.VisibleIndex = 4; //
// colFROMStorageCode
//
this.colFROMStorageCode.Caption = "发货库别"; this.colFROMStorageCode.FieldName = "FROMStorageCode"; this.colFROMStorageCode.Name = "colFROMStorageCode"; this.colFROMStorageCode.Visible = true; this.colFROMStorageCode.VisibleIndex = 5; //
// colFROMStackCode
//
this.colFROMStackCode.Caption = "发货库位"; this.colFROMStackCode.FieldName = "FROMStackCode"; this.colFROMStackCode.Name = "colFROMStackCode"; this.colFROMStackCode.Visible = true; this.colFROMStackCode.VisibleIndex = 6; //
// colTOStorageCode
//
this.colTOStorageCode.Caption = "收货库别"; this.colTOStorageCode.FieldName = "TOStorageCode"; this.colTOStorageCode.Name = "colTOStorageCode"; this.colTOStorageCode.Visible = true; this.colTOStorageCode.VisibleIndex = 7; //
// colTOStackCode
//
this.colTOStackCode.Caption = "收货库位"; this.colTOStackCode.FieldName = "TOStackCode"; this.colTOStackCode.Name = "colTOStackCode"; this.colTOStackCode.Visible = true; this.colTOStackCode.VisibleIndex = 8; //
// colPLANQTY
//
this.colPLANQTY.Caption = "计划数量"; this.colPLANQTY.FieldName = "PLANQTY"; this.colPLANQTY.Name = "colPLANQTY"; this.colPLANQTY.Visible = true; this.colPLANQTY.VisibleIndex = 9; //
// colACTQTY
//
this.colACTQTY.Caption = "实发数量"; this.colACTQTY.FieldName = "ACTQTY"; this.colACTQTY.Name = "colACTQTY"; this.colACTQTY.Visible = true; this.colACTQTY.VisibleIndex = 10; //
// colID
//
this.colID.Caption = "ID"; this.colID.FieldName = "ID"; this.colID.Name = "colID"; //
// repbtnBin
//
this.repbtnBin.AutoHeight = false; this.repbtnBin.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.repbtnBin.Name = "repbtnBin"; //
// repositoryItemCheckEdit1
//
this.repositoryItemCheckEdit1.AutoHeight = false; this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1"; //
// grvDetailmin
//
this.grvDetailmin.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.colNoSerial, this.colLotNo}); this.grvDetailmin.GridControl = this.grdDetail; this.grvDetailmin.IndicatorWidth = 40; this.grvDetailmin.Name = "grvDetailmin"; this.grvDetailmin.OptionsBehavior.Editable = false; this.grvDetailmin.OptionsBehavior.ReadOnly = true; this.grvDetailmin.OptionsView.ColumnAutoWidth = false; this.grvDetailmin.OptionsView.ShowGroupPanel = false; this.grvDetailmin.ViewCaption = "序列号详情"; this.grvDetailmin.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.grvDetailmin_CustomDrawRowIndicator); //
// colNoSerial
//
this.colNoSerial.Caption = "序列号"; this.colNoSerial.FieldName = "NoSerial"; this.colNoSerial.Name = "colNoSerial"; this.colNoSerial.Visible = true; this.colNoSerial.VisibleIndex = 0; this.colNoSerial.Width = 231; //
// colLotNo
//
this.colLotNo.Caption = "批号"; this.colLotNo.FieldName = "LotNo"; this.colLotNo.Name = "colLotNo"; //
// grvDetailtwo
//
this.grvDetailtwo.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.colSerialNo}); this.grvDetailtwo.GridControl = this.grdDetail; this.grvDetailtwo.Name = "grvDetailtwo"; //
// colSerialNo
//
this.colSerialNo.Caption = "序列号"; this.colSerialNo.FieldName = "SerialNo"; this.colSerialNo.Name = "colSerialNo"; this.colSerialNo.Visible = true; this.colSerialNo.VisibleIndex = 0; //
// 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(155, 0); this.btnOutPut.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnOutPut.LookAndFeel.UseDefaultLookAndFeel = false; this.btnOutPut.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.btnOutPut.Name = "btnOutPut"; this.btnOutPut.Size = new System.Drawing.Size(90, 47); this.btnOutPut.TabIndex = 2; this.btnOutPut.Text = "导出"; this.btnOutPut.Click += new System.EventHandler(this.btnOutPut_Click); //
// 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(326, 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.btnClose); this.panelControl3.Controls.Add(this.lblTitle); this.panelControl3.Controls.Add(this.btnRefresh); this.panelControl3.Controls.Add(this.btnExit); this.panelControl3.Controls.Add(this.btnOutPut); 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; //
// 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(1443, 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(37, 46); 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(143, 36); this.lblTitle.TabIndex = 19; this.lblTitle.Text = " 物料转移"; //
// 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(244, 0); this.btnRefresh.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnRefresh.LookAndFeel.UseDefaultLookAndFeel = false; this.btnRefresh.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.btnRefresh.Name = "btnRefresh"; this.btnRefresh.Size = new System.Drawing.Size(83, 47); this.btnRefresh.TabIndex = 17; this.btnRefresh.Text = "刷新"; this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_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); //
// txtMEMO
//
this.txtMEMO.Location = new System.Drawing.Point(1133, 36); this.txtMEMO.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtMEMO.Name = "txtMEMO"; this.txtMEMO.Size = new System.Drawing.Size(171, 92); this.txtMEMO.TabIndex = 97; this.txtMEMO.Text = ""; //
// labelControl4
//
this.labelControl4.Location = new System.Drawing.Point(1041, 41); this.labelControl4.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.labelControl4.Name = "labelControl4"; this.labelControl4.Size = new System.Drawing.Size(42, 22); this.labelControl4.TabIndex = 98; this.labelControl4.Text = "备注:"; //
// txtISSend
//
this.txtISSend.AutoSize = true; this.txtISSend.Location = new System.Drawing.Point(793, 127); this.txtISSend.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtISSend.Name = "txtISSend"; this.txtISSend.Size = new System.Drawing.Size(22, 21); this.txtISSend.TabIndex = 199; this.txtISSend.UseVisualStyleBackColor = true; //
// txttype
//
this.txttype.EnterMoveNextControl = true; this.txttype.Location = new System.Drawing.Point(460, 31); this.txttype.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txttype.Name = "txttype"; this.txttype.Properties.ReadOnly = true; this.txttype.Size = new System.Drawing.Size(173, 28); this.txttype.TabIndex = 202; //
// labelControl7
//
this.labelControl7.Location = new System.Drawing.Point(126, 39); this.labelControl7.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.labelControl7.Name = "labelControl7"; this.labelControl7.Size = new System.Drawing.Size(42, 22); this.labelControl7.TabIndex = 2; this.labelControl7.Text = "批号:"; //
// labelControl5
//
this.labelControl5.Location = new System.Drawing.Point(710, 126); this.labelControl5.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.labelControl5.Name = "labelControl5"; this.labelControl5.Size = new System.Drawing.Size(60, 22); this.labelControl5.TabIndex = 99; this.labelControl5.Text = "未发完:"; //
// labelControl6
//
this.labelControl6.Appearance.ForeColor = System.Drawing.Color.Gray; this.labelControl6.Location = new System.Drawing.Point(354, 31); this.labelControl6.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.labelControl6.Name = "labelControl6"; this.labelControl6.Size = new System.Drawing.Size(78, 22); this.labelControl6.TabIndex = 201; this.labelControl6.Text = "单据类型:"; //
// txttostorage
//
this.txttostorage.EnterMoveNextControl = true; this.txttostorage.Location = new System.Drawing.Point(460, 116); this.txttostorage.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txttostorage.Name = "txttostorage"; this.txttostorage.Properties.ReadOnly = true; this.txttostorage.Size = new System.Drawing.Size(173, 28); this.txttostorage.TabIndex = 95; //
// txtfromstorage
//
this.txtfromstorage.EnterMoveNextControl = true; this.txtfromstorage.Location = new System.Drawing.Point(126, 121); this.txtfromstorage.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtfromstorage.Name = "txtfromstorage"; this.txtfromstorage.Properties.ReadOnly = true; this.txtfromstorage.Size = new System.Drawing.Size(173, 28); this.txtfromstorage.TabIndex = 96; //
// labelControl3
//
this.labelControl3.Appearance.ForeColor = System.Drawing.Color.Gray; this.labelControl3.Location = new System.Drawing.Point(354, 121); this.labelControl3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.labelControl3.Name = "labelControl3"; this.labelControl3.Size = new System.Drawing.Size(78, 22); this.labelControl3.TabIndex = 2; this.labelControl3.Text = "目的库别:"; //
// txtTransferNO
//
this.txtTransferNO.EditValue = ""; this.txtTransferNO.Location = new System.Drawing.Point(126, 27); this.txtTransferNO.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtTransferNO.Name = "txtTransferNO"; this.txtTransferNO.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.txtTransferNO.Size = new System.Drawing.Size(173, 28); this.txtTransferNO.TabIndex = 200; this.txtTransferNO.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.txtTransferNO_ButtonClick); //
// labelControl1
//
this.labelControl1.Location = new System.Drawing.Point(43, 31); this.labelControl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(78, 22); this.labelControl1.TabIndex = 0; this.labelControl1.Text = "转移单号:"; //
// labelControl2
//
this.labelControl2.Appearance.ForeColor = System.Drawing.Color.Gray; this.labelControl2.Location = new System.Drawing.Point(43, 121); this.labelControl2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(60, 22); this.labelControl2.TabIndex = 1; this.labelControl2.Text = "源库别:"; //
// panelControl1
//
this.panelControl1.Appearance.BackColor = System.Drawing.Color.Gainsboro; this.panelControl1.Appearance.Options.UseBackColor = true; this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl1.Controls.Add(this.labelControl1); this.panelControl1.Controls.Add(this.txtMEMO); this.panelControl1.Controls.Add(this.txtTransferNO); this.panelControl1.Controls.Add(this.txtISSend); this.panelControl1.Controls.Add(this.labelControl6); this.panelControl1.Controls.Add(this.labelControl4); this.panelControl1.Controls.Add(this.txttype); this.panelControl1.Controls.Add(this.txtfromstorage); this.panelControl1.Controls.Add(this.labelControl2); this.panelControl1.Controls.Add(this.txttostorage); this.panelControl1.Controls.Add(this.labelControl3); this.panelControl1.Controls.Add(this.labelControl5); this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top; this.panelControl1.Location = new System.Drawing.Point(0, 47); this.panelControl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(1480, 167); this.panelControl1.TabIndex = 16; //
// panelControl2
//
this.panelControl2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.panelControl2.Appearance.BackColor = System.Drawing.Color.Gainsboro; this.panelControl2.Appearance.Options.UseBackColor = true; this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl2.Controls.Add(this.txtInput); this.panelControl2.Controls.Add(this.labelControl7); this.panelControl2.Location = new System.Drawing.Point(0, 552); this.panelControl2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.panelControl2.Name = "panelControl2"; this.panelControl2.Size = new System.Drawing.Size(1480, 97); this.panelControl2.TabIndex = 17; //
// txtInput
//
this.txtInput.Location = new System.Drawing.Point(189, 35); this.txtInput.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtInput.Name = "txtInput"; this.txtInput.Properties.Mask.EditMask = "f0"; this.txtInput.Size = new System.Drawing.Size(201, 28); this.txtInput.TabIndex = 91; this.txtInput.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtInput_KeyPress); //
// FormICSAllocation
//
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.panelControl2); this.Controls.Add(this.grdDetail); this.Controls.Add(this.panelControl1); 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 = "FormICSAllocation"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "FormGridReport"; this.Load += new System.EventHandler(this.FormICSAllocation_Load); ((System.ComponentModel.ISupportInitialize)(this.grvDetailone)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repbtnBin)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.grvDetailmin)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.grvDetailtwo)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit(); this.panelControl3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.txttype.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txttostorage.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtfromstorage.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtTransferNO.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); this.panelControl1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit(); this.panelControl2.ResumeLayout(false); this.panelControl2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.txtInput.Properties)).EndInit(); this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.SimpleButton btnOutPut; private DevExpress.XtraEditors.SimpleButton btnExit; private DevExpress.XtraEditors.PanelControl panelControl3; private DevExpress.XtraEditors.SimpleButton btnRefresh; private DevExpress.XtraEditors.LabelControl lblTitle; private Base.UserControl.FormControl.PageNavTool rptPage; private DevExpress.XtraEditors.SimpleButton btnClose; private DevExpress.XtraEditors.LabelControl labelControl1; private DevExpress.XtraEditors.LabelControl labelControl3; private DevExpress.XtraEditors.LabelControl labelControl2; private DevExpress.XtraEditors.TextEdit txttostorage; private DevExpress.XtraEditors.TextEdit txtfromstorage; private System.Windows.Forms.RichTextBox txtMEMO; private DevExpress.XtraEditors.LabelControl labelControl4; private DevExpress.XtraEditors.LabelControl labelControl5; private System.Windows.Forms.CheckBox txtISSend; private DevExpress.XtraEditors.ButtonEdit txtTransferNO; private DevExpress.XtraEditors.LabelControl labelControl6; private DevExpress.XtraEditors.TextEdit txttype; private DevExpress.XtraEditors.LabelControl labelControl7; private DevExpress.XtraEditors.PanelControl panelControl1; private DevExpress.XtraEditors.PanelControl panelControl2; private DevExpress.XtraGrid.Views.Grid.GridView grvDetailone; private DevExpress.XtraGrid.GridControl grdDetail; private DevExpress.XtraGrid.Views.Grid.GridView grvDetail; private DevExpress.XtraGrid.Columns.GridColumn colisSelect; private DevExpress.XtraGrid.Views.Grid.GridView grvDetailtwo; private DevExpress.XtraGrid.Columns.GridColumn colSerialNo; private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repbtnBin; private DevExpress.XtraEditors.TextEdit txtInput; private DevExpress.XtraGrid.Views.Grid.GridView grvDetailmin; private DevExpress.XtraGrid.Columns.GridColumn colNoSerial; private DevExpress.XtraGrid.Columns.GridColumn colLotNo; private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit repositoryItemCheckEdit1; private DevExpress.XtraGrid.Columns.GridColumn colITEMTransID; private DevExpress.XtraGrid.Columns.GridColumn colLotNO2; private DevExpress.XtraGrid.Columns.GridColumn colTransQTY; private DevExpress.XtraGrid.Columns.GridColumn colTransferNO; private DevExpress.XtraGrid.Columns.GridColumn colTransferLine; private DevExpress.XtraGrid.Columns.GridColumn colITEMCODE; private DevExpress.XtraGrid.Columns.GridColumn colITEMNAME; private DevExpress.XtraGrid.Columns.GridColumn colFROMStorageCode; private DevExpress.XtraGrid.Columns.GridColumn colFROMStackCode; private DevExpress.XtraGrid.Columns.GridColumn colTOStorageCode; private DevExpress.XtraGrid.Columns.GridColumn colTOStackCode; private DevExpress.XtraGrid.Columns.GridColumn colPLANQTY; private DevExpress.XtraGrid.Columns.GridColumn colACTQTY; private DevExpress.XtraGrid.Columns.GridColumn colID; } }
|