📄 frmmain.designer.cs
字号:
// toolStripMenuItem2
//
this.toolStripMenuItem2.Name = "toolStripMenuItem2";
this.toolStripMenuItem2.Size = new System.Drawing.Size(133, 6);
//
// MenuEditSelectAll
//
this.MenuEditSelectAll.Name = "MenuEditSelectAll";
this.MenuEditSelectAll.Size = new System.Drawing.Size(136, 22);
this.MenuEditSelectAll.Text = "全选(&S)";
this.MenuEditSelectAll.Click += new System.EventHandler(this.MenuEditSelectAll_Click);
//
// MenuEditCancel
//
this.MenuEditCancel.Name = "MenuEditCancel";
this.MenuEditCancel.Size = new System.Drawing.Size(136, 22);
this.MenuEditCancel.Text = "取消全选(&C)";
this.MenuEditCancel.Click += new System.EventHandler(this.MenuEditCancel_Click);
//
// MenuEditDelete
//
this.MenuEditDelete.Name = "MenuEditDelete";
this.MenuEditDelete.Size = new System.Drawing.Size(136, 22);
this.MenuEditDelete.Text = "删除(&D)";
this.MenuEditDelete.Click += new System.EventHandler(this.MenuEditDelete_Click);
//
// MenuHelp
//
this.MenuHelp.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.MenuAbout});
this.MenuHelp.Name = "MenuHelp";
this.MenuHelp.Size = new System.Drawing.Size(59, 20);
this.MenuHelp.Text = "帮助(&H)";
//
// MenuAbout
//
this.MenuAbout.Name = "MenuAbout";
this.MenuAbout.Size = new System.Drawing.Size(202, 22);
this.MenuAbout.Text = "关于自动备份系统(&A)...";
this.MenuAbout.Click += new System.EventHandler(this.MenuAbout_Click);
//
// saveFileDialog
//
this.saveFileDialog.Filter = "AutoBackup文件|*.abu|所有文件|*.*";
this.saveFileDialog.Title = "备份设置另存为";
//
// openFileDialog
//
this.openFileDialog.Filter = "AutoBackup文件|*.abu|所有文件|*.*";
this.openFileDialog.Title = "载入备份设置";
//
// notifyIcon
//
this.notifyIcon.ContextMenuStrip = this.contextMenu;
this.notifyIcon.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon.Icon")));
this.notifyIcon.Text = "自动备份系统";
this.notifyIcon.Visible = true;
this.notifyIcon.DoubleClick += new System.EventHandler(this.notifyIcon_DoubleClick);
//
// contextMenu
//
this.contextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.CMenuOpen,
this.开始压缩ZToolStripMenuItem,
this.CMenuStartBackup,
this.CMenuQuit});
this.contextMenu.Name = "contextMenu";
this.contextMenu.Size = new System.Drawing.Size(137, 92);
//
// CMenuOpen
//
this.CMenuOpen.Name = "CMenuOpen";
this.CMenuOpen.Size = new System.Drawing.Size(136, 22);
this.CMenuOpen.Text = "主界面(&M)";
this.CMenuOpen.Click += new System.EventHandler(this.CMenuOpen_Click);
//
// 开始压缩ZToolStripMenuItem
//
this.开始压缩ZToolStripMenuItem.Name = "开始压缩ZToolStripMenuItem";
this.开始压缩ZToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
this.开始压缩ZToolStripMenuItem.Text = "开始压缩(&Z)";
//
// CMenuStartBackup
//
this.CMenuStartBackup.Name = "CMenuStartBackup";
this.CMenuStartBackup.Size = new System.Drawing.Size(136, 22);
this.CMenuStartBackup.Text = "开始备份(&S)";
this.CMenuStartBackup.Click += new System.EventHandler(this.CMenuStartBackup_Click);
//
// CMenuQuit
//
this.CMenuQuit.Name = "CMenuQuit";
this.CMenuQuit.Size = new System.Drawing.Size(136, 22);
this.CMenuQuit.Text = "退出(&X)";
this.CMenuQuit.Click += new System.EventHandler(this.CMenuQuit_Click);
//
// entryListPanel
//
this.entryListPanel.BackColor = System.Drawing.SystemColors.InactiveBorder;
this.entryListPanel.Location = new System.Drawing.Point(8, 27);
this.entryListPanel.Name = "entryListPanel";
this.entryListPanel.Size = new System.Drawing.Size(415, 247);
this.entryListPanel.TabIndex = 0;
//
// skinEngine1
//
this.skinEngine1.SerialNumber = "";
this.skinEngine1.SkinFile = null;
//
// FrmMain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
this.ClientSize = new System.Drawing.Size(427, 279);
this.Controls.Add(this.entryListPanel);
this.Controls.Add(this.menu);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MainMenuStrip = this.menu;
this.MaximizeBox = false;
this.Name = "FrmMain";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "自动备份与压缩系统";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmMain_FormClosing);
this.menu.ResumeLayout(false);
this.menu.PerformLayout();
this.contextMenu.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private BackupSystem.Controls.EntryListPanel entryListPanel;
private System.Windows.Forms.MenuStrip menu;
private System.Windows.Forms.ToolStripMenuItem MenuFile;
private System.Windows.Forms.ToolStripMenuItem MenuFileLoad;
private System.Windows.Forms.ToolStripMenuItem MenuFileSave;
private System.Windows.Forms.ToolStripMenuItem MenuEdit;
private System.Windows.Forms.ToolStripMenuItem MenuEditAdd;
private System.Windows.Forms.ToolStripMenuItem MenuEditDelete;
private System.Windows.Forms.SaveFileDialog saveFileDialog;
private System.Windows.Forms.OpenFileDialog openFileDialog;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
private System.Windows.Forms.ToolStripMenuItem MenuEditSelectAll;
private System.Windows.Forms.ToolStripMenuItem MenuOperate;
private System.Windows.Forms.ToolStripMenuItem MenuOperateStart;
private System.Windows.Forms.ToolStripMenuItem MenuHelp;
private System.Windows.Forms.ToolStripMenuItem MenuAbout;
private System.Windows.Forms.ToolStripMenuItem MenuEditModify;
private System.Windows.Forms.ToolStripMenuItem MenuEditCancel;
private System.Windows.Forms.NotifyIcon notifyIcon;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem MenuFileQuit;
private System.Windows.Forms.ContextMenuStrip contextMenu;
private System.Windows.Forms.ToolStripMenuItem CMenuOpen;
private System.Windows.Forms.ToolStripMenuItem CMenuQuit;
private System.Windows.Forms.ToolStripMenuItem CMenuStartBackup;
private System.Windows.Forms.ToolStripMenuItem 压缩ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 开始压缩ZToolStripMenuItem;
private Sunisoft.IrisSkin.SkinEngine skinEngine1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -