-> IPScanner implemented
This commit is contained in:
22
Networking/Pages/WF_IPScanner.Designer.cs
generated
22
Networking/Pages/WF_IPScanner.Designer.cs
generated
@@ -41,6 +41,7 @@ namespace Networking.Pages
|
||||
//
|
||||
// lvIPList
|
||||
//
|
||||
this.lvIPList.Activation = System.Windows.Forms.ItemActivation.OneClick;
|
||||
this.lvIPList.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
||||
| System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
@@ -50,11 +51,14 @@ namespace Networking.Pages
|
||||
this.chHost,
|
||||
this.chRecognized});
|
||||
this.lvIPList.FullRowSelect = true;
|
||||
this.lvIPList.GridLines = true;
|
||||
this.lvIPList.HideSelection = false;
|
||||
this.lvIPList.Location = new System.Drawing.Point(12, 87);
|
||||
this.lvIPList.HoverSelection = true;
|
||||
this.lvIPList.Location = new System.Drawing.Point(0, 32);
|
||||
this.lvIPList.MultiSelect = false;
|
||||
this.lvIPList.Name = "lvIPList";
|
||||
this.lvIPList.Size = new System.Drawing.Size(714, 282);
|
||||
this.lvIPList.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
||||
this.lvIPList.Size = new System.Drawing.Size(800, 418);
|
||||
this.lvIPList.TabIndex = 1;
|
||||
this.lvIPList.UseCompatibleStateImageBehavior = false;
|
||||
this.lvIPList.View = System.Windows.Forms.View.Details;
|
||||
@@ -62,7 +66,7 @@ namespace Networking.Pages
|
||||
// chIP
|
||||
//
|
||||
this.chIP.Text = "IP";
|
||||
this.chIP.Width = 93;
|
||||
this.chIP.Width = 191;
|
||||
//
|
||||
// chPing
|
||||
//
|
||||
@@ -71,18 +75,18 @@ namespace Networking.Pages
|
||||
// chHost
|
||||
//
|
||||
this.chHost.Text = "Host";
|
||||
this.chHost.Width = 88;
|
||||
this.chHost.Width = 241;
|
||||
//
|
||||
// chRecognized
|
||||
//
|
||||
this.chRecognized.Text = "Recognized as";
|
||||
this.chRecognized.Width = 119;
|
||||
this.chRecognized.Width = 296;
|
||||
//
|
||||
// btnScan
|
||||
//
|
||||
this.btnScan.Location = new System.Drawing.Point(323, 58);
|
||||
this.btnScan.Location = new System.Drawing.Point(319, 4);
|
||||
this.btnScan.Name = "btnScan";
|
||||
this.btnScan.Size = new System.Drawing.Size(75, 23);
|
||||
this.btnScan.Size = new System.Drawing.Size(112, 23);
|
||||
this.btnScan.TabIndex = 7;
|
||||
this.btnScan.Text = "Scan";
|
||||
this.btnScan.UseVisualStyleBackColor = true;
|
||||
@@ -91,7 +95,7 @@ namespace Networking.Pages
|
||||
// label1
|
||||
//
|
||||
this.label1.AutoSize = true;
|
||||
this.label1.Location = new System.Drawing.Point(9, 64);
|
||||
this.label1.Location = new System.Drawing.Point(5, 9);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(50, 13);
|
||||
this.label1.TabIndex = 6;
|
||||
@@ -99,7 +103,7 @@ namespace Networking.Pages
|
||||
//
|
||||
// tbIPRange
|
||||
//
|
||||
this.tbIPRange.Location = new System.Drawing.Point(66, 61);
|
||||
this.tbIPRange.Location = new System.Drawing.Point(62, 6);
|
||||
this.tbIPRange.Name = "tbIPRange";
|
||||
this.tbIPRange.Size = new System.Drawing.Size(251, 20);
|
||||
this.tbIPRange.TabIndex = 8;
|
||||
|
||||
Reference in New Issue
Block a user