📄 frmmain.designer.cs
字号:
this.panel2.Controls.Add(this.textBox1);
this.panel2.Controls.Add(this.btn_J_Add);
this.panel2.Controls.Add(this.panel5);
this.panel2.Controls.Add(this.txt_J_title);
this.panel2.Controls.Add(this.btn_J_Save);
this.panel2.Controls.Add(this.btn_J_Del);
this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
this.panel2.Location = new System.Drawing.Point(3, 3);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(495, 35);
this.panel2.TabIndex = 11;
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(5, 8);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(116, 21);
this.textBox1.TabIndex = 13;
//
// btn_J_Add
//
this.btn_J_Add.Location = new System.Drawing.Point(335, 7);
this.btn_J_Add.Name = "btn_J_Add";
this.btn_J_Add.Size = new System.Drawing.Size(75, 23);
this.btn_J_Add.TabIndex = 1;
this.btn_J_Add.Text = "新增一条信息";
this.btn_J_Add.UseVisualStyleBackColor = true;
//
// panel5
//
this.panel5.Location = new System.Drawing.Point(0, 35);
this.panel5.Name = "panel5";
this.panel5.Size = new System.Drawing.Size(121, 345);
this.panel5.TabIndex = 12;
//
// txt_J_title
//
this.txt_J_title.Location = new System.Drawing.Point(208, 8);
this.txt_J_title.Name = "txt_J_title";
this.txt_J_title.Size = new System.Drawing.Size(121, 21);
this.txt_J_title.TabIndex = 5;
this.txt_J_title.Text = "点击此处添加标题";
this.txt_J_title.Click += new System.EventHandler(this.txt_J_title_Click);
//
// btn_J_Save
//
this.btn_J_Save.Location = new System.Drawing.Point(127, 7);
this.btn_J_Save.Name = "btn_J_Save";
this.btn_J_Save.Size = new System.Drawing.Size(75, 23);
this.btn_J_Save.TabIndex = 10;
this.btn_J_Save.Text = "更改并保存";
this.btn_J_Save.UseVisualStyleBackColor = true;
//
// btn_J_Del
//
this.btn_J_Del.Location = new System.Drawing.Point(417, 7);
this.btn_J_Del.Name = "btn_J_Del";
this.btn_J_Del.Size = new System.Drawing.Size(75, 23);
this.btn_J_Del.TabIndex = 5;
this.btn_J_Del.Text = "删除一条信息";
this.btn_J_Del.UseVisualStyleBackColor = true;
//
// tabPage3
//
this.tabPage3.Controls.Add(this.panel11);
this.tabPage3.Controls.Add(this.panel6);
this.tabPage3.Controls.Add(this.panel3);
this.tabPage3.Location = new System.Drawing.Point(4, 21);
this.tabPage3.Name = "tabPage3";
this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
this.tabPage3.Size = new System.Drawing.Size(501, 379);
this.tabPage3.TabIndex = 2;
this.tabPage3.Text = "VB";
this.tabPage3.UseVisualStyleBackColor = true;
//
// panel11
//
this.panel11.Controls.Add(this.rtb_V_Code);
this.panel11.Location = new System.Drawing.Point(130, 38);
this.panel11.Name = "panel11";
this.panel11.Size = new System.Drawing.Size(368, 328);
this.panel11.TabIndex = 10;
//
// rtb_V_Code
//
this.rtb_V_Code.Dock = System.Windows.Forms.DockStyle.Fill;
this.rtb_V_Code.Location = new System.Drawing.Point(0, 0);
this.rtb_V_Code.Name = "rtb_V_Code";
this.rtb_V_Code.Size = new System.Drawing.Size(368, 328);
this.rtb_V_Code.TabIndex = 0;
this.rtb_V_Code.Text = "";
//
// panel6
//
this.panel6.Controls.Add(this.lb_V_list);
this.panel6.Dock = System.Windows.Forms.DockStyle.Left;
this.panel6.Location = new System.Drawing.Point(3, 38);
this.panel6.Name = "panel6";
this.panel6.Size = new System.Drawing.Size(121, 338);
this.panel6.TabIndex = 9;
//
// lb_V_list
//
this.lb_V_list.Dock = System.Windows.Forms.DockStyle.Fill;
this.lb_V_list.FormattingEnabled = true;
this.lb_V_list.ItemHeight = 12;
this.lb_V_list.Location = new System.Drawing.Point(0, 0);
this.lb_V_list.Name = "lb_V_list";
this.lb_V_list.Size = new System.Drawing.Size(121, 328);
this.lb_V_list.TabIndex = 8;
//
// panel3
//
this.panel3.Controls.Add(this.textBox2);
this.panel3.Controls.Add(this.btn_V_Add);
this.panel3.Controls.Add(this.panel10);
this.panel3.Controls.Add(this.txt_V_title);
this.panel3.Controls.Add(this.btn_V_Del);
this.panel3.Controls.Add(this.btn_V_Save);
this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
this.panel3.Location = new System.Drawing.Point(3, 3);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(495, 35);
this.panel3.TabIndex = 8;
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(5, 8);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(116, 21);
this.textBox2.TabIndex = 11;
//
// btn_V_Add
//
this.btn_V_Add.Location = new System.Drawing.Point(335, 7);
this.btn_V_Add.Name = "btn_V_Add";
this.btn_V_Add.Size = new System.Drawing.Size(75, 23);
this.btn_V_Add.TabIndex = 1;
this.btn_V_Add.Text = "新增一条信息";
this.btn_V_Add.UseVisualStyleBackColor = true;
//
// panel10
//
this.panel10.Location = new System.Drawing.Point(134, 35);
this.panel10.Name = "panel10";
this.panel10.Size = new System.Drawing.Size(361, 345);
this.panel10.TabIndex = 10;
//
// txt_V_title
//
this.txt_V_title.Location = new System.Drawing.Point(208, 8);
this.txt_V_title.Name = "txt_V_title";
this.txt_V_title.Size = new System.Drawing.Size(121, 21);
this.txt_V_title.TabIndex = 5;
this.txt_V_title.Text = "点击此处添加标题";
this.txt_V_title.Click += new System.EventHandler(this.txt_V_title_Click);
//
// btn_V_Del
//
this.btn_V_Del.Location = new System.Drawing.Point(417, 7);
this.btn_V_Del.Name = "btn_V_Del";
this.btn_V_Del.Size = new System.Drawing.Size(75, 23);
this.btn_V_Del.TabIndex = 7;
this.btn_V_Del.Text = "删除一条信息";
this.btn_V_Del.UseVisualStyleBackColor = true;
//
// btn_V_Save
//
this.btn_V_Save.Location = new System.Drawing.Point(127, 7);
this.btn_V_Save.Name = "btn_V_Save";
this.btn_V_Save.Size = new System.Drawing.Size(75, 23);
this.btn_V_Save.TabIndex = 6;
this.btn_V_Save.Text = "更改并保存";
this.btn_V_Save.UseVisualStyleBackColor = true;
//
// contextMenuStrip1
//
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.复制ToolStripMenuItem});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(95, 26);
//
// 复制ToolStripMenuItem
//
this.复制ToolStripMenuItem.Name = "复制ToolStripMenuItem";
this.复制ToolStripMenuItem.Size = new System.Drawing.Size(94, 22);
this.复制ToolStripMenuItem.Text = "复制";
//
// FrmMain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(509, 404);
this.Controls.Add(this.tabControl1);
this.MaximizeBox = false;
this.MaximumSize = new System.Drawing.Size(517, 438);
this.MinimumSize = new System.Drawing.Size(517, 438);
this.Name = "FrmMain";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Hello";
this.tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.panel7.ResumeLayout(false);
this.panel4.ResumeLayout(false);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.tabPage2.ResumeLayout(false);
this.panel9.ResumeLayout(false);
this.panel8.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
this.tabPage3.ResumeLayout(false);
this.panel11.ResumeLayout(false);
this.panel6.ResumeLayout(false);
this.panel3.ResumeLayout(false);
this.panel3.PerformLayout();
this.contextMenuStrip1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.TabPage tabPage3;
private System.Windows.Forms.Button btn_C_Del;
private System.Windows.Forms.Button btn_C_Save;
private System.Windows.Forms.TextBox txt_C_title;
private System.Windows.Forms.TextBox txt_J_title;
private System.Windows.Forms.TextBox txt_V_title;
private System.Windows.Forms.Button btn_J_Del;
private System.Windows.Forms.Button btn_V_Del;
private System.Windows.Forms.Button btn_V_Save;
private System.Windows.Forms.Button btn_J_Save;
private System.Windows.Forms.Panel panel4;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.Panel panel7;
private System.Windows.Forms.ListBox lb_C_list;
private System.Windows.Forms.Panel panel9;
private System.Windows.Forms.Panel panel8;
private System.Windows.Forms.ListBox lb_J_list;
private System.Windows.Forms.Panel panel5;
private System.Windows.Forms.Panel panel11;
private System.Windows.Forms.Panel panel6;
private System.Windows.Forms.ListBox lb_V_list;
private System.Windows.Forms.Panel panel10;
private System.Windows.Forms.RichTextBox rtb_J_Code;
private System.Windows.Forms.RichTextBox rtb_C_Code;
private System.Windows.Forms.RichTextBox rtb_V_Code;
private System.Windows.Forms.Button btn_C_Add;
private System.Windows.Forms.Button btn_J_Add;
private System.Windows.Forms.Button btn_V_Add;
private System.Windows.Forms.TextBox txt_C_Update;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
private System.Windows.Forms.ToolStripMenuItem 复制ToolStripMenuItem;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -