📄 frmserverbrowser.designer.cs
字号:
//[Microsoft.VisualBasic.CompilerServices.DesignerGenerated()]
partial class frmServerBrowser
{
#region "Windows ´°ÌåÉè¼ÆÆ÷Éú³ÉµÄ´úÂë "
//´°ÌåÖØÐ´ÊÍ·Å£¬ÒÔÇåÀí×é¼þÁÐ±í¡£
[System.Diagnostics.DebuggerNonUserCode()]
protected override void Dispose(bool Disposing)
{
if (Disposing)
{
if ((components != null))
{
components.Dispose();
}
}
base.Dispose(Disposing);
}
//Windows ´°ÌåÉè¼ÆÆ÷Ëù±ØÐèµÄ
private System.ComponentModel.IContainer components;
public System.Windows.Forms.ToolTip ToolTip1;
public System.Windows.Forms.ComboBox cbHost;
public System.Windows.Forms.TextBox txtServerName;
public System.Windows.Forms.TextBox txtServerClassID;
public System.Windows.Forms.Button cmdFind;
public System.Windows.Forms.ListBox listServer;
public System.Windows.Forms.Button CancelButton_Renamed;
public System.Windows.Forms.Button OKButton;
public System.Windows.Forms.TextBox txtComputer;
public System.Windows.Forms.Label Label4;
public System.Windows.Forms.Label Label3;
public System.Windows.Forms.Label Label2;
public System.Windows.Forms.Label Label1;
//×¢Òâ: ÒÔϹý³ÌÊÇ Windows ´°ÌåÉè¼ÆÆ÷Ëù±ØÐèµÄ
//¿ÉÒÔʹÓà Windows ´°ÌåÉè¼ÆÆ÷À´ÐÞ¸ÄËü¡£
//²»ÒªÊ¹ÓôúÂë±à¼Æ÷ÐÞ¸ÄËü¡£
[System.Diagnostics.DebuggerStepThrough()]
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.ToolTip1 = new System.Windows.Forms.ToolTip(this.components);
this.cbHost = new System.Windows.Forms.ComboBox();
this.txtServerName = new System.Windows.Forms.TextBox();
this.txtServerClassID = new System.Windows.Forms.TextBox();
this.cmdFind = new System.Windows.Forms.Button();
this.listServer = new System.Windows.Forms.ListBox();
this.CancelButton_Renamed = new System.Windows.Forms.Button();
this.OKButton = new System.Windows.Forms.Button();
this.txtComputer = new System.Windows.Forms.TextBox();
this.Label4 = new System.Windows.Forms.Label();
this.Label3 = new System.Windows.Forms.Label();
this.Label2 = new System.Windows.Forms.Label();
this.Label1 = new System.Windows.Forms.Label();
this.ckVer1 = new System.Windows.Forms.RadioButton();
this.ckVer2 = new System.Windows.Forms.RadioButton();
this.ckVer3 = new System.Windows.Forms.RadioButton();
this.SuspendLayout();
//
// cbHost
//
this.cbHost.BackColor = System.Drawing.SystemColors.Window;
this.cbHost.Cursor = System.Windows.Forms.Cursors.Default;
this.cbHost.ForeColor = System.Drawing.SystemColors.WindowText;
this.cbHost.Location = new System.Drawing.Point(95, 65);
this.cbHost.Name = "cbHost";
this.cbHost.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.cbHost.Size = new System.Drawing.Size(201, 20);
this.cbHost.TabIndex = 12;
this.cbHost.SelectedIndexChanged += new System.EventHandler(this.cbHost_SelectedIndexChanged);
//
// txtServerName
//
this.txtServerName.AcceptsReturn = true;
this.txtServerName.BackColor = System.Drawing.SystemColors.Window;
this.txtServerName.Cursor = System.Windows.Forms.Cursors.IBeam;
this.txtServerName.Enabled = false;
this.txtServerName.ForeColor = System.Drawing.SystemColors.WindowText;
this.txtServerName.Location = new System.Drawing.Point(96, 16);
this.txtServerName.Name = "txtServerName";
this.txtServerName.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.txtServerName.Size = new System.Drawing.Size(201, 21);
this.txtServerName.TabIndex = 11;
//
// txtServerClassID
//
this.txtServerClassID.AcceptsReturn = true;
this.txtServerClassID.BackColor = System.Drawing.SystemColors.Window;
this.txtServerClassID.Cursor = System.Windows.Forms.Cursors.IBeam;
this.txtServerClassID.Enabled = false;
this.txtServerClassID.ForeColor = System.Drawing.SystemColors.WindowText;
this.txtServerClassID.Location = new System.Drawing.Point(96, 40);
this.txtServerClassID.Name = "txtServerClassID";
this.txtServerClassID.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.txtServerClassID.Size = new System.Drawing.Size(201, 21);
this.txtServerClassID.TabIndex = 8;
//
// cmdFind
//
this.cmdFind.BackColor = System.Drawing.SystemColors.Control;
this.cmdFind.Cursor = System.Windows.Forms.Cursors.Default;
this.cmdFind.ForeColor = System.Drawing.SystemColors.ControlText;
this.cmdFind.Location = new System.Drawing.Point(303, 81);
this.cmdFind.Name = "cmdFind";
this.cmdFind.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.cmdFind.Size = new System.Drawing.Size(97, 25);
this.cmdFind.TabIndex = 4;
this.cmdFind.Text = "Refresh List";
this.cmdFind.UseVisualStyleBackColor = false;
this.cmdFind.Click += new System.EventHandler(this.cmdFind_Click);
//
// listServer
//
this.listServer.BackColor = System.Drawing.SystemColors.Window;
this.listServer.Cursor = System.Windows.Forms.Cursors.Default;
this.listServer.ForeColor = System.Drawing.SystemColors.WindowText;
this.listServer.ItemHeight = 12;
this.listServer.Location = new System.Drawing.Point(8, 112);
this.listServer.Name = "listServer";
this.listServer.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.listServer.Size = new System.Drawing.Size(392, 100);
this.listServer.TabIndex = 2;
this.listServer.SelectedIndexChanged += new System.EventHandler(this.listServer_SelectedIndexChanged);
//
// CancelButton_Renamed
//
this.CancelButton_Renamed.BackColor = System.Drawing.SystemColors.Control;
this.CancelButton_Renamed.Cursor = System.Windows.Forms.Cursors.Default;
this.CancelButton_Renamed.ForeColor = System.Drawing.SystemColors.ControlText;
this.CancelButton_Renamed.Location = new System.Drawing.Point(317, 47);
this.CancelButton_Renamed.Name = "CancelButton_Renamed";
this.CancelButton_Renamed.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.CancelButton_Renamed.Size = new System.Drawing.Size(81, 25);
this.CancelButton_Renamed.TabIndex = 1;
this.CancelButton_Renamed.Text = "&Cancel";
this.CancelButton_Renamed.UseVisualStyleBackColor = false;
this.CancelButton_Renamed.Click += new System.EventHandler(this.CancelButton_Renamed_Click);
//
// OKButton
//
this.OKButton.BackColor = System.Drawing.SystemColors.Control;
this.OKButton.Cursor = System.Windows.Forms.Cursors.Default;
this.OKButton.ForeColor = System.Drawing.SystemColors.ControlText;
this.OKButton.Location = new System.Drawing.Point(317, 16);
this.OKButton.Name = "OKButton";
this.OKButton.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.OKButton.Size = new System.Drawing.Size(81, 25);
this.OKButton.TabIndex = 0;
this.OKButton.Text = "&OK";
this.OKButton.UseVisualStyleBackColor = false;
this.OKButton.Click += new System.EventHandler(this.OKButton_Click);
//
// txtComputer
//
this.txtComputer.AcceptsReturn = true;
this.txtComputer.BackColor = System.Drawing.SystemColors.Window;
this.txtComputer.Cursor = System.Windows.Forms.Cursors.IBeam;
this.txtComputer.ForeColor = System.Drawing.SystemColors.WindowText;
this.txtComputer.Location = new System.Drawing.Point(96, 64);
this.txtComputer.Name = "txtComputer";
this.txtComputer.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.txtComputer.Size = new System.Drawing.Size(201, 21);
this.txtComputer.TabIndex = 10;
this.txtComputer.Visible = false;
//
// Label4
//
this.Label4.BackColor = System.Drawing.SystemColors.Control;
this.Label4.Cursor = System.Windows.Forms.Cursors.Default;
this.Label4.ForeColor = System.Drawing.SystemColors.ControlText;
this.Label4.Location = new System.Drawing.Point(8, 40);
this.Label4.Name = "Label4";
this.Label4.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.Label4.Size = new System.Drawing.Size(89, 17);
this.Label4.TabIndex = 9;
this.Label4.Text = "Server ClassID";
//
// Label3
//
this.Label3.BackColor = System.Drawing.SystemColors.Control;
this.Label3.Cursor = System.Windows.Forms.Cursors.Default;
this.Label3.ForeColor = System.Drawing.SystemColors.ControlText;
this.Label3.Location = new System.Drawing.Point(8, 88);
this.Label3.Name = "Label3";
this.Label3.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.Label3.Size = new System.Drawing.Size(81, 17);
this.Label3.TabIndex = 7;
this.Label3.Text = "Server List:";
//
// Label2
//
this.Label2.BackColor = System.Drawing.SystemColors.Control;
this.Label2.Cursor = System.Windows.Forms.Cursors.Default;
this.Label2.ForeColor = System.Drawing.SystemColors.ControlText;
this.Label2.Location = new System.Drawing.Point(8, 64);
this.Label2.Name = "Label2";
this.Label2.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.Label2.Size = new System.Drawing.Size(81, 17);
this.Label2.TabIndex = 6;
this.Label2.Text = "Computer";
//
// Label1
//
this.Label1.BackColor = System.Drawing.SystemColors.Control;
this.Label1.Cursor = System.Windows.Forms.Cursors.Default;
this.Label1.ForeColor = System.Drawing.SystemColors.ControlText;
this.Label1.Location = new System.Drawing.Point(8, 16);
this.Label1.Name = "Label1";
this.Label1.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.Label1.Size = new System.Drawing.Size(73, 17);
this.Label1.TabIndex = 5;
this.Label1.Text = "Server Name";
//
// ckVer1
//
this.ckVer1.AutoSize = true;
this.ckVer1.Location = new System.Drawing.Point(96, 89);
this.ckVer1.Name = "ckVer1";
this.ckVer1.Size = new System.Drawing.Size(41, 16);
this.ckVer1.TabIndex = 13;
this.ckVer1.Text = "1.0";
this.ckVer1.UseVisualStyleBackColor = true;
//
// ckVer2
//
this.ckVer2.AutoSize = true;
this.ckVer2.Checked = true;
this.ckVer2.Location = new System.Drawing.Point(162, 91);
this.ckVer2.Name = "ckVer2";
this.ckVer2.Size = new System.Drawing.Size(41, 16);
this.ckVer2.TabIndex = 14;
this.ckVer2.TabStop = true;
this.ckVer2.Text = "2.0";
this.ckVer2.UseVisualStyleBackColor = true;
//
// ckVer3
//
this.ckVer3.AutoSize = true;
this.ckVer3.Location = new System.Drawing.Point(232, 91);
this.ckVer3.Name = "ckVer3";
this.ckVer3.Size = new System.Drawing.Size(41, 16);
this.ckVer3.TabIndex = 15;
this.ckVer3.Text = "3.0";
this.ckVer3.UseVisualStyleBackColor = true;
//
// frmServerBrowser
//
this.AcceptButton = this.OKButton;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Control;
this.ClientSize = new System.Drawing.Size(410, 231);
this.Controls.Add(this.ckVer3);
this.Controls.Add(this.ckVer2);
this.Controls.Add(this.ckVer1);
this.Controls.Add(this.cbHost);
this.Controls.Add(this.txtServerName);
this.Controls.Add(this.txtServerClassID);
this.Controls.Add(this.cmdFind);
this.Controls.Add(this.listServer);
this.Controls.Add(this.CancelButton_Renamed);
this.Controls.Add(this.OKButton);
this.Controls.Add(this.txtComputer);
this.Controls.Add(this.Label4);
this.Controls.Add(this.Label3);
this.Controls.Add(this.Label2);
this.Controls.Add(this.Label1);
this.Cursor = System.Windows.Forms.Cursors.Default;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Location = new System.Drawing.Point(184, 250);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frmServerBrowser";
this.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Server Browser";
this.Load += new System.EventHandler(this.frmServerBrowser_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.RadioButton ckVer1;
private System.Windows.Forms.RadioButton ckVer2;
private System.Windows.Forms.RadioButton ckVer3;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -