123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281 |
- namespace LYFZ.Software.UI
- {
- partial class frmAddRoleGroup
- {
- /// <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()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmAddRoleGroup));
- this.btnCancel = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnOK = new LYFZ.ComponentLibrary.ButtonEx();
- this.listViewUserList = new LYFZ.ComponentLibrary.ListViewEx();
- this.groupBoxEx1 = new LYFZ.ComponentLibrary.GroupBoxEx();
- this.btnSearch = new LYFZ.ComponentLibrary.ButtonEx();
- this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
- this.txtSearch = new LYFZ.OtherExpansion.SkinControl.SkinTextBox();
- this.groupBoxEx2 = new LYFZ.ComponentLibrary.GroupBoxEx();
- this.listViewHaveRoles = new LYFZ.ComponentLibrary.ListViewEx();
- this.buttonRoleAdd = new LYFZ.ComponentLibrary.ButtonEx();
- this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.groupBoxEx1.SuspendLayout();
- this.groupBoxEx2.SuspendLayout();
- this.SuspendLayout();
- //
- // plExMainContainer
- //
- this.plExMainContainer.Controls.Add(this.txtSearch);
- this.plExMainContainer.Controls.Add(this.labelEx1);
- this.plExMainContainer.Controls.Add(this.groupBoxEx2);
- this.plExMainContainer.Controls.Add(this.groupBoxEx1);
- this.plExMainContainer.Controls.Add(this.btnSearch);
- this.plExMainContainer.Controls.Add(this.btnCancel);
- this.plExMainContainer.Controls.Add(this.buttonRoleAdd);
- this.plExMainContainer.Controls.Add(this.btnOK);
- this.plExMainContainer.Size = new System.Drawing.Size(800, 475);
- //
- // plFormMainContent
- //
- this.plFormMainContent.Size = new System.Drawing.Size(800, 475);
- //
- // btnAppFormMaximize
- //
- this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
- this.btnAppFormMaximize.Location = new System.Drawing.Point(701, 0);
- //
- // btnAppFormExit
- //
- this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
- this.btnAppFormExit.Location = new System.Drawing.Point(768, 0);
- //
- // btnAppFormMinimize
- //
- this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
- this.btnAppFormMinimize.Location = new System.Drawing.Point(741, 0);
- //
- // 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(705, 87);
- this.btnCancel.Name = "btnCancel";
- this.btnCancel.Size = new System.Drawing.Size(90, 32);
- this.btnCancel.TabIndex = 14;
- 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(705, 14);
- this.btnOK.Name = "btnOK";
- this.btnOK.Size = new System.Drawing.Size(90, 68);
- this.btnOK.TabIndex = 13;
- this.btnOK.Text = " 确 定";
- this.btnOK.UseVisualStyleBackColor = false;
- //
- // listViewUserList
- //
- this.listViewUserList.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- 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(689, 289);
- this.listViewUserList.TabIndex = 15;
- this.listViewUserList.UseCompatibleStateImageBehavior = false;
- //
- // groupBoxEx1
- //
- this.groupBoxEx1.Controls.Add(this.listViewUserList);
- this.groupBoxEx1.Location = new System.Drawing.Point(0, 163);
- this.groupBoxEx1.Name = "groupBoxEx1";
- this.groupBoxEx1.Size = new System.Drawing.Size(695, 309);
- this.groupBoxEx1.TabIndex = 16;
- this.groupBoxEx1.TabStop = false;
- this.groupBoxEx1.Text = "角色列表";
- //
- // btnSearch
- //
- this.btnSearch.BackColor = System.Drawing.Color.Transparent;
- this.btnSearch.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSearch.BackImg")));
- this.btnSearch.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnSearch.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnSearch.ForeColor = System.Drawing.Color.White;
- this.btnSearch.IsCustomBackImg = false;
- this.btnSearch.IsShowText = true;
- this.btnSearch.Location = new System.Drawing.Point(397, 128);
- this.btnSearch.Name = "btnSearch";
- this.btnSearch.Size = new System.Drawing.Size(90, 32);
- this.btnSearch.TabIndex = 14;
- this.btnSearch.Text = "搜 索";
- this.btnSearch.UseVisualStyleBackColor = false;
- //
- // labelEx1
- //
- this.labelEx1.AutoSize = true;
- this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx1.Location = new System.Drawing.Point(13, 134);
- this.labelEx1.Name = "labelEx1";
- this.labelEx1.Size = new System.Drawing.Size(79, 20);
- this.labelEx1.TabIndex = 17;
- this.labelEx1.Text = "搜索内容:";
- //
- // txtSearch
- //
- this.txtSearch.BackColor = System.Drawing.Color.Transparent;
- this.txtSearch.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtSearch.Icon = null;
- this.txtSearch.IconIsButton = false;
- this.txtSearch.IsPasswordChat = '\0';
- this.txtSearch.IsSystemPasswordChar = false;
- this.txtSearch.Lines = new string[0];
- this.txtSearch.Location = new System.Drawing.Point(95, 128);
- this.txtSearch.Margin = new System.Windows.Forms.Padding(0);
- this.txtSearch.MaxLength = 32767;
- this.txtSearch.MinimumSize = new System.Drawing.Size(0, 26);
- this.txtSearch.MouseBack = null;
- this.txtSearch.Multiline = true;
- this.txtSearch.Name = "txtSearch";
- this.txtSearch.NormlBack = null;
- this.txtSearch.Padding = new System.Windows.Forms.Padding(5);
- this.txtSearch.ReadOnly = false;
- this.txtSearch.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtSearch.Size = new System.Drawing.Size(299, 32);
- this.txtSearch.TabIndex = 18;
- this.txtSearch.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtSearch.WaterColor = System.Drawing.Color.DarkGray;
- this.txtSearch.WaterText = "可输入角色名进行搜索";
- this.txtSearch.WordWrap = true;
- //
- // groupBoxEx2
- //
- this.groupBoxEx2.Controls.Add(this.listViewHaveRoles);
- this.groupBoxEx2.Location = new System.Drawing.Point(7, 8);
- this.groupBoxEx2.Name = "groupBoxEx2";
- this.groupBoxEx2.Size = new System.Drawing.Size(695, 112);
- this.groupBoxEx2.TabIndex = 16;
- this.groupBoxEx2.TabStop = false;
- this.groupBoxEx2.Text = "当前已拥有(选择)角色";
- //
- // listViewHaveRoles
- //
- this.listViewHaveRoles.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.listViewHaveRoles.Dock = System.Windows.Forms.DockStyle.Fill;
- this.listViewHaveRoles.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.listViewHaveRoles.FullRowSelect = true;
- this.listViewHaveRoles.Location = new System.Drawing.Point(3, 17);
- this.listViewHaveRoles.Name = "listViewHaveRoles";
- this.listViewHaveRoles.Size = new System.Drawing.Size(689, 92);
- this.listViewHaveRoles.TabIndex = 15;
- this.listViewHaveRoles.UseCompatibleStateImageBehavior = false;
- //
- // buttonRoleAdd
- //
- this.buttonRoleAdd.BackColor = System.Drawing.Color.Transparent;
- this.buttonRoleAdd.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("buttonRoleAdd.BackImg")));
- this.buttonRoleAdd.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.buttonRoleAdd.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.buttonRoleAdd.ForeColor = System.Drawing.Color.White;
- this.buttonRoleAdd.IsCustomBackImg = false;
- this.buttonRoleAdd.IsShowText = true;
- this.buttonRoleAdd.Location = new System.Drawing.Point(705, 168);
- this.buttonRoleAdd.Name = "buttonRoleAdd";
- this.buttonRoleAdd.Size = new System.Drawing.Size(90, 68);
- this.buttonRoleAdd.TabIndex = 13;
- this.buttonRoleAdd.Text = "添 加";
- this.buttonRoleAdd.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(7, 516);
- this.labelEx2.Name = "labelEx2";
- this.labelEx2.Size = new System.Drawing.Size(781, 23);
- this.labelEx2.TabIndex = 14;
- this.labelEx2.Text = "描述:";
- //
- // frmAddRoleGroup
- //
- 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(800, 540);
- 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.MaximizeBox = false;
- this.Name = "frmAddRoleGroup";
- this.Text = "设置角色{0}";
- 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.groupBoxEx2.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- protected internal ComponentLibrary.ButtonEx btnCancel;
- protected internal ComponentLibrary.ButtonEx btnOK;
- private ComponentLibrary.LabelEx labelEx1;
- private ComponentLibrary.GroupBoxEx groupBoxEx1;
- protected internal ComponentLibrary.ButtonEx btnSearch;
- protected internal ComponentLibrary.ListViewEx listViewUserList;
- protected internal OtherExpansion.SkinControl.SkinTextBox txtSearch;
- private ComponentLibrary.GroupBoxEx groupBoxEx2;
- protected internal ComponentLibrary.ListViewEx listViewHaveRoles;
- protected internal ComponentLibrary.ButtonEx buttonRoleAdd;
- protected internal ComponentLibrary.LabelEx labelEx2;
- }
- }
|