namespace HStation.WinFrmUI { partial class ViewUserDlg { /// /// 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() { components = new System.ComponentModel.Container(); layoutControl1 = new DevExpress.XtraDataLayout.DataLayoutControl(); NameTextEdit = new DevExpress.XtraEditors.TextEdit(); TxtEditTag = new DevExpress.XtraEditors.TextEdit(); DescriptionMemoEdit = new DevExpress.XtraEditors.MemoEdit(); Root = new DevExpress.XtraLayout.LayoutControlGroup(); layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup(); ItemForName = new DevExpress.XtraLayout.LayoutControlItem(); ItemForDescription = new DevExpress.XtraLayout.LayoutControlItem(); ItemForCode = new DevExpress.XtraLayout.LayoutControlItem(); treeListColumn1 = new DevExpress.XtraTreeList.Columns.TreeListColumn(); dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(components); ((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit(); layoutControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)NameTextEdit.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)TxtEditTag.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)DescriptionMemoEdit.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)Root).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlGroup1).BeginInit(); ((System.ComponentModel.ISupportInitialize)ItemForName).BeginInit(); ((System.ComponentModel.ISupportInitialize)ItemForDescription).BeginInit(); ((System.ComponentModel.ISupportInitialize)ItemForCode).BeginInit(); ((System.ComponentModel.ISupportInitialize)dxErrorProvider1).BeginInit(); SuspendLayout(); // // layoutControl1 // layoutControl1.Controls.Add(NameTextEdit); layoutControl1.Controls.Add(TxtEditTag); layoutControl1.Controls.Add(DescriptionMemoEdit); layoutControl1.Dock = DockStyle.Fill; layoutControl1.Location = new Point(0, 0); layoutControl1.Margin = new Padding(3, 1, 3, 1); layoutControl1.Name = "layoutControl1"; layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(760, 110, 650, 400); layoutControl1.Root = Root; layoutControl1.Size = new Size(438, 273); layoutControl1.TabIndex = 1; layoutControl1.Text = "dataLayoutControl1"; // // NameTextEdit // NameTextEdit.Location = new Point(52, 12); NameTextEdit.Margin = new Padding(3, 1, 3, 1); NameTextEdit.Name = "NameTextEdit"; NameTextEdit.Properties.ReadOnly = true; NameTextEdit.Properties.UseReadOnlyAppearance = false; NameTextEdit.Size = new Size(374, 20); NameTextEdit.StyleController = layoutControl1; NameTextEdit.TabIndex = 0; // // TxtEditTag // TxtEditTag.Location = new Point(52, 36); TxtEditTag.Margin = new Padding(3, 1, 3, 1); TxtEditTag.Name = "TxtEditTag"; TxtEditTag.Properties.ReadOnly = true; TxtEditTag.Properties.UseReadOnlyAppearance = false; TxtEditTag.Size = new Size(374, 20); TxtEditTag.StyleController = layoutControl1; TxtEditTag.TabIndex = 3; // // DescriptionMemoEdit // DescriptionMemoEdit.Location = new Point(52, 60); DescriptionMemoEdit.Margin = new Padding(3, 1, 3, 1); DescriptionMemoEdit.Name = "DescriptionMemoEdit"; DescriptionMemoEdit.Properties.ReadOnly = true; DescriptionMemoEdit.Properties.UseReadOnlyAppearance = false; DescriptionMemoEdit.Size = new Size(374, 201); DescriptionMemoEdit.StyleController = layoutControl1; DescriptionMemoEdit.TabIndex = 4; // // 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[] { layoutControlGroup1 }); Root.Name = "Root"; Root.Size = new Size(438, 273); Root.TextVisible = false; // // layoutControlGroup1 // layoutControlGroup1.AllowDrawBackground = false; layoutControlGroup1.GroupBordersVisible = false; layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { ItemForName, ItemForDescription, ItemForCode }); layoutControlGroup1.Location = new Point(0, 0); layoutControlGroup1.Name = "autoGeneratedGroup0"; layoutControlGroup1.Size = new Size(418, 253); // // ItemForName // ItemForName.AllowHtmlStringInCaption = true; ItemForName.Control = NameTextEdit; ItemForName.Location = new Point(0, 0); ItemForName.Name = "ItemForName"; ItemForName.Size = new Size(418, 24); ItemForName.Text = "名称:"; ItemForName.TextSize = new Size(28, 14); // // ItemForDescription // ItemForDescription.Control = DescriptionMemoEdit; ItemForDescription.Location = new Point(0, 48); ItemForDescription.Name = "ItemForDescription"; ItemForDescription.Size = new Size(418, 205); ItemForDescription.StartNewLine = true; ItemForDescription.Text = "备注:"; ItemForDescription.TextSize = new Size(28, 14); // // ItemForCode // ItemForCode.AllowHtmlStringInCaption = true; ItemForCode.Control = TxtEditTag; ItemForCode.Location = new Point(0, 24); ItemForCode.Name = "ItemForCode"; ItemForCode.Size = new Size(418, 24); ItemForCode.Text = "标签:"; ItemForCode.TextSize = new Size(28, 14); // // treeListColumn1 // treeListColumn1.Caption = "treeListColumn1"; treeListColumn1.FieldName = "Name"; treeListColumn1.MinWidth = 17; treeListColumn1.Name = "treeListColumn1"; treeListColumn1.Visible = true; treeListColumn1.VisibleIndex = 0; treeListColumn1.Width = 66; // // dxErrorProvider1 // dxErrorProvider1.ContainerControl = this; // // ViewUserDlg // AutoScaleDimensions = new SizeF(7F, 14F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(438, 273); Controls.Add(layoutControl1); Margin = new Padding(3, 2, 3, 2); Name = "ViewUserDlg"; StartPosition = FormStartPosition.CenterParent; Text = "详细信息"; ((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit(); layoutControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)NameTextEdit.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)TxtEditTag.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)DescriptionMemoEdit.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)Root).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlGroup1).EndInit(); ((System.ComponentModel.ISupportInitialize)ItemForName).EndInit(); ((System.ComponentModel.ISupportInitialize)ItemForDescription).EndInit(); ((System.ComponentModel.ISupportInitialize)ItemForCode).EndInit(); ((System.ComponentModel.ISupportInitialize)dxErrorProvider1).EndInit(); ResumeLayout(false); } #endregion private DevExpress.XtraDataLayout.DataLayoutControl layoutControl1; private DevExpress.XtraTreeList.Columns.TreeListColumn treeListColumn1; private DevExpress.XtraEditors.TextEdit NameTextEdit; private DevExpress.XtraEditors.TextEdit TxtEditTag; private DevExpress.XtraEditors.MemoEdit DescriptionMemoEdit; private DevExpress.XtraLayout.LayoutControlGroup Root; private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1; private DevExpress.XtraLayout.LayoutControlItem ItemForName; private DevExpress.XtraLayout.LayoutControlItem ItemForDescription; private DevExpress.XtraLayout.LayoutControlItem ItemForCode; private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider1; } }