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.
547 lines
31 KiB
547 lines
31 KiB
namespace ICSSoft.Frame.APP
|
|
{
|
|
partial class FormICSStack
|
|
{
|
|
/// <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(FormICSStack));
|
|
this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
|
|
this.grdDetail = new DevExpress.XtraGrid.GridControl();
|
|
this.grvDetail = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
this.CoGuid = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.StackCode = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.StackName = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.MUSER = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.MTIME = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colSelect = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.Storage_Serial = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.StorageName = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.grvAdvDetail = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView();
|
|
this.rptPage = new ICSSoft.Base.UserControl.FormControl.PageNavTool();
|
|
this.btnOutPut = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnConfig = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnExit = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnFilter = new DevExpress.XtraEditors.SimpleButton();
|
|
this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
|
|
this.btnImportMould = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnImportData = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnPrint = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnFalsh = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnEdit = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnAdd = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnCanSelect = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnSelect = new DevExpress.XtraEditors.SimpleButton();
|
|
this.lblTitle = new DevExpress.XtraEditors.LabelControl();
|
|
this.btnDelLable = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnClose = new DevExpress.XtraEditors.SimpleButton();
|
|
((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();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
|
|
this.panelControl3.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// groupControl1
|
|
//
|
|
this.groupControl1.Controls.Add(this.grdDetail);
|
|
this.groupControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.groupControl1.Location = new System.Drawing.Point(0, 30);
|
|
this.groupControl1.Name = "groupControl1";
|
|
this.groupControl1.Size = new System.Drawing.Size(970, 383);
|
|
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(966, 359);
|
|
this.grdDetail.TabIndex = 0;
|
|
this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
this.grvDetail,
|
|
this.grvAdvDetail});
|
|
this.grdDetail.DoubleClick += new System.EventHandler(this.grvDetail_DoubleClick);
|
|
//
|
|
// grvDetail
|
|
//
|
|
this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
|
this.CoGuid,
|
|
this.StackCode,
|
|
this.StackName,
|
|
this.MUSER,
|
|
this.MTIME,
|
|
this.colSelect,
|
|
this.Storage_Serial,
|
|
this.StorageName});
|
|
this.grvDetail.GridControl = this.grdDetail;
|
|
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;
|
|
//
|
|
// CoGuid
|
|
//
|
|
this.CoGuid.FieldName = "Serial";
|
|
this.CoGuid.Name = "CoGuid";
|
|
//
|
|
// StackCode
|
|
//
|
|
this.StackCode.Caption = "库位代码";
|
|
this.StackCode.FieldName = "StackCode";
|
|
this.StackCode.Name = "StackCode";
|
|
this.StackCode.Visible = true;
|
|
this.StackCode.VisibleIndex = 1;
|
|
//
|
|
// StackName
|
|
//
|
|
this.StackName.Caption = "库位名称";
|
|
this.StackName.FieldName = "StackName";
|
|
this.StackName.Name = "StackName";
|
|
this.StackName.Visible = true;
|
|
this.StackName.VisibleIndex = 2;
|
|
//
|
|
// MUSER
|
|
//
|
|
this.MUSER.Caption = "维护人";
|
|
this.MUSER.FieldName = "MUSER";
|
|
this.MUSER.Name = "MUSER";
|
|
this.MUSER.Visible = true;
|
|
this.MUSER.VisibleIndex = 5;
|
|
//
|
|
// MTIME
|
|
//
|
|
this.MTIME.Caption = "维护时间";
|
|
this.MTIME.DisplayFormat.FormatString = "yyyy-MM-dd hh:mm:ss";
|
|
this.MTIME.FieldName = "MTIME";
|
|
this.MTIME.Name = "MTIME";
|
|
this.MTIME.Visible = true;
|
|
this.MTIME.VisibleIndex = 6;
|
|
//
|
|
// colSelect
|
|
//
|
|
this.colSelect.Caption = "选择";
|
|
this.colSelect.FieldName = "选择";
|
|
this.colSelect.Name = "colSelect";
|
|
this.colSelect.Visible = true;
|
|
this.colSelect.VisibleIndex = 0;
|
|
//
|
|
// Storage_Serial
|
|
//
|
|
this.Storage_Serial.Caption = "库房编号";
|
|
this.Storage_Serial.FieldName = "StorageCode";
|
|
this.Storage_Serial.Name = "Storage_Serial";
|
|
this.Storage_Serial.Visible = true;
|
|
this.Storage_Serial.VisibleIndex = 3;
|
|
//
|
|
// StorageName
|
|
//
|
|
this.StorageName.Caption = "库房名称";
|
|
this.StorageName.FieldName = "StorageName";
|
|
this.StorageName.Name = "StorageName";
|
|
this.StorageName.Visible = true;
|
|
this.StorageName.VisibleIndex = 4;
|
|
//
|
|
// 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;
|
|
//
|
|
// 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(4, 5, 4, 5);
|
|
this.rptPage.Name = "rptPage";
|
|
this.rptPage.PageIndex = 0;
|
|
this.rptPage.PageSize = 0;
|
|
this.rptPage.RecordNum = 0;
|
|
this.rptPage.Size = new System.Drawing.Size(970, 26);
|
|
this.rptPage.TabIndex = 15;
|
|
this.rptPage.PageIndexChanged += new ICSSoft.Base.UserControl.FormControl.PageNavTool.PageChageHandel(this.rptPage_PageIndexChanged);
|
|
//
|
|
// 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(605, 0);
|
|
this.btnOutPut.LookAndFeel.SkinName = "BlueButtonSkin";
|
|
this.btnOutPut.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
this.btnOutPut.Name = "btnOutPut";
|
|
this.btnOutPut.Size = new System.Drawing.Size(55, 30);
|
|
this.btnOutPut.TabIndex = 2;
|
|
this.btnOutPut.Text = "导出";
|
|
this.btnOutPut.Click += new System.EventHandler(this.btnOutput_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(140, 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 = 4;
|
|
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(823, 0);
|
|
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 = 10;
|
|
this.btnExit.Text = "退出";
|
|
this.btnExit.Click += new System.EventHandler(this.btnExit_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(75, 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 = 11;
|
|
this.btnFilter.Text = "过滤";
|
|
this.btnFilter.Click += new System.EventHandler(this.btnFilter_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.btnImportMould);
|
|
this.panelControl3.Controls.Add(this.btnImportData);
|
|
this.panelControl3.Controls.Add(this.btnPrint);
|
|
this.panelControl3.Controls.Add(this.btnFalsh);
|
|
this.panelControl3.Controls.Add(this.btnEdit);
|
|
this.panelControl3.Controls.Add(this.btnAdd);
|
|
this.panelControl3.Controls.Add(this.btnCanSelect);
|
|
this.panelControl3.Controls.Add(this.btnSelect);
|
|
this.panelControl3.Controls.Add(this.lblTitle);
|
|
this.panelControl3.Controls.Add(this.btnDelLable);
|
|
this.panelControl3.Controls.Add(this.btnClose);
|
|
this.panelControl3.Controls.Add(this.btnFilter);
|
|
this.panelControl3.Controls.Add(this.btnExit);
|
|
this.panelControl3.Controls.Add(this.btnConfig);
|
|
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.Name = "panelControl3";
|
|
this.panelControl3.Size = new System.Drawing.Size(970, 30);
|
|
this.panelControl3.TabIndex = 13;
|
|
//
|
|
// btnImportMould
|
|
//
|
|
this.btnImportMould.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnImportMould.Appearance.ForeColor = System.Drawing.Color.White;
|
|
this.btnImportMould.Appearance.Options.UseFont = true;
|
|
this.btnImportMould.Appearance.Options.UseForeColor = true;
|
|
this.btnImportMould.Appearance.Options.UseTextOptions = true;
|
|
this.btnImportMould.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
|
|
this.btnImportMould.Image = ((System.Drawing.Image)(resources.GetObject("btnImportMould.Image")));
|
|
this.btnImportMould.Location = new System.Drawing.Point(660, 0);
|
|
this.btnImportMould.LookAndFeel.SkinName = "BlueButtonSkin";
|
|
this.btnImportMould.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
this.btnImportMould.Name = "btnImportMould";
|
|
this.btnImportMould.Size = new System.Drawing.Size(100, 30);
|
|
this.btnImportMould.TabIndex = 58;
|
|
this.btnImportMould.Text = "导入模板下载";
|
|
this.btnImportMould.Click += new System.EventHandler(this.btnImportMould_Click);
|
|
//
|
|
// btnImportData
|
|
//
|
|
this.btnImportData.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnImportData.Appearance.ForeColor = System.Drawing.Color.White;
|
|
this.btnImportData.Appearance.Options.UseFont = true;
|
|
this.btnImportData.Appearance.Options.UseForeColor = true;
|
|
this.btnImportData.Appearance.Options.UseTextOptions = true;
|
|
this.btnImportData.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
|
|
this.btnImportData.Image = ((System.Drawing.Image)(resources.GetObject("btnImportData.Image")));
|
|
this.btnImportData.Location = new System.Drawing.Point(760, 0);
|
|
this.btnImportData.LookAndFeel.SkinName = "BlueButtonSkin";
|
|
this.btnImportData.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
this.btnImportData.Name = "btnImportData";
|
|
this.btnImportData.Size = new System.Drawing.Size(63, 30);
|
|
this.btnImportData.TabIndex = 59;
|
|
this.btnImportData.Text = "导入";
|
|
this.btnImportData.Click += new System.EventHandler(this.btnImportData_Click);
|
|
//
|
|
// btnPrint
|
|
//
|
|
this.btnPrint.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnPrint.Appearance.ForeColor = System.Drawing.Color.White;
|
|
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(528, 0);
|
|
this.btnPrint.LookAndFeel.SkinName = "BlueButtonSkin";
|
|
this.btnPrint.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
this.btnPrint.Name = "btnPrint";
|
|
this.btnPrint.Size = new System.Drawing.Size(77, 30);
|
|
this.btnPrint.TabIndex = 25;
|
|
this.btnPrint.Text = "打印库位";
|
|
this.btnPrint.Click += new System.EventHandler(this.btnPrint_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(470, 0);
|
|
this.btnFalsh.LookAndFeel.SkinName = "BlueButtonSkin";
|
|
this.btnFalsh.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
this.btnFalsh.Name = "btnFalsh";
|
|
this.btnFalsh.Size = new System.Drawing.Size(58, 30);
|
|
this.btnFalsh.TabIndex = 24;
|
|
this.btnFalsh.Text = "刷新";
|
|
this.btnFalsh.Click += new System.EventHandler(this.btnFalsh_Click);
|
|
//
|
|
// btnEdit
|
|
//
|
|
this.btnEdit.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnEdit.Appearance.ForeColor = System.Drawing.Color.White;
|
|
this.btnEdit.Appearance.Options.UseFont = true;
|
|
this.btnEdit.Appearance.Options.UseForeColor = true;
|
|
this.btnEdit.Appearance.Options.UseTextOptions = true;
|
|
this.btnEdit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
|
|
this.btnEdit.Image = ((System.Drawing.Image)(resources.GetObject("btnEdit.Image")));
|
|
this.btnEdit.Location = new System.Drawing.Point(880, 0);
|
|
this.btnEdit.LookAndFeel.SkinName = "BlueButtonSkin";
|
|
this.btnEdit.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
this.btnEdit.Name = "btnEdit";
|
|
this.btnEdit.Size = new System.Drawing.Size(58, 30);
|
|
this.btnEdit.TabIndex = 23;
|
|
this.btnEdit.Text = "修改";
|
|
this.btnEdit.Visible = false;
|
|
this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
|
|
//
|
|
// btnAdd
|
|
//
|
|
this.btnAdd.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnAdd.Appearance.ForeColor = System.Drawing.Color.White;
|
|
this.btnAdd.Appearance.Options.UseFont = true;
|
|
this.btnAdd.Appearance.Options.UseForeColor = true;
|
|
this.btnAdd.Appearance.Options.UseTextOptions = true;
|
|
this.btnAdd.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
|
|
this.btnAdd.Image = ((System.Drawing.Image)(resources.GetObject("btnAdd.Image")));
|
|
this.btnAdd.Location = new System.Drawing.Point(351, 0);
|
|
this.btnAdd.LookAndFeel.SkinName = "BlueButtonSkin";
|
|
this.btnAdd.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
this.btnAdd.Name = "btnAdd";
|
|
this.btnAdd.Size = new System.Drawing.Size(58, 30);
|
|
this.btnAdd.TabIndex = 22;
|
|
this.btnAdd.Text = "新增";
|
|
this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
|
|
//
|
|
// btnCanSelect
|
|
//
|
|
this.btnCanSelect.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnCanSelect.Appearance.ForeColor = System.Drawing.Color.White;
|
|
this.btnCanSelect.Appearance.Options.UseFont = true;
|
|
this.btnCanSelect.Appearance.Options.UseForeColor = true;
|
|
this.btnCanSelect.Appearance.Options.UseTextOptions = true;
|
|
this.btnCanSelect.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
|
|
this.btnCanSelect.Image = ((System.Drawing.Image)(resources.GetObject("btnCanSelect.Image")));
|
|
this.btnCanSelect.Location = new System.Drawing.Point(293, 0);
|
|
this.btnCanSelect.LookAndFeel.SkinName = "BlueButtonSkin";
|
|
this.btnCanSelect.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
this.btnCanSelect.Name = "btnCanSelect";
|
|
this.btnCanSelect.Size = new System.Drawing.Size(58, 30);
|
|
this.btnCanSelect.TabIndex = 21;
|
|
this.btnCanSelect.Text = "全消";
|
|
this.btnCanSelect.Click += new System.EventHandler(this.btnCanSelect_Click);
|
|
//
|
|
// btnSelect
|
|
//
|
|
this.btnSelect.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnSelect.Appearance.ForeColor = System.Drawing.Color.White;
|
|
this.btnSelect.Appearance.Options.UseFont = true;
|
|
this.btnSelect.Appearance.Options.UseForeColor = true;
|
|
this.btnSelect.Appearance.Options.UseTextOptions = true;
|
|
this.btnSelect.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
|
|
this.btnSelect.Image = ((System.Drawing.Image)(resources.GetObject("btnSelect.Image")));
|
|
this.btnSelect.Location = new System.Drawing.Point(235, 0);
|
|
this.btnSelect.LookAndFeel.SkinName = "BlueButtonSkin";
|
|
this.btnSelect.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
this.btnSelect.Name = "btnSelect";
|
|
this.btnSelect.Size = new System.Drawing.Size(58, 30);
|
|
this.btnSelect.TabIndex = 20;
|
|
this.btnSelect.Text = "全选";
|
|
this.btnSelect.Click += new System.EventHandler(this.btnSelect_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, 4);
|
|
this.lblTitle.Name = "lblTitle";
|
|
this.lblTitle.Size = new System.Drawing.Size(66, 23);
|
|
this.lblTitle.TabIndex = 19;
|
|
this.lblTitle.Text = "库位维护";
|
|
//
|
|
// btnDelLable
|
|
//
|
|
this.btnDelLable.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnDelLable.Appearance.ForeColor = System.Drawing.Color.White;
|
|
this.btnDelLable.Appearance.Options.UseFont = true;
|
|
this.btnDelLable.Appearance.Options.UseForeColor = true;
|
|
this.btnDelLable.Appearance.Options.UseTextOptions = true;
|
|
this.btnDelLable.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
|
|
this.btnDelLable.Image = ((System.Drawing.Image)(resources.GetObject("btnDelLable.Image")));
|
|
this.btnDelLable.Location = new System.Drawing.Point(409, 0);
|
|
this.btnDelLable.LookAndFeel.SkinName = "BlueButtonSkin";
|
|
this.btnDelLable.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
this.btnDelLable.Name = "btnDelLable";
|
|
this.btnDelLable.Size = new System.Drawing.Size(61, 30);
|
|
this.btnDelLable.TabIndex = 17;
|
|
this.btnDelLable.Text = "删除";
|
|
this.btnDelLable.Click += new System.EventHandler(this.btnDelete_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(944, 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 = 14;
|
|
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
|
|
//
|
|
// FormICSStack
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(970, 439);
|
|
this.Controls.Add(this.groupControl1);
|
|
this.Controls.Add(this.rptPage);
|
|
this.Controls.Add(this.panelControl3);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Name = "FormICSStack";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "FormGridReport";
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormICSStack_FormClosing);
|
|
this.Load += new System.EventHandler(this.FormICSStack_Load);
|
|
((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();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
|
|
this.panelControl3.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraEditors.GroupControl groupControl1;
|
|
private DevExpress.XtraGrid.GridControl grdDetail;
|
|
private DevExpress.XtraGrid.Views.Grid.GridView grvDetail;
|
|
private ICSSoft.Base.UserControl.FormControl.PageNavTool rptPage;
|
|
private DevExpress.XtraEditors.SimpleButton btnOutPut;
|
|
private DevExpress.XtraEditors.SimpleButton btnConfig;
|
|
private DevExpress.XtraEditors.SimpleButton btnExit;
|
|
private DevExpress.XtraEditors.SimpleButton btnFilter;
|
|
private DevExpress.XtraEditors.PanelControl panelControl3;
|
|
private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView grvAdvDetail;
|
|
private DevExpress.XtraEditors.SimpleButton btnClose;
|
|
private DevExpress.XtraEditors.SimpleButton btnDelLable;
|
|
private DevExpress.XtraEditors.LabelControl lblTitle;
|
|
private DevExpress.XtraEditors.SimpleButton btnFalsh;
|
|
private DevExpress.XtraEditors.SimpleButton btnEdit;
|
|
private DevExpress.XtraEditors.SimpleButton btnAdd;
|
|
private DevExpress.XtraEditors.SimpleButton btnCanSelect;
|
|
private DevExpress.XtraEditors.SimpleButton btnSelect;
|
|
private DevExpress.XtraGrid.Columns.GridColumn CoGuid;
|
|
private DevExpress.XtraGrid.Columns.GridColumn StackCode;
|
|
private DevExpress.XtraGrid.Columns.GridColumn StackName;
|
|
private DevExpress.XtraGrid.Columns.GridColumn MUSER;
|
|
private DevExpress.XtraGrid.Columns.GridColumn MTIME;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colSelect;
|
|
private DevExpress.XtraGrid.Columns.GridColumn Storage_Serial;
|
|
private DevExpress.XtraGrid.Columns.GridColumn StorageName;
|
|
private DevExpress.XtraEditors.SimpleButton btnPrint;
|
|
private DevExpress.XtraEditors.SimpleButton btnImportMould;
|
|
private DevExpress.XtraEditors.SimpleButton btnImportData;
|
|
}
|
|
}
|