namespace IOM_cs.insertForm.sysSetting { partial class CtrlUserEdit { /// <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.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.textBoxUserNumber = 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(104, 50); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(37, 20); this.label1.TabIndex = 19; 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(104, 101); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(37, 20); this.label2.TabIndex = 20; 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(80, 162); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(65, 20); this.label4.TabIndex = 22; this.label4.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.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); 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(132, 241); 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 = 27; 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.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); 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(218, 241); 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 = 28; 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 = 5; 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(155, 45); this.textBoxUserId.Name = "textBoxUserId"; this.textBoxUserId.PreventEnterBeep = true; this.textBoxUserId.Size = new System.Drawing.Size(190, 30); 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 = 5; 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(155, 97); this.textBoxUserName.Name = "textBoxUserName"; this.textBoxUserName.PreventEnterBeep = true; this.textBoxUserName.Size = new System.Drawing.Size(190, 30); this.textBoxUserName.TabIndex = 307; // // textBoxUserNumber // this.textBoxUserNumber.BackColor = System.Drawing.SystemColors.ButtonHighlight; // // // this.textBoxUserNumber.Border.BorderColor = System.Drawing.SystemColors.ScrollBar; this.textBoxUserNumber.Border.Class = "TextBoxBorder"; this.textBoxUserNumber.Border.CornerDiameter = 5; this.textBoxUserNumber.Border.CornerType = DevComponents.DotNetBar.eCornerType.Rounded; this.textBoxUserNumber.DisabledBackColor = System.Drawing.SystemColors.ButtonFace; this.textBoxUserNumber.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.textBoxUserNumber.Location = new System.Drawing.Point(155, 158); this.textBoxUserNumber.Name = "textBoxUserNumber"; this.textBoxUserNumber.PreventEnterBeep = true; this.textBoxUserNumber.Size = new System.Drawing.Size(190, 30); this.textBoxUserNumber.TabIndex = 309; // // CtrlUserEdit // 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(419, 336); this.Controls.Add(this.textBoxUserNumber); this.Controls.Add(this.textBoxUserName); this.Controls.Add(this.textBoxUserId); this.Controls.Add(this.roundButton2); this.Controls.Add(this.roundButton1); 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 = "CtrlUserEdit"; 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 RoundButton roundButton1; private RoundButton roundButton2; private DevComponents.DotNetBar.Controls.TextBoxX textBoxUserId; private DevComponents.DotNetBar.Controls.TextBoxX textBoxUserName; private DevComponents.DotNetBar.Controls.TextBoxX textBoxUserNumber; } }