?? frmechoserver.designer.cs
字號:
namespace EchoFormServer
{
partial class frmEchoServer
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.cmdStart = new System.Windows.Forms.Button();
this.cmdStop = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// cmdStart
//
this.cmdStart.Location = new System.Drawing.Point(85, 12);
this.cmdStart.Name = "cmdStart";
this.cmdStart.Size = new System.Drawing.Size(75, 23);
this.cmdStart.TabIndex = 5;
this.cmdStart.Text = "Start";
this.cmdStart.UseVisualStyleBackColor = true;
this.cmdStart.Click += new System.EventHandler(this.cmdStart_Click);
//
// cmdStop
//
this.cmdStop.Location = new System.Drawing.Point(166, 12);
this.cmdStop.Name = "cmdStop";
this.cmdStop.Size = new System.Drawing.Size(75, 23);
this.cmdStop.TabIndex = 5;
this.cmdStop.Text = "Stop";
this.cmdStop.UseVisualStyleBackColor = true;
this.cmdStop.Click += new System.EventHandler(this.cmdStop_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(13, 13);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(66, 13);
this.label1.TabIndex = 6;
this.label1.Text = "Echo Server";
//
// frmEchoServer
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.ClientSize = new System.Drawing.Size(548, 266);
this.Controls.Add(this.label1);
this.Controls.Add(this.cmdStart);
this.Controls.Add(this.cmdStop);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Sizable;
this.Name = "frmEchoServer";
this.Text = "Echo Server";
this.Load += new System.EventHandler(this.frmEchoServer_Load);
this.Controls.SetChildIndex(this.cmdStop, 0);
this.Controls.SetChildIndex(this.cmdStart, 0);
this.Controls.SetChildIndex(this.label1, 0);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button cmdStart;
private System.Windows.Forms.Button cmdStop;
private System.Windows.Forms.Label label1;
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -