Click here to Skip to main content
15,886,199 members
Articles / Desktop Programming / Win32

A Full Yahoo! Weather App, Yes Another One

Rate me:
Please Sign up or sign in to vote.
4.96/5 (29 votes)
16 Apr 2011CPOL8 min read 244.6K   3.9K   110  
Uses Farhad Siasar's YahooWeathertlb library with a few added functions
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmWeather
    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(frmWeather))
        Me.TabControl1 = New System.Windows.Forms.TabControl()
        Me.tpWeather = New System.Windows.Forms.TabPage()
        Me.lblTime = New System.Windows.Forms.Label()
        Me.lblDate = New System.Windows.Forms.Label()
        Me.lblSunset = New System.Windows.Forms.Label()
        Me.lblSunrise = New System.Windows.Forms.Label()
        Me.lblLow = New System.Windows.Forms.Label()
        Me.lblHigh = New System.Windows.Forms.Label()
        Me.Label11 = New System.Windows.Forms.Label()
        Me.Label10 = New System.Windows.Forms.Label()
        Me.Label9 = New System.Windows.Forms.Label()
        Me.Label8 = New System.Windows.Forms.Label()
        Me.Label7 = New System.Windows.Forms.Label()
        Me.Label6 = New System.Windows.Forms.Label()
        Me.lblPressure = New System.Windows.Forms.Label()
        Me.lblDewPoint = New System.Windows.Forms.Label()
        Me.lblVisibility = New System.Windows.Forms.Label()
        Me.lblHumidity = New System.Windows.Forms.Label()
        Me.lblHeatIndex = 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.Label1 = New System.Windows.Forms.Label()
        Me.PictureBox1 = New System.Windows.Forms.PictureBox()
        Me.lblLocation = New System.Windows.Forms.Label()
        Me.lblZipCode = New System.Windows.Forms.Label()
        Me.lblTemp = New System.Windows.Forms.Label()
        Me.lblCondition = New System.Windows.Forms.Label()
        Me.pbCondition = New System.Windows.Forms.PictureBox()
        Me.txtZip = New System.Windows.Forms.TextBox()
        Me.btnGo = New System.Windows.Forms.Button()
        Me.tpRadar = New System.Windows.Forms.TabPage()
        Me.pbMap = New System.Windows.Forms.PictureBox()
        Me.tpHeatIndex = New System.Windows.Forms.TabPage()
        Me.pbMap1 = New System.Windows.Forms.PictureBox()
        Me.tp2Day = New System.Windows.Forms.TabPage()
        Me.GroupBox1 = New System.Windows.Forms.GroupBox()
        Me.lblDate2 = New System.Windows.Forms.Label()
        Me.lblDate1 = New System.Windows.Forms.Label()
        Me.lblLow2 = New System.Windows.Forms.Label()
        Me.lblLow1 = New System.Windows.Forms.Label()
        Me.lblHigh2 = New System.Windows.Forms.Label()
        Me.lblHigh1 = New System.Windows.Forms.Label()
        Me.lblcc2 = New System.Windows.Forms.Label()
        Me.lblcc1 = New System.Windows.Forms.Label()
        Me.picSmall2 = New System.Windows.Forms.PictureBox()
        Me.picSmall1 = New System.Windows.Forms.PictureBox()
        Me.lblTomorrow = New System.Windows.Forms.Label()
        Me.lblToday = New System.Windows.Forms.Label()
        Me.tp5Day = New System.Windows.Forms.TabPage()
        Me.GroupBox2 = New System.Windows.Forms.GroupBox()
        Me.cmbNearbyLocations2 = New System.Windows.Forms.ComboBox()
        Me.cmbNearbyLocations = New System.Windows.Forms.ComboBox()
        Me.lblNearbyLocations = New System.Windows.Forms.Label()
        Me.lblDt5 = New System.Windows.Forms.Label()
        Me.lblDt4 = New System.Windows.Forms.Label()
        Me.lblDt3 = New System.Windows.Forms.Label()
        Me.lblDt2 = New System.Windows.Forms.Label()
        Me.lblDt1 = New System.Windows.Forms.Label()
        Me.lblLo5 = New System.Windows.Forms.Label()
        Me.lblLo4 = New System.Windows.Forms.Label()
        Me.lblLo3 = New System.Windows.Forms.Label()
        Me.lblLo2 = New System.Windows.Forms.Label()
        Me.lblLo1 = New System.Windows.Forms.Label()
        Me.lblHi5 = New System.Windows.Forms.Label()
        Me.lblHi4 = New System.Windows.Forms.Label()
        Me.lblHi3 = New System.Windows.Forms.Label()
        Me.lblHi2 = New System.Windows.Forms.Label()
        Me.lblHi1 = New System.Windows.Forms.Label()
        Me.lblCon5 = New System.Windows.Forms.Label()
        Me.lblCon4 = New System.Windows.Forms.Label()
        Me.lblCon3 = New System.Windows.Forms.Label()
        Me.lblCon2 = New System.Windows.Forms.Label()
        Me.lblCon1 = New System.Windows.Forms.Label()
        Me.pbDay5 = New System.Windows.Forms.PictureBox()
        Me.pbDay4 = New System.Windows.Forms.PictureBox()
        Me.pbDay3 = New System.Windows.Forms.PictureBox()
        Me.pbDay2 = New System.Windows.Forms.PictureBox()
        Me.pbDay1 = New System.Windows.Forms.PictureBox()
        Me.lblDay5 = New System.Windows.Forms.Label()
        Me.lblDay4 = New System.Windows.Forms.Label()
        Me.lblDay3 = New System.Windows.Forms.Label()
        Me.lblDay2 = New System.Windows.Forms.Label()
        Me.lblDay1 = New System.Windows.Forms.Label()
        Me.tpAbout = New System.Windows.Forms.TabPage()
        Me.RichTextBox1 = New System.Windows.Forms.RichTextBox()
        Me.TextBox1 = New System.Windows.Forms.TextBox()
        Me.Label16 = New System.Windows.Forms.Label()
        Me.Label15 = New System.Windows.Forms.Label()
        Me.TextBoxDescription = New System.Windows.Forms.TextBox()
        Me.LabelCompanyName = New System.Windows.Forms.Label()
        Me.LabelCopyright = New System.Windows.Forms.Label()
        Me.LabelVersion = New System.Windows.Forms.Label()
        Me.LabelProductName = New System.Windows.Forms.Label()
        Me.GroupBox3 = New System.Windows.Forms.GroupBox()
        Me.picOH = New System.Windows.Forms.PictureBox()
        Me.Label12 = New System.Windows.Forms.Label()
        Me.Label13 = New System.Windows.Forms.Label()
        Me.Label14 = New System.Windows.Forms.Label()
        Me.timeTimer = New System.Windows.Forms.Timer()
        Me.TMPTimer = New System.Windows.Forms.Timer()
        Me.WDTimer = New System.Windows.Forms.Timer()
        Me.WSTimer = New System.Windows.Forms.Timer()
        Me.BaseUI3 = New NextUI.BaseUI.BaseUI()
        Me.BaseUI2 = New NextUI.BaseUI.BaseUI()
        Me.BaseUI1 = New NextUI.BaseUI.BaseUI()
        Me.LinkProcess = New System.Diagnostics.Process()
        Me.TabControl1.SuspendLayout()
        Me.tpWeather.SuspendLayout()
        Me.tpRadar.SuspendLayout()
        Me.tpHeatIndex.SuspendLayout()
        Me.tp2Day.SuspendLayout()
        Me.GroupBox1.SuspendLayout()
        Me.tp5Day.SuspendLayout()
        Me.GroupBox2.SuspendLayout()
        Me.tpAbout.SuspendLayout()
        Me.SuspendLayout()
        '
        'TabControl1
        '
        Me.TabControl1.Appearance = System.Windows.Forms.TabAppearance.Buttons
        Me.TabControl1.Controls.Add(Me.tpWeather)
        Me.TabControl1.Controls.Add(Me.tpRadar)
        Me.TabControl1.Controls.Add(Me.tpHeatIndex)
        Me.TabControl1.Controls.Add(Me.tp2Day)
        Me.TabControl1.Controls.Add(Me.tp5Day)
        Me.TabControl1.Controls.Add(Me.tpAbout)
        Me.TabControl1.Location = New System.Drawing.Point(12, 12)
        Me.TabControl1.Name = "TabControl1"
        Me.TabControl1.SelectedIndex = 0
        Me.TabControl1.Size = New System.Drawing.Size(748, 402)
        Me.TabControl1.TabIndex = 28
        '
        'tpWeather
        '
        Me.tpWeather.BackgroundImage = Global.WearherOne.My.Resources.Resources.black_oak
        Me.tpWeather.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
        Me.tpWeather.Controls.Add(Me.lblTime)
        Me.tpWeather.Controls.Add(Me.lblDate)
        Me.tpWeather.Controls.Add(Me.lblSunset)
        Me.tpWeather.Controls.Add(Me.lblSunrise)
        Me.tpWeather.Controls.Add(Me.lblLow)
        Me.tpWeather.Controls.Add(Me.lblHigh)
        Me.tpWeather.Controls.Add(Me.Label11)
        Me.tpWeather.Controls.Add(Me.Label10)
        Me.tpWeather.Controls.Add(Me.Label9)
        Me.tpWeather.Controls.Add(Me.Label8)
        Me.tpWeather.Controls.Add(Me.Label7)
        Me.tpWeather.Controls.Add(Me.Label6)
        Me.tpWeather.Controls.Add(Me.lblPressure)
        Me.tpWeather.Controls.Add(Me.lblDewPoint)
        Me.tpWeather.Controls.Add(Me.lblVisibility)
        Me.tpWeather.Controls.Add(Me.lblHumidity)
        Me.tpWeather.Controls.Add(Me.lblHeatIndex)
        Me.tpWeather.Controls.Add(Me.Label5)
        Me.tpWeather.Controls.Add(Me.Label4)
        Me.tpWeather.Controls.Add(Me.Label3)
        Me.tpWeather.Controls.Add(Me.Label2)
        Me.tpWeather.Controls.Add(Me.Label1)
        Me.tpWeather.Controls.Add(Me.PictureBox1)
        Me.tpWeather.Controls.Add(Me.lblLocation)
        Me.tpWeather.Controls.Add(Me.lblZipCode)
        Me.tpWeather.Controls.Add(Me.lblTemp)
        Me.tpWeather.Controls.Add(Me.lblCondition)
        Me.tpWeather.Controls.Add(Me.pbCondition)
        Me.tpWeather.Controls.Add(Me.txtZip)
        Me.tpWeather.Controls.Add(Me.btnGo)
        Me.tpWeather.Location = New System.Drawing.Point(4, 25)
        Me.tpWeather.Name = "tpWeather"
        Me.tpWeather.Size = New System.Drawing.Size(740, 373)
        Me.tpWeather.TabIndex = 5
        Me.tpWeather.Text = "Weather One"
        Me.tpWeather.UseVisualStyleBackColor = True
        '
        'lblTime
        '
        Me.lblTime.AutoSize = True
        Me.lblTime.BackColor = System.Drawing.Color.Transparent
        Me.lblTime.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.lblTime.ForeColor = System.Drawing.Color.Blue
        Me.lblTime.Location = New System.Drawing.Point(622, 280)
        Me.lblTime.Name = "lblTime"
        Me.lblTime.Size = New System.Drawing.Size(47, 16)
        Me.lblTime.TabIndex = 66
        Me.lblTime.Text = "lblTm"
        '
        'lblDate
        '
        Me.lblDate.AutoSize = True
        Me.lblDate.BackColor = System.Drawing.Color.Transparent
        Me.lblDate.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.lblDate.ForeColor = System.Drawing.Color.Blue
        Me.lblDate.Location = New System.Drawing.Point(622, 248)
        Me.lblDate.Name = "lblDate"
        Me.lblDate.Size = New System.Drawing.Size(40, 16)
        Me.lblDate.TabIndex = 65
        Me.lblDate.Text = "lblDt"
        '
        'lblSunset
        '
        Me.lblSunset.AutoSize = True
        Me.lblSunset.BackColor = System.Drawing.Color.Transparent
        Me.lblSunset.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.lblSunset.ForeColor = System.Drawing.Color.Blue
        Me.lblSunset.Location = New System.Drawing.Point(622, 216)
        Me.lblSunset.Name = "lblSunset"
        Me.lblSunset.Size = New System.Drawing.Size(48, 16)
        Me.lblSunset.TabIndex = 64
        Me.lblSunset.Text = "lblSet"
        '
        'lblSunrise
        '
        Me.lblSunrise.AutoSize = True
        Me.lblSunrise.BackColor = System.Drawing.Color.Transparent
        Me.lblSunrise.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.lblSunrise.ForeColor = System.Drawing.Color.Blue
        Me.lblSunrise.Location = New System.Drawing.Point(622, 184)
        Me.lblSunrise.Name = "lblSunrise"
        Me.lblSunrise.Size = New System.Drawing.Size(57, 16)
        Me.lblSunrise.TabIndex = 63
        Me.lblSunrise.Text = "lblRise"
        '
        'lblLow
        '
        Me.lblLow.AutoSize = True
        Me.lblLow.BackColor = System.Drawing.Color.Transparent
        Me.lblLow.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.lblLow.ForeColor = System.Drawing.Color.Blue
        Me.lblLow.Location = New System.Drawing.Point(622, 152)
        Me.lblLow.Name = "lblLow"
        Me.lblLow.Size = New System.Drawing.Size(52, 16)
        Me.lblLow.TabIndex = 62
        Me.lblLow.Text = "lblLow"
        '
        'lblHigh
        '
        Me.lblHigh.AutoSize = True
        Me.lblHigh.BackColor = System.Drawing.Color.Transparent
        Me.lblHigh.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.lblHigh.ForeColor = System.Drawing.Color.Blue
        Me.lblHigh.Location = New System.Drawing.Point(622, 120)
        Me.lblHigh.Name = "lblHigh"
        Me.lblHigh.Size = New System.Drawing.Size(40, 16)
        Me.lblHigh.TabIndex = 61
        Me.lblHigh.Text = "lblHI"
        '
        'Label11
        '
        Me.Label11.AutoSize = True
        Me.Label11.BackColor = System.Drawing.Color.Transparent
        Me.Label11.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label11.ForeColor = System.Drawing.Color.White
        Me.Label11.Location = New System.Drawing.Point(526, 280)
        Me.Label11.Name = "Label11"
        Me.Label11.Size = New System.Drawing.Size(83, 16)
        Me.Label11.TabIndex = 60
        Me.Label11.Text = "Time         :"
        '
        'Label10
        '
        Me.Label10.AutoSize = True
        Me.Label10.BackColor = System.Drawing.Color.Transparent
        Me.Label10.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label10.ForeColor = System.Drawing.Color.White
        Me.Label10.Location = New System.Drawing.Point(526, 248)
        Me.Label10.Name = "Label10"
        Me.Label10.Size = New System.Drawing.Size(81, 16)
        Me.Label10.TabIndex = 59
        Me.Label10.Text = "Date         :"
        '
        'Label9
        '
        Me.Label9.AutoSize = True
        Me.Label9.BackColor = System.Drawing.Color.Transparent
        Me.Label9.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label9.ForeColor = System.Drawing.Color.White
        Me.Label9.Location = New System.Drawing.Point(526, 216)
        Me.Label9.Name = "Label9"
        Me.Label9.Size = New System.Drawing.Size(83, 16)
        Me.Label9.TabIndex = 58
        Me.Label9.Text = "Sunset      :"
        '
        'Label8
        '
        Me.Label8.AutoSize = True
        Me.Label8.BackColor = System.Drawing.Color.Transparent
        Me.Label8.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label8.ForeColor = System.Drawing.Color.White
        Me.Label8.Location = New System.Drawing.Point(526, 184)
        Me.Label8.Name = "Label8"
        Me.Label8.Size = New System.Drawing.Size(84, 16)
        Me.Label8.TabIndex = 57
        Me.Label8.Text = "Sunrise     :"
        '
        'Label7
        '
        Me.Label7.AutoSize = True
        Me.Label7.BackColor = System.Drawing.Color.Transparent
        Me.Label7.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label7.ForeColor = System.Drawing.Color.White
        Me.Label7.Location = New System.Drawing.Point(526, 152)
        Me.Label7.Name = "Label7"
        Me.Label7.Size = New System.Drawing.Size(81, 16)
        Me.Label7.TabIndex = 56
        Me.Label7.Text = "LOW         :"
        '
        'Label6
        '
        Me.Label6.AutoSize = True
        Me.Label6.BackColor = System.Drawing.Color.Transparent
        Me.Label6.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label6.ForeColor = System.Drawing.Color.White
        Me.Label6.Location = New System.Drawing.Point(526, 120)
        Me.Label6.Name = "Label6"
        Me.Label6.Size = New System.Drawing.Size(81, 16)
        Me.Label6.TabIndex = 55
        Me.Label6.Text = "HIGH        :"
        '
        'lblPressure
        '
        Me.lblPressure.AutoSize = True
        Me.lblPressure.BackColor = System.Drawing.Color.Transparent
        Me.lblPressure.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.lblPressure.ForeColor = System.Drawing.Color.Blue
        Me.lblPressure.Location = New System.Drawing.Point(134, 280)
        Me.lblPressure.Name = "lblPressure"
        Me.lblPressure.Size = New System.Drawing.Size(49, 16)
        Me.lblPressure.TabIndex = 54
        Me.lblPressure.Text = "lblBar"
        '
        'lblDewPoint
        '
        Me.lblDewPoint.AutoSize = True
        Me.lblDewPoint.BackColor = System.Drawing.Color.Transparent
        Me.lblDewPoint.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.lblDewPoint.ForeColor = System.Drawing.Color.Blue
        Me.lblDewPoint.Location = New System.Drawing.Point(135, 248)
        Me.lblDewPoint.Name = "lblDewPoint"
        Me.lblDewPoint.Size = New System.Drawing.Size(55, 16)
        Me.lblDewPoint.TabIndex = 53
        Me.lblDewPoint.Text = "lblDew"
        '
        'lblVisibility
        '
        Me.lblVisibility.AutoSize = True
        Me.lblVisibility.BackColor = System.Drawing.Color.Transparent
        Me.lblVisibility.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.lblVisibility.ForeColor = System.Drawing.Color.Blue
        Me.lblVisibility.Location = New System.Drawing.Point(135, 180)
        Me.lblVisibility.Name = "lblVisibility"
        Me.lblVisibility.Size = New System.Drawing.Size(47, 16)
        Me.lblVisibility.TabIndex = 52
        Me.lblVisibility.Text = "lblVis"
        '
        'lblHumidity
        '
        Me.lblHumidity.AutoSize = True
        Me.lblHumidity.BackColor = System.Drawing.Color.Transparent
        Me.lblHumidity.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.lblHumidity.ForeColor = System.Drawing.Color.Blue
        Me.lblHumidity.Location = New System.Drawing.Point(134, 214)
        Me.lblHumidity.Name = "lblHumidity"
        Me.lblHumidity.Size = New System.Drawing.Size(56, 16)
        Me.lblHumidity.TabIndex = 51
        Me.lblHumidity.Text = "lblHum"
        '
        'lblHeatIndex
        '
        Me.lblHeatIndex.AutoSize = True
        Me.lblHeatIndex.BackColor = System.Drawing.Color.Transparent
        Me.lblHeatIndex.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.lblHeatIndex.ForeColor = System.Drawing.Color.Blue
        Me.lblHeatIndex.Location = New System.Drawing.Point(135, 146)
        Me.lblHeatIndex.Name = "lblHeatIndex"
        Me.lblHeatIndex.Size = New System.Drawing.Size(44, 16)
        Me.lblHeatIndex.TabIndex = 50
        Me.lblHeatIndex.Text = "lblHtI"
        '
        'Label5
        '
        Me.Label5.AutoSize = True
        Me.Label5.BackColor = System.Drawing.Color.Transparent
        Me.Label5.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label5.ForeColor = System.Drawing.Color.White
        Me.Label5.Location = New System.Drawing.Point(17, 280)
        Me.Label5.Name = "Label5"
        Me.Label5.Size = New System.Drawing.Size(88, 16)
        Me.Label5.TabIndex = 49
        Me.Label5.Text = "Barometer :"
        '
        'Label4
        '
        Me.Label4.AutoSize = True
        Me.Label4.BackColor = System.Drawing.Color.Transparent
        Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label4.ForeColor = System.Drawing.Color.White
        Me.Label4.Location = New System.Drawing.Point(17, 248)
        Me.Label4.Name = "Label4"
        Me.Label4.Size = New System.Drawing.Size(89, 16)
        Me.Label4.TabIndex = 48
        Me.Label4.Text = "Dew Point  :"
        '
        'Label3
        '
        Me.Label3.AutoSize = True
        Me.Label3.BackColor = System.Drawing.Color.Transparent
        Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label3.ForeColor = System.Drawing.Color.White
        Me.Label3.Location = New System.Drawing.Point(17, 180)
        Me.Label3.Name = "Label3"
        Me.Label3.Size = New System.Drawing.Size(91, 16)
        Me.Label3.TabIndex = 47
        Me.Label3.Text = "Visibility     :"
        '
        'Label2
        '
        Me.Label2.AutoSize = True
        Me.Label2.BackColor = System.Drawing.Color.Transparent
        Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label2.ForeColor = System.Drawing.Color.White
        Me.Label2.Location = New System.Drawing.Point(17, 214)
        Me.Label2.Name = "Label2"
        Me.Label2.Size = New System.Drawing.Size(88, 16)
        Me.Label2.TabIndex = 46
        Me.Label2.Text = "Humidity    :"
        '
        'Label1
        '
        Me.Label1.AutoSize = True
        Me.Label1.BackColor = System.Drawing.Color.Transparent
        Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label1.ForeColor = System.Drawing.Color.White
        Me.Label1.Location = New System.Drawing.Point(17, 146)
        Me.Label1.Name = "Label1"
        Me.Label1.Size = New System.Drawing.Size(88, 16)
        Me.Label1.TabIndex = 45
        Me.Label1.Text = "Feels Like :"
        '
        'PictureBox1
        '
        Me.PictureBox1.BackColor = System.Drawing.Color.White
        Me.PictureBox1.Image = Global.WearherOne.My.Resources.Resources.ma_nws_we_1
        Me.PictureBox1.Location = New System.Drawing.Point(529, 11)
        Me.PictureBox1.Name = "PictureBox1"
        Me.PictureBox1.Size = New System.Drawing.Size(208, 33)
        Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize
        Me.PictureBox1.TabIndex = 44
        Me.PictureBox1.TabStop = False
        '
        'lblLocation
        '
        Me.lblLocation.AutoEllipsis = True
        Me.lblLocation.BackColor = System.Drawing.Color.Transparent
        Me.lblLocation.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.lblLocation.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.lblLocation.ForeColor = System.Drawing.Color.Blue
        Me.lblLocation.Location = New System.Drawing.Point(3, 12)
        Me.lblLocation.Name = "lblLocation"
        Me.lblLocation.Size = New System.Drawing.Size(520, 32)
        Me.lblLocation.TabIndex = 43
        Me.lblLocation.Text = "lblLocation"
        Me.lblLocation.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        '
        'lblZipCode
        '
        Me.lblZipCode.AutoSize = True
        Me.lblZipCode.BackColor = System.Drawing.Color.Transparent
        Me.lblZipCode.ForeColor = System.Drawing.Color.White
        Me.lblZipCode.Location = New System.Drawing.Point(70, 68)
        Me.lblZipCode.Name = "lblZipCode"
        Me.lblZipCode.Size = New System.Drawing.Size(78, 13)
        Me.lblZipCode.TabIndex = 42
        Me.lblZipCode.Text = "Enter Zip-Code"
        '
        'lblTemp
        '
        Me.lblTemp.AutoSize = True
        Me.lblTemp.Location = New System.Drawing.Point(135, 107)
        Me.lblTemp.Name = "lblTemp"
        Me.lblTemp.Size = New System.Drawing.Size(19, 13)
        Me.lblTemp.TabIndex = 41
        Me.lblTemp.Text = "00"
        Me.lblTemp.Visible = False
        '
        'lblCondition
        '
        Me.lblCondition.BackColor = System.Drawing.Color.Transparent
        Me.lblCondition.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.lblCondition.ForeColor = System.Drawing.Color.White
        Me.lblCondition.Location = New System.Drawing.Point(281, 251)
        Me.lblCondition.Name = "lblCondition"
        Me.lblCondition.Size = New System.Drawing.Size(220, 30)
        Me.lblCondition.TabIndex = 40
        Me.lblCondition.Text = "lblCondition"
        '
        'pbCondition
        '
        Me.pbCondition.BackColor = System.Drawing.Color.Transparent
        Me.pbCondition.Location = New System.Drawing.Point(267, 65)
        Me.pbCondition.Name = "pbCondition"
        Me.pbCondition.Size = New System.Drawing.Size(256, 183)
        Me.pbCondition.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
        Me.pbCondition.TabIndex = 39
        Me.pbCondition.TabStop = False
        '
        'txtZip
        '
        Me.txtZip.Location = New System.Drawing.Point(20, 65)
        Me.txtZip.MaxLength = 5
        Me.txtZip.Name = "txtZip"
        Me.txtZip.Size = New System.Drawing.Size(42, 20)
        Me.txtZip.TabIndex = 38
        Me.txtZip.Text = "31313"
        '
        'btnGo
        '
        Me.btnGo.Location = New System.Drawing.Point(20, 100)
        Me.btnGo.Name = "btnGo"
        Me.btnGo.Size = New System.Drawing.Size(95, 26)
        Me.btnGo.TabIndex = 37
        Me.btnGo.Text = "Get Weather"
        Me.btnGo.UseVisualStyleBackColor = True
        '
        'tpRadar
        '
        Me.tpRadar.BackgroundImage = Global.WearherOne.My.Resources.Resources.black_oak
        Me.tpRadar.Controls.Add(Me.pbMap)
        Me.tpRadar.Location = New System.Drawing.Point(4, 25)
        Me.tpRadar.Name = "tpRadar"
        Me.tpRadar.Padding = New System.Windows.Forms.Padding(3)
        Me.tpRadar.Size = New System.Drawing.Size(740, 373)
        Me.tpRadar.TabIndex = 0
        Me.tpRadar.Text = "Radar"
        Me.tpRadar.UseVisualStyleBackColor = True
        '
        'pbMap
        '
        Me.pbMap.Location = New System.Drawing.Point(150, 38)
        Me.pbMap.Name = "pbMap"
        Me.pbMap.Size = New System.Drawing.Size(440, 297)
        Me.pbMap.TabIndex = 0
        Me.pbMap.TabStop = False
        '
        'tpHeatIndex
        '
        Me.tpHeatIndex.BackgroundImage = Global.WearherOne.My.Resources.Resources.black_oak
        Me.tpHeatIndex.Controls.Add(Me.pbMap1)
        Me.tpHeatIndex.Location = New System.Drawing.Point(4, 25)
        Me.tpHeatIndex.Name = "tpHeatIndex"
        Me.tpHeatIndex.Padding = New System.Windows.Forms.Padding(3)
        Me.tpHeatIndex.Size = New System.Drawing.Size(740, 373)
        Me.tpHeatIndex.TabIndex = 1
        Me.tpHeatIndex.Text = "Current Heat Index"
        Me.tpHeatIndex.UseVisualStyleBackColor = True
        '
        'pbMap1
        '
        Me.pbMap1.Location = New System.Drawing.Point(150, 38)
        Me.pbMap1.Name = "pbMap1"
        Me.pbMap1.Size = New System.Drawing.Size(440, 297)
        Me.pbMap1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
        Me.pbMap1.TabIndex = 0
        Me.pbMap1.TabStop = False
        '
        'tp2Day
        '
        Me.tp2Day.BackgroundImage = Global.WearherOne.My.Resources.Resources.black_oak
        Me.tp2Day.Controls.Add(Me.GroupBox1)
        Me.tp2Day.Location = New System.Drawing.Point(4, 25)
        Me.tp2Day.Name = "tp2Day"
        Me.tp2Day.Size = New System.Drawing.Size(740, 373)
        Me.tp2Day.TabIndex = 2
        Me.tp2Day.Text = "2-Day Forecast"
        Me.tp2Day.UseVisualStyleBackColor = True
        '
        'GroupBox1
        '
        Me.GroupBox1.BackColor = System.Drawing.Color.Transparent
        Me.GroupBox1.Controls.Add(Me.lblDate2)
        Me.GroupBox1.Controls.Add(Me.lblDate1)
        Me.GroupBox1.Controls.Add(Me.lblLow2)
        Me.GroupBox1.Controls.Add(Me.lblLow1)
        Me.GroupBox1.Controls.Add(Me.lblHigh2)
        Me.GroupBox1.Controls.Add(Me.lblHigh1)
        Me.GroupBox1.Controls.Add(Me.lblcc2)
        Me.GroupBox1.Controls.Add(Me.lblcc1)
        Me.GroupBox1.Controls.Add(Me.picSmall2)
        Me.GroupBox1.Controls.Add(Me.picSmall1)
        Me.GroupBox1.Controls.Add(Me.lblTomorrow)
        Me.GroupBox1.Controls.Add(Me.lblToday)
        Me.GroupBox1.ForeColor = System.Drawing.Color.White
        Me.GroupBox1.Location = New System.Drawing.Point(146, 16)
        Me.GroupBox1.Name = "GroupBox1"
        Me.GroupBox1.Size = New System.Drawing.Size(448, 340)
        Me.GroupBox1.TabIndex = 0
        Me.GroupBox1.TabStop = False
        Me.GroupBox1.Text = "Two Day Forecast"
        '
        'lblDate2
        '
        Me.lblDate2.Location = New System.Drawing.Point(270, 290)
        Me.lblDate2.Name = "lblDate2"
        Me.lblDate2.Size = New System.Drawing.Size(145, 19)
        Me.lblDate2.TabIndex = 11
        Me.lblDate2.Text = "lblDate2"
        Me.lblDate2.TextAlign = System.Drawing.ContentAlignment.TopCenter
        '
        'lblDate1
        '
        Me.lblDate1.Location = New System.Drawing.Point(40, 290)
        Me.lblDate1.Name = "lblDate1"
        Me.lblDate1.Size = New System.Drawing.Size(145, 19)
        Me.lblDate1.TabIndex = 10
        Me.lblDate1.Text = "lblDate1"
        Me.lblDate1.TextAlign = System.Drawing.ContentAlignment.TopCenter
        '
        'lblLow2
        '
        Me.lblLow2.Location = New System.Drawing.Point(270, 259)
        Me.lblLow2.Name = "lblLow2"
        Me.lblLow2.Size = New System.Drawing.Size(145, 19)
        Me.lblLow2.TabIndex = 9
        Me.lblLow2.Text = "lblLow2"
        Me.lblLow2.TextAlign = System.Drawing.ContentAlignment.TopCenter
        '
        'lblLow1
        '
        Me.lblLow1.Location = New System.Drawing.Point(40, 259)
        Me.lblLow1.Name = "lblLow1"
        Me.lblLow1.Size = New System.Drawing.Size(145, 19)
        Me.lblLow1.TabIndex = 8
        Me.lblLow1.Text = "lblLow1"
        Me.lblLow1.TextAlign = System.Drawing.ContentAlignment.TopCenter
        '
        'lblHigh2
        '
        Me.lblHigh2.Location = New System.Drawing.Point(270, 221)
        Me.lblHigh2.Name = "lblHigh2"
        Me.lblHigh2.Size = New System.Drawing.Size(145, 19)
        Me.lblHigh2.TabIndex = 7
        Me.lblHigh2.Text = "lblHigh2"
        Me.lblHigh2.TextAlign = System.Drawing.ContentAlignment.TopCenter
        '
        'lblHigh1
        '
        Me.lblHigh1.Location = New System.Drawing.Point(40, 221)
        Me.lblHigh1.Name = "lblHigh1"
        Me.lblHigh1.Size = New System.Drawing.Size(145, 19)
        Me.lblHigh1.TabIndex = 6
        Me.lblHigh1.Text = "lblHigh1"
        Me.lblHigh1.TextAlign = System.Drawing.ContentAlignment.TopCenter
        '
        'lblcc2
        '
        Me.lblcc2.Location = New System.Drawing.Point(271, 166)
        Me.lblcc2.Name = "lblcc2"
        Me.lblcc2.Size = New System.Drawing.Size(144, 62)
        Me.lblcc2.TabIndex = 5
        Me.lblcc2.Text = "lblcc2"
        Me.lblcc2.TextAlign = System.Drawing.ContentAlignment.TopCenter
        '
        'lblcc1
        '
        Me.lblcc1.Location = New System.Drawing.Point(39, 165)
        Me.lblcc1.Name = "lblcc1"
        Me.lblcc1.Size = New System.Drawing.Size(144, 62)
        Me.lblcc1.TabIndex = 4
        Me.lblcc1.Text = "lblcc1"
        Me.lblcc1.TextAlign = System.Drawing.ContentAlignment.TopCenter
        '
        'picSmall2
        '
        Me.picSmall2.Location = New System.Drawing.Point(288, 41)
        Me.picSmall2.Name = "picSmall2"
        Me.picSmall2.Size = New System.Drawing.Size(144, 112)
        Me.picSmall2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
        Me.picSmall2.TabIndex = 3
        Me.picSmall2.TabStop = False
        '
        'picSmall1
        '
        Me.picSmall1.Location = New System.Drawing.Point(67, 41)
        Me.picSmall1.Name = "picSmall1"
        Me.picSmall1.Size = New System.Drawing.Size(144, 112)
        Me.picSmall1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
        Me.picSmall1.TabIndex = 2
        Me.picSmall1.TabStop = False
        '
        'lblTomorrow
        '
        Me.lblTomorrow.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.lblTomorrow.Location = New System.Drawing.Point(262, 21)
        Me.lblTomorrow.Name = "lblTomorrow"
        Me.lblTomorrow.Size = New System.Drawing.Size(153, 22)
        Me.lblTomorrow.TabIndex = 1
        Me.lblTomorrow.Text = "Tomorrow"
        Me.lblTomorrow.TextAlign = System.Drawing.ContentAlignment.TopCenter
        '
        'lblToday
        '
        Me.lblToday.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.lblToday.Location = New System.Drawing.Point(32, 21)
        Me.lblToday.Name = "lblToday"
        Me.lblToday.Size = New System.Drawing.Size(153, 22)
        Me.lblToday.TabIndex = 0
        Me.lblToday.Text = "Today"
        Me.lblToday.TextAlign = System.Drawing.ContentAlignment.TopCenter
        '
        'tp5Day
        '
        Me.tp5Day.BackgroundImage = Global.WearherOne.My.Resources.Resources.black_oak
        Me.tp5Day.Controls.Add(Me.GroupBox2)
        Me.tp5Day.Location = New System.Drawing.Point(4, 25)
        Me.tp5Day.Name = "tp5Day"
        Me.tp5Day.Size = New System.Drawing.Size(740, 373)
        Me.tp5Day.TabIndex = 3
        Me.tp5Day.Text = "5-Day Forecast"
        Me.tp5Day.UseVisualStyleBackColor = True
        '
        'GroupBox2
        '
        Me.GroupBox2.BackColor = System.Drawing.Color.Transparent
        Me.GroupBox2.Controls.Add(Me.cmbNearbyLocations2)
        Me.GroupBox2.Controls.Add(Me.cmbNearbyLocations)
        Me.GroupBox2.Controls.Add(Me.lblNearbyLocations)
        Me.GroupBox2.Controls.Add(Me.lblDt5)
        Me.GroupBox2.Controls.Add(Me.lblDt4)
        Me.GroupBox2.Controls.Add(Me.lblDt3)
        Me.GroupBox2.Controls.Add(Me.lblDt2)
        Me.GroupBox2.Controls.Add(Me.lblDt1)
        Me.GroupBox2.Controls.Add(Me.lblLo5)
        Me.GroupBox2.Controls.Add(Me.lblLo4)
        Me.GroupBox2.Controls.Add(Me.lblLo3)
        Me.GroupBox2.Controls.Add(Me.lblLo2)
        Me.GroupBox2.Controls.Add(Me.lblLo1)
        Me.GroupBox2.Controls.Add(Me.lblHi5)
        Me.GroupBox2.Controls.Add(Me.lblHi4)
        Me.GroupBox2.Controls.Add(Me.lblHi3)
        Me.GroupBox2.Controls.Add(Me.lblHi2)
        Me.GroupBox2.Controls.Add(Me.lblHi1)
        Me.GroupBox2.Controls.Add(Me.lblCon5)
        Me.GroupBox2.Controls.Add(Me.lblCon4)
        Me.GroupBox2.Controls.Add(Me.lblCon3)
        Me.GroupBox2.Controls.Add(Me.lblCon2)
        Me.GroupBox2.Controls.Add(Me.lblCon1)
        Me.GroupBox2.Controls.Add(Me.pbDay5)
        Me.GroupBox2.Controls.Add(Me.pbDay4)
        Me.GroupBox2.Controls.Add(Me.pbDay3)
        Me.GroupBox2.Controls.Add(Me.pbDay2)
        Me.GroupBox2.Controls.Add(Me.pbDay1)
        Me.GroupBox2.Controls.Add(Me.lblDay5)
        Me.GroupBox2.Controls.Add(Me.lblDay4)
        Me.GroupBox2.Controls.Add(Me.lblDay3)
        Me.GroupBox2.Controls.Add(Me.lblDay2)
        Me.GroupBox2.Controls.Add(Me.lblDay1)
        Me.GroupBox2.ForeColor = System.Drawing.Color.White
        Me.GroupBox2.Location = New System.Drawing.Point(20, 18)
        Me.GroupBox2.Name = "GroupBox2"
        Me.GroupBox2.Size = New System.Drawing.Size(700, 336)
        Me.GroupBox2.TabIndex = 0
        Me.GroupBox2.TabStop = False
        Me.GroupBox2.Text = "Five Day Forecast"
        '
        'cmbNearbyLocations2
        '
        Me.cmbNearbyLocations2.FormattingEnabled = True
        Me.cmbNearbyLocations2.Location = New System.Drawing.Point(562, 304)
        Me.cmbNearbyLocations2.Name = "cmbNearbyLocations2"
        Me.cmbNearbyLocations2.Size = New System.Drawing.Size(124, 21)
        Me.cmbNearbyLocations2.TabIndex = 32
        Me.cmbNearbyLocations2.Visible = False
        '
        'cmbNearbyLocations
        '
        Me.cmbNearbyLocations.FormattingEnabled = True
        Me.cmbNearbyLocations.Location = New System.Drawing.Point(424, 304)
        Me.cmbNearbyLocations.Name = "cmbNearbyLocations"
        Me.cmbNearbyLocations.Size = New System.Drawing.Size(124, 21)
        Me.cmbNearbyLocations.TabIndex = 31
        '
        'lblNearbyLocations
        '
        Me.lblNearbyLocations.AutoSize = True
        Me.lblNearbyLocations.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.lblNearbyLocations.Location = New System.Drawing.Point(184, 307)
        Me.lblNearbyLocations.Name = "lblNearbyLocations"
        Me.lblNearbyLocations.Size = New System.Drawing.Size(213, 13)
        Me.lblNearbyLocations.TabIndex = 30
        Me.lblNearbyLocations.Text = "Nearby Locations Five Day Forecast"
        '
        'lblDt5
        '
        Me.lblDt5.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.lblDt5.Location = New System.Drawing.Point(563, 277)
        Me.lblDt5.Name = "lblDt5"
        Me.lblDt5.Size = New System.Drawing.Size(129, 22)
        Me.lblDt5.TabIndex = 29
        Me.lblDt5.Text = "lblDt5"
        Me.lblDt5.TextAlign = System.Drawing.ContentAlignment.TopCenter
        '
        'lblDt4
        '
        Me.lblDt4.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.lblDt4.Location = New System.Drawing.Point(424, 277)
        Me.lblDt4.Name = "lblDt4"
        Me.lblDt4.Size = New System.Drawing.Size(129, 22)
        Me.lblDt4.TabIndex = 28
        Me.lblDt4.Text = "lblDt4"
        Me.lblDt4.TextAlign = System.Drawing.ContentAlignment.TopCenter
        '
        'lblDt3
        '
        Me.lblDt3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.lblDt3.Location = New System.Drawing.Point(285, 277)
        Me.lblDt3.Name = "lblDt3"
        Me.lblDt3.Size = New System.Drawing.Size(129, 22)
        Me.lblDt3.TabIndex = 27
        Me.lblDt3.Text = "lblDt3"
        Me.lblDt3.TextAlign = System.Drawing.ContentAlignment.TopCenter
        '
        'lblDt2
        '
        Me.lblDt2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.lblDt2.Location = New System.Drawing.Point(146, 277)
        Me.lblDt2.Name = "lblDt2"
        Me.lblDt2.Size = New System.Drawing.Size(129, 22)
        Me.lblDt2.TabIndex = 26
        Me.lblDt2.Text = "lblDt2"
        Me.lblDt2.TextAlign = System.Drawing.ContentAlignment.TopCenter
        '
        'lblDt1
        '
        Me.lblDt1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.lblDt1.Location = New System.Drawing.Point(6, 277)
        Me.lblDt1.Name = "lblDt1"
        Me.lblDt1.Size = New System.Drawing.Size(129, 22)
        Me.lblDt1.TabIndex = 25
        Me.lblDt1.Text = "lblDt1"
        Me.lblDt1.TextAlign = System.Drawing.ContentAlignment.TopCenter
        '
        'lblLo5
        '
        Me.lblLo5.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.lblLo5.Location = New System.Drawing.Point(563, 249)
        Me.lblLo5.Name = "lblLo5"
        Me.lblLo5.Size = New System.Drawing.Size(129, 28)
        Me.lblLo5.TabIndex = 24
        Me.lblLo5.Text = "lblLo5"
        Me.lblLo5.TextAlign = System.Drawing.ContentAlignment.TopCenter
        '
        'lblLo4
        '
        Me.lblLo4.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.lblLo4.Location = New System.Drawing.Point(424, 249)
        Me.lblLo4.Name = "lblLo4"
        Me.lblLo4.Size = New System.Drawing.Size(129, 28)
        Me.lblLo4.TabIndex = 23
        Me.lblLo4.Text = "lblLo4"
        Me.lblLo4.TextAlign = System.Drawing.ContentAlignment.TopCenter
        '
        'lblLo3
        '
        Me.lblLo3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.lblLo3.Location = New System.Drawing.Point(285, 249)
        Me.lblLo3.Name = "lblLo3"
        Me.lblLo3.Size = New System.Drawing.Size(129, 28)
        Me.lblLo3.TabIndex = 22
        Me.lblLo3.Text = "lblLo3"
        Me.lblLo3.TextAlign = System.Drawing.ContentAlignment.TopCenter
        '
        'lblLo2
        '
        Me.lblLo2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.lblLo2.Location = New System.Drawing.Point(146, 249)
        Me.lblLo2.Name = "lblLo2"
        Me.lblLo2.Size = New System.Drawing.Size(129, 28)
        Me.lblLo2.TabIndex = 21
        Me.lblLo2.Text = "lblLo2"
        Me.lblLo2.TextAlign = System.Drawing.ContentAlignment.TopCenter
        '
        'lblLo1
        '
        Me.lblLo1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.lblLo1.Location = New System.Drawing.Point(6, 249)
        Me.lblLo1.Name = "lblLo1"
        Me.lblLo1.Size = New System.Drawing.Size(129, 28)
        Me.lblLo1.TabIndex = 20
        Me.lblLo1.Text = "lblLo1"
        Me.lblLo1.TextAlign = System.Drawing.ContentAlignment.TopCenter
        '
        'lblHi5
        '
        Me.lblHi5.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.lblHi5.Location = New System.Drawing.Point(563, 221)
        Me.lblHi5.Name = "lblHi5"
        Me.lblHi5.Size = New System.Drawing.Size(129, 28)
        Me.lblHi5.TabIndex = 19
        Me.lblHi5.Text = "lblHi5"
        Me.lblHi5.TextAlign = System.Drawing.ContentAlignment.TopCenter
        '
        'lblHi4
        '
        Me.lblHi4.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.lblHi4.Location = New System.Drawing.Point(424, 221)
        Me.lblHi4.Name = "lblHi4"
        Me.lblHi4.Size = New System.Drawing.Size(129, 28)
        Me.lblHi4.TabIndex = 18
        Me.lblHi4.Text = "lblHi4"
        Me.lblHi4.TextAlign = System.Drawing.ContentAlignment.TopCenter
        '
        'lblHi3
        '
        Me.lblHi3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.lblHi3.Location = New System.Drawing.Point(285, 221)
        Me.lblHi3.Name = "lblHi3"
        Me.lblHi3.Size = New System.Drawing.Size(129, 28)
        Me.lblHi3.TabIndex = 17
        Me.lblHi3.Text = "lblHi3"
        Me.lblHi3.TextAlign = System.Drawing.ContentAlignment.TopCenter
        '
        'lblHi2
        '
        Me.lblHi2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.lblHi2.Location = New System.Drawing.Point(146, 221)
        Me.lblHi2.Name = "lblHi2"
        Me.lblHi2.Size = New System.Drawing.Size(129, 28)
        Me.lblHi2.TabIndex = 16
        Me.lblHi2.Text = "lblHi2"
        Me.lblHi2.TextAlign = System.Drawing.ContentAlignment.TopCenter
        '
        'lblHi1
        '
        Me.lblHi1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.lblHi1.Location = New System.Drawing.Point(6, 221)
        Me.lblHi1.Name = "lblHi1"
        Me.lblHi1.Size = New System.Drawing.Size(129, 28)
        Me.lblHi1.TabIndex = 15
        Me.lblHi1.Text = "lblHi1"
        Me.lblHi1.TextAlign = System.Drawing.ContentAlignment.TopCenter
        '
        'lblCon5
        '
        Me.lblCon5.Location = New System.Drawing.Point(563, 159)
        Me.lblCon5.Name = "lblCon5"
        Me.lblCon5.Size = New System.Drawing.Size(129, 48)
        Me.lblCon5.TabIndex = 14
        Me.lblCon5.Text = "lblCon5"
        Me.lblCon5.TextAlign = System.Drawing.ContentAlignment.TopCenter
        '
        'lblCon4
        '
        Me.lblCon4.Location = New System.Drawing.Point(424, 159)
        Me.lblCon4.Name = "lblCon4"
        Me.lblCon4.Size = New System.Drawing.Size(129, 48)
        Me.lblCon4.TabIndex = 13
        Me.lblCon4.Text = "lblCon4"
        Me.lblCon4.TextAlign = System.Drawing.ContentAlignment.TopCenter
        '
        'lblCon3
        '
        Me.lblCon3.Location = New System.Drawing.Point(285, 159)
        Me.lblCon3.Name = "lblCon3"
        Me.lblCon3.Size = New System.Drawing.Size(129, 48)
        Me.lblCon3.TabIndex = 12
        Me.lblCon3.Text = "lblCon3"
        Me.lblCon3.TextAlign = System.Drawing.ContentAlignment.TopCenter
        '
        'lblCon2
        '
        Me.lblCon2.Location = New System.Drawing.Point(146, 159)
        Me.lblCon2.Name = "lblCon2"
        Me.lblCon2.Size = New System.Drawing.Size(129, 48)
        Me.lblCon2.TabIndex = 11
        Me.lblCon2.Text = "lblCon2"
        Me.lblCon2.TextAlign = System.Drawing.ContentAlignment.TopCenter
        '
        'lblCon1
        '
        Me.lblCon1.Location = New System.Drawing.Point(6, 159)
        Me.lblCon1.Name = "lblCon1"
        Me.lblCon1.Size = New System.Drawing.Size(129, 48)
        Me.lblCon1.TabIndex = 10
        Me.lblCon1.Text = "lblCon1"
        Me.lblCon1.TextAlign = System.Drawing.ContentAlignment.TopCenter
        '
        'pbDay5
        '
        Me.pbDay5.Location = New System.Drawing.Point(562, 48)
        Me.pbDay5.Name = "pbDay5"
        Me.pbDay5.Size = New System.Drawing.Size(130, 100)
        Me.pbDay5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
        Me.pbDay5.TabIndex = 9
        Me.pbDay5.TabStop = False
        '
        'pbDay4
        '
        Me.pbDay4.Location = New System.Drawing.Point(423, 48)
        Me.pbDay4.Name = "pbDay4"
        Me.pbDay4.Size = New System.Drawing.Size(130, 100)
        Me.pbDay4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
        Me.pbDay4.TabIndex = 8
        Me.pbDay4.TabStop = False
        '
        'pbDay3
        '
        Me.pbDay3.Location = New System.Drawing.Point(284, 48)
        Me.pbDay3.Name = "pbDay3"
        Me.pbDay3.Size = New System.Drawing.Size(130, 100)
        Me.pbDay3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
        Me.pbDay3.TabIndex = 7
        Me.pbDay3.TabStop = False
        '
        'pbDay2
        '
        Me.pbDay2.Location = New System.Drawing.Point(145, 48)
        Me.pbDay2.Name = "pbDay2"
        Me.pbDay2.Size = New System.Drawing.Size(130, 100)
        Me.pbDay2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
        Me.pbDay2.TabIndex = 6
        Me.pbDay2.TabStop = False
        '
        'pbDay1
        '
        Me.pbDay1.Location = New System.Drawing.Point(6, 48)
        Me.pbDay1.Name = "pbDay1"
        Me.pbDay1.Size = New System.Drawing.Size(130, 100)
        Me.pbDay1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
        Me.pbDay1.TabIndex = 5
        Me.pbDay1.TabStop = False
        '
        'lblDay5
        '
        Me.lblDay5.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.lblDay5.Location = New System.Drawing.Point(585, 24)
        Me.lblDay5.Name = "lblDay5"
        Me.lblDay5.Size = New System.Drawing.Size(94, 21)
        Me.lblDay5.TabIndex = 4
        Me.lblDay5.Text = "Today"
        Me.lblDay5.TextAlign = System.Drawing.ContentAlignment.TopCenter
        '
        'lblDay4
        '
        Me.lblDay4.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.lblDay4.Location = New System.Drawing.Point(444, 24)
        Me.lblDay4.Name = "lblDay4"
        Me.lblDay4.Size = New System.Drawing.Size(94, 21)
        Me.lblDay4.TabIndex = 3
        Me.lblDay4.Text = "Today"
        Me.lblDay4.TextAlign = System.Drawing.ContentAlignment.TopCenter
        '
        'lblDay3
        '
        Me.lblDay3.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.lblDay3.Location = New System.Drawing.Point(303, 24)
        Me.lblDay3.Name = "lblDay3"
        Me.lblDay3.Size = New System.Drawing.Size(94, 21)
        Me.lblDay3.TabIndex = 2
        Me.lblDay3.Text = "Today"
        Me.lblDay3.TextAlign = System.Drawing.ContentAlignment.TopCenter
        '
        'lblDay2
        '
        Me.lblDay2.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.lblDay2.Location = New System.Drawing.Point(162, 24)
        Me.lblDay2.Name = "lblDay2"
        Me.lblDay2.Size = New System.Drawing.Size(94, 21)
        Me.lblDay2.TabIndex = 1
        Me.lblDay2.Text = "Tomorrow"
        Me.lblDay2.TextAlign = System.Drawing.ContentAlignment.TopCenter
        '
        'lblDay1
        '
        Me.lblDay1.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.lblDay1.Location = New System.Drawing.Point(21, 24)
        Me.lblDay1.Name = "lblDay1"
        Me.lblDay1.Size = New System.Drawing.Size(94, 21)
        Me.lblDay1.TabIndex = 0
        Me.lblDay1.Text = "Today"
        Me.lblDay1.TextAlign = System.Drawing.ContentAlignment.TopCenter
        '
        'tpAbout
        '
        Me.tpAbout.BackgroundImage = Global.WearherOne.My.Resources.Resources.black_oak
        Me.tpAbout.Controls.Add(Me.RichTextBox1)
        Me.tpAbout.Controls.Add(Me.TextBox1)
        Me.tpAbout.Controls.Add(Me.Label16)
        Me.tpAbout.Controls.Add(Me.Label15)
        Me.tpAbout.Controls.Add(Me.TextBoxDescription)
        Me.tpAbout.Controls.Add(Me.LabelCompanyName)
        Me.tpAbout.Controls.Add(Me.LabelCopyright)
        Me.tpAbout.Controls.Add(Me.LabelVersion)
        Me.tpAbout.Controls.Add(Me.LabelProductName)
        Me.tpAbout.Controls.Add(Me.GroupBox3)
        Me.tpAbout.Controls.Add(Me.picOH)
        Me.tpAbout.Location = New System.Drawing.Point(4, 25)
        Me.tpAbout.Name = "tpAbout"
        Me.tpAbout.Size = New System.Drawing.Size(740, 373)
        Me.tpAbout.TabIndex = 4
        Me.tpAbout.Text = "About"
        Me.tpAbout.UseVisualStyleBackColor = True
        '
        'RichTextBox1
        '
        Me.RichTextBox1.Location = New System.Drawing.Point(395, 53)
        Me.RichTextBox1.Name = "RichTextBox1"
        Me.RichTextBox1.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical
        Me.RichTextBox1.Size = New System.Drawing.Size(322, 201)
        Me.RichTextBox1.TabIndex = 10
        Me.RichTextBox1.Text = resources.GetString("RichTextBox1.Text")
        '
        'TextBox1
        '
        Me.TextBox1.Location = New System.Drawing.Point(413, 300)
        Me.TextBox1.Multiline = True
        Me.TextBox1.Name = "TextBox1"
        Me.TextBox1.Size = New System.Drawing.Size(281, 65)
        Me.TextBox1.TabIndex = 9
        Me.TextBox1.Text = "The data (conditions, forecasts, news, images, logos)" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "contained in this applicat" & _
            "ion are copyrighted by" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Yahoo! Inc. and the" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Weather Channel Enterprises, Inc."
        '
        'Label16
        '
        Me.Label16.BackColor = System.Drawing.Color.Transparent
        Me.Label16.Font = New System.Drawing.Font("Microsoft Sans Serif", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label16.ForeColor = System.Drawing.Color.White
        Me.Label16.Location = New System.Drawing.Point(418, 262)
        Me.Label16.Name = "Label16"
        Me.Label16.Size = New System.Drawing.Size(289, 35)
        Me.Label16.TabIndex = 8
        Me.Label16.Text = "Copyrights"
        Me.Label16.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        '
        'Label15
        '
        Me.Label15.BackColor = System.Drawing.Color.Transparent
        Me.Label15.Font = New System.Drawing.Font("Microsoft Sans Serif", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label15.ForeColor = System.Drawing.Color.White
        Me.Label15.Location = New System.Drawing.Point(418, 10)
        Me.Label15.Name = "Label15"
        Me.Label15.Size = New System.Drawing.Size(289, 35)
        Me.Label15.TabIndex = 7
        Me.Label15.Text = "Licenses and Links"
        Me.Label15.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        '
        'TextBoxDescription
        '
        Me.TextBoxDescription.Location = New System.Drawing.Point(62, 236)
        Me.TextBoxDescription.Multiline = True
        Me.TextBoxDescription.Name = "TextBoxDescription"
        Me.TextBoxDescription.Size = New System.Drawing.Size(256, 130)
        Me.TextBoxDescription.TabIndex = 6
        '
        'LabelCompanyName
        '
        Me.LabelCompanyName.AutoSize = True
        Me.LabelCompanyName.BackColor = System.Drawing.Color.Transparent
        Me.LabelCompanyName.ForeColor = System.Drawing.Color.White
        Me.LabelCompanyName.Location = New System.Drawing.Point(11, 208)
        Me.LabelCompanyName.Name = "LabelCompanyName"
        Me.LabelCompanyName.Size = New System.Drawing.Size(105, 13)
        Me.LabelCompanyName.TabIndex = 5
        Me.LabelCompanyName.Text = "LabelCompanyName"
        '
        'LabelCopyright
        '
        Me.LabelCopyright.AutoSize = True
        Me.LabelCopyright.BackColor = System.Drawing.Color.Transparent
        Me.LabelCopyright.ForeColor = System.Drawing.Color.White
        Me.LabelCopyright.Location = New System.Drawing.Point(11, 178)
        Me.LabelCopyright.Name = "LabelCopyright"
        Me.LabelCopyright.Size = New System.Drawing.Size(77, 13)
        Me.LabelCopyright.TabIndex = 4
        Me.LabelCopyright.Text = "LabelCopyright"
        '
        'LabelVersion
        '
        Me.LabelVersion.AutoSize = True
        Me.LabelVersion.BackColor = System.Drawing.Color.Transparent
        Me.LabelVersion.ForeColor = System.Drawing.Color.White
        Me.LabelVersion.Location = New System.Drawing.Point(11, 148)
        Me.LabelVersion.Name = "LabelVersion"
        Me.LabelVersion.Size = New System.Drawing.Size(68, 13)
        Me.LabelVersion.TabIndex = 3
        Me.LabelVersion.Text = "LabelVersion"
        '
        'LabelProductName
        '
        Me.LabelProductName.AutoSize = True
        Me.LabelProductName.BackColor = System.Drawing.Color.Transparent
        Me.LabelProductName.ForeColor = System.Drawing.Color.White
        Me.LabelProductName.Location = New System.Drawing.Point(11, 118)
        Me.LabelProductName.Name = "LabelProductName"
        Me.LabelProductName.Size = New System.Drawing.Size(98, 13)
        Me.LabelProductName.TabIndex = 2
        Me.LabelProductName.Text = "LabelProductName"
        '
        'GroupBox3
        '
        Me.GroupBox3.Location = New System.Drawing.Point(368, 0)
        Me.GroupBox3.Name = "GroupBox3"
        Me.GroupBox3.Size = New System.Drawing.Size(3, 377)
        Me.GroupBox3.TabIndex = 1
        Me.GroupBox3.TabStop = False
        '
        'picOH
        '
        Me.picOH.Image = Global.WearherOne.My.Resources.Resources.OilcanHarry
        Me.picOH.Location = New System.Drawing.Point(14, 8)
        Me.picOH.Name = "picOH"
        Me.picOH.Size = New System.Drawing.Size(132, 94)
        Me.picOH.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
        Me.picOH.TabIndex = 0
        Me.picOH.TabStop = False
        '
        'Label12
        '
        Me.Label12.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label12.Location = New System.Drawing.Point(9, 657)
        Me.Label12.Name = "Label12"
        Me.Label12.Size = New System.Drawing.Size(237, 20)
        Me.Label12.TabIndex = 33
        Me.Label12.Text = "Temperature"
        Me.Label12.TextAlign = System.Drawing.ContentAlignment.TopCenter
        '
        'Label13
        '
        Me.Label13.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label13.Location = New System.Drawing.Point(271, 660)
        Me.Label13.Name = "Label13"
        Me.Label13.Size = New System.Drawing.Size(234, 20)
        Me.Label13.TabIndex = 34
        Me.Label13.Text = "Wind Direction"
        Me.Label13.TextAlign = System.Drawing.ContentAlignment.TopCenter
        '
        'Label14
        '
        Me.Label14.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label14.Location = New System.Drawing.Point(529, 657)
        Me.Label14.Name = "Label14"
        Me.Label14.Size = New System.Drawing.Size(231, 23)
        Me.Label14.TabIndex = 35
        Me.Label14.Text = "Wind Speed"
        Me.Label14.TextAlign = System.Drawing.ContentAlignment.TopCenter
        '
        'timeTimer
        '
        Me.timeTimer.Interval = 1000
        '
        'TMPTimer
        '
        Me.TMPTimer.Interval = 10
        '
        'WDTimer
        '
        Me.WDTimer.Interval = 10
        '
        'WSTimer
        '
        Me.WSTimer.Interval = 10
        '
        'BaseUI3
        '
        Me.BaseUI3.BackgroundImage = Global.WearherOne.My.Resources.Resources.black_oak
        Me.BaseUI3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
        Me.BaseUI3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.BaseUI3.Interact = False
        Me.BaseUI3.Location = New System.Drawing.Point(526, 420)
        Me.BaseUI3.Name = "BaseUI3"
        Me.BaseUI3.Size = New System.Drawing.Size(234, 234)
        Me.BaseUI3.TabIndex = 31
        '
        'BaseUI2
        '
        Me.BaseUI2.BackgroundImage = Global.WearherOne.My.Resources.Resources.black_oak
        Me.BaseUI2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
        Me.BaseUI2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.BaseUI2.Interact = False
        Me.BaseUI2.Location = New System.Drawing.Point(269, 420)
        Me.BaseUI2.Name = "BaseUI2"
        Me.BaseUI2.Size = New System.Drawing.Size(234, 234)
        Me.BaseUI2.TabIndex = 30
        '
        'BaseUI1
        '
        Me.BaseUI1.BackgroundImage = Global.WearherOne.My.Resources.Resources.black_oak
        Me.BaseUI1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
        Me.BaseUI1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.BaseUI1.Interact = False
        Me.BaseUI1.Location = New System.Drawing.Point(12, 420)
        Me.BaseUI1.Name = "BaseUI1"
        Me.BaseUI1.Size = New System.Drawing.Size(234, 234)
        Me.BaseUI1.TabIndex = 29
        '
        'LinkProcess
        '
        Me.LinkProcess.StartInfo.Domain = ""
        Me.LinkProcess.StartInfo.LoadUserProfile = False
        Me.LinkProcess.StartInfo.Password = Nothing
        Me.LinkProcess.StartInfo.StandardErrorEncoding = Nothing
        Me.LinkProcess.StartInfo.StandardOutputEncoding = Nothing
        Me.LinkProcess.StartInfo.UserName = ""
        Me.LinkProcess.SynchronizingObject = Me
        '
        'frmWeather
        '
        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
        Me.BackColor = System.Drawing.Color.Gray
        Me.ClientSize = New System.Drawing.Size(772, 688)
        Me.Controls.Add(Me.Label14)
        Me.Controls.Add(Me.Label13)
        Me.Controls.Add(Me.Label12)
        Me.Controls.Add(Me.BaseUI3)
        Me.Controls.Add(Me.BaseUI2)
        Me.Controls.Add(Me.BaseUI1)
        Me.Controls.Add(Me.TabControl1)
        Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
        Me.MaximizeBox = False
        Me.Name = "frmWeather"
        Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
        Me.Text = "Weather One"
        Me.TabControl1.ResumeLayout(False)
        Me.tpWeather.ResumeLayout(False)
        Me.tpWeather.PerformLayout()
        Me.tpRadar.ResumeLayout(False)
        Me.tpHeatIndex.ResumeLayout(False)
        Me.tp2Day.ResumeLayout(False)
        Me.GroupBox1.ResumeLayout(False)
        Me.tp5Day.ResumeLayout(False)
        Me.GroupBox2.ResumeLayout(False)
        Me.GroupBox2.PerformLayout()
        Me.tpAbout.ResumeLayout(False)
        Me.tpAbout.PerformLayout()
        Me.ResumeLayout(False)

    End Sub
    Friend WithEvents TabControl1 As System.Windows.Forms.TabControl
    Friend WithEvents tpRadar As System.Windows.Forms.TabPage
    Friend WithEvents tpHeatIndex As System.Windows.Forms.TabPage
    Friend WithEvents tp2Day As System.Windows.Forms.TabPage
    Friend WithEvents tp5Day As System.Windows.Forms.TabPage
    Friend WithEvents tpAbout As System.Windows.Forms.TabPage
    Friend WithEvents BaseUI1 As NextUI.BaseUI.BaseUI
    Friend WithEvents BaseUI2 As NextUI.BaseUI.BaseUI
    Friend WithEvents BaseUI3 As NextUI.BaseUI.BaseUI
    Friend WithEvents Label12 As System.Windows.Forms.Label
    Friend WithEvents Label13 As System.Windows.Forms.Label
    Friend WithEvents Label14 As System.Windows.Forms.Label
    Friend WithEvents timeTimer As System.Windows.Forms.Timer
    Friend WithEvents TMPTimer As System.Windows.Forms.Timer
    Friend WithEvents WDTimer As System.Windows.Forms.Timer
    Friend WithEvents WSTimer As System.Windows.Forms.Timer
    Friend WithEvents pbMap1 As System.Windows.Forms.PictureBox
    Friend WithEvents pbMap As System.Windows.Forms.PictureBox
    Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
    Friend WithEvents lblDate2 As System.Windows.Forms.Label
    Friend WithEvents lblDate1 As System.Windows.Forms.Label
    Friend WithEvents lblLow2 As System.Windows.Forms.Label
    Friend WithEvents lblLow1 As System.Windows.Forms.Label
    Friend WithEvents lblHigh2 As System.Windows.Forms.Label
    Friend WithEvents lblHigh1 As System.Windows.Forms.Label
    Friend WithEvents lblcc2 As System.Windows.Forms.Label
    Friend WithEvents lblcc1 As System.Windows.Forms.Label
    Friend WithEvents picSmall2 As System.Windows.Forms.PictureBox
    Friend WithEvents picSmall1 As System.Windows.Forms.PictureBox
    Friend WithEvents lblTomorrow As System.Windows.Forms.Label
    Friend WithEvents lblToday As System.Windows.Forms.Label
    Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
    Friend WithEvents pbDay5 As System.Windows.Forms.PictureBox
    Friend WithEvents pbDay4 As System.Windows.Forms.PictureBox
    Friend WithEvents pbDay3 As System.Windows.Forms.PictureBox
    Friend WithEvents pbDay2 As System.Windows.Forms.PictureBox
    Friend WithEvents pbDay1 As System.Windows.Forms.PictureBox
    Friend WithEvents lblDay5 As System.Windows.Forms.Label
    Friend WithEvents lblDay4 As System.Windows.Forms.Label
    Friend WithEvents lblDay3 As System.Windows.Forms.Label
    Friend WithEvents lblDay2 As System.Windows.Forms.Label
    Friend WithEvents lblDay1 As System.Windows.Forms.Label
    Friend WithEvents lblCon5 As System.Windows.Forms.Label
    Friend WithEvents lblCon4 As System.Windows.Forms.Label
    Friend WithEvents lblCon3 As System.Windows.Forms.Label
    Friend WithEvents lblCon2 As System.Windows.Forms.Label
    Friend WithEvents lblCon1 As System.Windows.Forms.Label
    Friend WithEvents cmbNearbyLocations2 As System.Windows.Forms.ComboBox
    Friend WithEvents cmbNearbyLocations As System.Windows.Forms.ComboBox
    Friend WithEvents lblNearbyLocations As System.Windows.Forms.Label
    Friend WithEvents lblDt5 As System.Windows.Forms.Label
    Friend WithEvents lblDt4 As System.Windows.Forms.Label
    Friend WithEvents lblDt3 As System.Windows.Forms.Label
    Friend WithEvents lblDt2 As System.Windows.Forms.Label
    Friend WithEvents lblDt1 As System.Windows.Forms.Label
    Friend WithEvents lblLo5 As System.Windows.Forms.Label
    Friend WithEvents lblLo4 As System.Windows.Forms.Label
    Friend WithEvents lblLo3 As System.Windows.Forms.Label
    Friend WithEvents lblLo2 As System.Windows.Forms.Label
    Friend WithEvents lblLo1 As System.Windows.Forms.Label
    Friend WithEvents lblHi5 As System.Windows.Forms.Label
    Friend WithEvents lblHi4 As System.Windows.Forms.Label
    Friend WithEvents lblHi3 As System.Windows.Forms.Label
    Friend WithEvents lblHi2 As System.Windows.Forms.Label
    Friend WithEvents lblHi1 As System.Windows.Forms.Label
    Friend WithEvents picOH As System.Windows.Forms.PictureBox
    Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox
    Friend WithEvents TextBoxDescription As System.Windows.Forms.TextBox
    Friend WithEvents LabelCompanyName As System.Windows.Forms.Label
    Friend WithEvents LabelCopyright As System.Windows.Forms.Label
    Friend WithEvents LabelVersion As System.Windows.Forms.Label
    Friend WithEvents LabelProductName As System.Windows.Forms.Label
    Friend WithEvents Label15 As System.Windows.Forms.Label
    Friend WithEvents RichTextBox1 As System.Windows.Forms.RichTextBox
    Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
    Friend WithEvents Label16 As System.Windows.Forms.Label
    Friend WithEvents LinkProcess As System.Diagnostics.Process
    Friend WithEvents tpWeather As System.Windows.Forms.TabPage
    Friend WithEvents lblTime As System.Windows.Forms.Label
    Friend WithEvents lblDate As System.Windows.Forms.Label
    Friend WithEvents lblSunset As System.Windows.Forms.Label
    Friend WithEvents lblSunrise As System.Windows.Forms.Label
    Friend WithEvents lblLow As System.Windows.Forms.Label
    Friend WithEvents lblHigh As System.Windows.Forms.Label
    Friend WithEvents Label11 As System.Windows.Forms.Label
    Friend WithEvents Label10 As System.Windows.Forms.Label
    Friend WithEvents Label9 As System.Windows.Forms.Label
    Friend WithEvents Label8 As System.Windows.Forms.Label
    Friend WithEvents Label7 As System.Windows.Forms.Label
    Friend WithEvents Label6 As System.Windows.Forms.Label
    Friend WithEvents lblPressure As System.Windows.Forms.Label
    Friend WithEvents lblDewPoint As System.Windows.Forms.Label
    Friend WithEvents lblVisibility As System.Windows.Forms.Label
    Friend WithEvents lblHumidity As System.Windows.Forms.Label
    Friend WithEvents lblHeatIndex 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 Label1 As System.Windows.Forms.Label
    Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
    Friend WithEvents lblLocation As System.Windows.Forms.Label
    Friend WithEvents lblZipCode As System.Windows.Forms.Label
    Friend WithEvents lblTemp As System.Windows.Forms.Label
    Friend WithEvents lblCondition As System.Windows.Forms.Label
    Friend WithEvents pbCondition As System.Windows.Forms.PictureBox
    Friend WithEvents txtZip As System.Windows.Forms.TextBox
    Friend WithEvents btnGo As System.Windows.Forms.Button

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)


Written By
Retired
United States United States
I am currently retired.
I have no degree but I have some programming experience
when I was in college(Cobol, Pascal).

My accomplishments thus far are;
Best VB.Net article for January(2009)
Best VB.Net article for July(2009)

Comments and Discussions