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

📄 frmmainframe.designer.cs

📁 三国群英传7场景修改器 源代码
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace San7GeneralScreen
{
    public partial class FrmMainFrame
    {
        /// <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(FrmMainFrame));
            this.tvWindows = new System.Windows.Forms.TreeView();
            this.splitter1 = new System.Windows.Forms.Splitter();
            this.menuStrip1 = new System.Windows.Forms.MenuStrip();
            this.tsmSystem = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmHelp = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmExit = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmCoding = new System.Windows.Forms.ToolStripMenuItem();
            this.big5ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.gB2312ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmWindows = new System.Windows.Forms.ToolStripMenuItem();
            this.statusStrip1 = new System.Windows.Forms.StatusStrip();
            this.tsLabel = new System.Windows.Forms.ToolStripStatusLabel();
            this.tsSystemStatus = new System.Windows.Forms.ToolStripStatusLabel();
            this.toolStrip1 = new System.Windows.Forms.ToolStrip();
            this.新建NToolStripButton = new System.Windows.Forms.ToolStripButton();
            this.tsbOpen = new System.Windows.Forms.ToolStripButton();
            this.tsbSave = new System.Windows.Forms.ToolStripButton();
            this.打印PToolStripButton = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator = new System.Windows.Forms.ToolStripSeparator();
            this.剪切UToolStripButton = new System.Windows.Forms.ToolStripButton();
            this.复制CToolStripButton = new System.Windows.Forms.ToolStripButton();
            this.粘贴PToolStripButton = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.tsbRefurbish = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.帮助LToolStripButton = new System.Windows.Forms.ToolStripButton();
            this.tsbAction = new System.Windows.Forms.ToolStripButton();
            this.menuStrip1.SuspendLayout();
            this.statusStrip1.SuspendLayout();
            this.toolStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // tvWindows
            // 
            this.tvWindows.Dock = System.Windows.Forms.DockStyle.Left;
            this.tvWindows.Location = new System.Drawing.Point(0, 49);
            this.tvWindows.Name = "tvWindows";
            this.tvWindows.Size = new System.Drawing.Size(195, 349);
            this.tvWindows.TabIndex = 1;
            this.tvWindows.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.tvWindows_NodeMouseClick);
            // 
            // splitter1
            // 
            this.splitter1.Location = new System.Drawing.Point(195, 49);
            this.splitter1.Name = "splitter1";
            this.splitter1.Size = new System.Drawing.Size(3, 349);
            this.splitter1.TabIndex = 5;
            this.splitter1.TabStop = false;
            // 
            // menuStrip1
            // 
            this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsmSystem,
            this.tsmCoding,
            this.tsmWindows});
            this.menuStrip1.Location = new System.Drawing.Point(0, 0);
            this.menuStrip1.MdiWindowListItem = this.tsmWindows;
            this.menuStrip1.Name = "menuStrip1";
            this.menuStrip1.Size = new System.Drawing.Size(627, 24);
            this.menuStrip1.TabIndex = 6;
            this.menuStrip1.Text = "menuStrip1";
            // 
            // tsmSystem
            // 
            this.tsmSystem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsmHelp,
            this.tsmExit});
            this.tsmSystem.Name = "tsmSystem";
            this.tsmSystem.Size = new System.Drawing.Size(59, 20);
            this.tsmSystem.Text = "系统(&S)";
            // 
            // tsmHelp
            // 
            this.tsmHelp.Name = "tsmHelp";
            this.tsmHelp.Size = new System.Drawing.Size(112, 22);
            this.tsmHelp.Text = "帮助(&H)";
            // 
            // tsmExit
            // 
            this.tsmExit.Name = "tsmExit";
            this.tsmExit.Size = new System.Drawing.Size(112, 22);
            this.tsmExit.Text = "退出(&E)";
            // 
            // tsmCoding
            // 
            this.tsmCoding.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.big5ToolStripMenuItem,
            this.gB2312ToolStripMenuItem});
            this.tsmCoding.Name = "tsmCoding";
            this.tsmCoding.Size = new System.Drawing.Size(59, 20);
            this.tsmCoding.Text = "编码(&C)";
            // 
            // big5ToolStripMenuItem
            // 
            this.big5ToolStripMenuItem.Checked = true;
            this.big5ToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
            this.big5ToolStripMenuItem.Name = "big5ToolStripMenuItem";
            this.big5ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            this.big5ToolStripMenuItem.Text = "big5";
            this.big5ToolStripMenuItem.Click += new System.EventHandler(this.EncodingChange_Envent);
            // 
            // gB2312ToolStripMenuItem
            // 
            this.gB2312ToolStripMenuItem.Name = "gB2312ToolStripMenuItem";
            this.gB2312ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            this.gB2312ToolStripMenuItem.Text = "GB2312";
            this.gB2312ToolStripMenuItem.Click += new System.EventHandler(this.EncodingChange_Envent);
            // 
            // tsmWindows
            // 
            this.tsmWindows.Name = "tsmWindows";
            this.tsmWindows.Size = new System.Drawing.Size(59, 20);
            this.tsmWindows.Text = "窗口(&W)";
            // 
            // statusStrip1
            // 
            this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsLabel,
            this.tsSystemStatus});
            this.statusStrip1.Location = new System.Drawing.Point(0, 398);
            this.statusStrip1.Name = "statusStrip1";
            this.statusStrip1.Size = new System.Drawing.Size(627, 22);
            this.statusStrip1.TabIndex = 7;
            this.statusStrip1.Text = "statusStrip1";
            // 
            // tsLabel
            // 
            this.tsLabel.Name = "tsLabel";
            this.tsLabel.Size = new System.Drawing.Size(41, 17);
            this.tsLabel.Text = "状态: ";
            // 
            // tsSystemStatus
            // 
            this.tsSystemStatus.Name = "tsSystemStatus";
            this.tsSystemStatus.Size = new System.Drawing.Size(0, 17);
            // 
            // toolStrip1
            // 
            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.新建NToolStripButton,
            this.tsbOpen,
            this.tsbSave,
            this.打印PToolStripButton,
            this.toolStripSeparator,
            this.剪切UToolStripButton,
            this.复制CToolStripButton,
            this.粘贴PToolStripButton,
            this.toolStripSeparator1,
            this.tsbRefurbish,
            this.toolStripSeparator2,
            this.帮助LToolStripButton,

⌨️ 快捷键说明

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