410 lines
18 KiB
VB.net
410 lines
18 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmConfig_Basic
|
|
Inherits System.Windows.Forms.Form
|
|
|
|
'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
|
|
<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
|
|
|
|
'Wird vom Windows Form-Designer benötigt.
|
|
Private components As System.ComponentModel.IContainer
|
|
|
|
'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich.
|
|
'Das Bearbeiten ist mit dem Windows Form-Designer möglich.
|
|
'Das Bearbeiten mit dem Code-Editor ist nicht möglich.
|
|
<System.Diagnostics.DebuggerStepThrough()> _
|
|
Private Sub InitializeComponent()
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmConfig_Basic))
|
|
Me.TabControl1 = New System.Windows.Forms.TabControl()
|
|
Me.TabPage1 = New System.Windows.Forms.TabPage()
|
|
Me.chkbxUserAut = New System.Windows.Forms.CheckBox()
|
|
Me.Label5 = New System.Windows.Forms.Label()
|
|
Me.cmbDatenbank = New System.Windows.Forms.ComboBox()
|
|
Me.Label4 = New System.Windows.Forms.Label()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.txtActualConnection = New System.Windows.Forms.TextBox()
|
|
Me.txtServer = New System.Windows.Forms.TextBox()
|
|
Me.txtUser = New System.Windows.Forms.TextBox()
|
|
Me.txtPasswort = New System.Windows.Forms.TextBox()
|
|
Me.BtnConnect = New System.Windows.Forms.Button()
|
|
Me.TabPage2 = New System.Windows.Forms.TabPage()
|
|
Me.btnApplicationFolder = New System.Windows.Forms.Button()
|
|
Me.btnopenlog = New System.Windows.Forms.Button()
|
|
Me.CheckBox1 = New System.Windows.Forms.CheckBox()
|
|
Me.Button1 = New System.Windows.Forms.Button()
|
|
Me.txtuniversalViewer = New System.Windows.Forms.TextBox()
|
|
Me.lblUniversalViewer = New System.Windows.Forms.Label()
|
|
Me.TabPage3 = New System.Windows.Forms.TabPage()
|
|
Me.btnsetFW_Folder = New System.Windows.Forms.Button()
|
|
Me.btnFW_OwnFiles = New System.Windows.Forms.Button()
|
|
Me.btnFW_Desktop = New System.Windows.Forms.Button()
|
|
Me.txtFolderWatch = New System.Windows.Forms.TextBox()
|
|
Me.Label6 = New System.Windows.Forms.Label()
|
|
Me.btnstartstop1 = New System.Windows.Forms.Button()
|
|
Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog()
|
|
Me.TabControl1.SuspendLayout()
|
|
Me.TabPage1.SuspendLayout()
|
|
Me.TabPage2.SuspendLayout()
|
|
Me.TabPage3.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'TabControl1
|
|
'
|
|
Me.TabControl1.Controls.Add(Me.TabPage1)
|
|
Me.TabControl1.Controls.Add(Me.TabPage2)
|
|
Me.TabControl1.Controls.Add(Me.TabPage3)
|
|
Me.TabControl1.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.TabControl1.Location = New System.Drawing.Point(0, 0)
|
|
Me.TabControl1.Name = "TabControl1"
|
|
Me.TabControl1.SelectedIndex = 0
|
|
Me.TabControl1.Size = New System.Drawing.Size(695, 261)
|
|
Me.TabControl1.TabIndex = 0
|
|
'
|
|
'TabPage1
|
|
'
|
|
Me.TabPage1.Controls.Add(Me.chkbxUserAut)
|
|
Me.TabPage1.Controls.Add(Me.Label5)
|
|
Me.TabPage1.Controls.Add(Me.cmbDatenbank)
|
|
Me.TabPage1.Controls.Add(Me.Label4)
|
|
Me.TabPage1.Controls.Add(Me.Label1)
|
|
Me.TabPage1.Controls.Add(Me.Label2)
|
|
Me.TabPage1.Controls.Add(Me.Label3)
|
|
Me.TabPage1.Controls.Add(Me.txtActualConnection)
|
|
Me.TabPage1.Controls.Add(Me.txtServer)
|
|
Me.TabPage1.Controls.Add(Me.txtUser)
|
|
Me.TabPage1.Controls.Add(Me.txtPasswort)
|
|
Me.TabPage1.Controls.Add(Me.BtnConnect)
|
|
Me.TabPage1.Location = New System.Drawing.Point(4, 22)
|
|
Me.TabPage1.Name = "TabPage1"
|
|
Me.TabPage1.Padding = New System.Windows.Forms.Padding(3)
|
|
Me.TabPage1.Size = New System.Drawing.Size(687, 235)
|
|
Me.TabPage1.TabIndex = 0
|
|
Me.TabPage1.Text = "Datenbank-Verbindung"
|
|
Me.TabPage1.UseVisualStyleBackColor = True
|
|
'
|
|
'chkbxUserAut
|
|
'
|
|
Me.chkbxUserAut.AutoSize = True
|
|
Me.chkbxUserAut.Location = New System.Drawing.Point(510, 36)
|
|
Me.chkbxUserAut.Name = "chkbxUserAut"
|
|
Me.chkbxUserAut.Size = New System.Drawing.Size(170, 17)
|
|
Me.chkbxUserAut.TabIndex = 47
|
|
Me.chkbxUserAut.Text = "Windows-Authentifizierung"
|
|
Me.chkbxUserAut.UseVisualStyleBackColor = True
|
|
'
|
|
'Label5
|
|
'
|
|
Me.Label5.AutoSize = True
|
|
Me.Label5.Location = New System.Drawing.Point(5, 115)
|
|
Me.Label5.Name = "Label5"
|
|
Me.Label5.Size = New System.Drawing.Size(150, 13)
|
|
Me.Label5.TabIndex = 46
|
|
Me.Label5.Text = "Aktueller ConnectionString:"
|
|
'
|
|
'cmbDatenbank
|
|
'
|
|
Me.cmbDatenbank.FormattingEnabled = True
|
|
Me.cmbDatenbank.Location = New System.Drawing.Point(8, 82)
|
|
Me.cmbDatenbank.Name = "cmbDatenbank"
|
|
Me.cmbDatenbank.Size = New System.Drawing.Size(252, 21)
|
|
Me.cmbDatenbank.TabIndex = 39
|
|
'
|
|
'Label4
|
|
'
|
|
Me.Label4.AutoSize = True
|
|
Me.Label4.Location = New System.Drawing.Point(5, 62)
|
|
Me.Label4.Name = "Label4"
|
|
Me.Label4.Size = New System.Drawing.Size(67, 13)
|
|
Me.Label4.TabIndex = 44
|
|
Me.Label4.Text = "Datenbank:"
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Location = New System.Drawing.Point(5, 14)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(74, 13)
|
|
Me.Label1.TabIndex = 41
|
|
Me.Label1.Text = "Server-Name:"
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Location = New System.Drawing.Point(299, 14)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(84, 13)
|
|
Me.Label2.TabIndex = 42
|
|
Me.Label2.Text = "Benutzername:"
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.AutoSize = True
|
|
Me.Label3.Location = New System.Drawing.Point(423, 14)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(56, 13)
|
|
Me.Label3.TabIndex = 43
|
|
Me.Label3.Text = "Passwort:"
|
|
'
|
|
'txtActualConnection
|
|
'
|
|
Me.txtActualConnection.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
|
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.txtActualConnection.BackColor = System.Drawing.Color.WhiteSmoke
|
|
Me.txtActualConnection.Location = New System.Drawing.Point(8, 131)
|
|
Me.txtActualConnection.Name = "txtActualConnection"
|
|
Me.txtActualConnection.ReadOnly = True
|
|
Me.txtActualConnection.Size = New System.Drawing.Size(547, 22)
|
|
Me.txtActualConnection.TabIndex = 45
|
|
'
|
|
'txtServer
|
|
'
|
|
Me.txtServer.ForeColor = System.Drawing.SystemColors.WindowText
|
|
Me.txtServer.Location = New System.Drawing.Point(8, 34)
|
|
Me.txtServer.Name = "txtServer"
|
|
Me.txtServer.Size = New System.Drawing.Size(288, 22)
|
|
Me.txtServer.TabIndex = 36
|
|
'
|
|
'txtUser
|
|
'
|
|
Me.txtUser.ForeColor = System.Drawing.SystemColors.WindowText
|
|
Me.txtUser.Location = New System.Drawing.Point(302, 34)
|
|
Me.txtUser.Name = "txtUser"
|
|
Me.txtUser.Size = New System.Drawing.Size(118, 22)
|
|
Me.txtUser.TabIndex = 37
|
|
'
|
|
'txtPasswort
|
|
'
|
|
Me.txtPasswort.ForeColor = System.Drawing.SystemColors.WindowText
|
|
Me.txtPasswort.Location = New System.Drawing.Point(426, 34)
|
|
Me.txtPasswort.Name = "txtPasswort"
|
|
Me.txtPasswort.Size = New System.Drawing.Size(64, 22)
|
|
Me.txtPasswort.TabIndex = 38
|
|
Me.txtPasswort.UseSystemPasswordChar = True
|
|
'
|
|
'BtnConnect
|
|
'
|
|
Me.BtnConnect.Image = Global.Global_Indexer.My.Resources.Resources.database_go
|
|
Me.BtnConnect.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.BtnConnect.Location = New System.Drawing.Point(302, 82)
|
|
Me.BtnConnect.Name = "BtnConnect"
|
|
Me.BtnConnect.Size = New System.Drawing.Size(253, 25)
|
|
Me.BtnConnect.TabIndex = 40
|
|
Me.BtnConnect.Text = "Verbindung zur Datenbank herstellen"
|
|
Me.BtnConnect.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.BtnConnect.UseVisualStyleBackColor = True
|
|
'
|
|
'TabPage2
|
|
'
|
|
Me.TabPage2.Controls.Add(Me.btnApplicationFolder)
|
|
Me.TabPage2.Controls.Add(Me.btnopenlog)
|
|
Me.TabPage2.Controls.Add(Me.CheckBox1)
|
|
Me.TabPage2.Controls.Add(Me.Button1)
|
|
Me.TabPage2.Controls.Add(Me.txtuniversalViewer)
|
|
Me.TabPage2.Controls.Add(Me.lblUniversalViewer)
|
|
Me.TabPage2.Location = New System.Drawing.Point(4, 22)
|
|
Me.TabPage2.Name = "TabPage2"
|
|
Me.TabPage2.Padding = New System.Windows.Forms.Padding(3)
|
|
Me.TabPage2.Size = New System.Drawing.Size(687, 235)
|
|
Me.TabPage2.TabIndex = 1
|
|
Me.TabPage2.Text = "Diverse Einstellungen"
|
|
Me.TabPage2.UseVisualStyleBackColor = True
|
|
'
|
|
'btnApplicationFolder
|
|
'
|
|
Me.btnApplicationFolder.Image = Global.Global_Indexer.My.Resources.Resources.folder_go
|
|
Me.btnApplicationFolder.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnApplicationFolder.Location = New System.Drawing.Point(11, 101)
|
|
Me.btnApplicationFolder.Name = "btnApplicationFolder"
|
|
Me.btnApplicationFolder.Size = New System.Drawing.Size(165, 23)
|
|
Me.btnApplicationFolder.TabIndex = 5
|
|
Me.btnApplicationFolder.Text = "Öffne AppFolder User"
|
|
Me.btnApplicationFolder.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.btnApplicationFolder.UseVisualStyleBackColor = True
|
|
'
|
|
'btnopenlog
|
|
'
|
|
Me.btnopenlog.Image = Global.Global_Indexer.My.Resources.Resources.folder_go
|
|
Me.btnopenlog.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnopenlog.Location = New System.Drawing.Point(11, 130)
|
|
Me.btnopenlog.Name = "btnopenlog"
|
|
Me.btnopenlog.Size = New System.Drawing.Size(165, 23)
|
|
Me.btnopenlog.TabIndex = 4
|
|
Me.btnopenlog.Text = "Öffne Log-Verzeichnis"
|
|
Me.btnopenlog.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.btnopenlog.UseVisualStyleBackColor = True
|
|
'
|
|
'CheckBox1
|
|
'
|
|
Me.CheckBox1.AutoSize = True
|
|
Me.CheckBox1.Location = New System.Drawing.Point(11, 65)
|
|
Me.CheckBox1.Name = "CheckBox1"
|
|
Me.CheckBox1.Size = New System.Drawing.Size(99, 17)
|
|
Me.CheckBox1.TabIndex = 3
|
|
Me.CheckBox1.Text = "LogErrorsOnly"
|
|
Me.CheckBox1.UseVisualStyleBackColor = True
|
|
'
|
|
'Button1
|
|
'
|
|
Me.Button1.Location = New System.Drawing.Point(478, 26)
|
|
Me.Button1.Name = "Button1"
|
|
Me.Button1.Size = New System.Drawing.Size(30, 23)
|
|
Me.Button1.TabIndex = 2
|
|
Me.Button1.Text = "..."
|
|
Me.Button1.UseVisualStyleBackColor = True
|
|
'
|
|
'txtuniversalViewer
|
|
'
|
|
Me.txtuniversalViewer.Location = New System.Drawing.Point(11, 28)
|
|
Me.txtuniversalViewer.Name = "txtuniversalViewer"
|
|
Me.txtuniversalViewer.Size = New System.Drawing.Size(461, 22)
|
|
Me.txtuniversalViewer.TabIndex = 1
|
|
'
|
|
'lblUniversalViewer
|
|
'
|
|
Me.lblUniversalViewer.AutoSize = True
|
|
Me.lblUniversalViewer.Location = New System.Drawing.Point(8, 12)
|
|
Me.lblUniversalViewer.Name = "lblUniversalViewer"
|
|
Me.lblUniversalViewer.Size = New System.Drawing.Size(95, 13)
|
|
Me.lblUniversalViewer.TabIndex = 0
|
|
Me.lblUniversalViewer.Text = "Universal Viewer:"
|
|
'
|
|
'TabPage3
|
|
'
|
|
Me.TabPage3.Controls.Add(Me.btnsetFW_Folder)
|
|
Me.TabPage3.Controls.Add(Me.btnFW_OwnFiles)
|
|
Me.TabPage3.Controls.Add(Me.btnFW_Desktop)
|
|
Me.TabPage3.Controls.Add(Me.txtFolderWatch)
|
|
Me.TabPage3.Controls.Add(Me.Label6)
|
|
Me.TabPage3.Controls.Add(Me.btnstartstop1)
|
|
Me.TabPage3.Location = New System.Drawing.Point(4, 22)
|
|
Me.TabPage3.Name = "TabPage3"
|
|
Me.TabPage3.Padding = New System.Windows.Forms.Padding(3)
|
|
Me.TabPage3.Size = New System.Drawing.Size(687, 235)
|
|
Me.TabPage3.TabIndex = 2
|
|
Me.TabPage3.Text = "Überwachter Ordner/Folderwatch"
|
|
Me.TabPage3.UseVisualStyleBackColor = True
|
|
'
|
|
'btnsetFW_Folder
|
|
'
|
|
Me.btnsetFW_Folder.Location = New System.Drawing.Point(616, 28)
|
|
Me.btnsetFW_Folder.Name = "btnsetFW_Folder"
|
|
Me.btnsetFW_Folder.Size = New System.Drawing.Size(49, 23)
|
|
Me.btnsetFW_Folder.TabIndex = 6
|
|
Me.btnsetFW_Folder.Text = "..."
|
|
Me.btnsetFW_Folder.UseVisualStyleBackColor = True
|
|
'
|
|
'btnFW_OwnFiles
|
|
'
|
|
Me.btnFW_OwnFiles.Location = New System.Drawing.Point(11, 87)
|
|
Me.btnFW_OwnFiles.Name = "btnFW_OwnFiles"
|
|
Me.btnFW_OwnFiles.Size = New System.Drawing.Size(298, 23)
|
|
Me.btnFW_OwnFiles.TabIndex = 3
|
|
Me.btnFW_OwnFiles.Text = "Ordner 'SimpleIndexer' in Eigenen Dateien erzeugen"
|
|
Me.btnFW_OwnFiles.UseVisualStyleBackColor = True
|
|
'
|
|
'btnFW_Desktop
|
|
'
|
|
Me.btnFW_Desktop.Location = New System.Drawing.Point(11, 58)
|
|
Me.btnFW_Desktop.Name = "btnFW_Desktop"
|
|
Me.btnFW_Desktop.Size = New System.Drawing.Size(298, 23)
|
|
Me.btnFW_Desktop.TabIndex = 2
|
|
Me.btnFW_Desktop.Text = "Ordner 'SimpleIndexer' auf Desktop erzeugen"
|
|
Me.btnFW_Desktop.UseVisualStyleBackColor = True
|
|
'
|
|
'txtFolderWatch
|
|
'
|
|
Me.txtFolderWatch.Location = New System.Drawing.Point(11, 30)
|
|
Me.txtFolderWatch.Name = "txtFolderWatch"
|
|
Me.txtFolderWatch.Size = New System.Drawing.Size(602, 22)
|
|
Me.txtFolderWatch.TabIndex = 1
|
|
'
|
|
'Label6
|
|
'
|
|
Me.Label6.AutoSize = True
|
|
Me.Label6.Location = New System.Drawing.Point(8, 14)
|
|
Me.Label6.Name = "Label6"
|
|
Me.Label6.Size = New System.Drawing.Size(295, 13)
|
|
Me.Label6.TabIndex = 0
|
|
Me.Label6.Text = "Definieren Sie hier den Ordner welcher überwacht wird:"
|
|
'
|
|
'btnstartstop1
|
|
'
|
|
Me.btnstartstop1.Image = Global.Global_Indexer.My.Resources.Resources.bell_go
|
|
Me.btnstartstop1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnstartstop1.Location = New System.Drawing.Point(408, 57)
|
|
Me.btnstartstop1.Margin = New System.Windows.Forms.Padding(4)
|
|
Me.btnstartstop1.Name = "btnstartstop1"
|
|
Me.btnstartstop1.Size = New System.Drawing.Size(205, 25)
|
|
Me.btnstartstop1.TabIndex = 5
|
|
Me.btnstartstop1.Text = "Überwachung starten"
|
|
Me.btnstartstop1.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.btnstartstop1.UseVisualStyleBackColor = True
|
|
'
|
|
'OpenFileDialog1
|
|
'
|
|
Me.OpenFileDialog1.FileName = "OpenFileDialog1"
|
|
'
|
|
'frmConfig_Basic
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(695, 261)
|
|
Me.Controls.Add(Me.TabControl1)
|
|
Me.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
Me.MaximizeBox = False
|
|
Me.MinimizeBox = False
|
|
Me.Name = "frmConfig_Basic"
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|
Me.Text = "Grundeinstellungen für User"
|
|
Me.TabControl1.ResumeLayout(False)
|
|
Me.TabPage1.ResumeLayout(False)
|
|
Me.TabPage1.PerformLayout()
|
|
Me.TabPage2.ResumeLayout(False)
|
|
Me.TabPage2.PerformLayout()
|
|
Me.TabPage3.ResumeLayout(False)
|
|
Me.TabPage3.PerformLayout()
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
Friend WithEvents TabControl1 As System.Windows.Forms.TabControl
|
|
Friend WithEvents TabPage1 As System.Windows.Forms.TabPage
|
|
Friend WithEvents chkbxUserAut As System.Windows.Forms.CheckBox
|
|
Friend WithEvents Label5 As System.Windows.Forms.Label
|
|
Friend WithEvents cmbDatenbank As System.Windows.Forms.ComboBox
|
|
Friend WithEvents Label4 As System.Windows.Forms.Label
|
|
Friend WithEvents Label1 As System.Windows.Forms.Label
|
|
Friend WithEvents Label2 As System.Windows.Forms.Label
|
|
Friend WithEvents Label3 As System.Windows.Forms.Label
|
|
Friend WithEvents txtActualConnection As System.Windows.Forms.TextBox
|
|
Friend WithEvents txtServer As System.Windows.Forms.TextBox
|
|
Friend WithEvents txtUser As System.Windows.Forms.TextBox
|
|
Friend WithEvents txtPasswort As System.Windows.Forms.TextBox
|
|
Friend WithEvents BtnConnect As System.Windows.Forms.Button
|
|
Friend WithEvents TabPage2 As System.Windows.Forms.TabPage
|
|
Friend WithEvents Button1 As System.Windows.Forms.Button
|
|
Friend WithEvents txtuniversalViewer As System.Windows.Forms.TextBox
|
|
Friend WithEvents lblUniversalViewer As System.Windows.Forms.Label
|
|
Friend WithEvents OpenFileDialog1 As System.Windows.Forms.OpenFileDialog
|
|
Friend WithEvents TabPage3 As System.Windows.Forms.TabPage
|
|
Friend WithEvents Label6 As System.Windows.Forms.Label
|
|
Friend WithEvents txtFolderWatch As System.Windows.Forms.TextBox
|
|
Friend WithEvents btnFW_OwnFiles As System.Windows.Forms.Button
|
|
Friend WithEvents btnFW_Desktop As System.Windows.Forms.Button
|
|
Friend WithEvents btnstartstop1 As System.Windows.Forms.Button
|
|
Friend WithEvents btnsetFW_Folder As System.Windows.Forms.Button
|
|
Friend WithEvents CheckBox1 As System.Windows.Forms.CheckBox
|
|
Friend WithEvents btnopenlog As System.Windows.Forms.Button
|
|
Friend WithEvents btnApplicationFolder As System.Windows.Forms.Button
|
|
End Class
|