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

📄 frmmain.designer.cs

📁 3D游戏编程入门经典.
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace CodeSW
{
    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()
        {
            this.components = new System.ComponentModel.Container();
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.panel7 = new System.Windows.Forms.Panel();
            this.rtb_C_Code = new System.Windows.Forms.RichTextBox();
            this.panel4 = new System.Windows.Forms.Panel();
            this.lb_C_list = new System.Windows.Forms.ListBox();
            this.panel1 = new System.Windows.Forms.Panel();
            this.txt_C_Update = new System.Windows.Forms.TextBox();
            this.btn_C_Add = new System.Windows.Forms.Button();
            this.txt_C_title = new System.Windows.Forms.TextBox();
            this.btn_C_Del = new System.Windows.Forms.Button();
            this.btn_C_Save = new System.Windows.Forms.Button();
            this.tabPage2 = new System.Windows.Forms.TabPage();
            this.panel9 = new System.Windows.Forms.Panel();
            this.rtb_J_Code = new System.Windows.Forms.RichTextBox();
            this.panel8 = new System.Windows.Forms.Panel();
            this.lb_J_list = new System.Windows.Forms.ListBox();
            this.panel2 = new System.Windows.Forms.Panel();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.btn_J_Add = new System.Windows.Forms.Button();
            this.panel5 = new System.Windows.Forms.Panel();
            this.txt_J_title = new System.Windows.Forms.TextBox();
            this.btn_J_Save = new System.Windows.Forms.Button();
            this.btn_J_Del = new System.Windows.Forms.Button();
            this.tabPage3 = new System.Windows.Forms.TabPage();
            this.panel11 = new System.Windows.Forms.Panel();
            this.rtb_V_Code = new System.Windows.Forms.RichTextBox();
            this.panel6 = new System.Windows.Forms.Panel();
            this.lb_V_list = new System.Windows.Forms.ListBox();
            this.panel3 = new System.Windows.Forms.Panel();
            this.textBox2 = new System.Windows.Forms.TextBox();
            this.btn_V_Add = new System.Windows.Forms.Button();
            this.panel10 = new System.Windows.Forms.Panel();
            this.txt_V_title = new System.Windows.Forms.TextBox();
            this.btn_V_Del = new System.Windows.Forms.Button();
            this.btn_V_Save = new System.Windows.Forms.Button();
            this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.复制ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.tabControl1.SuspendLayout();
            this.tabPage1.SuspendLayout();
            this.panel7.SuspendLayout();
            this.panel4.SuspendLayout();
            this.panel1.SuspendLayout();
            this.tabPage2.SuspendLayout();
            this.panel9.SuspendLayout();
            this.panel8.SuspendLayout();
            this.panel2.SuspendLayout();
            this.tabPage3.SuspendLayout();
            this.panel11.SuspendLayout();
            this.panel6.SuspendLayout();
            this.panel3.SuspendLayout();
            this.contextMenuStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // tabControl1
            // 
            this.tabControl1.Controls.Add(this.tabPage1);
            this.tabControl1.Controls.Add(this.tabPage2);
            this.tabControl1.Controls.Add(this.tabPage3);
            this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabControl1.Location = new System.Drawing.Point(0, 0);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(509, 404);
            this.tabControl1.TabIndex = 0;
            // 
            // tabPage1
            // 
            this.tabPage1.Controls.Add(this.panel7);
            this.tabPage1.Controls.Add(this.panel4);
            this.tabPage1.Controls.Add(this.panel1);
            this.tabPage1.Location = new System.Drawing.Point(4, 21);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage1.Size = new System.Drawing.Size(501, 379);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "C#";
            this.tabPage1.UseVisualStyleBackColor = true;
            this.tabPage1.Enter += new System.EventHandler(this.tabPage1_Enter);
            // 
            // panel7
            // 
            this.panel7.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.panel7.Controls.Add(this.rtb_C_Code);
            this.panel7.Location = new System.Drawing.Point(130, 38);
            this.panel7.Name = "panel7";
            this.panel7.Size = new System.Drawing.Size(368, 328);
            this.panel7.TabIndex = 6;
            // 
            // rtb_C_Code
            // 
            this.rtb_C_Code.Dock = System.Windows.Forms.DockStyle.Fill;
            this.rtb_C_Code.Location = new System.Drawing.Point(0, 0);
            this.rtb_C_Code.Name = "rtb_C_Code";
            this.rtb_C_Code.Size = new System.Drawing.Size(368, 328);
            this.rtb_C_Code.TabIndex = 0;
            this.rtb_C_Code.Text = "";
            // 
            // panel4
            // 
            this.panel4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)));
            this.panel4.Controls.Add(this.lb_C_list);
            this.panel4.Location = new System.Drawing.Point(3, 38);
            this.panel4.Name = "panel4";
            this.panel4.Size = new System.Drawing.Size(121, 338);
            this.panel4.TabIndex = 5;
            // 
            // lb_C_list
            // 
            this.lb_C_list.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lb_C_list.FormattingEnabled = true;
            this.lb_C_list.ItemHeight = 12;
            this.lb_C_list.Location = new System.Drawing.Point(0, 0);
            this.lb_C_list.Name = "lb_C_list";
            this.lb_C_list.Size = new System.Drawing.Size(121, 328);
            this.lb_C_list.TabIndex = 7;
            this.lb_C_list.SelectedIndexChanged += new System.EventHandler(this.lb_C_list_SelectedIndexChanged);
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.txt_C_Update);
            this.panel1.Controls.Add(this.btn_C_Add);
            this.panel1.Controls.Add(this.txt_C_title);
            this.panel1.Controls.Add(this.btn_C_Del);
            this.panel1.Controls.Add(this.btn_C_Save);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
            this.panel1.Location = new System.Drawing.Point(3, 3);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(495, 35);
            this.panel1.TabIndex = 4;
            // 
            // txt_C_Update
            // 
            this.txt_C_Update.Location = new System.Drawing.Point(5, 8);
            this.txt_C_Update.Name = "txt_C_Update";
            this.txt_C_Update.Size = new System.Drawing.Size(116, 21);
            this.txt_C_Update.TabIndex = 4;
            // 
            // btn_C_Add
            // 
            this.btn_C_Add.Location = new System.Drawing.Point(335, 7);
            this.btn_C_Add.Name = "btn_C_Add";
            this.btn_C_Add.Size = new System.Drawing.Size(75, 23);
            this.btn_C_Add.TabIndex = 0;
            this.btn_C_Add.Text = "新增一条信息";
            this.btn_C_Add.UseVisualStyleBackColor = true;
            this.btn_C_Add.Click += new System.EventHandler(this.btn_C_Add_Click);
            // 
            // txt_C_title
            // 
            this.txt_C_title.Location = new System.Drawing.Point(208, 8);
            this.txt_C_title.Name = "txt_C_title";
            this.txt_C_title.Size = new System.Drawing.Size(121, 21);
            this.txt_C_title.TabIndex = 1;
            this.txt_C_title.Text = "点击此处添加标题";
            this.txt_C_title.Click += new System.EventHandler(this.txt_C_title_Click);
            // 
            // btn_C_Del
            // 
            this.btn_C_Del.Location = new System.Drawing.Point(417, 7);
            this.btn_C_Del.Name = "btn_C_Del";
            this.btn_C_Del.Size = new System.Drawing.Size(75, 23);
            this.btn_C_Del.TabIndex = 3;
            this.btn_C_Del.Text = "删除一条信息";
            this.btn_C_Del.UseVisualStyleBackColor = true;
            this.btn_C_Del.Click += new System.EventHandler(this.btn_C_Del_Click);
            // 
            // btn_C_Save
            // 
            this.btn_C_Save.Location = new System.Drawing.Point(127, 7);
            this.btn_C_Save.Name = "btn_C_Save";
            this.btn_C_Save.Size = new System.Drawing.Size(75, 23);
            this.btn_C_Save.TabIndex = 2;
            this.btn_C_Save.Text = "更改并保存";
            this.btn_C_Save.UseVisualStyleBackColor = true;
            this.btn_C_Save.Click += new System.EventHandler(this.btn_C_Save_Click);
            // 
            // tabPage2
            // 
            this.tabPage2.Controls.Add(this.panel9);
            this.tabPage2.Controls.Add(this.panel8);
            this.tabPage2.Controls.Add(this.panel2);
            this.tabPage2.Location = new System.Drawing.Point(4, 21);
            this.tabPage2.Name = "tabPage2";
            this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage2.Size = new System.Drawing.Size(501, 379);
            this.tabPage2.TabIndex = 1;
            this.tabPage2.Text = "Java";
            this.tabPage2.UseVisualStyleBackColor = true;
            // 
            // panel9
            // 
            this.panel9.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.panel9.Controls.Add(this.rtb_J_Code);
            this.panel9.Location = new System.Drawing.Point(130, 38);
            this.panel9.Name = "panel9";
            this.panel9.Size = new System.Drawing.Size(368, 328);
            this.panel9.TabIndex = 13;
            // 
            // rtb_J_Code
            // 
            this.rtb_J_Code.Dock = System.Windows.Forms.DockStyle.Fill;
            this.rtb_J_Code.Location = new System.Drawing.Point(0, 0);
            this.rtb_J_Code.Name = "rtb_J_Code";
            this.rtb_J_Code.Size = new System.Drawing.Size(368, 328);
            this.rtb_J_Code.TabIndex = 0;
            this.rtb_J_Code.Text = "";
            // 
            // panel8
            // 
            this.panel8.Controls.Add(this.lb_J_list);
            this.panel8.Dock = System.Windows.Forms.DockStyle.Left;
            this.panel8.Location = new System.Drawing.Point(3, 38);
            this.panel8.Name = "panel8";
            this.panel8.Size = new System.Drawing.Size(121, 338);
            this.panel8.TabIndex = 12;
            // 
            // lb_J_list
            // 
            this.lb_J_list.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lb_J_list.FormattingEnabled = true;
            this.lb_J_list.ItemHeight = 12;
            this.lb_J_list.Location = new System.Drawing.Point(0, 0);
            this.lb_J_list.Name = "lb_J_list";
            this.lb_J_list.Size = new System.Drawing.Size(121, 328);
            this.lb_J_list.TabIndex = 8;
            // 
            // panel2
            // 

⌨️ 快捷键说明

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