<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class MainWindow
    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()
        Me.components = New System.ComponentModel.Container
        Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(MainWindow))
        Me.dgDisplay = New System.Windows.Forms.DataGridView
        Me.gridMenu = New System.Windows.Forms.ContextMenuStrip(Me.components)
        Me.gridRefresh = New System.Windows.Forms.ToolStripMenuItem
        Me.dtPickerFrom = New System.Windows.Forms.DateTimePicker
        Me.lblFrom = New System.Windows.Forms.Label
        Me.lblTo = New System.Windows.Forms.Label
        Me.dtPickerTo = New System.Windows.Forms.DateTimePicker
        Me.tsTop = New System.Windows.Forms.ToolStrip
        Me.btnExit = New System.Windows.Forms.ToolStripButton
        Me.tsSep1 = New System.Windows.Forms.ToolStripSeparator
        Me.btnAllSites = New System.Windows.Forms.ToolStripButton
        Me.btnTopRefresh = New System.Windows.Forms.ToolStripButton
        Me.btnCancel = New System.Windows.Forms.ToolStripButton
        Me.btnSave = New System.Windows.Forms.ToolStripButton
        Me.tsSep2 = New System.Windows.Forms.ToolStripSeparator
        Me.btnAbout = New System.Windows.Forms.ToolStripButton
        Me.ssBottom = New System.Windows.Forms.StatusStrip
        Me.statusLabel = New System.Windows.Forms.ToolStripStatusLabel
        Me.tsProgressBar = New System.Windows.Forms.ToolStripProgressBar
        Me.diaSave = New System.Windows.Forms.SaveFileDialog
        Me.lblWait = New System.Windows.Forms.Button
        Me.tsDirection = New System.Windows.Forms.ToolStripComboBox
        CType(Me.dgDisplay, System.ComponentModel.ISupportInitialize).BeginInit()
        Me.gridMenu.SuspendLayout()
        Me.tsTop.SuspendLayout()
        Me.ssBottom.SuspendLayout()
        Me.SuspendLayout()
        '
        'dgDisplay
        '
        Me.dgDisplay.AllowUserToAddRows = False
        Me.dgDisplay.AllowUserToDeleteRows = False
        Me.dgDisplay.AllowUserToOrderColumns = True
        Me.dgDisplay.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
                    Or System.Windows.Forms.AnchorStyles.Left) _
                    Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
        Me.dgDisplay.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells
        Me.dgDisplay.BackgroundColor = System.Drawing.SystemColors.Control
        Me.dgDisplay.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
        Me.dgDisplay.ContextMenuStrip = Me.gridMenu
        Me.dgDisplay.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnF2
        Me.dgDisplay.Location = New System.Drawing.Point(12, 58)
        Me.dgDisplay.Name = "dgDisplay"
        Me.dgDisplay.ReadOnly = True
        Me.dgDisplay.ShowEditingIcon = False
        Me.dgDisplay.Size = New System.Drawing.Size(478, 206)
        Me.dgDisplay.TabIndex = 0
        '
        'gridMenu
        '
        Me.gridMenu.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.gridRefresh})
        Me.gridMenu.Name = "gridMenu"
        Me.gridMenu.Size = New System.Drawing.Size(117, 26)
        '
        'gridRefresh
        '
        Me.gridRefresh.Image = CType(resources.GetObject("gridRefresh.Image"), System.Drawing.Image)
        Me.gridRefresh.Name = "gridRefresh"
        Me.gridRefresh.Size = New System.Drawing.Size(116, 22)
        Me.gridRefresh.Text = "Refresh"
        '
        'dtPickerFrom
        '
        Me.dtPickerFrom.Location = New System.Drawing.Point(45, 31)
        Me.dtPickerFrom.MaxDate = New Date(2050, 1, 1, 0, 0, 0, 0)
        Me.dtPickerFrom.MinDate = New Date(2000, 1, 1, 0, 0, 0, 0)
        Me.dtPickerFrom.Name = "dtPickerFrom"
        Me.dtPickerFrom.Size = New System.Drawing.Size(200, 20)
        Me.dtPickerFrom.TabIndex = 2
        Me.dtPickerFrom.Value = New Date(2007, 5, 14, 0, 0, 0, 0)
        '
        'lblFrom
        '
        Me.lblFrom.AutoSize = True
        Me.lblFrom.Location = New System.Drawing.Point(9, 35)
        Me.lblFrom.Name = "lblFrom"
        Me.lblFrom.Size = New System.Drawing.Size(30, 13)
        Me.lblFrom.TabIndex = 3
        Me.lblFrom.Text = "From"
        '
        'lblTo
        '
        Me.lblTo.AutoSize = True
        Me.lblTo.Location = New System.Drawing.Point(264, 35)
        Me.lblTo.Name = "lblTo"
        Me.lblTo.Size = New System.Drawing.Size(20, 13)
        Me.lblTo.TabIndex = 4
        Me.lblTo.Text = "To"
        '
        'dtPickerTo
        '
        Me.dtPickerTo.Location = New System.Drawing.Point(290, 31)
        Me.dtPickerTo.MaxDate = New Date(2050, 1, 1, 0, 0, 0, 0)
        Me.dtPickerTo.MinDate = New Date(2000, 1, 1, 0, 0, 0, 0)
        Me.dtPickerTo.Name = "dtPickerTo"
        Me.dtPickerTo.Size = New System.Drawing.Size(200, 20)
        Me.dtPickerTo.TabIndex = 5
        Me.dtPickerTo.Value = New Date(2007, 5, 14, 0, 0, 0, 0)
        '
        'tsTop
        '
        Me.tsTop.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.btnExit, Me.tsSep1, Me.btnAllSites, Me.tsDirection, Me.btnTopRefresh, Me.btnCancel, Me.btnSave, Me.tsSep2, Me.btnAbout})
        Me.tsTop.Location = New System.Drawing.Point(0, 0)
        Me.tsTop.Name = "tsTop"
        Me.tsTop.Size = New System.Drawing.Size(502, 25)
        Me.tsTop.TabIndex = 6
        Me.tsTop.Text = "ToolStrip1"
        '
        'btnExit
        '
        Me.btnExit.AutoToolTip = False
        Me.btnExit.Image = CType(resources.GetObject("btnExit.Image"), System.Drawing.Image)
        Me.btnExit.ImageTransparentColor = System.Drawing.Color.Magenta
        Me.btnExit.Name = "btnExit"
        Me.btnExit.Size = New System.Drawing.Size(45, 22)
        Me.btnExit.Text = "Exit"
        '
        'tsSep1
        '
        Me.tsSep1.Name = "tsSep1"
        Me.tsSep1.Size = New System.Drawing.Size(6, 25)
        '
        'btnAllSites
        '
        Me.btnAllSites.CheckOnClick = True
        Me.btnAllSites.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
        Me.btnAllSites.Image = CType(resources.GetObject("btnAllSites.Image"), System.Drawing.Image)
        Me.btnAllSites.ImageTransparentColor = System.Drawing.Color.Magenta
        Me.btnAllSites.Name = "btnAllSites"
        Me.btnAllSites.Size = New System.Drawing.Size(23, 22)
        Me.btnAllSites.Text = "Include paused and stopped sites (as well as running sites)"
        '
        'btnTopRefresh
        '
        Me.btnTopRefresh.AutoToolTip = False
        Me.btnTopRefresh.Image = CType(resources.GetObject("btnTopRefresh.Image"), System.Drawing.Image)
        Me.btnTopRefresh.ImageTransparentColor = System.Drawing.Color.Magenta
        Me.btnTopRefresh.Name = "btnTopRefresh"
        Me.btnTopRefresh.Size = New System.Drawing.Size(62, 22)
        Me.btnTopRefresh.Text = "Refresh"
        '
        'btnCancel
        '
        Me.btnCancel.AutoToolTip = False
        Me.btnCancel.Image = CType(resources.GetObject("btnCancel.Image"), System.Drawing.Image)
        Me.btnCancel.ImageTransparentColor = System.Drawing.Color.Magenta
        Me.btnCancel.Name = "btnCancel"
        Me.btnCancel.Size = New System.Drawing.Size(60, 22)
        Me.btnCancel.Text = "Cancel"
        Me.btnCancel.Visible = False
        '
        'btnSave
        '
        Me.btnSave.AutoToolTip = False
        Me.btnSave.Image = CType(resources.GetObject("btnSave.Image"), System.Drawing.Image)
        Me.btnSave.ImageTransparentColor = System.Drawing.Color.Magenta
        Me.btnSave.Name = "btnSave"
        Me.btnSave.Size = New System.Drawing.Size(55, 22)
        Me.btnSave.Text = "Save..."
        '
        'tsSep2
        '
        Me.tsSep2.Name = "tsSep2"
        Me.tsSep2.Size = New System.Drawing.Size(6, 25)
        '
        'btnAbout
        '
        Me.btnAbout.AutoToolTip = False
        Me.btnAbout.Image = CType(resources.GetObject("btnAbout.Image"), System.Drawing.Image)
        Me.btnAbout.ImageTransparentColor = System.Drawing.Color.Magenta
        Me.btnAbout.Name = "btnAbout"
        Me.btnAbout.Size = New System.Drawing.Size(56, 22)
        Me.btnAbout.Text = "About"
        '
        'ssBottom
        '
        Me.ssBottom.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.statusLabel, Me.tsProgressBar})
        Me.ssBottom.Location = New System.Drawing.Point(0, 276)
        Me.ssBottom.Name = "ssBottom"
        Me.ssBottom.Size = New System.Drawing.Size(502, 22)
        Me.ssBottom.TabIndex = 7
        Me.ssBottom.Text = "StatusStrip1"
        '
        'statusLabel
        '
        Me.statusLabel.Name = "statusLabel"
        Me.statusLabel.Size = New System.Drawing.Size(335, 17)
        Me.statusLabel.Spring = True
        Me.statusLabel.Text = "Done"
        Me.statusLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
        '
        'tsProgressBar
        '
        Me.tsProgressBar.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right
        Me.tsProgressBar.Name = "tsProgressBar"
        Me.tsProgressBar.Size = New System.Drawing.Size(150, 16)
        Me.tsProgressBar.Step = 1
        '
        'diaSave
        '
        Me.diaSave.Filter = "XML files|*.xml"
        Me.diaSave.Title = "Save traffic data"
        '
        'lblWait
        '
        Me.lblWait.Dock = System.Windows.Forms.DockStyle.Fill
        Me.lblWait.Enabled = False
        Me.lblWait.FlatAppearance.BorderSize = 0
        Me.lblWait.FlatStyle = System.Windows.Forms.FlatStyle.Flat
        Me.lblWait.Location = New System.Drawing.Point(0, 25)
        Me.lblWait.Name = "lblWait"
        Me.lblWait.Size = New System.Drawing.Size(502, 251)
        Me.lblWait.TabIndex = 9
        Me.lblWait.Text = "Please wait while your IIS sites and log files are analysed..." & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Listing sites o" & _
            "n a large server can take a few seconds, " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "particularly if there is a large amou" & _
            "nt of log data."
        Me.lblWait.UseVisualStyleBackColor = True
        '
        'tsDirection
        '
        Me.tsDirection.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend
        Me.tsDirection.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
        Me.tsDirection.AutoSize = False
        Me.tsDirection.AutoToolTip = True
        Me.tsDirection.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
        Me.tsDirection.Items.AddRange(New Object() {"Both", "Sent", "Received"})
        Me.tsDirection.Name = "tsDirection"
        Me.tsDirection.Size = New System.Drawing.Size(70, 25)
        Me.tsDirection.ToolTipText = "Traffic to include"
        '
        'MainWindow
        '
        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
        Me.ClientSize = New System.Drawing.Size(502, 298)
        Me.Controls.Add(Me.lblWait)
        Me.Controls.Add(Me.ssBottom)
        Me.Controls.Add(Me.tsTop)
        Me.Controls.Add(Me.dtPickerTo)
        Me.Controls.Add(Me.lblTo)
        Me.Controls.Add(Me.lblFrom)
        Me.Controls.Add(Me.dtPickerFrom)
        Me.Controls.Add(Me.dgDisplay)
        Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
        Me.MinimumSize = New System.Drawing.Size(510, 330)
        Me.Name = "MainWindow"
        Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
        Me.Text = "IIS Traffic Monitor"
        CType(Me.dgDisplay, System.ComponentModel.ISupportInitialize).EndInit()
        Me.gridMenu.ResumeLayout(False)
        Me.tsTop.ResumeLayout(False)
        Me.tsTop.PerformLayout()
        Me.ssBottom.ResumeLayout(False)
        Me.ssBottom.PerformLayout()
        Me.ResumeLayout(False)
        Me.PerformLayout()

    End Sub
    Friend WithEvents dgDisplay As System.Windows.Forms.DataGridView
    Friend WithEvents dtPickerFrom As System.Windows.Forms.DateTimePicker
    Friend WithEvents lblFrom As System.Windows.Forms.Label
    Friend WithEvents lblTo As System.Windows.Forms.Label
    Friend WithEvents dtPickerTo As System.Windows.Forms.DateTimePicker
    Friend WithEvents tsTop As System.Windows.Forms.ToolStrip
    Friend WithEvents btnExit As System.Windows.Forms.ToolStripButton
    Friend WithEvents tsSep1 As System.Windows.Forms.ToolStripSeparator
    Friend WithEvents btnTopRefresh As System.Windows.Forms.ToolStripButton
    Friend WithEvents btnAbout As System.Windows.Forms.ToolStripButton
    Friend WithEvents tsSep2 As System.Windows.Forms.ToolStripSeparator
    Friend WithEvents ssBottom As System.Windows.Forms.StatusStrip
    Friend WithEvents statusLabel As System.Windows.Forms.ToolStripStatusLabel
    Friend WithEvents gridMenu As System.Windows.Forms.ContextMenuStrip
    Friend WithEvents gridRefresh As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents btnSave As System.Windows.Forms.ToolStripButton
    Friend WithEvents diaSave As System.Windows.Forms.SaveFileDialog
    Friend WithEvents btnAllSites As System.Windows.Forms.ToolStripButton
    Friend WithEvents tsProgressBar As System.Windows.Forms.ToolStripProgressBar
    Friend WithEvents btnCancel As System.Windows.Forms.ToolStripButton
    Friend WithEvents lblWait As System.Windows.Forms.Button
    Friend WithEvents tsDirection As System.Windows.Forms.ToolStripComboBox

End Class
