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

526 lines
28 KiB

namespace ICSSoft.Frame.APP
{
partial class FormICSWBSSpecialLog
{
/// <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(FormICSWBSSpecialLog));
this.rptPage = new ICSSoft.Base.UserControl.FormControl.PageNavTool();
this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
this.BtnPrint = new DevExpress.XtraEditors.SimpleButton();
this.btnCancelAll = new DevExpress.XtraEditors.SimpleButton();
this.btnSelectAll = new DevExpress.XtraEditors.SimpleButton();
this.btnWBSTransfer = new DevExpress.XtraEditors.SimpleButton();
this.btnConfig = new DevExpress.XtraEditors.SimpleButton();
this.btnExit = new DevExpress.XtraEditors.SimpleButton();
this.btnFalsh = new DevExpress.XtraEditors.SimpleButton();
this.btnFilter = new DevExpress.XtraEditors.SimpleButton();
this.btnClose = new DevExpress.XtraEditors.SimpleButton();
this.lblTitle = new DevExpress.XtraEditors.LabelControl();
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.ProjectType = new DevExpress.XtraGrid.Columns.GridColumn();
this.whCode = new DevExpress.XtraGrid.Columns.GridColumn();
this.LotNoNew = new DevExpress.XtraGrid.Columns.GridColumn();
this.colLotQty = new DevExpress.XtraGrid.Columns.GridColumn();
this.LotNoOld = new DevExpress.XtraGrid.Columns.GridColumn();
this.INVNAME = new DevExpress.XtraGrid.Columns.GridColumn();
this.INVCode = new DevExpress.XtraGrid.Columns.GridColumn();
this.INVCOENew = new DevExpress.XtraGrid.Columns.GridColumn();
this.BATCHNew = new DevExpress.XtraGrid.Columns.GridColumn();
this.BATCHOld = new DevExpress.XtraGrid.Columns.GridColumn();
this.Reason = new DevExpress.XtraGrid.Columns.GridColumn();
this.collotStatus = new DevExpress.XtraGrid.Columns.GridColumn();
this.MTIME = new DevExpress.XtraGrid.Columns.GridColumn();
this.repInt = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
this.repfloat = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
((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.repInt)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repfloat)).BeginInit();
this.SuspendLayout();
//
// 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.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.rptPage.Name = "rptPage";
this.rptPage.PageIndex = 0;
this.rptPage.PageSize = 0;
this.rptPage.RecordNum = 0;
this.rptPage.Size = new System.Drawing.Size(812, 26);
this.rptPage.TabIndex = 15;
this.rptPage.PageIndexChanged += new ICSSoft.Base.UserControl.FormControl.PageNavTool.PageChageHandel(this.rptPage_PageIndexChanged);
//
// 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.BtnPrint);
this.panelControl3.Controls.Add(this.btnCancelAll);
this.panelControl3.Controls.Add(this.btnSelectAll);
this.panelControl3.Controls.Add(this.btnWBSTransfer);
this.panelControl3.Controls.Add(this.btnConfig);
this.panelControl3.Controls.Add(this.btnExit);
this.panelControl3.Controls.Add(this.btnFalsh);
this.panelControl3.Controls.Add(this.btnFilter);
this.panelControl3.Controls.Add(this.btnClose);
this.panelControl3.Controls.Add(this.lblTitle);
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(812, 30);
this.panelControl3.TabIndex = 13;
//
// BtnPrint
//
this.BtnPrint.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
this.BtnPrint.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.BtnPrint.Appearance.ForeColor = System.Drawing.Color.White;
this.BtnPrint.Appearance.Options.UseBackColor = true;
this.BtnPrint.Appearance.Options.UseFont = true;
this.BtnPrint.Appearance.Options.UseForeColor = true;
this.BtnPrint.Appearance.Options.UseTextOptions = true;
this.BtnPrint.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
this.BtnPrint.Image = ((System.Drawing.Image)(resources.GetObject("BtnPrint.Image")));
this.BtnPrint.Location = new System.Drawing.Point(521, 0);
this.BtnPrint.LookAndFeel.SkinName = "BlueButtonSkin";
this.BtnPrint.LookAndFeel.UseDefaultLookAndFeel = false;
this.BtnPrint.Name = "BtnPrint";
this.BtnPrint.Size = new System.Drawing.Size(80, 30);
this.BtnPrint.TabIndex = 123;
this.BtnPrint.Text = "打印标签";
this.BtnPrint.Click += new System.EventHandler(this.BtnPrint_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(379, 0);
this.btnCancelAll.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnCancelAll.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnCancelAll.Name = "btnCancelAll";
this.btnCancelAll.Size = new System.Drawing.Size(58, 30);
this.btnCancelAll.TabIndex = 42;
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(328, 0);
this.btnSelectAll.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnSelectAll.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnSelectAll.Name = "btnSelectAll";
this.btnSelectAll.Size = new System.Drawing.Size(58, 30);
this.btnSelectAll.TabIndex = 41;
this.btnSelectAll.Text = "全选";
this.btnSelectAll.Click += new System.EventHandler(this.btnSelectAll_Click);
//
// btnWBSTransfer
//
this.btnWBSTransfer.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnWBSTransfer.Appearance.ForeColor = System.Drawing.Color.White;
this.btnWBSTransfer.Appearance.Options.UseFont = true;
this.btnWBSTransfer.Appearance.Options.UseForeColor = true;
this.btnWBSTransfer.Appearance.Options.UseTextOptions = true;
this.btnWBSTransfer.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
this.btnWBSTransfer.Image = ((System.Drawing.Image)(resources.GetObject("btnWBSTransfer.Image")));
this.btnWBSTransfer.Location = new System.Drawing.Point(436, 0);
this.btnWBSTransfer.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnWBSTransfer.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnWBSTransfer.Name = "btnWBSTransfer";
this.btnWBSTransfer.Size = new System.Drawing.Size(86, 30);
this.btnWBSTransfer.TabIndex = 39;
this.btnWBSTransfer.Text = "形态转换";
this.btnWBSTransfer.Click += new System.EventHandler(this.btnWBSTransfer_Click);
//
// btnConfig
//
this.btnConfig.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnConfig.Appearance.ForeColor = System.Drawing.Color.White;
this.btnConfig.Appearance.Options.UseFont = true;
this.btnConfig.Appearance.Options.UseForeColor = true;
this.btnConfig.Appearance.Options.UseTextOptions = true;
this.btnConfig.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
this.btnConfig.Image = ((System.Drawing.Image)(resources.GetObject("btnConfig.Image")));
this.btnConfig.Location = new System.Drawing.Point(177, 0);
this.btnConfig.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnConfig.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnConfig.Name = "btnConfig";
this.btnConfig.Size = new System.Drawing.Size(95, 30);
this.btnConfig.TabIndex = 38;
this.btnConfig.Text = "数据源设置";
this.btnConfig.Click += new System.EventHandler(this.btnConfig_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(599, 1);
this.btnExit.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnExit.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(57, 30);
this.btnExit.TabIndex = 37;
this.btnExit.Text = "退出";
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
//
// btnFalsh
//
this.btnFalsh.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnFalsh.Appearance.ForeColor = System.Drawing.Color.White;
this.btnFalsh.Appearance.Options.UseFont = true;
this.btnFalsh.Appearance.Options.UseForeColor = true;
this.btnFalsh.Appearance.Options.UseTextOptions = true;
this.btnFalsh.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
this.btnFalsh.Image = ((System.Drawing.Image)(resources.GetObject("btnFalsh.Image")));
this.btnFalsh.Location = new System.Drawing.Point(269, 0);
this.btnFalsh.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnFalsh.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnFalsh.Name = "btnFalsh";
this.btnFalsh.Size = new System.Drawing.Size(60, 30);
this.btnFalsh.TabIndex = 36;
this.btnFalsh.Text = "刷新";
this.btnFalsh.Click += new System.EventHandler(this.btnFalsh_Click);
//
// btnFilter
//
this.btnFilter.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnFilter.Appearance.ForeColor = System.Drawing.Color.White;
this.btnFilter.Appearance.Options.UseFont = true;
this.btnFilter.Appearance.Options.UseForeColor = true;
this.btnFilter.Appearance.Options.UseTextOptions = true;
this.btnFilter.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
this.btnFilter.Image = ((System.Drawing.Image)(resources.GetObject("btnFilter.Image")));
this.btnFilter.Location = new System.Drawing.Point(115, 0);
this.btnFilter.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnFilter.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnFilter.Name = "btnFilter";
this.btnFilter.Size = new System.Drawing.Size(65, 30);
this.btnFilter.TabIndex = 30;
this.btnFilter.Text = "过滤";
this.btnFilter.Click += new System.EventHandler(this.btnFilter_Click);
//
// btnClose
//
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.Dock = System.Windows.Forms.DockStyle.Right;
this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
this.btnClose.Location = new System.Drawing.Point(786, 0);
this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(26, 30);
this.btnClose.TabIndex = 29;
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(3, 3);
this.lblTitle.Name = "lblTitle";
this.lblTitle.Size = new System.Drawing.Size(117, 23);
this.lblTitle.TabIndex = 19;
this.lblTitle.Text = "形态转换日志";
//
// grdDetail
//
this.grdDetail.Dock = System.Windows.Forms.DockStyle.Fill;
this.grdDetail.Location = new System.Drawing.Point(0, 30);
this.grdDetail.MainView = this.grvDetail;
this.grdDetail.Name = "grdDetail";
this.grdDetail.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
this.repInt,
this.repfloat});
this.grdDetail.Size = new System.Drawing.Size(812, 383);
this.grdDetail.TabIndex = 16;
this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.grvDetail});
//
// grvDetail
//
this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.colisSelect,
this.colID,
this.ProjectType,
this.whCode,
this.LotNoNew,
this.colLotQty,
this.LotNoOld,
this.INVNAME,
this.INVCode,
this.INVCOENew,
this.BATCHNew,
this.BATCHOld,
this.Reason,
this.collotStatus,
this.MTIME});
this.grvDetail.GridControl = this.grdDetail;
this.grvDetail.IndicatorWidth = 35;
this.grvDetail.Name = "grvDetail";
this.grvDetail.OptionsView.ColumnAutoWidth = false;
this.grvDetail.OptionsView.ShowGroupPanel = false;
//
// colisSelect
//
this.colisSelect.Caption = "选择";
this.colisSelect.FieldName = "isSelect";
this.colisSelect.Name = "colisSelect";
this.colisSelect.Visible = true;
this.colisSelect.VisibleIndex = 0;
//
// colID
//
this.colID.Caption = "ID";
this.colID.FieldName = "ID";
this.colID.Name = "colID";
//
// ProjectType
//
this.ProjectType.Caption = "项目类型";
this.ProjectType.FieldName = "ProjectType";
this.ProjectType.Name = "ProjectType";
//
// whCode
//
this.whCode.Caption = "仓库";
this.whCode.FieldName = "WareHouseCode";
this.whCode.Name = "whCode";
this.whCode.Visible = true;
this.whCode.VisibleIndex = 1;
//
// LotNoNew
//
this.LotNoNew.Caption = "现条码";
this.LotNoNew.FieldName = "NewLotNo";
this.LotNoNew.Name = "LotNoNew";
this.LotNoNew.Visible = true;
this.LotNoNew.VisibleIndex = 3;
this.LotNoNew.Width = 101;
//
// colLotQty
//
this.colLotQty.Caption = "条码数量";
this.colLotQty.FieldName = "LotQty";
this.colLotQty.Name = "colLotQty";
this.colLotQty.Visible = true;
this.colLotQty.VisibleIndex = 6;
//
// LotNoOld
//
this.LotNoOld.Caption = "原条码";
this.LotNoOld.FieldName = "LotNo";
this.LotNoOld.Name = "LotNoOld";
this.LotNoOld.Visible = true;
this.LotNoOld.VisibleIndex = 2;
//
// INVNAME
//
this.INVNAME.Caption = "物料名称";
this.INVNAME.FieldName = "INVNAME";
this.INVNAME.Name = "INVNAME";
this.INVNAME.Visible = true;
this.INVNAME.VisibleIndex = 8;
this.INVNAME.Width = 129;
//
// INVCode
//
this.INVCode.Caption = "原物料编码";
this.INVCode.FieldName = "INVCode";
this.INVCode.Name = "INVCode";
this.INVCode.Visible = true;
this.INVCode.VisibleIndex = 7;
this.INVCode.Width = 142;
//
// INVCOENew
//
this.INVCOENew.Caption = "现物料编码";
this.INVCOENew.FieldName = "INVCOENew";
this.INVCOENew.Name = "INVCOENew";
this.INVCOENew.Visible = true;
this.INVCOENew.VisibleIndex = 4;
this.INVCOENew.Width = 106;
//
// BATCHNew
//
this.BATCHNew.Caption = "现批次";
this.BATCHNew.FieldName = "BATCHNew";
this.BATCHNew.Name = "BATCHNew";
this.BATCHNew.Visible = true;
this.BATCHNew.VisibleIndex = 5;
//
// BATCHOld
//
this.BATCHOld.Caption = "原批次";
this.BATCHOld.FieldName = "BATCHOld";
this.BATCHOld.Name = "BATCHOld";
this.BATCHOld.Visible = true;
this.BATCHOld.VisibleIndex = 9;
//
// Reason
//
this.Reason.Caption = "转换原因";
this.Reason.FieldName = "TransferReason";
this.Reason.Name = "Reason";
this.Reason.Visible = true;
this.Reason.VisibleIndex = 10;
//
// collotStatus
//
this.collotStatus.Caption = "状态";
this.collotStatus.FieldName = "LotStatus";
this.collotStatus.Name = "collotStatus";
this.collotStatus.OptionsColumn.ReadOnly = true;
this.collotStatus.Visible = true;
this.collotStatus.VisibleIndex = 12;
//
// MTIME
//
this.MTIME.Caption = "维护时间";
this.MTIME.FieldName = "MTIME";
this.MTIME.Name = "MTIME";
this.MTIME.Visible = true;
this.MTIME.VisibleIndex = 11;
//
// repInt
//
this.repInt.AutoHeight = false;
this.repInt.DisplayFormat.FormatString = "n0";
this.repInt.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
this.repInt.EditFormat.FormatString = "n0";
this.repInt.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
this.repInt.Mask.EditMask = "n0";
this.repInt.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
this.repInt.Mask.UseMaskAsDisplayFormat = true;
this.repInt.Name = "repInt";
this.repInt.NullText = "0";
this.repInt.NullValuePromptShowForEmptyValue = true;
//
// repfloat
//
this.repfloat.AutoHeight = false;
this.repfloat.DisplayFormat.FormatString = "n2";
this.repfloat.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
this.repfloat.EditFormat.FormatString = "n2";
this.repfloat.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
this.repfloat.Mask.EditMask = "n2";
this.repfloat.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
this.repfloat.Mask.UseMaskAsDisplayFormat = true;
this.repfloat.Name = "repfloat";
this.repfloat.NullText = "0";
this.repfloat.NullValuePromptShowForEmptyValue = true;
//
// FormICSWBSSpecialLog
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(812, 439);
this.Controls.Add(this.grdDetail);
this.Controls.Add(this.rptPage);
this.Controls.Add(this.panelControl3);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "FormICSWBSSpecialLog";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "FormICSWareHouseLotInfoBegin";
this.Load += new System.EventHandler(this.FormICSSum_Manday_Load_1);
((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.repInt)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repfloat)).EndInit();
this.ResumeLayout(false);
}
#endregion
private ICSSoft.Base.UserControl.FormControl.PageNavTool rptPage;
private DevExpress.XtraEditors.PanelControl panelControl3;
private DevExpress.XtraEditors.LabelControl lblTitle;
private DevExpress.XtraEditors.SimpleButton btnClose;
private DevExpress.XtraEditors.SimpleButton btnFilter;
private DevExpress.XtraEditors.SimpleButton btnFalsh;
private DevExpress.XtraEditors.SimpleButton btnExit;
private DevExpress.XtraEditors.SimpleButton btnConfig;
private DevExpress.XtraGrid.GridControl grdDetail;
private DevExpress.XtraGrid.Views.Grid.GridView grvDetail;
private DevExpress.XtraGrid.Columns.GridColumn ProjectType;
private DevExpress.XtraGrid.Columns.GridColumn whCode;
private DevExpress.XtraGrid.Columns.GridColumn LotNoOld;
private DevExpress.XtraGrid.Columns.GridColumn INVNAME;
private DevExpress.XtraGrid.Columns.GridColumn Reason;
private DevExpress.XtraEditors.Repository.RepositoryItemTextEdit repInt;
private DevExpress.XtraEditors.Repository.RepositoryItemTextEdit repfloat;
private DevExpress.XtraEditors.SimpleButton btnWBSTransfer;
private DevExpress.XtraGrid.Columns.GridColumn MTIME;
private DevExpress.XtraGrid.Columns.GridColumn INVCode;
private DevExpress.XtraGrid.Columns.GridColumn INVCOENew;
private DevExpress.XtraGrid.Columns.GridColumn BATCHNew;
private DevExpress.XtraGrid.Columns.GridColumn BATCHOld;
private DevExpress.XtraGrid.Columns.GridColumn colisSelect;
private DevExpress.XtraGrid.Columns.GridColumn LotNoNew;
private DevExpress.XtraGrid.Columns.GridColumn colLotQty;
private DevExpress.XtraGrid.Columns.GridColumn colID;
private DevExpress.XtraEditors.SimpleButton btnCancelAll;
private DevExpress.XtraEditors.SimpleButton btnSelectAll;
private DevExpress.XtraEditors.SimpleButton BtnPrint;
private DevExpress.XtraGrid.Columns.GridColumn collotStatus;
}
}