namespace HStation.WinFrmUI
{
partial class ViewAssetsPressmeterSeriesDlg
{
///
/// 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()
{
treeListColumn1 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
txtDescription = new DevExpress.XtraEditors.MemoEdit();
txtTagName = 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();
txtFlags = new DevExpress.XtraEditors.TextEdit();
layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
((ISupportInitialize)layoutControl1).BeginInit();
layoutControl1.SuspendLayout();
((ISupportInitialize)txtDescription.Properties).BeginInit();
((ISupportInitialize)txtTagName.Properties).BeginInit();
((ISupportInitialize)txtName.Properties).BeginInit();
((ISupportInitialize)Root).BeginInit();
((ISupportInitialize)layoutControlItem1).BeginInit();
((ISupportInitialize)layoutControlItem3).BeginInit();
((ISupportInitialize)layoutControlItem4).BeginInit();
((ISupportInitialize)txtFlags.Properties).BeginInit();
((ISupportInitialize)layoutControlItem2).BeginInit();
SuspendLayout();
//
// treeListColumn1
//
treeListColumn1.Caption = "treeListColumn1";
treeListColumn1.FieldName = "Name";
treeListColumn1.Name = "treeListColumn1";
treeListColumn1.Visible = true;
treeListColumn1.VisibleIndex = 0;
//
// layoutControl1
//
layoutControl1.Controls.Add(txtFlags);
layoutControl1.Controls.Add(txtDescription);
layoutControl1.Controls.Add(txtTagName);
layoutControl1.Controls.Add(txtName);
layoutControl1.Dock = DockStyle.Fill;
layoutControl1.Location = new Point(0, 0);
layoutControl1.Name = "layoutControl1";
layoutControl1.Root = Root;
layoutControl1.Size = new Size(420, 342);
layoutControl1.TabIndex = 0;
layoutControl1.Text = "layoutControl1";
//
// txtDescription
//
txtDescription.Location = new Point(52, 84);
txtDescription.Name = "txtDescription";
txtDescription.Properties.ReadOnly = true;
txtDescription.Properties.UseReadOnlyAppearance = false;
txtDescription.Size = new Size(356, 246);
txtDescription.StyleController = layoutControl1;
txtDescription.TabIndex = 4;
//
// txtTagName
//
txtTagName.Location = new Point(52, 60);
txtTagName.Name = "txtTagName";
txtTagName.Properties.ReadOnly = true;
txtTagName.Properties.UseReadOnlyAppearance = false;
txtTagName.Size = new Size(356, 20);
txtTagName.StyleController = layoutControl1;
txtTagName.TabIndex = 3;
//
// txtName
//
txtName.Location = new Point(52, 12);
txtName.Name = "txtName";
txtName.Properties.ReadOnly = true;
txtName.Properties.UseReadOnlyAppearance = false;
txtName.Size = new Size(356, 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, layoutControlItem4, layoutControlItem2 });
Root.Name = "Root";
Root.Size = new Size(420, 342);
Root.TextVisible = false;
//
// layoutControlItem1
//
layoutControlItem1.Control = txtName;
layoutControlItem1.Location = new Point(0, 0);
layoutControlItem1.Name = "layoutControlItem1";
layoutControlItem1.Size = new Size(400, 24);
layoutControlItem1.Text = "名称:";
layoutControlItem1.TextSize = new Size(28, 14);
//
// layoutControlItem3
//
layoutControlItem3.Control = txtTagName;
layoutControlItem3.Location = new Point(0, 48);
layoutControlItem3.Name = "layoutControlItem3";
layoutControlItem3.Size = new Size(400, 24);
layoutControlItem3.Text = "标志:";
layoutControlItem3.TextSize = new Size(28, 14);
//
// layoutControlItem4
//
layoutControlItem4.Control = txtDescription;
layoutControlItem4.Location = new Point(0, 72);
layoutControlItem4.Name = "layoutControlItem4";
layoutControlItem4.Size = new Size(400, 250);
layoutControlItem4.Text = "说明:";
layoutControlItem4.TextSize = new Size(28, 14);
//
// txtFlags
//
txtFlags.Location = new Point(52, 36);
txtFlags.Name = "txtFlags";
txtFlags.Properties.ReadOnly = true;
txtFlags.Properties.UseReadOnlyAppearance = false;
txtFlags.Size = new Size(356, 20);
txtFlags.StyleController = layoutControl1;
txtFlags.TabIndex = 2;
//
// layoutControlItem2
//
layoutControlItem2.Control = txtFlags;
layoutControlItem2.Location = new Point(0, 24);
layoutControlItem2.Name = "layoutControlItem2";
layoutControlItem2.Size = new Size(400, 24);
layoutControlItem2.Text = "标签:";
layoutControlItem2.TextSize = new Size(28, 14);
//
// ViewAssetsPressmeterSeriesDlg
//
AutoScaleDimensions = new SizeF(7F, 14F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(420, 342);
Controls.Add(layoutControl1);
Name = "ViewAssetsPressmeterSeriesDlg";
StartPosition = FormStartPosition.CenterParent;
Text = "详细信息";
((ISupportInitialize)layoutControl1).EndInit();
layoutControl1.ResumeLayout(false);
((ISupportInitialize)txtDescription.Properties).EndInit();
((ISupportInitialize)txtTagName.Properties).EndInit();
((ISupportInitialize)txtName.Properties).EndInit();
((ISupportInitialize)Root).EndInit();
((ISupportInitialize)layoutControlItem1).EndInit();
((ISupportInitialize)layoutControlItem3).EndInit();
((ISupportInitialize)layoutControlItem4).EndInit();
((ISupportInitialize)txtFlags.Properties).EndInit();
((ISupportInitialize)layoutControlItem2).EndInit();
ResumeLayout(false);
}
#endregion
private DevExpress.XtraTreeList.Columns.TreeListColumn treeListColumn1;
private DevExpress.XtraLayout.LayoutControl layoutControl1;
private DevExpress.XtraLayout.LayoutControlGroup Root;
private DevExpress.XtraEditors.TextEdit txtName;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
private DevExpress.XtraEditors.MemoEdit txtDescription;
private DevExpress.XtraEditors.TextEdit txtTagName;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
private DevExpress.XtraEditors.TextEdit txtFlags;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
}
}