📄 frmmain.designer.cs
字号:
namespace Chapter08
{
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()
{
this.components = new System.ComponentModel.Container();
this.mnuMain = new System.Windows.Forms.MenuStrip();
this.mnuFile = new System.Windows.Forms.ToolStripMenuItem();
this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.mnuViewCodeDemos = new System.Windows.Forms.ToolStripMenuItem();
this.mnuViewDataGridView = new System.Windows.Forms.ToolStripMenuItem();
this.mnuViewDetails = new System.Windows.Forms.ToolStripMenuItem();
this.mnuViewDBView = new System.Windows.Forms.ToolStripMenuItem();
this.mnuViewSproc = new System.Windows.Forms.ToolStripMenuItem();
this.mnuViewCLR = new System.Windows.Forms.ToolStripMenuItem();
this.mnuVieweMasterDetail = new System.Windows.Forms.ToolStripMenuItem();
this.mnuWindows = new System.Windows.Forms.ToolStripMenuItem();
this.cascadeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.tileVerticalToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.tileHorizontalToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.closeAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.arrangeIconsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ToolTip = new System.Windows.Forms.ToolTip(this.components);
this.mnuMain.SuspendLayout();
this.SuspendLayout();
//
// mnuMain
//
this.mnuMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.mnuFile,
this.toolStripMenuItem1,
this.mnuWindows});
this.mnuMain.Location = new System.Drawing.Point(0, 0);
this.mnuMain.MdiWindowListItem = this.mnuWindows;
this.mnuMain.Name = "mnuMain";
this.mnuMain.Size = new System.Drawing.Size(632, 24);
this.mnuMain.TabIndex = 0;
this.mnuMain.Text = "MenuStrip";
//
// mnuFile
//
this.mnuFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.exitToolStripMenuItem});
this.mnuFile.ImageTransparentColor = System.Drawing.SystemColors.ActiveBorder;
this.mnuFile.Name = "mnuFile";
this.mnuFile.Size = new System.Drawing.Size(35, 20);
this.mnuFile.Text = "&File";
//
// exitToolStripMenuItem
//
this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
this.exitToolStripMenuItem.Size = new System.Drawing.Size(103, 22);
this.exitToolStripMenuItem.Text = "E&xit";
//
// toolStripMenuItem1
//
this.toolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.mnuViewCodeDemos,
this.mnuViewDataGridView,
this.mnuViewDetails,
this.mnuViewDBView,
this.mnuViewSproc,
this.mnuViewCLR,
this.mnuVieweMasterDetail});
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
this.toolStripMenuItem1.Size = new System.Drawing.Size(41, 20);
this.toolStripMenuItem1.Text = "&View";
//
// mnuViewCodeDemos
//
this.mnuViewCodeDemos.Name = "mnuViewCodeDemos";
this.mnuViewCodeDemos.Size = new System.Drawing.Size(152, 22);
this.mnuViewCodeDemos.Text = "&Code Demos";
this.mnuViewCodeDemos.Click += new System.EventHandler(this.mnuViewCodeDemos_Click);
//
// mnuViewDataGridView
//
this.mnuViewDataGridView.Name = "mnuViewDataGridView";
this.mnuViewDataGridView.Size = new System.Drawing.Size(152, 22);
this.mnuViewDataGridView.Text = "Data&GridView";
this.mnuViewDataGridView.Click += new System.EventHandler(this.mnuViewGridView_Click);
//
// mnuViewDetails
//
this.mnuViewDetails.Name = "mnuViewDetails";
this.mnuViewDetails.Size = new System.Drawing.Size(152, 22);
this.mnuViewDetails.Text = "&Details";
this.mnuViewDetails.Click += new System.EventHandler(this.mnuViewDetailsView_Click);
//
// mnuViewDBView
//
this.mnuViewDBView.Name = "mnuViewDBView";
this.mnuViewDBView.Size = new System.Drawing.Size(152, 22);
this.mnuViewDBView.Text = "&View";
this.mnuViewDBView.Click += new System.EventHandler(this.mnuViewDBView_Click);
//
// mnuViewSproc
//
this.mnuViewSproc.Name = "mnuViewSproc";
this.mnuViewSproc.Size = new System.Drawing.Size(152, 22);
this.mnuViewSproc.Text = "&Stored Proc";
this.mnuViewSproc.Click += new System.EventHandler(this.mnuViewSproc_Click);
//
// mnuViewCLR
//
this.mnuViewCLR.Name = "mnuViewCLR";
this.mnuViewCLR.Size = new System.Drawing.Size(152, 22);
this.mnuViewCLR.Text = "C&LR";
this.mnuViewCLR.Click += new System.EventHandler(this.mnuViewCLR_Click);
//
// mnuVieweMasterDetail
//
this.mnuVieweMasterDetail.Name = "mnuVieweMasterDetail";
this.mnuVieweMasterDetail.Size = new System.Drawing.Size(152, 22);
this.mnuVieweMasterDetail.Text = "&Master-Detail";
this.mnuVieweMasterDetail.Click += new System.EventHandler(this.mnuViewMasterDetail_Click);
//
// mnuWindows
//
this.mnuWindows.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.cascadeToolStripMenuItem,
this.tileVerticalToolStripMenuItem,
this.tileHorizontalToolStripMenuItem,
this.closeAllToolStripMenuItem,
this.arrangeIconsToolStripMenuItem});
this.mnuWindows.Name = "mnuWindows";
this.mnuWindows.Size = new System.Drawing.Size(62, 20);
this.mnuWindows.Text = "&Windows";
//
// cascadeToolStripMenuItem
//
this.cascadeToolStripMenuItem.Name = "cascadeToolStripMenuItem";
this.cascadeToolStripMenuItem.Size = new System.Drawing.Size(153, 22);
this.cascadeToolStripMenuItem.Text = "&Cascade";
this.cascadeToolStripMenuItem.Click += new System.EventHandler(this.CascadeToolStripMenuItem_Click);
//
// tileVerticalToolStripMenuItem
//
this.tileVerticalToolStripMenuItem.Name = "tileVerticalToolStripMenuItem";
this.tileVerticalToolStripMenuItem.Size = new System.Drawing.Size(153, 22);
this.tileVerticalToolStripMenuItem.Text = "Tile &Vertical";
this.tileVerticalToolStripMenuItem.Click += new System.EventHandler(this.TileVerticleToolStripMenuItem_Click);
//
// tileHorizontalToolStripMenuItem
//
this.tileHorizontalToolStripMenuItem.Name = "tileHorizontalToolStripMenuItem";
this.tileHorizontalToolStripMenuItem.Size = new System.Drawing.Size(153, 22);
this.tileHorizontalToolStripMenuItem.Text = "Tile &Horizontal";
this.tileHorizontalToolStripMenuItem.Click += new System.EventHandler(this.TileHorizontalToolStripMenuItem_Click);
//
// closeAllToolStripMenuItem
//
this.closeAllToolStripMenuItem.Name = "closeAllToolStripMenuItem";
this.closeAllToolStripMenuItem.Size = new System.Drawing.Size(153, 22);
this.closeAllToolStripMenuItem.Text = "C&lose All";
this.closeAllToolStripMenuItem.Click += new System.EventHandler(this.CloseAllToolStripMenuItem_Click);
//
// arrangeIconsToolStripMenuItem
//
this.arrangeIconsToolStripMenuItem.Name = "arrangeIconsToolStripMenuItem";
this.arrangeIconsToolStripMenuItem.Size = new System.Drawing.Size(153, 22);
this.arrangeIconsToolStripMenuItem.Text = "&Arrange Icons";
this.arrangeIconsToolStripMenuItem.Click += new System.EventHandler(this.ArrangeIconsToolStripMenuItem_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.mnuMain);
this.IsMdiContainer = true;
this.MainMenuStrip = this.mnuMain;
this.Name = "frmMain";
this.Text = "Chapter 8";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.mnuMain.ResumeLayout(false);
this.mnuMain.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.MenuStrip mnuMain;
private System.Windows.Forms.ToolStripMenuItem tileHorizontalToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem mnuFile;
private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem mnuWindows;
private System.Windows.Forms.ToolStripMenuItem cascadeToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem tileVerticalToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem closeAllToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem arrangeIconsToolStripMenuItem;
private System.Windows.Forms.ToolTip ToolTip;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem mnuViewCodeDemos;
private System.Windows.Forms.ToolStripMenuItem mnuViewDataGridView;
private System.Windows.Forms.ToolStripMenuItem mnuViewDetails;
private System.Windows.Forms.ToolStripMenuItem mnuViewDBView;
private System.Windows.Forms.ToolStripMenuItem mnuViewSproc;
private System.Windows.Forms.ToolStripMenuItem mnuViewCLR;
private System.Windows.Forms.ToolStripMenuItem mnuVieweMasterDetail;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -