namespace HStation.WinFrmUI
|
{
|
partial class ViewAssetsThreelinkFactorDlg
|
{
|
/// <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 Windows Form 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()
|
{
|
layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
txtName = new DevExpress.XtraEditors.TextEdit();
|
layoutControl2 = new DevExpress.XtraLayout.LayoutControl();
|
textEditBranchThroughCoefficient = new DevExpress.XtraEditors.TextEdit();
|
textEditRunThroughCoefficient = new DevExpress.XtraEditors.TextEdit();
|
txtDescription = new DevExpress.XtraEditors.MemoEdit();
|
layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
|
layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
|
txtCaliber = new DevExpress.XtraEditors.TextEdit();
|
layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
|
txtMaterial = new DevExpress.XtraEditors.TextEdit();
|
layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
((ISupportInitialize)layoutControl1).BeginInit();
|
((ISupportInitialize)Root).BeginInit();
|
((ISupportInitialize)txtName.Properties).BeginInit();
|
((ISupportInitialize)layoutControl2).BeginInit();
|
layoutControl2.SuspendLayout();
|
((ISupportInitialize)textEditBranchThroughCoefficient.Properties).BeginInit();
|
((ISupportInitialize)textEditRunThroughCoefficient.Properties).BeginInit();
|
((ISupportInitialize)txtDescription.Properties).BeginInit();
|
((ISupportInitialize)layoutControlGroup1).BeginInit();
|
((ISupportInitialize)layoutControlItem1).BeginInit();
|
((ISupportInitialize)layoutControlItem6).BeginInit();
|
((ISupportInitialize)layoutControlItem8).BeginInit();
|
((ISupportInitialize)layoutControlItem9).BeginInit();
|
((ISupportInitialize)txtCaliber.Properties).BeginInit();
|
((ISupportInitialize)layoutControlItem4).BeginInit();
|
((ISupportInitialize)txtMaterial.Properties).BeginInit();
|
((ISupportInitialize)layoutControlItem2).BeginInit();
|
SuspendLayout();
|
//
|
// layoutControl1
|
//
|
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(399, 299);
|
layoutControl1.TabIndex = 0;
|
layoutControl1.Text = "layoutControl1";
|
//
|
// Root
|
//
|
Root.AppearanceItemCaption.Options.UseTextOptions = true;
|
Root.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
|
Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
Root.GroupBordersVisible = false;
|
Root.Name = "Root";
|
Root.Size = new Size(399, 299);
|
Root.TextVisible = false;
|
//
|
// txtName
|
//
|
txtName.Location = new Point(124, 12);
|
txtName.Name = "txtName";
|
txtName.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.False;
|
txtName.Properties.ReadOnly = true;
|
txtName.Properties.UseReadOnlyAppearance = false;
|
txtName.Size = new Size(263, 20);
|
txtName.StyleController = layoutControl2;
|
txtName.TabIndex = 0;
|
//
|
// layoutControl2
|
//
|
layoutControl2.Controls.Add(txtMaterial);
|
layoutControl2.Controls.Add(txtCaliber);
|
layoutControl2.Controls.Add(textEditBranchThroughCoefficient);
|
layoutControl2.Controls.Add(textEditRunThroughCoefficient);
|
layoutControl2.Controls.Add(txtDescription);
|
layoutControl2.Controls.Add(txtName);
|
layoutControl2.Dock = DockStyle.Fill;
|
layoutControl2.Location = new Point(0, 0);
|
layoutControl2.Name = "layoutControl2";
|
layoutControl2.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(826, 220, 650, 400);
|
layoutControl2.Root = layoutControlGroup1;
|
layoutControl2.Size = new Size(399, 299);
|
layoutControl2.TabIndex = 1;
|
layoutControl2.Text = "layoutControl2";
|
//
|
// textEditBranchThroughCoefficient
|
//
|
textEditBranchThroughCoefficient.Location = new Point(124, 108);
|
textEditBranchThroughCoefficient.Name = "textEditBranchThroughCoefficient";
|
textEditBranchThroughCoefficient.Properties.ReadOnly = true;
|
textEditBranchThroughCoefficient.Properties.UseReadOnlyAppearance = false;
|
textEditBranchThroughCoefficient.Size = new Size(263, 20);
|
textEditBranchThroughCoefficient.StyleController = layoutControl2;
|
textEditBranchThroughCoefficient.TabIndex = 3;
|
//
|
// textEditRunThroughCoefficient
|
//
|
textEditRunThroughCoefficient.Location = new Point(124, 84);
|
textEditRunThroughCoefficient.Name = "textEditRunThroughCoefficient";
|
textEditRunThroughCoefficient.Properties.ReadOnly = true;
|
textEditRunThroughCoefficient.Properties.UseReadOnlyAppearance = false;
|
textEditRunThroughCoefficient.Size = new Size(263, 20);
|
textEditRunThroughCoefficient.StyleController = layoutControl2;
|
textEditRunThroughCoefficient.TabIndex = 2;
|
//
|
// txtDescription
|
//
|
txtDescription.Location = new Point(124, 132);
|
txtDescription.Name = "txtDescription";
|
txtDescription.Properties.ReadOnly = true;
|
txtDescription.Properties.UseReadOnlyAppearance = false;
|
txtDescription.Size = new Size(263, 155);
|
txtDescription.StyleController = layoutControl2;
|
txtDescription.TabIndex = 4;
|
//
|
// layoutControlGroup1
|
//
|
layoutControlGroup1.AppearanceItemCaption.Options.UseTextOptions = true;
|
layoutControlGroup1.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
|
layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
layoutControlGroup1.GroupBordersVisible = false;
|
layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, layoutControlItem6, layoutControlItem8, layoutControlItem9, layoutControlItem4, layoutControlItem2 });
|
layoutControlGroup1.Name = "Root";
|
layoutControlGroup1.Size = new Size(399, 299);
|
layoutControlGroup1.TextVisible = false;
|
//
|
// layoutControlItem1
|
//
|
layoutControlItem1.AllowHtmlStringInCaption = true;
|
layoutControlItem1.Control = txtName;
|
layoutControlItem1.Location = new Point(0, 0);
|
layoutControlItem1.Name = "layoutControlItem1";
|
layoutControlItem1.Size = new Size(379, 24);
|
layoutControlItem1.Text = "名称:";
|
layoutControlItem1.TextSize = new Size(100, 14);
|
//
|
// layoutControlItem6
|
//
|
layoutControlItem6.Control = txtDescription;
|
layoutControlItem6.Location = new Point(0, 120);
|
layoutControlItem6.Name = "layoutControlItem6";
|
layoutControlItem6.Size = new Size(379, 159);
|
layoutControlItem6.Text = "说明:";
|
layoutControlItem6.TextSize = new Size(100, 14);
|
//
|
// layoutControlItem8
|
//
|
layoutControlItem8.AllowHtmlStringInCaption = true;
|
layoutControlItem8.Control = textEditRunThroughCoefficient;
|
layoutControlItem8.Location = new Point(0, 72);
|
layoutControlItem8.Name = "layoutControlItem8";
|
layoutControlItem8.Size = new Size(379, 24);
|
layoutControlItem8.Text = "主管运行通过系数:";
|
layoutControlItem8.TextSize = new Size(100, 14);
|
//
|
// layoutControlItem9
|
//
|
layoutControlItem9.AllowHtmlStringInCaption = true;
|
layoutControlItem9.Control = textEditBranchThroughCoefficient;
|
layoutControlItem9.Location = new Point(0, 96);
|
layoutControlItem9.Name = "layoutControlItem9";
|
layoutControlItem9.Size = new Size(379, 24);
|
layoutControlItem9.Text = "支管运行通过系数:";
|
layoutControlItem9.TextSize = new Size(100, 14);
|
//
|
// txtCaliber
|
//
|
txtCaliber.Location = new Point(124, 36);
|
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(263, 20);
|
txtCaliber.StyleController = layoutControl2;
|
txtCaliber.TabIndex = 4;
|
//
|
// layoutControlItem4
|
//
|
layoutControlItem4.Control = txtCaliber;
|
layoutControlItem4.Location = new Point(0, 24);
|
layoutControlItem4.Name = "layoutControlItem4";
|
layoutControlItem4.Size = new Size(379, 24);
|
layoutControlItem4.Text = "口径:";
|
layoutControlItem4.TextSize = new Size(100, 14);
|
//
|
// txtMaterial
|
//
|
txtMaterial.Location = new Point(124, 60);
|
txtMaterial.Name = "txtMaterial";
|
txtMaterial.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.False;
|
txtMaterial.Properties.ReadOnly = true;
|
txtMaterial.Properties.UseReadOnlyAppearance = false;
|
txtMaterial.Size = new Size(263, 20);
|
txtMaterial.StyleController = layoutControl2;
|
txtMaterial.TabIndex = 4;
|
//
|
// layoutControlItem2
|
//
|
layoutControlItem2.Control = txtMaterial;
|
layoutControlItem2.Location = new Point(0, 48);
|
layoutControlItem2.Name = "layoutControlItem2";
|
layoutControlItem2.Size = new Size(379, 24);
|
layoutControlItem2.Text = "材质:";
|
layoutControlItem2.TextSize = new Size(100, 14);
|
//
|
// ViewAssetsThreelinkFactorDlg
|
//
|
AutoScaleDimensions = new SizeF(7F, 14F);
|
AutoScaleMode = AutoScaleMode.Font;
|
ClientSize = new Size(399, 299);
|
Controls.Add(layoutControl2);
|
Controls.Add(layoutControl1);
|
Name = "ViewAssetsThreelinkFactorDlg";
|
StartPosition = FormStartPosition.CenterParent;
|
Text = "详细信息";
|
((ISupportInitialize)layoutControl1).EndInit();
|
((ISupportInitialize)Root).EndInit();
|
((ISupportInitialize)txtName.Properties).EndInit();
|
((ISupportInitialize)layoutControl2).EndInit();
|
layoutControl2.ResumeLayout(false);
|
((ISupportInitialize)textEditBranchThroughCoefficient.Properties).EndInit();
|
((ISupportInitialize)textEditRunThroughCoefficient.Properties).EndInit();
|
((ISupportInitialize)txtDescription.Properties).EndInit();
|
((ISupportInitialize)layoutControlGroup1).EndInit();
|
((ISupportInitialize)layoutControlItem1).EndInit();
|
((ISupportInitialize)layoutControlItem6).EndInit();
|
((ISupportInitialize)layoutControlItem8).EndInit();
|
((ISupportInitialize)layoutControlItem9).EndInit();
|
((ISupportInitialize)txtCaliber.Properties).EndInit();
|
((ISupportInitialize)layoutControlItem4).EndInit();
|
((ISupportInitialize)txtMaterial.Properties).EndInit();
|
((ISupportInitialize)layoutControlItem2).EndInit();
|
ResumeLayout(false);
|
}
|
|
#endregion
|
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
|
private DevExpress.XtraEditors.TextEdit txtName;
|
private DevExpress.XtraLayout.LayoutControl layoutControl2;
|
private DevExpress.XtraEditors.TextEdit textEditBranchThroughCoefficient;
|
private DevExpress.XtraEditors.TextEdit textEditRunThroughCoefficient;
|
private DevExpress.XtraEditors.MemoEdit txtDescription;
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9;
|
private DevExpress.XtraEditors.TextEdit txtCaliber;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
|
private DevExpress.XtraEditors.TextEdit txtMaterial;
|
}
|
}
|