namespace HStation.WinFrmUI { partial class AssetsTankSingleMatchingCtrl { /// /// 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(); layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); phartDiagramRelationGridViewCtrl1 = new PhartDiagramRelationGridViewCtrl(); generalSearchCtrl1 = new GeneralSearchCtrl(); txtMaterial = new TextEdit(); txtName = new TextEdit(); gridControl1 = new DevExpress.XtraGrid.GridControl(); assetsTankSingleMatchingViewModelBindingSource = new BindingSource(components); gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); colName = new DevExpress.XtraGrid.Columns.GridColumn(); colMinorLoss = new DevExpress.XtraGrid.Columns.GridColumn(); colKeyWords = new DevExpress.XtraGrid.Columns.GridColumn(); colFlags = new DevExpress.XtraGrid.Columns.GridColumn(); colTagName = new DevExpress.XtraGrid.Columns.GridColumn(); colDescription = new DevExpress.XtraGrid.Columns.GridColumn(); Root = new DevExpress.XtraLayout.LayoutControlGroup(); layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup(); layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup(); layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem(); ((ISupportInitialize)layoutControl1).BeginInit(); layoutControl1.SuspendLayout(); ((ISupportInitialize)txtMaterial.Properties).BeginInit(); ((ISupportInitialize)txtName.Properties).BeginInit(); ((ISupportInitialize)gridControl1).BeginInit(); ((ISupportInitialize)assetsTankSingleMatchingViewModelBindingSource).BeginInit(); ((ISupportInitialize)gridView1).BeginInit(); ((ISupportInitialize)Root).BeginInit(); ((ISupportInitialize)layoutControlItem1).BeginInit(); ((ISupportInitialize)layoutControlGroup1).BeginInit(); ((ISupportInitialize)layoutControlItem2).BeginInit(); ((ISupportInitialize)layoutControlItem3).BeginInit(); ((ISupportInitialize)layoutControlItem6).BeginInit(); ((ISupportInitialize)layoutControlGroup2).BeginInit(); ((ISupportInitialize)layoutControlItem7).BeginInit(); SuspendLayout(); // // layoutControl1 // layoutControl1.Controls.Add(phartDiagramRelationGridViewCtrl1); layoutControl1.Controls.Add(generalSearchCtrl1); layoutControl1.Controls.Add(txtMaterial); layoutControl1.Controls.Add(txtName); layoutControl1.Controls.Add(gridControl1); layoutControl1.Dock = DockStyle.Fill; layoutControl1.Location = new Point(0, 0); layoutControl1.Name = "layoutControl1"; layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(1206, 280, 650, 400); layoutControl1.Root = Root; layoutControl1.Size = new Size(1028, 569); layoutControl1.TabIndex = 0; layoutControl1.Text = "layoutControl1"; // // phartDiagramRelationGridViewCtrl1 // phartDiagramRelationGridViewCtrl1.Location = new Point(0, 389); phartDiagramRelationGridViewCtrl1.Name = "phartDiagramRelationGridViewCtrl1"; phartDiagramRelationGridViewCtrl1.Size = new Size(1028, 180); phartDiagramRelationGridViewCtrl1.TabIndex = 10; // // generalSearchCtrl1 // generalSearchCtrl1.Location = new Point(372, 33); generalSearchCtrl1.Margin = new Padding(2); generalSearchCtrl1.Name = "generalSearchCtrl1"; generalSearchCtrl1.Size = new Size(644, 24); generalSearchCtrl1.TabIndex = 9; // // txtMaterial // txtMaterial.Location = new Point(232, 35); txtMaterial.Name = "txtMaterial"; txtMaterial.Size = new Size(136, 20); txtMaterial.StyleController = layoutControl1; txtMaterial.TabIndex = 6; // // txtName // txtName.Location = new Point(52, 35); txtName.Name = "txtName"; txtName.Size = new Size(136, 20); txtName.StyleController = layoutControl1; txtName.TabIndex = 5; // // gridControl1 // gridControl1.DataSource = assetsTankSingleMatchingViewModelBindingSource; gridControl1.Location = new Point(0, 70); gridControl1.MainView = gridView1; gridControl1.Name = "gridControl1"; gridControl1.Size = new Size(1028, 297); gridControl1.TabIndex = 4; gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView1 }); // // gridView1 // gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colName, colMinorLoss, colKeyWords, colFlags, colTagName, colDescription }); gridView1.GridControl = gridControl1; gridView1.Name = "gridView1"; gridView1.FocusedRowChanged += gridView1_FocusedRowChanged; // // colName // colName.FieldName = "Name"; colName.MaxWidth = 150; colName.MinWidth = 100; colName.Name = "colName"; colName.Visible = true; colName.VisibleIndex = 0; colName.Width = 100; // // colMinorLoss // colMinorLoss.FieldName = "MinorLoss"; colMinorLoss.MaxWidth = 100; colMinorLoss.MinWidth = 100; colMinorLoss.Name = "colMinorLoss"; colMinorLoss.Visible = true; colMinorLoss.VisibleIndex = 1; colMinorLoss.Width = 100; // // colKeyWords // colKeyWords.FieldName = "KeyWords"; colKeyWords.MinWidth = 100; colKeyWords.Name = "colKeyWords"; colKeyWords.Visible = true; colKeyWords.VisibleIndex = 2; colKeyWords.Width = 100; // // colFlags // colFlags.FieldName = "Flags"; colFlags.MinWidth = 100; colFlags.Name = "colFlags"; colFlags.Visible = true; colFlags.VisibleIndex = 3; colFlags.Width = 100; // // colTagName // colTagName.FieldName = "TagName"; colTagName.MaxWidth = 150; colTagName.MinWidth = 100; colTagName.Name = "colTagName"; colTagName.Visible = true; colTagName.VisibleIndex = 4; colTagName.Width = 100; // // colDescription // colDescription.FieldName = "Description"; colDescription.MinWidth = 100; colDescription.Name = "colDescription"; colDescription.Visible = true; colDescription.VisibleIndex = 5; colDescription.Width = 100; // // Root // Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; Root.GroupBordersVisible = false; Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, layoutControlGroup1, layoutControlGroup2 }); Root.Name = "Root"; Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); Root.Size = new Size(1028, 569); Root.TextVisible = false; // // layoutControlItem1 // layoutControlItem1.Control = gridControl1; layoutControlItem1.Location = new Point(0, 69); layoutControlItem1.Name = "layoutControlItem1"; layoutControlItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 1, 0); layoutControlItem1.Size = new Size(1028, 298); layoutControlItem1.TextSize = new Size(0, 0); layoutControlItem1.TextVisible = false; // // layoutControlGroup1 // layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem2, layoutControlItem3, layoutControlItem6 }); layoutControlGroup1.Location = new Point(0, 0); layoutControlGroup1.Name = "layoutControlGroup1"; layoutControlGroup1.Size = new Size(1028, 69); layoutControlGroup1.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); layoutControlGroup1.Text = "检索条件"; // // layoutControlItem2 // layoutControlItem2.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center; layoutControlItem2.Control = txtName; layoutControlItem2.Location = new Point(0, 0); layoutControlItem2.MaxSize = new Size(180, 24); layoutControlItem2.MinSize = new Size(180, 24); layoutControlItem2.Name = "layoutControlItem2"; layoutControlItem2.Size = new Size(180, 28); layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; layoutControlItem2.Text = "名称:"; layoutControlItem2.TextSize = new Size(28, 14); // // layoutControlItem3 // layoutControlItem3.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center; layoutControlItem3.Control = txtMaterial; layoutControlItem3.Location = new Point(180, 0); layoutControlItem3.MaxSize = new Size(180, 24); layoutControlItem3.MinSize = new Size(180, 24); layoutControlItem3.Name = "layoutControlItem3"; layoutControlItem3.Size = new Size(180, 28); layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; layoutControlItem3.Text = "材质:"; layoutControlItem3.TextSize = new Size(28, 14); // // layoutControlItem6 // layoutControlItem6.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center; layoutControlItem6.Control = generalSearchCtrl1; layoutControlItem6.Location = new Point(360, 0); layoutControlItem6.Name = "layoutControlItem6"; layoutControlItem6.Size = new Size(648, 28); layoutControlItem6.TextSize = new Size(0, 0); layoutControlItem6.TextVisible = false; // // layoutControlGroup2 // layoutControlGroup2.GroupStyle = DevExpress.Utils.GroupStyle.Title; layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem7 }); layoutControlGroup2.Location = new Point(0, 367); layoutControlGroup2.Name = "layoutControlGroup2"; layoutControlGroup2.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); layoutControlGroup2.Size = new Size(1028, 202); layoutControlGroup2.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); layoutControlGroup2.Text = "曲线列表"; // // layoutControlItem7 // layoutControlItem7.Control = phartDiagramRelationGridViewCtrl1; layoutControlItem7.Location = new Point(0, 0); layoutControlItem7.MaxSize = new Size(0, 180); layoutControlItem7.MinSize = new Size(5, 180); layoutControlItem7.Name = "layoutControlItem7"; layoutControlItem7.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); layoutControlItem7.Size = new Size(1028, 180); layoutControlItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; layoutControlItem7.TextSize = new Size(0, 0); layoutControlItem7.TextVisible = false; // // AssetsTankSingleMatchingCtrl // AutoScaleDimensions = new SizeF(7F, 14F); AutoScaleMode = AutoScaleMode.Font; Controls.Add(layoutControl1); Name = "AssetsTankSingleMatchingCtrl"; Size = new Size(1028, 569); ((ISupportInitialize)layoutControl1).EndInit(); layoutControl1.ResumeLayout(false); ((ISupportInitialize)txtMaterial.Properties).EndInit(); ((ISupportInitialize)txtName.Properties).EndInit(); ((ISupportInitialize)gridControl1).EndInit(); ((ISupportInitialize)assetsTankSingleMatchingViewModelBindingSource).EndInit(); ((ISupportInitialize)gridView1).EndInit(); ((ISupportInitialize)Root).EndInit(); ((ISupportInitialize)layoutControlItem1).EndInit(); ((ISupportInitialize)layoutControlGroup1).EndInit(); ((ISupportInitialize)layoutControlItem2).EndInit(); ((ISupportInitialize)layoutControlItem3).EndInit(); ((ISupportInitialize)layoutControlItem6).EndInit(); ((ISupportInitialize)layoutControlGroup2).EndInit(); ((ISupportInitialize)layoutControlItem7).EndInit(); ResumeLayout(false); } #endregion private DevExpress.XtraLayout.LayoutControl layoutControl1; private TextEdit txtMaterial; private TextEdit txtName; private DevExpress.XtraGrid.GridControl gridControl1; private DevExpress.XtraGrid.Views.Grid.GridView gridView1; private DevExpress.XtraLayout.LayoutControlGroup Root; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3; private GeneralSearchCtrl generalSearchCtrl1; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6; private DevExpress.XtraGrid.Columns.GridColumn colName; private DevExpress.XtraGrid.Columns.GridColumn colKeyWords; private DevExpress.XtraGrid.Columns.GridColumn colFlags; private DevExpress.XtraGrid.Columns.GridColumn colTagName; private DevExpress.XtraGrid.Columns.GridColumn colDescription; private DevExpress.XtraGrid.Columns.GridColumn colMinorLoss; private PhartDiagramRelationGridViewCtrl phartDiagramRelationGridViewCtrl1; private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup2; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7; private BindingSource assetsTankSingleMatchingViewModelBindingSource; } }