_ Partial Class frmHotkey_User Inherits System.Windows.Forms.Form 'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen. _ 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. _ Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() Dim WD_SEARCHLabel As System.Windows.Forms.Label Dim HOTKEY2Label As System.Windows.Forms.Label Dim ADDED_WHENLabel As System.Windows.Forms.Label Dim CHANGED_WHOLabel As System.Windows.Forms.Label Dim CHANGED_WHENLabel As System.Windows.Forms.Label Dim HOTKEY1Label As System.Windows.Forms.Label Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmHotkey_User)) Me.StatusStrip1 = New System.Windows.Forms.StatusStrip() Me.Label1 = New System.Windows.Forms.Label() Me.MyDataset = New Global_Indexer.MyDataset() Me.TBHOTKEY_PROFILEBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.TBHOTKEY_PROFILETableAdapter = New Global_Indexer.MyDatasetTableAdapters.TBHOTKEY_PROFILETableAdapter() Me.TableAdapterManager = New Global_Indexer.MyDatasetTableAdapters.TableAdapterManager() Me.ListBox1 = New System.Windows.Forms.ListBox() Me.ListBoxMyHK = New System.Windows.Forms.ListBox() Me.TBMYHOTKEYSBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.lblmeinehotkeys = New System.Windows.Forms.Label() Me.TBMYHOTKEYSTableAdapter = New Global_Indexer.MyDatasetTableAdapters.TBMYHOTKEYSTableAdapter() Me.btnAddtomyHK = New System.Windows.Forms.Button() Me.TBHOTKEY_USER_PROFILEBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.TBHOTKEY_USER_PROFILETableAdapter = New Global_Indexer.MyDatasetTableAdapters.TBHOTKEY_USER_PROFILETableAdapter() Me.WD_SEARCHTextBox = New System.Windows.Forms.TextBox() Me.HOTKEY2TextBox = New System.Windows.Forms.TextBox() Me.ADDED_WHENTextBox = New System.Windows.Forms.TextBox() Me.CHANGED_WHOTextBox = New System.Windows.Forms.TextBox() Me.CHANGED_WHENTextBox = New System.Windows.Forms.TextBox() Me.GroupBox1 = New System.Windows.Forms.GroupBox() Me.Button1 = New System.Windows.Forms.Button() Me.lblSave = New System.Windows.Forms.Label() Me.btnsave = New System.Windows.Forms.Button() Me.HOTKEY1ComboBox = New System.Windows.Forms.ComboBox() Me.btndelete = New System.Windows.Forms.Button() Me.OFDWindreamsuche = New System.Windows.Forms.OpenFileDialog() WD_SEARCHLabel = New System.Windows.Forms.Label() HOTKEY2Label = New System.Windows.Forms.Label() ADDED_WHENLabel = New System.Windows.Forms.Label() CHANGED_WHOLabel = New System.Windows.Forms.Label() CHANGED_WHENLabel = New System.Windows.Forms.Label() HOTKEY1Label = New System.Windows.Forms.Label() CType(Me.MyDataset, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.TBHOTKEY_PROFILEBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.TBMYHOTKEYSBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.TBHOTKEY_USER_PROFILEBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() Me.GroupBox1.SuspendLayout() Me.SuspendLayout() ' 'WD_SEARCHLabel ' WD_SEARCHLabel.AutoSize = True WD_SEARCHLabel.Location = New System.Drawing.Point(6, 20) WD_SEARCHLabel.Name = "WD_SEARCHLabel" WD_SEARCHLabel.Size = New System.Drawing.Size(96, 13) WD_SEARCHLabel.TabIndex = 6 WD_SEARCHLabel.Text = "windream-Suche:" ' 'HOTKEY2Label ' HOTKEY2Label.AutoSize = True HOTKEY2Label.Location = New System.Drawing.Point(99, 61) HOTKEY2Label.Name = "HOTKEY2Label" HOTKEY2Label.Size = New System.Drawing.Size(46, 13) HOTKEY2Label.TabIndex = 8 HOTKEY2Label.Text = "Hotkey:" ' 'ADDED_WHENLabel ' ADDED_WHENLabel.AutoSize = True ADDED_WHENLabel.Location = New System.Drawing.Point(6, 99) ADDED_WHENLabel.Name = "ADDED_WHENLabel" ADDED_WHENLabel.Size = New System.Drawing.Size(76, 13) ADDED_WHENLabel.TabIndex = 12 ADDED_WHENLabel.Text = "Added when:" ' 'CHANGED_WHOLabel ' CHANGED_WHOLabel.AutoSize = True CHANGED_WHOLabel.Location = New System.Drawing.Point(146, 99) CHANGED_WHOLabel.Name = "CHANGED_WHOLabel" CHANGED_WHOLabel.Size = New System.Drawing.Size(83, 13) CHANGED_WHOLabel.TabIndex = 14 CHANGED_WHOLabel.Text = "Changed who:" ' 'CHANGED_WHENLabel ' CHANGED_WHENLabel.AutoSize = True CHANGED_WHENLabel.Location = New System.Drawing.Point(289, 99) CHANGED_WHENLabel.Name = "CHANGED_WHENLabel" CHANGED_WHENLabel.Size = New System.Drawing.Size(89, 13) CHANGED_WHENLabel.TabIndex = 16 CHANGED_WHENLabel.Text = "Changed when:" ' 'HOTKEY1Label ' HOTKEY1Label.AutoSize = True HOTKEY1Label.Location = New System.Drawing.Point(6, 61) HOTKEY1Label.Name = "HOTKEY1Label" HOTKEY1Label.Size = New System.Drawing.Size(87, 13) HOTKEY1Label.TabIndex = 18 HOTKEY1Label.Text = "Funktionstaste:" ' 'StatusStrip1 ' Me.StatusStrip1.Location = New System.Drawing.Point(0, 520) Me.StatusStrip1.Name = "StatusStrip1" Me.StatusStrip1.Size = New System.Drawing.Size(754, 22) Me.StatusStrip1.TabIndex = 0 Me.StatusStrip1.Text = "StatusStrip1" ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Font = New System.Drawing.Font("Segoe UI Semibold", 9.0!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label1.Location = New System.Drawing.Point(12, 9) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(142, 15) Me.Label1.TabIndex = 1 Me.Label1.Text = "Aktuelle globale Hotkeys:" ' 'MyDataset ' Me.MyDataset.DataSetName = "MyDataset" Me.MyDataset.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema ' 'TBHOTKEY_PROFILEBindingSource ' Me.TBHOTKEY_PROFILEBindingSource.DataMember = "TBHOTKEY_PROFILE" Me.TBHOTKEY_PROFILEBindingSource.DataSource = Me.MyDataset ' 'TBHOTKEY_PROFILETableAdapter ' Me.TBHOTKEY_PROFILETableAdapter.ClearBeforeFill = True ' 'TableAdapterManager ' Me.TableAdapterManager.BackupDataSetBeforeUpdate = False Me.TableAdapterManager.TBDD_CONNECTIONTableAdapter = Nothing Me.TableAdapterManager.TBDD_DOKUMENTARTTableAdapter = Nothing Me.TableAdapterManager.TBDD_EINGANGSARTENTableAdapter = Nothing Me.TableAdapterManager.TBDD_GROUPS_USERTableAdapter = Nothing Me.TableAdapterManager.TBDD_INDEX_AUTOMTableAdapter = Nothing Me.TableAdapterManager.TBDD_INDEX_MAN_POSTPROCESSINGTableAdapter = Nothing Me.TableAdapterManager.TBDD_INDEX_MANTableAdapter = Nothing Me.TableAdapterManager.TBDD_USER_GROUPSTableAdapter = Nothing Me.TableAdapterManager.TBDD_USERTableAdapter = Nothing Me.TableAdapterManager.TBGI_CONFIGURATIONTableAdapter = Nothing Me.TableAdapterManager.TBGI_OBJECTTYPE_EMAIL_INDEXTableAdapter = Nothing Me.TableAdapterManager.TBHOTKEY_PATTERNS_REWORKTableAdapter = Nothing Me.TableAdapterManager.TBHOTKEY_PATTERNSTableAdapter = Nothing Me.TableAdapterManager.TBHOTKEY_PROFILETableAdapter = Me.TBHOTKEY_PROFILETableAdapter Me.TableAdapterManager.TBHOTKEY_USER_PROFILETableAdapter = Nothing Me.TableAdapterManager.UpdateOrder = Global_Indexer.MyDatasetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete ' 'ListBox1 ' Me.ListBox1.DataSource = Me.TBHOTKEY_PROFILEBindingSource Me.ListBox1.DisplayMember = "String" Me.ListBox1.Font = New System.Drawing.Font("Segoe UI Semibold", 8.25!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.ListBox1.FormattingEnabled = True Me.ListBox1.Location = New System.Drawing.Point(15, 27) Me.ListBox1.Name = "ListBox1" Me.ListBox1.Size = New System.Drawing.Size(298, 251) Me.ListBox1.TabIndex = 2 Me.ListBox1.ValueMember = "GUID" ' 'ListBoxMyHK ' Me.ListBoxMyHK.DataSource = Me.TBMYHOTKEYSBindingSource Me.ListBoxMyHK.DisplayMember = "String" Me.ListBoxMyHK.FormattingEnabled = True Me.ListBoxMyHK.Location = New System.Drawing.Point(408, 27) Me.ListBoxMyHK.Name = "ListBoxMyHK" Me.ListBoxMyHK.Size = New System.Drawing.Size(338, 251) Me.ListBoxMyHK.TabIndex = 3 Me.ListBoxMyHK.ValueMember = "GUID" ' 'TBMYHOTKEYSBindingSource ' Me.TBMYHOTKEYSBindingSource.DataMember = "TBMYHOTKEYS" Me.TBMYHOTKEYSBindingSource.DataSource = Me.MyDataset ' 'lblmeinehotkeys ' Me.lblmeinehotkeys.AutoSize = True Me.lblmeinehotkeys.Font = New System.Drawing.Font("Segoe UI Semibold", 9.0!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblmeinehotkeys.Location = New System.Drawing.Point(405, 9) Me.lblmeinehotkeys.Name = "lblmeinehotkeys" Me.lblmeinehotkeys.Size = New System.Drawing.Size(85, 15) Me.lblmeinehotkeys.TabIndex = 4 Me.lblmeinehotkeys.Text = "Meine Hotkeys" ' 'TBMYHOTKEYSTableAdapter ' Me.TBMYHOTKEYSTableAdapter.ClearBeforeFill = True ' 'btnAddtomyHK ' Me.btnAddtomyHK.Image = Global.Global_Indexer.My.Resources.Resources.arrow_Forward_16xMD Me.btnAddtomyHK.ImageAlign = System.Drawing.ContentAlignment.BottomCenter Me.btnAddtomyHK.Location = New System.Drawing.Point(317, 72) Me.btnAddtomyHK.Name = "btnAddtomyHK" Me.btnAddtomyHK.Size = New System.Drawing.Size(85, 37) Me.btnAddtomyHK.TabIndex = 5 Me.btnAddtomyHK.Text = "Hinzufügen" Me.btnAddtomyHK.TextAlign = System.Drawing.ContentAlignment.TopCenter Me.btnAddtomyHK.UseVisualStyleBackColor = True ' 'TBHOTKEY_USER_PROFILEBindingSource ' Me.TBHOTKEY_USER_PROFILEBindingSource.DataMember = "TBHOTKEY_USER_PROFILE" Me.TBHOTKEY_USER_PROFILEBindingSource.DataSource = Me.MyDataset ' 'TBHOTKEY_USER_PROFILETableAdapter ' Me.TBHOTKEY_USER_PROFILETableAdapter.ClearBeforeFill = True ' 'WD_SEARCHTextBox ' Me.WD_SEARCHTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBHOTKEY_USER_PROFILEBindingSource, "WD_SEARCH", True)) Me.WD_SEARCHTextBox.Location = New System.Drawing.Point(9, 36) Me.WD_SEARCHTextBox.Name = "WD_SEARCHTextBox" Me.WD_SEARCHTextBox.Size = New System.Drawing.Size(623, 22) Me.WD_SEARCHTextBox.TabIndex = 7 ' 'HOTKEY2TextBox ' Me.HOTKEY2TextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBHOTKEY_USER_PROFILEBindingSource, "HOTKEY2", True)) Me.HOTKEY2TextBox.Location = New System.Drawing.Point(102, 75) Me.HOTKEY2TextBox.Name = "HOTKEY2TextBox" Me.HOTKEY2TextBox.Size = New System.Drawing.Size(52, 22) Me.HOTKEY2TextBox.TabIndex = 9 ' 'ADDED_WHENTextBox ' Me.ADDED_WHENTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBHOTKEY_USER_PROFILEBindingSource, "ADDED_WHEN", True)) Me.ADDED_WHENTextBox.Location = New System.Drawing.Point(9, 115) Me.ADDED_WHENTextBox.Name = "ADDED_WHENTextBox" Me.ADDED_WHENTextBox.Size = New System.Drawing.Size(131, 22) Me.ADDED_WHENTextBox.TabIndex = 13 ' 'CHANGED_WHOTextBox ' Me.CHANGED_WHOTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBHOTKEY_USER_PROFILEBindingSource, "CHANGED_WHO", True)) Me.CHANGED_WHOTextBox.Location = New System.Drawing.Point(149, 115) Me.CHANGED_WHOTextBox.Name = "CHANGED_WHOTextBox" Me.CHANGED_WHOTextBox.Size = New System.Drawing.Size(137, 22) Me.CHANGED_WHOTextBox.TabIndex = 15 ' 'CHANGED_WHENTextBox ' Me.CHANGED_WHENTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBHOTKEY_USER_PROFILEBindingSource, "CHANGED_WHEN", True)) Me.CHANGED_WHENTextBox.Location = New System.Drawing.Point(292, 115) Me.CHANGED_WHENTextBox.Name = "CHANGED_WHENTextBox" Me.CHANGED_WHENTextBox.Size = New System.Drawing.Size(123, 22) Me.CHANGED_WHENTextBox.TabIndex = 17 ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.Button1) Me.GroupBox1.Controls.Add(Me.lblSave) Me.GroupBox1.Controls.Add(Me.btnsave) Me.GroupBox1.Controls.Add(Me.HOTKEY1ComboBox) Me.GroupBox1.Controls.Add(Me.CHANGED_WHENTextBox) Me.GroupBox1.Controls.Add(CHANGED_WHENLabel) Me.GroupBox1.Controls.Add(HOTKEY1Label) Me.GroupBox1.Controls.Add(WD_SEARCHLabel) Me.GroupBox1.Controls.Add(Me.CHANGED_WHOTextBox) Me.GroupBox1.Controls.Add(CHANGED_WHOLabel) Me.GroupBox1.Controls.Add(Me.WD_SEARCHTextBox) Me.GroupBox1.Controls.Add(HOTKEY2Label) Me.GroupBox1.Controls.Add(Me.ADDED_WHENTextBox) Me.GroupBox1.Controls.Add(ADDED_WHENLabel) Me.GroupBox1.Controls.Add(Me.HOTKEY2TextBox) Me.GroupBox1.Location = New System.Drawing.Point(15, 284) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Size = New System.Drawing.Size(731, 147) Me.GroupBox1.TabIndex = 18 Me.GroupBox1.TabStop = False Me.GroupBox1.Text = "Bearbeitung Hotkey:" ' 'Button1 ' Me.Button1.Location = New System.Drawing.Point(640, 36) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(31, 23) Me.Button1.TabIndex = 80 Me.Button1.Text = "..." Me.Button1.UseVisualStyleBackColor = True ' 'lblSave ' Me.lblSave.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.lblSave.AutoSize = True Me.lblSave.BackColor = System.Drawing.Color.Yellow Me.lblSave.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblSave.Location = New System.Drawing.Point(468, 118) Me.lblSave.Name = "lblSave" Me.lblSave.Size = New System.Drawing.Size(164, 13) Me.lblSave.TabIndex = 79 Me.lblSave.Text = "Daten erfolgreich gespeichert!" Me.lblSave.Visible = False ' 'btnsave ' Me.btnsave.Image = Global.Global_Indexer.My.Resources.Resources.save_16xLG Me.btnsave.ImageAlign = System.Drawing.ContentAlignment.BottomCenter Me.btnsave.Location = New System.Drawing.Point(640, 99) Me.btnsave.Name = "btnsave" Me.btnsave.Size = New System.Drawing.Size(85, 38) Me.btnsave.TabIndex = 20 Me.btnsave.Text = "Speichern" Me.btnsave.TextAlign = System.Drawing.ContentAlignment.TopCenter Me.btnsave.UseVisualStyleBackColor = True ' 'HOTKEY1ComboBox ' Me.HOTKEY1ComboBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBHOTKEY_USER_PROFILEBindingSource, "HOTKEY1", True)) Me.HOTKEY1ComboBox.FormattingEnabled = True Me.HOTKEY1ComboBox.Items.AddRange(New Object() {"Strg", "Shift", "Alt", "Win"}) Me.HOTKEY1ComboBox.Location = New System.Drawing.Point(9, 75) Me.HOTKEY1ComboBox.Name = "HOTKEY1ComboBox" Me.HOTKEY1ComboBox.Size = New System.Drawing.Size(70, 21) Me.HOTKEY1ComboBox.TabIndex = 19 ' 'btndelete ' Me.btndelete.Image = Global.Global_Indexer.My.Resources.Resources.delete_12x12 Me.btndelete.ImageAlign = System.Drawing.ContentAlignment.BottomCenter Me.btndelete.Location = New System.Drawing.Point(317, 115) Me.btndelete.Name = "btndelete" Me.btndelete.Size = New System.Drawing.Size(85, 37) Me.btndelete.TabIndex = 19 Me.btndelete.Text = "Löschen" Me.btndelete.TextAlign = System.Drawing.ContentAlignment.TopCenter Me.btndelete.UseVisualStyleBackColor = True ' 'OFDWindreamsuche ' Me.OFDWindreamsuche.Filter = "windream-Suche|*.wdf|Alle Dateien|*.*" Me.OFDWindreamsuche.RestoreDirectory = True Me.OFDWindreamsuche.Title = "windream-Suche wählen" ' 'frmHotkey_User ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(754, 542) Me.Controls.Add(Me.btndelete) Me.Controls.Add(Me.GroupBox1) Me.Controls.Add(Me.btnAddtomyHK) Me.Controls.Add(Me.lblmeinehotkeys) Me.Controls.Add(Me.ListBoxMyHK) Me.Controls.Add(Me.ListBox1) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.StatusStrip1) 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.Name = "frmHotkey_User" Me.Text = "Meine Hotkeys" CType(Me.MyDataset, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.TBHOTKEY_PROFILEBindingSource, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.TBMYHOTKEYSBindingSource, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.TBHOTKEY_USER_PROFILEBindingSource, System.ComponentModel.ISupportInitialize).EndInit() Me.GroupBox1.ResumeLayout(False) Me.GroupBox1.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents StatusStrip1 As System.Windows.Forms.StatusStrip Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents MyDataset As Global_Indexer.MyDataset Friend WithEvents TBHOTKEY_PROFILEBindingSource As System.Windows.Forms.BindingSource Friend WithEvents TBHOTKEY_PROFILETableAdapter As Global_Indexer.MyDatasetTableAdapters.TBHOTKEY_PROFILETableAdapter Friend WithEvents TableAdapterManager As Global_Indexer.MyDatasetTableAdapters.TableAdapterManager Friend WithEvents ListBox1 As System.Windows.Forms.ListBox Friend WithEvents ListBoxMyHK As System.Windows.Forms.ListBox Friend WithEvents lblmeinehotkeys As System.Windows.Forms.Label Friend WithEvents TBMYHOTKEYSBindingSource As System.Windows.Forms.BindingSource Friend WithEvents TBMYHOTKEYSTableAdapter As Global_Indexer.MyDatasetTableAdapters.TBMYHOTKEYSTableAdapter Friend WithEvents btnAddtomyHK As System.Windows.Forms.Button Friend WithEvents TBHOTKEY_USER_PROFILEBindingSource As System.Windows.Forms.BindingSource Friend WithEvents TBHOTKEY_USER_PROFILETableAdapter As Global_Indexer.MyDatasetTableAdapters.TBHOTKEY_USER_PROFILETableAdapter Friend WithEvents WD_SEARCHTextBox As System.Windows.Forms.TextBox Friend WithEvents HOTKEY2TextBox As System.Windows.Forms.TextBox Friend WithEvents ADDED_WHENTextBox As System.Windows.Forms.TextBox Friend WithEvents CHANGED_WHOTextBox As System.Windows.Forms.TextBox Friend WithEvents CHANGED_WHENTextBox As System.Windows.Forms.TextBox Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox Friend WithEvents HOTKEY1ComboBox As System.Windows.Forms.ComboBox Friend WithEvents btnsave As System.Windows.Forms.Button Friend WithEvents btndelete As System.Windows.Forms.Button Friend WithEvents lblSave As System.Windows.Forms.Label Friend WithEvents Button1 As System.Windows.Forms.Button Friend WithEvents OFDWindreamsuche As System.Windows.Forms.OpenFileDialog End Class