Click here to Skip to main content
15,885,537 members
Articles / Web Development / HTML

Retrieve information about your IP

Rate me:
Please Sign up or sign in to vote.
3.89/5 (9 votes)
10 Mar 2013CPOL3 min read 36.6K   2.2K   18  
Retrieve information about your IP from a website.
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class IPLocator
    Inherits System.Windows.Forms.Form

    'Form overrides dispose to clean up the component list.
    <System.Diagnostics.DebuggerNonUserCode()> _
    Protected Overrides Sub Dispose(ByVal disposing As Boolean)
        Try
            If disposing AndAlso components IsNot Nothing Then
                components.Dispose()
            End If
        Finally
            MyBase.Dispose(disposing)
        End Try
    End Sub

    'Required by the Windows Form Designer
    Private components As System.ComponentModel.IContainer

    'NOTE: The following procedure is required by the Windows Form Designer
    'It can be modified using the Windows Form Designer.  
    'Do not modify it using the code editor.
    <System.Diagnostics.DebuggerStepThrough()> _
    Private Sub InitializeComponent()
        Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(IPLocator))
        Me.tbLongtitude = New System.Windows.Forms.TextBox()
        Me.tbCity = New System.Windows.Forms.TextBox()
        Me.tbRegion = New System.Windows.Forms.TextBox()
        Me.tbLatitude = New System.Windows.Forms.TextBox()
        Me.tbISP = New System.Windows.Forms.TextBox()
        Me.tbLocalIP = New System.Windows.Forms.TextBox()
        Me.tbTelPrefix = New System.Windows.Forms.TextBox()
        Me.tbPublicIP = New System.Windows.Forms.TextBox()
        Me.Label8 = New System.Windows.Forms.Label()
        Me.Label9 = New System.Windows.Forms.Label()
        Me.Label7 = New System.Windows.Forms.Label()
        Me.Label6 = New System.Windows.Forms.Label()
        Me.Label5 = New System.Windows.Forms.Label()
        Me.Label4 = New System.Windows.Forms.Label()
        Me.Label3 = New System.Windows.Forms.Label()
        Me.Label2 = New System.Windows.Forms.Label()
        Me.pictureBoxFlag = New System.Windows.Forms.PictureBox()
        Me.lbCountry = New System.Windows.Forms.Label()
        Me.lbSunrise = New System.Windows.Forms.Label()
        Me.lbSunset = New System.Windows.Forms.Label()
        Me.lbWind = New System.Windows.Forms.Label()
        Me.Label14 = New System.Windows.Forms.Label()
        Me.Label15 = New System.Windows.Forms.Label()
        Me.lbStation = New System.Windows.Forms.Label()
        Me.lbNowDegree = New System.Windows.Forms.Label()
        Me.lbTonightDegree = New System.Windows.Forms.Label()
        Me.lbNowSky = New System.Windows.Forms.Label()
        Me.lbTonightSky = New System.Windows.Forms.Label()
        Me.pbNowSky = New System.Windows.Forms.PictureBox()
        Me.pbTonight = New System.Windows.Forms.PictureBox()
        Me.gbWeatherInfos = New System.Windows.Forms.GroupBox()
        Me.gbIPInfos = New System.Windows.Forms.GroupBox()
        Me.tbContinent = New System.Windows.Forms.TextBox()
        Me.Label1 = New System.Windows.Forms.Label()
        Me.tbBroadband = New System.Windows.Forms.TextBox()
        Me.Label11 = New System.Windows.Forms.Label()
        CType(Me.pictureBoxFlag, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.pbNowSky, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.pbTonight, System.ComponentModel.ISupportInitialize).BeginInit()
        Me.gbWeatherInfos.SuspendLayout()
        Me.gbIPInfos.SuspendLayout()
        Me.SuspendLayout()
        '
        'tbLongtitude
        '
        Me.tbLongtitude.Font = New System.Drawing.Font("Comic Sans MS", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.tbLongtitude.Location = New System.Drawing.Point(96, 226)
        Me.tbLongtitude.Name = "tbLongtitude"
        Me.tbLongtitude.ReadOnly = True
        Me.tbLongtitude.Size = New System.Drawing.Size(101, 22)
        Me.tbLongtitude.TabIndex = 35
        '
        'tbCity
        '
        Me.tbCity.Font = New System.Drawing.Font("Comic Sans MS", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.tbCity.Location = New System.Drawing.Point(96, 83)
        Me.tbCity.Name = "tbCity"
        Me.tbCity.ReadOnly = True
        Me.tbCity.Size = New System.Drawing.Size(101, 22)
        Me.tbCity.TabIndex = 31
        '
        'tbRegion
        '
        Me.tbRegion.Font = New System.Drawing.Font("Comic Sans MS", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.tbRegion.Location = New System.Drawing.Point(96, 104)
        Me.tbRegion.Name = "tbRegion"
        Me.tbRegion.ReadOnly = True
        Me.tbRegion.Size = New System.Drawing.Size(101, 22)
        Me.tbRegion.TabIndex = 33
        '
        'tbLatitude
        '
        Me.tbLatitude.Font = New System.Drawing.Font("Comic Sans MS", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.tbLatitude.Location = New System.Drawing.Point(96, 205)
        Me.tbLatitude.Name = "tbLatitude"
        Me.tbLatitude.ReadOnly = True
        Me.tbLatitude.Size = New System.Drawing.Size(101, 22)
        Me.tbLatitude.TabIndex = 36
        '
        'tbISP
        '
        Me.tbISP.Font = New System.Drawing.Font("Comic Sans MS", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.tbISP.Location = New System.Drawing.Point(96, 144)
        Me.tbISP.Name = "tbISP"
        Me.tbISP.ReadOnly = True
        Me.tbISP.Size = New System.Drawing.Size(101, 22)
        Me.tbISP.TabIndex = 32
        '
        'tbLocalIP
        '
        Me.tbLocalIP.Font = New System.Drawing.Font("Comic Sans MS", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.tbLocalIP.Location = New System.Drawing.Point(96, 63)
        Me.tbLocalIP.Name = "tbLocalIP"
        Me.tbLocalIP.ReadOnly = True
        Me.tbLocalIP.Size = New System.Drawing.Size(101, 22)
        Me.tbLocalIP.TabIndex = 30
        '
        'tbTelPrefix
        '
        Me.tbTelPrefix.Font = New System.Drawing.Font("Comic Sans MS", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.tbTelPrefix.Location = New System.Drawing.Point(96, 184)
        Me.tbTelPrefix.Name = "tbTelPrefix"
        Me.tbTelPrefix.ReadOnly = True
        Me.tbTelPrefix.Size = New System.Drawing.Size(101, 22)
        Me.tbTelPrefix.TabIndex = 34
        '
        'tbPublicIP
        '
        Me.tbPublicIP.Font = New System.Drawing.Font("Comic Sans MS", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.tbPublicIP.Location = New System.Drawing.Point(96, 43)
        Me.tbPublicIP.Name = "tbPublicIP"
        Me.tbPublicIP.ReadOnly = True
        Me.tbPublicIP.Size = New System.Drawing.Size(101, 22)
        Me.tbPublicIP.TabIndex = 29
        '
        'Label8
        '
        Me.Label8.AutoSize = True
        Me.Label8.BackColor = System.Drawing.Color.Transparent
        Me.Label8.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label8.ForeColor = System.Drawing.SystemColors.InfoText
        Me.Label8.Location = New System.Drawing.Point(7, 208)
        Me.Label8.Name = "Label8"
        Me.Label8.Size = New System.Drawing.Size(53, 15)
        Me.Label8.TabIndex = 28
        Me.Label8.Text = "Latitude:"
        '
        'Label9
        '
        Me.Label9.AutoSize = True
        Me.Label9.BackColor = System.Drawing.Color.Transparent
        Me.Label9.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label9.ForeColor = System.Drawing.SystemColors.InfoText
        Me.Label9.Location = New System.Drawing.Point(7, 229)
        Me.Label9.Name = "Label9"
        Me.Label9.Size = New System.Drawing.Size(68, 15)
        Me.Label9.TabIndex = 27
        Me.Label9.Text = "Longtitude:"
        '
        'Label7
        '
        Me.Label7.AutoSize = True
        Me.Label7.BackColor = System.Drawing.Color.Transparent
        Me.Label7.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label7.ForeColor = System.Drawing.SystemColors.InfoText
        Me.Label7.Location = New System.Drawing.Point(6, 187)
        Me.Label7.Name = "Label7"
        Me.Label7.Size = New System.Drawing.Size(76, 15)
        Me.Label7.TabIndex = 26
        Me.Label7.Text = "Phone Prefix:"
        '
        'Label6
        '
        Me.Label6.AutoSize = True
        Me.Label6.BackColor = System.Drawing.Color.Transparent
        Me.Label6.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label6.ForeColor = System.Drawing.SystemColors.InfoText
        Me.Label6.Location = New System.Drawing.Point(8, 147)
        Me.Label6.Name = "Label6"
        Me.Label6.Size = New System.Drawing.Size(26, 15)
        Me.Label6.TabIndex = 25
        Me.Label6.Text = "ISP:"
        '
        'Label5
        '
        Me.Label5.AutoSize = True
        Me.Label5.BackColor = System.Drawing.Color.Transparent
        Me.Label5.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label5.ForeColor = System.Drawing.SystemColors.InfoText
        Me.Label5.Location = New System.Drawing.Point(7, 107)
        Me.Label5.Name = "Label5"
        Me.Label5.Size = New System.Drawing.Size(47, 15)
        Me.Label5.TabIndex = 24
        Me.Label5.Text = "Region:"
        '
        'Label4
        '
        Me.Label4.AutoSize = True
        Me.Label4.BackColor = System.Drawing.Color.Transparent
        Me.Label4.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label4.ForeColor = System.Drawing.SystemColors.InfoText
        Me.Label4.Location = New System.Drawing.Point(7, 86)
        Me.Label4.Name = "Label4"
        Me.Label4.Size = New System.Drawing.Size(31, 15)
        Me.Label4.TabIndex = 23
        Me.Label4.Text = "City:"
        '
        'Label3
        '
        Me.Label3.AutoSize = True
        Me.Label3.BackColor = System.Drawing.Color.Transparent
        Me.Label3.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label3.ForeColor = System.Drawing.SystemColors.InfoText
        Me.Label3.Location = New System.Drawing.Point(7, 66)
        Me.Label3.Name = "Label3"
        Me.Label3.Size = New System.Drawing.Size(51, 15)
        Me.Label3.TabIndex = 22
        Me.Label3.Text = "Local IP:"
        '
        'Label2
        '
        Me.Label2.AutoSize = True
        Me.Label2.BackColor = System.Drawing.Color.Transparent
        Me.Label2.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label2.ForeColor = System.Drawing.SystemColors.InfoText
        Me.Label2.Location = New System.Drawing.Point(6, 46)
        Me.Label2.Name = "Label2"
        Me.Label2.Size = New System.Drawing.Size(56, 15)
        Me.Label2.TabIndex = 21
        Me.Label2.Text = "Public IP:"
        '
        'pictureBoxFlag
        '
        Me.pictureBoxFlag.BackColor = System.Drawing.Color.Transparent
        Me.pictureBoxFlag.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
        Me.pictureBoxFlag.Location = New System.Drawing.Point(167, 16)
        Me.pictureBoxFlag.Name = "pictureBoxFlag"
        Me.pictureBoxFlag.Size = New System.Drawing.Size(30, 18)
        Me.pictureBoxFlag.TabIndex = 19
        Me.pictureBoxFlag.TabStop = False
        '
        'lbCountry
        '
        Me.lbCountry.AutoSize = True
        Me.lbCountry.BackColor = System.Drawing.Color.Transparent
        Me.lbCountry.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.0!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Underline), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.lbCountry.ForeColor = System.Drawing.SystemColors.InfoText
        Me.lbCountry.Location = New System.Drawing.Point(6, 16)
        Me.lbCountry.Name = "lbCountry"
        Me.lbCountry.Size = New System.Drawing.Size(67, 18)
        Me.lbCountry.TabIndex = 20
        Me.lbCountry.Text = "Country"
        '
        'lbSunrise
        '
        Me.lbSunrise.AutoSize = True
        Me.lbSunrise.BackColor = System.Drawing.Color.Transparent
        Me.lbSunrise.Font = New System.Drawing.Font("Segoe UI", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.lbSunrise.ForeColor = System.Drawing.SystemColors.Desktop
        Me.lbSunrise.Location = New System.Drawing.Point(18, 50)
        Me.lbSunrise.Name = "lbSunrise"
        Me.lbSunrise.Size = New System.Drawing.Size(18, 19)
        Me.lbSunrise.TabIndex = 38
        Me.lbSunrise.Text = "..."
        '
        'lbSunset
        '
        Me.lbSunset.AutoSize = True
        Me.lbSunset.BackColor = System.Drawing.Color.Transparent
        Me.lbSunset.Font = New System.Drawing.Font("Segoe UI", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.lbSunset.ForeColor = System.Drawing.SystemColors.Desktop
        Me.lbSunset.Location = New System.Drawing.Point(132, 50)
        Me.lbSunset.Name = "lbSunset"
        Me.lbSunset.Size = New System.Drawing.Size(18, 19)
        Me.lbSunset.TabIndex = 39
        Me.lbSunset.Text = "..."
        '
        'lbWind
        '
        Me.lbWind.AutoSize = True
        Me.lbWind.BackColor = System.Drawing.Color.Transparent
        Me.lbWind.Font = New System.Drawing.Font("Arial Black", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.lbWind.ForeColor = System.Drawing.SystemColors.AppWorkspace
        Me.lbWind.Location = New System.Drawing.Point(92, 111)
        Me.lbWind.Name = "lbWind"
        Me.lbWind.Size = New System.Drawing.Size(20, 17)
        Me.lbWind.TabIndex = 40
        Me.lbWind.Text = "..."
        '
        'Label14
        '
        Me.Label14.AutoSize = True
        Me.Label14.BackColor = System.Drawing.Color.Transparent
        Me.Label14.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label14.ForeColor = System.Drawing.SystemColors.GradientActiveCaption
        Me.Label14.Location = New System.Drawing.Point(92, 78)
        Me.Label14.Name = "Label14"
        Me.Label14.Size = New System.Drawing.Size(33, 15)
        Me.Label14.TabIndex = 42
        Me.Label14.Text = "Now"
        '
        'Label15
        '
        Me.Label15.AutoSize = True
        Me.Label15.BackColor = System.Drawing.Color.Transparent
        Me.Label15.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label15.ForeColor = System.Drawing.Color.MediumBlue
        Me.Label15.Location = New System.Drawing.Point(92, 167)
        Me.Label15.Name = "Label15"
        Me.Label15.Size = New System.Drawing.Size(50, 15)
        Me.Label15.TabIndex = 43
        Me.Label15.Text = "Tonight"
        '
        'lbStation
        '
        Me.lbStation.AutoSize = True
        Me.lbStation.BackColor = System.Drawing.Color.Transparent
        Me.lbStation.Font = New System.Drawing.Font("Courier New", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.lbStation.ForeColor = System.Drawing.SystemColors.ControlText
        Me.lbStation.Location = New System.Drawing.Point(6, 16)
        Me.lbStation.Name = "lbStation"
        Me.lbStation.Size = New System.Drawing.Size(0, 15)
        Me.lbStation.TabIndex = 45
        '
        'lbNowDegree
        '
        Me.lbNowDegree.AutoSize = True
        Me.lbNowDegree.BackColor = System.Drawing.Color.Transparent
        Me.lbNowDegree.Font = New System.Drawing.Font("Segoe UI", 14.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.lbNowDegree.ForeColor = System.Drawing.Color.MidnightBlue
        Me.lbNowDegree.Location = New System.Drawing.Point(92, 132)
        Me.lbNowDegree.Name = "lbNowDegree"
        Me.lbNowDegree.Size = New System.Drawing.Size(27, 25)
        Me.lbNowDegree.TabIndex = 46
        Me.lbNowDegree.Text = "..."
        '
        'lbTonightDegree
        '
        Me.lbTonightDegree.AutoSize = True
        Me.lbTonightDegree.BackColor = System.Drawing.Color.Transparent
        Me.lbTonightDegree.Font = New System.Drawing.Font("Segoe UI", 14.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.lbTonightDegree.ForeColor = System.Drawing.Color.MidnightBlue
        Me.lbTonightDegree.Location = New System.Drawing.Point(92, 205)
        Me.lbTonightDegree.Name = "lbTonightDegree"
        Me.lbTonightDegree.Size = New System.Drawing.Size(27, 25)
        Me.lbTonightDegree.TabIndex = 47
        Me.lbTonightDegree.Text = "..."
        '
        'lbNowSky
        '
        Me.lbNowSky.AutoSize = True
        Me.lbNowSky.BackColor = System.Drawing.Color.Transparent
        Me.lbNowSky.Font = New System.Drawing.Font("Arial Black", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.lbNowSky.ForeColor = System.Drawing.SystemColors.AppWorkspace
        Me.lbNowSky.Location = New System.Drawing.Point(92, 93)
        Me.lbNowSky.Name = "lbNowSky"
        Me.lbNowSky.Size = New System.Drawing.Size(19, 15)
        Me.lbNowSky.TabIndex = 49
        Me.lbNowSky.Text = "..."
        '
        'lbTonightSky
        '
        Me.lbTonightSky.AutoSize = True
        Me.lbTonightSky.BackColor = System.Drawing.Color.Transparent
        Me.lbTonightSky.Font = New System.Drawing.Font("Arial Black", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.lbTonightSky.ForeColor = System.Drawing.SystemColors.AppWorkspace
        Me.lbTonightSky.Location = New System.Drawing.Point(92, 184)
        Me.lbTonightSky.Name = "lbTonightSky"
        Me.lbTonightSky.Size = New System.Drawing.Size(19, 15)
        Me.lbTonightSky.TabIndex = 50
        Me.lbTonightSky.Text = "..."
        '
        'pbNowSky
        '
        Me.pbNowSky.BackColor = System.Drawing.Color.Transparent
        Me.pbNowSky.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
        Me.pbNowSky.Location = New System.Drawing.Point(6, 78)
        Me.pbNowSky.Name = "pbNowSky"
        Me.pbNowSky.Size = New System.Drawing.Size(80, 80)
        Me.pbNowSky.TabIndex = 52
        Me.pbNowSky.TabStop = False
        '
        'pbTonight
        '
        Me.pbTonight.BackColor = System.Drawing.Color.Transparent
        Me.pbTonight.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
        Me.pbTonight.Location = New System.Drawing.Point(6, 164)
        Me.pbTonight.Name = "pbTonight"
        Me.pbTonight.Size = New System.Drawing.Size(80, 80)
        Me.pbTonight.TabIndex = 53
        Me.pbTonight.TabStop = False
        '
        'gbWeatherInfos
        '
        Me.gbWeatherInfos.Anchor = System.Windows.Forms.AnchorStyles.Top
        Me.gbWeatherInfos.Controls.Add(Me.Label15)
        Me.gbWeatherInfos.Controls.Add(Me.Label14)
        Me.gbWeatherInfos.Controls.Add(Me.lbStation)
        Me.gbWeatherInfos.Controls.Add(Me.lbSunrise)
        Me.gbWeatherInfos.Controls.Add(Me.pbTonight)
        Me.gbWeatherInfos.Controls.Add(Me.lbSunset)
        Me.gbWeatherInfos.Controls.Add(Me.pbNowSky)
        Me.gbWeatherInfos.Controls.Add(Me.lbWind)
        Me.gbWeatherInfos.Controls.Add(Me.lbTonightSky)
        Me.gbWeatherInfos.Controls.Add(Me.lbNowSky)
        Me.gbWeatherInfos.Controls.Add(Me.lbNowDegree)
        Me.gbWeatherInfos.Controls.Add(Me.lbTonightDegree)
        Me.gbWeatherInfos.Location = New System.Drawing.Point(233, 8)
        Me.gbWeatherInfos.Name = "gbWeatherInfos"
        Me.gbWeatherInfos.Size = New System.Drawing.Size(252, 255)
        Me.gbWeatherInfos.TabIndex = 55
        Me.gbWeatherInfos.TabStop = False
        Me.gbWeatherInfos.Text = "Weather Info"
        '
        'gbIPInfos
        '
        Me.gbIPInfos.Controls.Add(Me.tbContinent)
        Me.gbIPInfos.Controls.Add(Me.lbCountry)
        Me.gbIPInfos.Controls.Add(Me.Label9)
        Me.gbIPInfos.Controls.Add(Me.Label8)
        Me.gbIPInfos.Controls.Add(Me.tbLongtitude)
        Me.gbIPInfos.Controls.Add(Me.tbLatitude)
        Me.gbIPInfos.Controls.Add(Me.pictureBoxFlag)
        Me.gbIPInfos.Controls.Add(Me.Label1)
        Me.gbIPInfos.Controls.Add(Me.tbBroadband)
        Me.gbIPInfos.Controls.Add(Me.Label2)
        Me.gbIPInfos.Controls.Add(Me.tbCity)
        Me.gbIPInfos.Controls.Add(Me.Label3)
        Me.gbIPInfos.Controls.Add(Me.tbRegion)
        Me.gbIPInfos.Controls.Add(Me.Label11)
        Me.gbIPInfos.Controls.Add(Me.Label4)
        Me.gbIPInfos.Controls.Add(Me.Label5)
        Me.gbIPInfos.Controls.Add(Me.tbLocalIP)
        Me.gbIPInfos.Controls.Add(Me.Label7)
        Me.gbIPInfos.Controls.Add(Me.tbTelPrefix)
        Me.gbIPInfos.Controls.Add(Me.tbISP)
        Me.gbIPInfos.Controls.Add(Me.tbPublicIP)
        Me.gbIPInfos.Controls.Add(Me.Label6)
        Me.gbIPInfos.Location = New System.Drawing.Point(12, 8)
        Me.gbIPInfos.Name = "gbIPInfos"
        Me.gbIPInfos.Size = New System.Drawing.Size(215, 255)
        Me.gbIPInfos.TabIndex = 56
        Me.gbIPInfos.TabStop = False
        Me.gbIPInfos.Text = "IP Info"
        '
        'tbContinent
        '
        Me.tbContinent.Font = New System.Drawing.Font("Comic Sans MS", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.tbContinent.Location = New System.Drawing.Point(96, 125)
        Me.tbContinent.Name = "tbContinent"
        Me.tbContinent.ReadOnly = True
        Me.tbContinent.Size = New System.Drawing.Size(101, 22)
        Me.tbContinent.TabIndex = 39
        '
        'Label1
        '
        Me.Label1.AutoSize = True
        Me.Label1.BackColor = System.Drawing.Color.Transparent
        Me.Label1.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label1.ForeColor = System.Drawing.SystemColors.InfoText
        Me.Label1.Location = New System.Drawing.Point(6, 128)
        Me.Label1.Name = "Label1"
        Me.Label1.Size = New System.Drawing.Size(63, 15)
        Me.Label1.TabIndex = 37
        Me.Label1.Text = "Continent:"
        '
        'tbBroadband
        '
        Me.tbBroadband.Font = New System.Drawing.Font("Comic Sans MS", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.tbBroadband.Location = New System.Drawing.Point(96, 164)
        Me.tbBroadband.Name = "tbBroadband"
        Me.tbBroadband.ReadOnly = True
        Me.tbBroadband.Size = New System.Drawing.Size(101, 22)
        Me.tbBroadband.TabIndex = 40
        '
        'Label11
        '
        Me.Label11.AutoSize = True
        Me.Label11.BackColor = System.Drawing.Color.Transparent
        Me.Label11.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label11.ForeColor = System.Drawing.SystemColors.InfoText
        Me.Label11.Location = New System.Drawing.Point(7, 167)
        Me.Label11.Name = "Label11"
        Me.Label11.Size = New System.Drawing.Size(68, 15)
        Me.Label11.TabIndex = 38
        Me.Label11.Text = "Broadband:"
        '
        'IPLocator
        '
        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
        Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
        Me.ClientSize = New System.Drawing.Size(495, 269)
        Me.Controls.Add(Me.gbIPInfos)
        Me.Controls.Add(Me.gbWeatherInfos)
        Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
        Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
        Me.MaximizeBox = False
        Me.Name = "IPLocator"
        Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
        Me.Text = "IPLocator"
        CType(Me.pictureBoxFlag, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.pbNowSky, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.pbTonight, System.ComponentModel.ISupportInitialize).EndInit()
        Me.gbWeatherInfos.ResumeLayout(False)
        Me.gbWeatherInfos.PerformLayout()
        Me.gbIPInfos.ResumeLayout(False)
        Me.gbIPInfos.PerformLayout()
        Me.ResumeLayout(False)

    End Sub
    Friend WithEvents tbLongtitude As System.Windows.Forms.TextBox
    Friend WithEvents tbCity As System.Windows.Forms.TextBox
    Friend WithEvents tbRegion As System.Windows.Forms.TextBox
    Friend WithEvents tbLatitude As System.Windows.Forms.TextBox
    Friend WithEvents tbISP As System.Windows.Forms.TextBox
    Friend WithEvents tbLocalIP As System.Windows.Forms.TextBox
    Friend WithEvents tbTelPrefix As System.Windows.Forms.TextBox
    Friend WithEvents tbPublicIP As System.Windows.Forms.TextBox
    Friend WithEvents Label8 As System.Windows.Forms.Label
    Friend WithEvents Label9 As System.Windows.Forms.Label
    Friend WithEvents Label7 As System.Windows.Forms.Label
    Friend WithEvents Label6 As System.Windows.Forms.Label
    Friend WithEvents Label5 As System.Windows.Forms.Label
    Friend WithEvents Label4 As System.Windows.Forms.Label
    Friend WithEvents Label3 As System.Windows.Forms.Label
    Friend WithEvents Label2 As System.Windows.Forms.Label
    Friend WithEvents pictureBoxFlag As System.Windows.Forms.PictureBox
    Friend WithEvents lbCountry As System.Windows.Forms.Label
    Friend WithEvents lbSunrise As System.Windows.Forms.Label
    Friend WithEvents lbSunset As System.Windows.Forms.Label
    Friend WithEvents lbWind As System.Windows.Forms.Label
    Friend WithEvents Label14 As System.Windows.Forms.Label
    Friend WithEvents Label15 As System.Windows.Forms.Label
    Friend WithEvents lbStation As System.Windows.Forms.Label
    Friend WithEvents lbNowDegree As System.Windows.Forms.Label
    Friend WithEvents lbTonightDegree As System.Windows.Forms.Label
    Friend WithEvents lbNowSky As System.Windows.Forms.Label
    Friend WithEvents lbTonightSky As System.Windows.Forms.Label
    Friend WithEvents pbNowSky As System.Windows.Forms.PictureBox
    Friend WithEvents pbTonight As System.Windows.Forms.PictureBox
    Friend WithEvents gbWeatherInfos As System.Windows.Forms.GroupBox
    Friend WithEvents gbIPInfos As System.Windows.Forms.GroupBox
    Friend WithEvents tbContinent As System.Windows.Forms.TextBox
    Friend WithEvents Label1 As System.Windows.Forms.Label
    Friend WithEvents tbBroadband As System.Windows.Forms.TextBox
    Friend WithEvents Label11 As System.Windows.Forms.Label

End Class

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



Comments and Discussions