📄 form6.designer.cs
字号:
namespace WindowsApplication1
{
partial class Form6
{
/// <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.label18 = new System.Windows.Forms.Label();
this.button21 = new System.Windows.Forms.Button();
this.radioButton3 = new System.Windows.Forms.RadioButton();
this.radioButton2 = new System.Windows.Forms.RadioButton();
this.radioButton1 = new System.Windows.Forms.RadioButton();
this.label12 = new System.Windows.Forms.Label();
this.button20 = new System.Windows.Forms.Button();
this.button19 = new System.Windows.Forms.Button();
this.button18 = new System.Windows.Forms.Button();
this.button17 = new System.Windows.Forms.Button();
this.button16 = new System.Windows.Forms.Button();
this.button15 = new System.Windows.Forms.Button();
this.button14 = new System.Windows.Forms.Button();
this.button13 = new System.Windows.Forms.Button();
this.button12 = new System.Windows.Forms.Button();
this.button11 = new System.Windows.Forms.Button();
this.button10 = new System.Windows.Forms.Button();
this.button9 = new System.Windows.Forms.Button();
this.button8 = new System.Windows.Forms.Button();
this.button7 = new System.Windows.Forms.Button();
this.button6 = new System.Windows.Forms.Button();
this.button5 = new System.Windows.Forms.Button();
this.button4 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.radioButton4 = new System.Windows.Forms.RadioButton();
this.radioButton5 = new System.Windows.Forms.RadioButton();
this.SuspendLayout();
//
// label18
//
this.label18.AutoSize = true;
this.label18.Font = new System.Drawing.Font("宋体", 22.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label18.ForeColor = System.Drawing.Color.Red;
this.label18.Location = new System.Drawing.Point(12, 43);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(169, 38);
this.label18.TabIndex = 36;
this.label18.Text = "测试4:";
//
// button21
//
this.button21.Font = new System.Drawing.Font("宋体", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button21.ForeColor = System.Drawing.Color.OrangeRed;
this.button21.Location = new System.Drawing.Point(602, 435);
this.button21.Name = "button21";
this.button21.Size = new System.Drawing.Size(176, 86);
this.button21.TabIndex = 71;
this.button21.Text = "测试结束";
this.button21.UseVisualStyleBackColor = true;
this.button21.Click += new System.EventHandler(this.button21_Click);
//
// radioButton3
//
this.radioButton3.AutoSize = true;
this.radioButton3.Location = new System.Drawing.Point(324, 409);
this.radioButton3.Name = "radioButton3";
this.radioButton3.Size = new System.Drawing.Size(66, 19);
this.radioButton3.TabIndex = 70;
this.radioButton3.TabStop = true;
this.radioButton3.Text = "房屋B";
this.radioButton3.UseVisualStyleBackColor = true;
this.radioButton3.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
//
// radioButton2
//
this.radioButton2.AutoSize = true;
this.radioButton2.Location = new System.Drawing.Point(412, 409);
this.radioButton2.Name = "radioButton2";
this.radioButton2.Size = new System.Drawing.Size(66, 19);
this.radioButton2.TabIndex = 69;
this.radioButton2.TabStop = true;
this.radioButton2.Text = "房屋C";
this.radioButton2.UseVisualStyleBackColor = true;
this.radioButton2.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
//
// radioButton1
//
this.radioButton1.AutoSize = true;
this.radioButton1.Location = new System.Drawing.Point(245, 409);
this.radioButton1.Name = "radioButton1";
this.radioButton1.Size = new System.Drawing.Size(73, 19);
this.radioButton1.TabIndex = 68;
this.radioButton1.TabStop = true;
this.radioButton1.Text = "房屋A";
this.radioButton1.UseVisualStyleBackColor = true;
this.radioButton1.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(154, 413);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(52, 15);
this.label12.TabIndex = 67;
this.label12.Text = "请选择";
//
// button20
//
this.button20.Location = new System.Drawing.Point(717, 311);
this.button20.Name = "button20";
this.button20.Size = new System.Drawing.Size(174, 36);
this.button20.TabIndex = 66;
this.button20.UseVisualStyleBackColor = true;
this.button20.Click += new System.EventHandler(this.button20_Click);
//
// button19
//
this.button19.Location = new System.Drawing.Point(505, 311);
this.button19.Name = "button19";
this.button19.Size = new System.Drawing.Size(206, 36);
this.button19.TabIndex = 65;
this.button19.UseVisualStyleBackColor = true;
this.button19.Click += new System.EventHandler(this.button19_Click);
//
// button18
//
this.button18.Location = new System.Drawing.Point(337, 311);
this.button18.Name = "button18";
this.button18.Size = new System.Drawing.Size(162, 36);
this.button18.TabIndex = 64;
this.button18.UseVisualStyleBackColor = true;
this.button18.Click += new System.EventHandler(this.button18_Click);
//
// button17
//
this.button17.Location = new System.Drawing.Point(175, 311);
this.button17.Name = "button17";
this.button17.Size = new System.Drawing.Size(156, 36);
this.button17.TabIndex = 63;
this.button17.UseVisualStyleBackColor = true;
this.button17.Click += new System.EventHandler(this.button17_Click);
//
// button16
//
this.button16.Location = new System.Drawing.Point(12, 311);
this.button16.Name = "button16";
this.button16.Size = new System.Drawing.Size(157, 36);
this.button16.TabIndex = 62;
this.button16.UseVisualStyleBackColor = true;
this.button16.Click += new System.EventHandler(this.button16_Click);
//
// button15
//
this.button15.Location = new System.Drawing.Point(717, 256);
this.button15.Name = "button15";
this.button15.Size = new System.Drawing.Size(174, 31);
this.button15.TabIndex = 61;
this.button15.UseVisualStyleBackColor = true;
this.button15.Click += new System.EventHandler(this.button15_Click);
//
// button14
//
this.button14.Location = new System.Drawing.Point(505, 250);
this.button14.Name = "button14";
this.button14.Size = new System.Drawing.Size(206, 36);
this.button14.TabIndex = 60;
this.button14.UseVisualStyleBackColor = true;
this.button14.Click += new System.EventHandler(this.button14_Click);
//
// button13
//
this.button13.Location = new System.Drawing.Point(337, 253);
this.button13.Name = "button13";
this.button13.Size = new System.Drawing.Size(162, 31);
this.button13.TabIndex = 59;
this.button13.UseVisualStyleBackColor = true;
this.button13.Click += new System.EventHandler(this.button13_Click);
//
// button12
//
this.button12.Location = new System.Drawing.Point(175, 255);
this.button12.Name = "button12";
this.button12.Size = new System.Drawing.Size(156, 31);
this.button12.TabIndex = 58;
this.button12.UseVisualStyleBackColor = true;
this.button12.Click += new System.EventHandler(this.button12_Click);
//
// button11
//
this.button11.Location = new System.Drawing.Point(12, 255);
this.button11.Name = "button11";
this.button11.Size = new System.Drawing.Size(157, 33);
this.button11.TabIndex = 57;
this.button11.UseVisualStyleBackColor = true;
this.button11.Click += new System.EventHandler(this.button11_Click);
//
// button10
//
this.button10.Location = new System.Drawing.Point(717, 204);
this.button10.Name = "button10";
this.button10.Size = new System.Drawing.Size(174, 31);
this.button10.TabIndex = 56;
this.button10.UseVisualStyleBackColor = true;
this.button10.Click += new System.EventHandler(this.button10_Click);
//
// button9
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -