📄 frm-onlineip.designer.cs
字号:
namespace 计算机及IP管理
{
partial class frm_OnLineIP
{
/// <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.groupPanel1 = new DevComponents.DotNetBar.Controls.GroupPanel();
this.txtTime = new DevComponents.DotNetBar.Controls.TextBoxX();
this.labelX4 = new DevComponents.DotNetBar.LabelX();
this.groupPanel2 = new DevComponents.DotNetBar.Controls.GroupPanel();
this.txtStart = new DevComponents.DotNetBar.Controls.TextBoxX();
this.txtNetWork = new DevComponents.DotNetBar.Controls.ComboBoxEx();
this.txtEnd = new DevComponents.DotNetBar.Controls.TextBoxX();
this.labelX3 = new DevComponents.DotNetBar.LabelX();
this.labelX1 = new DevComponents.DotNetBar.LabelX();
this.labelX2 = new DevComponents.DotNetBar.LabelX();
this.progressBarX1 = new DevComponents.DotNetBar.Controls.ProgressBarX();
this.btnFind = new DevComponents.DotNetBar.ButtonX();
this.listView1 = new DevComponents.DotNetBar.Controls.ListViewEx();
this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
this.columnHeader4 = new System.Windows.Forms.ColumnHeader();
this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
this.columnHeader3 = new System.Windows.Forms.ColumnHeader();
this.groupPanel1.SuspendLayout();
this.groupPanel2.SuspendLayout();
this.SuspendLayout();
//
// groupPanel1
//
this.groupPanel1.CanvasColor = System.Drawing.SystemColors.Control;
this.groupPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this.groupPanel1.Controls.Add(this.txtTime);
this.groupPanel1.Controls.Add(this.labelX4);
this.groupPanel1.Controls.Add(this.groupPanel2);
this.groupPanel1.Controls.Add(this.progressBarX1);
this.groupPanel1.Controls.Add(this.btnFind);
this.groupPanel1.Controls.Add(this.listView1);
this.groupPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupPanel1.Location = new System.Drawing.Point(0, 0);
this.groupPanel1.Name = "groupPanel1";
this.groupPanel1.Size = new System.Drawing.Size(452, 654);
//
//
//
this.groupPanel1.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
this.groupPanel1.Style.BackColorGradientAngle = 90;
this.groupPanel1.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
this.groupPanel1.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanel1.Style.BorderBottomWidth = 1;
this.groupPanel1.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
this.groupPanel1.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanel1.Style.BorderLeftWidth = 1;
this.groupPanel1.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanel1.Style.BorderRightWidth = 1;
this.groupPanel1.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanel1.Style.BorderTopWidth = 1;
this.groupPanel1.Style.CornerDiameter = 4;
this.groupPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
this.groupPanel1.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
this.groupPanel1.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
this.groupPanel1.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
this.groupPanel1.TabIndex = 1;
this.groupPanel1.Text = "在线IP";
//
// txtTime
//
//
//
//
this.txtTime.Border.Class = "TextBoxBorder";
this.txtTime.Location = new System.Drawing.Point(279, 21);
this.txtTime.Name = "txtTime";
this.txtTime.Size = new System.Drawing.Size(58, 21);
this.txtTime.TabIndex = 11;
this.txtTime.Text = "0秒";
//
// labelX4
//
this.labelX4.BackColor = System.Drawing.Color.Transparent;
this.labelX4.Location = new System.Drawing.Point(243, 22);
this.labelX4.Name = "labelX4";
this.labelX4.Size = new System.Drawing.Size(45, 23);
this.labelX4.TabIndex = 10;
this.labelX4.Text = "耗时:";
//
// groupPanel2
//
this.groupPanel2.BackColor = System.Drawing.Color.Transparent;
this.groupPanel2.CanvasColor = System.Drawing.SystemColors.Control;
this.groupPanel2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this.groupPanel2.Controls.Add(this.txtStart);
this.groupPanel2.Controls.Add(this.txtNetWork);
this.groupPanel2.Controls.Add(this.txtEnd);
this.groupPanel2.Controls.Add(this.labelX3);
this.groupPanel2.Controls.Add(this.labelX1);
this.groupPanel2.Controls.Add(this.labelX2);
this.groupPanel2.Location = new System.Drawing.Point(3, 0);
this.groupPanel2.Name = "groupPanel2";
this.groupPanel2.Size = new System.Drawing.Size(234, 80);
//
//
//
this.groupPanel2.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
this.groupPanel2.Style.BackColorGradientAngle = 90;
this.groupPanel2.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
this.groupPanel2.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanel2.Style.BorderBottomWidth = 1;
this.groupPanel2.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
this.groupPanel2.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanel2.Style.BorderLeftWidth = 1;
this.groupPanel2.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanel2.Style.BorderRightWidth = 1;
this.groupPanel2.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanel2.Style.BorderTopWidth = 1;
this.groupPanel2.Style.CornerDiameter = 4;
this.groupPanel2.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
this.groupPanel2.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
this.groupPanel2.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
this.groupPanel2.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
this.groupPanel2.TabIndex = 9;
this.groupPanel2.Text = "选择IP:";
//
// txtStart
//
//
//
//
this.txtStart.Border.Class = "TextBoxBorder";
this.txtStart.Location = new System.Drawing.Point(167, 1);
this.txtStart.MaxLength = 3;
this.txtStart.Name = "txtStart";
this.txtStart.Size = new System.Drawing.Size(36, 21);
this.txtStart.TabIndex = 5;
//
// txtNetWork
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -