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

📄 form1.designer.cs

📁 简单的记事本功能
💻 CS
📖 第 1 页 / 共 2 页
字号:
            this.复制CToolStripMenuItem.Enabled = false;
            this.复制CToolStripMenuItem.Name = "复制CToolStripMenuItem";
            this.复制CToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C)));
            this.复制CToolStripMenuItem.Size = new System.Drawing.Size(202, 22);
            this.复制CToolStripMenuItem.Text = "复制(C)  Ctrl+C";
            this.复制CToolStripMenuItem.Click += new System.EventHandler(this.复制CToolStripMenuItem_Click_1);
            // 
            // 删除LDelToolStripMenuItem
            // 
            this.删除LDelToolStripMenuItem.Enabled = false;
            this.删除LDelToolStripMenuItem.Name = "删除LDelToolStripMenuItem";
            this.删除LDelToolStripMenuItem.Size = new System.Drawing.Size(202, 22);
            this.删除LDelToolStripMenuItem.Text = "删除(L)   (Del)";
            this.删除LDelToolStripMenuItem.Click += new System.EventHandler(this.删除LDelToolStripMenuItem_Click);
            // 
            // 粘贴PToolStripMenuItem
            // 
            this.粘贴PToolStripMenuItem.Name = "粘贴PToolStripMenuItem";
            this.粘贴PToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V)));
            this.粘贴PToolStripMenuItem.Size = new System.Drawing.Size(202, 22);
            this.粘贴PToolStripMenuItem.Text = "粘贴(P)   Ctrl+V";
            this.粘贴PToolStripMenuItem.Click += new System.EventHandler(this.粘贴PToolStripMenuItem_Click_1);
            // 
            // 查找FCtrlFToolStripMenuItem
            // 
            this.查找FCtrlFToolStripMenuItem.Name = "查找FCtrlFToolStripMenuItem";
            this.查找FCtrlFToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F)));
            this.查找FCtrlFToolStripMenuItem.Size = new System.Drawing.Size(202, 22);
            this.查找FCtrlFToolStripMenuItem.Text = "查找(F)...  Ctrl+F";
            this.查找FCtrlFToolStripMenuItem.Click += new System.EventHandler(this.查找FCtrlFToolStripMenuItem_Click_1);
            // 
            // 查找下一个NToolStripMenuItem
            // 
            this.查找下一个NToolStripMenuItem.Name = "查找下一个NToolStripMenuItem";
            this.查找下一个NToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F3;
            this.查找下一个NToolStripMenuItem.Size = new System.Drawing.Size(202, 22);
            this.查找下一个NToolStripMenuItem.Text = "查找下一个(N)   F3";
            // 
            // 替换RCtrlHToolStripMenuItem
            // 
            this.替换RCtrlHToolStripMenuItem.Name = "替换RCtrlHToolStripMenuItem";
            this.替换RCtrlHToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.H)));
            this.替换RCtrlHToolStripMenuItem.Size = new System.Drawing.Size(202, 22);
            this.替换RCtrlHToolStripMenuItem.Text = "替换(R)...  Ctrl+H";
            this.替换RCtrlHToolStripMenuItem.Click += new System.EventHandler(this.替换RCtrlHToolStripMenuItem_Click_1);
            // 
            // 转到GCtrlGToolStripMenuItem
            // 
            this.转到GCtrlGToolStripMenuItem.Name = "转到GCtrlGToolStripMenuItem";
            this.转到GCtrlGToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.G)));
            this.转到GCtrlGToolStripMenuItem.Size = new System.Drawing.Size(202, 22);
            this.转到GCtrlGToolStripMenuItem.Text = "转到(G)...  Ctrl+G";
            // 
            // 全选ACtrlAToolStripMenuItem
            // 
            this.全选ACtrlAToolStripMenuItem.Name = "全选ACtrlAToolStripMenuItem";
            this.全选ACtrlAToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.A)));
            this.全选ACtrlAToolStripMenuItem.Size = new System.Drawing.Size(202, 22);
            this.全选ACtrlAToolStripMenuItem.Text = "全选(A)  Ctrl+A";
            // 
            // 时间日期DF5ToolStripMenuItem
            // 
            this.时间日期DF5ToolStripMenuItem.Name = "时间日期DF5ToolStripMenuItem";
            this.时间日期DF5ToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F5;
            this.时间日期DF5ToolStripMenuItem.Size = new System.Drawing.Size(202, 22);
            this.时间日期DF5ToolStripMenuItem.Text = "时间/日期(D)  F5";
            this.时间日期DF5ToolStripMenuItem.Click += new System.EventHandler(this.时间日期DF5ToolStripMenuItem_Click);
            // 
            // 格式ToolStripMenuItem
            // 
            this.格式ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.自动换行ToolStripMenuItem,
            this.字体ToolStripMenuItem});
            this.格式ToolStripMenuItem.Name = "格式ToolStripMenuItem";
            this.格式ToolStripMenuItem.Size = new System.Drawing.Size(59, 20);
            this.格式ToolStripMenuItem.Text = "格式(O)";
            // 
            // 自动换行ToolStripMenuItem
            // 
            this.自动换行ToolStripMenuItem.Name = "自动换行ToolStripMenuItem";
            this.自动换行ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            this.自动换行ToolStripMenuItem.Text = "自动换行(W)";
            this.自动换行ToolStripMenuItem.Click += new System.EventHandler(this.自动换行ToolStripMenuItem_Click);
            // 
            // 字体ToolStripMenuItem
            // 
            this.字体ToolStripMenuItem.Name = "字体ToolStripMenuItem";
            this.字体ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            this.字体ToolStripMenuItem.Text = "字体(F)";
            this.字体ToolStripMenuItem.Click += new System.EventHandler(this.字体ToolStripMenuItem_Click_1);
            // 
            // 帮助ToolStripMenuItem
            // 
            this.帮助ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.帮助主题HToolStripMenuItem,
            this.关于记事本AToolStripMenuItem});
            this.帮助ToolStripMenuItem.Name = "帮助ToolStripMenuItem";
            this.帮助ToolStripMenuItem.Size = new System.Drawing.Size(58, 20);
            this.帮助ToolStripMenuItem.Text = "帮助(H)";
            // 
            // 帮助主题HToolStripMenuItem
            // 
            this.帮助主题HToolStripMenuItem.Name = "帮助主题HToolStripMenuItem";
            this.帮助主题HToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            this.帮助主题HToolStripMenuItem.Text = "帮助主题(H)";
            this.帮助主题HToolStripMenuItem.Click += new System.EventHandler(this.帮助主题HToolStripMenuItem_Click_1);
            // 
            // 关于记事本AToolStripMenuItem
            // 
            this.关于记事本AToolStripMenuItem.Name = "关于记事本AToolStripMenuItem";
            this.关于记事本AToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            this.关于记事本AToolStripMenuItem.Text = "关于记事本(A)";
            this.关于记事本AToolStripMenuItem.Click += new System.EventHandler(this.关于记事本AToolStripMenuItem_Click);
            // 
            // printDialog1
            // 
            this.printDialog1.UseEXDialog = true;
            // 
            // openFileDialog1
            // 
            this.openFileDialog1.FileName = "openFileDialog1";
            // 
            // richTextBox1
            // 
            this.richTextBox1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.richTextBox1.Location = new System.Drawing.Point(0, 24);
            this.richTextBox1.Name = "richTextBox1";
            this.richTextBox1.Size = new System.Drawing.Size(794, 465);
            this.richTextBox1.TabIndex = 1;
            this.richTextBox1.Text = "";
            this.richTextBox1.KeyUp += new System.Windows.Forms.KeyEventHandler(this.richTextBox1_KeyUp);
            this.richTextBox1.TextChanged += new System.EventHandler(this.richTextBox1_TextChanged);
            // 
            // printPreviewDialog1
            // 
            this.printPreviewDialog1.AutoScrollMargin = new System.Drawing.Size(0, 0);
            this.printPreviewDialog1.AutoScrollMinSize = new System.Drawing.Size(0, 0);
            this.printPreviewDialog1.ClientSize = new System.Drawing.Size(400, 300);
            this.printPreviewDialog1.Enabled = true;
            this.printPreviewDialog1.Icon = ((System.Drawing.Icon)(resources.GetObject("printPreviewDialog1.Icon")));
            this.printPreviewDialog1.Name = "printPreviewDialog1";
            this.printPreviewDialog1.Visible = false;
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(794, 489);
            this.Controls.Add(this.richTextBox1);
            this.Controls.Add(this.menuStrip1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MainMenuStrip = this.menuStrip1;
            this.Name = "Form1";
            this.Text = "Form1";
            this.Load += new System.EventHandler(this.Form1_Load);
            this.menuStrip1.ResumeLayout(false);
            this.menuStrip1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.MenuStrip menuStrip1;
        private System.Windows.Forms.ToolStripMenuItem 文件ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 新建ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 打开ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 保存ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 另存为ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 页面设置ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 打印ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 编辑ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 格式ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 帮助ToolStripMenuItem;
        private System.Windows.Forms.PageSetupDialog pageSetupDialog1;
        private System.Windows.Forms.PrintDialog printDialog1;
        private System.Windows.Forms.FontDialog fontDialog1;
        private System.Windows.Forms.OpenFileDialog openFileDialog1;
        private System.Windows.Forms.SaveFileDialog saveFileDialog1;
        private System.Windows.Forms.ToolStripMenuItem 退出XToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 撤消UToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 剪切ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 复制CToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 粘贴PToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 删除LDelToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 查找FCtrlFToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 查找下一个NToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 替换RCtrlHToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 转到GCtrlGToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 全选ACtrlAToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 时间日期DF5ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 帮助主题HToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 关于记事本AToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 自动换行ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 字体ToolStripMenuItem;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
        private System.Drawing.Printing.PrintDocument printDocument1;
        private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
        private System.Windows.Forms.PrintPreviewDialog printPreviewDialog1;
        public System.Windows.Forms.RichTextBox richTextBox1;
    }
}

⌨️ 快捷键说明

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