namespace Gs.DevApp.DevFrm.User { partial class UserAdd { /// /// 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() { this.panel1 = new System.Windows.Forms.Panel(); this.labelControl10 = new DevExpress.XtraEditors.LabelControl(); this.txtAccount = new DevExpress.XtraEditors.TextEdit(); this.labelControl8 = new DevExpress.XtraEditors.LabelControl(); this.txtRemark = new DevExpress.XtraEditors.MemoEdit(); this.labelControl7 = new DevExpress.XtraEditors.LabelControl(); this.textAddress = new DevExpress.XtraEditors.TextEdit(); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.textTel = new DevExpress.XtraEditors.TextEdit(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.textEmail = new DevExpress.XtraEditors.TextEdit(); this.lbGuid = new System.Windows.Forms.Label(); this.btnEsc = new DevExpress.XtraEditors.SimpleButton(); this.btnSave = new DevExpress.XtraEditors.SimpleButton(); this.labelControl12 = new DevExpress.XtraEditors.LabelControl(); this.labelControl9 = new DevExpress.XtraEditors.LabelControl(); this.labelControl6 = new DevExpress.XtraEditors.LabelControl(); this.labelControl5 = new DevExpress.XtraEditors.LabelControl(); this.txtLock = new DevExpress.XtraEditors.ComboBoxEdit(); this.txtPwd = new DevExpress.XtraEditors.TextEdit(); this.labelControl4 = new DevExpress.XtraEditors.LabelControl(); this.txtUserName = new DevExpress.XtraEditors.TextEdit(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txtAccount.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtRemark.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.textAddress.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.textTel.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.textEmail.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtLock.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtPwd.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtUserName.Properties)).BeginInit(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); this.SuspendLayout(); // // panel1 // this.panel1.Controls.Add(this.labelControl10); this.panel1.Controls.Add(this.txtAccount); this.panel1.Controls.Add(this.labelControl8); this.panel1.Controls.Add(this.txtRemark); this.panel1.Controls.Add(this.labelControl7); this.panel1.Controls.Add(this.textAddress); this.panel1.Controls.Add(this.labelControl3); this.panel1.Controls.Add(this.textTel); this.panel1.Controls.Add(this.labelControl1); this.panel1.Controls.Add(this.textEmail); this.panel1.Controls.Add(this.lbGuid); this.panel1.Controls.Add(this.btnEsc); this.panel1.Controls.Add(this.btnSave); this.panel1.Controls.Add(this.labelControl12); this.panel1.Controls.Add(this.labelControl9); this.panel1.Controls.Add(this.labelControl6); this.panel1.Controls.Add(this.labelControl5); this.panel1.Controls.Add(this.txtLock); this.panel1.Controls.Add(this.txtPwd); this.panel1.Controls.Add(this.labelControl4); this.panel1.Controls.Add(this.txtUserName); this.panel1.Controls.Add(this.labelControl2); this.panel1.Location = new System.Drawing.Point(57, 6); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(585, 507); this.panel1.TabIndex = 0; // // labelControl10 // this.labelControl10.Appearance.ForeColor = System.Drawing.Color.Red; this.labelControl10.Appearance.Options.UseForeColor = true; this.labelControl10.Location = new System.Drawing.Point(418, 29); this.labelControl10.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl10.Name = "labelControl10"; this.labelControl10.Size = new System.Drawing.Size(8, 18); this.labelControl10.TabIndex = 129; this.labelControl10.Text = "*"; // // txtAccount // this.txtAccount.Location = new System.Drawing.Point(109, 16); this.txtAccount.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txtAccount.Name = "txtAccount"; this.txtAccount.Size = new System.Drawing.Size(297, 24); this.txtAccount.TabIndex = 128; // // labelControl8 // this.labelControl8.Location = new System.Drawing.Point(31, 20); this.labelControl8.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl8.Name = "labelControl8"; this.labelControl8.Size = new System.Drawing.Size(75, 18); this.labelControl8.TabIndex = 127; this.labelControl8.Text = "登录账号:"; // // txtRemark // this.txtRemark.Location = new System.Drawing.Point(109, 272); this.txtRemark.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txtRemark.Name = "txtRemark"; this.txtRemark.Properties.ScrollBars = System.Windows.Forms.ScrollBars.None; this.txtRemark.Size = new System.Drawing.Size(297, 68); this.txtRemark.TabIndex = 126; // // labelControl7 // this.labelControl7.Location = new System.Drawing.Point(61, 285); this.labelControl7.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl7.Name = "labelControl7"; this.labelControl7.Size = new System.Drawing.Size(45, 18); this.labelControl7.TabIndex = 125; this.labelControl7.Text = "备注:"; // // textAddress // this.textAddress.Location = new System.Drawing.Point(109, 240); this.textAddress.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.textAddress.Name = "textAddress"; this.textAddress.Size = new System.Drawing.Size(297, 24); this.textAddress.TabIndex = 124; // // labelControl3 // this.labelControl3.Location = new System.Drawing.Point(31, 244); this.labelControl3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl3.Name = "labelControl3"; this.labelControl3.Size = new System.Drawing.Size(75, 18); this.labelControl3.TabIndex = 123; this.labelControl3.Text = "住宿地址:"; // // textTel // this.textTel.Location = new System.Drawing.Point(109, 196); this.textTel.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.textTel.Name = "textTel"; this.textTel.Size = new System.Drawing.Size(297, 24); this.textTel.TabIndex = 122; // // labelControl1 // this.labelControl1.Location = new System.Drawing.Point(61, 200); this.labelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(45, 18); this.labelControl1.TabIndex = 121; this.labelControl1.Text = "电话:"; // // textEmail // this.textEmail.Location = new System.Drawing.Point(109, 152); this.textEmail.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.textEmail.Name = "textEmail"; this.textEmail.Size = new System.Drawing.Size(297, 24); this.textEmail.TabIndex = 120; // // lbGuid // this.lbGuid.AutoSize = true; this.lbGuid.Location = new System.Drawing.Point(56, 469); this.lbGuid.Name = "lbGuid"; this.lbGuid.Size = new System.Drawing.Size(39, 18); this.lbGuid.TabIndex = 1; this.lbGuid.Text = "guid:"; // // btnEsc // this.btnEsc.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.reviewingpane_32x32; this.btnEsc.Location = new System.Drawing.Point(240, 416); this.btnEsc.Name = "btnEsc"; this.btnEsc.Size = new System.Drawing.Size(94, 29); this.btnEsc.TabIndex = 111; this.btnEsc.Text = "取消"; // // btnSave // this.btnSave.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.checkbox2_32x321; this.btnSave.Location = new System.Drawing.Point(109, 416); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(94, 29); this.btnSave.TabIndex = 110; this.btnSave.Text = "保存"; // // labelControl12 // this.labelControl12.Appearance.ForeColor = System.Drawing.Color.Red; this.labelControl12.Appearance.Options.UseForeColor = true; this.labelControl12.Location = new System.Drawing.Point(418, 56); this.labelControl12.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl12.Name = "labelControl12"; this.labelControl12.Size = new System.Drawing.Size(8, 18); this.labelControl12.TabIndex = 107; this.labelControl12.Text = "*"; // // labelControl9 // this.labelControl9.Appearance.ForeColor = System.Drawing.Color.Red; this.labelControl9.Appearance.Options.UseForeColor = true; this.labelControl9.Location = new System.Drawing.Point(418, 96); this.labelControl9.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl9.Name = "labelControl9"; this.labelControl9.Size = new System.Drawing.Size(8, 18); this.labelControl9.TabIndex = 108; this.labelControl9.Text = "*"; // // labelControl6 // this.labelControl6.Location = new System.Drawing.Point(61, 155); this.labelControl6.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl6.Name = "labelControl6"; this.labelControl6.Size = new System.Drawing.Size(45, 18); this.labelControl6.TabIndex = 103; this.labelControl6.Text = "邮箱:"; // // labelControl5 // this.labelControl5.Location = new System.Drawing.Point(31, 370); this.labelControl5.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl5.Name = "labelControl5"; this.labelControl5.Size = new System.Drawing.Size(75, 18); this.labelControl5.TabIndex = 101; this.labelControl5.Text = "锁定账号:"; // // txtLock // this.txtLock.Location = new System.Drawing.Point(109, 366); this.txtLock.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txtLock.Name = "txtLock"; this.txtLock.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.txtLock.Properties.Items.AddRange(new object[] { "-请选择-", "窗体类型", "按钮类型"}); this.txtLock.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; this.txtLock.Size = new System.Drawing.Size(297, 24); this.txtLock.TabIndex = 100; // // txtPwd // this.txtPwd.Location = new System.Drawing.Point(109, 53); this.txtPwd.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txtPwd.Name = "txtPwd"; this.txtPwd.Size = new System.Drawing.Size(297, 24); this.txtPwd.TabIndex = 99; // // labelControl4 // this.labelControl4.Location = new System.Drawing.Point(31, 57); this.labelControl4.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl4.Name = "labelControl4"; this.labelControl4.Size = new System.Drawing.Size(75, 18); this.labelControl4.TabIndex = 98; this.labelControl4.Text = "初始密码:"; // // txtUserName // this.txtUserName.Location = new System.Drawing.Point(109, 89); this.txtUserName.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txtUserName.Name = "txtUserName"; this.txtUserName.Size = new System.Drawing.Size(297, 24); this.txtUserName.TabIndex = 95; // // labelControl2 // this.labelControl2.Location = new System.Drawing.Point(61, 93); this.labelControl2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(45, 18); this.labelControl2.TabIndex = 94; this.labelControl2.Text = "姓名:"; // // tabControl1 // this.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControl1.Location = new System.Drawing.Point(0, 0); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(853, 583); this.tabControl1.TabIndex = 2; // // tabPage1 // this.tabPage1.Controls.Add(this.panel1); this.tabPage1.Location = new System.Drawing.Point(4, 27); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(3); this.tabPage1.Size = new System.Drawing.Size(845, 552); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "基础信息"; this.tabPage1.UseVisualStyleBackColor = true; // // UserAdd // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(853, 583); this.Controls.Add(this.tabControl1); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "UserAdd"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "用户信息"; this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.txtAccount.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtRemark.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.textAddress.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.textTel.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.textEmail.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtLock.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtPwd.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtUserName.Properties)).EndInit(); this.tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label lbGuid; private DevExpress.XtraEditors.SimpleButton btnEsc; private DevExpress.XtraEditors.SimpleButton btnSave; private DevExpress.XtraEditors.LabelControl labelControl12; private DevExpress.XtraEditors.LabelControl labelControl9; private DevExpress.XtraEditors.LabelControl labelControl6; private DevExpress.XtraEditors.LabelControl labelControl5; private DevExpress.XtraEditors.ComboBoxEdit txtLock; private DevExpress.XtraEditors.TextEdit txtPwd; private DevExpress.XtraEditors.LabelControl labelControl4; private DevExpress.XtraEditors.TextEdit txtUserName; private DevExpress.XtraEditors.LabelControl labelControl2; private System.Windows.Forms.TabControl tabControl1; private System.Windows.Forms.TabPage tabPage1; private DevExpress.XtraEditors.LabelControl labelControl7; private DevExpress.XtraEditors.TextEdit textAddress; private DevExpress.XtraEditors.LabelControl labelControl3; private DevExpress.XtraEditors.TextEdit textTel; private DevExpress.XtraEditors.LabelControl labelControl1; private DevExpress.XtraEditors.TextEdit textEmail; private DevExpress.XtraEditors.TextEdit txtAccount; private DevExpress.XtraEditors.LabelControl labelControl8; private DevExpress.XtraEditors.MemoEdit txtRemark; private DevExpress.XtraEditors.LabelControl labelControl10; } }