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

📄 mainform.designer.cs

📁 PPC下的文本编辑器源代码
💻 CS
字号:
namespace PPC_editLite
{
    partial class MainForm
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;
        private System.Windows.Forms.MainMenu ppcEditMenu;

        /// <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()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
            this.ppcEditMenu = new System.Windows.Forms.MainMenu();
            this.menuItem1 = new System.Windows.Forms.MenuItem();
            this.menuItem3 = new System.Windows.Forms.MenuItem();
            this.menuItem4 = new System.Windows.Forms.MenuItem();
            this.menuItem5 = new System.Windows.Forms.MenuItem();
            this.menuItem6 = new System.Windows.Forms.MenuItem();
            this.menuItem2 = new System.Windows.Forms.MenuItem();
            this.Editor = new System.Windows.Forms.TextBox();
            this.ppc_editCM = new System.Windows.Forms.ContextMenu();
            this.SIP = new Microsoft.WindowsCE.Forms.InputPanel();
            this.menuItem7 = new System.Windows.Forms.MenuItem();
            this.menuItem8 = new System.Windows.Forms.MenuItem();
            this.menuItem9 = new System.Windows.Forms.MenuItem();
            this.menuItem10 = new System.Windows.Forms.MenuItem();
            this.menuItem11 = new System.Windows.Forms.MenuItem();
            this.menuItem12 = new System.Windows.Forms.MenuItem();
            this.menuItem13 = new System.Windows.Forms.MenuItem();
            this.menuItem14 = new System.Windows.Forms.MenuItem();
            this.menuItem15 = new System.Windows.Forms.MenuItem();
            this.menuItem16 = new System.Windows.Forms.MenuItem();
            this.menuItem17 = new System.Windows.Forms.MenuItem();
            this.menuItem18 = new System.Windows.Forms.MenuItem();
            this.menuItem19 = new System.Windows.Forms.MenuItem();
            this.menuItem20 = new System.Windows.Forms.MenuItem();
            this.SuspendLayout();
            // 
            // ppcEditMenu
            // 
            this.ppcEditMenu.MenuItems.Add(this.menuItem1);
            this.ppcEditMenu.MenuItems.Add(this.menuItem13);
            this.ppcEditMenu.MenuItems.Add(this.menuItem2);
            // 
            // menuItem1
            // 
            this.menuItem1.MenuItems.Add(this.menuItem3);
            this.menuItem1.MenuItems.Add(this.menuItem4);
            this.menuItem1.MenuItems.Add(this.menuItem5);
            this.menuItem1.MenuItems.Add(this.menuItem6);
            this.menuItem1.Text = "File";
            // 
            // menuItem3
            // 
            this.menuItem3.Text = "New";
            this.menuItem3.Click += new System.EventHandler(this.FileNewClick);
            // 
            // menuItem4
            // 
            this.menuItem4.Text = "Open";
            this.menuItem4.Click += new System.EventHandler(this.FileOpenClick);
            // 
            // menuItem5
            // 
            this.menuItem5.Text = "Save";
            this.menuItem5.Click += new System.EventHandler(this.FileSaveClick);
            // 
            // menuItem6
            // 
            this.menuItem6.Text = "Exit";
            this.menuItem6.Click += new System.EventHandler(this.FileExitClick);
            // 
            // menuItem2
            // 
            this.menuItem2.Text = "Help";
            this.menuItem2.Click += new System.EventHandler(this.HelpClick);
            // 
            // Editor
            // 
            this.Editor.ContextMenu = this.ppc_editCM;
            this.Editor.Location = new System.Drawing.Point(0, 0);
            this.Editor.Multiline = true;
            this.Editor.Name = "Editor";
            this.Editor.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
            this.Editor.Size = new System.Drawing.Size(240, 188);
            this.Editor.TabIndex = 0;
            // 
            // ppc_editCM
            // 
            this.ppc_editCM.MenuItems.Add(this.menuItem11);
            this.ppc_editCM.MenuItems.Add(this.menuItem8);
            this.ppc_editCM.MenuItems.Add(this.menuItem9);
            this.ppc_editCM.MenuItems.Add(this.menuItem10);
            this.ppc_editCM.MenuItems.Add(this.menuItem12);
            this.ppc_editCM.MenuItems.Add(this.menuItem7);
            // 
            // SIP
            // 
            this.SIP.Enabled = true;
            this.SIP.EnabledChanged += new System.EventHandler(this.SIP_EnabledChanged);
            // 
            // menuItem7
            // 
            this.menuItem7.Text = "Select All";
            this.menuItem7.Click += new System.EventHandler(this.menuItem7_Click);
            // 
            // menuItem8
            // 
            this.menuItem8.Text = "Copy";
            this.menuItem8.Click += new System.EventHandler(this.menuItem8_Click);
            // 
            // menuItem9
            // 
            this.menuItem9.Text = "Paste";
            this.menuItem9.Click += new System.EventHandler(this.menuItem9_Click);
            // 
            // menuItem10
            // 
            this.menuItem10.Text = "Clear";
            this.menuItem10.Click += new System.EventHandler(this.menuItem10_Click);
            // 
            // menuItem11
            // 
            this.menuItem11.Text = "Cut";
            this.menuItem11.Click += new System.EventHandler(this.menuItem11_Click);
            // 
            // menuItem12
            // 
            this.menuItem12.Text = "-";
            // 
            // menuItem13
            // 
            this.menuItem13.MenuItems.Add(this.menuItem14);
            this.menuItem13.MenuItems.Add(this.menuItem15);
            this.menuItem13.MenuItems.Add(this.menuItem16);
            this.menuItem13.MenuItems.Add(this.menuItem17);
            this.menuItem13.MenuItems.Add(this.menuItem18);
            this.menuItem13.MenuItems.Add(this.menuItem19);
            this.menuItem13.MenuItems.Add(this.menuItem20);
            this.menuItem13.Text = "Edit";
            // 
            // menuItem14
            // 
            this.menuItem14.Text = "Cut";
            this.menuItem14.Click += new System.EventHandler(this.menuItem14_Click);
            // 
            // menuItem15
            // 
            this.menuItem15.Text = "Copy";
            this.menuItem15.Click += new System.EventHandler(this.menuItem15_Click);
            // 
            // menuItem16
            // 
            this.menuItem16.Text = "Paste";
            this.menuItem16.Click += new System.EventHandler(this.menuItem16_Click);
            // 
            // menuItem17
            // 
            this.menuItem17.Text = "Clear";
            this.menuItem17.Click += new System.EventHandler(this.menuItem17_Click);
            // 
            // menuItem18
            // 
            this.menuItem18.Text = "-";
            // 
            // menuItem19
            // 
            this.menuItem19.Text = "Select All";
            this.menuItem19.Click += new System.EventHandler(this.menuItem19_Click);
            // 
            // menuItem20
            // 
            this.menuItem20.Checked = true;
            this.menuItem20.Text = "Word Wrap";
            this.menuItem20.Click += new System.EventHandler(this.menuItem20_Click);
            // 
            // MainForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.AutoScroll = true;
            this.ClientSize = new System.Drawing.Size(240, 268);
            this.Controls.Add(this.Editor);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Menu = this.ppcEditMenu;
            this.Name = "MainForm";
            this.Text = "PPC_edit Lite";
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.MenuItem menuItem1;
        private System.Windows.Forms.MenuItem menuItem3;
        private System.Windows.Forms.MenuItem menuItem4;
        private System.Windows.Forms.MenuItem menuItem5;
        private System.Windows.Forms.MenuItem menuItem6;
        private System.Windows.Forms.MenuItem menuItem2;
        private System.Windows.Forms.TextBox Editor;
        private System.Windows.Forms.ContextMenu ppc_editCM;
        private Microsoft.WindowsCE.Forms.InputPanel SIP;
        private System.Windows.Forms.MenuItem menuItem7;
        private System.Windows.Forms.MenuItem menuItem8;
        private System.Windows.Forms.MenuItem menuItem9;
        private System.Windows.Forms.MenuItem menuItem10;
        private System.Windows.Forms.MenuItem menuItem13;
        private System.Windows.Forms.MenuItem menuItem14;
        private System.Windows.Forms.MenuItem menuItem15;
        private System.Windows.Forms.MenuItem menuItem16;
        private System.Windows.Forms.MenuItem menuItem17;
        private System.Windows.Forms.MenuItem menuItem18;
        private System.Windows.Forms.MenuItem menuItem19;
        private System.Windows.Forms.MenuItem menuItem11;
        private System.Windows.Forms.MenuItem menuItem12;
        private System.Windows.Forms.MenuItem menuItem20;
    }
}

⌨️ 快捷键说明

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