📄 main.designer.cs
字号:
namespace Chapter20WinClient
{
partial class frmMain
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
this.menuStrip = new System.Windows.Forms.MenuStrip();
this.mnuFile = new System.Windows.Forms.ToolStripMenuItem();
this.mnuFileNew = new System.Windows.Forms.ToolStripMenuItem();
this.mnuFileNewViewer = new System.Windows.Forms.ToolStripMenuItem();
this.mnuFileNewDMX = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
this.mnuFileExit = new System.Windows.Forms.ToolStripMenuItem();
this.mnuWindows = new System.Windows.Forms.ToolStripMenuItem();
this.mnuWindowsCascade = new System.Windows.Forms.ToolStripMenuItem();
this.mnuWindowsTileV = new System.Windows.Forms.ToolStripMenuItem();
this.mnuWindowsTileH = new System.Windows.Forms.ToolStripMenuItem();
this.mnuWindowsClose = new System.Windows.Forms.ToolStripMenuItem();
this.menuStrip.SuspendLayout();
this.SuspendLayout();
//
// menuStrip
//
this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.mnuFile,
this.mnuWindows});
this.menuStrip.Location = new System.Drawing.Point(0, 0);
this.menuStrip.MdiWindowListItem = this.mnuWindows;
this.menuStrip.Name = "menuStrip";
this.menuStrip.Size = new System.Drawing.Size(632, 24);
this.menuStrip.TabIndex = 0;
this.menuStrip.Text = "MenuStrip";
//
// mnuFile
//
this.mnuFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.mnuFileNew,
this.toolStripSeparator5,
this.mnuFileExit});
this.mnuFile.ImageTransparentColor = System.Drawing.SystemColors.ActiveBorder;
this.mnuFile.Name = "mnuFile";
this.mnuFile.Size = new System.Drawing.Size(35, 20);
this.mnuFile.Text = "&File";
//
// mnuFileNew
//
this.mnuFileNew.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.mnuFileNewViewer,
this.mnuFileNewDMX});
this.mnuFileNew.Image = ((System.Drawing.Image)(resources.GetObject("mnuFileNew.Image")));
this.mnuFileNew.ImageTransparentColor = System.Drawing.Color.Black;
this.mnuFileNew.Name = "mnuFileNew";
this.mnuFileNew.Size = new System.Drawing.Size(106, 22);
this.mnuFileNew.Text = "&New";
//
// mnuFileNewViewer
//
this.mnuFileNewViewer.Name = "mnuFileNewViewer";
this.mnuFileNewViewer.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.V)));
this.mnuFileNewViewer.Size = new System.Drawing.Size(182, 22);
this.mnuFileNewViewer.Text = "Model &Viewer";
this.mnuFileNewViewer.Click += new System.EventHandler(this.mnuFileNewViewer_Click);
//
// mnuFileNewDMX
//
this.mnuFileNewDMX.Name = "mnuFileNewDMX";
this.mnuFileNewDMX.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D)));
this.mnuFileNewDMX.Size = new System.Drawing.Size(182, 22);
this.mnuFileNewDMX.Text = "&DMX Viewer";
this.mnuFileNewDMX.Click += new System.EventHandler(this.mnuFileNewDMX_Click);
//
// toolStripSeparator5
//
this.toolStripSeparator5.Name = "toolStripSeparator5";
this.toolStripSeparator5.Size = new System.Drawing.Size(103, 6);
//
// mnuFileExit
//
this.mnuFileExit.Name = "mnuFileExit";
this.mnuFileExit.Size = new System.Drawing.Size(106, 22);
this.mnuFileExit.Text = "E&xit";
this.mnuFileExit.Click += new System.EventHandler(this.mnuFileExit_Click);
//
// mnuWindows
//
this.mnuWindows.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.mnuWindowsCascade,
this.mnuWindowsTileV,
this.mnuWindowsTileH,
this.mnuWindowsClose});
this.mnuWindows.Name = "mnuWindows";
this.mnuWindows.Size = new System.Drawing.Size(62, 20);
this.mnuWindows.Text = "&Windows";
//
// mnuWindowsCascade
//
this.mnuWindowsCascade.Name = "mnuWindowsCascade";
this.mnuWindowsCascade.Size = new System.Drawing.Size(152, 22);
this.mnuWindowsCascade.Text = "&Cascade";
this.mnuWindowsCascade.Click += new System.EventHandler(this.mnuWindowsCascade_Click);
//
// mnuWindowsTileV
//
this.mnuWindowsTileV.Name = "mnuWindowsTileV";
this.mnuWindowsTileV.Size = new System.Drawing.Size(152, 22);
this.mnuWindowsTileV.Text = "Tile &Vertical";
this.mnuWindowsTileV.Click += new System.EventHandler(this.mnuWindowsTileV_Click);
//
// mnuWindowsTileH
//
this.mnuWindowsTileH.Name = "mnuWindowsTileH";
this.mnuWindowsTileH.Size = new System.Drawing.Size(152, 22);
this.mnuWindowsTileH.Text = "Tile &Horizontal";
this.mnuWindowsTileH.Click += new System.EventHandler(this.mnuWindowsTileH_Click);
//
// mnuWindowsClose
//
this.mnuWindowsClose.Name = "mnuWindowsClose";
this.mnuWindowsClose.Size = new System.Drawing.Size(152, 22);
this.mnuWindowsClose.Text = "C&lose All";
this.mnuWindowsClose.Click += new System.EventHandler(this.mnuWindowsClose_Click);
//
// frmMain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(632, 453);
this.Controls.Add(this.menuStrip);
this.IsMdiContainer = true;
this.MainMenuStrip = this.menuStrip;
this.Name = "frmMain";
this.Text = "Data Mining WinForms Client";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.menuStrip.ResumeLayout(false);
this.menuStrip.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.MenuStrip menuStrip;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
private System.Windows.Forms.ToolStripMenuItem mnuWindowsTileH;
private System.Windows.Forms.ToolStripMenuItem mnuFile;
private System.Windows.Forms.ToolStripMenuItem mnuFileNew;
private System.Windows.Forms.ToolStripMenuItem mnuFileExit;
private System.Windows.Forms.ToolStripMenuItem mnuWindows;
private System.Windows.Forms.ToolStripMenuItem mnuWindowsCascade;
private System.Windows.Forms.ToolStripMenuItem mnuWindowsTileV;
private System.Windows.Forms.ToolStripMenuItem mnuWindowsClose;
private System.Windows.Forms.ToolStripMenuItem mnuFileNewViewer;
private System.Windows.Forms.ToolStripMenuItem mnuFileNewDMX;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -