namespace HStation.WinFrmUI { partial class AssetsPipeSingleMatchingCtrl { /// /// 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(); generalSearchCtrl1 = new GeneralSearchCtrl(); txtCaliberMax = new TextEdit(); txtCaliberMin = new TextEdit(); txtMaterial = new TextEdit(); txtName = new TextEdit(); gridControl1 = new DevExpress.XtraGrid.GridControl(); assetsPipeSingleMatchingViewModelBindingSource = new BindingSource(components); gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); colName = new DevExpress.XtraGrid.Columns.GridColumn(); colMaterial = new DevExpress.XtraGrid.Columns.GridColumn(); colCaliber = new DevExpress.XtraGrid.Columns.GridColumn(); colCoefficient = 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(); layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem(); simpleLabelItem1 = new DevExpress.XtraLayout.SimpleLabelItem(); ((ISupportInitialize)layoutControl1).BeginInit(); layoutControl1.SuspendLayout(); ((ISupportInitialize)txtCaliberMax.Properties).BeginInit(); ((ISupportInitialize)txtCaliberMin.Properties).BeginInit(); ((ISupportInitialize)txtMaterial.Properties).BeginInit(); ((ISupportInitialize)txtName.Properties).BeginInit(); ((ISupportInitialize)gridControl1).BeginInit(); ((ISupportInitialize)assetsPipeSingleMatchingViewModelBindingSource).BeginInit(); ((ISupportInitialize)gridView1).BeginInit(); ((ISupportInitialize)Root).BeginInit(); ((ISupportInitialize)layoutControlItem1).BeginInit(); ((ISupportInitialize)layoutControlGroup1).BeginInit(); ((ISupportInitialize)layoutControlItem2).BeginInit(); ((ISupportInitialize)layoutControlItem3).BeginInit(); ((ISupportInitialize)layoutControlItem4).BeginInit(); ((ISupportInitialize)layoutControlItem6).BeginInit(); ((ISupportInitialize)layoutControlItem5).BeginInit(); ((ISupportInitialize)simpleLabelItem1).BeginInit(); SuspendLayout(); // // layoutControl1 // layoutControl1.Controls.Add(generalSearchCtrl1); layoutControl1.Controls.Add(txtCaliberMax); layoutControl1.Controls.Add(txtCaliberMin); 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"; // // generalSearchCtrl1 // generalSearchCtrl1.Location = new Point(556, 33); generalSearchCtrl1.Margin = new Padding(2); generalSearchCtrl1.Name = "generalSearchCtrl1"; generalSearchCtrl1.Size = new Size(460, 24); generalSearchCtrl1.TabIndex = 9; // // txtCaliberMax // txtCaliberMax.Location = new Point(496, 35); txtCaliberMax.Name = "txtCaliberMax"; txtCaliberMax.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True; txtCaliberMax.Properties.DisplayFormat.FormatString = "{0}mm"; txtCaliberMax.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom; txtCaliberMax.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager)); txtCaliberMax.Properties.MaskSettings.Set("MaskManagerSignature", "allowNull=False"); txtCaliberMax.Properties.NullValuePrompt = "mm"; txtCaliberMax.Size = new Size(56, 20); txtCaliberMax.StyleController = layoutControl1; txtCaliberMax.TabIndex = 8; // // txtCaliberMin // txtCaliberMin.Location = new Point(412, 35); txtCaliberMin.Name = "txtCaliberMin"; txtCaliberMin.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True; txtCaliberMin.Properties.DisplayFormat.FormatString = "{0}mm"; txtCaliberMin.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom; txtCaliberMin.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager)); txtCaliberMin.Properties.MaskSettings.Set("MaskManagerSignature", "allowNull=False"); txtCaliberMin.Properties.NullValuePrompt = "mm"; txtCaliberMin.Size = new Size(56, 20); txtCaliberMin.StyleController = layoutControl1; txtCaliberMin.TabIndex = 7; // // 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 = assetsPipeSingleMatchingViewModelBindingSource; gridControl1.Location = new Point(0, 70); gridControl1.MainView = gridView1; gridControl1.Name = "gridControl1"; gridControl1.Size = new Size(1028, 499); gridControl1.TabIndex = 4; gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView1 }); // // assetsPipeSingleMatchingViewModelBindingSource // assetsPipeSingleMatchingViewModelBindingSource.DataSource = typeof(AssetsPipeSingleMatchingViewModel); // // gridView1 // gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colName, colMaterial, colCaliber, colCoefficient, colKeyWords, colFlags, colTagName, colDescription }); gridView1.GridControl = gridControl1; gridView1.Name = "gridView1"; // // colName // colName.FieldName = "Name"; colName.MaxWidth = 150; colName.MinWidth = 100; colName.Name = "colName"; colName.Visible = true; colName.VisibleIndex = 0; colName.Width = 100; // // colMaterial // colMaterial.FieldName = "Material"; colMaterial.MaxWidth = 100; colMaterial.MinWidth = 100; colMaterial.Name = "colMaterial"; colMaterial.Visible = true; colMaterial.VisibleIndex = 1; colMaterial.Width = 100; // // colCaliber // colCaliber.FieldName = "Caliber"; colCaliber.MaxWidth = 80; colCaliber.MinWidth = 80; colCaliber.Name = "colCaliber"; colCaliber.Visible = true; colCaliber.VisibleIndex = 2; colCaliber.Width = 80; // // colCoefficient // colCoefficient.FieldName = "Coefficient"; colCoefficient.MaxWidth = 80; colCoefficient.MinWidth = 80; colCoefficient.Name = "colCoefficient"; colCoefficient.Visible = true; colCoefficient.VisibleIndex = 3; colCoefficient.Width = 80; // // colKeyWords // colKeyWords.FieldName = "KeyWords"; colKeyWords.MinWidth = 100; colKeyWords.Name = "colKeyWords"; colKeyWords.Visible = true; colKeyWords.VisibleIndex = 4; colKeyWords.Width = 100; // // colFlags // colFlags.FieldName = "Flags"; colFlags.MinWidth = 100; colFlags.Name = "colFlags"; colFlags.Visible = true; colFlags.VisibleIndex = 5; colFlags.Width = 100; // // colTagName // colTagName.FieldName = "TagName"; colTagName.MaxWidth = 150; colTagName.MinWidth = 100; colTagName.Name = "colTagName"; colTagName.Visible = true; colTagName.VisibleIndex = 6; colTagName.Width = 100; // // colDescription // colDescription.FieldName = "Description"; colDescription.MinWidth = 100; colDescription.Name = "colDescription"; colDescription.Visible = true; colDescription.VisibleIndex = 7; colDescription.Width = 100; // // Root // Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; Root.GroupBordersVisible = false; Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, layoutControlGroup1 }); 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, 500); layoutControlItem1.TextSize = new Size(0, 0); layoutControlItem1.TextVisible = false; // // layoutControlGroup1 // layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem2, layoutControlItem3, layoutControlItem4, layoutControlItem6, layoutControlItem5, simpleLabelItem1 }); 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); // // layoutControlItem4 // layoutControlItem4.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center; layoutControlItem4.Control = txtCaliberMin; layoutControlItem4.Location = new Point(360, 0); layoutControlItem4.MaxSize = new Size(100, 24); layoutControlItem4.MinSize = new Size(100, 24); layoutControlItem4.Name = "layoutControlItem4"; layoutControlItem4.Size = new Size(100, 28); layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; layoutControlItem4.Text = "口径:"; layoutControlItem4.TextSize = new Size(28, 14); // // layoutControlItem6 // layoutControlItem6.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center; layoutControlItem6.Control = generalSearchCtrl1; layoutControlItem6.Location = new Point(544, 0); layoutControlItem6.Name = "layoutControlItem6"; layoutControlItem6.Size = new Size(464, 28); layoutControlItem6.TextSize = new Size(0, 0); layoutControlItem6.TextVisible = false; // // layoutControlItem5 // layoutControlItem5.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center; layoutControlItem5.Control = txtCaliberMax; layoutControlItem5.Location = new Point(484, 0); layoutControlItem5.MaxSize = new Size(60, 24); layoutControlItem5.MinSize = new Size(60, 24); layoutControlItem5.Name = "layoutControlItem5"; layoutControlItem5.Size = new Size(60, 28); layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; layoutControlItem5.Text = "口径:"; layoutControlItem5.TextSize = new Size(0, 0); layoutControlItem5.TextVisible = false; // // simpleLabelItem1 // simpleLabelItem1.AllowHotTrack = false; simpleLabelItem1.AppearanceItemCaption.Options.UseTextOptions = true; simpleLabelItem1.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; simpleLabelItem1.Location = new Point(460, 0); simpleLabelItem1.MaxSize = new Size(24, 0); simpleLabelItem1.MinSize = new Size(24, 18); simpleLabelItem1.Name = "simpleLabelItem1"; simpleLabelItem1.Size = new Size(24, 28); simpleLabelItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; simpleLabelItem1.Text = "~"; simpleLabelItem1.TextSize = new Size(28, 14); // // AssetsPipeSingleMatchingCtrl // AutoScaleDimensions = new SizeF(7F, 14F); AutoScaleMode = AutoScaleMode.Font; Controls.Add(layoutControl1); Name = "AssetsPipeSingleMatchingCtrl"; Size = new Size(1028, 569); ((ISupportInitialize)layoutControl1).EndInit(); layoutControl1.ResumeLayout(false); ((ISupportInitialize)txtCaliberMax.Properties).EndInit(); ((ISupportInitialize)txtCaliberMin.Properties).EndInit(); ((ISupportInitialize)txtMaterial.Properties).EndInit(); ((ISupportInitialize)txtName.Properties).EndInit(); ((ISupportInitialize)gridControl1).EndInit(); ((ISupportInitialize)assetsPipeSingleMatchingViewModelBindingSource).EndInit(); ((ISupportInitialize)gridView1).EndInit(); ((ISupportInitialize)Root).EndInit(); ((ISupportInitialize)layoutControlItem1).EndInit(); ((ISupportInitialize)layoutControlGroup1).EndInit(); ((ISupportInitialize)layoutControlItem2).EndInit(); ((ISupportInitialize)layoutControlItem3).EndInit(); ((ISupportInitialize)layoutControlItem4).EndInit(); ((ISupportInitialize)layoutControlItem6).EndInit(); ((ISupportInitialize)layoutControlItem5).EndInit(); ((ISupportInitialize)simpleLabelItem1).EndInit(); ResumeLayout(false); } #endregion private DevExpress.XtraLayout.LayoutControl layoutControl1; private TextEdit txtCaliberMax; private TextEdit txtCaliberMin; 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 DevExpress.XtraLayout.LayoutControlItem layoutControlItem4; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5; private GeneralSearchCtrl generalSearchCtrl1; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6; private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem1; private BindingSource assetsPipeSingleMatchingViewModelBindingSource; private DevExpress.XtraGrid.Columns.GridColumn colName; private DevExpress.XtraGrid.Columns.GridColumn colMaterial; private DevExpress.XtraGrid.Columns.GridColumn colCaliber; private DevExpress.XtraGrid.Columns.GridColumn colCoefficient; private DevExpress.XtraGrid.Columns.GridColumn colKeyWords; private DevExpress.XtraGrid.Columns.GridColumn colFlags; private DevExpress.XtraGrid.Columns.GridColumn colTagName; private DevExpress.XtraGrid.Columns.GridColumn colDescription; } }