using System.ComponentModel; using System.Windows.Forms; using DevComponents.DotNetBar; using DevComponents.DotNetBar.Controls; using DevComponents.Editors; namespace Cyberpipe { partial class FrmUserAdd { /// <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.txtPassWord = new System.Windows.Forms.TextBox(); this.txtName = new System.Windows.Forms.TextBox(); this.comboBoxExRegionRole = new DevComponents.DotNetBar.Controls.ComboBoxEx(); this.comboItem1 = new DevComponents.Editors.ComboItem(); this.comboItem2 = new DevComponents.Editors.ComboItem(); this.comboItem3 = new DevComponents.Editors.ComboItem(); this.comboItem4 = new DevComponents.Editors.ComboItem(); this.labelX6 = new DevComponents.DotNetBar.LabelX(); this.labelX2 = new DevComponents.DotNetBar.LabelX(); this.labelX1 = new DevComponents.DotNetBar.LabelX(); this.buttonX1 = new DevComponents.DotNetBar.ButtonX(); this.buttonX2 = new DevComponents.DotNetBar.ButtonX(); this.labelX3 = new DevComponents.DotNetBar.LabelX(); this.appCombo = new DevComponents.DotNetBar.Controls.ComboBoxEx(); this.comboItem7 = new DevComponents.Editors.ComboItem(); this.comboItem8 = new DevComponents.Editors.ComboItem(); 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.appCombo); this.groupPanel1.Controls.Add(this.labelX3); this.groupPanel1.Controls.Add(this.txtPassWord); this.groupPanel1.Controls.Add(this.txtName); this.groupPanel1.Controls.Add(this.comboBoxExRegionRole); this.groupPanel1.Controls.Add(this.labelX6); this.groupPanel1.Controls.Add(this.labelX2); this.groupPanel1.Controls.Add(this.labelX1); this.groupPanel1.Location = new System.Drawing.Point(12, 12); this.groupPanel1.Name = "groupPanel1"; this.groupPanel1.Size = new System.Drawing.Size(247, 149); // // // 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 = "用户信息"; // // txtPassWord // this.txtPassWord.Location = new System.Drawing.Point(83, 36); this.txtPassWord.Name = "txtPassWord"; this.txtPassWord.PasswordChar = '*'; this.txtPassWord.Size = new System.Drawing.Size(139, 21); this.txtPassWord.TabIndex = 6; // // txtName // this.txtName.Location = new System.Drawing.Point(84, 8); this.txtName.Name = "txtName"; this.txtName.Size = new System.Drawing.Size(138, 21); this.txtName.TabIndex = 5; // // comboBoxExRegionRole // this.comboBoxExRegionRole.DisplayMember = "Text"; this.comboBoxExRegionRole.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.comboBoxExRegionRole.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxExRegionRole.FormattingEnabled = true; this.comboBoxExRegionRole.ItemHeight = 15; this.comboBoxExRegionRole.Items.AddRange(new object[] { this.comboItem1, this.comboItem2, this.comboItem3, this.comboItem4}); this.comboBoxExRegionRole.Location = new System.Drawing.Point(84, 66); this.comboBoxExRegionRole.Name = "comboBoxExRegionRole"; this.comboBoxExRegionRole.Size = new System.Drawing.Size(139, 21); this.comboBoxExRegionRole.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.comboBoxExRegionRole.TabIndex = 4; // // comboItem1 // this.comboItem1.Text = "系统管理员"; // // comboItem2 // this.comboItem2.Text = "数据管理员"; // // comboItem3 // this.comboItem3.Text = "设计审核员"; // // comboItem4 // this.comboItem4.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(18, 65); this.labelX6.Name = "labelX6"; this.labelX6.Size = new System.Drawing.Size(71, 23); this.labelX6.TabIndex = 3; this.labelX6.Text = "角色:"; // // 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(17, 36); this.labelX2.Name = "labelX2"; this.labelX2.Size = new System.Drawing.Size(43, 23); this.labelX2.TabIndex = 0; this.labelX2.Text = "密码:"; // // 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(17, 8); this.labelX1.Name = "labelX1"; this.labelX1.Size = new System.Drawing.Size(60, 23); this.labelX1.TabIndex = 0; 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(103, 186); this.buttonX1.Name = "buttonX1"; this.buttonX1.Size = new System.Drawing.Size(75, 23); 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(184, 186); this.buttonX2.Name = "buttonX2"; this.buttonX2.Size = new System.Drawing.Size(75, 23); this.buttonX2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonX2.TabIndex = 1; this.buttonX2.Text = "关闭"; this.buttonX2.Click += new System.EventHandler(this.buttonX2_Click); // // 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(18, 94); this.labelX3.Name = "labelX3"; this.labelX3.Size = new System.Drawing.Size(71, 23); this.labelX3.TabIndex = 7; this.labelX3.Text = "终端权限:"; // // appCombo // this.appCombo.DisplayMember = "Text"; this.appCombo.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.appCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.appCombo.FormattingEnabled = true; this.appCombo.ItemHeight = 15; this.appCombo.Items.AddRange(new object[] { this.comboItem8, this.comboItem7}); this.appCombo.Location = new System.Drawing.Point(83, 96); this.appCombo.Name = "appCombo"; this.appCombo.Size = new System.Drawing.Size(139, 21); this.appCombo.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.appCombo.TabIndex = 8; // // comboItem7 // this.comboItem7.Text = "有审批权限"; // // comboItem8 // this.comboItem8.Text = "无审批权限"; // // FrmUserAdd // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(273, 225); this.Controls.Add(this.buttonX2); this.Controls.Add(this.buttonX1); this.Controls.Add(this.groupPanel1); this.DoubleBuffered = true; this.EnableGlass = false; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.MaximizeBox = false; this.Name = "FrmUserAdd"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "添加用户信息"; this.Load += new System.EventHandler(this.FrmUserRepo_Load); this.groupPanel1.ResumeLayout(false); this.groupPanel1.PerformLayout(); this.ResumeLayout(false); } #endregion private GroupPanel groupPanel1; private LabelX labelX1; private LabelX labelX2; private ButtonX buttonX1; private ButtonX buttonX2; private ComboBoxEx comboBoxExRegionRole; private LabelX labelX6; private TextBox txtPassWord; private TextBox txtName; private ComboItem comboItem1; private ComboItem comboItem2; private ComboItem comboItem3; private ComboItem comboItem4; private ComboBoxEx appCombo; private ComboItem comboItem7; private ComboItem comboItem8; private LabelX labelX3; } }