namespace HStation.WinFrmUI
{
partial class ViewAssetsFourlinkFactorDlg
{
///
/// 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 Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
txtDescription = new DevExpress.XtraEditors.MemoEdit();
txtCoefficient = new DevExpress.XtraEditors.TextEdit();
txtCaliber = new DevExpress.XtraEditors.TextEdit();
txtMaterial = new DevExpress.XtraEditors.TextEdit();
txtName = new DevExpress.XtraEditors.TextEdit();
Root = new DevExpress.XtraLayout.LayoutControlGroup();
layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
((ISupportInitialize)layoutControl1).BeginInit();
layoutControl1.SuspendLayout();
((ISupportInitialize)txtDescription.Properties).BeginInit();
((ISupportInitialize)txtCoefficient.Properties).BeginInit();
((ISupportInitialize)txtCaliber.Properties).BeginInit();
((ISupportInitialize)txtMaterial.Properties).BeginInit();
((ISupportInitialize)txtName.Properties).BeginInit();
((ISupportInitialize)Root).BeginInit();
((ISupportInitialize)layoutControlItem1).BeginInit();
((ISupportInitialize)layoutControlItem3).BeginInit();
((ISupportInitialize)layoutControlItem4).BeginInit();
((ISupportInitialize)layoutControlItem2).BeginInit();
((ISupportInitialize)layoutControlItem6).BeginInit();
SuspendLayout();
//
// layoutControl1
//
layoutControl1.Controls.Add(txtDescription);
layoutControl1.Controls.Add(txtCoefficient);
layoutControl1.Controls.Add(txtCaliber);
layoutControl1.Controls.Add(txtMaterial);
layoutControl1.Controls.Add(txtName);
layoutControl1.Dock = DockStyle.Fill;
layoutControl1.Location = new Point(0, 0);
layoutControl1.Name = "layoutControl1";
layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(826, 220, 650, 400);
layoutControl1.Root = Root;
layoutControl1.Size = new Size(525, 316);
layoutControl1.TabIndex = 0;
layoutControl1.Text = "layoutControl1";
//
// txtDescription
//
txtDescription.Location = new Point(76, 60);
txtDescription.Name = "txtDescription";
txtDescription.Properties.ReadOnly = true;
txtDescription.Properties.UseReadOnlyAppearance = false;
txtDescription.Size = new Size(437, 244);
txtDescription.StyleController = layoutControl1;
txtDescription.TabIndex = 5;
//
// txtCoefficient
//
txtCoefficient.Location = new Point(328, 36);
txtCoefficient.Name = "txtCoefficient";
txtCoefficient.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.False;
txtCoefficient.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
txtCoefficient.Properties.ReadOnly = true;
txtCoefficient.Properties.UseReadOnlyAppearance = false;
txtCoefficient.Size = new Size(185, 20);
txtCoefficient.StyleController = layoutControl1;
txtCoefficient.TabIndex = 4;
//
// txtCaliber
//
txtCaliber.Location = new Point(328, 12);
txtCaliber.Name = "txtCaliber";
txtCaliber.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True;
txtCaliber.Properties.DisplayFormat.FormatString = "{0}mm";
txtCaliber.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
txtCaliber.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
txtCaliber.Properties.NullValuePrompt = "mm";
txtCaliber.Properties.ReadOnly = true;
txtCaliber.Properties.UseReadOnlyAppearance = false;
txtCaliber.Size = new Size(185, 20);
txtCaliber.StyleController = layoutControl1;
txtCaliber.TabIndex = 2;
//
// txtMaterial
//
txtMaterial.Location = new Point(76, 36);
txtMaterial.Name = "txtMaterial";
txtMaterial.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.False;
txtMaterial.Properties.ReadOnly = true;
txtMaterial.Properties.UseReadOnlyAppearance = false;
txtMaterial.Size = new Size(184, 20);
txtMaterial.StyleController = layoutControl1;
txtMaterial.TabIndex = 3;
//
// txtName
//
txtName.Location = new Point(76, 12);
txtName.Name = "txtName";
txtName.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.False;
txtName.Properties.ReadOnly = true;
txtName.Properties.UseReadOnlyAppearance = false;
txtName.Size = new Size(184, 20);
txtName.StyleController = layoutControl1;
txtName.TabIndex = 0;
//
// Root
//
Root.AppearanceItemCaption.Options.UseTextOptions = true;
Root.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
Root.GroupBordersVisible = false;
Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, layoutControlItem3, layoutControlItem2, layoutControlItem6, layoutControlItem4 });
Root.Name = "Root";
Root.Size = new Size(525, 316);
Root.TextVisible = false;
//
// layoutControlItem1
//
layoutControlItem1.Control = txtName;
layoutControlItem1.Location = new Point(0, 0);
layoutControlItem1.Name = "layoutControlItem1";
layoutControlItem1.Size = new Size(252, 24);
layoutControlItem1.Text = "名称:";
layoutControlItem1.TextSize = new Size(52, 14);
//
// layoutControlItem3
//
layoutControlItem3.Control = txtCaliber;
layoutControlItem3.Location = new Point(252, 0);
layoutControlItem3.Name = "layoutControlItem3";
layoutControlItem3.Size = new Size(253, 24);
layoutControlItem3.Text = "口径:";
layoutControlItem3.TextSize = new Size(52, 14);
//
// layoutControlItem4
//
layoutControlItem4.Control = txtCoefficient;
layoutControlItem4.Location = new Point(252, 24);
layoutControlItem4.Name = "layoutControlItem4";
layoutControlItem4.Size = new Size(253, 24);
layoutControlItem4.Text = "局阻系数:";
layoutControlItem4.TextSize = new Size(52, 14);
//
// layoutControlItem2
//
layoutControlItem2.Control = txtMaterial;
layoutControlItem2.Location = new Point(0, 24);
layoutControlItem2.Name = "layoutControlItem2";
layoutControlItem2.Size = new Size(252, 24);
layoutControlItem2.Text = "材质:";
layoutControlItem2.TextSize = new Size(52, 14);
//
// layoutControlItem6
//
layoutControlItem6.Control = txtDescription;
layoutControlItem6.Location = new Point(0, 48);
layoutControlItem6.Name = "layoutControlItem6";
layoutControlItem6.Size = new Size(505, 248);
layoutControlItem6.Text = "说明:";
layoutControlItem6.TextSize = new Size(52, 14);
//
// ViewAssetsFourlinkFactorDlg
//
AutoScaleDimensions = new SizeF(7F, 14F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(525, 316);
Controls.Add(layoutControl1);
Name = "ViewAssetsFourlinkFactorDlg";
StartPosition = FormStartPosition.CenterParent;
Text = "详细信息";
((ISupportInitialize)layoutControl1).EndInit();
layoutControl1.ResumeLayout(false);
((ISupportInitialize)txtDescription.Properties).EndInit();
((ISupportInitialize)txtCoefficient.Properties).EndInit();
((ISupportInitialize)txtCaliber.Properties).EndInit();
((ISupportInitialize)txtMaterial.Properties).EndInit();
((ISupportInitialize)txtName.Properties).EndInit();
((ISupportInitialize)Root).EndInit();
((ISupportInitialize)layoutControlItem1).EndInit();
((ISupportInitialize)layoutControlItem3).EndInit();
((ISupportInitialize)layoutControlItem4).EndInit();
((ISupportInitialize)layoutControlItem2).EndInit();
((ISupportInitialize)layoutControlItem6).EndInit();
ResumeLayout(false);
}
#endregion
private DevExpress.XtraLayout.LayoutControl layoutControl1;
private DevExpress.XtraLayout.LayoutControlGroup Root;
private DevExpress.XtraEditors.TextEdit txtMaterial;
private DevExpress.XtraEditors.TextEdit txtName;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
private DevExpress.XtraEditors.TextEdit txtCaliber;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
private DevExpress.XtraEditors.TextEdit txtCoefficient;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
private DevExpress.XtraEditors.MemoEdit txtDescription;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
}
}