⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 frmmain.designer.cs

📁 在2005环境下开发的
💻 CS
字号:
namespace World_Earth
{
    partial class FrmMain
    {
        /// <summary>
        /// 必需的设计器变量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// 清理所有正在使用的资源。
        /// </summary>
        /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows 窗体设计器生成的代码

        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </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;
    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -