Click here to Skip to main content
15,892,768 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.4K   781   78  
A comprehensive way to manage all of your downloaded zip files.

Namespace Gui.Controls
    <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
    Partial Class BookmarksControl
        Inherits System.Windows.Forms.UserControl

        'UserControl 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(BookmarksControl))
            Me.SplitContainer2 = New System.Windows.Forms.SplitContainer
            Me.TabStrip1 = New ZipTrack.Gui.Components.TabStrip
            Me.tabContent = New ZipTrack.Gui.Components.TabStripItem
            Me.WebControl1 = New System.Windows.Forms.WebBrowser
            Me.Panel1 = New System.Windows.Forms.Panel
            Me.lnkOpen = New System.Windows.Forms.LinkLabel
            Me.tabNotes = New ZipTrack.Gui.Components.TabStripItem
            Me.txtNote = New System.Windows.Forms.TextBox
            Me.SplitContainer2.Panel2.SuspendLayout()
            Me.SplitContainer2.SuspendLayout()
            CType(Me.TabStrip1, System.ComponentModel.ISupportInitialize).BeginInit()
            Me.TabStrip1.SuspendLayout()
            Me.tabContent.SuspendLayout()
            Me.Panel1.SuspendLayout()
            Me.tabNotes.SuspendLayout()
            Me.SuspendLayout()
            '
            'SplitContainer2
            '
            Me.SplitContainer2.Dock = System.Windows.Forms.DockStyle.Fill
            Me.SplitContainer2.Location = New System.Drawing.Point(0, 0)
            Me.SplitContainer2.Name = "SplitContainer2"
            Me.SplitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal
            '
            'SplitContainer2.Panel1
            '
            Me.SplitContainer2.Panel1.BackColor = System.Drawing.SystemColors.ControlDarkDark
            Me.SplitContainer2.Panel1.Padding = New System.Windows.Forms.Padding(3)
            '
            'SplitContainer2.Panel2
            '
            Me.SplitContainer2.Panel2.Controls.Add(Me.TabStrip1)
            Me.SplitContainer2.Size = New System.Drawing.Size(794, 668)
            Me.SplitContainer2.SplitterDistance = 178
            Me.SplitContainer2.TabIndex = 1
            '
            'TabStrip1
            '
            Me.TabStrip1.AlwaysShowClose = False
            Me.TabStrip1.Controls.Add(Me.tabContent)
            Me.TabStrip1.Controls.Add(Me.tabNotes)
            Me.TabStrip1.Dock = System.Windows.Forms.DockStyle.Fill
            Me.TabStrip1.Items.AddRange(New ZipTrack.Gui.Components.TabStripItem() {Me.tabContent, Me.tabNotes})
            Me.TabStrip1.Location = New System.Drawing.Point(0, 0)
            Me.TabStrip1.Name = "TabStrip1"
            Me.TabStrip1.SelectedItem = Me.tabContent
            Me.TabStrip1.Size = New System.Drawing.Size(794, 486)
            Me.TabStrip1.TabIndex = 0
            Me.TabStrip1.Text = "TabStrip1"
            '
            'tabContent
            '
            Me.tabContent.CanClose = False
            Me.tabContent.Controls.Add(Me.WebControl1)
            Me.tabContent.Controls.Add(Me.Panel1)
            Me.tabContent.Image = CType(resources.GetObject("tabContent.Image"), System.Drawing.Image)
            Me.tabContent.IsDrawn = True
            Me.tabContent.Name = "tabContent"
            Me.tabContent.Selected = True
            Me.tabContent.Size = New System.Drawing.Size(792, 465)
            Me.tabContent.TabIndex = 0
            Me.tabContent.Title = "Content"
            '
            'WebControl1
            '
            Me.WebControl1.Dock = System.Windows.Forms.DockStyle.Fill
            Me.WebControl1.Location = New System.Drawing.Point(0, 40)
            Me.WebControl1.MinimumSize = New System.Drawing.Size(20, 20)
            Me.WebControl1.Name = "WebControl1"
            Me.WebControl1.ScriptErrorsSuppressed = True
            Me.WebControl1.Size = New System.Drawing.Size(792, 425)
            Me.WebControl1.TabIndex = 1
            '
            'Panel1
            '
            Me.Panel1.Controls.Add(Me.lnkOpen)
            Me.Panel1.Dock = System.Windows.Forms.DockStyle.Top
            Me.Panel1.Location = New System.Drawing.Point(0, 0)
            Me.Panel1.Name = "Panel1"
            Me.Panel1.Size = New System.Drawing.Size(792, 40)
            Me.Panel1.TabIndex = 2
            '
            'lnkOpen
            '
            Me.lnkOpen.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
            Me.lnkOpen.AutoSize = True
            Me.lnkOpen.Location = New System.Drawing.Point(654, 10)
            Me.lnkOpen.Name = "lnkOpen"
            Me.lnkOpen.Size = New System.Drawing.Size(125, 13)
            Me.lnkOpen.TabIndex = 0
            Me.lnkOpen.TabStop = True
            Me.lnkOpen.Text = "Open in Full Page view"
            '
            'tabNotes
            '
            Me.tabNotes.Controls.Add(Me.txtNote)
            Me.tabNotes.IsDrawn = True
            Me.tabNotes.Name = "tabNotes"
            Me.tabNotes.Size = New System.Drawing.Size(792, 332)
            Me.tabNotes.TabIndex = 1
            Me.tabNotes.Title = "Notes"
            '
            'txtNote
            '
            Me.txtNote.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
            Me.txtNote.Dock = System.Windows.Forms.DockStyle.Fill
            Me.txtNote.Location = New System.Drawing.Point(0, 0)
            Me.txtNote.Multiline = True
            Me.txtNote.Name = "txtNote"
            Me.txtNote.ScrollBars = System.Windows.Forms.ScrollBars.Both
            Me.txtNote.Size = New System.Drawing.Size(792, 332)
            Me.txtNote.TabIndex = 0
            '
            'BookmarksControl
            '
            Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
            Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
            Me.Controls.Add(Me.SplitContainer2)
            Me.Name = "BookmarksControl"
            Me.Size = New System.Drawing.Size(794, 668)
            Me.SplitContainer2.Panel2.ResumeLayout(False)
            Me.SplitContainer2.ResumeLayout(False)
            CType(Me.TabStrip1, System.ComponentModel.ISupportInitialize).EndInit()
            Me.TabStrip1.ResumeLayout(False)
            Me.tabContent.ResumeLayout(False)
            Me.Panel1.ResumeLayout(False)
            Me.Panel1.PerformLayout()
            Me.tabNotes.ResumeLayout(False)
            Me.tabNotes.PerformLayout()
            Me.ResumeLayout(False)

        End Sub

        Friend WithEvents SplitContainer2 As System.Windows.Forms.SplitContainer
        Friend WithEvents TabStrip1 As ZipTrack.Gui.Components.TabStrip
        Friend WithEvents tabContent As ZipTrack.Gui.Components.TabStripItem
        Friend WithEvents WebControl1 As System.Windows.Forms.WebBrowser
        Friend WithEvents Panel1 As System.Windows.Forms.Panel
        Friend WithEvents lnkOpen As System.Windows.Forms.LinkLabel
        Friend WithEvents tabNotes As ZipTrack.Gui.Components.TabStripItem
        Friend WithEvents txtNote As System.Windows.Forms.TextBox

    End Class
End Namespace

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