namespace IOM_cs.insertForm.sysSetting { partial class CtrlUserAdd { /// <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() { this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.roundButton1 = new IOM_cs.RoundButton(); this.roundButton2 = new IOM_cs.RoundButton(); this.textBoxUserId = new DevComponents.DotNetBar.Controls.TextBoxX(); this.textBoxUserName = new DevComponents.DotNetBar.Controls.TextBoxX(); this.textBoxUseNumber = new DevComponents.DotNetBar.Controls.TextBoxX(); this.textBoxPassword = new DevComponents.DotNetBar.Controls.TextBoxX(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.Location = new System.Drawing.Point(101, 40); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(37, 20); this.label1.TabIndex = 12; this.label1.Text = "账号"; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label2.Location = new System.Drawing.Point(101, 92); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(37, 20); this.label2.TabIndex = 13; this.label2.Text = "姓名"; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label4.Location = new System.Drawing.Point(74, 148); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(65, 20); this.label4.TabIndex = 15; this.label4.Text = "身份证号"; // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label5.Location = new System.Drawing.Point(74, 195); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(65, 20); this.label5.TabIndex = 16; this.label5.Text = "登陆密码"; // // roundButton1 // this.roundButton1.EnterBackColor = System.Drawing.Color.Blue; this.roundButton1.EnterForeColor = System.Drawing.Color.White; this.roundButton1.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.roundButton1.FlatAppearance.BorderSize = 0; this.roundButton1.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.roundButton1.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.roundButton1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.roundButton1.HoverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(111)))), ((int)(((byte)(198))))); this.roundButton1.HoverForeColor = System.Drawing.Color.White; this.roundButton1.Location = new System.Drawing.Point(143, 279); this.roundButton1.Name = "roundButton1"; this.roundButton1.PressBackColor = System.Drawing.Color.DarkBlue; this.roundButton1.PressForeColor = System.Drawing.Color.White; this.roundButton1.Radius = 5; this.roundButton1.Size = new System.Drawing.Size(80, 30); this.roundButton1.TabIndex = 22; this.roundButton1.Text = "保存"; this.roundButton1.UseVisualStyleBackColor = true; this.roundButton1.Click += new System.EventHandler(this.roundButton1_Click); // // roundButton2 // this.roundButton2.EnterBackColor = System.Drawing.Color.Blue; this.roundButton2.EnterForeColor = System.Drawing.Color.White; this.roundButton2.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.roundButton2.FlatAppearance.BorderSize = 0; this.roundButton2.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.roundButton2.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.roundButton2.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.roundButton2.HoverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(86)))), ((int)(((byte)(163)))), ((int)(((byte)(242))))); this.roundButton2.HoverForeColor = System.Drawing.Color.White; this.roundButton2.Location = new System.Drawing.Point(229, 279); this.roundButton2.Name = "roundButton2"; this.roundButton2.PressBackColor = System.Drawing.Color.DarkBlue; this.roundButton2.PressForeColor = System.Drawing.Color.White; this.roundButton2.Radius = 5; this.roundButton2.Size = new System.Drawing.Size(80, 30); this.roundButton2.TabIndex = 23; this.roundButton2.Text = "取消"; this.roundButton2.UseVisualStyleBackColor = true; this.roundButton2.Click += new System.EventHandler(this.roundButton2_Click); // // textBoxUserId // this.textBoxUserId.BackColor = System.Drawing.SystemColors.ButtonHighlight; // // // this.textBoxUserId.Border.BorderColor = System.Drawing.SystemColors.ScrollBar; this.textBoxUserId.Border.Class = "TextBoxBorder"; this.textBoxUserId.Border.CornerDiameter = 3; this.textBoxUserId.Border.CornerType = DevComponents.DotNetBar.eCornerType.Rounded; this.textBoxUserId.DisabledBackColor = System.Drawing.SystemColors.ButtonFace; this.textBoxUserId.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.textBoxUserId.Location = new System.Drawing.Point(150, 36); this.textBoxUserId.Name = "textBoxUserId"; this.textBoxUserId.PreventEnterBeep = true; this.textBoxUserId.Size = new System.Drawing.Size(190, 28); this.textBoxUserId.TabIndex = 306; // // textBoxUserName // this.textBoxUserName.BackColor = System.Drawing.SystemColors.ButtonHighlight; // // // this.textBoxUserName.Border.BorderColor = System.Drawing.SystemColors.ScrollBar; this.textBoxUserName.Border.Class = "TextBoxBorder"; this.textBoxUserName.Border.CornerDiameter = 3; this.textBoxUserName.Border.CornerType = DevComponents.DotNetBar.eCornerType.Rounded; this.textBoxUserName.DisabledBackColor = System.Drawing.SystemColors.ButtonFace; this.textBoxUserName.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.textBoxUserName.Location = new System.Drawing.Point(150, 88); this.textBoxUserName.Name = "textBoxUserName"; this.textBoxUserName.PreventEnterBeep = true; this.textBoxUserName.Size = new System.Drawing.Size(190, 28); this.textBoxUserName.TabIndex = 307; // // textBoxUseNumber // this.textBoxUseNumber.BackColor = System.Drawing.SystemColors.ButtonHighlight; // // // this.textBoxUseNumber.Border.BorderColor = System.Drawing.SystemColors.ScrollBar; this.textBoxUseNumber.Border.Class = "TextBoxBorder"; this.textBoxUseNumber.Border.CornerDiameter = 3; this.textBoxUseNumber.Border.CornerType = DevComponents.DotNetBar.eCornerType.Rounded; this.textBoxUseNumber.DisabledBackColor = System.Drawing.SystemColors.ButtonFace; this.textBoxUseNumber.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.textBoxUseNumber.Location = new System.Drawing.Point(150, 144); this.textBoxUseNumber.Name = "textBoxUseNumber"; this.textBoxUseNumber.PreventEnterBeep = true; this.textBoxUseNumber.Size = new System.Drawing.Size(190, 28); this.textBoxUseNumber.TabIndex = 309; // // textBoxPassword // this.textBoxPassword.BackColor = System.Drawing.SystemColors.ButtonHighlight; // // // this.textBoxPassword.Border.BorderColor = System.Drawing.SystemColors.ScrollBar; this.textBoxPassword.Border.Class = "TextBoxBorder"; this.textBoxPassword.Border.CornerDiameter = 3; this.textBoxPassword.Border.CornerType = DevComponents.DotNetBar.eCornerType.Rounded; this.textBoxPassword.DisabledBackColor = System.Drawing.SystemColors.ButtonFace; this.textBoxPassword.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.textBoxPassword.Location = new System.Drawing.Point(150, 191); this.textBoxPassword.Name = "textBoxPassword"; this.textBoxPassword.PreventEnterBeep = true; this.textBoxPassword.Size = new System.Drawing.Size(190, 28); this.textBoxPassword.TabIndex = 310; // // CtrlUserAdd // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(242))))); this.ClientSize = new System.Drawing.Size(442, 366); this.Controls.Add(this.textBoxPassword); this.Controls.Add(this.textBoxUseNumber); this.Controls.Add(this.textBoxUserName); this.Controls.Add(this.textBoxUserId); this.Controls.Add(this.roundButton2); this.Controls.Add(this.roundButton1); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.DoubleBuffered = true; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "CtrlUserAdd"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "添加用户"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label5; private RoundButton roundButton1; private RoundButton roundButton2; private DevComponents.DotNetBar.Controls.TextBoxX textBoxUserId; private DevComponents.DotNetBar.Controls.TextBoxX textBoxUserName; private DevComponents.DotNetBar.Controls.TextBoxX textBoxUseNumber; private DevComponents.DotNetBar.Controls.TextBoxX textBoxPassword; } }