📄 ch9_demoform001.designer.cs
字号:
namespace CH9
{
partial class CH9_DemoForm001
{
/// <summary>
/// 設計工具所需的變數。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清除任何使用中的資源。
/// </summary>
/// <param name="disposing">如果應該公開 Managed 資源則為 true,否則為 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form 設計工具產生的程式碼
/// <summary>
/// 此為設計工具支援所需的方法 - 請勿使用程式碼編輯器修改這個方法的內容。
///
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.tsmiUpdateProgressBar = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiOptions = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiChangeOpacity = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiTwentyfivePercent = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiFiftyPercent = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiSeventyfivePercent = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiOnehundredPercent = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiOption2 = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiMoreOptions3 = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiOpen = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiOption3 = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiBlue = new System.Windows.Forms.ToolStripMenuItem();
this.ContextMenuStripForForm = new System.Windows.Forms.ContextMenuStrip(this.components);
this.tsmiRed = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiGreen = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiMoreOptions2 = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiView = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiStatusStrip = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiExit = new System.Windows.Forms.ToolStripMenuItem();
this.MenuStrip1 = new System.Windows.Forms.MenuStrip();
this.ContextMenuStripForMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
this.tsmiDockTop = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDockBottom = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDockLeft = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDockRight = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiFile = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiNew = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiOption1 = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiMoreOptions = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiMoreOptions1 = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiCheckedList = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiAddOption = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiRemoveOption = new System.Windows.Forms.ToolStripMenuItem();
this.tsbSeparator = new System.Windows.Forms.ToolStripSeparator();
this.MainStatusStrip = new System.Windows.Forms.StatusStrip();
this.tsbSelectedItem = new System.Windows.Forms.ToolStripButton();
this.ToolStripProgressBar1 = new System.Windows.Forms.ToolStripProgressBar();
this.tsbDateTime = new System.Windows.Forms.ToolStripStatusLabel();
this.ContextMenuStripForForm.SuspendLayout();
this.MenuStrip1.SuspendLayout();
this.ContextMenuStripForMenuStrip.SuspendLayout();
this.MainStatusStrip.SuspendLayout();
this.SuspendLayout();
//
// tsmiUpdateProgressBar
//
this.tsmiUpdateProgressBar.Name = "tsmiUpdateProgressBar";
this.tsmiUpdateProgressBar.Size = new System.Drawing.Size(184, 22);
this.tsmiUpdateProgressBar.Text = "更新进度栏控件项(&T)";
this.tsmiUpdateProgressBar.ToolTipText = "更新進度列控制項";
this.tsmiUpdateProgressBar.MouseLeave += new System.EventHandler(this.MenuItem_MouseLeave);
this.tsmiUpdateProgressBar.MouseEnter += new System.EventHandler(this.MenuItem_MouseEnter);
this.tsmiUpdateProgressBar.Click += new System.EventHandler(this.tsmiUpdateProgressBar_Click);
//
// tsmiOptions
//
this.tsmiOptions.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiUpdateProgressBar,
this.tsmiChangeOpacity});
this.tsmiOptions.Name = "tsmiOptions";
this.tsmiOptions.Size = new System.Drawing.Size(59, 20);
this.tsmiOptions.Text = "选项(&P)";
this.tsmiOptions.ToolTipText = "選項";
this.tsmiOptions.MouseLeave += new System.EventHandler(this.MenuItem_MouseLeave);
this.tsmiOptions.MouseEnter += new System.EventHandler(this.MenuItem_MouseEnter);
//
// tsmiChangeOpacity
//
this.tsmiChangeOpacity.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiTwentyfivePercent,
this.tsmiFiftyPercent,
this.tsmiSeventyfivePercent,
this.tsmiOnehundredPercent});
this.tsmiChangeOpacity.Name = "tsmiChangeOpacity";
this.tsmiChangeOpacity.Size = new System.Drawing.Size(184, 22);
this.tsmiChangeOpacity.Text = "窗体透明度(&C)";
this.tsmiChangeOpacity.ToolTipText = "表單透明度";
this.tsmiChangeOpacity.MouseLeave += new System.EventHandler(this.MenuItem_MouseLeave);
this.tsmiChangeOpacity.MouseEnter += new System.EventHandler(this.MenuItem_MouseEnter);
//
// tsmiTwentyfivePercent
//
this.tsmiTwentyfivePercent.Name = "tsmiTwentyfivePercent";
this.tsmiTwentyfivePercent.Size = new System.Drawing.Size(94, 22);
this.tsmiTwentyfivePercent.Tag = ".25";
this.tsmiTwentyfivePercent.Text = "&25%";
this.tsmiTwentyfivePercent.ToolTipText = "25%";
this.tsmiTwentyfivePercent.MouseLeave += new System.EventHandler(this.MenuItem_MouseLeave);
this.tsmiTwentyfivePercent.MouseEnter += new System.EventHandler(this.MenuItem_MouseEnter);
this.tsmiTwentyfivePercent.Click += new System.EventHandler(this.changeOpacityToolStripMenuItem_Click);
//
// tsmiFiftyPercent
//
this.tsmiFiftyPercent.Name = "tsmiFiftyPercent";
this.tsmiFiftyPercent.Size = new System.Drawing.Size(94, 22);
this.tsmiFiftyPercent.Tag = ".50";
this.tsmiFiftyPercent.Text = "&50%";
this.tsmiFiftyPercent.ToolTipText = "50%";
this.tsmiFiftyPercent.MouseLeave += new System.EventHandler(this.MenuItem_MouseLeave);
this.tsmiFiftyPercent.MouseEnter += new System.EventHandler(this.MenuItem_MouseEnter);
this.tsmiFiftyPercent.Click += new System.EventHandler(this.changeOpacityToolStripMenuItem_Click);
//
// tsmiSeventyfivePercent
//
this.tsmiSeventyfivePercent.Name = "tsmiSeventyfivePercent";
this.tsmiSeventyfivePercent.Size = new System.Drawing.Size(94, 22);
this.tsmiSeventyfivePercent.Tag = ".75";
this.tsmiSeventyfivePercent.Text = "&75%";
this.tsmiSeventyfivePercent.ToolTipText = "75%";
this.tsmiSeventyfivePercent.MouseLeave += new System.EventHandler(this.MenuItem_MouseLeave);
this.tsmiSeventyfivePercent.MouseEnter += new System.EventHandler(this.MenuItem_MouseEnter);
this.tsmiSeventyfivePercent.Click += new System.EventHandler(this.changeOpacityToolStripMenuItem_Click);
//
// tsmiOnehundredPercent
//
this.tsmiOnehundredPercent.Name = "tsmiOnehundredPercent";
this.tsmiOnehundredPercent.Size = new System.Drawing.Size(94, 22);
this.tsmiOnehundredPercent.Tag = "1";
this.tsmiOnehundredPercent.Text = "&100%";
this.tsmiOnehundredPercent.ToolTipText = "100%";
this.tsmiOnehundredPercent.MouseLeave += new System.EventHandler(this.MenuItem_MouseLeave);
this.tsmiOnehundredPercent.MouseEnter += new System.EventHandler(this.MenuItem_MouseEnter);
this.tsmiOnehundredPercent.Click += new System.EventHandler(this.changeOpacityToolStripMenuItem_Click);
//
// ToolStripSeparator1
//
this.ToolStripSeparator1.Name = "ToolStripSeparator1";
this.ToolStripSeparator1.Size = new System.Drawing.Size(150, 6);
//
// tsmiOption2
//
this.tsmiOption2.Name = "tsmiOption2";
this.tsmiOption2.Size = new System.Drawing.Size(130, 22);
this.tsmiOption2.Text = "第二個選項";
this.tsmiOption2.ToolTipText = "第二個選項";
this.tsmiOption2.MouseLeave += new System.EventHandler(this.MenuItem_MouseLeave);
this.tsmiOption2.MouseEnter += new System.EventHandler(this.MenuItem_MouseEnter);
//
// tsmiMoreOptions3
//
this.tsmiMoreOptions3.Name = "tsmiMoreOptions3";
this.tsmiMoreOptions3.Size = new System.Drawing.Size(118, 22);
this.tsmiMoreOptions3.Text = "...";
this.tsmiMoreOptions3.MouseLeave += new System.EventHandler(this.MenuItem_MouseLeave);
this.tsmiMoreOptions3.MouseEnter += new System.EventHandler(this.MenuItem_MouseEnter);
//
// tsmiOpen
//
this.tsmiOpen.Enabled = false;
this.tsmiOpen.Image = global::CH9.Properties.Resources.openHS;
this.tsmiOpen.Name = "tsmiOpen";
this.tsmiOpen.Size = new System.Drawing.Size(153, 22);
this.tsmiOpen.Text = "打开(&O)";
this.tsmiOpen.ToolTipText = "開啟";
this.tsmiOpen.MouseLeave += new System.EventHandler(this.MenuItem_MouseLeave);
this.tsmiOpen.MouseEnter += new System.EventHandler(this.MenuItem_MouseEnter);
//
// tsmiOption3
//
this.tsmiOption3.Name = "tsmiOption3";
this.tsmiOption3.Size = new System.Drawing.Size(130, 22);
this.tsmiOption3.Text = "第三個選項";
this.tsmiOption3.ToolTipText = "第三個選項";
this.tsmiOption3.MouseLeave += new System.EventHandler(this.MenuItem_MouseLeave);
this.tsmiOption3.MouseEnter += new System.EventHandler(this.MenuItem_MouseEnter);
//
// tsmiBlue
//
this.tsmiBlue.Name = "tsmiBlue";
this.tsmiBlue.Size = new System.Drawing.Size(152, 22);
this.tsmiBlue.Text = "蓝色";
this.tsmiBlue.Click += new System.EventHandler(this.DropDownColorItem_Click);
//
// ContextMenuStripForForm
//
this.ContextMenuStripForForm.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiBlue,
this.tsmiRed,
this.tsmiGreen});
this.ContextMenuStripForForm.Name = "ContextMenuStripForForm";
this.ContextMenuStripForForm.Size = new System.Drawing.Size(95, 70);
//
// tsmiRed
//
this.tsmiRed.Name = "tsmiRed";
this.tsmiRed.Size = new System.Drawing.Size(152, 22);
this.tsmiRed.Text = "红色";
this.tsmiRed.Click += new System.EventHandler(this.DropDownColorItem_Click);
//
// tsmiGreen
//
this.tsmiGreen.Name = "tsmiGreen";
this.tsmiGreen.Size = new System.Drawing.Size(152, 22);
this.tsmiGreen.Text = "绿色";
this.tsmiGreen.Click += new System.EventHandler(this.DropDownColorItem_Click);
//
// tsmiMoreOptions2
//
this.tsmiMoreOptions2.Name = "tsmiMoreOptions2";
this.tsmiMoreOptions2.Size = new System.Drawing.Size(118, 22);
this.tsmiMoreOptions2.Text = "..";
this.tsmiMoreOptions2.MouseLeave += new System.EventHandler(this.MenuItem_MouseLeave);
this.tsmiMoreOptions2.MouseEnter += new System.EventHandler(this.MenuItem_MouseEnter);
//
// tsmiView
//
this.tsmiView.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiStatusStrip});
this.tsmiView.Image = global::CH9.Properties.Resources.reportdn;
this.tsmiView.Name = "tsmiView";
this.tsmiView.Size = new System.Drawing.Size(75, 20);
this.tsmiView.Text = "查看(&V)";
this.tsmiView.ToolTipText = "檢視";
this.tsmiView.MouseLeave += new System.EventHandler(this.MenuItem_MouseLeave);
this.tsmiView.MouseEnter += new System.EventHandler(this.MenuItem_MouseEnter);
//
// tsmiStatusStrip
//
this.tsmiStatusStrip.Checked = true;
this.tsmiStatusStrip.CheckOnClick = true;
this.tsmiStatusStrip.CheckState = System.Windows.Forms.CheckState.Checked;
this.tsmiStatusStrip.Name = "tsmiStatusStrip";
this.tsmiStatusStrip.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
this.tsmiStatusStrip.Size = new System.Drawing.Size(147, 22);
this.tsmiStatusStrip.Text = "状态栏";
this.tsmiStatusStrip.ToolTipText = "狀態列";
this.tsmiStatusStrip.MouseLeave += new System.EventHandler(this.MenuItem_MouseLeave);
this.tsmiStatusStrip.MouseEnter += new System.EventHandler(this.MenuItem_MouseEnter);
this.tsmiStatusStrip.Click += new System.EventHandler(this.tsmiStatusStrip_Click);
//
// tsmiExit
//
this.tsmiExit.Image = global::CH9.Properties.Resources.crit_16;
this.tsmiExit.Name = "tsmiExit";
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -