BaoKai_202508_Wms_Jingwang_.../WMS.FrmBaseData/FrmLineInfo.Designer.cs

331 lines
16 KiB
C#
Raw Normal View History

2025-08-24 21:52:42 +08:00
namespace WMS.FrmBaseData
{
partial class FrmLineInfo
{
/// <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()
{
this.components = new System.ComponentModel.Container();
DevExpress.XtraGrid.GridLevelNode gridLevelNode1 = new DevExpress.XtraGrid.GridLevelNode();
this.BSTab = new System.Windows.Forms.BindingSource(this.components);
this.BSGrid = new System.Windows.Forms.BindingSource(this.components);
this.Check = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
this.repositoryItemCheckEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
this.BSArea = new System.Windows.Forms.BindingSource(this.components);
this.panel2 = new System.Windows.Forms.Panel();
this.GCLineInfo = new WMS.Ctrl.GridControlCustom();
this.GVLineInfo = new DevExpress.XtraGrid.Views.Grid.GridView();
this.colID = new DevExpress.XtraGrid.Columns.GridColumn();
this.colLINE_ID = new DevExpress.XtraGrid.Columns.GridColumn();
this.colLINE_NAME = new DevExpress.XtraGrid.Columns.GridColumn();
this.colLINE_START = new DevExpress.XtraGrid.Columns.GridColumn();
this.colLINE_END = new DevExpress.XtraGrid.Columns.GridColumn();
this.colLINE_STADATE = new DevExpress.XtraGrid.Columns.GridColumn();
this.colLINE_EDDDATE = new DevExpress.XtraGrid.Columns.GridColumn();
this.colLINE_TYPE = new DevExpress.XtraGrid.Columns.GridColumn();
this.colREMARK = new DevExpress.XtraGrid.Columns.GridColumn();
this.colCREATE_TYPE = new DevExpress.XtraGrid.Columns.GridColumn();
this.colSTATUS = new DevExpress.XtraGrid.Columns.GridColumn();
this.colVERSION = new DevExpress.XtraGrid.Columns.GridColumn();
this.colLINE_START_NAME = new DevExpress.XtraGrid.Columns.GridColumn();
this.colLINE_END_NAME = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
((System.ComponentModel.ISupportInitialize)(this.BSTab)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.BSGrid)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.Check)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.BSArea)).BeginInit();
this.panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.GCLineInfo)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.GVLineInfo)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
this.SuspendLayout();
//
// BSTab
//
this.BSTab.DataSource = typeof(WMS.Model.Base.LineInfoModel);
//
// BSGrid
//
this.BSGrid.DataSource = typeof(WMS.Model.Base.LineInfoModel);
//
// Check
//
this.Check.AutoHeight = false;
this.Check.Caption = "Check";
this.Check.Name = "Check";
//
// repositoryItemCheckEdit2
//
this.repositoryItemCheckEdit2.AutoHeight = false;
this.repositoryItemCheckEdit2.Caption = "Check";
this.repositoryItemCheckEdit2.Name = "repositoryItemCheckEdit2";
//
// BSArea
//
this.BSArea.DataSource = typeof(WMS.Model.Base.AddressAreaModel);
//
// panel2
//
this.panel2.Controls.Add(this.GCLineInfo);
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel2.Location = new System.Drawing.Point(0, 0);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(947, 400);
this.panel2.TabIndex = 3;
//
// GCLineInfo
//
this.GCLineInfo.ColorApprove = System.Drawing.Color.Empty;
this.GCLineInfo.ColorApproveValue = null;
this.GCLineInfo.ColorPass = System.Drawing.Color.Empty;
this.GCLineInfo.ColorPassValue = null;
this.GCLineInfo.ColorRepeal = System.Drawing.Color.Empty;
this.GCLineInfo.ColorRepealValue = null;
this.GCLineInfo.ColorReWork = System.Drawing.Color.Empty;
this.GCLineInfo.ColorReWorkValue = null;
this.GCLineInfo.ColorSelectedRow = System.Drawing.Color.Empty;
this.GCLineInfo.ColorShortage = System.Drawing.Color.Empty;
this.GCLineInfo.ColorShortageFlagColumn = null;
this.GCLineInfo.ColorShortageValue = null;
this.GCLineInfo.ColorUnExecute = System.Drawing.Color.Empty;
this.GCLineInfo.ColorUnExecuteValue = null;
this.GCLineInfo.ColorUnPass = System.Drawing.Color.Empty;
this.GCLineInfo.ColorUnPassValue = null;
this.GCLineInfo.ColorVerify = System.Drawing.Color.Empty;
this.GCLineInfo.ColorVerifyFlagColumn = null;
this.GCLineInfo.ColorVerifyValue = null;
this.GCLineInfo.ColorWarning = System.Drawing.Color.Empty;
this.GCLineInfo.ColorWarningValue = null;
this.GCLineInfo.DataSource = this.BSGrid;
this.GCLineInfo.Dock = System.Windows.Forms.DockStyle.Fill;
this.GCLineInfo.EnableAppearanceEvenRow = true;
this.GCLineInfo.IndicatorWidth = 40;
gridLevelNode1.RelationName = "Level1";
this.GCLineInfo.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
gridLevelNode1});
this.GCLineInfo.Location = new System.Drawing.Point(0, 0);
this.GCLineInfo.MainView = this.GVLineInfo;
this.GCLineInfo.Name = "GCLineInfo";
this.GCLineInfo.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
this.Check,
this.repositoryItemCheckEdit2,
this.repositoryItemCheckEdit1});
this.GCLineInfo.ShowRowID = true;
this.GCLineInfo.Size = new System.Drawing.Size(947, 400);
this.GCLineInfo.TabIndex = 2;
this.GCLineInfo.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.GVLineInfo});
this.GCLineInfo.DoubleClick += new System.EventHandler(this.GCLineInfo_DoubleClick);
//
// GVLineInfo
//
this.GVLineInfo.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(250)))));
this.GVLineInfo.Appearance.EvenRow.Options.UseBackColor = true;
this.GVLineInfo.Appearance.HeaderPanel.Options.UseTextOptions = true;
this.GVLineInfo.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.GVLineInfo.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.colID,
this.colLINE_ID,
this.colLINE_NAME,
this.colLINE_START,
this.colLINE_END,
this.colLINE_STADATE,
this.colLINE_EDDDATE,
this.colLINE_TYPE,
this.colREMARK,
this.colCREATE_TYPE,
this.colSTATUS,
this.colVERSION,
this.colLINE_START_NAME,
this.colLINE_END_NAME});
this.GVLineInfo.GridControl = this.GCLineInfo;
this.GVLineInfo.IndicatorWidth = 34;
this.GVLineInfo.Name = "GVLineInfo";
this.GVLineInfo.OptionsSelection.MultiSelect = true;
this.GVLineInfo.OptionsView.ColumnAutoWidth = false;
this.GVLineInfo.OptionsView.EnableAppearanceEvenRow = true;
this.GVLineInfo.OptionsView.ShowGroupPanel = false;
this.GVLineInfo.CustomColumnDisplayText += new DevExpress.XtraGrid.Views.Base.CustomColumnDisplayTextEventHandler(this.GVLineInfo_CustomColumnDisplayText);
//
// colID
//
this.colID.FieldName = "ID";
this.colID.Name = "colID";
this.colID.OptionsColumn.AllowEdit = false;
//
// colLINE_ID
//
this.colLINE_ID.FieldName = "LINE_ID";
this.colLINE_ID.Name = "colLINE_ID";
this.colLINE_ID.OptionsColumn.AllowEdit = false;
//
// colLINE_NAME
//
this.colLINE_NAME.FieldName = "LINE_NAME";
this.colLINE_NAME.Name = "colLINE_NAME";
this.colLINE_NAME.OptionsColumn.AllowEdit = false;
this.colLINE_NAME.Visible = true;
this.colLINE_NAME.VisibleIndex = 0;
this.colLINE_NAME.Width = 186;
//
// colLINE_START
//
this.colLINE_START.FieldName = "LINE_START";
this.colLINE_START.Name = "colLINE_START";
this.colLINE_START.OptionsColumn.AllowEdit = false;
//
// colLINE_END
//
this.colLINE_END.FieldName = "LINE_END";
this.colLINE_END.Name = "colLINE_END";
this.colLINE_END.OptionsColumn.AllowEdit = false;
//
// colLINE_STADATE
//
this.colLINE_STADATE.FieldName = "LINE_STADATE";
this.colLINE_STADATE.Name = "colLINE_STADATE";
this.colLINE_STADATE.OptionsColumn.AllowEdit = false;
this.colLINE_STADATE.Visible = true;
this.colLINE_STADATE.VisibleIndex = 4;
this.colLINE_STADATE.Width = 122;
//
// colLINE_EDDDATE
//
this.colLINE_EDDDATE.FieldName = "LINE_EDDDATE";
this.colLINE_EDDDATE.Name = "colLINE_EDDDATE";
this.colLINE_EDDDATE.OptionsColumn.AllowEdit = false;
//
// colLINE_TYPE
//
this.colLINE_TYPE.FieldName = "LINE_TYPE";
this.colLINE_TYPE.Name = "colLINE_TYPE";
this.colLINE_TYPE.OptionsColumn.AllowEdit = false;
this.colLINE_TYPE.Visible = true;
this.colLINE_TYPE.VisibleIndex = 3;
//
// colREMARK
//
this.colREMARK.FieldName = "REMARK";
this.colREMARK.Name = "colREMARK";
this.colREMARK.OptionsColumn.AllowEdit = false;
this.colREMARK.Visible = true;
this.colREMARK.VisibleIndex = 6;
this.colREMARK.Width = 450;
//
// colCREATE_TYPE
//
this.colCREATE_TYPE.FieldName = "CREATE_TYPE";
this.colCREATE_TYPE.Name = "colCREATE_TYPE";
this.colCREATE_TYPE.OptionsColumn.AllowEdit = false;
//
// colSTATUS
//
this.colSTATUS.FieldName = "STATUS";
this.colSTATUS.Name = "colSTATUS";
this.colSTATUS.OptionsColumn.AllowEdit = false;
this.colSTATUS.Visible = true;
this.colSTATUS.VisibleIndex = 5;
//
// colVERSION
//
this.colVERSION.FieldName = "VERSION";
this.colVERSION.Name = "colVERSION";
this.colVERSION.OptionsColumn.AllowEdit = false;
//
// colLINE_START_NAME
//
this.colLINE_START_NAME.FieldName = "LINE_START_NAME";
this.colLINE_START_NAME.Name = "colLINE_START_NAME";
this.colLINE_START_NAME.OptionsColumn.AllowEdit = false;
this.colLINE_START_NAME.Visible = true;
this.colLINE_START_NAME.VisibleIndex = 1;
this.colLINE_START_NAME.Width = 119;
//
// colLINE_END_NAME
//
this.colLINE_END_NAME.FieldName = "LINE_END_NAME";
this.colLINE_END_NAME.Name = "colLINE_END_NAME";
this.colLINE_END_NAME.OptionsColumn.AllowEdit = false;
this.colLINE_END_NAME.Visible = true;
this.colLINE_END_NAME.VisibleIndex = 2;
this.colLINE_END_NAME.Width = 140;
//
// repositoryItemCheckEdit1
//
this.repositoryItemCheckEdit1.AutoHeight = false;
this.repositoryItemCheckEdit1.Caption = "Check";
this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
//
// FrmLineInfo
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(947, 400);
this.Controls.Add(this.panel2);
this.Name = "FrmLineInfo";
this.Text = "线路信息";
this.Load += new System.EventHandler(this.FrmLineInfo_Load);
((System.ComponentModel.ISupportInitialize)(this.BSTab)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.BSGrid)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.Check)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.BSArea)).EndInit();
this.panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.GCLineInfo)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.GVLineInfo)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.BindingSource BSGrid;
private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit Check;
private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit repositoryItemCheckEdit2;
private System.Windows.Forms.Panel panel2;
private Ctrl.GridControlCustom GCLineInfo;
private DevExpress.XtraGrid.Views.Grid.GridView GVLineInfo;
private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit repositoryItemCheckEdit1;
private System.Windows.Forms.BindingSource BSTab;
private DevExpress.XtraGrid.Columns.GridColumn colID;
private DevExpress.XtraGrid.Columns.GridColumn colLINE_ID;
private DevExpress.XtraGrid.Columns.GridColumn colLINE_NAME;
private DevExpress.XtraGrid.Columns.GridColumn colLINE_START;
private DevExpress.XtraGrid.Columns.GridColumn colLINE_END;
private DevExpress.XtraGrid.Columns.GridColumn colLINE_STADATE;
private DevExpress.XtraGrid.Columns.GridColumn colLINE_EDDDATE;
private DevExpress.XtraGrid.Columns.GridColumn colLINE_TYPE;
private DevExpress.XtraGrid.Columns.GridColumn colREMARK;
private DevExpress.XtraGrid.Columns.GridColumn colCREATE_TYPE;
private DevExpress.XtraGrid.Columns.GridColumn colSTATUS;
private DevExpress.XtraGrid.Columns.GridColumn colVERSION;
private DevExpress.XtraGrid.Columns.GridColumn colLINE_START_NAME;
private DevExpress.XtraGrid.Columns.GridColumn colLINE_END_NAME;
private System.Windows.Forms.BindingSource BSArea;
}
}