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

📄 frmmain.designer.cs

📁 这是一款系统系统备份的软件
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace BackupSystem.UILayer
{
    partial class FrmMain
    {
        /// <summary>
        /// 必需的设计器变量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// 清理所有正在使用的资源。
        /// </summary>
        /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows 窗体设计器生成的代码

        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMain));
            this.menu = new System.Windows.Forms.MenuStrip();
            this.MenuFile = new System.Windows.Forms.ToolStripMenuItem();
            this.MenuFileLoad = new System.Windows.Forms.ToolStripMenuItem();
            this.MenuFileSave = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
            this.MenuFileQuit = new System.Windows.Forms.ToolStripMenuItem();
            this.MenuOperate = new System.Windows.Forms.ToolStripMenuItem();
            this.MenuOperateStart = new System.Windows.Forms.ToolStripMenuItem();
            this.压缩ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.MenuEdit = new System.Windows.Forms.ToolStripMenuItem();
            this.MenuEditAdd = new System.Windows.Forms.ToolStripMenuItem();
            this.MenuEditModify = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
            this.MenuEditSelectAll = new System.Windows.Forms.ToolStripMenuItem();
            this.MenuEditCancel = new System.Windows.Forms.ToolStripMenuItem();
            this.MenuEditDelete = new System.Windows.Forms.ToolStripMenuItem();
            this.MenuHelp = new System.Windows.Forms.ToolStripMenuItem();
            this.MenuAbout = new System.Windows.Forms.ToolStripMenuItem();
            this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
            this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
            this.notifyIcon = new System.Windows.Forms.NotifyIcon(this.components);
            this.contextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.CMenuOpen = new System.Windows.Forms.ToolStripMenuItem();
            this.开始压缩ZToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.CMenuStartBackup = new System.Windows.Forms.ToolStripMenuItem();
            this.CMenuQuit = new System.Windows.Forms.ToolStripMenuItem();
            this.entryListPanel = new BackupSystem.Controls.EntryListPanel();
            this.skinEngine1 = new Sunisoft.IrisSkin.SkinEngine(((System.ComponentModel.Component)(this)));
            this.menu.SuspendLayout();
            this.contextMenu.SuspendLayout();
            this.SuspendLayout();
            // 
            // menu
            // 
            this.menu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.MenuFile,
            this.MenuOperate,
            this.MenuEdit,
            this.MenuHelp});
            this.menu.Location = new System.Drawing.Point(0, 0);
            this.menu.Name = "menu";
            this.menu.Size = new System.Drawing.Size(427, 24);
            this.menu.TabIndex = 1;
            this.menu.Text = "menuStrip1";
            // 
            // MenuFile
            // 
            this.MenuFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.MenuFileLoad,
            this.MenuFileSave,
            this.toolStripMenuItem1,
            this.MenuFileQuit});
            this.MenuFile.Name = "MenuFile";
            this.MenuFile.Size = new System.Drawing.Size(59, 20);
            this.MenuFile.Text = "文件(&F)";
            // 
            // MenuFileLoad
            // 
            this.MenuFileLoad.Name = "MenuFileLoad";
            this.MenuFileLoad.Size = new System.Drawing.Size(178, 22);
            this.MenuFileLoad.Text = "载入备份设置(&L)...";
            this.MenuFileLoad.Click += new System.EventHandler(this.MenuFileLoad_Click);
            // 
            // MenuFileSave
            // 
            this.MenuFileSave.Name = "MenuFileSave";
            this.MenuFileSave.Size = new System.Drawing.Size(178, 22);
            this.MenuFileSave.Text = "保存备份设置(&S)...";
            this.MenuFileSave.Click += new System.EventHandler(this.MenuFileSave_Click);
            // 
            // toolStripMenuItem1
            // 
            this.toolStripMenuItem1.Name = "toolStripMenuItem1";
            this.toolStripMenuItem1.Size = new System.Drawing.Size(175, 6);
            // 
            // MenuFileQuit
            // 
            this.MenuFileQuit.Name = "MenuFileQuit";
            this.MenuFileQuit.Size = new System.Drawing.Size(178, 22);
            this.MenuFileQuit.Text = "退出系统(&X)";
            this.MenuFileQuit.Click += new System.EventHandler(this.MenuFileQuit_Click);
            // 
            // MenuOperate
            // 
            this.MenuOperate.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.MenuOperateStart,
            this.压缩ToolStripMenuItem});
            this.MenuOperate.Name = "MenuOperate";
            this.MenuOperate.Size = new System.Drawing.Size(59, 20);
            this.MenuOperate.Text = "执行(&O)";
            // 
            // MenuOperateStart
            // 
            this.MenuOperateStart.Name = "MenuOperateStart";
            this.MenuOperateStart.Size = new System.Drawing.Size(136, 22);
            this.MenuOperateStart.Text = "开始备份(&S)";
            this.MenuOperateStart.Click += new System.EventHandler(this.MenuOperateStart_Click);
            // 
            // 压缩ToolStripMenuItem
            // 
            this.压缩ToolStripMenuItem.Name = "压缩ToolStripMenuItem";
            this.压缩ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
            this.压缩ToolStripMenuItem.Text = "压缩(&Z)";
            this.压缩ToolStripMenuItem.Click += new System.EventHandler(this.压缩ToolStripMenuItem_Click);
            // 
            // MenuEdit
            // 
            this.MenuEdit.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.MenuEditAdd,
            this.MenuEditModify,
            this.toolStripMenuItem2,
            this.MenuEditSelectAll,
            this.MenuEditCancel,
            this.MenuEditDelete});
            this.MenuEdit.Name = "MenuEdit";
            this.MenuEdit.Size = new System.Drawing.Size(59, 20);
            this.MenuEdit.Text = "编辑(&E)";
            // 
            // MenuEditAdd
            // 
            this.MenuEditAdd.Name = "MenuEditAdd";
            this.MenuEditAdd.Size = new System.Drawing.Size(136, 22);
            this.MenuEditAdd.Text = "添加(&A)...";
            this.MenuEditAdd.Click += new System.EventHandler(this.MenuEditAdd_Click);
            // 
            // MenuEditModify
            // 
            this.MenuEditModify.Name = "MenuEditModify";
            this.MenuEditModify.Size = new System.Drawing.Size(136, 22);
            this.MenuEditModify.Text = "修改(&M)...";
            this.MenuEditModify.Click += new System.EventHandler(this.MenuEditModify_Click);
            // 

⌨️ 快捷键说明

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