432 lines
18 KiB
VB.net
432 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 DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
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.LinkLabel1 = New System.Windows.Forms.LinkLabel()
|
|
Me.Button3 = New System.Windows.Forms.Button()
|
|
Me.cmbLanguage = New System.Windows.Forms.ComboBox()
|
|
Me.Label9 = New System.Windows.Forms.Label()
|
|
Me.CheckBoxPreviewDocs = New System.Windows.Forms.CheckBox()
|
|
Me.CheckBoxIndexResult = New System.Windows.Forms.CheckBox()
|
|
Me.chkLogErrorsOnly = New System.Windows.Forms.CheckBox()
|
|
Me.btnApplicationFolder = New System.Windows.Forms.Button()
|
|
Me.btnopenlog = New System.Windows.Forms.Button()
|
|
Me.TabPage3 = New System.Windows.Forms.TabPage()
|
|
Me.Label8 = New System.Windows.Forms.Label()
|
|
Me.DataGridView1 = New System.Windows.Forms.DataGridView()
|
|
Me.Button2 = New System.Windows.Forms.Button()
|
|
Me.txtScanFolderWatch = New System.Windows.Forms.TextBox()
|
|
Me.Label7 = New System.Windows.Forms.Label()
|
|
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.btnSaveExclusionFiles = New System.Windows.Forms.Button()
|
|
Me.btnstartstop2 = New System.Windows.Forms.Button()
|
|
Me.btnstartstop1 = New System.Windows.Forms.Button()
|
|
Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog()
|
|
Me.Button5 = New System.Windows.Forms.Button()
|
|
Me.cmbDesign = New System.Windows.Forms.ComboBox()
|
|
Me.Label10 = New System.Windows.Forms.Label()
|
|
Me.TabControl1.SuspendLayout()
|
|
Me.TabPage1.SuspendLayout()
|
|
Me.TabPage2.SuspendLayout()
|
|
Me.TabPage3.SuspendLayout()
|
|
CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SuspendLayout()
|
|
'
|
|
'TabControl1
|
|
'
|
|
Me.TabControl1.Controls.Add(Me.TabPage1)
|
|
Me.TabControl1.Controls.Add(Me.TabPage2)
|
|
Me.TabControl1.Controls.Add(Me.TabPage3)
|
|
resources.ApplyResources(Me.TabControl1, "TabControl1")
|
|
Me.TabControl1.Name = "TabControl1"
|
|
Me.TabControl1.SelectedIndex = 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)
|
|
resources.ApplyResources(Me.TabPage1, "TabPage1")
|
|
Me.TabPage1.Name = "TabPage1"
|
|
Me.TabPage1.UseVisualStyleBackColor = True
|
|
'
|
|
'chkbxUserAut
|
|
'
|
|
resources.ApplyResources(Me.chkbxUserAut, "chkbxUserAut")
|
|
Me.chkbxUserAut.Name = "chkbxUserAut"
|
|
Me.chkbxUserAut.UseVisualStyleBackColor = True
|
|
'
|
|
'Label5
|
|
'
|
|
resources.ApplyResources(Me.Label5, "Label5")
|
|
Me.Label5.Name = "Label5"
|
|
'
|
|
'cmbDatenbank
|
|
'
|
|
Me.cmbDatenbank.FormattingEnabled = True
|
|
resources.ApplyResources(Me.cmbDatenbank, "cmbDatenbank")
|
|
Me.cmbDatenbank.Name = "cmbDatenbank"
|
|
'
|
|
'Label4
|
|
'
|
|
resources.ApplyResources(Me.Label4, "Label4")
|
|
Me.Label4.Name = "Label4"
|
|
'
|
|
'Label1
|
|
'
|
|
resources.ApplyResources(Me.Label1, "Label1")
|
|
Me.Label1.Name = "Label1"
|
|
'
|
|
'Label2
|
|
'
|
|
resources.ApplyResources(Me.Label2, "Label2")
|
|
Me.Label2.Name = "Label2"
|
|
'
|
|
'Label3
|
|
'
|
|
resources.ApplyResources(Me.Label3, "Label3")
|
|
Me.Label3.Name = "Label3"
|
|
'
|
|
'txtActualConnection
|
|
'
|
|
resources.ApplyResources(Me.txtActualConnection, "txtActualConnection")
|
|
Me.txtActualConnection.BackColor = System.Drawing.Color.WhiteSmoke
|
|
Me.txtActualConnection.Name = "txtActualConnection"
|
|
Me.txtActualConnection.ReadOnly = True
|
|
'
|
|
'txtServer
|
|
'
|
|
Me.txtServer.ForeColor = System.Drawing.SystemColors.WindowText
|
|
resources.ApplyResources(Me.txtServer, "txtServer")
|
|
Me.txtServer.Name = "txtServer"
|
|
'
|
|
'txtUser
|
|
'
|
|
Me.txtUser.ForeColor = System.Drawing.SystemColors.WindowText
|
|
resources.ApplyResources(Me.txtUser, "txtUser")
|
|
Me.txtUser.Name = "txtUser"
|
|
'
|
|
'txtPasswort
|
|
'
|
|
Me.txtPasswort.ForeColor = System.Drawing.SystemColors.WindowText
|
|
resources.ApplyResources(Me.txtPasswort, "txtPasswort")
|
|
Me.txtPasswort.Name = "txtPasswort"
|
|
Me.txtPasswort.UseSystemPasswordChar = True
|
|
'
|
|
'BtnConnect
|
|
'
|
|
Me.BtnConnect.Image = Global.Global_Indexer.My.Resources.Resources.database_go
|
|
resources.ApplyResources(Me.BtnConnect, "BtnConnect")
|
|
Me.BtnConnect.Name = "BtnConnect"
|
|
Me.BtnConnect.UseVisualStyleBackColor = True
|
|
'
|
|
'TabPage2
|
|
'
|
|
Me.TabPage2.Controls.Add(Me.Label10)
|
|
Me.TabPage2.Controls.Add(Me.Button5)
|
|
Me.TabPage2.Controls.Add(Me.cmbDesign)
|
|
Me.TabPage2.Controls.Add(Me.LinkLabel1)
|
|
Me.TabPage2.Controls.Add(Me.Button3)
|
|
Me.TabPage2.Controls.Add(Me.cmbLanguage)
|
|
Me.TabPage2.Controls.Add(Me.Label9)
|
|
Me.TabPage2.Controls.Add(Me.CheckBoxPreviewDocs)
|
|
Me.TabPage2.Controls.Add(Me.CheckBoxIndexResult)
|
|
Me.TabPage2.Controls.Add(Me.chkLogErrorsOnly)
|
|
Me.TabPage2.Controls.Add(Me.btnApplicationFolder)
|
|
Me.TabPage2.Controls.Add(Me.btnopenlog)
|
|
resources.ApplyResources(Me.TabPage2, "TabPage2")
|
|
Me.TabPage2.Name = "TabPage2"
|
|
Me.TabPage2.UseVisualStyleBackColor = True
|
|
'
|
|
'LinkLabel1
|
|
'
|
|
resources.ApplyResources(Me.LinkLabel1, "LinkLabel1")
|
|
Me.LinkLabel1.Name = "LinkLabel1"
|
|
Me.LinkLabel1.TabStop = True
|
|
'
|
|
'Button3
|
|
'
|
|
resources.ApplyResources(Me.Button3, "Button3")
|
|
Me.Button3.Name = "Button3"
|
|
Me.Button3.UseVisualStyleBackColor = True
|
|
'
|
|
'cmbLanguage
|
|
'
|
|
Me.cmbLanguage.FormattingEnabled = True
|
|
Me.cmbLanguage.Items.AddRange(New Object() {resources.GetString("cmbLanguage.Items"), resources.GetString("cmbLanguage.Items1")})
|
|
resources.ApplyResources(Me.cmbLanguage, "cmbLanguage")
|
|
Me.cmbLanguage.Name = "cmbLanguage"
|
|
'
|
|
'Label9
|
|
'
|
|
resources.ApplyResources(Me.Label9, "Label9")
|
|
Me.Label9.Name = "Label9"
|
|
'
|
|
'CheckBoxPreviewDocs
|
|
'
|
|
resources.ApplyResources(Me.CheckBoxPreviewDocs, "CheckBoxPreviewDocs")
|
|
Me.CheckBoxPreviewDocs.Name = "CheckBoxPreviewDocs"
|
|
Me.CheckBoxPreviewDocs.UseVisualStyleBackColor = True
|
|
'
|
|
'CheckBoxIndexResult
|
|
'
|
|
resources.ApplyResources(Me.CheckBoxIndexResult, "CheckBoxIndexResult")
|
|
Me.CheckBoxIndexResult.Checked = True
|
|
Me.CheckBoxIndexResult.CheckState = System.Windows.Forms.CheckState.Checked
|
|
Me.CheckBoxIndexResult.Name = "CheckBoxIndexResult"
|
|
Me.CheckBoxIndexResult.UseVisualStyleBackColor = True
|
|
'
|
|
'chkLogErrorsOnly
|
|
'
|
|
resources.ApplyResources(Me.chkLogErrorsOnly, "chkLogErrorsOnly")
|
|
Me.chkLogErrorsOnly.Name = "chkLogErrorsOnly"
|
|
Me.chkLogErrorsOnly.UseVisualStyleBackColor = True
|
|
'
|
|
'btnApplicationFolder
|
|
'
|
|
Me.btnApplicationFolder.Image = Global.Global_Indexer.My.Resources.Resources.folder_go
|
|
resources.ApplyResources(Me.btnApplicationFolder, "btnApplicationFolder")
|
|
Me.btnApplicationFolder.Name = "btnApplicationFolder"
|
|
Me.btnApplicationFolder.UseVisualStyleBackColor = True
|
|
'
|
|
'btnopenlog
|
|
'
|
|
Me.btnopenlog.Image = Global.Global_Indexer.My.Resources.Resources.folder_go
|
|
resources.ApplyResources(Me.btnopenlog, "btnopenlog")
|
|
Me.btnopenlog.Name = "btnopenlog"
|
|
Me.btnopenlog.UseVisualStyleBackColor = True
|
|
'
|
|
'TabPage3
|
|
'
|
|
Me.TabPage3.Controls.Add(Me.Label8)
|
|
Me.TabPage3.Controls.Add(Me.DataGridView1)
|
|
Me.TabPage3.Controls.Add(Me.Button2)
|
|
Me.TabPage3.Controls.Add(Me.txtScanFolderWatch)
|
|
Me.TabPage3.Controls.Add(Me.Label7)
|
|
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.btnSaveExclusionFiles)
|
|
Me.TabPage3.Controls.Add(Me.btnstartstop2)
|
|
Me.TabPage3.Controls.Add(Me.btnstartstop1)
|
|
resources.ApplyResources(Me.TabPage3, "TabPage3")
|
|
Me.TabPage3.Name = "TabPage3"
|
|
Me.TabPage3.UseVisualStyleBackColor = True
|
|
'
|
|
'Label8
|
|
'
|
|
resources.ApplyResources(Me.Label8, "Label8")
|
|
Me.Label8.Name = "Label8"
|
|
'
|
|
'DataGridView1
|
|
'
|
|
DataGridViewCellStyle3.BackColor = System.Drawing.Color.Aqua
|
|
Me.DataGridView1.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
|
|
resources.ApplyResources(Me.DataGridView1, "DataGridView1")
|
|
Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
Me.DataGridView1.Name = "DataGridView1"
|
|
'
|
|
'Button2
|
|
'
|
|
resources.ApplyResources(Me.Button2, "Button2")
|
|
Me.Button2.Name = "Button2"
|
|
Me.Button2.UseVisualStyleBackColor = True
|
|
'
|
|
'txtScanFolderWatch
|
|
'
|
|
Me.txtScanFolderWatch.BackColor = System.Drawing.Color.LemonChiffon
|
|
resources.ApplyResources(Me.txtScanFolderWatch, "txtScanFolderWatch")
|
|
Me.txtScanFolderWatch.Name = "txtScanFolderWatch"
|
|
'
|
|
'Label7
|
|
'
|
|
resources.ApplyResources(Me.Label7, "Label7")
|
|
Me.Label7.Name = "Label7"
|
|
'
|
|
'btnsetFW_Folder
|
|
'
|
|
resources.ApplyResources(Me.btnsetFW_Folder, "btnsetFW_Folder")
|
|
Me.btnsetFW_Folder.Name = "btnsetFW_Folder"
|
|
Me.btnsetFW_Folder.UseVisualStyleBackColor = True
|
|
'
|
|
'btnFW_OwnFiles
|
|
'
|
|
resources.ApplyResources(Me.btnFW_OwnFiles, "btnFW_OwnFiles")
|
|
Me.btnFW_OwnFiles.Name = "btnFW_OwnFiles"
|
|
Me.btnFW_OwnFiles.UseVisualStyleBackColor = True
|
|
'
|
|
'btnFW_Desktop
|
|
'
|
|
resources.ApplyResources(Me.btnFW_Desktop, "btnFW_Desktop")
|
|
Me.btnFW_Desktop.Name = "btnFW_Desktop"
|
|
Me.btnFW_Desktop.UseVisualStyleBackColor = True
|
|
'
|
|
'txtFolderWatch
|
|
'
|
|
Me.txtFolderWatch.BackColor = System.Drawing.Color.Khaki
|
|
resources.ApplyResources(Me.txtFolderWatch, "txtFolderWatch")
|
|
Me.txtFolderWatch.Name = "txtFolderWatch"
|
|
'
|
|
'Label6
|
|
'
|
|
resources.ApplyResources(Me.Label6, "Label6")
|
|
Me.Label6.Name = "Label6"
|
|
'
|
|
'btnSaveExclusionFiles
|
|
'
|
|
Me.btnSaveExclusionFiles.Image = Global.Global_Indexer.My.Resources.Resources.save_16xLG
|
|
resources.ApplyResources(Me.btnSaveExclusionFiles, "btnSaveExclusionFiles")
|
|
Me.btnSaveExclusionFiles.Name = "btnSaveExclusionFiles"
|
|
Me.btnSaveExclusionFiles.UseVisualStyleBackColor = True
|
|
'
|
|
'btnstartstop2
|
|
'
|
|
Me.btnstartstop2.Image = Global.Global_Indexer.My.Resources.Resources.bell_go
|
|
resources.ApplyResources(Me.btnstartstop2, "btnstartstop2")
|
|
Me.btnstartstop2.Name = "btnstartstop2"
|
|
Me.btnstartstop2.UseVisualStyleBackColor = True
|
|
'
|
|
'btnstartstop1
|
|
'
|
|
Me.btnstartstop1.Image = Global.Global_Indexer.My.Resources.Resources.bell_go
|
|
resources.ApplyResources(Me.btnstartstop1, "btnstartstop1")
|
|
Me.btnstartstop1.Name = "btnstartstop1"
|
|
Me.btnstartstop1.UseVisualStyleBackColor = True
|
|
'
|
|
'OpenFileDialog1
|
|
'
|
|
Me.OpenFileDialog1.FileName = "OpenFileDialog1"
|
|
'
|
|
'Button5
|
|
'
|
|
resources.ApplyResources(Me.Button5, "Button5")
|
|
Me.Button5.Name = "Button5"
|
|
Me.Button5.UseVisualStyleBackColor = True
|
|
'
|
|
'cmbDesign
|
|
'
|
|
resources.ApplyResources(Me.cmbDesign, "cmbDesign")
|
|
Me.cmbDesign.FormattingEnabled = True
|
|
Me.cmbDesign.Items.AddRange(New Object() {resources.GetString("cmbDesign.Items"), resources.GetString("cmbDesign.Items1"), resources.GetString("cmbDesign.Items2"), resources.GetString("cmbDesign.Items3"), resources.GetString("cmbDesign.Items4"), resources.GetString("cmbDesign.Items5"), resources.GetString("cmbDesign.Items6")})
|
|
Me.cmbDesign.Name = "cmbDesign"
|
|
'
|
|
'Label10
|
|
'
|
|
resources.ApplyResources(Me.Label10, "Label10")
|
|
Me.Label10.Name = "Label10"
|
|
'
|
|
'frmConfig_Basic
|
|
'
|
|
resources.ApplyResources(Me, "$this")
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.Controls.Add(Me.TabControl1)
|
|
Me.MaximizeBox = False
|
|
Me.MinimizeBox = False
|
|
Me.Name = "frmConfig_Basic"
|
|
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()
|
|
CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
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 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 chkLogErrorsOnly As System.Windows.Forms.CheckBox
|
|
Friend WithEvents btnopenlog As System.Windows.Forms.Button
|
|
Friend WithEvents btnApplicationFolder As System.Windows.Forms.Button
|
|
Friend WithEvents CheckBoxIndexResult As System.Windows.Forms.CheckBox
|
|
Friend WithEvents Button2 As System.Windows.Forms.Button
|
|
Friend WithEvents txtScanFolderWatch As System.Windows.Forms.TextBox
|
|
Friend WithEvents Label7 As System.Windows.Forms.Label
|
|
Friend WithEvents btnstartstop2 As System.Windows.Forms.Button
|
|
Friend WithEvents CheckBoxPreviewDocs As System.Windows.Forms.CheckBox
|
|
Friend WithEvents DataGridView1 As System.Windows.Forms.DataGridView
|
|
Friend WithEvents btnSaveExclusionFiles As System.Windows.Forms.Button
|
|
Friend WithEvents Label8 As System.Windows.Forms.Label
|
|
Friend WithEvents cmbLanguage As System.Windows.Forms.ComboBox
|
|
Friend WithEvents Label9 As System.Windows.Forms.Label
|
|
Friend WithEvents Button3 As System.Windows.Forms.Button
|
|
Friend WithEvents LinkLabel1 As System.Windows.Forms.LinkLabel
|
|
Friend WithEvents Label10 As Label
|
|
Friend WithEvents Button5 As Button
|
|
Friend WithEvents cmbDesign As ComboBox
|
|
End Class
|