namespace WindowsFormsApp4
{
partial class Form1
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
///
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.Disk1 = new System.Windows.Forms.RadioButton();
this.Disk2 = new System.Windows.Forms.RadioButton();
this.Player1 = new System.Windows.Forms.RadioButton();
this.Player2 = new System.Windows.Forms.RadioButton();
this.Player3 = new System.Windows.Forms.RadioButton();
this.listBox1 = new System.Windows.Forms.ListBox();
this.checkedListBox1 = new System.Windows.Forms.CheckedListBox();
this.button1 = new System.Windows.Forms.Button();
this.Message = new System.Windows.Forms.Label();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(25, 32);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(35, 18);
this.label1.TabIndex = 0;
this.label1.Text = "CPU";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(28, 84);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(44, 18);
this.label2.TabIndex = 1;
this.label2.Text = "硬盘";
this.label2.Click += new System.EventHandler(this.label2_Click);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(25, 163);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(62, 18);
this.label3.TabIndex = 2;
this.label3.Text = "显示器";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(376, 32);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(44, 18);
this.label4.TabIndex = 3;
this.label4.Text = "内存";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(376, 148);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(44, 18);
this.label5.TabIndex = 4;
this.label5.Text = "配件";
//
// comboBox1
//
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Items.AddRange(new object[] {
"E8600(3.33GHz)",
"E8500(3.16GHz)",
"E7500(2.93Ghz)"});
this.comboBox1.Location = new System.Drawing.Point(86, 23);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(121, 26);
this.comboBox1.TabIndex = 5;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.Disk2);
this.groupBox1.Controls.Add(this.Disk1);
this.groupBox1.Location = new System.Drawing.Point(86, 69);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(200, 49);
this.groupBox1.TabIndex = 6;
this.groupBox1.TabStop = false;
//
// groupBox2
//
this.groupBox2.Controls.Add(this.Player3);
this.groupBox2.Controls.Add(this.Player2);
this.groupBox2.Controls.Add(this.Player1);
this.groupBox2.Location = new System.Drawing.Point(100, 148);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(254, 44);
this.groupBox2.TabIndex = 7;
this.groupBox2.TabStop = false;
//
// Disk1
//
this.Disk1.AutoSize = true;
this.Disk1.Location = new System.Drawing.Point(7, 15);
this.Disk1.Name = "Disk1";
this.Disk1.Size = new System.Drawing.Size(69, 22);
this.Disk1.TabIndex = 0;
this.Disk1.TabStop = true;
this.Disk1.Text = "500G";
this.Disk1.UseVisualStyleBackColor = true;
//
// Disk2
//
this.Disk2.AutoSize = true;
this.Disk2.Location = new System.Drawing.Point(101, 15);
this.Disk2.Name = "Disk2";
this.Disk2.Size = new System.Drawing.Size(51, 22);
this.Disk2.TabIndex = 1;
this.Disk2.TabStop = true;
this.Disk2.Text = "1T";
this.Disk2.UseVisualStyleBackColor = true;
//
// Player1
//
this.Player1.AutoSize = true;
this.Player1.Location = new System.Drawing.Point(0, 14);
this.Player1.Name = "Player1";
this.Player1.Size = new System.Drawing.Size(87, 22);
this.Player1.TabIndex = 0;
this.Player1.TabStop = true;
this.Player1.Text = "17英寸";
this.Player1.UseVisualStyleBackColor = true;
//
// Player2
//
this.Player2.AutoSize = true;
this.Player2.Location = new System.Drawing.Point(94, 15);
this.Player2.Name = "Player2";
this.Player2.Size = new System.Drawing.Size(87, 22);
this.Player2.TabIndex = 1;
this.Player2.TabStop = true;
this.Player2.Text = "19英寸";
this.Player2.UseVisualStyleBackColor = true;
//
// Player3
//
this.Player3.AutoSize = true;
this.Player3.Location = new System.Drawing.Point(179, 15);
this.Player3.Name = "Player3";
this.Player3.Size = new System.Drawing.Size(87, 22);
this.Player3.TabIndex = 2;
this.Player3.TabStop = true;
this.Player3.Text = "21英寸";
this.Player3.UseVisualStyleBackColor = true;
//
// listBox1
//
this.listBox1.FormattingEnabled = true;
this.listBox1.ItemHeight = 18;
this.listBox1.Items.AddRange(new object[] {
"4G",
"8G",
"16G",
"32G",
"64G"});
this.listBox1.Location = new System.Drawing.Point(446, 32);
this.listBox1.Name = "listBox1";
this.listBox1.Size = new System.Drawing.Size(120, 94);
this.listBox1.TabIndex = 8;
//
// checkedListBox1
//
this.checkedListBox1.FormattingEnabled = true;
this.checkedListBox1.Items.AddRange(new object[] {
"无线鼠标",
"摄像头",
"打印机"});
this.checkedListBox1.Location = new System.Drawing.Point(446, 148);
this.checkedListBox1.Name = "checkedListBox1";
this.checkedListBox1.Size = new System.Drawing.Size(120, 79);
this.checkedListBox1.TabIndex = 9;
//
// button1
//
this.button1.Location = new System.Drawing.Point(239, 233);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(115, 43);
this.button1.TabIndex = 10;
this.button1.Text = "确定";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// Message
//
this.Message.AutoSize = true;
this.Message.Location = new System.Drawing.Point(25, 291);
this.Message.Name = "Message";
this.Message.Size = new System.Drawing.Size(0, 18);
this.Message.TabIndex = 11;
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(594, 431);
this.Controls.Add(this.Message);
this.Controls.Add(this.button1);
this.Controls.Add(this.checkedListBox1);
this.Controls.Add(this.listBox1);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.comboBox1);
this.Controls.Add(this.label5);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Name = "Form1";
this.Text = "Form1";
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.ComboBox comboBox1;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.RadioButton Disk2;
private System.Windows.Forms.RadioButton Disk1;
private System.Windows.Forms.RadioButton Player3;
private System.Windows.Forms.RadioButton Player2;
private System.Windows.Forms.RadioButton Player1;
private System.Windows.Forms.ListBox listBox1;
private System.Windows.Forms.CheckedListBox checkedListBox1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Label Message;
}
}