namespace WMS.FrmStrategy { partial class FrmAutoTask { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.gridControlCustom1 = new WMS.Ctrl.GridControlCustom(); this.bs_AutoTask = new System.Windows.Forms.BindingSource(); this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.colSTRATEGY_ID = new DevExpress.XtraGrid.Columns.GridColumn(); this.colTRAN_TYPE = new DevExpress.XtraGrid.Columns.GridColumn(); this.lue_tran_type = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit(); this.colTASK_TYPE = new DevExpress.XtraGrid.Columns.GridColumn(); this.colWORK_TYPE = new DevExpress.XtraGrid.Columns.GridColumn(); this.lue_worktype = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit(); this.colSTRATEGY_NAME = new DevExpress.XtraGrid.Columns.GridColumn(); this.colIS_AUTO = new DevExpress.XtraGrid.Columns.GridColumn(); this.colIS_AUTOCREATE = new DevExpress.XtraGrid.Columns.GridColumn(); this.colTASK_COUNT = new DevExpress.XtraGrid.Columns.GridColumn(); this.colAUTO_ACCORDING = new DevExpress.XtraGrid.Columns.GridColumn(); this.colREMARK = new DevExpress.XtraGrid.Columns.GridColumn(); this.colSTATUS = new DevExpress.XtraGrid.Columns.GridColumn(); this.colVERSION = new DevExpress.XtraGrid.Columns.GridColumn(); this.colUSER_ID = new DevExpress.XtraGrid.Columns.GridColumn(); this.colCREATE_DATE = new DevExpress.XtraGrid.Columns.GridColumn(); ((System.ComponentModel.ISupportInitialize)(this.gridControlCustom1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bs_AutoTask)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lue_tran_type)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lue_worktype)).BeginInit(); this.SuspendLayout(); // // gridControlCustom1 // this.gridControlCustom1.ColorApprove = System.Drawing.Color.Empty; this.gridControlCustom1.ColorApproveValue = null; this.gridControlCustom1.ColorPass = System.Drawing.Color.Empty; this.gridControlCustom1.ColorPassValue = null; this.gridControlCustom1.ColorRepeal = System.Drawing.Color.Empty; this.gridControlCustom1.ColorRepealValue = null; this.gridControlCustom1.ColorReWork = System.Drawing.Color.Empty; this.gridControlCustom1.ColorReWorkValue = null; this.gridControlCustom1.ColorSelectedRow = System.Drawing.Color.Empty; this.gridControlCustom1.ColorShortage = System.Drawing.Color.Empty; this.gridControlCustom1.ColorShortageFlagColumn = null; this.gridControlCustom1.ColorShortageValue = null; this.gridControlCustom1.ColorUnExecute = System.Drawing.Color.Empty; this.gridControlCustom1.ColorUnExecuteValue = null; this.gridControlCustom1.ColorUnPass = System.Drawing.Color.Empty; this.gridControlCustom1.ColorUnPassValue = null; this.gridControlCustom1.ColorVerify = System.Drawing.Color.Empty; this.gridControlCustom1.ColorVerifyFlagColumn = null; this.gridControlCustom1.ColorVerifyValue = null; this.gridControlCustom1.ColorWarning = System.Drawing.Color.Empty; this.gridControlCustom1.ColorWarningValue = null; this.gridControlCustom1.DataSource = this.bs_AutoTask; this.gridControlCustom1.Dock = System.Windows.Forms.DockStyle.Fill; this.gridControlCustom1.EnableAppearanceEvenRow = true; this.gridControlCustom1.IndicatorWidth = 40; this.gridControlCustom1.Location = new System.Drawing.Point(0, 0); this.gridControlCustom1.MainView = this.gridView1; this.gridControlCustom1.Name = "gridControlCustom1"; this.gridControlCustom1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.lue_tran_type, this.lue_worktype}); this.gridControlCustom1.ShowRowID = true; this.gridControlCustom1.Size = new System.Drawing.Size(759, 491); this.gridControlCustom1.TabIndex = 0; this.gridControlCustom1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView1}); // // bs_AutoTask // this.bs_AutoTask.DataSource = typeof(WMS.Model.Strategy.AutoTaskModel); // // gridView1 // this.gridView1.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(250))))); this.gridView1.Appearance.EvenRow.Options.UseBackColor = true; this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.colSTRATEGY_ID, this.colTRAN_TYPE, this.colTASK_TYPE, this.colWORK_TYPE, this.colSTRATEGY_NAME, this.colIS_AUTO, this.colIS_AUTOCREATE, this.colTASK_COUNT, this.colAUTO_ACCORDING, this.colREMARK, this.colSTATUS, this.colVERSION, this.colUSER_ID, this.colCREATE_DATE}); this.gridView1.GridControl = this.gridControlCustom1; this.gridView1.IndicatorWidth = 34; this.gridView1.Name = "gridView1"; this.gridView1.OptionsView.ColumnAutoWidth = false; this.gridView1.OptionsView.EnableAppearanceEvenRow = true; this.gridView1.OptionsView.ShowFooter = true; this.gridView1.OptionsView.ShowGroupPanel = false; this.gridView1.CustomColumnDisplayText += new DevExpress.XtraGrid.Views.Base.CustomColumnDisplayTextEventHandler(this.gridView1_CustomColumnDisplayText); // // colSTRATEGY_ID // this.colSTRATEGY_ID.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F); this.colSTRATEGY_ID.AppearanceCell.Options.UseFont = true; this.colSTRATEGY_ID.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F); this.colSTRATEGY_ID.AppearanceHeader.Options.UseFont = true; this.colSTRATEGY_ID.AppearanceHeader.Options.UseTextOptions = true; this.colSTRATEGY_ID.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.colSTRATEGY_ID.FieldName = "STRATEGY_ID"; this.colSTRATEGY_ID.Name = "colSTRATEGY_ID"; this.colSTRATEGY_ID.OptionsColumn.AllowEdit = false; // // colTRAN_TYPE // this.colTRAN_TYPE.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F); this.colTRAN_TYPE.AppearanceCell.Options.UseFont = true; this.colTRAN_TYPE.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F); this.colTRAN_TYPE.AppearanceHeader.Options.UseFont = true; this.colTRAN_TYPE.AppearanceHeader.Options.UseTextOptions = true; this.colTRAN_TYPE.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.colTRAN_TYPE.ColumnEdit = this.lue_tran_type; this.colTRAN_TYPE.FieldName = "TRAN_TYPE"; this.colTRAN_TYPE.Name = "colTRAN_TYPE"; this.colTRAN_TYPE.OptionsColumn.AllowEdit = false; this.colTRAN_TYPE.Visible = true; this.colTRAN_TYPE.VisibleIndex = 1; this.colTRAN_TYPE.Width = 181; // // lue_tran_type // this.lue_tran_type.AutoHeight = false; this.lue_tran_type.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.lue_tran_type.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] { new DevExpress.XtraEditors.Controls.LookUpColumnInfo("WORK_ID", "类型", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default), new DevExpress.XtraEditors.Controls.LookUpColumnInfo("WORK_NAME", "事务")}); this.lue_tran_type.Name = "lue_tran_type"; this.lue_tran_type.NullText = ""; // // colTASK_TYPE // this.colTASK_TYPE.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F); this.colTASK_TYPE.AppearanceCell.Options.UseFont = true; this.colTASK_TYPE.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F); this.colTASK_TYPE.AppearanceHeader.Options.UseFont = true; this.colTASK_TYPE.AppearanceHeader.Options.UseTextOptions = true; this.colTASK_TYPE.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.colTASK_TYPE.FieldName = "TASK_TYPE"; this.colTASK_TYPE.Name = "colTASK_TYPE"; this.colTASK_TYPE.OptionsColumn.AllowEdit = false; // // colWORK_TYPE // this.colWORK_TYPE.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F); this.colWORK_TYPE.AppearanceCell.Options.UseFont = true; this.colWORK_TYPE.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F); this.colWORK_TYPE.AppearanceHeader.Options.UseFont = true; this.colWORK_TYPE.AppearanceHeader.Options.UseTextOptions = true; this.colWORK_TYPE.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.colWORK_TYPE.ColumnEdit = this.lue_worktype; this.colWORK_TYPE.FieldName = "WORK_TYPE"; this.colWORK_TYPE.Name = "colWORK_TYPE"; this.colWORK_TYPE.OptionsColumn.AllowEdit = false; this.colWORK_TYPE.Visible = true; this.colWORK_TYPE.VisibleIndex = 2; this.colWORK_TYPE.Width = 209; // // lue_worktype // this.lue_worktype.AutoHeight = false; this.lue_worktype.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.lue_worktype.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] { new DevExpress.XtraEditors.Controls.LookUpColumnInfo("VC_CHAR_VALUE", "编号", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default), new DevExpress.XtraEditors.Controls.LookUpColumnInfo("VC_DICTIONARY_NAME", "工种")}); this.lue_worktype.Name = "lue_worktype"; this.lue_worktype.NullText = ""; // // colSTRATEGY_NAME // this.colSTRATEGY_NAME.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F); this.colSTRATEGY_NAME.AppearanceCell.Options.UseFont = true; this.colSTRATEGY_NAME.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F); this.colSTRATEGY_NAME.AppearanceHeader.Options.UseFont = true; this.colSTRATEGY_NAME.AppearanceHeader.Options.UseTextOptions = true; this.colSTRATEGY_NAME.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.colSTRATEGY_NAME.FieldName = "STRATEGY_NAME"; this.colSTRATEGY_NAME.Name = "colSTRATEGY_NAME"; this.colSTRATEGY_NAME.OptionsColumn.AllowEdit = false; this.colSTRATEGY_NAME.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] { new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Count, "STRATEGY_NAME", "{0} 条")}); this.colSTRATEGY_NAME.Visible = true; this.colSTRATEGY_NAME.VisibleIndex = 0; this.colSTRATEGY_NAME.Width = 160; // // colIS_AUTO // this.colIS_AUTO.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F); this.colIS_AUTO.AppearanceCell.Options.UseFont = true; this.colIS_AUTO.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F); this.colIS_AUTO.AppearanceHeader.Options.UseFont = true; this.colIS_AUTO.AppearanceHeader.Options.UseTextOptions = true; this.colIS_AUTO.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.colIS_AUTO.FieldName = "IS_AUTO"; this.colIS_AUTO.Name = "colIS_AUTO"; this.colIS_AUTO.OptionsColumn.AllowEdit = false; this.colIS_AUTO.Visible = true; this.colIS_AUTO.VisibleIndex = 3; this.colIS_AUTO.Width = 353; // // colIS_AUTOCREATE // this.colIS_AUTOCREATE.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F); this.colIS_AUTOCREATE.AppearanceCell.Options.UseFont = true; this.colIS_AUTOCREATE.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F); this.colIS_AUTOCREATE.AppearanceHeader.Options.UseFont = true; this.colIS_AUTOCREATE.AppearanceHeader.Options.UseTextOptions = true; this.colIS_AUTOCREATE.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.colIS_AUTOCREATE.FieldName = "IS_AUTOCREATE"; this.colIS_AUTOCREATE.Name = "colIS_AUTOCREATE"; this.colIS_AUTOCREATE.OptionsColumn.AllowEdit = false; this.colIS_AUTOCREATE.Visible = true; this.colIS_AUTOCREATE.VisibleIndex = 4; this.colIS_AUTOCREATE.Width = 279; // // colTASK_COUNT // this.colTASK_COUNT.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F); this.colTASK_COUNT.AppearanceCell.Options.UseFont = true; this.colTASK_COUNT.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F); this.colTASK_COUNT.AppearanceHeader.Options.UseFont = true; this.colTASK_COUNT.AppearanceHeader.Options.UseTextOptions = true; this.colTASK_COUNT.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.colTASK_COUNT.FieldName = "TASK_COUNT"; this.colTASK_COUNT.Name = "colTASK_COUNT"; this.colTASK_COUNT.OptionsColumn.AllowEdit = false; this.colTASK_COUNT.Visible = true; this.colTASK_COUNT.VisibleIndex = 5; this.colTASK_COUNT.Width = 207; // // colAUTO_ACCORDING // this.colAUTO_ACCORDING.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F); this.colAUTO_ACCORDING.AppearanceCell.Options.UseFont = true; this.colAUTO_ACCORDING.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F); this.colAUTO_ACCORDING.AppearanceHeader.Options.UseFont = true; this.colAUTO_ACCORDING.AppearanceHeader.Options.UseTextOptions = true; this.colAUTO_ACCORDING.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.colAUTO_ACCORDING.FieldName = "AUTO_ACCORDING"; this.colAUTO_ACCORDING.Name = "colAUTO_ACCORDING"; this.colAUTO_ACCORDING.OptionsColumn.AllowEdit = false; // // colREMARK // this.colREMARK.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F); this.colREMARK.AppearanceCell.Options.UseFont = true; this.colREMARK.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F); this.colREMARK.AppearanceHeader.Options.UseFont = true; this.colREMARK.AppearanceHeader.Options.UseTextOptions = true; this.colREMARK.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.colREMARK.FieldName = "REMARK"; this.colREMARK.Name = "colREMARK"; this.colREMARK.OptionsColumn.AllowEdit = false; // // colSTATUS // this.colSTATUS.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F); this.colSTATUS.AppearanceCell.Options.UseFont = true; this.colSTATUS.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F); this.colSTATUS.AppearanceHeader.Options.UseFont = true; this.colSTATUS.AppearanceHeader.Options.UseTextOptions = true; this.colSTATUS.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.colSTATUS.FieldName = "STATUS"; this.colSTATUS.Name = "colSTATUS"; this.colSTATUS.OptionsColumn.AllowEdit = false; // // colVERSION // this.colVERSION.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F); this.colVERSION.AppearanceCell.Options.UseFont = true; this.colVERSION.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F); this.colVERSION.AppearanceHeader.Options.UseFont = true; this.colVERSION.AppearanceHeader.Options.UseTextOptions = true; this.colVERSION.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.colVERSION.FieldName = "VERSION"; this.colVERSION.Name = "colVERSION"; this.colVERSION.OptionsColumn.AllowEdit = false; // // colUSER_ID // this.colUSER_ID.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F); this.colUSER_ID.AppearanceCell.Options.UseFont = true; this.colUSER_ID.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F); this.colUSER_ID.AppearanceHeader.Options.UseFont = true; this.colUSER_ID.AppearanceHeader.Options.UseTextOptions = true; this.colUSER_ID.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.colUSER_ID.FieldName = "USER_ID"; this.colUSER_ID.Name = "colUSER_ID"; this.colUSER_ID.OptionsColumn.AllowEdit = false; // // colCREATE_DATE // this.colCREATE_DATE.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F); this.colCREATE_DATE.AppearanceCell.Options.UseFont = true; this.colCREATE_DATE.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F); this.colCREATE_DATE.AppearanceHeader.Options.UseFont = true; this.colCREATE_DATE.AppearanceHeader.Options.UseTextOptions = true; this.colCREATE_DATE.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.colCREATE_DATE.FieldName = "CREATE_DATE"; this.colCREATE_DATE.Name = "colCREATE_DATE"; this.colCREATE_DATE.OptionsColumn.AllowEdit = false; // // FrmAutoTask // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(759, 491); this.Controls.Add(this.gridControlCustom1); this.Name = "FrmAutoTask"; this.Text = "自动指派任务"; this.Load += new System.EventHandler(this.FrmAutoTask_Load); ((System.ComponentModel.ISupportInitialize)(this.gridControlCustom1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bs_AutoTask)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lue_tran_type)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lue_worktype)).EndInit(); this.ResumeLayout(false); } #endregion private Ctrl.GridControlCustom gridControlCustom1; private DevExpress.XtraGrid.Views.Grid.GridView gridView1; private System.Windows.Forms.BindingSource bs_AutoTask; private DevExpress.XtraGrid.Columns.GridColumn colSTRATEGY_ID; private DevExpress.XtraGrid.Columns.GridColumn colTRAN_TYPE; private DevExpress.XtraGrid.Columns.GridColumn colTASK_TYPE; private DevExpress.XtraGrid.Columns.GridColumn colWORK_TYPE; private DevExpress.XtraGrid.Columns.GridColumn colSTRATEGY_NAME; private DevExpress.XtraGrid.Columns.GridColumn colIS_AUTO; private DevExpress.XtraGrid.Columns.GridColumn colIS_AUTOCREATE; private DevExpress.XtraGrid.Columns.GridColumn colTASK_COUNT; private DevExpress.XtraGrid.Columns.GridColumn colAUTO_ACCORDING; private DevExpress.XtraGrid.Columns.GridColumn colREMARK; private DevExpress.XtraGrid.Columns.GridColumn colSTATUS; private DevExpress.XtraGrid.Columns.GridColumn colVERSION; private DevExpress.XtraGrid.Columns.GridColumn colUSER_ID; private DevExpress.XtraGrid.Columns.GridColumn colCREATE_DATE; private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit lue_tran_type; private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit lue_worktype; } }