📄 form3.designer.cs
字号:
namespace WindowsApplication1
{
partial class Form3
{
/// <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.button18 = new System.Windows.Forms.Button();
this.button19 = new System.Windows.Forms.Button();
this.button20 = new System.Windows.Forms.Button();
this.button21 = new System.Windows.Forms.Button();
this.button22 = new System.Windows.Forms.Button();
this.button15 = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
this.button16 = new System.Windows.Forms.Button();
this.button17 = new System.Windows.Forms.Button();
this.panel2 = new System.Windows.Forms.Panel();
this.radioButton3 = new System.Windows.Forms.RadioButton();
this.radioButton2 = new System.Windows.Forms.RadioButton();
this.radioButton1 = new System.Windows.Forms.RadioButton();
this.label1 = new System.Windows.Forms.Label();
this.button23 = new System.Windows.Forms.Button();
this.button24 = new System.Windows.Forms.Button();
this.button25 = new System.Windows.Forms.Button();
this.button26 = new System.Windows.Forms.Button();
this.label15 = new System.Windows.Forms.Label();
this.label16 = new System.Windows.Forms.Label();
this.label17 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.panel2.SuspendLayout();
this.SuspendLayout();
//
// button18
//
this.button18.Location = new System.Drawing.Point(418, 212);
this.button18.Name = "button18";
this.button18.Size = new System.Drawing.Size(163, 39);
this.button18.TabIndex = 15;
this.button18.UseVisualStyleBackColor = true;
this.button18.Click += new System.EventHandler(this.button18_Click);
//
// button19
//
this.button19.Location = new System.Drawing.Point(190, 212);
this.button19.Name = "button19";
this.button19.Size = new System.Drawing.Size(176, 39);
this.button19.TabIndex = 14;
this.button19.UseVisualStyleBackColor = true;
this.button19.Click += new System.EventHandler(this.button19_Click);
//
// button20
//
this.button20.Location = new System.Drawing.Point(18, 212);
this.button20.Name = "button20";
this.button20.Size = new System.Drawing.Size(150, 39);
this.button20.TabIndex = 13;
this.button20.UseVisualStyleBackColor = true;
this.button20.Click += new System.EventHandler(this.button20_Click);
//
// button21
//
this.button21.Location = new System.Drawing.Point(418, 147);
this.button21.Name = "button21";
this.button21.Size = new System.Drawing.Size(163, 41);
this.button21.TabIndex = 12;
this.button21.UseVisualStyleBackColor = true;
this.button21.Click += new System.EventHandler(this.button21_Click);
//
// button22
//
this.button22.Location = new System.Drawing.Point(190, 147);
this.button22.Name = "button22";
this.button22.Size = new System.Drawing.Size(176, 45);
this.button22.TabIndex = 11;
this.button22.UseVisualStyleBackColor = true;
this.button22.Click += new System.EventHandler(this.button22_Click);
//
// button15
//
this.button15.Location = new System.Drawing.Point(418, 267);
this.button15.Name = "button15";
this.button15.Size = new System.Drawing.Size(163, 41);
this.button15.TabIndex = 18;
this.button15.UseVisualStyleBackColor = true;
this.button15.Click += new System.EventHandler(this.button15_Click);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("宋体", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.ForeColor = System.Drawing.Color.Red;
this.label2.Location = new System.Drawing.Point(26, 49);
this.label2.Name = "label2";
this.label2.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.label2.Size = new System.Drawing.Size(157, 40);
this.label2.TabIndex = 7;
this.label2.Text = ":测试1";
//
// button16
//
this.button16.Location = new System.Drawing.Point(190, 267);
this.button16.Name = "button16";
this.button16.Size = new System.Drawing.Size(176, 41);
this.button16.TabIndex = 17;
this.button16.UseVisualStyleBackColor = true;
this.button16.Click += new System.EventHandler(this.button16_Click);
//
// button17
//
this.button17.Location = new System.Drawing.Point(18, 267);
this.button17.Name = "button17";
this.button17.Size = new System.Drawing.Size(150, 41);
this.button17.TabIndex = 16;
this.button17.UseVisualStyleBackColor = true;
this.button17.Click += new System.EventHandler(this.button17_Click);
//
// panel2
//
this.panel2.Controls.Add(this.radioButton3);
this.panel2.Controls.Add(this.radioButton2);
this.panel2.Controls.Add(this.radioButton1);
this.panel2.Controls.Add(this.label1);
this.panel2.Controls.Add(this.button15);
this.panel2.Controls.Add(this.button16);
this.panel2.Controls.Add(this.button17);
this.panel2.Controls.Add(this.button18);
this.panel2.Controls.Add(this.button19);
this.panel2.Controls.Add(this.button20);
this.panel2.Controls.Add(this.button21);
this.panel2.Controls.Add(this.button22);
this.panel2.Controls.Add(this.button23);
this.panel2.Controls.Add(this.button24);
this.panel2.Controls.Add(this.button25);
this.panel2.Controls.Add(this.button26);
this.panel2.Controls.Add(this.label15);
this.panel2.Controls.Add(this.label16);
this.panel2.Controls.Add(this.label17);
this.panel2.Location = new System.Drawing.Point(132, 92);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(606, 407);
this.panel2.TabIndex = 8;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -