📄 form1.designer.cs
字号:
namespace SimCDIR
{
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.label1 = new System.Windows.Forms.Label();
this.P1 = new System.Windows.Forms.TextBox();
this.P2 = new System.Windows.Forms.TextBox();
this.P3 = new System.Windows.Forms.TextBox();
this.P4 = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.label5 = new System.Windows.Forms.Label();
this.tMessageWay = new System.Windows.Forms.TextBox();
this.button2 = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(30, 35);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(89, 12);
this.label1.TabIndex = 0;
this.label1.Text = "请输入IP地址:";
//
// P1
//
this.P1.Location = new System.Drawing.Point(119, 32);
this.P1.Name = "P1";
this.P1.Size = new System.Drawing.Size(61, 21);
this.P1.TabIndex = 1;
//
// P2
//
this.P2.Location = new System.Drawing.Point(200, 32);
this.P2.Name = "P2";
this.P2.Size = new System.Drawing.Size(61, 21);
this.P2.TabIndex = 1;
//
// P3
//
this.P3.Location = new System.Drawing.Point(282, 32);
this.P3.Name = "P3";
this.P3.Size = new System.Drawing.Size(61, 21);
this.P3.TabIndex = 1;
//
// P4
//
this.P4.Location = new System.Drawing.Point(362, 32);
this.P4.Name = "P4";
this.P4.Size = new System.Drawing.Size(61, 21);
this.P4.TabIndex = 1;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(186, 42);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(11, 12);
this.label2.TabIndex = 2;
this.label2.Text = ".";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(267, 41);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(11, 12);
this.label3.TabIndex = 2;
this.label3.Text = ".";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(349, 41);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(11, 12);
this.label4.TabIndex = 2;
this.label4.Text = ".";
//
// button1
//
this.button1.Location = new System.Drawing.Point(362, 80);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(81, 28);
this.button1.TabIndex = 3;
this.button1.Text = "CDIR模拟";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(30, 128);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(77, 12);
this.label5.TabIndex = 0;
this.label5.Text = "输入线路为:";
//
// tMessageWay
//
this.tMessageWay.Location = new System.Drawing.Point(133, 125);
this.tMessageWay.Name = "tMessageWay";
this.tMessageWay.Size = new System.Drawing.Size(91, 21);
this.tMessageWay.TabIndex = 4;
//
// button2
//
this.button2.Location = new System.Drawing.Point(362, 120);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(81, 28);
this.button2.TabIndex = 3;
this.button2.Text = "初始化";
this.button2.UseVisualStyleBackColor = true;
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(501, 198);
this.Controls.Add(this.tMessageWay);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.P4);
this.Controls.Add(this.P3);
this.Controls.Add(this.P2);
this.Controls.Add(this.P1);
this.Controls.Add(this.label5);
this.Controls.Add(this.label1);
this.Name = "Form1";
this.Text = "CDIR模拟器";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox P1;
private System.Windows.Forms.TextBox P2;
private System.Windows.Forms.TextBox P3;
private System.Windows.Forms.TextBox P4;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox tMessageWay;
private System.Windows.Forms.Button button2;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -