📄 frm-onlineip.designer.cs
字号:
//
this.txtNetWork.DisplayMember = "Text";
this.txtNetWork.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.txtNetWork.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.txtNetWork.FormattingEnabled = true;
this.txtNetWork.Location = new System.Drawing.Point(36, 12);
this.txtNetWork.Name = "txtNetWork";
this.txtNetWork.Size = new System.Drawing.Size(90, 22);
this.txtNetWork.TabIndex = 2;
//
// txtEnd
//
//
//
//
this.txtEnd.Border.Class = "TextBoxBorder";
this.txtEnd.Location = new System.Drawing.Point(167, 24);
this.txtEnd.MaxLength = 3;
this.txtEnd.Name = "txtEnd";
this.txtEnd.Size = new System.Drawing.Size(36, 21);
this.txtEnd.TabIndex = 7;
//
// labelX3
//
this.labelX3.BackColor = System.Drawing.Color.Transparent;
this.labelX3.Location = new System.Drawing.Point(132, 24);
this.labelX3.Name = "labelX3";
this.labelX3.Size = new System.Drawing.Size(54, 23);
this.labelX3.TabIndex = 6;
this.labelX3.Text = "终点:";
//
// labelX1
//
this.labelX1.BackColor = System.Drawing.Color.Transparent;
this.labelX1.Location = new System.Drawing.Point(-1, 14);
this.labelX1.Name = "labelX1";
this.labelX1.Size = new System.Drawing.Size(46, 23);
this.labelX1.TabIndex = 1;
this.labelX1.Text = "网段:";
//
// labelX2
//
this.labelX2.BackColor = System.Drawing.Color.Transparent;
this.labelX2.Location = new System.Drawing.Point(132, 2);
this.labelX2.Name = "labelX2";
this.labelX2.Size = new System.Drawing.Size(59, 20);
this.labelX2.TabIndex = 4;
this.labelX2.Text = "起始:";
//
// progressBarX1
//
this.progressBarX1.Location = new System.Drawing.Point(243, 48);
this.progressBarX1.Name = "progressBarX1";
this.progressBarX1.Size = new System.Drawing.Size(172, 23);
this.progressBarX1.TabIndex = 8;
this.progressBarX1.Text = "progressBarX1";
//
// btnFind
//
this.btnFind.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnFind.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnFind.Location = new System.Drawing.Point(340, 20);
this.btnFind.Name = "btnFind";
this.btnFind.Size = new System.Drawing.Size(75, 23);
this.btnFind.TabIndex = 3;
this.btnFind.Text = "扫描";
this.btnFind.Click += new System.EventHandler(this.btnFind_Click);
//
// listView1
//
this.listView1.AllowColumnReorder = true;
//
//
//
this.listView1.Border.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.listView1.Border.BorderBottomColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBorder;
this.listView1.Border.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.listView1.Border.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.listView1.Border.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.listView1.Border.Class = "ListViewBorder";
this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader1,
this.columnHeader4,
this.columnHeader2,
this.columnHeader3});
this.listView1.GridLines = true;
this.listView1.Location = new System.Drawing.Point(3, 82);
this.listView1.Name = "listView1";
this.listView1.Size = new System.Drawing.Size(440, 545);
this.listView1.Sorting = System.Windows.Forms.SortOrder.Ascending;
this.listView1.TabIndex = 0;
this.listView1.UseCompatibleStateImageBehavior = false;
this.listView1.View = System.Windows.Forms.View.Details;
//
// columnHeader1
//
this.columnHeader1.Text = "IP地址";
this.columnHeader1.Width = 100;
//
// columnHeader4
//
this.columnHeader4.Text = "主机名称";
this.columnHeader4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.columnHeader4.Width = 160;
//
// columnHeader2
//
this.columnHeader2.Text = "是否可知";
this.columnHeader2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.columnHeader2.Width = 100;
//
// columnHeader3
//
this.columnHeader3.Text = "状态";
this.columnHeader3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// frm_OnLineIP
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(452, 654);
this.Controls.Add(this.groupPanel1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frm_OnLineIP";
this.Text = "在线IP";
this.Load += new System.EventHandler(this.frm_OnLineIP_Load);
this.groupPanel1.ResumeLayout(false);
this.groupPanel2.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private DevComponents.DotNetBar.Controls.GroupPanel groupPanel1;
private DevComponents.DotNetBar.LabelX labelX1;
private DevComponents.DotNetBar.Controls.ListViewEx listView1;
private DevComponents.DotNetBar.ButtonX btnFind;
private DevComponents.DotNetBar.Controls.ComboBoxEx txtNetWork;
private DevComponents.DotNetBar.Controls.TextBoxX txtEnd;
private DevComponents.DotNetBar.LabelX labelX3;
private DevComponents.DotNetBar.Controls.TextBoxX txtStart;
private DevComponents.DotNetBar.LabelX labelX2;
private System.Windows.Forms.ColumnHeader columnHeader1;
private System.Windows.Forms.ColumnHeader columnHeader2;
private System.Windows.Forms.ColumnHeader columnHeader3;
private System.Windows.Forms.ColumnHeader columnHeader4;
private DevComponents.DotNetBar.Controls.ProgressBarX progressBarX1;
private DevComponents.DotNetBar.Controls.GroupPanel groupPanel2;
private DevComponents.DotNetBar.LabelX labelX4;
private DevComponents.DotNetBar.Controls.TextBoxX txtTime;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -