⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 explorerform.designer.cs

📁 通用权限管理平台
💻 CS
📖 第 1 页 / 共 5 页
字号:
            this.toolStripDisplayTree.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.toolStripDisplayTree.ImageTransparentColor = System.Drawing.Color.White;
            this.toolStripDisplayTree.Name = "toolStripDisplayTree";
            this.toolStripDisplayTree.Size = new System.Drawing.Size(91, 28);
            this.toolStripDisplayTree.Text = "显示资源组";
            this.toolStripDisplayTree.CheckedChanged += new System.EventHandler(this.toolStripDisplayTree_CheckedChanged);
            // 
            // toolStripLog
            // 
            this.toolStripLog.CheckOnClick = true;
            this.toolStripLog.Image = ((System.Drawing.Image)(resources.GetObject("toolStripLog.Image")));
            this.toolStripLog.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.toolStripLog.ImageTransparentColor = System.Drawing.Color.White;
            this.toolStripLog.Name = "toolStripLog";
            this.toolStripLog.Padding = new System.Windows.Forms.Padding(2);
            this.toolStripLog.Size = new System.Drawing.Size(52, 28);
            this.toolStripLog.Text = "日志";
            this.toolStripLog.ToolTipText = "显示或隐藏日志";
            this.toolStripLog.CheckedChanged += new System.EventHandler(this.toolStripLog_CheckedChanged);
            // 
            // toolStripDisplayPrivilege
            // 
            this.toolStripDisplayPrivilege.Checked = true;
            this.toolStripDisplayPrivilege.CheckOnClick = true;
            this.toolStripDisplayPrivilege.CheckState = System.Windows.Forms.CheckState.Checked;
            this.toolStripDisplayPrivilege.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDisplayPrivilege.Image")));
            this.toolStripDisplayPrivilege.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.toolStripDisplayPrivilege.ImageTransparentColor = System.Drawing.Color.White;
            this.toolStripDisplayPrivilege.Name = "toolStripDisplayPrivilege";
            this.toolStripDisplayPrivilege.Size = new System.Drawing.Size(47, 28);
            this.toolStripDisplayPrivilege.Text = "权限";
            this.toolStripDisplayPrivilege.ToolTipText = "显示或隐藏权限";
            this.toolStripDisplayPrivilege.CheckedChanged += new System.EventHandler(this.toolStripDisplayPrivilege_CheckedChanged);
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(6, 31);
            // 
            // toolStripClean
            // 
            this.toolStripClean.Image = ((System.Drawing.Image)(resources.GetObject("toolStripClean.Image")));
            this.toolStripClean.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.toolStripClean.ImageTransparentColor = System.Drawing.Color.White;
            this.toolStripClean.Name = "toolStripClean";
            this.toolStripClean.Size = new System.Drawing.Size(105, 28);
            this.toolStripClean.Text = "清理冗余数据";
            this.toolStripClean.Click += new System.EventHandler(this.toolStripClean_Click);
            // 
            // toolStripBtn_GenGuid
            // 
            this.toolStripBtn_GenGuid.Image = ((System.Drawing.Image)(resources.GetObject("toolStripBtn_GenGuid.Image")));
            this.toolStripBtn_GenGuid.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripBtn_GenGuid.Name = "toolStripBtn_GenGuid";
            this.toolStripBtn_GenGuid.Size = new System.Drawing.Size(91, 28);
            this.toolStripBtn_GenGuid.Text = "生成Guid(&G)";
            this.toolStripBtn_GenGuid.Click += new System.EventHandler(this.toolStripBtn_GenGuid_Click);
            // 
            // toolStripTxt_Guid
            // 
            this.toolStripTxt_Guid.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.toolStripTxt_Guid.Name = "toolStripTxt_Guid";
            this.toolStripTxt_Guid.Size = new System.Drawing.Size(230, 14);
            this.toolStripTxt_Guid.DoubleClick += new System.EventHandler(this.toolStripTxt_Guid_DoubleClick);
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.btn_Close);
            this.panel1.Controls.Add(this.lbl_Group);
            this.panel1.Controls.Add(this.trv_Resources);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Left;
            this.panel1.Location = new System.Drawing.Point(0, 55);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(200, 481);
            this.panel1.TabIndex = 9;
            // 
            // btn_Close
            // 
            this.btn_Close.FlatAppearance.BorderColor = System.Drawing.SystemColors.ButtonFace;
            this.btn_Close.FlatAppearance.BorderSize = 0;
            this.btn_Close.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btn_Close.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btn_Close.Location = new System.Drawing.Point(175, 1);
            this.btn_Close.Name = "btn_Close";
            this.btn_Close.Size = new System.Drawing.Size(20, 20);
            this.btn_Close.TabIndex = 2;
            this.btn_Close.Text = "×";
            this.btn_Close.UseVisualStyleBackColor = false;
            this.btn_Close.MouseLeave += new System.EventHandler(this.btn_Close_MouseLeave);
            this.btn_Close.Click += new System.EventHandler(this.btn_Close_Click);
            this.btn_Close.MouseEnter += new System.EventHandler(this.btn_Close_MouseEnter);
            // 
            // lbl_Group
            // 
            this.lbl_Group.AutoSize = true;
            this.lbl_Group.Location = new System.Drawing.Point(4, 5);
            this.lbl_Group.Name = "lbl_Group";
            this.lbl_Group.Size = new System.Drawing.Size(41, 12);
            this.lbl_Group.TabIndex = 1;
            this.lbl_Group.Text = "资源组";
            // 
            // trv_Resources
            // 
            this.trv_Resources.AllowDrop = true;
            this.trv_Resources.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.trv_Resources.ContextMenuStrip = this.cmenu_TreeMenu;
            this.trv_Resources.HotTracking = true;
            this.trv_Resources.ImageIndex = 1;
            this.trv_Resources.ImageList = this.imgFolder;
            this.trv_Resources.LabelEdit = true;
            this.trv_Resources.Location = new System.Drawing.Point(0, 22);
            this.trv_Resources.Name = "trv_Resources";
            this.trv_Resources.SelectedImageIndex = 0;
            this.trv_Resources.ShowNodeToolTips = true;
            this.trv_Resources.Size = new System.Drawing.Size(199, 459);
            this.trv_Resources.TabIndex = 0;
            this.trv_Resources.DragDrop += new System.Windows.Forms.DragEventHandler(this.trv_Resources_DragDrop);
            this.trv_Resources.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.trv_Resources_PreviewKeyDown);
            this.trv_Resources.DragOver += new System.Windows.Forms.DragEventHandler(this.trv_Resources_DragOver);
            this.trv_Resources.AfterLabelEdit += new System.Windows.Forms.NodeLabelEditEventHandler(this.trv_Resources_AfterLabelEdit);
            this.trv_Resources.DragLeave += new System.EventHandler(this.trv_Resources_DragLeave);
            this.trv_Resources.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.trv_Resources_AfterSelect);
            this.trv_Resources.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.trv_Resources_NodeMouseClick);
            this.trv_Resources.GiveFeedback += new System.Windows.Forms.GiveFeedbackEventHandler(this.trv_Resources_GiveFeedback);
            this.trv_Resources.DragEnter += new System.Windows.Forms.DragEventHandler(this.trv_Resources_DragEnter);
            this.trv_Resources.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.trv_Resources_ItemDrag);
            // 
            // cmenu_TreeMenu
            // 
            this.cmenu_TreeMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.ts_Add,
            this.修改名字ToolStripMenuItem,
            this.ts_Delete});
            this.cmenu_TreeMenu.Name = "cmenu_TreeMenu";
            this.cmenu_TreeMenu.Size = new System.Drawing.Size(166, 70);
            // 
            // ts_Add
            // 
            this.ts_Add.Name = "ts_Add";
            this.ts_Add.ShortcutKeyDisplayString = "F3";
            this.ts_Add.Size = new System.Drawing.Size(165, 22);
            this.ts_Add.Text = "新增资源组(&A)";
            this.ts_Add.Click += new System.EventHandler(this.ts_Add_Click);
            // 
            // 修改名字ToolStripMenuItem
            // 
            this.修改名字ToolStripMenuItem.Name = "修改名字ToolStripMenuItem";
            this.修改名字ToolStripMenuItem.ShortcutKeyDisplayString = "F2";
            this.修改名字ToolStripMenuItem.Size = new System.Drawing.Size(165, 22);
            this.修改名字ToolStripMenuItem.Text = "重命名(&M)";
            this.修改名字ToolStripMenuItem.Click += new System.EventHandler(this.修改名字ToolStripMenuItem_Click);
            // 
            // ts_Delete
            // 
            this.ts_Delete.Name = "ts_Delete";
            this.ts_Delete.Size = new System.Drawing.Size(165, 22);
            this.ts_Delete.Text = "删除资源组(&D)";
            this.ts_Delete.Click += new System.EventHandler(this.删除DToolStripMenuItem_Click);
            // 
            // imgFolder
            // 
            this.imgFolder.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgFolder.ImageStream")));
            this.imgFolder.TransparentColor = System.Drawing.Color.Transparent;
            this.imgFolder.Images.SetKeyName(0, "OpenFolder.bmp");
            this.imgFolder.Images.SetKeyName(1, "CloseFolder.bmp");
            // 
            // splitter1
            // 
            this.splitter1.Location = new System.Drawing.Point(200, 55);
            this.splitter1.Name = "splitter1";
            this.splitter1.Size = new System.Drawing.Size(3, 481);
            this.splitter1.TabIndex = 10;
            this.splitter1.TabStop = false;
            this.splitter1.SplitterMoved += new System.Windows.Forms.SplitterEventHandler(this.splitter1_SplitterMoved);
            // 
            // cmenu_Privilege
            // 
            this.cmenu_Privilege.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.全部选择ToolStripMenuItem,
            this.全部取消ToolStripMenuItem,
            this.反向选择ToolStripMenuItem});
            this.cmenu_Privilege.Name = "cMenuPrivilege";
            this.cmenu_Privilege.Size = new System.Drawing.Size(137, 70);
            // 
            // 全部选择ToolStripMenuItem
            // 
            this.全部选择ToolStripMenuItem.Name = "全部选择ToolStripMenuItem";
            this.全部选择ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
            this.全部选择ToolStripMenuItem.Text = "全部选择(&A)";
            this.全部选择ToolStripMenuItem.Click += new System.EventHandler(this.全部选择ToolStripMenuItem_Click);
            // 
            // 全部取消ToolStripMenuItem
            // 
            this.全部取消ToolStripMenuItem.Name = "全部取消ToolStripMenuItem";
            this.全部取消ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
            this.全部取消ToolStripMenuItem.Text = "全部取消(&C)";
            this.全部取消ToolStripMenuItem.Click += new System.EventHandler(this.全部取消ToolStripMenuItem_Click);
            // 
            // 反向选择ToolStripMenuItem
            // 
            this.反向选择ToolStripMenuItem.Name = "反向选择ToolStripMenuItem";
            this.反向选择ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
            this.反向选择ToolStripMenuItem.Text = "反向选择(&R)";
            this.反向选择ToolStripMenuItem.Click += new System.EventHandler(this.反向选择ToolStripMenuItem_Click);
            // 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -