namespace HStation.WinFrmUI
|
{
|
partial class AssetsCompressorSingleMatchingCtrl
|
{
|
/// <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 Component 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()
|
{
|
components = new Container();
|
layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
phartDiagramRelationGridViewCtrl1 = new PhartDiagramRelationGridViewCtrl();
|
generalSearchCtrl1 = new GeneralSearchCtrl();
|
txtDiameterMax = new TextEdit();
|
txtDiameterMin = new TextEdit();
|
txtMaterial = new TextEdit();
|
txtName = new TextEdit();
|
gridControl1 = new DevExpress.XtraGrid.GridControl();
|
assetsCompressorSingleMatchingViewModelBindingSource = new BindingSource(components);
|
gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
colName = new DevExpress.XtraGrid.Columns.GridColumn();
|
colMaterial = new DevExpress.XtraGrid.Columns.GridColumn();
|
colDiameter = 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();
|
layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
|
simpleLabelItem1 = new DevExpress.XtraLayout.SimpleLabelItem();
|
layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
|
layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
|
((ISupportInitialize)layoutControl1).BeginInit();
|
layoutControl1.SuspendLayout();
|
((ISupportInitialize)txtDiameterMax.Properties).BeginInit();
|
((ISupportInitialize)txtDiameterMin.Properties).BeginInit();
|
((ISupportInitialize)txtMaterial.Properties).BeginInit();
|
((ISupportInitialize)txtName.Properties).BeginInit();
|
((ISupportInitialize)gridControl1).BeginInit();
|
((ISupportInitialize)assetsCompressorSingleMatchingViewModelBindingSource).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();
|
((ISupportInitialize)layoutControlGroup2).BeginInit();
|
((ISupportInitialize)layoutControlItem7).BeginInit();
|
SuspendLayout();
|
//
|
// layoutControl1
|
//
|
layoutControl1.Controls.Add(phartDiagramRelationGridViewCtrl1);
|
layoutControl1.Controls.Add(generalSearchCtrl1);
|
layoutControl1.Controls.Add(txtDiameterMax);
|
layoutControl1.Controls.Add(txtDiameterMin);
|
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(556, 33);
|
generalSearchCtrl1.Margin = new Padding(2);
|
generalSearchCtrl1.Name = "generalSearchCtrl1";
|
generalSearchCtrl1.Size = new Size(460, 24);
|
generalSearchCtrl1.TabIndex = 9;
|
//
|
// txtDiameterMax
|
//
|
txtDiameterMax.Location = new Point(496, 35);
|
txtDiameterMax.Name = "txtDiameterMax";
|
txtDiameterMax.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True;
|
txtDiameterMax.Properties.DisplayFormat.FormatString = "{0}mm";
|
txtDiameterMax.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
|
txtDiameterMax.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
|
txtDiameterMax.Properties.MaskSettings.Set("MaskManagerSignature", "allowNull=False");
|
txtDiameterMax.Properties.NullValuePrompt = "mm";
|
txtDiameterMax.Size = new Size(56, 20);
|
txtDiameterMax.StyleController = layoutControl1;
|
txtDiameterMax.TabIndex = 8;
|
//
|
// txtDiameterMin
|
//
|
txtDiameterMin.Location = new Point(412, 35);
|
txtDiameterMin.Name = "txtDiameterMin";
|
txtDiameterMin.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True;
|
txtDiameterMin.Properties.DisplayFormat.FormatString = "{0}mm";
|
txtDiameterMin.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
|
txtDiameterMin.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
|
txtDiameterMin.Properties.MaskSettings.Set("MaskManagerSignature", "allowNull=False");
|
txtDiameterMin.Properties.NullValuePrompt = "mm";
|
txtDiameterMin.Size = new Size(56, 20);
|
txtDiameterMin.StyleController = layoutControl1;
|
txtDiameterMin.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 = assetsCompressorSingleMatchingViewModelBindingSource;
|
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 });
|
//
|
// assetsCompressorSingleMatchingViewModelBindingSource
|
//
|
assetsCompressorSingleMatchingViewModelBindingSource.DataSource = typeof(AssetsCompressorSingleMatchingViewModel);
|
//
|
// gridView1
|
//
|
gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colName, colMaterial, colDiameter, 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;
|
//
|
// colMaterial
|
//
|
colMaterial.FieldName = "Material";
|
colMaterial.MaxWidth = 100;
|
colMaterial.MinWidth = 100;
|
colMaterial.Name = "colMaterial";
|
colMaterial.Visible = true;
|
colMaterial.VisibleIndex = 1;
|
colMaterial.Width = 100;
|
//
|
// colDiameter
|
//
|
colDiameter.FieldName = "Diameter";
|
colDiameter.MaxWidth = 100;
|
colDiameter.MinWidth = 100;
|
colDiameter.Name = "colDiameter";
|
colDiameter.Visible = true;
|
colDiameter.VisibleIndex = 2;
|
colDiameter.Width = 100;
|
//
|
// colMinorLoss
|
//
|
colMinorLoss.FieldName = "MinorLoss";
|
colMinorLoss.MaxWidth = 100;
|
colMinorLoss.MinWidth = 100;
|
colMinorLoss.Name = "colMinorLoss";
|
colMinorLoss.Visible = true;
|
colMinorLoss.VisibleIndex = 3;
|
colMinorLoss.Width = 100;
|
//
|
// 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, 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, 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 = txtDiameterMin;
|
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 = txtDiameterMax;
|
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);
|
//
|
// 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;
|
//
|
// AssetsCompressorSingleMatchingCtrl
|
//
|
AutoScaleDimensions = new SizeF(7F, 14F);
|
AutoScaleMode = AutoScaleMode.Font;
|
Controls.Add(layoutControl1);
|
Name = "AssetsCompressorSingleMatchingCtrl";
|
Size = new Size(1028, 569);
|
((ISupportInitialize)layoutControl1).EndInit();
|
layoutControl1.ResumeLayout(false);
|
((ISupportInitialize)txtDiameterMax.Properties).EndInit();
|
((ISupportInitialize)txtDiameterMin.Properties).EndInit();
|
((ISupportInitialize)txtMaterial.Properties).EndInit();
|
((ISupportInitialize)txtName.Properties).EndInit();
|
((ISupportInitialize)gridControl1).EndInit();
|
((ISupportInitialize)assetsCompressorSingleMatchingViewModelBindingSource).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();
|
((ISupportInitialize)layoutControlGroup2).EndInit();
|
((ISupportInitialize)layoutControlItem7).EndInit();
|
ResumeLayout(false);
|
}
|
|
#endregion
|
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
private TextEdit txtDiameterMax;
|
private TextEdit txtDiameterMin;
|
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 DevExpress.XtraGrid.Columns.GridColumn colName;
|
private DevExpress.XtraGrid.Columns.GridColumn colMaterial;
|
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 BindingSource assetsCompressorSingleMatchingViewModelBindingSource;
|
private DevExpress.XtraGrid.Columns.GridColumn colDiameter;
|
private DevExpress.XtraGrid.Columns.GridColumn colMinorLoss;
|
private PhartDiagramRelationGridViewCtrl phartDiagramRelationGridViewCtrl1;
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup2;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
|
}
|
}
|