Click here to Skip to main content
15,895,709 members
Articles / Desktop Programming / Windows Forms

ZipTrack

Rate me:
Please Sign up or sign in to vote.
4.86/5 (28 votes)
2 Dec 2009CPOL5 min read 59.5K   782   78  
A comprehensive way to manage all of your downloaded zip files.
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class FrmMain
    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(FrmMain))
        Me.TabControl1 = New ZipTrack.Gui.Controls.CustomTabControl.TabControl
        Me.GroupSelect1 = New ZipTrack.Gui.Controls.GroupSelectionControl
        Me.StatusStrip1 = New System.Windows.Forms.StatusStrip
        Me.MenuStrip1 = New System.Windows.Forms.MenuStrip
        Me.FileToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
        Me.miNew = New System.Windows.Forms.ToolStripMenuItem
        Me.miOpen = New System.Windows.Forms.ToolStripMenuItem
        Me.toolStripSeparator = New System.Windows.Forms.ToolStripSeparator
        Me.miPrint = New System.Windows.Forms.ToolStripMenuItem
        Me.miPrintPreview = New System.Windows.Forms.ToolStripMenuItem
        Me.toolStripSeparator2 = New System.Windows.Forms.ToolStripSeparator
        Me.miExit = New System.Windows.Forms.ToolStripMenuItem
        Me.EditToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
        Me.toolStripSeparator3 = New System.Windows.Forms.ToolStripSeparator
        Me.miCopy = New System.Windows.Forms.ToolStripMenuItem
        Me.toolStripSeparator4 = New System.Windows.Forms.ToolStripSeparator
        Me.miSelectAll = New System.Windows.Forms.ToolStripMenuItem
        Me.mnuView = New System.Windows.Forms.ToolStripMenuItem
        Me.miDocuments = New System.Windows.Forms.ToolStripMenuItem
        Me.miBookmarks = New System.Windows.Forms.ToolStripMenuItem
        Me.mnuHelp = New System.Windows.Forms.ToolStripMenuItem
        Me.miIndex = New System.Windows.Forms.ToolStripMenuItem
        Me.toolStripSeparator5 = New System.Windows.Forms.ToolStripSeparator
        Me.miOurWebsite = New System.Windows.Forms.ToolStripMenuItem
        Me.ToolStripMenuItem1 = New System.Windows.Forms.ToolStripSeparator
        Me.miAbout = New System.Windows.Forms.ToolStripMenuItem
        Me.ToolStripContainer1 = New System.Windows.Forms.ToolStripContainer
        Me.ToolStrip1 = New System.Windows.Forms.ToolStrip
        Me.btnNew = New System.Windows.Forms.ToolStripButton
        Me.btnOpen = New System.Windows.Forms.ToolStripButton
        Me.ToolStripSeparator6 = New System.Windows.Forms.ToolStripSeparator
        Me.btnSearch = New System.Windows.Forms.ToolStripButton
        Me.ToolStripSeparator8 = New System.Windows.Forms.ToolStripSeparator
        Me.ToolStripSplitButton5 = New System.Windows.Forms.ToolStripSplitButton
        Me.btnCopy = New System.Windows.Forms.ToolStripButton
        Me.ToolStripSeparator7 = New System.Windows.Forms.ToolStripSeparator
        Me.btnAbout = New System.Windows.Forms.ToolStripButton
        Me.SplitContainer1 = New System.Windows.Forms.SplitContainer
        Me.MenuStrip1.SuspendLayout()
        Me.ToolStripContainer1.ContentPanel.SuspendLayout()
        Me.ToolStripContainer1.SuspendLayout()
        Me.ToolStrip1.SuspendLayout()
        Me.SplitContainer1.Panel1.SuspendLayout()
        Me.SplitContainer1.Panel2.SuspendLayout()
        Me.SplitContainer1.SuspendLayout()
        Me.SuspendLayout()
        '
        'TabControl1
        '
        Me.TabControl1.Alignment = ZipTrack.Gui.Controls.CustomTabControl.TabAlignment.Top
        Me.TabControl1.BackHighColor = System.Drawing.Color.Transparent
        Me.TabControl1.BackLowColor = System.Drawing.Color.Transparent
        Me.TabControl1.BorderColor = System.Drawing.SystemColors.ControlDarkDark
        Me.TabControl1.BorderColorDisabled = System.Drawing.SystemColors.ControlDark
        Me.TabControl1.CloseButtonVisible = True
        Me.TabControl1.ControlButtonBackHighColor = System.Drawing.SystemColors.GradientInactiveCaption
        Me.TabControl1.ControlButtonBackLowColor = System.Drawing.SystemColors.GradientInactiveCaption
        Me.TabControl1.ControlButtonBorderColor = System.Drawing.SystemColors.HotTrack
        Me.TabControl1.ControlButtonForeColor = System.Drawing.SystemColors.ControlText
        Me.TabControl1.Dock = System.Windows.Forms.DockStyle.Fill
        Me.TabControl1.ForeColorDisabled = System.Drawing.SystemColors.ControlText
        Me.TabControl1.IsAdding = False
        Me.TabControl1.IsDeleting = False
        Me.TabControl1.Location = New System.Drawing.Point(0, 0)
        Me.TabControl1.MenuRenderer = Nothing
        Me.TabControl1.Name = "TabControl1"
        Me.TabControl1.RenderMode = System.Windows.Forms.ToolStripRenderMode.ManagerRenderMode
        Me.TabControl1.Size = New System.Drawing.Size(593, 469)
        Me.TabControl1.SmoothingMode = System.Drawing.Drawing2D.SmoothingMode.HighSpeed
        Me.TabControl1.TabBackHighColor = System.Drawing.SystemColors.Window
        Me.TabControl1.TabBackHighColorDisabled = System.Drawing.SystemColors.Control
        Me.TabControl1.TabBackLowColor = System.Drawing.SystemColors.Control
        Me.TabControl1.TabBackLowColorDisabled = System.Drawing.SystemColors.ControlDark
        Me.TabControl1.TabBorderEnhanced = True
        Me.TabControl1.TabBorderEnhanceWeight = ZipTrack.Gui.Controls.CustomTabControl.Weight.Soft
        Me.TabControl1.TabCloseButtonBackHighColor = System.Drawing.Color.IndianRed
        Me.TabControl1.TabCloseButtonBackHighColorDisabled = System.Drawing.Color.LightGray
        Me.TabControl1.TabCloseButtonBackHighColorHot = System.Drawing.Color.LightCoral
        Me.TabControl1.TabCloseButtonBackLowColor = System.Drawing.Color.Firebrick
        Me.TabControl1.TabCloseButtonBackLowColorDisabled = System.Drawing.Color.DarkGray
        Me.TabControl1.TabCloseButtonBackLowColorHot = System.Drawing.Color.IndianRed
        Me.TabControl1.TabCloseButtonBorderColor = System.Drawing.Color.DarkRed
        Me.TabControl1.TabCloseButtonBorderColorDisabled = System.Drawing.Color.Gray
        Me.TabControl1.TabCloseButtonBorderColorHot = System.Drawing.Color.Firebrick
        Me.TabControl1.TabCloseButtonForeColor = System.Drawing.Color.White
        Me.TabControl1.TabCloseButtonForeColorDisabled = System.Drawing.Color.White
        Me.TabControl1.TabCloseButtonForeColorHot = System.Drawing.Color.White
        Me.TabControl1.TabCloseButtonImage = Nothing
        Me.TabControl1.TabCloseButtonImageDisabled = Nothing
        Me.TabControl1.TabCloseButtonImageHot = Nothing
        Me.TabControl1.TabCloseButtonSize = New System.Drawing.Size(14, 14)
        Me.TabControl1.TabHeight = 21
        Me.TabControl1.TabIconSize = New System.Drawing.Size(16, 16)
        Me.TabControl1.TabIndex = 5
        Me.TabControl1.TabsDirection = ZipTrack.Gui.Controls.CustomTabControl.FlowDirection.LeftToRight
        Me.TabControl1.TabTop = 1
        '
        'GroupSelect1
        '
        Me.GroupSelect1.BackColor = System.Drawing.SystemColors.Control
        Me.GroupSelect1.Dock = System.Windows.Forms.DockStyle.Fill
        Me.GroupSelect1.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.GroupSelect1.Location = New System.Drawing.Point(0, 0)
        Me.GroupSelect1.Name = "GroupSelect1"
        Me.GroupSelect1.Size = New System.Drawing.Size(298, 469)
        Me.GroupSelect1.TabIndex = 0
        '
        'StatusStrip1
        '
        Me.StatusStrip1.Location = New System.Drawing.Point(0, 535)
        Me.StatusStrip1.Name = "StatusStrip1"
        Me.StatusStrip1.Size = New System.Drawing.Size(895, 22)
        Me.StatusStrip1.TabIndex = 1
        Me.StatusStrip1.Text = "StatusStrip1"
        '
        'MenuStrip1
        '
        Me.MenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.FileToolStripMenuItem, Me.EditToolStripMenuItem, Me.mnuView, Me.mnuHelp})
        Me.MenuStrip1.Location = New System.Drawing.Point(0, 0)
        Me.MenuStrip1.Name = "MenuStrip1"
        Me.MenuStrip1.Size = New System.Drawing.Size(895, 24)
        Me.MenuStrip1.TabIndex = 1
        Me.MenuStrip1.Text = "MenuStrip1"
        '
        'FileToolStripMenuItem
        '
        Me.FileToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.miNew, Me.miOpen, Me.toolStripSeparator, Me.miPrint, Me.miPrintPreview, Me.toolStripSeparator2, Me.miExit})
        Me.FileToolStripMenuItem.Name = "FileToolStripMenuItem"
        Me.FileToolStripMenuItem.Size = New System.Drawing.Size(35, 20)
        Me.FileToolStripMenuItem.Text = "&File"
        '
        'mnuNew
        '
        Me.miNew.Image = CType(resources.GetObject("mnuNew.Image"), System.Drawing.Image)
        Me.miNew.ImageTransparentColor = System.Drawing.Color.Magenta
        Me.miNew.Name = "mnuNew"
        Me.miNew.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.N), System.Windows.Forms.Keys)
        Me.miNew.Size = New System.Drawing.Size(152, 22)
        Me.miNew.Text = "&New"
        '
        'miOpen
        '
        Me.miOpen.Image = CType(resources.GetObject("miOpen.Image"), System.Drawing.Image)
        Me.miOpen.ImageTransparentColor = System.Drawing.Color.Magenta
        Me.miOpen.Name = "miOpen"
        Me.miOpen.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.O), System.Windows.Forms.Keys)
        Me.miOpen.Size = New System.Drawing.Size(152, 22)
        Me.miOpen.Text = "&Open"
        '
        'toolStripSeparator
        '
        Me.toolStripSeparator.Name = "toolStripSeparator"
        Me.toolStripSeparator.Size = New System.Drawing.Size(149, 6)
        '
        'miPrint
        '
        Me.miPrint.Image = CType(resources.GetObject("miPrint.Image"), System.Drawing.Image)
        Me.miPrint.ImageTransparentColor = System.Drawing.Color.Magenta
        Me.miPrint.Name = "miPrint"
        Me.miPrint.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.P), System.Windows.Forms.Keys)
        Me.miPrint.Size = New System.Drawing.Size(152, 22)
        Me.miPrint.Text = "&Print"
        '
        'miPrintPreview
        '
        Me.miPrintPreview.Image = CType(resources.GetObject("miPrintPreview.Image"), System.Drawing.Image)
        Me.miPrintPreview.ImageTransparentColor = System.Drawing.Color.Magenta
        Me.miPrintPreview.Name = "miPrintPreview"
        Me.miPrintPreview.Size = New System.Drawing.Size(152, 22)
        Me.miPrintPreview.Text = "Print Pre&view"
        '
        'toolStripSeparator2
        '
        Me.toolStripSeparator2.Name = "toolStripSeparator2"
        Me.toolStripSeparator2.Size = New System.Drawing.Size(149, 6)
        '
        'miExit
        '
        Me.miExit.Name = "miExit"
        Me.miExit.Size = New System.Drawing.Size(152, 22)
        Me.miExit.Text = "E&xit"
        '
        'EditToolStripMenuItem
        '
        Me.EditToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.toolStripSeparator3, Me.miCopy, Me.toolStripSeparator4, Me.miSelectAll})
        Me.EditToolStripMenuItem.Name = "EditToolStripMenuItem"
        Me.EditToolStripMenuItem.Size = New System.Drawing.Size(37, 20)
        Me.EditToolStripMenuItem.Text = "&Edit"
        '
        'toolStripSeparator3
        '
        Me.toolStripSeparator3.Name = "toolStripSeparator3"
        Me.toolStripSeparator3.Size = New System.Drawing.Size(135, 6)
        '
        'miCopy
        '
        Me.miCopy.Image = CType(resources.GetObject("miCopy.Image"), System.Drawing.Image)
        Me.miCopy.ImageTransparentColor = System.Drawing.Color.Magenta
        Me.miCopy.Name = "miCopy"
        Me.miCopy.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.C), System.Windows.Forms.Keys)
        Me.miCopy.Size = New System.Drawing.Size(138, 22)
        Me.miCopy.Text = "&Copy"
        '
        'toolStripSeparator4
        '
        Me.toolStripSeparator4.Name = "toolStripSeparator4"
        Me.toolStripSeparator4.Size = New System.Drawing.Size(135, 6)
        '
        'miSelectAll
        '
        Me.miSelectAll.Name = "miSelectAll"
        Me.miSelectAll.Size = New System.Drawing.Size(138, 22)
        Me.miSelectAll.Text = "Select &All"
        '
        'mnuView
        '
        Me.mnuView.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.miDocuments, Me.miBookmarks})
        Me.mnuView.Name = "mnuView"
        Me.mnuView.Size = New System.Drawing.Size(41, 20)
        Me.mnuView.Text = "&View"
        '
        'miDocuments
        '
        Me.miDocuments.Image = CType(resources.GetObject("miDocuments.Image"), System.Drawing.Image)
        Me.miDocuments.Name = "miDocuments"
        Me.miDocuments.Size = New System.Drawing.Size(127, 22)
        Me.miDocuments.Text = "&Documents"
        '
        'miBookmarks
        '
        Me.miBookmarks.Name = "miBookmarks"
        Me.miBookmarks.Size = New System.Drawing.Size(127, 22)
        Me.miBookmarks.Text = "&Bookmarks"
        '
        'mnuHelp
        '
        Me.mnuHelp.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.miIndex, Me.toolStripSeparator5, Me.miOurWebsite, Me.ToolStripMenuItem1, Me.miAbout})
        Me.mnuHelp.Name = "mnuHelp"
        Me.mnuHelp.Size = New System.Drawing.Size(40, 20)
        Me.mnuHelp.Text = "&Help"
        '
        'miIndex
        '
        Me.miIndex.Image = CType(resources.GetObject("miIndex.Image"), System.Drawing.Image)
        Me.miIndex.Name = "miIndex"
        Me.miIndex.Size = New System.Drawing.Size(158, 22)
        Me.miIndex.Text = "&Index"
        '
        'toolStripSeparator5
        '
        Me.toolStripSeparator5.Name = "toolStripSeparator5"
        Me.toolStripSeparator5.Size = New System.Drawing.Size(155, 6)
        '
        'miOurWebsite
        '
        Me.miOurWebsite.Image = CType(resources.GetObject("miOurWebsite.Image"), System.Drawing.Image)
        Me.miOurWebsite.Name = "miOurWebsite"
        Me.miOurWebsite.Size = New System.Drawing.Size(158, 22)
        Me.miOurWebsite.Text = "Our Website..."
        '
        'ToolStripMenuItem1
        '
        Me.ToolStripMenuItem1.Name = "ToolStripMenuItem1"
        Me.ToolStripMenuItem1.Size = New System.Drawing.Size(155, 6)
        '
        'miAbout
        '
        Me.miAbout.Name = "miAbout"
        Me.miAbout.Size = New System.Drawing.Size(158, 22)
        Me.miAbout.Text = "&About ZipTrack..."
        '
        'ToolStripContainer1
        '
        Me.ToolStripContainer1.BottomToolStripPanelVisible = False
        '
        'ToolStripContainer1.ContentPanel
        '
        Me.ToolStripContainer1.ContentPanel.Controls.Add(Me.ToolStrip1)
        Me.ToolStripContainer1.ContentPanel.Size = New System.Drawing.Size(895, 42)
        Me.ToolStripContainer1.Dock = System.Windows.Forms.DockStyle.Top
        Me.ToolStripContainer1.LeftToolStripPanelVisible = False
        Me.ToolStripContainer1.Location = New System.Drawing.Point(0, 24)
        Me.ToolStripContainer1.Name = "ToolStripContainer1"
        Me.ToolStripContainer1.RightToolStripPanelVisible = False
        Me.ToolStripContainer1.Size = New System.Drawing.Size(895, 42)
        Me.ToolStripContainer1.TabIndex = 1
        Me.ToolStripContainer1.Text = "ToolStripContainer1"
        Me.ToolStripContainer1.TopToolStripPanelVisible = False
        '
        'ToolStrip1
        '
        Me.ToolStrip1.Dock = System.Windows.Forms.DockStyle.None
        Me.ToolStrip1.ImageScalingSize = New System.Drawing.Size(28, 28)
        Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.btnNew, Me.btnOpen, Me.ToolStripSeparator6, Me.btnSearch, Me.ToolStripSeparator8, Me.ToolStripSplitButton5, Me.btnCopy, Me.ToolStripSeparator7, Me.btnAbout})
        Me.ToolStrip1.Location = New System.Drawing.Point(9, 4)
        Me.ToolStrip1.Name = "ToolStrip1"
        Me.ToolStrip1.Size = New System.Drawing.Size(204, 35)
        Me.ToolStrip1.TabIndex = 16
        Me.ToolStrip1.Text = "Projects"
        '
        'btnNew
        '
        Me.btnNew.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
        Me.btnNew.Image = CType(resources.GetObject("btnNew.Image"), System.Drawing.Image)
        Me.btnNew.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None
        Me.btnNew.ImageTransparentColor = System.Drawing.Color.Magenta
        Me.btnNew.Name = "btnNew"
        Me.btnNew.Size = New System.Drawing.Size(32, 32)
        Me.btnNew.Text = "&New"
        '
        'btnOpen
        '
        Me.btnOpen.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
        Me.btnOpen.Image = CType(resources.GetObject("btnOpen.Image"), System.Drawing.Image)
        Me.btnOpen.ImageTransparentColor = System.Drawing.Color.Magenta
        Me.btnOpen.Name = "btnOpen"
        Me.btnOpen.Size = New System.Drawing.Size(32, 32)
        Me.btnOpen.Text = "&Open"
        '
        'ToolStripSeparator6
        '
        Me.ToolStripSeparator6.Name = "ToolStripSeparator6"
        Me.ToolStripSeparator6.Size = New System.Drawing.Size(6, 35)
        '
        'btnSearch
        '
        Me.btnSearch.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
        Me.btnSearch.Enabled = False
        Me.btnSearch.Image = CType(resources.GetObject("btnSearch.Image"), System.Drawing.Image)
        Me.btnSearch.ImageTransparentColor = System.Drawing.Color.Magenta
        Me.btnSearch.Name = "btnSearch"
        Me.btnSearch.Size = New System.Drawing.Size(32, 32)
        Me.btnSearch.Text = "&Search"
        '
        'ToolStripSeparator8
        '
        Me.ToolStripSeparator8.Name = "ToolStripSeparator8"
        Me.ToolStripSeparator8.Size = New System.Drawing.Size(6, 35)
        '
        'ToolStripSplitButton5
        '
        Me.ToolStripSplitButton5.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text
        Me.ToolStripSplitButton5.Image = CType(resources.GetObject("ToolStripSplitButton5.Image"), System.Drawing.Image)
        Me.ToolStripSplitButton5.ImageTransparentColor = System.Drawing.Color.Magenta
        Me.ToolStripSplitButton5.Name = "ToolStripSplitButton5"
        Me.ToolStripSplitButton5.Overflow = System.Windows.Forms.ToolStripItemOverflow.Always
        Me.ToolStripSplitButton5.Size = New System.Drawing.Size(137, 17)
        Me.ToolStripSplitButton5.Text = "&Add or Remove Buttons"
        '
        'btnCopy
        '
        Me.btnCopy.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
        Me.btnCopy.Enabled = False
        Me.btnCopy.Image = CType(resources.GetObject("btnCopy.Image"), System.Drawing.Image)
        Me.btnCopy.ImageTransparentColor = System.Drawing.Color.Magenta
        Me.btnCopy.Name = "btnCopy"
        Me.btnCopy.Size = New System.Drawing.Size(32, 32)
        Me.btnCopy.Text = "&Copy"
        '
        'ToolStripSeparator7
        '
        Me.ToolStripSeparator7.Name = "ToolStripSeparator7"
        Me.ToolStripSeparator7.Size = New System.Drawing.Size(6, 35)
        '
        'btnAbout
        '
        Me.btnAbout.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
        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(32, 32)
        Me.btnAbout.Text = "&About"
        '
        'SplitContainer1
        '
        Me.SplitContainer1.Dock = System.Windows.Forms.DockStyle.Fill
        Me.SplitContainer1.Location = New System.Drawing.Point(0, 66)
        Me.SplitContainer1.Name = "SplitContainer1"
        '
        'SplitContainer1.Panel1
        '
        Me.SplitContainer1.Panel1.Controls.Add(Me.GroupSelect1)
        '
        'SplitContainer1.Panel2
        '
        Me.SplitContainer1.Panel2.Controls.Add(Me.TabControl1)
        Me.SplitContainer1.Size = New System.Drawing.Size(895, 469)
        Me.SplitContainer1.SplitterDistance = 298
        Me.SplitContainer1.TabIndex = 2
        '
        'FrmMain
        '
        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
        Me.BackColor = System.Drawing.SystemColors.Control
        Me.ClientSize = New System.Drawing.Size(895, 557)
        Me.Controls.Add(Me.SplitContainer1)
        Me.Controls.Add(Me.ToolStripContainer1)
        Me.Controls.Add(Me.MenuStrip1)
        Me.Controls.Add(Me.StatusStrip1)
        Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
        Me.MainMenuStrip = Me.MenuStrip1
        Me.Name = "FrmMain"
        Me.Text = "ZipTrack - © Arkitech EBC Corporation"
        Me.MenuStrip1.ResumeLayout(False)
        Me.MenuStrip1.PerformLayout()
        Me.ToolStripContainer1.ContentPanel.ResumeLayout(False)
        Me.ToolStripContainer1.ContentPanel.PerformLayout()
        Me.ToolStripContainer1.ResumeLayout(False)
        Me.ToolStripContainer1.PerformLayout()
        Me.ToolStrip1.ResumeLayout(False)
        Me.ToolStrip1.PerformLayout()
        Me.SplitContainer1.Panel1.ResumeLayout(False)
        Me.SplitContainer1.Panel2.ResumeLayout(False)
        Me.SplitContainer1.ResumeLayout(False)
        Me.ResumeLayout(False)
        Me.PerformLayout()

    End Sub

    Friend WithEvents TabControl1 As Gui.Controls.CustomTabControl.TabControl
    Friend WithEvents GroupSelect1 As ZipTrack.Gui.Controls.GroupSelectionControl
    Friend WithEvents StatusStrip1 As System.Windows.Forms.StatusStrip
    Friend WithEvents MenuStrip1 As System.Windows.Forms.MenuStrip
    Friend WithEvents ToolStripContainer1 As System.Windows.Forms.ToolStripContainer
    Friend WithEvents FileToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents miNew As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents miOpen As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents toolStripSeparator As System.Windows.Forms.ToolStripSeparator
    Friend WithEvents miPrint As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents miPrintPreview As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents toolStripSeparator2 As System.Windows.Forms.ToolStripSeparator
    Friend WithEvents miExit As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents EditToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents toolStripSeparator3 As System.Windows.Forms.ToolStripSeparator
    Friend WithEvents miCopy As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents toolStripSeparator4 As System.Windows.Forms.ToolStripSeparator
    Friend WithEvents miSelectAll As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents mnuView As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents miDocuments As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents miBookmarks As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents mnuHelp As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents miIndex As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents toolStripSeparator5 As System.Windows.Forms.ToolStripSeparator
    Friend WithEvents miAbout As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents ToolStrip1 As System.Windows.Forms.ToolStrip
    Friend WithEvents btnNew As System.Windows.Forms.ToolStripButton
    Friend WithEvents btnOpen As System.Windows.Forms.ToolStripButton
    Friend WithEvents btnSearch As System.Windows.Forms.ToolStripButton
    Friend WithEvents ToolStripSeparator6 As System.Windows.Forms.ToolStripSeparator
    Private WithEvents ToolStripSplitButton5 As System.Windows.Forms.ToolStripSplitButton
    Friend WithEvents btnCopy As System.Windows.Forms.ToolStripButton
    Friend WithEvents ToolStripSeparator7 As System.Windows.Forms.ToolStripSeparator
    Friend WithEvents ToolStripSeparator8 As System.Windows.Forms.ToolStripSeparator
    Friend WithEvents btnAbout As System.Windows.Forms.ToolStripButton
    Friend WithEvents miOurWebsite As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents ToolStripMenuItem1 As System.Windows.Forms.ToolStripSeparator
    Friend WithEvents SplitContainer1 As System.Windows.Forms.SplitContainer

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
Founder Arkitech EBC Corporation
United States United States
MS, BBA, software developer, consultant, and trainer. Specializing in building data-centric applications designed for business, university, community & faith based organizations. Started developing Excel VBA macros and never looked back. Freelance developer utilizing VB.Net, SQL Server, Microsoft Access, and ASP.Net.

Comments and Discussions