📄 form1.designer.cs
字号:
namespace HDDScanTest
{
partial class Form1
{
/// <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.textBox1 = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.textBox2 = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.textBox3 = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.textBox4 = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(55, 6);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(139, 19);
this.textBox1.TabIndex = 0;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 9);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(37, 12);
this.label1.TabIndex = 1;
this.label1.Text = "Model:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(11, 40);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(55, 12);
this.label2.TabIndex = 2;
this.label2.Text = "FirmWare:";
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(77, 37);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(116, 19);
this.textBox2.TabIndex = 3;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(14, 71);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(36, 12);
this.label3.TabIndex = 4;
this.label3.Text = "Serial:";
//
// textBox3
//
this.textBox3.Location = new System.Drawing.Point(55, 66);
this.textBox3.Name = "textBox3";
this.textBox3.Size = new System.Drawing.Size(138, 19);
this.textBox3.TabIndex = 5;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(14, 99);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(52, 12);
this.label4.TabIndex = 6;
this.label4.Text = "Capacity:";
//
// textBox4
//
this.textBox4.Location = new System.Drawing.Point(72, 96);
this.textBox4.Name = "textBox4";
this.textBox4.Size = new System.Drawing.Size(109, 19);
this.textBox4.TabIndex = 7;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(188, 100);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(14, 12);
this.label5.TabIndex = 8;
this.label5.Text = "M";
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(292, 273);
this.Controls.Add(this.label5);
this.Controls.Add(this.textBox4);
this.Controls.Add(this.label4);
this.Controls.Add(this.textBox3);
this.Controls.Add(this.label3);
this.Controls.Add(this.textBox2);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.textBox1);
this.Name = "Form1";
this.Text = "Model:";
this.Shown += new System.EventHandler(this.Form1_Shown);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox textBox3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox textBox4;
private System.Windows.Forms.Label label5;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -