namespace HStation.WinFrmUI { partial class CreateXhsSchemeValveChangePage { /// /// 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 Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { components = new Container(); sidePanel3dModel = new SidePanel(); layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); gridControl1 = new DevExpress.XtraGrid.GridControl(); createXhsSchemeValveChangeViewMdoelBindingSource = new BindingSource(components); layoutView1 = new DevExpress.XtraGrid.Views.Layout.LayoutView(); colSvgImage = new DevExpress.XtraGrid.Columns.LayoutViewColumn(); repPictureEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit(); layoutViewField_colSvgImage = new DevExpress.XtraGrid.Views.Layout.LayoutViewField(); colLinkStatus = new DevExpress.XtraGrid.Columns.LayoutViewColumn(); repImgCmbStatus = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox(); layoutViewField_colLinkStatus = new DevExpress.XtraGrid.Views.Layout.LayoutViewField(); colMaterial = new DevExpress.XtraGrid.Columns.LayoutViewColumn(); layoutViewField_colMaterial = new DevExpress.XtraGrid.Views.Layout.LayoutViewField(); colDiameter = new DevExpress.XtraGrid.Columns.LayoutViewColumn(); layoutViewField_colDiameter = new DevExpress.XtraGrid.Views.Layout.LayoutViewField(); colMinorLoss = new DevExpress.XtraGrid.Columns.LayoutViewColumn(); layoutViewField_colMinorLoss = new DevExpress.XtraGrid.Views.Layout.LayoutViewField(); colValveType = new DevExpress.XtraGrid.Columns.LayoutViewColumn(); layoutViewField_colValveType = new DevExpress.XtraGrid.Views.Layout.LayoutViewField(); colOpeningDegree = new DevExpress.XtraGrid.Columns.LayoutViewColumn(); layoutViewField_colOpeningDegree = new DevExpress.XtraGrid.Views.Layout.LayoutViewField(); colName = new DevExpress.XtraGrid.Columns.LayoutViewColumn(); layoutViewField_colName = new DevExpress.XtraGrid.Views.Layout.LayoutViewField(); colModelType = new DevExpress.XtraGrid.Columns.LayoutViewColumn(); layoutViewField_colModelType = new DevExpress.XtraGrid.Views.Layout.LayoutViewField(); layoutViewCard1 = new DevExpress.XtraGrid.Views.Layout.LayoutViewCard(); Root = new DevExpress.XtraLayout.LayoutControlGroup(); layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup(); layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); sidePanel1 = new SidePanel(); ((ISupportInitialize)layoutControl1).BeginInit(); layoutControl1.SuspendLayout(); ((ISupportInitialize)gridControl1).BeginInit(); ((ISupportInitialize)createXhsSchemeValveChangeViewMdoelBindingSource).BeginInit(); ((ISupportInitialize)layoutView1).BeginInit(); ((ISupportInitialize)repPictureEdit1).BeginInit(); ((ISupportInitialize)layoutViewField_colSvgImage).BeginInit(); ((ISupportInitialize)repImgCmbStatus).BeginInit(); ((ISupportInitialize)layoutViewField_colLinkStatus).BeginInit(); ((ISupportInitialize)layoutViewField_colMaterial).BeginInit(); ((ISupportInitialize)layoutViewField_colDiameter).BeginInit(); ((ISupportInitialize)layoutViewField_colMinorLoss).BeginInit(); ((ISupportInitialize)layoutViewField_colValveType).BeginInit(); ((ISupportInitialize)layoutViewField_colOpeningDegree).BeginInit(); ((ISupportInitialize)layoutViewField_colName).BeginInit(); ((ISupportInitialize)layoutViewField_colModelType).BeginInit(); ((ISupportInitialize)layoutViewCard1).BeginInit(); ((ISupportInitialize)Root).BeginInit(); ((ISupportInitialize)layoutControlGroup1).BeginInit(); ((ISupportInitialize)layoutControlItem1).BeginInit(); sidePanel1.SuspendLayout(); SuspendLayout(); // // sidePanel3dModel // sidePanel3dModel.Dock = DockStyle.Fill; sidePanel3dModel.Location = new Point(0, 0); sidePanel3dModel.Name = "sidePanel3dModel"; sidePanel3dModel.Size = new Size(930, 729); sidePanel3dModel.TabIndex = 0; sidePanel3dModel.Text = "sidePanel1"; // // layoutControl1 // layoutControl1.Controls.Add(gridControl1); layoutControl1.Dock = DockStyle.Fill; layoutControl1.Location = new Point(1, 0); layoutControl1.Name = "layoutControl1"; layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(1034, 367, 975, 600); layoutControl1.Root = Root; layoutControl1.Size = new Size(296, 729); layoutControl1.TabIndex = 1; layoutControl1.Text = "layoutControl1"; // // gridControl1 // gridControl1.DataSource = createXhsSchemeValveChangeViewMdoelBindingSource; gridControl1.Location = new Point(0, 33); gridControl1.MainView = layoutView1; gridControl1.Name = "gridControl1"; gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { repImgCmbStatus, repPictureEdit1 }); gridControl1.Size = new Size(296, 696); gridControl1.TabIndex = 4; gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { layoutView1 }); // // createXhsSchemeValveChangeViewMdoelBindingSource // createXhsSchemeValveChangeViewMdoelBindingSource.DataSource = typeof(CreateXhsSchemeValveChangeViewMdoel); // // layoutView1 // layoutView1.ActiveFilterEnabled = false; layoutView1.Appearance.FieldCaption.Options.UseTextOptions = true; layoutView1.Appearance.FieldCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; layoutView1.Appearance.FieldCaption.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center; layoutView1.Appearance.FieldEditingValue.Options.UseTextOptions = true; layoutView1.Appearance.FieldEditingValue.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; layoutView1.Appearance.FieldValue.Options.UseTextOptions = true; layoutView1.Appearance.FieldValue.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; layoutView1.CardHorzInterval = 0; layoutView1.CardMinSize = new Size(259, 128); layoutView1.CardVertInterval = 8; layoutView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.LayoutViewColumn[] { colSvgImage, colLinkStatus, colMaterial, colDiameter, colMinorLoss, colValveType, colOpeningDegree, colName, colModelType }); layoutView1.GridControl = gridControl1; layoutView1.HiddenItems.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutViewField_colMaterial, layoutViewField_colValveType }); layoutView1.Name = "layoutView1"; layoutView1.OptionsCustomization.AllowFilter = false; layoutView1.OptionsCustomization.AllowSort = false; layoutView1.OptionsFilter.AllowFilterEditor = false; layoutView1.OptionsFilter.AllowMRUFilterList = false; layoutView1.OptionsItemText.AlignMode = DevExpress.XtraGrid.Views.Layout.FieldTextAlignMode.AlignGlobal; layoutView1.OptionsItemText.TextToControlDistance = 2; layoutView1.OptionsView.ShowCardCaption = false; layoutView1.OptionsView.ShowCardExpandButton = false; layoutView1.OptionsView.ShowCardLines = false; layoutView1.OptionsView.ShowFilterPanelMode = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.Never; layoutView1.OptionsView.ShowHeaderPanel = false; layoutView1.OptionsView.ViewMode = DevExpress.XtraGrid.Views.Layout.LayoutViewMode.Column; layoutView1.TemplateCard = layoutViewCard1; layoutView1.CardClick += layoutView1_CardClick; layoutView1.FocusedColumnChanged += layoutView1_FocusedColumnChanged; layoutView1.CellValueChanged += layoutView1_CellValueChanged; // // colSvgImage // colSvgImage.ColumnEdit = repPictureEdit1; colSvgImage.FieldName = "SvgImage"; colSvgImage.LayoutViewField = layoutViewField_colSvgImage; colSvgImage.MinWidth = 30; colSvgImage.Name = "colSvgImage"; colSvgImage.OptionsColumn.AllowEdit = false; colSvgImage.OptionsColumn.ReadOnly = true; colSvgImage.Width = 112; // // repPictureEdit1 // repPictureEdit1.Name = "repPictureEdit1"; repPictureEdit1.ReadOnly = true; // // layoutViewField_colSvgImage // layoutViewField_colSvgImage.EditorPreferredWidth = 125; layoutViewField_colSvgImage.Location = new Point(0, 0); layoutViewField_colSvgImage.Name = "layoutViewField_colSvgImage"; layoutViewField_colSvgImage.Size = new Size(129, 64); layoutViewField_colSvgImage.StartNewLine = true; layoutViewField_colSvgImage.TextSize = new Size(0, 0); layoutViewField_colSvgImage.TextVisible = false; // // colLinkStatus // colLinkStatus.AppearanceCell.ForeColor = Color.DodgerBlue; colLinkStatus.AppearanceCell.Options.UseForeColor = true; colLinkStatus.ColumnEdit = repImgCmbStatus; colLinkStatus.FieldName = "LinkStatus"; colLinkStatus.LayoutViewField = layoutViewField_colLinkStatus; colLinkStatus.MinWidth = 30; colLinkStatus.Name = "colLinkStatus"; colLinkStatus.Width = 112; // // repImgCmbStatus // repImgCmbStatus.AutoHeight = false; repImgCmbStatus.Buttons.AddRange(new EditorButton[] { new EditorButton(ButtonPredefines.Combo) }); repImgCmbStatus.Name = "repImgCmbStatus"; // // layoutViewField_colLinkStatus // layoutViewField_colLinkStatus.EditorPreferredWidth = 126; layoutViewField_colLinkStatus.Location = new Point(129, 96); layoutViewField_colLinkStatus.Name = "layoutViewField_colLinkStatus"; layoutViewField_colLinkStatus.Size = new Size(130, 32); layoutViewField_colLinkStatus.TextSize = new Size(0, 0); layoutViewField_colLinkStatus.TextVisible = false; // // colMaterial // colMaterial.AppearanceCell.ForeColor = Color.Gray; colMaterial.AppearanceCell.Options.UseForeColor = true; colMaterial.FieldName = "Material"; colMaterial.LayoutViewField = layoutViewField_colMaterial; colMaterial.MinWidth = 30; colMaterial.Name = "colMaterial"; colMaterial.OptionsColumn.AllowEdit = false; colMaterial.OptionsColumn.ReadOnly = true; colMaterial.Width = 112; // // layoutViewField_colMaterial // layoutViewField_colMaterial.EditorPreferredWidth = 20; layoutViewField_colMaterial.Location = new Point(0, 0); layoutViewField_colMaterial.Name = "layoutViewField_colMaterial"; layoutViewField_colMaterial.Size = new Size(257, 160); layoutViewField_colMaterial.TextSize = new Size(0, 0); layoutViewField_colMaterial.TextVisible = false; // // colDiameter // colDiameter.AppearanceCell.ForeColor = Color.DodgerBlue; colDiameter.AppearanceCell.Options.UseForeColor = true; colDiameter.DisplayFormat.FormatString = "{0}mm"; colDiameter.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom; colDiameter.FieldName = "Diameter"; colDiameter.LayoutViewField = layoutViewField_colDiameter; colDiameter.MinWidth = 30; colDiameter.Name = "colDiameter"; colDiameter.Width = 112; // // layoutViewField_colDiameter // layoutViewField_colDiameter.EditorPreferredWidth = 125; layoutViewField_colDiameter.Location = new Point(0, 64); layoutViewField_colDiameter.Name = "layoutViewField_colDiameter"; layoutViewField_colDiameter.Size = new Size(129, 32); layoutViewField_colDiameter.TextSize = new Size(0, 0); layoutViewField_colDiameter.TextVisible = false; // // colMinorLoss // colMinorLoss.AppearanceCell.ForeColor = Color.DodgerBlue; colMinorLoss.AppearanceCell.Options.UseForeColor = true; colMinorLoss.DisplayFormat.FormatString = "{0}ML"; colMinorLoss.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom; colMinorLoss.FieldName = "MinorLoss"; colMinorLoss.LayoutViewField = layoutViewField_colMinorLoss; colMinorLoss.MinWidth = 30; colMinorLoss.Name = "colMinorLoss"; colMinorLoss.Width = 112; // // layoutViewField_colMinorLoss // layoutViewField_colMinorLoss.EditorPreferredWidth = 125; layoutViewField_colMinorLoss.Location = new Point(0, 96); layoutViewField_colMinorLoss.Name = "layoutViewField_colMinorLoss"; layoutViewField_colMinorLoss.Size = new Size(129, 32); layoutViewField_colMinorLoss.TextSize = new Size(0, 0); layoutViewField_colMinorLoss.TextVisible = false; // // colValveType // colValveType.FieldName = "ValveType"; colValveType.LayoutViewField = layoutViewField_colValveType; colValveType.MinWidth = 30; colValveType.Name = "colValveType"; colValveType.OptionsColumn.AllowEdit = false; colValveType.OptionsColumn.ReadOnly = true; colValveType.Width = 112; // // layoutViewField_colValveType // layoutViewField_colValveType.EditorPreferredWidth = 20; layoutViewField_colValveType.Location = new Point(0, 0); layoutViewField_colValveType.Name = "layoutViewField_colValveType"; layoutViewField_colValveType.Size = new Size(257, 160); layoutViewField_colValveType.TextSize = new Size(0, 0); layoutViewField_colValveType.TextVisible = false; // // colOpeningDegree // colOpeningDegree.AppearanceCell.ForeColor = Color.DodgerBlue; colOpeningDegree.AppearanceCell.Options.UseForeColor = true; colOpeningDegree.DisplayFormat.FormatString = "{0}°"; colOpeningDegree.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom; colOpeningDegree.FieldName = "OpeningDegree"; colOpeningDegree.LayoutViewField = layoutViewField_colOpeningDegree; colOpeningDegree.MinWidth = 30; colOpeningDegree.Name = "colOpeningDegree"; colOpeningDegree.Width = 112; // // layoutViewField_colOpeningDegree // layoutViewField_colOpeningDegree.EditorPreferredWidth = 126; layoutViewField_colOpeningDegree.Location = new Point(129, 64); layoutViewField_colOpeningDegree.Name = "layoutViewField_colOpeningDegree"; layoutViewField_colOpeningDegree.Size = new Size(130, 32); layoutViewField_colOpeningDegree.TextSize = new Size(0, 0); layoutViewField_colOpeningDegree.TextVisible = false; // // colName // colName.AppearanceCell.Font = new Font("Tahoma", 11F, FontStyle.Bold, GraphicsUnit.Point); colName.AppearanceCell.Options.UseFont = true; colName.FieldName = "Name"; colName.LayoutViewField = layoutViewField_colName; colName.MinWidth = 30; colName.Name = "colName"; colName.OptionsColumn.AllowEdit = false; colName.OptionsColumn.ReadOnly = true; colName.Width = 112; // // layoutViewField_colName // layoutViewField_colName.EditorPreferredWidth = 126; layoutViewField_colName.Location = new Point(129, 0); layoutViewField_colName.Name = "layoutViewField_colName"; layoutViewField_colName.Size = new Size(130, 32); layoutViewField_colName.TextSize = new Size(0, 0); layoutViewField_colName.TextVisible = false; // // colModelType // colModelType.AppearanceCell.ForeColor = Color.DodgerBlue; colModelType.AppearanceCell.Options.UseForeColor = true; colModelType.FieldName = "ModelType"; colModelType.LayoutViewField = layoutViewField_colModelType; colModelType.MinWidth = 30; colModelType.Name = "colModelType"; colModelType.OptionsColumn.AllowEdit = false; colModelType.OptionsColumn.ReadOnly = true; colModelType.Width = 112; // // layoutViewField_colModelType // layoutViewField_colModelType.EditorPreferredWidth = 126; layoutViewField_colModelType.Location = new Point(129, 32); layoutViewField_colModelType.Name = "layoutViewField_colModelType"; layoutViewField_colModelType.Size = new Size(130, 32); layoutViewField_colModelType.TextSize = new Size(0, 0); layoutViewField_colModelType.TextVisible = false; // // layoutViewCard1 // layoutViewCard1.CustomizationFormText = "TemplateCard"; layoutViewCard1.GroupBordersVisible = false; layoutViewCard1.HeaderButtonsLocation = DevExpress.Utils.GroupElementLocation.AfterText; layoutViewCard1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutViewField_colSvgImage, layoutViewField_colName, layoutViewField_colModelType, layoutViewField_colDiameter, layoutViewField_colLinkStatus, layoutViewField_colOpeningDegree, layoutViewField_colMinorLoss }); layoutViewCard1.Name = "layoutViewCard1"; layoutViewCard1.OptionsItemText.TextToControlDistance = 2; layoutViewCard1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); layoutViewCard1.Text = "TemplateCard"; layoutViewCard1.TextLocation = DevExpress.Utils.Locations.Default; // // Root // Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; Root.GroupBordersVisible = false; Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlGroup1 }); Root.Name = "Root"; Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); Root.Size = new Size(296, 729); Root.TextVisible = false; // // layoutControlGroup1 // layoutControlGroup1.CustomizationFormText = "阀门列表"; layoutControlGroup1.GroupStyle = DevExpress.Utils.GroupStyle.Title; layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1 }); layoutControlGroup1.Location = new Point(0, 0); layoutControlGroup1.Name = "layoutControlGroup1"; layoutControlGroup1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); layoutControlGroup1.Size = new Size(296, 729); layoutControlGroup1.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); layoutControlGroup1.Text = "阀门列表"; // // layoutControlItem1 // layoutControlItem1.Control = gridControl1; layoutControlItem1.Location = new Point(0, 0); layoutControlItem1.Name = "layoutControlItem1"; layoutControlItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); layoutControlItem1.Size = new Size(296, 696); layoutControlItem1.TextSize = new Size(0, 0); layoutControlItem1.TextVisible = false; // // sidePanel1 // sidePanel1.Controls.Add(layoutControl1); sidePanel1.Dock = DockStyle.Right; sidePanel1.Location = new Point(930, 0); sidePanel1.Name = "sidePanel1"; sidePanel1.Size = new Size(297, 729); sidePanel1.TabIndex = 2; sidePanel1.Text = "sidePanel1"; // // CreateXhsSchemeValveChangePage // AutoScaleDimensions = new SizeF(10F, 22F); AutoScaleMode = AutoScaleMode.Font; Controls.Add(sidePanel3dModel); Controls.Add(sidePanel1); Margin = new Padding(4, 5, 4, 5); Name = "CreateXhsSchemeValveChangePage"; Size = new Size(1227, 729); ((ISupportInitialize)layoutControl1).EndInit(); layoutControl1.ResumeLayout(false); ((ISupportInitialize)gridControl1).EndInit(); ((ISupportInitialize)createXhsSchemeValveChangeViewMdoelBindingSource).EndInit(); ((ISupportInitialize)layoutView1).EndInit(); ((ISupportInitialize)repPictureEdit1).EndInit(); ((ISupportInitialize)layoutViewField_colSvgImage).EndInit(); ((ISupportInitialize)repImgCmbStatus).EndInit(); ((ISupportInitialize)layoutViewField_colLinkStatus).EndInit(); ((ISupportInitialize)layoutViewField_colMaterial).EndInit(); ((ISupportInitialize)layoutViewField_colDiameter).EndInit(); ((ISupportInitialize)layoutViewField_colMinorLoss).EndInit(); ((ISupportInitialize)layoutViewField_colValveType).EndInit(); ((ISupportInitialize)layoutViewField_colOpeningDegree).EndInit(); ((ISupportInitialize)layoutViewField_colName).EndInit(); ((ISupportInitialize)layoutViewField_colModelType).EndInit(); ((ISupportInitialize)layoutViewCard1).EndInit(); ((ISupportInitialize)Root).EndInit(); ((ISupportInitialize)layoutControlGroup1).EndInit(); ((ISupportInitialize)layoutControlItem1).EndInit(); sidePanel1.ResumeLayout(false); ResumeLayout(false); } #endregion private SidePanel sidePanel3dModel; private DevExpress.XtraLayout.LayoutControl layoutControl1; private DevExpress.XtraLayout.LayoutControlGroup Root; private DevExpress.XtraGrid.GridControl gridControl1; private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1; private DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox repImgCmbStatus; private DevExpress.XtraGrid.Views.Layout.LayoutView layoutView1; private DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit repPictureEdit1; private SidePanel sidePanel1; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; private BindingSource createXhsSchemeValveChangeViewMdoelBindingSource; private DevExpress.XtraGrid.Columns.LayoutViewColumn colSvgImage; private DevExpress.XtraGrid.Columns.LayoutViewColumn colLinkStatus; private DevExpress.XtraGrid.Columns.LayoutViewColumn colMaterial; private DevExpress.XtraGrid.Columns.LayoutViewColumn colDiameter; private DevExpress.XtraGrid.Columns.LayoutViewColumn colMinorLoss; private DevExpress.XtraGrid.Columns.LayoutViewColumn colValveType; private DevExpress.XtraGrid.Columns.LayoutViewColumn colOpeningDegree; private DevExpress.XtraGrid.Columns.LayoutViewColumn colName; private DevExpress.XtraGrid.Columns.LayoutViewColumn colModelType; private DevExpress.XtraGrid.Views.Layout.LayoutViewField layoutViewField_colSvgImage; private DevExpress.XtraGrid.Views.Layout.LayoutViewField layoutViewField_colLinkStatus; private DevExpress.XtraGrid.Views.Layout.LayoutViewField layoutViewField_colMaterial; private DevExpress.XtraGrid.Views.Layout.LayoutViewField layoutViewField_colDiameter; private DevExpress.XtraGrid.Views.Layout.LayoutViewField layoutViewField_colMinorLoss; private DevExpress.XtraGrid.Views.Layout.LayoutViewField layoutViewField_colValveType; private DevExpress.XtraGrid.Views.Layout.LayoutViewField layoutViewField_colOpeningDegree; private DevExpress.XtraGrid.Views.Layout.LayoutViewField layoutViewField_colName; private DevExpress.XtraGrid.Views.Layout.LayoutViewField layoutViewField_colModelType; private DevExpress.XtraGrid.Views.Layout.LayoutViewCard layoutViewCard1; } }