www.pudn.com > FolderWatch.zip > Form1.Designer.vb
Partial Public Class Form1
Inherits System.Windows.Forms.Form
_
Public Sub New()
MyBase.New()
'This call is required by the Windows Form Designer.
InitializeComponent()
End Sub
'Form overrides dispose to clean up the component list.
_
Protected Overloads Overrides Sub Dispose(ByVal disposing As Boolean)
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
MyBase.Dispose(disposing)
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.
_
Private Sub InitializeComponent()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form1))
Me.txt_watchpath = New System.Windows.Forms.TextBox
Me.btn_startwatch = New System.Windows.Forms.Button
Me.btn_stop = New System.Windows.Forms.Button
Me.txt_folderactivity = New System.Windows.Forms.TextBox
Me.watchfolder = New System.IO.FileSystemWatcher
Me.Label1 = New System.Windows.Forms.Label
Me.BtnFolder = New System.Windows.Forms.Button
Me.FolderBrowser = New System.Windows.Forms.FolderBrowserDialog
Me.PictureBox1 = New System.Windows.Forms.PictureBox
Me.BtnClear = New System.Windows.Forms.Button
Me.BtnExit = New System.Windows.Forms.Button
Me.CheckBox1 = New System.Windows.Forms.CheckBox
CType(Me.watchfolder, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'txt_watchpath
'
Me.txt_watchpath.AutoSize = False
Me.txt_watchpath.BackColor = System.Drawing.SystemColors.Info
Me.txt_watchpath.Location = New System.Drawing.Point(13, 62)
Me.txt_watchpath.Multiline = True
Me.txt_watchpath.Name = "txt_watchpath"
Me.txt_watchpath.Size = New System.Drawing.Size(349, 20)
Me.txt_watchpath.TabIndex = 0
'
'btn_startwatch
'
Me.btn_startwatch.Location = New System.Drawing.Point(157, 313)
Me.btn_startwatch.Name = "btn_startwatch"
Me.btn_startwatch.Size = New System.Drawing.Size(77, 25)
Me.btn_startwatch.TabIndex = 1
Me.btn_startwatch.Text = "Start Watch"
'
'btn_stop
'
Me.btn_stop.Location = New System.Drawing.Point(241, 313)
Me.btn_stop.Name = "btn_stop"
Me.btn_stop.Size = New System.Drawing.Size(77, 25)
Me.btn_stop.TabIndex = 2
Me.btn_stop.Text = "Stop Watch"
'
'txt_folderactivity
'
Me.txt_folderactivity.AutoSize = False
Me.txt_folderactivity.Location = New System.Drawing.Point(13, 119)
Me.txt_folderactivity.Multiline = True
Me.txt_folderactivity.Name = "txt_folderactivity"
Me.txt_folderactivity.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
Me.txt_folderactivity.Size = New System.Drawing.Size(377, 187)
Me.txt_folderactivity.TabIndex = 3
'
'watchfolder
'
Me.watchfolder.EnableRaisingEvents = True
Me.watchfolder.SynchronizingObject = Me
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(11, 34)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(82, 14)
Me.Label1.TabIndex = 4
Me.Label1.Text = "Folder Location"
'
'BtnFolder
'
Me.BtnFolder.Location = New System.Drawing.Point(369, 61)
Me.BtnFolder.Name = "BtnFolder"
Me.BtnFolder.Size = New System.Drawing.Size(21, 21)
Me.BtnFolder.TabIndex = 5
Me.BtnFolder.Text = "..."
'
'PictureBox1
'
Me.PictureBox1.Image = FolderWatch.My.Resources.MyResources.shell32_dll_Ico1121_ico_Ico1
Me.PictureBox1.Location = New System.Drawing.Point(359, 13)
Me.PictureBox1.Name = "PictureBox1"
Me.PictureBox1.Size = New System.Drawing.Size(31, 38)
Me.PictureBox1.TabIndex = 6
Me.PictureBox1.TabStop = False
'
'BtnClear
'
Me.BtnClear.Location = New System.Drawing.Point(13, 313)
Me.BtnClear.Name = "BtnClear"
Me.BtnClear.Size = New System.Drawing.Size(56, 25)
Me.BtnClear.TabIndex = 7
Me.BtnClear.Text = "Clear"
'
'BtnExit
'
Me.BtnExit.Location = New System.Drawing.Point(325, 313)
Me.BtnExit.Name = "BtnExit"
Me.BtnExit.Size = New System.Drawing.Size(64, 25)
Me.BtnExit.TabIndex = 8
Me.BtnExit.Text = "Exit"
'
'CheckBox1
'
Me.CheckBox1.AutoSize = True
Me.CheckBox1.Checked = True
Me.CheckBox1.CheckState = System.Windows.Forms.CheckState.Checked
Me.CheckBox1.Location = New System.Drawing.Point(16, 92)
Me.CheckBox1.Name = "CheckBox1"
Me.CheckBox1.Size = New System.Drawing.Size(127, 17)
Me.CheckBox1.TabIndex = 9
Me.CheckBox1.Text = "Include Subdirectories"
'
'Form1
'
Me.AutoScaleBaseSize = New System.Drawing.Size(5, 13)
Me.ClientSize = New System.Drawing.Size(408, 350)
Me.Controls.Add(Me.CheckBox1)
Me.Controls.Add(Me.BtnExit)
Me.Controls.Add(Me.BtnClear)
Me.Controls.Add(Me.PictureBox1)
Me.Controls.Add(Me.BtnFolder)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.txt_folderactivity)
Me.Controls.Add(Me.btn_stop)
Me.Controls.Add(Me.btn_startwatch)
Me.Controls.Add(Me.txt_watchpath)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.MaximizeBox = False
Me.Name = "Form1"
Me.Text = "Folder Spy"
CType(Me.watchfolder, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents txt_watchpath As System.Windows.Forms.TextBox
Friend WithEvents btn_startwatch As System.Windows.Forms.Button
Friend WithEvents btn_stop As System.Windows.Forms.Button
Friend WithEvents txt_folderactivity As System.Windows.Forms.TextBox
Friend WithEvents watchfolder As System.IO.FileSystemWatcher
Friend WithEvents BtnFolder As System.Windows.Forms.Button
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents FolderBrowser As System.Windows.Forms.FolderBrowserDialog
Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
Friend WithEvents BtnClear As System.Windows.Forms.Button
Friend WithEvents BtnExit As System.Windows.Forms.Button
Friend WithEvents CheckBox1 As System.Windows.Forms.CheckBox
End Class