using System.ComponentModel; using System.Windows.Forms; using DevComponents.DotNetBar; using DevComponents.DotNetBar.Controls; namespace Cyberpipe { partial class FrmAppUSERRESET { /// <summary> /// Required designer variable. /// </summary> private 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.groupPanel1 = new DevComponents.DotNetBar.Controls.GroupPanel(); this.labelX6 = new DevComponents.DotNetBar.LabelX(); this.textBoxphonenum = new System.Windows.Forms.TextBox(); this.labelX5 = new DevComponents.DotNetBar.LabelX(); this.textBoxpassword = new System.Windows.Forms.TextBox(); this.labelX4 = new DevComponents.DotNetBar.LabelX(); this.labelX3 = new DevComponents.DotNetBar.LabelX(); this.textBoxage = new System.Windows.Forms.TextBox(); this.labelX2 = new DevComponents.DotNetBar.LabelX(); this.textBoxusername = new System.Windows.Forms.TextBox(); this.labelX1 = new DevComponents.DotNetBar.LabelX(); this.buttonX1 = new DevComponents.DotNetBar.ButtonX(); this.buttonX2 = new DevComponents.DotNetBar.ButtonX(); this.comboBoxsex = new DevComponents.DotNetBar.Controls.ComboBoxEx(); this.comboBoxisroot = new DevComponents.DotNetBar.Controls.ComboBoxEx(); this.groupPanel1.SuspendLayout(); this.SuspendLayout(); // // groupPanel1 // this.groupPanel1.CanvasColor = System.Drawing.SystemColors.Control; this.groupPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007; this.groupPanel1.Controls.Add(this.comboBoxisroot); this.groupPanel1.Controls.Add(this.comboBoxsex); this.groupPanel1.Controls.Add(this.labelX6); this.groupPanel1.Controls.Add(this.textBoxphonenum); this.groupPanel1.Controls.Add(this.labelX5); this.groupPanel1.Controls.Add(this.textBoxpassword); this.groupPanel1.Controls.Add(this.labelX4); this.groupPanel1.Controls.Add(this.labelX3); this.groupPanel1.Controls.Add(this.textBoxage); this.groupPanel1.Controls.Add(this.labelX2); this.groupPanel1.Controls.Add(this.textBoxusername); this.groupPanel1.Controls.Add(this.labelX1); this.groupPanel1.Location = new System.Drawing.Point(12, 9); this.groupPanel1.Name = "groupPanel1"; this.groupPanel1.Size = new System.Drawing.Size(291, 308); // // // this.groupPanel1.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2; this.groupPanel1.Style.BackColorGradientAngle = 90; this.groupPanel1.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.groupPanel1.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid; this.groupPanel1.Style.BorderBottomWidth = 1; this.groupPanel1.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.groupPanel1.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid; this.groupPanel1.Style.BorderLeftWidth = 1; this.groupPanel1.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid; this.groupPanel1.Style.BorderRightWidth = 1; this.groupPanel1.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid; this.groupPanel1.Style.BorderTopWidth = 1; this.groupPanel1.Style.Class = ""; this.groupPanel1.Style.CornerDiameter = 4; this.groupPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded; this.groupPanel1.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center; this.groupPanel1.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.groupPanel1.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near; // // // this.groupPanel1.StyleMouseDown.Class = ""; this.groupPanel1.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.groupPanel1.StyleMouseOver.Class = ""; this.groupPanel1.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.groupPanel1.TabIndex = 0; this.groupPanel1.Text = "人员信息"; // // labelX6 // this.labelX6.BackColor = System.Drawing.Color.Transparent; // // // this.labelX6.BackgroundStyle.Class = ""; this.labelX6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX6.Location = new System.Drawing.Point(3, 245); this.labelX6.Name = "labelX6"; this.labelX6.Size = new System.Drawing.Size(89, 23); this.labelX6.TabIndex = 16; this.labelX6.Text = "是否管理员:"; // // textBoxphonenum // this.textBoxphonenum.Location = new System.Drawing.Point(92, 206); this.textBoxphonenum.Name = "textBoxphonenum"; this.textBoxphonenum.Size = new System.Drawing.Size(144, 21); this.textBoxphonenum.TabIndex = 14; // // labelX5 // this.labelX5.BackColor = System.Drawing.Color.Transparent; // // // this.labelX5.BackgroundStyle.Class = ""; this.labelX5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX5.Location = new System.Drawing.Point(40, 206); this.labelX5.Name = "labelX5"; this.labelX5.Size = new System.Drawing.Size(45, 23); this.labelX5.TabIndex = 13; this.labelX5.Text = "电话:"; // // textBoxpassword // this.textBoxpassword.Location = new System.Drawing.Point(92, 73); this.textBoxpassword.Name = "textBoxpassword"; this.textBoxpassword.Size = new System.Drawing.Size(144, 21); this.textBoxpassword.TabIndex = 11; // // labelX4 // this.labelX4.BackColor = System.Drawing.Color.Transparent; // // // this.labelX4.BackgroundStyle.Class = ""; this.labelX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX4.Location = new System.Drawing.Point(39, 165); this.labelX4.Name = "labelX4"; this.labelX4.Size = new System.Drawing.Size(53, 23); this.labelX4.TabIndex = 10; this.labelX4.Text = "性别:"; // // labelX3 // this.labelX3.BackColor = System.Drawing.Color.Transparent; // // // this.labelX3.BackgroundStyle.Class = ""; this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX3.Location = new System.Drawing.Point(39, 70); this.labelX3.Name = "labelX3"; this.labelX3.Size = new System.Drawing.Size(53, 23); this.labelX3.TabIndex = 9; this.labelX3.Text = "密码:"; // // textBoxage // this.textBoxage.Location = new System.Drawing.Point(92, 117); this.textBoxage.Name = "textBoxage"; this.textBoxage.Size = new System.Drawing.Size(144, 21); this.textBoxage.TabIndex = 8; // // labelX2 // this.labelX2.BackColor = System.Drawing.Color.Transparent; // // // this.labelX2.BackgroundStyle.Class = ""; this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX2.Location = new System.Drawing.Point(39, 117); this.labelX2.Name = "labelX2"; this.labelX2.Size = new System.Drawing.Size(53, 23); this.labelX2.TabIndex = 7; this.labelX2.Text = "年龄:"; // // textBoxusername // this.textBoxusername.Location = new System.Drawing.Point(93, 31); this.textBoxusername.Name = "textBoxusername"; this.textBoxusername.Size = new System.Drawing.Size(144, 21); this.textBoxusername.TabIndex = 6; // // labelX1 // this.labelX1.BackColor = System.Drawing.Color.Transparent; // // // this.labelX1.BackgroundStyle.Class = ""; this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX1.Location = new System.Drawing.Point(27, 28); this.labelX1.Name = "labelX1"; this.labelX1.Size = new System.Drawing.Size(60, 23); this.labelX1.TabIndex = 1; this.labelX1.Text = "用户名:"; // // buttonX1 // this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.buttonX1.Location = new System.Drawing.Point(25, 323); this.buttonX1.Name = "buttonX1"; this.buttonX1.Size = new System.Drawing.Size(75, 28); this.buttonX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonX1.TabIndex = 1; this.buttonX1.Text = "保存"; this.buttonX1.Click += new System.EventHandler(this.buttonX1_Click); // // buttonX2 // this.buttonX2.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonX2.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.buttonX2.Location = new System.Drawing.Point(190, 323); this.buttonX2.Name = "buttonX2"; this.buttonX2.Size = new System.Drawing.Size(75, 28); this.buttonX2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonX2.TabIndex = 2; this.buttonX2.Text = "取消"; this.buttonX2.Click += new System.EventHandler(this.buttonX2_Click); // // comboBoxsex // this.comboBoxsex.DisplayMember = "Text"; this.comboBoxsex.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.comboBoxsex.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxsex.FormattingEnabled = true; this.comboBoxsex.ItemHeight = 15; this.comboBoxsex.Location = new System.Drawing.Point(92, 165); this.comboBoxsex.Name = "comboBoxsex"; this.comboBoxsex.Size = new System.Drawing.Size(144, 21); this.comboBoxsex.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.comboBoxsex.TabIndex = 17; // // comboBoxisroot // this.comboBoxisroot.DisplayMember = "Text"; this.comboBoxisroot.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.comboBoxisroot.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxisroot.FormattingEnabled = true; this.comboBoxisroot.ItemHeight = 15; this.comboBoxisroot.Location = new System.Drawing.Point(92, 245); this.comboBoxisroot.Name = "comboBoxisroot"; this.comboBoxisroot.Size = new System.Drawing.Size(144, 21); this.comboBoxisroot.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.comboBoxisroot.TabIndex = 18; // // FrmAppUSERRESET // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(315, 363); this.Controls.Add(this.buttonX2); this.Controls.Add(this.buttonX1); this.Controls.Add(this.groupPanel1); this.DoubleBuffered = true; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.MaximizeBox = false; this.Name = "FrmAppUSERRESET"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "人员信息修改"; this.Load += new System.EventHandler(this.FrmAppUSERRESET_Load); this.groupPanel1.ResumeLayout(false); this.groupPanel1.PerformLayout(); this.ResumeLayout(false); } #endregion private GroupPanel groupPanel1; private LabelX labelX1; private TextBox textBoxphonenum; private LabelX labelX5; private TextBox textBoxpassword; private LabelX labelX4; private LabelX labelX3; private TextBox textBoxage; private LabelX labelX2; private TextBox textBoxusername; private ButtonX buttonX1; private ButtonX buttonX2; private LabelX labelX6; private ComboBoxEx comboBoxsex; private ComboBoxEx comboBoxisroot; } }