using System.ComponentModel; using System.Windows.Forms; using DevComponents.DotNetBar; using DevComponents.DotNetBar.Controls; namespace Cyberpipe { partial class FrmPerm { /// <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.labelX1 = new DevComponents.DotNetBar.LabelX(); this.labelX2 = new DevComponents.DotNetBar.LabelX(); this.labelX3 = new DevComponents.DotNetBar.LabelX(); this.cbxOName = new DevComponents.DotNetBar.Controls.ComboBoxEx(); this.groupPanel1 = new DevComponents.DotNetBar.Controls.GroupPanel(); this.txtName = new System.Windows.Forms.TextBox(); this.treeViewResource = new System.Windows.Forms.TreeView(); this.buttonX1 = new DevComponents.DotNetBar.ButtonX(); this.buttonX2 = new DevComponents.DotNetBar.ButtonX(); this.groupPanel1.SuspendLayout(); this.SuspendLayout(); // // 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, 9); this.labelX1.Name = "labelX1"; this.labelX1.Size = new System.Drawing.Size(75, 23); this.labelX1.TabIndex = 0; this.labelX1.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, 37); this.labelX2.Name = "labelX2"; this.labelX2.Size = new System.Drawing.Size(75, 23); this.labelX2.TabIndex = 0; this.labelX2.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(17, 70); this.labelX3.Name = "labelX3"; this.labelX3.Size = new System.Drawing.Size(75, 23); this.labelX3.TabIndex = 0; this.labelX3.Text = "资源列表:"; // // cbxOName // this.cbxOName.DisplayMember = "Text"; this.cbxOName.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.cbxOName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbxOName.FormattingEnabled = true; this.cbxOName.ItemHeight = 15; this.cbxOName.Location = new System.Drawing.Point(107, 38); this.cbxOName.Name = "cbxOName"; this.cbxOName.Size = new System.Drawing.Size(144, 21); this.cbxOName.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.cbxOName.TabIndex = 2; // // groupPanel1 // this.groupPanel1.BackColor = System.Drawing.Color.Transparent; this.groupPanel1.CanvasColor = System.Drawing.SystemColors.Control; this.groupPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007; this.groupPanel1.Controls.Add(this.txtName); this.groupPanel1.Controls.Add(this.treeViewResource); this.groupPanel1.Controls.Add(this.labelX1); this.groupPanel1.Controls.Add(this.labelX2); this.groupPanel1.Controls.Add(this.cbxOName); this.groupPanel1.Controls.Add(this.labelX3); this.groupPanel1.Location = new System.Drawing.Point(12, 12); this.groupPanel1.Name = "groupPanel1"; this.groupPanel1.Size = new System.Drawing.Size(274, 330); // // // 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 = 3; this.groupPanel1.Text = "权限信息"; // // txtName // this.txtName.Location = new System.Drawing.Point(107, 10); this.txtName.Name = "txtName"; this.txtName.Size = new System.Drawing.Size(144, 21); this.txtName.TabIndex = 4; // // treeViewResource // this.treeViewResource.CheckBoxes = true; this.treeViewResource.ItemHeight = 18; this.treeViewResource.Location = new System.Drawing.Point(17, 97); this.treeViewResource.Name = "treeViewResource"; this.treeViewResource.Size = new System.Drawing.Size(234, 196); this.treeViewResource.TabIndex = 3; this.treeViewResource.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.treeViewResource_AfterCheck); // // buttonX1 // this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.buttonX1.Location = new System.Drawing.Point(122, 352); this.buttonX1.Name = "buttonX1"; this.buttonX1.Size = new System.Drawing.Size(75, 23); this.buttonX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonX1.TabIndex = 4; 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(211, 352); this.buttonX2.Name = "buttonX2"; this.buttonX2.Size = new System.Drawing.Size(75, 23); this.buttonX2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonX2.TabIndex = 4; this.buttonX2.Text = "关闭"; this.buttonX2.Click += new System.EventHandler(this.buttonX2_Click); // // FrmPerm // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.ClientSize = new System.Drawing.Size(298, 383); this.Controls.Add(this.buttonX2); this.Controls.Add(this.buttonX1); this.Controls.Add(this.groupPanel1); this.EnableGlass = false; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.MaximizeBox = false; this.Name = "FrmPerm"; this.ShowIcon = false; this.Text = "添加权限"; this.Load += new System.EventHandler(this.FrmPerm_Load); this.groupPanel1.ResumeLayout(false); this.groupPanel1.PerformLayout(); this.ResumeLayout(false); } #endregion private LabelX labelX1; private LabelX labelX2; private LabelX labelX3; private ComboBoxEx cbxOName; private GroupPanel groupPanel1; private ButtonX buttonX1; private ButtonX buttonX2; private TreeView treeViewResource; private TextBox txtName; } }