Projects

Find all our projects in development below.
All source code is GNU General Public License (GPL)

FileShredder

Browsing frmMain.Designer.vb (12.13 KB)

<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.btnClose = New System.Windows.Forms.Button
        Me.lblCancel = New System.Windows.Forms.ToolStripStatusLabel
        Me.btnStart = New System.Windows.Forms.Button
        Me.lblStatus = New System.Windows.Forms.ToolStripStatusLabel
        Me.btnBrowse = New System.Windows.Forms.Button
        Me.ssMain = New System.Windows.Forms.StatusStrip
        Me.pbarStatus = New System.Windows.Forms.ToolStripProgressBar
        Me.txtInput = New System.Windows.Forms.TextBox
        Me.lblInput = New System.Windows.Forms.Label
        Me.grpMain = New System.Windows.Forms.GroupBox
        Me.lblAgeMinutes = New System.Windows.Forms.Label
        Me.txtAgeMinutes = New System.Windows.Forms.TextBox
        Me.lblAgeDays = New System.Windows.Forms.Label
        Me.txtAgeDays = New System.Windows.Forms.TextBox
        Me.chkAge = New System.Windows.Forms.CheckBox
        Me.chkSubfolders = New System.Windows.Forms.CheckBox
        Me.txtWildcard = New System.Windows.Forms.TextBox
        Me.lblWildcard = New System.Windows.Forms.Label
        Me.lblInfo = New System.Windows.Forms.Label
        Me.fldrInput = New System.Windows.Forms.FolderBrowserDialog
        Me.ssMain.SuspendLayout()
        Me.grpMain.SuspendLayout()
        Me.SuspendLayout()
        '
        'btnClose
        '
        Me.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel
        Me.btnClose.Location = New System.Drawing.Point(248, 218)
        Me.btnClose.Name = "btnClose"
        Me.btnClose.Size = New System.Drawing.Size(91, 24)
        Me.btnClose.TabIndex = 12
        Me.btnClose.Text = "&Close"
        Me.btnClose.UseVisualStyleBackColor = True
        '
        'lblCancel
        '
        Me.lblCancel.IsLink = True
        Me.lblCancel.Name = "lblCancel"
        Me.lblCancel.Size = New System.Drawing.Size(39, 17)
        Me.lblCancel.Text = "Cancel"
        Me.lblCancel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
        Me.lblCancel.ToolTipText = "Cancel the current processing"
        Me.lblCancel.Visible = False
        Me.lblCancel.VisitedLinkColor = System.Drawing.Color.Blue
        '
        'btnStart
        '
        Me.btnStart.Location = New System.Drawing.Point(131, 218)
        Me.btnStart.Name = "btnStart"
        Me.btnStart.Size = New System.Drawing.Size(111, 24)
        Me.btnStart.TabIndex = 11
        Me.btnStart.Text = "&Start Shredding!"
        Me.btnStart.UseVisualStyleBackColor = True
        '
        'lblStatus
        '
        Me.lblStatus.Name = "lblStatus"
        Me.lblStatus.Size = New System.Drawing.Size(336, 17)
        Me.lblStatus.Spring = True
        Me.lblStatus.Text = "Ready"
        Me.lblStatus.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
        '
        'btnBrowse
        '
        Me.btnBrowse.Location = New System.Drawing.Point(285, 62)
        Me.btnBrowse.Name = "btnBrowse"
        Me.btnBrowse.Size = New System.Drawing.Size(31, 19)
        Me.btnBrowse.TabIndex = 4
        Me.btnBrowse.Text = "..."
        Me.btnBrowse.UseVisualStyleBackColor = True
        '
        'ssMain
        '
        Me.ssMain.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.lblStatus, Me.lblCancel, Me.pbarStatus})
        Me.ssMain.Location = New System.Drawing.Point(0, 253)
        Me.ssMain.Name = "ssMain"
        Me.ssMain.ShowItemToolTips = True
        Me.ssMain.Size = New System.Drawing.Size(351, 22)
        Me.ssMain.SizingGrip = False
        Me.ssMain.TabIndex = 13
        '
        'pbarStatus
        '
        Me.pbarStatus.Margin = New System.Windows.Forms.Padding(20, 3, 1, 3)
        Me.pbarStatus.Name = "pbarStatus"
        Me.pbarStatus.Size = New System.Drawing.Size(100, 16)
        Me.pbarStatus.Visible = False
        '
        'txtInput
        '
        Me.txtInput.Location = New System.Drawing.Point(106, 62)
        Me.txtInput.MaxLength = 2048
        Me.txtInput.Name = "txtInput"
        Me.txtInput.Size = New System.Drawing.Size(173, 21)
        Me.txtInput.TabIndex = 3
        '
        'lblInput
        '
        Me.lblInput.Location = New System.Drawing.Point(7, 65)
        Me.lblInput.Name = "lblInput"
        Me.lblInput.Size = New System.Drawing.Size(93, 13)
        Me.lblInput.TabIndex = 2
        Me.lblInput.Text = "&Input Folder:"
        Me.lblInput.TextAlign = System.Drawing.ContentAlignment.TopRight
        '
        'grpMain
        '
        Me.grpMain.Controls.Add(Me.lblAgeMinutes)
        Me.grpMain.Controls.Add(Me.txtAgeMinutes)
        Me.grpMain.Controls.Add(Me.lblAgeDays)
        Me.grpMain.Controls.Add(Me.txtAgeDays)
        Me.grpMain.Controls.Add(Me.chkAge)
        Me.grpMain.Controls.Add(Me.chkSubfolders)
        Me.grpMain.Controls.Add(Me.txtWildcard)
        Me.grpMain.Controls.Add(Me.lblWildcard)
        Me.grpMain.Controls.Add(Me.btnBrowse)
        Me.grpMain.Controls.Add(Me.txtInput)
        Me.grpMain.Controls.Add(Me.lblInput)
        Me.grpMain.Controls.Add(Me.lblInfo)
        Me.grpMain.Location = New System.Drawing.Point(12, 6)
        Me.grpMain.Name = "grpMain"
        Me.grpMain.Size = New System.Drawing.Size(327, 197)
        Me.grpMain.TabIndex = 10
        Me.grpMain.TabStop = False
        Me.grpMain.Text = "Configuration"
        '
        'lblAgeMinutes
        '
        Me.lblAgeMinutes.AutoSize = True
        Me.lblAgeMinutes.Location = New System.Drawing.Point(263, 167)
        Me.lblAgeMinutes.Name = "lblAgeMinutes"
        Me.lblAgeMinutes.Size = New System.Drawing.Size(52, 13)
        Me.lblAgeMinutes.TabIndex = 12
        Me.lblAgeMinutes.Text = "minute(s)"
        '
        'txtAgeMinutes
        '
        Me.txtAgeMinutes.Enabled = False
        Me.txtAgeMinutes.Location = New System.Drawing.Point(223, 162)
        Me.txtAgeMinutes.MaxLength = 4
        Me.txtAgeMinutes.Name = "txtAgeMinutes"
        Me.txtAgeMinutes.Size = New System.Drawing.Size(39, 21)
        Me.txtAgeMinutes.TabIndex = 11
        Me.txtAgeMinutes.Text = "0"
        '
        'lblAgeDays
        '
        Me.lblAgeDays.AutoSize = True
        Me.lblAgeDays.Location = New System.Drawing.Point(263, 140)
        Me.lblAgeDays.Name = "lblAgeDays"
        Me.lblAgeDays.Size = New System.Drawing.Size(38, 13)
        Me.lblAgeDays.TabIndex = 10
        Me.lblAgeDays.Text = "day(s)"
        '
        'txtAgeDays
        '
        Me.txtAgeDays.Enabled = False
        Me.txtAgeDays.Location = New System.Drawing.Point(223, 135)
        Me.txtAgeDays.MaxLength = 4
        Me.txtAgeDays.Name = "txtAgeDays"
        Me.txtAgeDays.Size = New System.Drawing.Size(39, 21)
        Me.txtAgeDays.TabIndex = 9
        Me.txtAgeDays.Text = "0"
        '
        'chkAge
        '
        Me.chkAge.AutoSize = True
        Me.chkAge.Location = New System.Drawing.Point(106, 139)
        Me.chkAge.Name = "chkAge"
        Me.chkAge.Size = New System.Drawing.Size(120, 17)
        Me.chkAge.TabIndex = 8
        Me.chkAge.Text = "Must be &older than:"
        Me.chkAge.UseVisualStyleBackColor = True
        '
        'chkSubfolders
        '
        Me.chkSubfolders.AutoSize = True
        Me.chkSubfolders.Checked = True
        Me.chkSubfolders.CheckState = System.Windows.Forms.CheckState.Checked
        Me.chkSubfolders.Location = New System.Drawing.Point(106, 116)
        Me.chkSubfolders.Name = "chkSubfolders"
        Me.chkSubfolders.Size = New System.Drawing.Size(115, 17)
        Me.chkSubfolders.TabIndex = 7
        Me.chkSubfolders.Text = "I&nclude Subfolders"
        Me.chkSubfolders.UseVisualStyleBackColor = True
        '
        'txtWildcard
        '
        Me.txtWildcard.Location = New System.Drawing.Point(106, 89)
        Me.txtWildcard.MaxLength = 1024
        Me.txtWildcard.Name = "txtWildcard"
        Me.txtWildcard.Size = New System.Drawing.Size(173, 21)
        Me.txtWildcard.TabIndex = 6
        Me.txtWildcard.Text = "*.*"
        '
        'lblWildcard
        '
        Me.lblWildcard.Location = New System.Drawing.Point(4, 92)
        Me.lblWildcard.Name = "lblWildcard"
        Me.lblWildcard.Size = New System.Drawing.Size(96, 16)
        Me.lblWildcard.TabIndex = 5
        Me.lblWildcard.Text = "&Wildcard:"
        Me.lblWildcard.TextAlign = System.Drawing.ContentAlignment.TopRight
        '
        'lblInfo
        '
        Me.lblInfo.Location = New System.Drawing.Point(16, 21)
        Me.lblInfo.Name = "lblInfo"
        Me.lblInfo.Size = New System.Drawing.Size(270, 29)
        Me.lblInfo.TabIndex = 1
        Me.lblInfo.Text = "This program will delete all files in the input folder based on the specified wil" & _
            "dcard (and options)."
        '
        'fldrInput
        '
        Me.fldrInput.ShowNewFolderButton = False
        '
        'frmMain
        '
        Me.AcceptButton = Me.btnStart
        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
        Me.CancelButton = Me.btnClose
        Me.ClientSize = New System.Drawing.Size(351, 275)
        Me.Controls.Add(Me.btnClose)
        Me.Controls.Add(Me.btnStart)
        Me.Controls.Add(Me.ssMain)
        Me.Controls.Add(Me.grpMain)
        Me.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
        Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
        Me.MaximizeBox = False
        Me.Name = "frmMain"
        Me.Text = "File Shredder"
        Me.ssMain.ResumeLayout(False)
        Me.ssMain.PerformLayout()
        Me.grpMain.ResumeLayout(False)
        Me.grpMain.PerformLayout()
        Me.ResumeLayout(False)
        Me.PerformLayout()

    End Sub
    Friend WithEvents btnClose As System.Windows.Forms.Button
    Friend WithEvents lblCancel As System.Windows.Forms.ToolStripStatusLabel
    Friend WithEvents btnStart As System.Windows.Forms.Button
    Friend WithEvents lblStatus As System.Windows.Forms.ToolStripStatusLabel
    Friend WithEvents btnBrowse As System.Windows.Forms.Button
    Friend WithEvents ssMain As System.Windows.Forms.StatusStrip
    Friend WithEvents pbarStatus As System.Windows.Forms.ToolStripProgressBar
    Friend WithEvents txtInput As System.Windows.Forms.TextBox
    Friend WithEvents lblInput As System.Windows.Forms.Label
    Friend WithEvents grpMain As System.Windows.Forms.GroupBox
    Friend WithEvents chkSubfolders As System.Windows.Forms.CheckBox
    Friend WithEvents txtWildcard As System.Windows.Forms.TextBox
    Friend WithEvents lblWildcard As System.Windows.Forms.Label
    Friend WithEvents lblInfo As System.Windows.Forms.Label
    Friend WithEvents lblAgeDays As System.Windows.Forms.Label
    Friend WithEvents txtAgeDays As System.Windows.Forms.TextBox
    Friend WithEvents chkAge As System.Windows.Forms.CheckBox
    Friend WithEvents fldrInput As System.Windows.Forms.FolderBrowserDialog
    Friend WithEvents lblAgeMinutes As System.Windows.Forms.Label
    Friend WithEvents txtAgeMinutes As System.Windows.Forms.TextBox

End Class

Download frmMain.Designer.vb

Back to file list


Back to project page