?? frmmain.designer.cs
字號:
?namespace World_Earth
{
partial class FrmMain
{
/// <summary>
/// 必需的設(shè)計(jì)器變量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的資源。
/// </summary>
/// <param name="disposing">如果應(yīng)釋放托管資源,為 true;否則為 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗體設(shè)計(jì)器生成的代碼
/// <summary>
/// 設(shè)計(jì)器支持所需的方法 - 不要
/// 使用代碼編輯器修改此方法的內(nèi)容。
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMain));
this.MenuMain = new System.Windows.Forms.MenuStrip();
this.文件ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.打開X模型MenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.showtestToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.測試MenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.OpenFileDia = new System.Windows.Forms.OpenFileDialog();
this.MenuMain.SuspendLayout();
this.SuspendLayout();
//
// MenuMain
//
this.MenuMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.文件ToolStripMenuItem});
this.MenuMain.Location = new System.Drawing.Point(0, 0);
this.MenuMain.Name = "MenuMain";
this.MenuMain.Size = new System.Drawing.Size(449, 24);
this.MenuMain.TabIndex = 0;
this.MenuMain.Text = "menuStrip1";
//
// 文件ToolStripMenuItem
//
this.文件ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.打開X模型MenuItem,
this.showtestToolStripMenuItem,
this.測試MenuItem});
this.文件ToolStripMenuItem.Name = "文件ToolStripMenuItem";
this.文件ToolStripMenuItem.Size = new System.Drawing.Size(41, 20);
this.文件ToolStripMenuItem.Text = "文件";
//
// 打開X模型MenuItem
//
this.打開X模型MenuItem.Name = "打開X模型MenuItem";
this.打開X模型MenuItem.Size = new System.Drawing.Size(124, 22);
this.打開X模型MenuItem.Text = "打開X模型";
this.打開X模型MenuItem.Click += new System.EventHandler(this.打開X模型MenuItem_Click);
//
// showtestToolStripMenuItem
//
this.showtestToolStripMenuItem.Name = "showtestToolStripMenuItem";
this.showtestToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
this.showtestToolStripMenuItem.Text = "showtest";
this.showtestToolStripMenuItem.Click += new System.EventHandler(this.showtestToolStripMenuItem_Click);
//
// 測試MenuItem
//
this.測試MenuItem.Name = "測試MenuItem";
this.測試MenuItem.Size = new System.Drawing.Size(124, 22);
this.測試MenuItem.Text = "測 試";
this.測試MenuItem.Click += new System.EventHandler(this.測試MenuItem_Click);
//
// OpenFileDia
//
this.OpenFileDia.FileName = "openFileDialog1";
//
// FrmMain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.Blue;
this.ClientSize = new System.Drawing.Size(449, 400);
this.Controls.Add(this.MenuMain);
this.ForeColor = System.Drawing.SystemColors.ControlText;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MainMenuStrip = this.MenuMain;
this.Name = "FrmMain";
this.Text = "DirectX9.0";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FrmMain_FormClosed);
this.Paint += new System.Windows.Forms.PaintEventHandler(this.FrmMain_Paint);
this.Resize += new System.EventHandler(this.FrmMain_Resize);
this.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.FrmMain_KeyPress);
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FrmMain_KeyDown);
this.MenuMain.ResumeLayout(false);
this.MenuMain.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.MenuStrip MenuMain;
private System.Windows.Forms.ToolStripMenuItem 文件ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 打開X模型MenuItem;
private System.Windows.Forms.OpenFileDialog OpenFileDia;
private System.Windows.Forms.ToolStripMenuItem showtestToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 測試MenuItem;
}
}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -