📄 form3.designer.cs
字号:
//
// radioButton3
//
this.radioButton3.AutoSize = true;
this.radioButton3.Location = new System.Drawing.Point(204, 339);
this.radioButton3.Name = "radioButton3";
this.radioButton3.Size = new System.Drawing.Size(66, 19);
this.radioButton3.TabIndex = 39;
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(300, 339);
this.radioButton2.Name = "radioButton2";
this.radioButton2.Size = new System.Drawing.Size(66, 19);
this.radioButton2.TabIndex = 38;
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(114, 339);
this.radioButton1.Name = "radioButton1";
this.radioButton1.Size = new System.Drawing.Size(73, 19);
this.radioButton1.TabIndex = 37;
this.radioButton1.TabStop = true;
this.radioButton1.Text = "房屋A";
this.radioButton1.UseVisualStyleBackColor = true;
this.radioButton1.Click += new System.EventHandler(this.radioButton1_CheckedChanged);
this.radioButton1.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(28, 343);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(52, 15);
this.label1.TabIndex = 36;
this.label1.Text = "请选择";
//
// button23
//
this.button23.Location = new System.Drawing.Point(18, 147);
this.button23.Name = "button23";
this.button23.Size = new System.Drawing.Size(150, 45);
this.button23.TabIndex = 10;
this.button23.UseVisualStyleBackColor = true;
this.button23.Click += new System.EventHandler(this.button23_Click);
//
// button24
//
this.button24.Location = new System.Drawing.Point(418, 83);
this.button24.Name = "button24";
this.button24.Size = new System.Drawing.Size(163, 47);
this.button24.TabIndex = 9;
this.button24.UseVisualStyleBackColor = true;
this.button24.Click += new System.EventHandler(this.button24_Click);
//
// button25
//
this.button25.Location = new System.Drawing.Point(190, 83);
this.button25.Name = "button25";
this.button25.Size = new System.Drawing.Size(176, 47);
this.button25.TabIndex = 8;
this.button25.UseVisualStyleBackColor = true;
this.button25.Click += new System.EventHandler(this.button25_Click);
//
// button26
//
this.button26.Location = new System.Drawing.Point(18, 83);
this.button26.Name = "button26";
this.button26.Size = new System.Drawing.Size(150, 47);
this.button26.TabIndex = 7;
this.button26.UseVisualStyleBackColor = true;
this.button26.Click += new System.EventHandler(this.button26_Click);
//
// label15
//
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(497, 43);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(45, 15);
this.label15.TabIndex = 2;
this.label15.Text = "房屋C";
//
// label16
//
this.label16.AutoSize = true;
this.label16.Location = new System.Drawing.Point(279, 43);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(45, 15);
this.label16.TabIndex = 1;
this.label16.Text = "房屋B";
//
// label17
//
this.label17.AutoSize = true;
this.label17.Location = new System.Drawing.Point(81, 43);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(45, 15);
this.label17.TabIndex = 0;
this.label17.Text = "房屋A";
//
// label10
//
this.label10.AutoEllipsis = true;
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(168, 2);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(300, 15);
this.label10.TabIndex = 6;
this.label10.Text = "下面是正式的购房选择部分,您共有4次测试";
//
// Form3
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(796, 555);
this.Controls.Add(this.label2);
this.Controls.Add(this.panel2);
this.Controls.Add(this.label10);
this.Name = "Form3";
this.Text = "测试1";
this.Load += new System.EventHandler(this.Form3_Load);
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button button18;
private System.Windows.Forms.Button button19;
private System.Windows.Forms.Button button20;
private System.Windows.Forms.Button button21;
private System.Windows.Forms.Button button22;
private System.Windows.Forms.Button button15;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button button16;
private System.Windows.Forms.Button button17;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Button button23;
private System.Windows.Forms.Button button24;
private System.Windows.Forms.Button button25;
private System.Windows.Forms.Button button26;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.RadioButton radioButton3;
private System.Windows.Forms.RadioButton radioButton2;
private System.Windows.Forms.RadioButton radioButton1;
private System.Windows.Forms.Label label1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -