namespace LYFZ.Software.UI { partial class frmManageAuthorizationRoles { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmManageAuthorizationRoles)); this.groupBoxEx1 = new LYFZ.ComponentLibrary.GroupBoxEx(); this.listViewUserList = new LYFZ.ComponentLibrary.ListViewEx(); this.btnCancel = new LYFZ.ComponentLibrary.ButtonEx(); this.btnOK = new LYFZ.ComponentLibrary.ButtonEx(); this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx(); this.checkBoxEx1 = new LYFZ.ComponentLibrary.CheckBoxEx(); this.plExMainContainer.SuspendLayout(); this.plFormMainContent.SuspendLayout(); this.groupBoxEx1.SuspendLayout(); this.SuspendLayout(); // // plExMainContainer // this.plExMainContainer.Controls.Add(this.checkBoxEx1); this.plExMainContainer.Controls.Add(this.btnCancel); this.plExMainContainer.Controls.Add(this.btnOK); this.plExMainContainer.Controls.Add(this.groupBoxEx1); this.plExMainContainer.Size = new System.Drawing.Size(920, 445); // // plFormMainContent // this.plFormMainContent.Size = new System.Drawing.Size(920, 445); // // btnAppFormMaximize // this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg"))); this.btnAppFormMaximize.Location = new System.Drawing.Point(861, 0); // // btnAppFormExit // this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg"))); this.btnAppFormExit.Location = new System.Drawing.Point(888, 0); // // btnAppFormMinimize // this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg"))); this.btnAppFormMinimize.Location = new System.Drawing.Point(834, 0); // // groupBoxEx1 // this.groupBoxEx1.Controls.Add(this.listViewUserList); this.groupBoxEx1.Location = new System.Drawing.Point(12, 16); this.groupBoxEx1.Name = "groupBoxEx1"; this.groupBoxEx1.Size = new System.Drawing.Size(800, 420); this.groupBoxEx1.TabIndex = 17; this.groupBoxEx1.TabStop = false; this.groupBoxEx1.Text = "角色列表"; // // listViewUserList // this.listViewUserList.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.listViewUserList.CheckBoxes = true; this.listViewUserList.Dock = System.Windows.Forms.DockStyle.Fill; this.listViewUserList.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.listViewUserList.FullRowSelect = true; this.listViewUserList.Location = new System.Drawing.Point(3, 17); this.listViewUserList.Name = "listViewUserList"; this.listViewUserList.Size = new System.Drawing.Size(794, 400); this.listViewUserList.TabIndex = 15; this.listViewUserList.UseCompatibleStateImageBehavior = false; // // btnCancel // this.btnCancel.BackColor = System.Drawing.Color.Transparent; this.btnCancel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCancel.BackImg"))); this.btnCancel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnCancel.ForeColor = System.Drawing.Color.White; this.btnCancel.IsCustomBackImg = false; this.btnCancel.IsShowText = true; this.btnCancel.Location = new System.Drawing.Point(820, 121); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(90, 32); this.btnCancel.TabIndex = 19; this.btnCancel.Text = " 取 消"; this.btnCancel.UseVisualStyleBackColor = false; // // btnOK // this.btnOK.BackColor = System.Drawing.Color.Transparent; this.btnOK.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnOK.BackImg"))); this.btnOK.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnOK.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnOK.ForeColor = System.Drawing.Color.White; this.btnOK.IsCustomBackImg = false; this.btnOK.IsShowText = true; this.btnOK.Location = new System.Drawing.Point(820, 48); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(90, 68); this.btnOK.TabIndex = 18; this.btnOK.Text = " 确 定"; this.btnOK.UseVisualStyleBackColor = false; // // labelEx2 // this.labelEx2.BackColor = System.Drawing.Color.Transparent; this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.labelEx2.ForeColor = System.Drawing.Color.White; this.labelEx2.Location = new System.Drawing.Point(3, 486); this.labelEx2.Name = "labelEx2"; this.labelEx2.Size = new System.Drawing.Size(912, 23); this.labelEx2.TabIndex = 15; this.labelEx2.Text = "描述:"; // // checkBoxEx1 // this.checkBoxEx1.AutoSize = true; this.checkBoxEx1.BackColor = System.Drawing.Color.Transparent; this.checkBoxEx1.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked; this.checkBoxEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.checkBoxEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.checkBoxEx1.Fourstates = false; this.checkBoxEx1.IsGreenTick = false; this.checkBoxEx1.Location = new System.Drawing.Point(825, 20); this.checkBoxEx1.Name = "checkBoxEx1"; this.checkBoxEx1.Size = new System.Drawing.Size(75, 21); this.checkBoxEx1.TabIndex = 20; this.checkBoxEx1.Text = "所有角色"; this.checkBoxEx1.UseVisualStyleBackColor = false; // // frmManageAuthorizationRoles // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage"))); this.ClientSize = new System.Drawing.Size(920, 510); this.Controls.Add(this.labelEx2); this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139))))); this.IsMaximized = false; this.IsUserControlsSize = false; this.Name = "frmManageAuthorizationRoles"; this.Text = "设置可授权角色列表"; this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage"))); this.Controls.SetChildIndex(this.btnAppFormMaximize, 0); this.Controls.SetChildIndex(this.btnAppFormExit, 0); this.Controls.SetChildIndex(this.btnAppFormMinimize, 0); this.Controls.SetChildIndex(this.btnAppFormMenu, 0); this.Controls.SetChildIndex(this.btnAppFormSkin, 0); this.Controls.SetChildIndex(this.plFormMainContent, 0); this.Controls.SetChildIndex(this.labelEx2, 0); this.plExMainContainer.ResumeLayout(false); this.plExMainContainer.PerformLayout(); this.plFormMainContent.ResumeLayout(false); this.groupBoxEx1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private ComponentLibrary.GroupBoxEx groupBoxEx1; protected internal ComponentLibrary.ButtonEx btnCancel; protected internal ComponentLibrary.ButtonEx btnOK; protected internal ComponentLibrary.LabelEx labelEx2; public ComponentLibrary.ListViewEx listViewUserList; public ComponentLibrary.CheckBoxEx checkBoxEx1; } }