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

📄 documentprotectorform.designer.cs

📁 文件保护 文件保护 文件保护
💻 CS
字号:
//***************************************************************************
//
//         Copyright (c) Microsoft Corporation. All rights reserved.
//
//    This code sample is provided "AS IS" without warranty of any kind.
//
//***************************************************************************
namespace DocumentProtector
{
    public partial class DocumentProtectorForm
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        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.components = new System.ComponentModel.Container();
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DocumentProtectorForm));
			this.documentItemsGroupBox = new System.Windows.Forms.GroupBox();
			this.documentItemsTree = new System.Windows.Forms.TreeView();
			this.resetButton = new System.Windows.Forms.Button();
			this.documentStatusBar = new System.Windows.Forms.StatusBar();
			this.documentStatusPanel = new System.Windows.Forms.StatusBarPanel();
			this.fileMenuItem = new System.Windows.Forms.MenuItem();
			this.openMenuItem = new System.Windows.Forms.MenuItem();
			this.saveMenuItem = new System.Windows.Forms.MenuItem();
			this.exitMenuItem = new System.Windows.Forms.MenuItem();
			this.protectionMenuItem = new System.Windows.Forms.MenuItem();
			this.protectMenuItem = new System.Windows.Forms.MenuItem();
			this.passwordMenuItem = new System.Windows.Forms.MenuItem();
			this.helpMenuItem = new System.Windows.Forms.MenuItem();
			this.aboutMenuItem = new System.Windows.Forms.MenuItem();
			this.openDialog = new System.Windows.Forms.OpenFileDialog();
			this.mainMenu = new System.Windows.Forms.MainMenu(this.components);
			this.protectorTooltip = new System.Windows.Forms.ToolTip(this.components);
			this.documentItemsGroupBox.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.documentStatusPanel)).BeginInit();
			this.SuspendLayout();
			// 
			// documentItemsGroupBox
			// 
			resources.ApplyResources(this.documentItemsGroupBox, "documentItemsGroupBox");
			this.documentItemsGroupBox.Controls.Add(this.documentItemsTree);
			this.documentItemsGroupBox.Name = "documentItemsGroupBox";
			this.documentItemsGroupBox.TabStop = false;
			// 
			// documentItemsTree
			// 
			this.documentItemsTree.CheckBoxes = true;
			resources.ApplyResources(this.documentItemsTree, "documentItemsTree");
			this.documentItemsTree.Name = "documentItemsTree";
			this.protectorTooltip.SetToolTip(this.documentItemsTree, resources.GetString("documentItemsTree.ToolTip"));
			// 
			// resetButton
			// 
			resources.ApplyResources(this.resetButton, "resetButton");
			this.resetButton.Name = "resetButton";
			this.resetButton.Click += new System.EventHandler(this.resetButton_Click);
			// 
			// documentStatusBar
			// 
			resources.ApplyResources(this.documentStatusBar, "documentStatusBar");
			this.documentStatusBar.Name = "documentStatusBar";
			this.documentStatusBar.Panels.AddRange(new System.Windows.Forms.StatusBarPanel[] {
            this.documentStatusPanel});
			this.documentStatusBar.ShowPanels = true;
			// 
			// documentStatusPanel
			// 
			resources.ApplyResources(this.documentStatusPanel, "documentStatusPanel");
			// 
			// fileMenuItem
			// 
			this.fileMenuItem.Index = 0;
			this.fileMenuItem.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
            this.openMenuItem,
            this.saveMenuItem,
            this.exitMenuItem});
			resources.ApplyResources(this.fileMenuItem, "fileMenuItem");
			// 
			// openMenuItem
			// 
			this.openMenuItem.Index = 0;
			resources.ApplyResources(this.openMenuItem, "openMenuItem");
			this.openMenuItem.Click += new System.EventHandler(this.openMenuItem_Click);
			// 
			// saveMenuItem
			// 
			resources.ApplyResources(this.saveMenuItem, "saveMenuItem");
			this.saveMenuItem.Index = 1;
			this.saveMenuItem.Click += new System.EventHandler(this.saveMenuItem_Click);
			// 
			// exitMenuItem
			// 
			this.exitMenuItem.Index = 2;
			resources.ApplyResources(this.exitMenuItem, "exitMenuItem");
			this.exitMenuItem.Click += new System.EventHandler(this.exitMenuItem_Click);
			// 
			// protectionMenuItem
			// 
			this.protectionMenuItem.Index = 1;
			this.protectionMenuItem.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
            this.protectMenuItem,
            this.passwordMenuItem});
			resources.ApplyResources(this.protectionMenuItem, "protectionMenuItem");
			// 
			// protectMenuItem
			// 
			resources.ApplyResources(this.protectMenuItem, "protectMenuItem");
			this.protectMenuItem.Index = 0;
			this.protectMenuItem.Click += new System.EventHandler(this.protectMenuItem_Click);
			// 
			// passwordMenuItem
			// 
			resources.ApplyResources(this.passwordMenuItem, "passwordMenuItem");
			this.passwordMenuItem.Index = 1;
			this.passwordMenuItem.Click += new System.EventHandler(this.passwordMenuItem_Click);
			// 
			// helpMenuItem
			// 
			this.helpMenuItem.Index = 2;
			this.helpMenuItem.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
            this.aboutMenuItem});
			resources.ApplyResources(this.helpMenuItem, "helpMenuItem");
			// 
			// aboutMenuItem
			// 
			this.aboutMenuItem.Index = 0;
			resources.ApplyResources(this.aboutMenuItem, "aboutMenuItem");
			this.aboutMenuItem.Click += new System.EventHandler(this.aboutMenuItem_Click);
			// 
			// openDialog
			// 
			resources.ApplyResources(this.openDialog, "openDialog");
			this.openDialog.FilterIndex = 3;
			// 
			// mainMenu
			// 
			this.mainMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
            this.fileMenuItem,
            this.protectionMenuItem,
            this.helpMenuItem});
			// 
			// DocumentProtectorForm
			// 
			resources.ApplyResources(this, "$this");
			this.Controls.Add(this.resetButton);
			this.Controls.Add(this.documentStatusBar);
			this.Controls.Add(this.documentItemsGroupBox);
			this.Menu = this.mainMenu;
			this.Name = "DocumentProtectorForm";
			this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.DocumentProtectorForm_FormClosing);
			this.Load += new System.EventHandler(this.DocumentProtectorForm_Load);
			this.documentItemsGroupBox.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.documentStatusPanel)).EndInit();
			this.ResumeLayout(false);

		}

        #endregion

        private System.Windows.Forms.GroupBox documentItemsGroupBox;
        private System.Windows.Forms.TreeView documentItemsTree;
        private System.Windows.Forms.Button resetButton;
        private System.Windows.Forms.StatusBar documentStatusBar;
        private System.Windows.Forms.StatusBarPanel documentStatusPanel;
        private System.Windows.Forms.MainMenu mainMenu;
        private System.Windows.Forms.MenuItem fileMenuItem;
        private System.Windows.Forms.MenuItem openMenuItem;
        private System.Windows.Forms.MenuItem saveMenuItem;
        private System.Windows.Forms.MenuItem exitMenuItem;
        private System.Windows.Forms.MenuItem protectionMenuItem;
        private System.Windows.Forms.MenuItem protectMenuItem;
        private System.Windows.Forms.MenuItem passwordMenuItem;
        private System.Windows.Forms.MenuItem helpMenuItem;
        private System.Windows.Forms.MenuItem aboutMenuItem;
        private System.Windows.Forms.OpenFileDialog openDialog;
        private System.Windows.Forms.ToolTip protectorTooltip;
    }
} 

⌨️ 快捷键说明

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