using System.ComponentModel; using Yw.WinFrmUI; namespace HStation.WinFrmUI { partial class AddUserDlg { /// /// 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 Container(); layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); generalOkAndCancelCtrl1 = new GeneralOkAndCancelCtrl(); txtDescription = new DevExpress.XtraEditors.MemoEdit(); txtName = new DevExpress.XtraEditors.TextEdit(); txtPwd = new DevExpress.XtraEditors.TextEdit(); txtLoginName = new DevExpress.XtraEditors.TextEdit(); Root = new DevExpress.XtraLayout.LayoutControlGroup(); layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem(); dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(components); txtTagName = new DevExpress.XtraEditors.TextEdit(); layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); ((ISupportInitialize)layoutControl1).BeginInit(); layoutControl1.SuspendLayout(); ((ISupportInitialize)txtDescription.Properties).BeginInit(); ((ISupportInitialize)txtName.Properties).BeginInit(); ((ISupportInitialize)txtPwd.Properties).BeginInit(); ((ISupportInitialize)txtLoginName.Properties).BeginInit(); ((ISupportInitialize)Root).BeginInit(); ((ISupportInitialize)layoutControlItem1).BeginInit(); ((ISupportInitialize)layoutControlItem6).BeginInit(); ((ISupportInitialize)layoutControlItem7).BeginInit(); ((ISupportInitialize)layoutControlItem4).BeginInit(); ((ISupportInitialize)layoutControlItem8).BeginInit(); ((ISupportInitialize)dxErrorProvider1).BeginInit(); ((ISupportInitialize)txtTagName.Properties).BeginInit(); ((ISupportInitialize)layoutControlItem2).BeginInit(); SuspendLayout(); // // layoutControl1 // layoutControl1.Controls.Add(generalOkAndCancelCtrl1); layoutControl1.Controls.Add(txtDescription); layoutControl1.Controls.Add(txtName); layoutControl1.Controls.Add(txtPwd); layoutControl1.Controls.Add(txtLoginName); layoutControl1.Controls.Add(txtTagName); 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(528, 337); layoutControl1.TabIndex = 1; layoutControl1.Text = "layoutControl1"; // // generalOkAndCancelCtrl1 // generalOkAndCancelCtrl1.ButtonCancelMaxSize = new Size(100, 26); generalOkAndCancelCtrl1.ButtonCancelMinSize = new Size(100, 26); generalOkAndCancelCtrl1.ButtonOkMaxSize = new Size(100, 26); generalOkAndCancelCtrl1.ButtonOkMinSize = new Size(100, 26); generalOkAndCancelCtrl1.Location = new Point(12, 299); generalOkAndCancelCtrl1.Name = "generalOkAndCancelCtrl1"; generalOkAndCancelCtrl1.Size = new Size(504, 26); generalOkAndCancelCtrl1.TabIndex = 6; // // txtDescription // txtDescription.Location = new Point(71, 108); txtDescription.Name = "txtDescription"; txtDescription.Size = new Size(445, 187); txtDescription.StyleController = layoutControl1; txtDescription.TabIndex = 5; // // txtName // txtName.Location = new Point(71, 12); txtName.Name = "txtName"; txtName.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.False; txtName.Size = new Size(445, 20); txtName.StyleController = layoutControl1; txtName.TabIndex = 0; // // txtPwd // txtPwd.Location = new Point(71, 60); txtPwd.Name = "txtPwd"; txtPwd.Size = new Size(445, 20); txtPwd.StyleController = layoutControl1; txtPwd.TabIndex = 3; // // txtLoginName // txtLoginName.Location = new Point(71, 36); txtLoginName.Name = "txtLoginName"; txtLoginName.Size = new Size(445, 20); txtLoginName.StyleController = layoutControl1; txtLoginName.TabIndex = 2; // // 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, layoutControlItem6, layoutControlItem7, layoutControlItem4, layoutControlItem8, layoutControlItem2 }); Root.Name = "Root"; Root.Size = new Size(528, 337); Root.TextVisible = false; // // layoutControlItem1 // layoutControlItem1.AllowHtmlStringInCaption = true; layoutControlItem1.Control = txtName; layoutControlItem1.Location = new Point(0, 0); layoutControlItem1.Name = "layoutControlItem1"; layoutControlItem1.Size = new Size(508, 24); layoutControlItem1.Text = "*名称:"; layoutControlItem1.TextSize = new Size(47, 14); // // layoutControlItem6 // layoutControlItem6.Control = txtDescription; layoutControlItem6.Location = new Point(0, 96); layoutControlItem6.Name = "layoutControlItem6"; layoutControlItem6.Size = new Size(508, 191); layoutControlItem6.Text = "说明:"; layoutControlItem6.TextSize = new Size(47, 14); // // layoutControlItem7 // layoutControlItem7.Control = generalOkAndCancelCtrl1; layoutControlItem7.Location = new Point(0, 287); layoutControlItem7.Name = "layoutControlItem7"; layoutControlItem7.Size = new Size(508, 30); layoutControlItem7.TextSize = new Size(0, 0); layoutControlItem7.TextVisible = false; // // layoutControlItem4 // layoutControlItem4.AllowHtmlStringInCaption = true; layoutControlItem4.Control = txtLoginName; layoutControlItem4.Location = new Point(0, 24); layoutControlItem4.Name = "layoutControlItem4"; layoutControlItem4.Size = new Size(508, 24); layoutControlItem4.Text = "*用户名:"; layoutControlItem4.TextSize = new Size(47, 14); // // layoutControlItem8 // layoutControlItem8.AllowHtmlStringInCaption = true; layoutControlItem8.Control = txtPwd; layoutControlItem8.Location = new Point(0, 48); layoutControlItem8.Name = "layoutControlItem8"; layoutControlItem8.Size = new Size(508, 24); layoutControlItem8.Text = "*密码:"; layoutControlItem8.TextSize = new Size(47, 14); // // dxErrorProvider1 // dxErrorProvider1.ContainerControl = this; // // txtTagName // txtTagName.Location = new Point(71, 84); txtTagName.Name = "txtTagName"; txtTagName.Size = new Size(445, 20); txtTagName.StyleController = layoutControl1; txtTagName.TabIndex = 4; // // layoutControlItem2 // layoutControlItem2.Control = txtTagName; layoutControlItem2.Location = new Point(0, 72); layoutControlItem2.Name = "layoutControlItem2"; layoutControlItem2.Size = new Size(508, 24); layoutControlItem2.Text = "标签:"; layoutControlItem2.TextSize = new Size(47, 14); // // AddUserDlg // AutoScaleDimensions = new SizeF(7F, 14F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(528, 337); Controls.Add(layoutControl1); Name = "AddUserDlg"; StartPosition = FormStartPosition.CenterParent; Text = "添加"; ((ISupportInitialize)layoutControl1).EndInit(); layoutControl1.ResumeLayout(false); ((ISupportInitialize)txtDescription.Properties).EndInit(); ((ISupportInitialize)txtName.Properties).EndInit(); ((ISupportInitialize)txtPwd.Properties).EndInit(); ((ISupportInitialize)txtLoginName.Properties).EndInit(); ((ISupportInitialize)Root).EndInit(); ((ISupportInitialize)layoutControlItem1).EndInit(); ((ISupportInitialize)layoutControlItem6).EndInit(); ((ISupportInitialize)layoutControlItem7).EndInit(); ((ISupportInitialize)layoutControlItem4).EndInit(); ((ISupportInitialize)layoutControlItem8).EndInit(); ((ISupportInitialize)dxErrorProvider1).EndInit(); ((ISupportInitialize)txtTagName.Properties).EndInit(); ((ISupportInitialize)layoutControlItem2).EndInit(); ResumeLayout(false); } #endregion private DevExpress.XtraLayout.LayoutControl layoutControl1; private GeneralOkAndCancelCtrl generalOkAndCancelCtrl1; private DevExpress.XtraEditors.MemoEdit txtDescription; private DevExpress.XtraEditors.TextEdit txtName; private DevExpress.XtraLayout.LayoutControlGroup Root; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7; private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider1; private DevExpress.XtraEditors.TextEdit txtPwd; private DevExpress.XtraEditors.TextEdit txtLoginName; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8; private DevExpress.XtraEditors.TextEdit txtTagName; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; } }