FileFlow/Global_Indexer/frmHotKey_Add.Designer.vb
2015-07-07 13:04:46 +02:00

2548 lines
140 KiB
VB.net

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmHotKey_Add
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()
Me.components = New System.ComponentModel.Container()
Dim GUIDLabel As System.Windows.Forms.Label
Dim NAMELabel As System.Windows.Forms.Label
Dim WD_SEARCHLabel As System.Windows.Forms.Label
Dim HOTKEY1Label As System.Windows.Forms.Label
Dim HOTKEY2Label As System.Windows.Forms.Label
Dim CHANGED_WHOLabel As System.Windows.Forms.Label
Dim CHANGED_WHENLabel As System.Windows.Forms.Label
Dim GUIDLabel1 As System.Windows.Forms.Label
Dim TYPELabel As System.Windows.Forms.Label
Dim SEQUENCELabel As System.Windows.Forms.Label
Dim ADDED_WHOLabel As System.Windows.Forms.Label
Dim ADDED_WHENLabel As System.Windows.Forms.Label
Dim CHANGED_WHOLabel1 As System.Windows.Forms.Label
Dim CHANGED_WHENLabel1 As System.Windows.Forms.Label
Dim ADDED_WHENLabel1 As System.Windows.Forms.Label
Dim GUIDLabel2 As System.Windows.Forms.Label
Dim WINDOW_NAMELabel As System.Windows.Forms.Label
Dim SEQUENCE_NUMBERLabel As System.Windows.Forms.Label
Dim PATTERN_WDSEARCHLabel As System.Windows.Forms.Label
Dim CHANGED_WHENLabel2 As System.Windows.Forms.Label
Dim CHANGED_WHOLabel2 As System.Windows.Forms.Label
Dim ADDED_WHOLabel1 As System.Windows.Forms.Label
Dim Label15 As System.Windows.Forms.Label
Dim GUIDLabel3 As System.Windows.Forms.Label
Dim SEQUENCE_NUMBERLabel1 As System.Windows.Forms.Label
Dim CONTROL_VALUELabel As System.Windows.Forms.Label
Dim ADDED_WHOLabel2 As System.Windows.Forms.Label
Dim ADDED_WHENLabel2 As System.Windows.Forms.Label
Dim Label17 As System.Windows.Forms.Label
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmHotKey_Add))
Me.StatusStrip1 = New System.Windows.Forms.StatusStrip()
Me.tslbl_Hotkeywindow = New System.Windows.Forms.ToolStripStatusLabel()
Me.tslbl_HotkeySequence = New System.Windows.Forms.ToolStripStatusLabel()
Me.ListBox_FormTitles = New System.Windows.Forms.ListBox()
Me.GroupBoxMainWindow = New System.Windows.Forms.GroupBox()
Me.chkboxshowfilledControlsOnly = New System.Windows.Forms.CheckBox()
Me.btnpnlStart_weiter = New System.Windows.Forms.Button()
Me.GroupBox2_Controls = New System.Windows.Forms.GroupBox()
Me.lblMatchadd = New System.Windows.Forms.Label()
Me.btnadd_WindowMatch = New System.Windows.Forms.Button()
Me.txtValueMatch = New System.Windows.Forms.TextBox()
Me.Label13 = New System.Windows.Forms.Label()
Me.Label11 = New System.Windows.Forms.Label()
Me.Label12 = New System.Windows.Forms.Label()
Me.txtControl_Match = New System.Windows.Forms.TextBox()
Me.Label10 = New System.Windows.Forms.Label()
Me.ListViewControls = New System.Windows.Forms.ListView()
Me.ColumnHeader3 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
Me.ControlID = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
Me.ControlValue = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
Me.lblLinkadd = New System.Windows.Forms.Label()
Me.btnadd_Pattern = New System.Windows.Forms.Button()
Me.Label8 = New System.Windows.Forms.Label()
Me.Label7 = New System.Windows.Forms.Label()
Me.txtPattern = New System.Windows.Forms.TextBox()
Me.Label1 = New System.Windows.Forms.Label()
Me.txtControl = New System.Windows.Forms.TextBox()
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
Me.btnnewProfile = New System.Windows.Forms.Button()
Me.Button1 = New System.Windows.Forms.Button()
Me.lblSaveHotkey = New System.Windows.Forms.Label()
Me.Label6 = New System.Windows.Forms.Label()
Me.Label5 = New System.Windows.Forms.Label()
Me.txtKey = New System.Windows.Forms.TextBox()
Me.cmbFunktionstaste = New System.Windows.Forms.ComboBox()
Me.txtWDSearch = New System.Windows.Forms.TextBox()
Me.cmbObjekttyp = New System.Windows.Forms.ComboBox()
Me.txtProfilname = New System.Windows.Forms.TextBox()
Me.Label4 = New System.Windows.Forms.Label()
Me.Label3 = New System.Windows.Forms.Label()
Me.Label2 = New System.Windows.Forms.Label()
Me.btnGB1 = New System.Windows.Forms.Button()
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.TBHOTKEY_PATTERNSTableAdapter = New Global_Indexer.MyDatasetTableAdapters.TBHOTKEY_PATTERNSTableAdapter()
Me.TBHOTKEY_PATTERNSBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.OFDWindreamsuche = New System.Windows.Forms.OpenFileDialog()
Me.TabControl1 = New System.Windows.Forms.TabControl()
Me.TabPageUebersicht = New System.Windows.Forms.TabPage()
Me.GroupBoxPatterns = New System.Windows.Forms.GroupBox()
Me.ListBox1 = New System.Windows.Forms.ListBox()
Me.TBHOTKEY_WINDOW_HOOKBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.TabControl3 = New System.Windows.Forms.TabControl()
Me.TabPage6 = New System.Windows.Forms.TabPage()
Me.lblSavePAttern = New System.Windows.Forms.Label()
Me.ADDED_WHOTextBox1 = New System.Windows.Forms.TextBox()
Me.CHANGED_WHOTextBox2 = New System.Windows.Forms.TextBox()
Me.CHANGED_WHENTextBox2 = New System.Windows.Forms.TextBox()
Me.ADDED_WHENTextBox1 = New System.Windows.Forms.TextBox()
Me.PATTERN_WDSEARCHTextBox = New System.Windows.Forms.TextBox()
Me.SEQUENCE_NUMBERTextBox = New System.Windows.Forms.TextBox()
Me.Label14 = New System.Windows.Forms.Label()
Me.BindingNavigator2 = New System.Windows.Forms.BindingNavigator(Me.components)
Me.BindingNavigatorCountItem1 = New System.Windows.Forms.ToolStripLabel()
Me.BindingNavigatorDeleteItem1 = New System.Windows.Forms.ToolStripButton()
Me.BindingNavigatorMoveFirstItem1 = New System.Windows.Forms.ToolStripButton()
Me.BindingNavigatorMovePreviousItem1 = New System.Windows.Forms.ToolStripButton()
Me.BindingNavigatorSeparator3 = New System.Windows.Forms.ToolStripSeparator()
Me.BindingNavigatorPositionItem1 = New System.Windows.Forms.ToolStripTextBox()
Me.BindingNavigatorSeparator4 = New System.Windows.Forms.ToolStripSeparator()
Me.BindingNavigatorMoveNextItem1 = New System.Windows.Forms.ToolStripButton()
Me.BindingNavigatorMoveLastItem1 = New System.Windows.Forms.ToolStripButton()
Me.BindingNavigatorSeparator5 = New System.Windows.Forms.ToolStripSeparator()
Me.tsbtnsave_pattern = New System.Windows.Forms.ToolStripButton()
Me.GUIDTextBox2 = New System.Windows.Forms.TextBox()
Me.TabPage4 = New System.Windows.Forms.TabPage()
Me.lblHinweisRework1 = New System.Windows.Forms.Label()
Me.CHANGED_WHENTextBox1 = New System.Windows.Forms.TextBox()
Me.TBHOTKEY_PATTERNS_REWORKBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.Text2Label = New System.Windows.Forms.Label()
Me.Text1Label = New System.Windows.Forms.Label()
Me.Function2Label = New System.Windows.Forms.Label()
Me.Function1Label = New System.Windows.Forms.Label()
Me.lblsavePatternsRework = New System.Windows.Forms.Label()
Me.CHANGED_WHOTextBox1 = New System.Windows.Forms.TextBox()
Me.ADDED_WHENTextBox = New System.Windows.Forms.TextBox()
Me.ADDED_WHOTextBox = New System.Windows.Forms.TextBox()
Me.SEQUENCETextBox = New System.Windows.Forms.TextBox()
Me.TEXT2TextBox = New System.Windows.Forms.TextBox()
Me.TEXT1TextBox = New System.Windows.Forms.TextBox()
Me.FUNCTION2TextBox = New System.Windows.Forms.TextBox()
Me.FUNCTION1TextBox = New System.Windows.Forms.TextBox()
Me.TYPEComboBox = New System.Windows.Forms.ComboBox()
Me.GUIDTextBox1 = New System.Windows.Forms.TextBox()
Me.BindingNavigator1 = New System.Windows.Forms.BindingNavigator(Me.components)
Me.BindingNavigatorAddNewItem = New System.Windows.Forms.ToolStripButton()
Me.BindingNavigatorCountItem = New System.Windows.Forms.ToolStripLabel()
Me.BindingNavigatorDeleteItem = New System.Windows.Forms.ToolStripButton()
Me.BindingNavigatorMoveFirstItem = New System.Windows.Forms.ToolStripButton()
Me.BindingNavigatorMovePreviousItem = New System.Windows.Forms.ToolStripButton()
Me.BindingNavigatorSeparator = New System.Windows.Forms.ToolStripSeparator()
Me.BindingNavigatorPositionItem = New System.Windows.Forms.ToolStripTextBox()
Me.BindingNavigatorSeparator1 = New System.Windows.Forms.ToolStripSeparator()
Me.BindingNavigatorMoveNextItem = New System.Windows.Forms.ToolStripButton()
Me.BindingNavigatorMoveLastItem = New System.Windows.Forms.ToolStripButton()
Me.BindingNavigatorSeparator2 = New System.Windows.Forms.ToolStripSeparator()
Me.ToolStripButton1 = New System.Windows.Forms.ToolStripButton()
Me.btnRegexTest = New System.Windows.Forms.Button()
Me.TabPage5 = New System.Windows.Forms.TabPage()
Me.ADDED_WHENTextBox2 = New System.Windows.Forms.TextBox()
Me.ADDED_WHOTextBox2 = New System.Windows.Forms.TextBox()
Me.CONTROL_VALUETextBox = New System.Windows.Forms.TextBox()
Me.SEQUENCE_NUMBERTextBox1 = New System.Windows.Forms.TextBox()
Me.GUIDTextBox3 = New System.Windows.Forms.TextBox()
Me.Label16 = New System.Windows.Forms.Label()
Me.BindingNavigator3 = New System.Windows.Forms.BindingNavigator(Me.components)
Me.ToolStripLabel1 = New System.Windows.Forms.ToolStripLabel()
Me.ToolStripButton2 = New System.Windows.Forms.ToolStripButton()
Me.ToolStripButton3 = New System.Windows.Forms.ToolStripButton()
Me.ToolStripButton4 = New System.Windows.Forms.ToolStripButton()
Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator()
Me.ToolStripTextBox1 = New System.Windows.Forms.ToolStripTextBox()
Me.ToolStripSeparator2 = New System.Windows.Forms.ToolStripSeparator()
Me.ToolStripButton5 = New System.Windows.Forms.ToolStripButton()
Me.ToolStripButton6 = New System.Windows.Forms.ToolStripButton()
Me.ToolStripSeparator3 = New System.Windows.Forms.ToolStripSeparator()
Me.ListBoxPatterns = New System.Windows.Forms.ListBox()
Me.TabControl2 = New System.Windows.Forms.TabControl()
Me.TabPage3 = New System.Windows.Forms.TabPage()
Me.WINDOW_NAMETextBox = New System.Windows.Forms.TextBox()
Me.Button2 = New System.Windows.Forms.Button()
Me.lblSave = New System.Windows.Forms.Label()
Me.btnsave = New System.Windows.Forms.Button()
Me.CHANGED_WHENTextBox = New System.Windows.Forms.TextBox()
Me.CHANGED_WHOTextBox = New System.Windows.Forms.TextBox()
Me.HOTKEY2TextBox = New System.Windows.Forms.TextBox()
Me.HOTKEY1ComboBox = New System.Windows.Forms.ComboBox()
Me.WD_SEARCHTextBox = New System.Windows.Forms.TextBox()
Me.NAMETextBox = New System.Windows.Forms.TextBox()
Me.GUIDTextBox = New System.Windows.Forms.TextBox()
Me.TabPage1 = New System.Windows.Forms.TabPage()
Me.chklbUser = New System.Windows.Forms.CheckedListBox()
Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
Me.AlleAuswählenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.KeineAuswählenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.btnUserAdd_Profile = New System.Windows.Forms.Button()
Me.TabPage2 = New System.Windows.Forms.TabPage()
Me.btndeleteUserProfile = New System.Windows.Forms.Button()
Me.chklbUserProfile = New System.Windows.Forms.CheckedListBox()
Me.btndelete = New System.Windows.Forms.Button()
Me.ListBox_Profiles = New System.Windows.Forms.ListBox()
Me.Label9 = New System.Windows.Forms.Label()
Me.TabPage_Designer = New System.Windows.Forms.TabPage()
Me.TabPageTest = New System.Windows.Forms.TabPage()
Me.GroupBox3 = New System.Windows.Forms.GroupBox()
Me.chkboxshowfilledControlsOnly_Test = New System.Windows.Forms.CheckBox()
Me.ListViewControls_Test = New System.Windows.Forms.ListView()
Me.ColumnHeader4 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
Me.ColumnHeader1 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
Me.ColumnHeader2 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
Me.GroupBox2 = New System.Windows.Forms.GroupBox()
Me.Button3 = New System.Windows.Forms.Button()
Me.ListBox_MainWindows_Test = New System.Windows.Forms.ListBox()
Me.TBDD_USERBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.TBDD_USERTableAdapter = New Global_Indexer.MyDatasetTableAdapters.TBDD_USERTableAdapter()
Me.TBHOTKEY_USER_PROFILEBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.TBHOTKEY_USER_PROFILETableAdapter = New Global_Indexer.MyDatasetTableAdapters.TBHOTKEY_USER_PROFILETableAdapter()
Me.TBHOTKEY_PATTERNS_REWORKTableAdapter = New Global_Indexer.MyDatasetTableAdapters.TBHOTKEY_PATTERNS_REWORKTableAdapter()
Me.TBHOTKEY_WINDOW_HOOKTableAdapter = New Global_Indexer.MyDatasetTableAdapters.TBHOTKEY_WINDOW_HOOKTableAdapter()
GUIDLabel = New System.Windows.Forms.Label()
NAMELabel = New System.Windows.Forms.Label()
WD_SEARCHLabel = New System.Windows.Forms.Label()
HOTKEY1Label = New System.Windows.Forms.Label()
HOTKEY2Label = New System.Windows.Forms.Label()
CHANGED_WHOLabel = New System.Windows.Forms.Label()
CHANGED_WHENLabel = New System.Windows.Forms.Label()
GUIDLabel1 = New System.Windows.Forms.Label()
TYPELabel = New System.Windows.Forms.Label()
SEQUENCELabel = New System.Windows.Forms.Label()
ADDED_WHOLabel = New System.Windows.Forms.Label()
ADDED_WHENLabel = New System.Windows.Forms.Label()
CHANGED_WHOLabel1 = New System.Windows.Forms.Label()
CHANGED_WHENLabel1 = New System.Windows.Forms.Label()
ADDED_WHENLabel1 = New System.Windows.Forms.Label()
GUIDLabel2 = New System.Windows.Forms.Label()
WINDOW_NAMELabel = New System.Windows.Forms.Label()
SEQUENCE_NUMBERLabel = New System.Windows.Forms.Label()
PATTERN_WDSEARCHLabel = New System.Windows.Forms.Label()
CHANGED_WHENLabel2 = New System.Windows.Forms.Label()
CHANGED_WHOLabel2 = New System.Windows.Forms.Label()
ADDED_WHOLabel1 = New System.Windows.Forms.Label()
Label15 = New System.Windows.Forms.Label()
GUIDLabel3 = New System.Windows.Forms.Label()
SEQUENCE_NUMBERLabel1 = New System.Windows.Forms.Label()
CONTROL_VALUELabel = New System.Windows.Forms.Label()
ADDED_WHOLabel2 = New System.Windows.Forms.Label()
ADDED_WHENLabel2 = New System.Windows.Forms.Label()
Label17 = New System.Windows.Forms.Label()
Me.StatusStrip1.SuspendLayout()
Me.GroupBoxMainWindow.SuspendLayout()
Me.GroupBox2_Controls.SuspendLayout()
Me.GroupBox1.SuspendLayout()
CType(Me.MyDataset, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.TBHOTKEY_PROFILEBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.TBHOTKEY_PATTERNSBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
Me.TabControl1.SuspendLayout()
Me.TabPageUebersicht.SuspendLayout()
Me.GroupBoxPatterns.SuspendLayout()
CType(Me.TBHOTKEY_WINDOW_HOOKBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
Me.TabControl3.SuspendLayout()
Me.TabPage6.SuspendLayout()
CType(Me.BindingNavigator2, System.ComponentModel.ISupportInitialize).BeginInit()
Me.BindingNavigator2.SuspendLayout()
Me.TabPage4.SuspendLayout()
CType(Me.TBHOTKEY_PATTERNS_REWORKBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.BindingNavigator1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.BindingNavigator1.SuspendLayout()
Me.TabPage5.SuspendLayout()
CType(Me.BindingNavigator3, System.ComponentModel.ISupportInitialize).BeginInit()
Me.BindingNavigator3.SuspendLayout()
Me.TabControl2.SuspendLayout()
Me.TabPage3.SuspendLayout()
Me.TabPage1.SuspendLayout()
Me.ContextMenuStrip1.SuspendLayout()
Me.TabPage2.SuspendLayout()
Me.TabPage_Designer.SuspendLayout()
Me.TabPageTest.SuspendLayout()
Me.GroupBox3.SuspendLayout()
Me.GroupBox2.SuspendLayout()
CType(Me.TBDD_USERBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.TBHOTKEY_USER_PROFILEBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'GUIDLabel
'
GUIDLabel.AutoSize = True
GUIDLabel.Location = New System.Drawing.Point(6, 12)
GUIDLabel.Name = "GUIDLabel"
GUIDLabel.Size = New System.Drawing.Size(21, 13)
GUIDLabel.TabIndex = 0
GUIDLabel.Text = "ID:"
'
'NAMELabel
'
NAMELabel.AutoSize = True
NAMELabel.Location = New System.Drawing.Point(64, 12)
NAMELabel.Name = "NAMELabel"
NAMELabel.Size = New System.Drawing.Size(65, 13)
NAMELabel.TabIndex = 2
NAMELabel.Text = "Profilname:"
'
'WD_SEARCHLabel
'
WD_SEARCHLabel.AutoSize = True
WD_SEARCHLabel.Location = New System.Drawing.Point(6, 53)
WD_SEARCHLabel.Name = "WD_SEARCHLabel"
WD_SEARCHLabel.Size = New System.Drawing.Size(96, 13)
WD_SEARCHLabel.TabIndex = 4
WD_SEARCHLabel.Text = "windream-Suche:"
'
'HOTKEY1Label
'
HOTKEY1Label.AutoSize = True
HOTKEY1Label.Location = New System.Drawing.Point(6, 140)
HOTKEY1Label.Name = "HOTKEY1Label"
HOTKEY1Label.Size = New System.Drawing.Size(87, 13)
HOTKEY1Label.TabIndex = 6
HOTKEY1Label.Text = "Funktionstaste:"
'
'HOTKEY2Label
'
HOTKEY2Label.AutoSize = True
HOTKEY2Label.Location = New System.Drawing.Point(99, 140)
HOTKEY2Label.Name = "HOTKEY2Label"
HOTKEY2Label.Size = New System.Drawing.Size(55, 13)
HOTKEY2Label.TabIndex = 8
HOTKEY2Label.Text = "Hotkey 2:"
'
'CHANGED_WHOLabel
'
CHANGED_WHOLabel.AutoSize = True
CHANGED_WHOLabel.Location = New System.Drawing.Point(171, 140)
CHANGED_WHOLabel.Name = "CHANGED_WHOLabel"
CHANGED_WHOLabel.Size = New System.Drawing.Size(80, 13)
CHANGED_WHOLabel.TabIndex = 10
CHANGED_WHOLabel.Text = "Geändert wer:"
'
'CHANGED_WHENLabel
'
CHANGED_WHENLabel.AutoSize = True
CHANGED_WHENLabel.Location = New System.Drawing.Point(310, 140)
CHANGED_WHENLabel.Name = "CHANGED_WHENLabel"
CHANGED_WHENLabel.Size = New System.Drawing.Size(90, 13)
CHANGED_WHENLabel.TabIndex = 12
CHANGED_WHENLabel.Text = "Geändert wann:"
'
'GUIDLabel1
'
GUIDLabel1.AutoSize = True
GUIDLabel1.Location = New System.Drawing.Point(6, 28)
GUIDLabel1.Name = "GUIDLabel1"
GUIDLabel1.Size = New System.Drawing.Size(21, 13)
GUIDLabel1.TabIndex = 1
GUIDLabel1.Text = "ID:"
'
'TYPELabel
'
TYPELabel.AutoSize = True
TYPELabel.Location = New System.Drawing.Point(49, 28)
TYPELabel.Name = "TYPELabel"
TYPELabel.Size = New System.Drawing.Size(27, 13)
TYPELabel.TabIndex = 3
TYPELabel.Text = "Typ:"
'
'SEQUENCELabel
'
SEQUENCELabel.AutoSize = True
SEQUENCELabel.Location = New System.Drawing.Point(437, 28)
SEQUENCELabel.Name = "SEQUENCELabel"
SEQUENCELabel.Size = New System.Drawing.Size(73, 13)
SEQUENCELabel.TabIndex = 13
SEQUENCELabel.Text = "Reihenfolge:"
'
'ADDED_WHOLabel
'
ADDED_WHOLabel.AutoSize = True
ADDED_WHOLabel.Location = New System.Drawing.Point(6, 120)
ADDED_WHOLabel.Name = "ADDED_WHOLabel"
ADDED_WHOLabel.Size = New System.Drawing.Size(67, 13)
ADDED_WHOLabel.TabIndex = 15
ADDED_WHOLabel.Text = "Erstellt wer:"
'
'ADDED_WHENLabel
'
ADDED_WHENLabel.AutoSize = True
ADDED_WHENLabel.Location = New System.Drawing.Point(115, 120)
ADDED_WHENLabel.Name = "ADDED_WHENLabel"
ADDED_WHENLabel.Size = New System.Drawing.Size(77, 13)
ADDED_WHENLabel.TabIndex = 17
ADDED_WHENLabel.Text = "Erstellt wann:"
'
'CHANGED_WHOLabel1
'
CHANGED_WHOLabel1.AutoSize = True
CHANGED_WHOLabel1.Location = New System.Drawing.Point(225, 120)
CHANGED_WHOLabel1.Name = "CHANGED_WHOLabel1"
CHANGED_WHOLabel1.Size = New System.Drawing.Size(80, 13)
CHANGED_WHOLabel1.TabIndex = 19
CHANGED_WHOLabel1.Text = "Geändert wer:"
'
'CHANGED_WHENLabel1
'
CHANGED_WHENLabel1.AutoSize = True
CHANGED_WHENLabel1.Location = New System.Drawing.Point(336, 120)
CHANGED_WHENLabel1.Name = "CHANGED_WHENLabel1"
CHANGED_WHENLabel1.Size = New System.Drawing.Size(90, 13)
CHANGED_WHENLabel1.TabIndex = 21
CHANGED_WHENLabel1.Text = "Geändert wann:"
'
'ADDED_WHENLabel1
'
ADDED_WHENLabel1.AutoSize = True
ADDED_WHENLabel1.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
ADDED_WHENLabel1.Location = New System.Drawing.Point(64, 108)
ADDED_WHENLabel1.Name = "ADDED_WHENLabel1"
ADDED_WHENLabel1.Size = New System.Drawing.Size(70, 13)
ADDED_WHENLabel1.TabIndex = 4
ADDED_WHENLabel1.Text = "Erstellt wann:"
'
'GUIDLabel2
'
GUIDLabel2.AutoSize = True
GUIDLabel2.Font = New System.Drawing.Font("Segoe UI", 8.25!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte))
GUIDLabel2.Location = New System.Drawing.Point(6, 67)
GUIDLabel2.Name = "GUIDLabel2"
GUIDLabel2.Size = New System.Drawing.Size(21, 13)
GUIDLabel2.TabIndex = 6
GUIDLabel2.Text = "ID:"
'
'WINDOW_NAMELabel
'
WINDOW_NAMELabel.AutoSize = True
WINDOW_NAMELabel.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))
WINDOW_NAMELabel.ForeColor = System.Drawing.Color.Firebrick
WINDOW_NAMELabel.Location = New System.Drawing.Point(6, 94)
WINDOW_NAMELabel.Name = "WINDOW_NAMELabel"
WINDOW_NAMELabel.Size = New System.Drawing.Size(93, 15)
WINDOW_NAMELabel.TabIndex = 81
WINDOW_NAMELabel.Text = "Window-Name:"
'
'SEQUENCE_NUMBERLabel
'
SEQUENCE_NUMBERLabel.AutoSize = True
SEQUENCE_NUMBERLabel.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
SEQUENCE_NUMBERLabel.Location = New System.Drawing.Point(64, 67)
SEQUENCE_NUMBERLabel.Name = "SEQUENCE_NUMBERLabel"
SEQUENCE_NUMBERLabel.Size = New System.Drawing.Size(154, 13)
SEQUENCE_NUMBERLabel.TabIndex = 8
SEQUENCE_NUMBERLabel.Text = "Control-Sequence/-Reihenfolge:"
'
'PATTERN_WDSEARCHLabel
'
PATTERN_WDSEARCHLabel.AutoSize = True
PATTERN_WDSEARCHLabel.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
PATTERN_WDSEARCHLabel.Location = New System.Drawing.Point(224, 67)
PATTERN_WDSEARCHLabel.Name = "PATTERN_WDSEARCHLabel"
PATTERN_WDSEARCHLabel.Size = New System.Drawing.Size(198, 13)
PATTERN_WDSEARCHLabel.TabIndex = 83
PATTERN_WDSEARCHLabel.Text = "Zu ersetzendes Pattern Windream-Suche:"
'
'CHANGED_WHENLabel2
'
CHANGED_WHENLabel2.AutoSize = True
CHANGED_WHENLabel2.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
CHANGED_WHENLabel2.Location = New System.Drawing.Point(224, 108)
CHANGED_WHENLabel2.Name = "CHANGED_WHENLabel2"
CHANGED_WHENLabel2.Size = New System.Drawing.Size(82, 13)
CHANGED_WHENLabel2.TabIndex = 85
CHANGED_WHENLabel2.Text = "Geändert wann:"
'
'CHANGED_WHOLabel2
'
CHANGED_WHOLabel2.AutoSize = True
CHANGED_WHOLabel2.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
CHANGED_WHOLabel2.Location = New System.Drawing.Point(224, 149)
CHANGED_WHOLabel2.Name = "CHANGED_WHOLabel2"
CHANGED_WHOLabel2.Size = New System.Drawing.Size(73, 13)
CHANGED_WHOLabel2.TabIndex = 86
CHANGED_WHOLabel2.Text = "Geändert wer:"
'
'ADDED_WHOLabel1
'
ADDED_WHOLabel1.AutoSize = True
ADDED_WHOLabel1.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
ADDED_WHOLabel1.Location = New System.Drawing.Point(64, 149)
ADDED_WHOLabel1.Name = "ADDED_WHOLabel1"
ADDED_WHOLabel1.Size = New System.Drawing.Size(61, 13)
ADDED_WHOLabel1.TabIndex = 87
ADDED_WHOLabel1.Text = "Erstellt wer:"
'
'Label15
'
Label15.AutoSize = True
Label15.Font = New System.Drawing.Font("Segoe UI", 8.25!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Label15.Location = New System.Drawing.Point(6, 21)
Label15.Name = "Label15"
Label15.Size = New System.Drawing.Size(74, 13)
Label15.TabIndex = 7
Label15.Text = "Suchpattern:"
'
'GUIDLabel3
'
GUIDLabel3.AutoSize = True
GUIDLabel3.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
GUIDLabel3.Location = New System.Drawing.Point(6, 74)
GUIDLabel3.Name = "GUIDLabel3"
GUIDLabel3.Size = New System.Drawing.Size(20, 13)
GUIDLabel3.TabIndex = 86
GUIDLabel3.Text = "ID:"
'
'SEQUENCE_NUMBERLabel1
'
SEQUENCE_NUMBERLabel1.AutoSize = True
SEQUENCE_NUMBERLabel1.Location = New System.Drawing.Point(64, 74)
SEQUENCE_NUMBERLabel1.Name = "SEQUENCE_NUMBERLabel1"
SEQUENCE_NUMBERLabel1.Size = New System.Drawing.Size(73, 13)
SEQUENCE_NUMBERLabel1.TabIndex = 87
SEQUENCE_NUMBERLabel1.Text = "Reihenfolge:"
'
'CONTROL_VALUELabel
'
CONTROL_VALUELabel.AutoSize = True
CONTROL_VALUELabel.Location = New System.Drawing.Point(209, 74)
CONTROL_VALUELabel.Name = "CONTROL_VALUELabel"
CONTROL_VALUELabel.Size = New System.Drawing.Size(83, 13)
CONTROL_VALUELabel.TabIndex = 88
CONTROL_VALUELabel.Text = "Control-Inhalt:"
'
'ADDED_WHOLabel2
'
ADDED_WHOLabel2.AutoSize = True
ADDED_WHOLabel2.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
ADDED_WHOLabel2.Location = New System.Drawing.Point(64, 115)
ADDED_WHOLabel2.Name = "ADDED_WHOLabel2"
ADDED_WHOLabel2.Size = New System.Drawing.Size(61, 13)
ADDED_WHOLabel2.TabIndex = 89
ADDED_WHOLabel2.Text = "Erstellt wer:"
'
'ADDED_WHENLabel2
'
ADDED_WHENLabel2.AutoSize = True
ADDED_WHENLabel2.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
ADDED_WHENLabel2.Location = New System.Drawing.Point(209, 115)
ADDED_WHENLabel2.Name = "ADDED_WHENLabel2"
ADDED_WHENLabel2.Size = New System.Drawing.Size(70, 13)
ADDED_WHENLabel2.TabIndex = 90
ADDED_WHENLabel2.Text = "Erstellt wann:"
'
'Label17
'
Label17.AutoSize = True
Label17.Font = New System.Drawing.Font("Segoe UI", 8.25!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Label17.Location = New System.Drawing.Point(6, 158)
Label17.Name = "Label17"
Label17.Size = New System.Drawing.Size(95, 13)
Label17.TabIndex = 9
Label17.Text = "Control-Matches:"
'
'StatusStrip1
'
Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tslbl_Hotkeywindow, Me.tslbl_HotkeySequence})
Me.StatusStrip1.Location = New System.Drawing.Point(0, 613)
Me.StatusStrip1.Name = "StatusStrip1"
Me.StatusStrip1.Size = New System.Drawing.Size(972, 22)
Me.StatusStrip1.TabIndex = 0
Me.StatusStrip1.Text = "StatusStrip1"
'
'tslbl_Hotkeywindow
'
Me.tslbl_Hotkeywindow.Image = Global.Global_Indexer.My.Resources.Resources.WindowsForm_817_12x
Me.tslbl_Hotkeywindow.Name = "tslbl_Hotkeywindow"
Me.tslbl_Hotkeywindow.Size = New System.Drawing.Size(97, 17)
Me.tslbl_Hotkeywindow.Text = "Windowname"
'
'tslbl_HotkeySequence
'
Me.tslbl_HotkeySequence.Image = Global.Global_Indexer.My.Resources.Resources.KeyDown_8461_12x
Me.tslbl_HotkeySequence.Name = "tslbl_HotkeySequence"
Me.tslbl_HotkeySequence.Size = New System.Drawing.Size(74, 17)
Me.tslbl_HotkeySequence.Text = "Sequence"
'
'ListBox_FormTitles
'
Me.ListBox_FormTitles.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.ListBox_FormTitles.FormattingEnabled = True
Me.ListBox_FormTitles.ItemHeight = 15
Me.ListBox_FormTitles.Location = New System.Drawing.Point(6, 21)
Me.ListBox_FormTitles.Name = "ListBox_FormTitles"
Me.ListBox_FormTitles.Size = New System.Drawing.Size(542, 214)
Me.ListBox_FormTitles.TabIndex = 8
'
'GroupBoxMainWindow
'
Me.GroupBoxMainWindow.BackColor = System.Drawing.SystemColors.GradientActiveCaption
Me.GroupBoxMainWindow.Controls.Add(Me.chkboxshowfilledControlsOnly)
Me.GroupBoxMainWindow.Controls.Add(Me.btnpnlStart_weiter)
Me.GroupBoxMainWindow.Controls.Add(Me.ListBox_FormTitles)
Me.GroupBoxMainWindow.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.GroupBoxMainWindow.Location = New System.Drawing.Point(403, 6)
Me.GroupBoxMainWindow.Name = "GroupBoxMainWindow"
Me.GroupBoxMainWindow.Size = New System.Drawing.Size(558, 274)
Me.GroupBoxMainWindow.TabIndex = 15
Me.GroupBoxMainWindow.TabStop = False
Me.GroupBoxMainWindow.Text = "Schritt 2 - Wählen Sie das 'MainWindow' zur Auswahl der Inhalte"
Me.GroupBoxMainWindow.Visible = False
'
'chkboxshowfilledControlsOnly
'
Me.chkboxshowfilledControlsOnly.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.chkboxshowfilledControlsOnly.AutoSize = True
Me.chkboxshowfilledControlsOnly.Font = New System.Drawing.Font("Segoe UI", 9.0!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.chkboxshowfilledControlsOnly.ForeColor = System.Drawing.Color.DarkSlateGray
Me.chkboxshowfilledControlsOnly.Location = New System.Drawing.Point(6, 247)
Me.chkboxshowfilledControlsOnly.Name = "chkboxshowfilledControlsOnly"
Me.chkboxshowfilledControlsOnly.Size = New System.Drawing.Size(185, 19)
Me.chkboxshowfilledControlsOnly.TabIndex = 11
Me.chkboxshowfilledControlsOnly.Text = "Nur gefüllte Felder anzeigen"
Me.chkboxshowfilledControlsOnly.UseVisualStyleBackColor = True
'
'btnpnlStart_weiter
'
Me.btnpnlStart_weiter.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnpnlStart_weiter.Image = Global.Global_Indexer.My.Resources.Resources.arrow_Forward_16xMD
Me.btnpnlStart_weiter.ImageAlign = System.Drawing.ContentAlignment.MiddleRight
Me.btnpnlStart_weiter.Location = New System.Drawing.Point(473, 243)
Me.btnpnlStart_weiter.Name = "btnpnlStart_weiter"
Me.btnpnlStart_weiter.Size = New System.Drawing.Size(75, 25)
Me.btnpnlStart_weiter.TabIndex = 0
Me.btnpnlStart_weiter.Text = "weiter"
Me.btnpnlStart_weiter.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnpnlStart_weiter.UseVisualStyleBackColor = True
'
'GroupBox2_Controls
'
Me.GroupBox2_Controls.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.GroupBox2_Controls.BackColor = System.Drawing.SystemColors.ControlLight
Me.GroupBox2_Controls.Controls.Add(Me.lblMatchadd)
Me.GroupBox2_Controls.Controls.Add(Me.btnadd_WindowMatch)
Me.GroupBox2_Controls.Controls.Add(Me.txtValueMatch)
Me.GroupBox2_Controls.Controls.Add(Me.Label13)
Me.GroupBox2_Controls.Controls.Add(Me.Label11)
Me.GroupBox2_Controls.Controls.Add(Me.Label12)
Me.GroupBox2_Controls.Controls.Add(Me.txtControl_Match)
Me.GroupBox2_Controls.Controls.Add(Me.Label10)
Me.GroupBox2_Controls.Controls.Add(Me.ListViewControls)
Me.GroupBox2_Controls.Controls.Add(Me.lblLinkadd)
Me.GroupBox2_Controls.Controls.Add(Me.btnadd_Pattern)
Me.GroupBox2_Controls.Controls.Add(Me.Label8)
Me.GroupBox2_Controls.Controls.Add(Me.Label7)
Me.GroupBox2_Controls.Controls.Add(Me.txtPattern)
Me.GroupBox2_Controls.Controls.Add(Me.Label1)
Me.GroupBox2_Controls.Controls.Add(Me.txtControl)
Me.GroupBox2_Controls.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.GroupBox2_Controls.Location = New System.Drawing.Point(6, 286)
Me.GroupBox2_Controls.Name = "GroupBox2_Controls"
Me.GroupBox2_Controls.Size = New System.Drawing.Size(950, 295)
Me.GroupBox2_Controls.TabIndex = 9
Me.GroupBox2_Controls.TabStop = False
Me.GroupBox2_Controls.Text = "Schritt 2 -Wählen Sie das Control mit dem zu übergebenden Wert"
'
'lblMatchadd
'
Me.lblMatchadd.AutoSize = True
Me.lblMatchadd.BackColor = System.Drawing.Color.Yellow
Me.lblMatchadd.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblMatchadd.Location = New System.Drawing.Point(488, 265)
Me.lblMatchadd.Name = "lblMatchadd"
Me.lblMatchadd.Size = New System.Drawing.Size(238, 13)
Me.lblMatchadd.TabIndex = 89
Me.lblMatchadd.Text = "Match Control-Window erfolgreich angelegt"
Me.lblMatchadd.Visible = False
'
'btnadd_WindowMatch
'
Me.btnadd_WindowMatch.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnadd_WindowMatch.Image = Global.Global_Indexer.My.Resources.Resources.add
Me.btnadd_WindowMatch.ImageAlign = System.Drawing.ContentAlignment.MiddleRight
Me.btnadd_WindowMatch.Location = New System.Drawing.Point(833, 237)
Me.btnadd_WindowMatch.Name = "btnadd_WindowMatch"
Me.btnadd_WindowMatch.Size = New System.Drawing.Size(96, 24)
Me.btnadd_WindowMatch.TabIndex = 88
Me.btnadd_WindowMatch.Text = "Hinzufügen"
Me.btnadd_WindowMatch.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnadd_WindowMatch.UseVisualStyleBackColor = True
'
'txtValueMatch
'
Me.txtValueMatch.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtValueMatch.Location = New System.Drawing.Point(694, 240)
Me.txtValueMatch.Name = "txtValueMatch"
Me.txtValueMatch.ReadOnly = True
Me.txtValueMatch.Size = New System.Drawing.Size(133, 22)
Me.txtValueMatch.TabIndex = 87
'
'Label13
'
Me.Label13.AutoSize = True
Me.Label13.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label13.Location = New System.Drawing.Point(615, 243)
Me.Label13.Name = "Label13"
Me.Label13.Size = New System.Drawing.Size(79, 13)
Me.Label13.TabIndex = 86
Me.Label13.Text = "enthält Value:"
'
'Label11
'
Me.Label11.AutoSize = True
Me.Label11.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Label11.Font = New System.Drawing.Font("Segoe UI", 8.25!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label11.Location = New System.Drawing.Point(491, 145)
Me.Label11.Name = "Label11"
Me.Label11.Size = New System.Drawing.Size(418, 54)
Me.Label11.TabIndex = 85
Me.Label11.Text = "Bei Nicht-Eindeutigkeit des MainWindow" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "-Namens und der Control # muss " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "zusätzli" & _
"ch eine Abhängigkeit zwischen Control-Inhalt und dem Windownamen" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "geschaffen wer" & _
"den."
'
'Label12
'
Me.Label12.AutoSize = True
Me.Label12.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label12.Location = New System.Drawing.Point(488, 224)
Me.Label12.Name = "Label12"
Me.Label12.Size = New System.Drawing.Size(125, 13)
Me.Label12.TabIndex = 84
Me.Label12.Text = "Reihenfolge # Control:"
'
'txtControl_Match
'
Me.txtControl_Match.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtControl_Match.ForeColor = System.Drawing.Color.Maroon
Me.txtControl_Match.Location = New System.Drawing.Point(491, 240)
Me.txtControl_Match.Name = "txtControl_Match"
Me.txtControl_Match.ReadOnly = True
Me.txtControl_Match.Size = New System.Drawing.Size(118, 22)
Me.txtControl_Match.TabIndex = 83
'
'Label10
'
Me.Label10.AutoSize = True
Me.Label10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Label10.Font = New System.Drawing.Font("Segoe UI", 8.25!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label10.Location = New System.Drawing.Point(491, 19)
Me.Label10.Name = "Label10"
Me.Label10.Size = New System.Drawing.Size(436, 54)
Me.Label10.TabIndex = 82
Me.Label10.Text = "Hier wird die Reihenfolge-Nummer in Abhängigkeit zum Titel des 'MainWindows' " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "ge" & _
"speichert." & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Während der Laufzeit wird der Suchpattern der windream-Suche dann mi" & _
"t " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "dem gelesenen Wert ersetzt."
'
'ListViewControls
'
Me.ListViewControls.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.ListViewControls.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.ColumnHeader3, Me.ControlID, Me.ControlValue})
Me.ListViewControls.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.ListViewControls.FullRowSelect = True
Me.ListViewControls.Location = New System.Drawing.Point(6, 19)
Me.ListViewControls.Name = "ListViewControls"
Me.ListViewControls.Size = New System.Drawing.Size(476, 270)
Me.ListViewControls.TabIndex = 81
Me.ListViewControls.UseCompatibleStateImageBehavior = False
Me.ListViewControls.View = System.Windows.Forms.View.Details
'
'ColumnHeader3
'
Me.ColumnHeader3.Text = "#"
'
'ControlID
'
Me.ControlID.Text = "Control-ID:"
Me.ControlID.Width = 100
'
'ControlValue
'
Me.ControlValue.Text = "Gelesener Wert"
Me.ControlValue.Width = 305
'
'lblLinkadd
'
Me.lblLinkadd.AutoSize = True
Me.lblLinkadd.BackColor = System.Drawing.Color.Yellow
Me.lblLinkadd.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblLinkadd.Location = New System.Drawing.Point(491, 121)
Me.lblLinkadd.Name = "lblLinkadd"
Me.lblLinkadd.Size = New System.Drawing.Size(179, 13)
Me.lblLinkadd.TabIndex = 80
Me.lblLinkadd.Text = "Pattern-Link erfolgreich angelegt"
Me.lblLinkadd.Visible = False
'
'btnadd_Pattern
'
Me.btnadd_Pattern.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnadd_Pattern.Image = Global.Global_Indexer.My.Resources.Resources.add
Me.btnadd_Pattern.ImageAlign = System.Drawing.ContentAlignment.MiddleRight
Me.btnadd_Pattern.Location = New System.Drawing.Point(835, 93)
Me.btnadd_Pattern.Name = "btnadd_Pattern"
Me.btnadd_Pattern.Size = New System.Drawing.Size(96, 24)
Me.btnadd_Pattern.TabIndex = 14
Me.btnadd_Pattern.Text = "Hinzufügen"
Me.btnadd_Pattern.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnadd_Pattern.UseVisualStyleBackColor = True
'
'Label8
'
Me.Label8.AutoSize = True
Me.Label8.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label8.Location = New System.Drawing.Point(693, 80)
Me.Label8.Name = "Label8"
Me.Label8.Size = New System.Drawing.Size(138, 13)
Me.Label8.TabIndex = 13
Me.Label8.Text = "Windream-Suche Pattern:"
'
'Label7
'
Me.Label7.AutoSize = True
Me.Label7.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label7.Location = New System.Drawing.Point(491, 80)
Me.Label7.Name = "Label7"
Me.Label7.Size = New System.Drawing.Size(125, 13)
Me.Label7.TabIndex = 12
Me.Label7.Text = "Reihenfolge # Control:"
'
'txtPattern
'
Me.txtPattern.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtPattern.Location = New System.Drawing.Point(694, 96)
Me.txtPattern.Name = "txtPattern"
Me.txtPattern.Size = New System.Drawing.Size(135, 22)
Me.txtPattern.TabIndex = 11
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label1.Location = New System.Drawing.Point(615, 99)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(73, 13)
Me.Label1.TabIndex = 10
Me.Label1.Text = "verlinken mit"
'
'txtControl
'
Me.txtControl.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtControl.ForeColor = System.Drawing.Color.Maroon
Me.txtControl.Location = New System.Drawing.Point(491, 96)
Me.txtControl.Name = "txtControl"
Me.txtControl.ReadOnly = True
Me.txtControl.Size = New System.Drawing.Size(118, 22)
Me.txtControl.TabIndex = 9
'
'GroupBox1
'
Me.GroupBox1.BackColor = System.Drawing.SystemColors.GradientInactiveCaption
Me.GroupBox1.Controls.Add(Me.btnnewProfile)
Me.GroupBox1.Controls.Add(Me.Button1)
Me.GroupBox1.Controls.Add(Me.lblSaveHotkey)
Me.GroupBox1.Controls.Add(Me.Label6)
Me.GroupBox1.Controls.Add(Me.Label5)
Me.GroupBox1.Controls.Add(Me.txtKey)
Me.GroupBox1.Controls.Add(Me.cmbFunktionstaste)
Me.GroupBox1.Controls.Add(Me.txtWDSearch)
Me.GroupBox1.Controls.Add(Me.cmbObjekttyp)
Me.GroupBox1.Controls.Add(Me.txtProfilname)
Me.GroupBox1.Controls.Add(Me.Label4)
Me.GroupBox1.Controls.Add(Me.Label3)
Me.GroupBox1.Controls.Add(Me.Label2)
Me.GroupBox1.Controls.Add(Me.btnGB1)
Me.GroupBox1.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.GroupBox1.Location = New System.Drawing.Point(6, 6)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(391, 275)
Me.GroupBox1.TabIndex = 16
Me.GroupBox1.TabStop = False
Me.GroupBox1.Text = "Schritt 1 - Grundangaben"
'
'btnnewProfile
'
Me.btnnewProfile.Font = New System.Drawing.Font("Segoe UI", 9.75!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnnewProfile.Image = Global.Global_Indexer.My.Resources.Resources.action_add_16xLG
Me.btnnewProfile.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnnewProfile.Location = New System.Drawing.Point(215, 12)
Me.btnnewProfile.Name = "btnnewProfile"
Me.btnnewProfile.Size = New System.Drawing.Size(170, 34)
Me.btnnewProfile.TabIndex = 81
Me.btnnewProfile.Text = "Neues Profil erzeugen"
Me.btnnewProfile.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.btnnewProfile.UseVisualStyleBackColor = True
'
'Button1
'
Me.Button1.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button1.Location = New System.Drawing.Point(360, 113)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(25, 23)
Me.Button1.TabIndex = 80
Me.Button1.Text = "..."
Me.Button1.UseVisualStyleBackColor = True
'
'lblSaveHotkey
'
Me.lblSaveHotkey.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.lblSaveHotkey.AutoSize = True
Me.lblSaveHotkey.BackColor = System.Drawing.Color.Yellow
Me.lblSaveHotkey.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblSaveHotkey.Location = New System.Drawing.Point(15, 192)
Me.lblSaveHotkey.Name = "lblSaveHotkey"
Me.lblSaveHotkey.Size = New System.Drawing.Size(198, 13)
Me.lblSaveHotkey.TabIndex = 79
Me.lblSaveHotkey.Text = "Hotkey-Profil erfolgreich gespeichert" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
Me.lblSaveHotkey.Visible = False
'
'Label6
'
Me.Label6.AutoSize = True
Me.Label6.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label6.Location = New System.Drawing.Point(124, 139)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(109, 15)
Me.Label6.TabIndex = 11
Me.Label6.Text = "Kombinationstaste:"
'
'Label5
'
Me.Label5.AutoSize = True
Me.Label5.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label5.Location = New System.Drawing.Point(15, 139)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(87, 15)
Me.Label5.TabIndex = 10
Me.Label5.Text = "Funktionstaste:"
'
'txtKey
'
Me.txtKey.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtKey.Location = New System.Drawing.Point(127, 157)
Me.txtKey.Name = "txtKey"
Me.txtKey.Size = New System.Drawing.Size(53, 23)
Me.txtKey.TabIndex = 9
'
'cmbFunktionstaste
'
Me.cmbFunktionstaste.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.cmbFunktionstaste.FormattingEnabled = True
Me.cmbFunktionstaste.Items.AddRange(New Object() {"Strg", "Shift", "Alt", "Win"})
Me.cmbFunktionstaste.Location = New System.Drawing.Point(18, 157)
Me.cmbFunktionstaste.Name = "cmbFunktionstaste"
Me.cmbFunktionstaste.Size = New System.Drawing.Size(64, 21)
Me.cmbFunktionstaste.TabIndex = 8
'
'txtWDSearch
'
Me.txtWDSearch.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtWDSearch.Location = New System.Drawing.Point(18, 113)
Me.txtWDSearch.Name = "txtWDSearch"
Me.txtWDSearch.Size = New System.Drawing.Size(336, 23)
Me.txtWDSearch.TabIndex = 7
'
'cmbObjekttyp
'
Me.cmbObjekttyp.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.cmbObjekttyp.FormattingEnabled = True
Me.cmbObjekttyp.Location = New System.Drawing.Point(18, 248)
Me.cmbObjekttyp.Name = "cmbObjekttyp"
Me.cmbObjekttyp.Size = New System.Drawing.Size(113, 21)
Me.cmbObjekttyp.TabIndex = 6
Me.cmbObjekttyp.Visible = False
'
'txtProfilname
'
Me.txtProfilname.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtProfilname.Location = New System.Drawing.Point(18, 69)
Me.txtProfilname.Name = "txtProfilname"
Me.txtProfilname.Size = New System.Drawing.Size(367, 23)
Me.txtProfilname.TabIndex = 5
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label4.Location = New System.Drawing.Point(15, 95)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(102, 15)
Me.Label4.TabIndex = 3
Me.Label4.Text = "Windream-Suche:"
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label3.Location = New System.Drawing.Point(137, 251)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(61, 13)
Me.Label3.TabIndex = 2
Me.Label3.Text = "Objekttyp:"
Me.Label3.Visible = False
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label2.Location = New System.Drawing.Point(15, 51)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(68, 15)
Me.Label2.TabIndex = 1
Me.Label2.Text = "Profilname:"
'
'btnGB1
'
Me.btnGB1.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnGB1.Image = Global.Global_Indexer.My.Resources.Resources.arrow_Forward_16xMD
Me.btnGB1.ImageAlign = System.Drawing.ContentAlignment.MiddleRight
Me.btnGB1.Location = New System.Drawing.Point(316, 244)
Me.btnGB1.Name = "btnGB1"
Me.btnGB1.Size = New System.Drawing.Size(69, 25)
Me.btnGB1.TabIndex = 0
Me.btnGB1.Text = "weiter"
Me.btnGB1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnGB1.UseVisualStyleBackColor = True
'
'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 = Me.TBHOTKEY_PATTERNSTableAdapter
Me.TableAdapterManager.TBHOTKEY_PROFILETableAdapter = Me.TBHOTKEY_PROFILETableAdapter
Me.TableAdapterManager.TBHOTKEY_USER_PROFILETableAdapter = Nothing
Me.TableAdapterManager.TBHOTKEY_WINDOW_HOOKTableAdapter = Nothing
Me.TableAdapterManager.UpdateOrder = Global_Indexer.MyDatasetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete
'
'TBHOTKEY_PATTERNSTableAdapter
'
Me.TBHOTKEY_PATTERNSTableAdapter.ClearBeforeFill = True
'
'TBHOTKEY_PATTERNSBindingSource
'
Me.TBHOTKEY_PATTERNSBindingSource.DataMember = "TBHOTKEY_PATTERNS"
Me.TBHOTKEY_PATTERNSBindingSource.DataSource = Me.MyDataset
'
'OFDWindreamsuche
'
Me.OFDWindreamsuche.Filter = "windream-Suche|*.wdf|Alle Dateien|*.*"
Me.OFDWindreamsuche.RestoreDirectory = True
Me.OFDWindreamsuche.Title = "windream-Suche wählen"
'
'TabControl1
'
Me.TabControl1.Controls.Add(Me.TabPageUebersicht)
Me.TabControl1.Controls.Add(Me.TabPage_Designer)
Me.TabControl1.Controls.Add(Me.TabPageTest)
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(972, 613)
Me.TabControl1.TabIndex = 17
'
'TabPageUebersicht
'
Me.TabPageUebersicht.AutoScroll = True
Me.TabPageUebersicht.Controls.Add(Me.GroupBoxPatterns)
Me.TabPageUebersicht.Controls.Add(Me.TabControl2)
Me.TabPageUebersicht.Controls.Add(Me.btndelete)
Me.TabPageUebersicht.Controls.Add(Me.ListBox_Profiles)
Me.TabPageUebersicht.Controls.Add(Me.Label9)
Me.TabPageUebersicht.Location = New System.Drawing.Point(4, 22)
Me.TabPageUebersicht.Name = "TabPageUebersicht"
Me.TabPageUebersicht.Padding = New System.Windows.Forms.Padding(3)
Me.TabPageUebersicht.Size = New System.Drawing.Size(964, 587)
Me.TabPageUebersicht.TabIndex = 2
Me.TabPageUebersicht.Text = "Übersicht Hot Key-Profile"
Me.TabPageUebersicht.UseVisualStyleBackColor = True
'
'GroupBoxPatterns
'
Me.GroupBoxPatterns.Controls.Add(Label17)
Me.GroupBoxPatterns.Controls.Add(Me.ListBox1)
Me.GroupBoxPatterns.Controls.Add(Label15)
Me.GroupBoxPatterns.Controls.Add(Me.TabControl3)
Me.GroupBoxPatterns.Controls.Add(Me.ListBoxPatterns)
Me.GroupBoxPatterns.Location = New System.Drawing.Point(8, 283)
Me.GroupBoxPatterns.Name = "GroupBoxPatterns"
Me.GroupBoxPatterns.Size = New System.Drawing.Size(920, 298)
Me.GroupBoxPatterns.TabIndex = 37
Me.GroupBoxPatterns.TabStop = False
Me.GroupBoxPatterns.Text = "Suchpatterns und Control-Matches:"
'
'ListBox1
'
Me.ListBox1.DataSource = Me.TBHOTKEY_WINDOW_HOOKBindingSource
Me.ListBox1.DisplayMember = "CONTROL_VALUE"
Me.ListBox1.FormattingEnabled = True
Me.ListBox1.Location = New System.Drawing.Point(9, 174)
Me.ListBox1.Name = "ListBox1"
Me.ListBox1.Size = New System.Drawing.Size(246, 108)
Me.ListBox1.TabIndex = 8
Me.ListBox1.ValueMember = "GUID"
'
'TBHOTKEY_WINDOW_HOOKBindingSource
'
Me.TBHOTKEY_WINDOW_HOOKBindingSource.DataMember = "TBHOTKEY_WINDOW_HOOK"
Me.TBHOTKEY_WINDOW_HOOKBindingSource.DataSource = Me.MyDataset
'
'TabControl3
'
Me.TabControl3.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.TabControl3.Controls.Add(Me.TabPage6)
Me.TabControl3.Controls.Add(Me.TabPage4)
Me.TabControl3.Controls.Add(Me.TabPage5)
Me.TabControl3.Location = New System.Drawing.Point(261, 21)
Me.TabControl3.Name = "TabControl3"
Me.TabControl3.SelectedIndex = 0
Me.TabControl3.Size = New System.Drawing.Size(639, 271)
Me.TabControl3.TabIndex = 1
'
'TabPage6
'
Me.TabPage6.Controls.Add(Me.lblSavePAttern)
Me.TabPage6.Controls.Add(ADDED_WHOLabel1)
Me.TabPage6.Controls.Add(Me.ADDED_WHOTextBox1)
Me.TabPage6.Controls.Add(CHANGED_WHOLabel2)
Me.TabPage6.Controls.Add(Me.CHANGED_WHOTextBox2)
Me.TabPage6.Controls.Add(CHANGED_WHENLabel2)
Me.TabPage6.Controls.Add(Me.CHANGED_WHENTextBox2)
Me.TabPage6.Controls.Add(Me.ADDED_WHENTextBox1)
Me.TabPage6.Controls.Add(ADDED_WHENLabel1)
Me.TabPage6.Controls.Add(PATTERN_WDSEARCHLabel)
Me.TabPage6.Controls.Add(Me.PATTERN_WDSEARCHTextBox)
Me.TabPage6.Controls.Add(Me.SEQUENCE_NUMBERTextBox)
Me.TabPage6.Controls.Add(Me.Label14)
Me.TabPage6.Controls.Add(SEQUENCE_NUMBERLabel)
Me.TabPage6.Controls.Add(Me.BindingNavigator2)
Me.TabPage6.Controls.Add(GUIDLabel2)
Me.TabPage6.Controls.Add(Me.GUIDTextBox2)
Me.TabPage6.Location = New System.Drawing.Point(4, 22)
Me.TabPage6.Name = "TabPage6"
Me.TabPage6.Padding = New System.Windows.Forms.Padding(3)
Me.TabPage6.Size = New System.Drawing.Size(631, 245)
Me.TabPage6.TabIndex = 2
Me.TabPage6.Text = "Suchpatterns"
Me.TabPage6.UseVisualStyleBackColor = True
'
'lblSavePAttern
'
Me.lblSavePAttern.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.lblSavePAttern.AutoSize = True
Me.lblSavePAttern.BackColor = System.Drawing.Color.Yellow
Me.lblSavePAttern.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblSavePAttern.Location = New System.Drawing.Point(446, 127)
Me.lblSavePAttern.Name = "lblSavePAttern"
Me.lblSavePAttern.Size = New System.Drawing.Size(164, 13)
Me.lblSavePAttern.TabIndex = 89
Me.lblSavePAttern.Text = "Daten erfolgreich gespeichert!"
Me.lblSavePAttern.Visible = False
'
'ADDED_WHOTextBox1
'
Me.ADDED_WHOTextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBHOTKEY_PATTERNSBindingSource, "ADDED_WHO", True))
Me.ADDED_WHOTextBox1.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.ADDED_WHOTextBox1.Location = New System.Drawing.Point(67, 164)
Me.ADDED_WHOTextBox1.Name = "ADDED_WHOTextBox1"
Me.ADDED_WHOTextBox1.ReadOnly = True
Me.ADDED_WHOTextBox1.Size = New System.Drawing.Size(126, 22)
Me.ADDED_WHOTextBox1.TabIndex = 88
Me.ADDED_WHOTextBox1.TabStop = False
'
'CHANGED_WHOTextBox2
'
Me.CHANGED_WHOTextBox2.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBHOTKEY_PATTERNSBindingSource, "CHANGED_WHO", True))
Me.CHANGED_WHOTextBox2.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.CHANGED_WHOTextBox2.Location = New System.Drawing.Point(227, 164)
Me.CHANGED_WHOTextBox2.Name = "CHANGED_WHOTextBox2"
Me.CHANGED_WHOTextBox2.ReadOnly = True
Me.CHANGED_WHOTextBox2.Size = New System.Drawing.Size(141, 22)
Me.CHANGED_WHOTextBox2.TabIndex = 87
Me.CHANGED_WHOTextBox2.TabStop = False
'
'CHANGED_WHENTextBox2
'
Me.CHANGED_WHENTextBox2.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBHOTKEY_PATTERNSBindingSource, "CHANGED_WHEN", True))
Me.CHANGED_WHENTextBox2.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.CHANGED_WHENTextBox2.Location = New System.Drawing.Point(227, 124)
Me.CHANGED_WHENTextBox2.Name = "CHANGED_WHENTextBox2"
Me.CHANGED_WHENTextBox2.ReadOnly = True
Me.CHANGED_WHENTextBox2.Size = New System.Drawing.Size(141, 22)
Me.CHANGED_WHENTextBox2.TabIndex = 86
Me.CHANGED_WHENTextBox2.TabStop = False
'
'ADDED_WHENTextBox1
'
Me.ADDED_WHENTextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBHOTKEY_PATTERNSBindingSource, "ADDED_WHEN", True))
Me.ADDED_WHENTextBox1.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.ADDED_WHENTextBox1.Location = New System.Drawing.Point(67, 124)
Me.ADDED_WHENTextBox1.Name = "ADDED_WHENTextBox1"
Me.ADDED_WHENTextBox1.ReadOnly = True
Me.ADDED_WHENTextBox1.Size = New System.Drawing.Size(126, 22)
Me.ADDED_WHENTextBox1.TabIndex = 5
Me.ADDED_WHENTextBox1.TabStop = False
'
'PATTERN_WDSEARCHTextBox
'
Me.PATTERN_WDSEARCHTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBHOTKEY_PATTERNSBindingSource, "PATTERN_WDSEARCH", True))
Me.PATTERN_WDSEARCHTextBox.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.PATTERN_WDSEARCHTextBox.Location = New System.Drawing.Point(227, 83)
Me.PATTERN_WDSEARCHTextBox.Name = "PATTERN_WDSEARCHTextBox"
Me.PATTERN_WDSEARCHTextBox.Size = New System.Drawing.Size(195, 22)
Me.PATTERN_WDSEARCHTextBox.TabIndex = 84
'
'SEQUENCE_NUMBERTextBox
'
Me.SEQUENCE_NUMBERTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBHOTKEY_PATTERNSBindingSource, "SEQUENCE_NUMBER", True))
Me.SEQUENCE_NUMBERTextBox.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.SEQUENCE_NUMBERTextBox.Location = New System.Drawing.Point(67, 83)
Me.SEQUENCE_NUMBERTextBox.Name = "SEQUENCE_NUMBERTextBox"
Me.SEQUENCE_NUMBERTextBox.Size = New System.Drawing.Size(67, 22)
Me.SEQUENCE_NUMBERTextBox.TabIndex = 9
'
'Label14
'
Me.Label14.AutoSize = True
Me.Label14.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Label14.Font = New System.Drawing.Font("Segoe UI", 8.25!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label14.Location = New System.Drawing.Point(6, 30)
Me.Label14.Name = "Label14"
Me.Label14.Size = New System.Drawing.Size(548, 28)
Me.Label14.TabIndex = 83
Me.Label14.Text = "Hier wird die Reihenfolge-Nummer in Abhängigkeit zum Titel des 'MainWindows' gesp" & _
"eichert." & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Während der Laufzeit wird der Suchpattern der windream-Suche dann mit " & _
"dem gelesenen Wert ersetzt."
'
'BindingNavigator2
'
Me.BindingNavigator2.AddNewItem = Nothing
Me.BindingNavigator2.BindingSource = Me.TBHOTKEY_PATTERNSBindingSource
Me.BindingNavigator2.CountItem = Me.BindingNavigatorCountItem1
Me.BindingNavigator2.DeleteItem = Me.BindingNavigatorDeleteItem1
Me.BindingNavigator2.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BindingNavigatorMoveFirstItem1, Me.BindingNavigatorMovePreviousItem1, Me.BindingNavigatorSeparator3, Me.BindingNavigatorPositionItem1, Me.BindingNavigatorCountItem1, Me.BindingNavigatorSeparator4, Me.BindingNavigatorMoveNextItem1, Me.BindingNavigatorMoveLastItem1, Me.BindingNavigatorSeparator5, Me.BindingNavigatorDeleteItem1, Me.tsbtnsave_pattern})
Me.BindingNavigator2.Location = New System.Drawing.Point(3, 3)
Me.BindingNavigator2.MoveFirstItem = Me.BindingNavigatorMoveFirstItem1
Me.BindingNavigator2.MoveLastItem = Me.BindingNavigatorMoveLastItem1
Me.BindingNavigator2.MoveNextItem = Me.BindingNavigatorMoveNextItem1
Me.BindingNavigator2.MovePreviousItem = Me.BindingNavigatorMovePreviousItem1
Me.BindingNavigator2.Name = "BindingNavigator2"
Me.BindingNavigator2.PositionItem = Me.BindingNavigatorPositionItem1
Me.BindingNavigator2.Size = New System.Drawing.Size(625, 25)
Me.BindingNavigator2.TabIndex = 0
Me.BindingNavigator2.Text = "BindingNavigator2"
'
'BindingNavigatorCountItem1
'
Me.BindingNavigatorCountItem1.Name = "BindingNavigatorCountItem1"
Me.BindingNavigatorCountItem1.Size = New System.Drawing.Size(44, 22)
Me.BindingNavigatorCountItem1.Text = "von {0}"
Me.BindingNavigatorCountItem1.ToolTipText = "Die Gesamtanzahl der Elemente."
'
'BindingNavigatorDeleteItem1
'
Me.BindingNavigatorDeleteItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.BindingNavigatorDeleteItem1.Image = CType(resources.GetObject("BindingNavigatorDeleteItem1.Image"), System.Drawing.Image)
Me.BindingNavigatorDeleteItem1.Name = "BindingNavigatorDeleteItem1"
Me.BindingNavigatorDeleteItem1.RightToLeftAutoMirrorImage = True
Me.BindingNavigatorDeleteItem1.Size = New System.Drawing.Size(23, 22)
Me.BindingNavigatorDeleteItem1.Text = "Löschen"
'
'BindingNavigatorMoveFirstItem1
'
Me.BindingNavigatorMoveFirstItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.BindingNavigatorMoveFirstItem1.Image = CType(resources.GetObject("BindingNavigatorMoveFirstItem1.Image"), System.Drawing.Image)
Me.BindingNavigatorMoveFirstItem1.Name = "BindingNavigatorMoveFirstItem1"
Me.BindingNavigatorMoveFirstItem1.RightToLeftAutoMirrorImage = True
Me.BindingNavigatorMoveFirstItem1.Size = New System.Drawing.Size(23, 22)
Me.BindingNavigatorMoveFirstItem1.Text = "Erste verschieben"
'
'BindingNavigatorMovePreviousItem1
'
Me.BindingNavigatorMovePreviousItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.BindingNavigatorMovePreviousItem1.Image = CType(resources.GetObject("BindingNavigatorMovePreviousItem1.Image"), System.Drawing.Image)
Me.BindingNavigatorMovePreviousItem1.Name = "BindingNavigatorMovePreviousItem1"
Me.BindingNavigatorMovePreviousItem1.RightToLeftAutoMirrorImage = True
Me.BindingNavigatorMovePreviousItem1.Size = New System.Drawing.Size(23, 22)
Me.BindingNavigatorMovePreviousItem1.Text = "Vorherige verschieben"
'
'BindingNavigatorSeparator3
'
Me.BindingNavigatorSeparator3.Name = "BindingNavigatorSeparator3"
Me.BindingNavigatorSeparator3.Size = New System.Drawing.Size(6, 25)
'
'BindingNavigatorPositionItem1
'
Me.BindingNavigatorPositionItem1.AccessibleName = "Position"
Me.BindingNavigatorPositionItem1.AutoSize = False
Me.BindingNavigatorPositionItem1.Name = "BindingNavigatorPositionItem1"
Me.BindingNavigatorPositionItem1.Size = New System.Drawing.Size(50, 23)
Me.BindingNavigatorPositionItem1.Text = "0"
Me.BindingNavigatorPositionItem1.ToolTipText = "Aktuelle Position"
'
'BindingNavigatorSeparator4
'
Me.BindingNavigatorSeparator4.Name = "BindingNavigatorSeparator4"
Me.BindingNavigatorSeparator4.Size = New System.Drawing.Size(6, 25)
'
'BindingNavigatorMoveNextItem1
'
Me.BindingNavigatorMoveNextItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.BindingNavigatorMoveNextItem1.Image = CType(resources.GetObject("BindingNavigatorMoveNextItem1.Image"), System.Drawing.Image)
Me.BindingNavigatorMoveNextItem1.Name = "BindingNavigatorMoveNextItem1"
Me.BindingNavigatorMoveNextItem1.RightToLeftAutoMirrorImage = True
Me.BindingNavigatorMoveNextItem1.Size = New System.Drawing.Size(23, 22)
Me.BindingNavigatorMoveNextItem1.Text = "Nächste verschieben"
'
'BindingNavigatorMoveLastItem1
'
Me.BindingNavigatorMoveLastItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.BindingNavigatorMoveLastItem1.Image = CType(resources.GetObject("BindingNavigatorMoveLastItem1.Image"), System.Drawing.Image)
Me.BindingNavigatorMoveLastItem1.Name = "BindingNavigatorMoveLastItem1"
Me.BindingNavigatorMoveLastItem1.RightToLeftAutoMirrorImage = True
Me.BindingNavigatorMoveLastItem1.Size = New System.Drawing.Size(23, 22)
Me.BindingNavigatorMoveLastItem1.Text = "Letzte verschieben"
'
'BindingNavigatorSeparator5
'
Me.BindingNavigatorSeparator5.Name = "BindingNavigatorSeparator5"
Me.BindingNavigatorSeparator5.Size = New System.Drawing.Size(6, 25)
'
'tsbtnsave_pattern
'
Me.tsbtnsave_pattern.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.tsbtnsave_pattern.Image = Global.Global_Indexer.My.Resources.Resources.save_16xLG
Me.tsbtnsave_pattern.ImageTransparentColor = System.Drawing.Color.Magenta
Me.tsbtnsave_pattern.Name = "tsbtnsave_pattern"
Me.tsbtnsave_pattern.Size = New System.Drawing.Size(23, 22)
Me.tsbtnsave_pattern.Text = "ToolStripButton2"
'
'GUIDTextBox2
'
Me.GUIDTextBox2.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBHOTKEY_PATTERNSBindingSource, "GUID", True))
Me.GUIDTextBox2.Font = New System.Drawing.Font("Segoe UI", 8.25!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.GUIDTextBox2.Location = New System.Drawing.Point(9, 83)
Me.GUIDTextBox2.Name = "GUIDTextBox2"
Me.GUIDTextBox2.ReadOnly = True
Me.GUIDTextBox2.Size = New System.Drawing.Size(43, 22)
Me.GUIDTextBox2.TabIndex = 7
Me.GUIDTextBox2.TabStop = False
'
'TabPage4
'
Me.TabPage4.AutoScroll = True
Me.TabPage4.Controls.Add(Me.lblHinweisRework1)
Me.TabPage4.Controls.Add(Me.CHANGED_WHENTextBox1)
Me.TabPage4.Controls.Add(Me.Text2Label)
Me.TabPage4.Controls.Add(Me.Text1Label)
Me.TabPage4.Controls.Add(Me.Function2Label)
Me.TabPage4.Controls.Add(Me.Function1Label)
Me.TabPage4.Controls.Add(Me.lblsavePatternsRework)
Me.TabPage4.Controls.Add(CHANGED_WHENLabel1)
Me.TabPage4.Controls.Add(CHANGED_WHOLabel1)
Me.TabPage4.Controls.Add(Me.CHANGED_WHOTextBox1)
Me.TabPage4.Controls.Add(ADDED_WHENLabel)
Me.TabPage4.Controls.Add(Me.ADDED_WHENTextBox)
Me.TabPage4.Controls.Add(ADDED_WHOLabel)
Me.TabPage4.Controls.Add(Me.ADDED_WHOTextBox)
Me.TabPage4.Controls.Add(SEQUENCELabel)
Me.TabPage4.Controls.Add(Me.SEQUENCETextBox)
Me.TabPage4.Controls.Add(Me.TEXT2TextBox)
Me.TabPage4.Controls.Add(Me.TEXT1TextBox)
Me.TabPage4.Controls.Add(Me.FUNCTION2TextBox)
Me.TabPage4.Controls.Add(Me.FUNCTION1TextBox)
Me.TabPage4.Controls.Add(TYPELabel)
Me.TabPage4.Controls.Add(Me.TYPEComboBox)
Me.TabPage4.Controls.Add(GUIDLabel1)
Me.TabPage4.Controls.Add(Me.GUIDTextBox1)
Me.TabPage4.Controls.Add(Me.BindingNavigator1)
Me.TabPage4.Controls.Add(Me.btnRegexTest)
Me.TabPage4.Location = New System.Drawing.Point(4, 22)
Me.TabPage4.Name = "TabPage4"
Me.TabPage4.Padding = New System.Windows.Forms.Padding(3)
Me.TabPage4.Size = New System.Drawing.Size(631, 245)
Me.TabPage4.TabIndex = 0
Me.TabPage4.Text = "Nachbearbeitungs-Schritte für Suchpattern"
Me.TabPage4.UseVisualStyleBackColor = True
'
'lblHinweisRework1
'
Me.lblHinweisRework1.AutoSize = True
Me.lblHinweisRework1.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblHinweisRework1.Location = New System.Drawing.Point(189, 89)
Me.lblHinweisRework1.Name = "lblHinweisRework1"
Me.lblHinweisRework1.Size = New System.Drawing.Size(44, 13)
Me.lblHinweisRework1.TabIndex = 87
Me.lblHinweisRework1.Text = "Label10"
Me.lblHinweisRework1.Visible = False
'
'CHANGED_WHENTextBox1
'
Me.CHANGED_WHENTextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBHOTKEY_PATTERNS_REWORKBindingSource, "CHANGED_WHEN", True))
Me.CHANGED_WHENTextBox1.Location = New System.Drawing.Point(339, 136)
Me.CHANGED_WHENTextBox1.Name = "CHANGED_WHENTextBox1"
Me.CHANGED_WHENTextBox1.ReadOnly = True
Me.CHANGED_WHENTextBox1.Size = New System.Drawing.Size(129, 22)
Me.CHANGED_WHENTextBox1.TabIndex = 86
'
'TBHOTKEY_PATTERNS_REWORKBindingSource
'
Me.TBHOTKEY_PATTERNS_REWORKBindingSource.DataMember = "TBHOTKEY_PATTERNS_REWORK"
Me.TBHOTKEY_PATTERNS_REWORKBindingSource.DataSource = Me.MyDataset
'
'Text2Label
'
Me.Text2Label.AutoSize = True
Me.Text2Label.Location = New System.Drawing.Point(142, 70)
Me.Text2Label.Name = "Text2Label"
Me.Text2Label.Size = New System.Drawing.Size(40, 13)
Me.Text2Label.TabIndex = 85
Me.Text2Label.Text = "Label4"
'
'Text1Label
'
Me.Text1Label.AutoSize = True
Me.Text1Label.Location = New System.Drawing.Point(6, 70)
Me.Text1Label.Name = "Text1Label"
Me.Text1Label.Size = New System.Drawing.Size(40, 13)
Me.Text1Label.TabIndex = 84
Me.Text1Label.Text = "Label4"
'
'Function2Label
'
Me.Function2Label.AutoSize = True
Me.Function2Label.Location = New System.Drawing.Point(306, 28)
Me.Function2Label.Name = "Function2Label"
Me.Function2Label.Size = New System.Drawing.Size(12, 13)
Me.Function2Label.TabIndex = 83
Me.Function2Label.Text = "v"
'
'Function1Label
'
Me.Function1Label.AutoSize = True
Me.Function1Label.Location = New System.Drawing.Point(189, 28)
Me.Function1Label.Name = "Function1Label"
Me.Function1Label.Size = New System.Drawing.Size(12, 13)
Me.Function1Label.TabIndex = 82
Me.Function1Label.Text = "v"
'
'lblsavePatternsRework
'
Me.lblsavePatternsRework.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.lblsavePatternsRework.AutoSize = True
Me.lblsavePatternsRework.BackColor = System.Drawing.Color.Yellow
Me.lblsavePatternsRework.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblsavePatternsRework.Location = New System.Drawing.Point(437, 89)
Me.lblsavePatternsRework.Name = "lblsavePatternsRework"
Me.lblsavePatternsRework.Size = New System.Drawing.Size(164, 13)
Me.lblsavePatternsRework.TabIndex = 81
Me.lblsavePatternsRework.Text = "Daten erfolgreich gespeichert!"
Me.lblsavePatternsRework.Visible = False
'
'CHANGED_WHOTextBox1
'
Me.CHANGED_WHOTextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBHOTKEY_PATTERNS_REWORKBindingSource, "CHANGED_WHO", True))
Me.CHANGED_WHOTextBox1.Location = New System.Drawing.Point(230, 136)
Me.CHANGED_WHOTextBox1.Name = "CHANGED_WHOTextBox1"
Me.CHANGED_WHOTextBox1.ReadOnly = True
Me.CHANGED_WHOTextBox1.Size = New System.Drawing.Size(100, 22)
Me.CHANGED_WHOTextBox1.TabIndex = 20
'
'ADDED_WHENTextBox
'
Me.ADDED_WHENTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBHOTKEY_PATTERNS_REWORKBindingSource, "ADDED_WHEN", True))
Me.ADDED_WHENTextBox.Location = New System.Drawing.Point(118, 136)
Me.ADDED_WHENTextBox.Name = "ADDED_WHENTextBox"
Me.ADDED_WHENTextBox.ReadOnly = True
Me.ADDED_WHENTextBox.Size = New System.Drawing.Size(100, 22)
Me.ADDED_WHENTextBox.TabIndex = 18
'
'ADDED_WHOTextBox
'
Me.ADDED_WHOTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBHOTKEY_PATTERNS_REWORKBindingSource, "ADDED_WHO", True))
Me.ADDED_WHOTextBox.Location = New System.Drawing.Point(9, 136)
Me.ADDED_WHOTextBox.Name = "ADDED_WHOTextBox"
Me.ADDED_WHOTextBox.ReadOnly = True
Me.ADDED_WHOTextBox.Size = New System.Drawing.Size(100, 22)
Me.ADDED_WHOTextBox.TabIndex = 16
'
'SEQUENCETextBox
'
Me.SEQUENCETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBHOTKEY_PATTERNS_REWORKBindingSource, "SEQUENCE", True))
Me.SEQUENCETextBox.Location = New System.Drawing.Point(440, 44)
Me.SEQUENCETextBox.Name = "SEQUENCETextBox"
Me.SEQUENCETextBox.Size = New System.Drawing.Size(46, 22)
Me.SEQUENCETextBox.TabIndex = 14
'
'TEXT2TextBox
'
Me.TEXT2TextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBHOTKEY_PATTERNS_REWORKBindingSource, "TEXT2", True))
Me.TEXT2TextBox.Location = New System.Drawing.Point(145, 86)
Me.TEXT2TextBox.Name = "TEXT2TextBox"
Me.TEXT2TextBox.Size = New System.Drawing.Size(37, 22)
Me.TEXT2TextBox.TabIndex = 12
'
'TEXT1TextBox
'
Me.TEXT1TextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBHOTKEY_PATTERNS_REWORKBindingSource, "TEXT1", True))
Me.TEXT1TextBox.Location = New System.Drawing.Point(9, 86)
Me.TEXT1TextBox.Name = "TEXT1TextBox"
Me.TEXT1TextBox.Size = New System.Drawing.Size(55, 22)
Me.TEXT1TextBox.TabIndex = 10
'
'FUNCTION2TextBox
'
Me.FUNCTION2TextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBHOTKEY_PATTERNS_REWORKBindingSource, "FUNCTION2", True))
Me.FUNCTION2TextBox.Location = New System.Drawing.Point(309, 44)
Me.FUNCTION2TextBox.Name = "FUNCTION2TextBox"
Me.FUNCTION2TextBox.Size = New System.Drawing.Size(67, 22)
Me.FUNCTION2TextBox.TabIndex = 8
'
'FUNCTION1TextBox
'
Me.FUNCTION1TextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBHOTKEY_PATTERNS_REWORKBindingSource, "FUNCTION1", True))
Me.FUNCTION1TextBox.Location = New System.Drawing.Point(192, 44)
Me.FUNCTION1TextBox.Name = "FUNCTION1TextBox"
Me.FUNCTION1TextBox.Size = New System.Drawing.Size(111, 22)
Me.FUNCTION1TextBox.TabIndex = 6
'
'TYPEComboBox
'
Me.TYPEComboBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBHOTKEY_PATTERNS_REWORKBindingSource, "TYPE", True))
Me.TYPEComboBox.FormattingEnabled = True
Me.TYPEComboBox.Items.AddRange(New Object() {"VBREPLACE", "VBSPLIT", "Regular Expression"})
Me.TYPEComboBox.Location = New System.Drawing.Point(52, 44)
Me.TYPEComboBox.Name = "TYPEComboBox"
Me.TYPEComboBox.Size = New System.Drawing.Size(130, 21)
Me.TYPEComboBox.TabIndex = 4
'
'GUIDTextBox1
'
Me.GUIDTextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBHOTKEY_PATTERNS_REWORKBindingSource, "GUID", True))
Me.GUIDTextBox1.Location = New System.Drawing.Point(9, 44)
Me.GUIDTextBox1.Name = "GUIDTextBox1"
Me.GUIDTextBox1.ReadOnly = True
Me.GUIDTextBox1.Size = New System.Drawing.Size(34, 22)
Me.GUIDTextBox1.TabIndex = 2
'
'BindingNavigator1
'
Me.BindingNavigator1.AddNewItem = Me.BindingNavigatorAddNewItem
Me.BindingNavigator1.BindingSource = Me.TBHOTKEY_PATTERNS_REWORKBindingSource
Me.BindingNavigator1.CountItem = Me.BindingNavigatorCountItem
Me.BindingNavigator1.DeleteItem = Me.BindingNavigatorDeleteItem
Me.BindingNavigator1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BindingNavigatorMoveFirstItem, Me.BindingNavigatorMovePreviousItem, Me.BindingNavigatorSeparator, Me.BindingNavigatorPositionItem, Me.BindingNavigatorCountItem, Me.BindingNavigatorSeparator1, Me.BindingNavigatorMoveNextItem, Me.BindingNavigatorMoveLastItem, Me.BindingNavigatorSeparator2, Me.BindingNavigatorAddNewItem, Me.BindingNavigatorDeleteItem, Me.ToolStripButton1})
Me.BindingNavigator1.Location = New System.Drawing.Point(3, 3)
Me.BindingNavigator1.MoveFirstItem = Me.BindingNavigatorMoveFirstItem
Me.BindingNavigator1.MoveLastItem = Me.BindingNavigatorMoveLastItem
Me.BindingNavigator1.MoveNextItem = Me.BindingNavigatorMoveNextItem
Me.BindingNavigator1.MovePreviousItem = Me.BindingNavigatorMovePreviousItem
Me.BindingNavigator1.Name = "BindingNavigator1"
Me.BindingNavigator1.PositionItem = Me.BindingNavigatorPositionItem
Me.BindingNavigator1.Size = New System.Drawing.Size(625, 25)
Me.BindingNavigator1.TabIndex = 0
Me.BindingNavigator1.Text = "BindingNavigator1"
'
'BindingNavigatorAddNewItem
'
Me.BindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.BindingNavigatorAddNewItem.Image = CType(resources.GetObject("BindingNavigatorAddNewItem.Image"), System.Drawing.Image)
Me.BindingNavigatorAddNewItem.Name = "BindingNavigatorAddNewItem"
Me.BindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = True
Me.BindingNavigatorAddNewItem.Size = New System.Drawing.Size(23, 22)
Me.BindingNavigatorAddNewItem.Text = "Neu hinzufügen"
'
'BindingNavigatorCountItem
'
Me.BindingNavigatorCountItem.Name = "BindingNavigatorCountItem"
Me.BindingNavigatorCountItem.Size = New System.Drawing.Size(44, 22)
Me.BindingNavigatorCountItem.Text = "von {0}"
Me.BindingNavigatorCountItem.ToolTipText = "Die Gesamtanzahl der Elemente."
'
'BindingNavigatorDeleteItem
'
Me.BindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.BindingNavigatorDeleteItem.Image = CType(resources.GetObject("BindingNavigatorDeleteItem.Image"), System.Drawing.Image)
Me.BindingNavigatorDeleteItem.Name = "BindingNavigatorDeleteItem"
Me.BindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = True
Me.BindingNavigatorDeleteItem.Size = New System.Drawing.Size(23, 22)
Me.BindingNavigatorDeleteItem.Text = "Löschen"
'
'BindingNavigatorMoveFirstItem
'
Me.BindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.BindingNavigatorMoveFirstItem.Image = CType(resources.GetObject("BindingNavigatorMoveFirstItem.Image"), System.Drawing.Image)
Me.BindingNavigatorMoveFirstItem.Name = "BindingNavigatorMoveFirstItem"
Me.BindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = True
Me.BindingNavigatorMoveFirstItem.Size = New System.Drawing.Size(23, 22)
Me.BindingNavigatorMoveFirstItem.Text = "Erste verschieben"
'
'BindingNavigatorMovePreviousItem
'
Me.BindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.BindingNavigatorMovePreviousItem.Image = CType(resources.GetObject("BindingNavigatorMovePreviousItem.Image"), System.Drawing.Image)
Me.BindingNavigatorMovePreviousItem.Name = "BindingNavigatorMovePreviousItem"
Me.BindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = True
Me.BindingNavigatorMovePreviousItem.Size = New System.Drawing.Size(23, 22)
Me.BindingNavigatorMovePreviousItem.Text = "Vorherige verschieben"
'
'BindingNavigatorSeparator
'
Me.BindingNavigatorSeparator.Name = "BindingNavigatorSeparator"
Me.BindingNavigatorSeparator.Size = New System.Drawing.Size(6, 25)
'
'BindingNavigatorPositionItem
'
Me.BindingNavigatorPositionItem.AccessibleName = "Position"
Me.BindingNavigatorPositionItem.AutoSize = False
Me.BindingNavigatorPositionItem.Name = "BindingNavigatorPositionItem"
Me.BindingNavigatorPositionItem.Size = New System.Drawing.Size(50, 23)
Me.BindingNavigatorPositionItem.Text = "0"
Me.BindingNavigatorPositionItem.ToolTipText = "Aktuelle Position"
'
'BindingNavigatorSeparator1
'
Me.BindingNavigatorSeparator1.Name = "BindingNavigatorSeparator1"
Me.BindingNavigatorSeparator1.Size = New System.Drawing.Size(6, 25)
'
'BindingNavigatorMoveNextItem
'
Me.BindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.BindingNavigatorMoveNextItem.Image = CType(resources.GetObject("BindingNavigatorMoveNextItem.Image"), System.Drawing.Image)
Me.BindingNavigatorMoveNextItem.Name = "BindingNavigatorMoveNextItem"
Me.BindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = True
Me.BindingNavigatorMoveNextItem.Size = New System.Drawing.Size(23, 22)
Me.BindingNavigatorMoveNextItem.Text = "Nächste verschieben"
'
'BindingNavigatorMoveLastItem
'
Me.BindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.BindingNavigatorMoveLastItem.Image = CType(resources.GetObject("BindingNavigatorMoveLastItem.Image"), System.Drawing.Image)
Me.BindingNavigatorMoveLastItem.Name = "BindingNavigatorMoveLastItem"
Me.BindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = True
Me.BindingNavigatorMoveLastItem.Size = New System.Drawing.Size(23, 22)
Me.BindingNavigatorMoveLastItem.Text = "Letzte verschieben"
'
'BindingNavigatorSeparator2
'
Me.BindingNavigatorSeparator2.Name = "BindingNavigatorSeparator2"
Me.BindingNavigatorSeparator2.Size = New System.Drawing.Size(6, 25)
'
'ToolStripButton1
'
Me.ToolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.ToolStripButton1.Image = Global.Global_Indexer.My.Resources.Resources.save_16xLG
Me.ToolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta
Me.ToolStripButton1.Name = "ToolStripButton1"
Me.ToolStripButton1.Size = New System.Drawing.Size(23, 22)
Me.ToolStripButton1.Text = "Speichern"
'
'btnRegexTest
'
Me.btnRegexTest.Image = Global.Global_Indexer.My.Resources.Resources.bell_go
Me.btnRegexTest.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnRegexTest.Location = New System.Drawing.Point(338, 42)
Me.btnRegexTest.Name = "btnRegexTest"
Me.btnRegexTest.Size = New System.Drawing.Size(96, 23)
Me.btnRegexTest.TabIndex = 88
Me.btnRegexTest.Text = "Teste RegEx"
Me.btnRegexTest.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.btnRegexTest.UseVisualStyleBackColor = True
Me.btnRegexTest.Visible = False
'
'TabPage5
'
Me.TabPage5.Controls.Add(ADDED_WHENLabel2)
Me.TabPage5.Controls.Add(Me.ADDED_WHENTextBox2)
Me.TabPage5.Controls.Add(ADDED_WHOLabel2)
Me.TabPage5.Controls.Add(Me.ADDED_WHOTextBox2)
Me.TabPage5.Controls.Add(CONTROL_VALUELabel)
Me.TabPage5.Controls.Add(Me.CONTROL_VALUETextBox)
Me.TabPage5.Controls.Add(SEQUENCE_NUMBERLabel1)
Me.TabPage5.Controls.Add(Me.SEQUENCE_NUMBERTextBox1)
Me.TabPage5.Controls.Add(GUIDLabel3)
Me.TabPage5.Controls.Add(Me.GUIDTextBox3)
Me.TabPage5.Controls.Add(Me.Label16)
Me.TabPage5.Controls.Add(Me.BindingNavigator3)
Me.TabPage5.Location = New System.Drawing.Point(4, 22)
Me.TabPage5.Name = "TabPage5"
Me.TabPage5.Padding = New System.Windows.Forms.Padding(3)
Me.TabPage5.Size = New System.Drawing.Size(631, 245)
Me.TabPage5.TabIndex = 1
Me.TabPage5.Text = "Control-Match für Window"
Me.TabPage5.UseVisualStyleBackColor = True
'
'ADDED_WHENTextBox2
'
Me.ADDED_WHENTextBox2.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBHOTKEY_WINDOW_HOOKBindingSource, "ADDED_WHEN", True))
Me.ADDED_WHENTextBox2.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.ADDED_WHENTextBox2.Location = New System.Drawing.Point(212, 131)
Me.ADDED_WHENTextBox2.Name = "ADDED_WHENTextBox2"
Me.ADDED_WHENTextBox2.ReadOnly = True
Me.ADDED_WHENTextBox2.Size = New System.Drawing.Size(152, 22)
Me.ADDED_WHENTextBox2.TabIndex = 91
Me.ADDED_WHENTextBox2.TabStop = False
'
'ADDED_WHOTextBox2
'
Me.ADDED_WHOTextBox2.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBHOTKEY_WINDOW_HOOKBindingSource, "ADDED_WHO", True))
Me.ADDED_WHOTextBox2.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.ADDED_WHOTextBox2.Location = New System.Drawing.Point(67, 131)
Me.ADDED_WHOTextBox2.Name = "ADDED_WHOTextBox2"
Me.ADDED_WHOTextBox2.ReadOnly = True
Me.ADDED_WHOTextBox2.Size = New System.Drawing.Size(136, 22)
Me.ADDED_WHOTextBox2.TabIndex = 90
Me.ADDED_WHOTextBox2.TabStop = False
'
'CONTROL_VALUETextBox
'
Me.CONTROL_VALUETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBHOTKEY_WINDOW_HOOKBindingSource, "CONTROL_VALUE", True))
Me.CONTROL_VALUETextBox.Location = New System.Drawing.Point(212, 90)
Me.CONTROL_VALUETextBox.Name = "CONTROL_VALUETextBox"
Me.CONTROL_VALUETextBox.Size = New System.Drawing.Size(346, 22)
Me.CONTROL_VALUETextBox.TabIndex = 89
'
'SEQUENCE_NUMBERTextBox1
'
Me.SEQUENCE_NUMBERTextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBHOTKEY_WINDOW_HOOKBindingSource, "SEQUENCE_NUMBER", True))
Me.SEQUENCE_NUMBERTextBox1.Location = New System.Drawing.Point(67, 90)
Me.SEQUENCE_NUMBERTextBox1.Name = "SEQUENCE_NUMBERTextBox1"
Me.SEQUENCE_NUMBERTextBox1.Size = New System.Drawing.Size(46, 22)
Me.SEQUENCE_NUMBERTextBox1.TabIndex = 88
'
'GUIDTextBox3
'
Me.GUIDTextBox3.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBHOTKEY_WINDOW_HOOKBindingSource, "GUID", True))
Me.GUIDTextBox3.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.GUIDTextBox3.Location = New System.Drawing.Point(9, 90)
Me.GUIDTextBox3.Name = "GUIDTextBox3"
Me.GUIDTextBox3.ReadOnly = True
Me.GUIDTextBox3.Size = New System.Drawing.Size(49, 22)
Me.GUIDTextBox3.TabIndex = 87
Me.GUIDTextBox3.TabStop = False
'
'Label16
'
Me.Label16.AutoSize = True
Me.Label16.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Label16.Font = New System.Drawing.Font("Segoe UI", 8.25!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label16.Location = New System.Drawing.Point(9, 37)
Me.Label16.Name = "Label16"
Me.Label16.Size = New System.Drawing.Size(550, 28)
Me.Label16.TabIndex = 86
Me.Label16.Text = "Bei Nicht-Eindeutigkeit des MainWindow-Namens und der Control-Sequence/-Reihenfol" & _
"ge muss " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "zusätzlich eine Abhängigkeit zwischen dem Control-Inhalt und dem Windo" & _
"wnamen geschaffen werden."
'
'BindingNavigator3
'
Me.BindingNavigator3.AddNewItem = Nothing
Me.BindingNavigator3.BindingSource = Me.TBHOTKEY_WINDOW_HOOKBindingSource
Me.BindingNavigator3.CountItem = Me.ToolStripLabel1
Me.BindingNavigator3.CountItemFormat = "von {0} Control-Matches"
Me.BindingNavigator3.DeleteItem = Me.ToolStripButton2
Me.BindingNavigator3.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripButton3, Me.ToolStripButton4, Me.ToolStripSeparator1, Me.ToolStripTextBox1, Me.ToolStripLabel1, Me.ToolStripSeparator2, Me.ToolStripButton5, Me.ToolStripButton6, Me.ToolStripSeparator3, Me.ToolStripButton2})
Me.BindingNavigator3.Location = New System.Drawing.Point(3, 3)
Me.BindingNavigator3.MoveFirstItem = Me.ToolStripButton3
Me.BindingNavigator3.MoveLastItem = Me.ToolStripButton6
Me.BindingNavigator3.MoveNextItem = Me.ToolStripButton5
Me.BindingNavigator3.MovePreviousItem = Me.ToolStripButton4
Me.BindingNavigator3.Name = "BindingNavigator3"
Me.BindingNavigator3.PositionItem = Me.ToolStripTextBox1
Me.BindingNavigator3.Size = New System.Drawing.Size(625, 25)
Me.BindingNavigator3.TabIndex = 1
Me.BindingNavigator3.Text = "BindingNavigator3"
'
'ToolStripLabel1
'
Me.ToolStripLabel1.Name = "ToolStripLabel1"
Me.ToolStripLabel1.Size = New System.Drawing.Size(137, 22)
Me.ToolStripLabel1.Text = "von {0} Control-Matches"
Me.ToolStripLabel1.ToolTipText = "Die Gesamtanzahl der Elemente."
'
'ToolStripButton2
'
Me.ToolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.ToolStripButton2.Image = CType(resources.GetObject("ToolStripButton2.Image"), System.Drawing.Image)
Me.ToolStripButton2.Name = "ToolStripButton2"
Me.ToolStripButton2.RightToLeftAutoMirrorImage = True
Me.ToolStripButton2.Size = New System.Drawing.Size(23, 22)
Me.ToolStripButton2.Text = "Löschen"
'
'ToolStripButton3
'
Me.ToolStripButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.ToolStripButton3.Image = CType(resources.GetObject("ToolStripButton3.Image"), System.Drawing.Image)
Me.ToolStripButton3.Name = "ToolStripButton3"
Me.ToolStripButton3.RightToLeftAutoMirrorImage = True
Me.ToolStripButton3.Size = New System.Drawing.Size(23, 22)
Me.ToolStripButton3.Text = "Erste verschieben"
'
'ToolStripButton4
'
Me.ToolStripButton4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.ToolStripButton4.Image = CType(resources.GetObject("ToolStripButton4.Image"), System.Drawing.Image)
Me.ToolStripButton4.Name = "ToolStripButton4"
Me.ToolStripButton4.RightToLeftAutoMirrorImage = True
Me.ToolStripButton4.Size = New System.Drawing.Size(23, 22)
Me.ToolStripButton4.Text = "Vorherige verschieben"
'
'ToolStripSeparator1
'
Me.ToolStripSeparator1.Name = "ToolStripSeparator1"
Me.ToolStripSeparator1.Size = New System.Drawing.Size(6, 25)
'
'ToolStripTextBox1
'
Me.ToolStripTextBox1.AccessibleName = "Position"
Me.ToolStripTextBox1.AutoSize = False
Me.ToolStripTextBox1.Name = "ToolStripTextBox1"
Me.ToolStripTextBox1.Size = New System.Drawing.Size(50, 23)
Me.ToolStripTextBox1.Text = "0"
Me.ToolStripTextBox1.ToolTipText = "Aktuelle Position"
'
'ToolStripSeparator2
'
Me.ToolStripSeparator2.Name = "ToolStripSeparator2"
Me.ToolStripSeparator2.Size = New System.Drawing.Size(6, 25)
'
'ToolStripButton5
'
Me.ToolStripButton5.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.ToolStripButton5.Image = CType(resources.GetObject("ToolStripButton5.Image"), System.Drawing.Image)
Me.ToolStripButton5.Name = "ToolStripButton5"
Me.ToolStripButton5.RightToLeftAutoMirrorImage = True
Me.ToolStripButton5.Size = New System.Drawing.Size(23, 22)
Me.ToolStripButton5.Text = "Nächste verschieben"
'
'ToolStripButton6
'
Me.ToolStripButton6.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.ToolStripButton6.Image = CType(resources.GetObject("ToolStripButton6.Image"), System.Drawing.Image)
Me.ToolStripButton6.Name = "ToolStripButton6"
Me.ToolStripButton6.RightToLeftAutoMirrorImage = True
Me.ToolStripButton6.Size = New System.Drawing.Size(23, 22)
Me.ToolStripButton6.Text = "Letzte verschieben"
'
'ToolStripSeparator3
'
Me.ToolStripSeparator3.Name = "ToolStripSeparator3"
Me.ToolStripSeparator3.Size = New System.Drawing.Size(6, 25)
'
'ListBoxPatterns
'
Me.ListBoxPatterns.DataSource = Me.TBHOTKEY_PATTERNSBindingSource
Me.ListBoxPatterns.DisplayMember = "PATTERN_WDSEARCH"
Me.ListBoxPatterns.FormattingEnabled = True
Me.ListBoxPatterns.Location = New System.Drawing.Point(9, 37)
Me.ListBoxPatterns.Name = "ListBoxPatterns"
Me.ListBoxPatterns.Size = New System.Drawing.Size(246, 108)
Me.ListBoxPatterns.TabIndex = 0
Me.ListBoxPatterns.ValueMember = "GUID"
'
'TabControl2
'
Me.TabControl2.Controls.Add(Me.TabPage3)
Me.TabControl2.Controls.Add(Me.TabPage1)
Me.TabControl2.Controls.Add(Me.TabPage2)
Me.TabControl2.Location = New System.Drawing.Point(269, 62)
Me.TabControl2.Name = "TabControl2"
Me.TabControl2.SelectedIndex = 0
Me.TabControl2.Size = New System.Drawing.Size(639, 215)
Me.TabControl2.TabIndex = 36
'
'TabPage3
'
Me.TabPage3.AutoScroll = True
Me.TabPage3.Controls.Add(WINDOW_NAMELabel)
Me.TabPage3.Controls.Add(Me.WINDOW_NAMETextBox)
Me.TabPage3.Controls.Add(Me.Button2)
Me.TabPage3.Controls.Add(Me.lblSave)
Me.TabPage3.Controls.Add(Me.btnsave)
Me.TabPage3.Controls.Add(CHANGED_WHENLabel)
Me.TabPage3.Controls.Add(Me.CHANGED_WHENTextBox)
Me.TabPage3.Controls.Add(CHANGED_WHOLabel)
Me.TabPage3.Controls.Add(Me.CHANGED_WHOTextBox)
Me.TabPage3.Controls.Add(HOTKEY2Label)
Me.TabPage3.Controls.Add(Me.HOTKEY2TextBox)
Me.TabPage3.Controls.Add(HOTKEY1Label)
Me.TabPage3.Controls.Add(Me.HOTKEY1ComboBox)
Me.TabPage3.Controls.Add(WD_SEARCHLabel)
Me.TabPage3.Controls.Add(Me.WD_SEARCHTextBox)
Me.TabPage3.Controls.Add(NAMELabel)
Me.TabPage3.Controls.Add(Me.NAMETextBox)
Me.TabPage3.Controls.Add(GUIDLabel)
Me.TabPage3.Controls.Add(Me.GUIDTextBox)
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(631, 189)
Me.TabPage3.TabIndex = 2
Me.TabPage3.Text = "Eigenschaften Hotkey-Profil:"
Me.TabPage3.UseVisualStyleBackColor = True
'
'WINDOW_NAMETextBox
'
Me.WINDOW_NAMETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBHOTKEY_PROFILEBindingSource, "WINDOW_NAME", True))
Me.WINDOW_NAMETextBox.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.WINDOW_NAMETextBox.ForeColor = System.Drawing.Color.Firebrick
Me.WINDOW_NAMETextBox.Location = New System.Drawing.Point(9, 110)
Me.WINDOW_NAMETextBox.Name = "WINDOW_NAMETextBox"
Me.WINDOW_NAMETextBox.Size = New System.Drawing.Size(431, 24)
Me.WINDOW_NAMETextBox.TabIndex = 82
Me.WINDOW_NAMETextBox.TabStop = False
'
'Button2
'
Me.Button2.Location = New System.Drawing.Point(479, 67)
Me.Button2.Name = "Button2"
Me.Button2.Size = New System.Drawing.Size(31, 23)
Me.Button2.TabIndex = 81
Me.Button2.Text = "..."
Me.Button2.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(446, 114)
Me.lblSave.Name = "lblSave"
Me.lblSave.Size = New System.Drawing.Size(164, 13)
Me.lblSave.TabIndex = 80
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(525, 12)
Me.btnsave.Name = "btnsave"
Me.btnsave.Size = New System.Drawing.Size(85, 38)
Me.btnsave.TabIndex = 21
Me.btnsave.Text = "Speichern"
Me.btnsave.TextAlign = System.Drawing.ContentAlignment.TopCenter
Me.btnsave.UseVisualStyleBackColor = True
'
'CHANGED_WHENTextBox
'
Me.CHANGED_WHENTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBHOTKEY_PROFILEBindingSource, "CHANGED_WHEN", True))
Me.CHANGED_WHENTextBox.Location = New System.Drawing.Point(313, 156)
Me.CHANGED_WHENTextBox.Name = "CHANGED_WHENTextBox"
Me.CHANGED_WHENTextBox.ReadOnly = True
Me.CHANGED_WHENTextBox.Size = New System.Drawing.Size(158, 22)
Me.CHANGED_WHENTextBox.TabIndex = 13
'
'CHANGED_WHOTextBox
'
Me.CHANGED_WHOTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBHOTKEY_PROFILEBindingSource, "CHANGED_WHO", True))
Me.CHANGED_WHOTextBox.Location = New System.Drawing.Point(174, 156)
Me.CHANGED_WHOTextBox.Name = "CHANGED_WHOTextBox"
Me.CHANGED_WHOTextBox.ReadOnly = True
Me.CHANGED_WHOTextBox.Size = New System.Drawing.Size(130, 22)
Me.CHANGED_WHOTextBox.TabIndex = 11
'
'HOTKEY2TextBox
'
Me.HOTKEY2TextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBHOTKEY_PROFILEBindingSource, "HOTKEY2", True))
Me.HOTKEY2TextBox.Location = New System.Drawing.Point(102, 156)
Me.HOTKEY2TextBox.Name = "HOTKEY2TextBox"
Me.HOTKEY2TextBox.Size = New System.Drawing.Size(52, 22)
Me.HOTKEY2TextBox.TabIndex = 9
'
'HOTKEY1ComboBox
'
Me.HOTKEY1ComboBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBHOTKEY_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, 156)
Me.HOTKEY1ComboBox.Name = "HOTKEY1ComboBox"
Me.HOTKEY1ComboBox.Size = New System.Drawing.Size(77, 21)
Me.HOTKEY1ComboBox.TabIndex = 7
'
'WD_SEARCHTextBox
'
Me.WD_SEARCHTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBHOTKEY_PROFILEBindingSource, "WD_SEARCH", True))
Me.WD_SEARCHTextBox.Location = New System.Drawing.Point(9, 69)
Me.WD_SEARCHTextBox.Name = "WD_SEARCHTextBox"
Me.WD_SEARCHTextBox.Size = New System.Drawing.Size(462, 22)
Me.WD_SEARCHTextBox.TabIndex = 5
'
'NAMETextBox
'
Me.NAMETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBHOTKEY_PROFILEBindingSource, "NAME", True))
Me.NAMETextBox.Location = New System.Drawing.Point(67, 28)
Me.NAMETextBox.Name = "NAMETextBox"
Me.NAMETextBox.Size = New System.Drawing.Size(404, 22)
Me.NAMETextBox.TabIndex = 3
'
'GUIDTextBox
'
Me.GUIDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBHOTKEY_PROFILEBindingSource, "GUID", True))
Me.GUIDTextBox.Location = New System.Drawing.Point(9, 28)
Me.GUIDTextBox.Name = "GUIDTextBox"
Me.GUIDTextBox.ReadOnly = True
Me.GUIDTextBox.Size = New System.Drawing.Size(49, 22)
Me.GUIDTextBox.TabIndex = 1
'
'TabPage1
'
Me.TabPage1.Controls.Add(Me.chklbUser)
Me.TabPage1.Controls.Add(Me.btnUserAdd_Profile)
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(631, 189)
Me.TabPage1.TabIndex = 0
Me.TabPage1.Text = "User zu Profil zuordnen"
Me.TabPage1.UseVisualStyleBackColor = True
'
'chklbUser
'
Me.chklbUser.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.chklbUser.ContextMenuStrip = Me.ContextMenuStrip1
Me.chklbUser.FormattingEnabled = True
Me.chklbUser.Location = New System.Drawing.Point(3, 6)
Me.chklbUser.Name = "chklbUser"
Me.chklbUser.Size = New System.Drawing.Size(290, 174)
Me.chklbUser.TabIndex = 35
'
'ContextMenuStrip1
'
Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.AlleAuswählenToolStripMenuItem, Me.KeineAuswählenToolStripMenuItem})
Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
Me.ContextMenuStrip1.Size = New System.Drawing.Size(163, 48)
'
'AlleAuswählenToolStripMenuItem
'
Me.AlleAuswählenToolStripMenuItem.Name = "AlleAuswählenToolStripMenuItem"
Me.AlleAuswählenToolStripMenuItem.Size = New System.Drawing.Size(162, 22)
Me.AlleAuswählenToolStripMenuItem.Text = "Alle auswählen"
'
'KeineAuswählenToolStripMenuItem
'
Me.KeineAuswählenToolStripMenuItem.Name = "KeineAuswählenToolStripMenuItem"
Me.KeineAuswählenToolStripMenuItem.Size = New System.Drawing.Size(162, 22)
Me.KeineAuswählenToolStripMenuItem.Text = "Keine auswählen"
'
'btnUserAdd_Profile
'
Me.btnUserAdd_Profile.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnUserAdd_Profile.Image = Global.Global_Indexer.My.Resources.Resources.add
Me.btnUserAdd_Profile.ImageAlign = System.Drawing.ContentAlignment.MiddleRight
Me.btnUserAdd_Profile.Location = New System.Drawing.Point(300, 6)
Me.btnUserAdd_Profile.Name = "btnUserAdd_Profile"
Me.btnUserAdd_Profile.Size = New System.Drawing.Size(200, 36)
Me.btnUserAdd_Profile.TabIndex = 34
Me.btnUserAdd_Profile.Text = "Gewählten Usern Profil zuweisen"
Me.btnUserAdd_Profile.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnUserAdd_Profile.UseVisualStyleBackColor = True
'
'TabPage2
'
Me.TabPage2.Controls.Add(Me.btndeleteUserProfile)
Me.TabPage2.Controls.Add(Me.chklbUserProfile)
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(631, 189)
Me.TabPage2.TabIndex = 1
Me.TabPage2.Text = "Usern Profile entziehen"
Me.TabPage2.UseVisualStyleBackColor = True
'
'btndeleteUserProfile
'
Me.btndeleteUserProfile.Image = Global.Global_Indexer.My.Resources.Resources.delete_12x12
Me.btndeleteUserProfile.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btndeleteUserProfile.Location = New System.Drawing.Point(303, 6)
Me.btndeleteUserProfile.Name = "btndeleteUserProfile"
Me.btndeleteUserProfile.Size = New System.Drawing.Size(197, 26)
Me.btndeleteUserProfile.TabIndex = 37
Me.btndeleteUserProfile.Text = "Userprofile löschen"
Me.btndeleteUserProfile.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.btndeleteUserProfile.UseVisualStyleBackColor = True
'
'chklbUserProfile
'
Me.chklbUserProfile.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.chklbUserProfile.ContextMenuStrip = Me.ContextMenuStrip1
Me.chklbUserProfile.FormattingEnabled = True
Me.chklbUserProfile.Location = New System.Drawing.Point(6, 6)
Me.chklbUserProfile.Name = "chklbUserProfile"
Me.chklbUserProfile.Size = New System.Drawing.Size(291, 174)
Me.chklbUserProfile.TabIndex = 36
'
'btndelete
'
Me.btndelete.Image = Global.Global_Indexer.My.Resources.Resources.delete_12x12
Me.btndelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btndelete.Location = New System.Drawing.Point(269, 30)
Me.btndelete.Name = "btndelete"
Me.btndelete.Size = New System.Drawing.Size(197, 26)
Me.btndelete.TabIndex = 20
Me.btndelete.Text = "Profil löschen (Global und User)"
Me.btndelete.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.btndelete.UseVisualStyleBackColor = True
'
'ListBox_Profiles
'
Me.ListBox_Profiles.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.ListBox_Profiles.BackColor = System.Drawing.SystemColors.ControlLight
Me.ListBox_Profiles.DataSource = Me.TBHOTKEY_PROFILEBindingSource
Me.ListBox_Profiles.DisplayMember = "String"
Me.ListBox_Profiles.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.ListBox_Profiles.FormattingEnabled = True
Me.ListBox_Profiles.ItemHeight = 15
Me.ListBox_Profiles.Location = New System.Drawing.Point(8, 30)
Me.ListBox_Profiles.Name = "ListBox_Profiles"
Me.ListBox_Profiles.Size = New System.Drawing.Size(255, 244)
Me.ListBox_Profiles.TabIndex = 4
Me.ListBox_Profiles.ValueMember = "GUID"
'
'Label9
'
Me.Label9.AutoSize = True
Me.Label9.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.Label9.Location = New System.Drawing.Point(5, 12)
Me.Label9.Name = "Label9"
Me.Label9.Size = New System.Drawing.Size(142, 15)
Me.Label9.TabIndex = 3
Me.Label9.Text = "Aktuelle globale Hotkeys:"
'
'TabPage_Designer
'
Me.TabPage_Designer.AutoScroll = True
Me.TabPage_Designer.Controls.Add(Me.GroupBox1)
Me.TabPage_Designer.Controls.Add(Me.GroupBox2_Controls)
Me.TabPage_Designer.Controls.Add(Me.GroupBoxMainWindow)
Me.TabPage_Designer.Location = New System.Drawing.Point(4, 22)
Me.TabPage_Designer.Name = "TabPage_Designer"
Me.TabPage_Designer.Padding = New System.Windows.Forms.Padding(3)
Me.TabPage_Designer.Size = New System.Drawing.Size(964, 587)
Me.TabPage_Designer.TabIndex = 0
Me.TabPage_Designer.Text = "Hotkey-Profil definieren"
Me.TabPage_Designer.UseVisualStyleBackColor = True
'
'TabPageTest
'
Me.TabPageTest.Controls.Add(Me.GroupBox3)
Me.TabPageTest.Controls.Add(Me.GroupBox2)
Me.TabPageTest.Location = New System.Drawing.Point(4, 22)
Me.TabPageTest.Name = "TabPageTest"
Me.TabPageTest.Padding = New System.Windows.Forms.Padding(3)
Me.TabPageTest.Size = New System.Drawing.Size(964, 587)
Me.TabPageTest.TabIndex = 1
Me.TabPageTest.Text = "Test - Auswerten Window-Handle"
Me.TabPageTest.UseVisualStyleBackColor = True
'
'GroupBox3
'
Me.GroupBox3.Controls.Add(Me.chkboxshowfilledControlsOnly_Test)
Me.GroupBox3.Controls.Add(Me.ListViewControls_Test)
Me.GroupBox3.Dock = System.Windows.Forms.DockStyle.Fill
Me.GroupBox3.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.GroupBox3.Location = New System.Drawing.Point(538, 3)
Me.GroupBox3.Name = "GroupBox3"
Me.GroupBox3.Size = New System.Drawing.Size(423, 581)
Me.GroupBox3.TabIndex = 17
Me.GroupBox3.TabStop = False
Me.GroupBox3.Text = "Auslesbare Controls für gewähltes 'MainWindow'"
'
'chkboxshowfilledControlsOnly_Test
'
Me.chkboxshowfilledControlsOnly_Test.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.chkboxshowfilledControlsOnly_Test.AutoSize = True
Me.chkboxshowfilledControlsOnly_Test.Font = New System.Drawing.Font("Segoe UI", 9.0!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.chkboxshowfilledControlsOnly_Test.ForeColor = System.Drawing.Color.DarkSlateGray
Me.chkboxshowfilledControlsOnly_Test.Location = New System.Drawing.Point(6, 555)
Me.chkboxshowfilledControlsOnly_Test.Name = "chkboxshowfilledControlsOnly_Test"
Me.chkboxshowfilledControlsOnly_Test.Size = New System.Drawing.Size(185, 19)
Me.chkboxshowfilledControlsOnly_Test.TabIndex = 10
Me.chkboxshowfilledControlsOnly_Test.Text = "Nur gefüllte Felder anzeigen"
Me.chkboxshowfilledControlsOnly_Test.UseVisualStyleBackColor = True
'
'ListViewControls_Test
'
Me.ListViewControls_Test.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.ListViewControls_Test.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.ColumnHeader4, Me.ColumnHeader1, Me.ColumnHeader2})
Me.ListViewControls_Test.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.ListViewControls_Test.FullRowSelect = True
Me.ListViewControls_Test.Location = New System.Drawing.Point(6, 27)
Me.ListViewControls_Test.Name = "ListViewControls_Test"
Me.ListViewControls_Test.Size = New System.Drawing.Size(414, 514)
Me.ListViewControls_Test.TabIndex = 82
Me.ListViewControls_Test.UseCompatibleStateImageBehavior = False
Me.ListViewControls_Test.View = System.Windows.Forms.View.Details
'
'ColumnHeader4
'
Me.ColumnHeader4.Text = "#"
'
'ColumnHeader1
'
Me.ColumnHeader1.Text = "Control-ID:"
Me.ColumnHeader1.Width = 80
'
'ColumnHeader2
'
Me.ColumnHeader2.Text = "Gelesener Wert"
Me.ColumnHeader2.Width = 350
'
'GroupBox2
'
Me.GroupBox2.Controls.Add(Me.Button3)
Me.GroupBox2.Controls.Add(Me.ListBox_MainWindows_Test)
Me.GroupBox2.Dock = System.Windows.Forms.DockStyle.Left
Me.GroupBox2.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.GroupBox2.Location = New System.Drawing.Point(3, 3)
Me.GroupBox2.Name = "GroupBox2"
Me.GroupBox2.Size = New System.Drawing.Size(535, 581)
Me.GroupBox2.TabIndex = 16
Me.GroupBox2.TabStop = False
Me.GroupBox2.Text = "Schritt 1 - Wählen Sie das 'MainWindow' zur Auswahl der Inhalte"
'
'Button3
'
Me.Button3.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.Button3.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button3.Image = Global.Global_Indexer.My.Resources.Resources.refresh_16xMD
Me.Button3.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.Button3.Location = New System.Drawing.Point(6, 552)
Me.Button3.Name = "Button3"
Me.Button3.Size = New System.Drawing.Size(75, 23)
Me.Button3.TabIndex = 9
Me.Button3.Text = "Refresh"
Me.Button3.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.Button3.UseVisualStyleBackColor = True
'
'ListBox_MainWindows_Test
'
Me.ListBox_MainWindows_Test.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.ListBox_MainWindows_Test.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.ListBox_MainWindows_Test.FormattingEnabled = True
Me.ListBox_MainWindows_Test.ItemHeight = 15
Me.ListBox_MainWindows_Test.Location = New System.Drawing.Point(6, 27)
Me.ListBox_MainWindows_Test.Name = "ListBox_MainWindows_Test"
Me.ListBox_MainWindows_Test.Size = New System.Drawing.Size(514, 514)
Me.ListBox_MainWindows_Test.TabIndex = 8
'
'TBDD_USERBindingSource
'
Me.TBDD_USERBindingSource.DataMember = "TBDD_USER"
Me.TBDD_USERBindingSource.DataSource = Me.MyDataset
'
'TBDD_USERTableAdapter
'
Me.TBDD_USERTableAdapter.ClearBeforeFill = 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
'
'TBHOTKEY_PATTERNS_REWORKTableAdapter
'
Me.TBHOTKEY_PATTERNS_REWORKTableAdapter.ClearBeforeFill = True
'
'TBHOTKEY_WINDOW_HOOKTableAdapter
'
Me.TBHOTKEY_WINDOW_HOOKTableAdapter.ClearBeforeFill = True
'
'frmHotKey_Add
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(972, 635)
Me.Controls.Add(Me.TabControl1)
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_Add"
Me.Text = "HotKey - Administration"
Me.StatusStrip1.ResumeLayout(False)
Me.StatusStrip1.PerformLayout()
Me.GroupBoxMainWindow.ResumeLayout(False)
Me.GroupBoxMainWindow.PerformLayout()
Me.GroupBox2_Controls.ResumeLayout(False)
Me.GroupBox2_Controls.PerformLayout()
Me.GroupBox1.ResumeLayout(False)
Me.GroupBox1.PerformLayout()
CType(Me.MyDataset, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.TBHOTKEY_PROFILEBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.TBHOTKEY_PATTERNSBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
Me.TabControl1.ResumeLayout(False)
Me.TabPageUebersicht.ResumeLayout(False)
Me.TabPageUebersicht.PerformLayout()
Me.GroupBoxPatterns.ResumeLayout(False)
Me.GroupBoxPatterns.PerformLayout()
CType(Me.TBHOTKEY_WINDOW_HOOKBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
Me.TabControl3.ResumeLayout(False)
Me.TabPage6.ResumeLayout(False)
Me.TabPage6.PerformLayout()
CType(Me.BindingNavigator2, System.ComponentModel.ISupportInitialize).EndInit()
Me.BindingNavigator2.ResumeLayout(False)
Me.BindingNavigator2.PerformLayout()
Me.TabPage4.ResumeLayout(False)
Me.TabPage4.PerformLayout()
CType(Me.TBHOTKEY_PATTERNS_REWORKBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.BindingNavigator1, System.ComponentModel.ISupportInitialize).EndInit()
Me.BindingNavigator1.ResumeLayout(False)
Me.BindingNavigator1.PerformLayout()
Me.TabPage5.ResumeLayout(False)
Me.TabPage5.PerformLayout()
CType(Me.BindingNavigator3, System.ComponentModel.ISupportInitialize).EndInit()
Me.BindingNavigator3.ResumeLayout(False)
Me.BindingNavigator3.PerformLayout()
Me.TabControl2.ResumeLayout(False)
Me.TabPage3.ResumeLayout(False)
Me.TabPage3.PerformLayout()
Me.TabPage1.ResumeLayout(False)
Me.ContextMenuStrip1.ResumeLayout(False)
Me.TabPage2.ResumeLayout(False)
Me.TabPage_Designer.ResumeLayout(False)
Me.TabPageTest.ResumeLayout(False)
Me.GroupBox3.ResumeLayout(False)
Me.GroupBox3.PerformLayout()
Me.GroupBox2.ResumeLayout(False)
CType(Me.TBDD_USERBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.TBHOTKEY_USER_PROFILEBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents StatusStrip1 As System.Windows.Forms.StatusStrip
Friend WithEvents btnpnlStart_weiter As System.Windows.Forms.Button
Friend WithEvents ListBox_FormTitles As System.Windows.Forms.ListBox
Friend WithEvents GroupBoxMainWindow As System.Windows.Forms.GroupBox
Friend WithEvents GroupBox2_Controls As System.Windows.Forms.GroupBox
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents txtControl As System.Windows.Forms.TextBox
Friend WithEvents txtPattern As System.Windows.Forms.TextBox
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
Friend WithEvents btnGB1 As System.Windows.Forms.Button
Friend WithEvents txtKey As System.Windows.Forms.TextBox
Friend WithEvents cmbFunktionstaste As System.Windows.Forms.ComboBox
Friend WithEvents txtWDSearch As System.Windows.Forms.TextBox
Friend WithEvents cmbObjekttyp As System.Windows.Forms.ComboBox
Friend WithEvents txtProfilname As System.Windows.Forms.TextBox
Friend WithEvents Label4 As System.Windows.Forms.Label
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents Label5 As System.Windows.Forms.Label
Friend WithEvents Label6 As System.Windows.Forms.Label
Friend WithEvents btnadd_Pattern As System.Windows.Forms.Button
Friend WithEvents Label8 As System.Windows.Forms.Label
Friend WithEvents Label7 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 TBHOTKEY_PATTERNSTableAdapter As Global_Indexer.MyDatasetTableAdapters.TBHOTKEY_PATTERNSTableAdapter
Friend WithEvents TBHOTKEY_PATTERNSBindingSource As System.Windows.Forms.BindingSource
Friend WithEvents lblSaveHotkey As System.Windows.Forms.Label
Friend WithEvents lblLinkadd As System.Windows.Forms.Label
Friend WithEvents Button1 As System.Windows.Forms.Button
Friend WithEvents OFDWindreamsuche As System.Windows.Forms.OpenFileDialog
Friend WithEvents TabControl1 As System.Windows.Forms.TabControl
Friend WithEvents TabPage_Designer As System.Windows.Forms.TabPage
Friend WithEvents TabPageTest As System.Windows.Forms.TabPage
Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
Friend WithEvents Button3 As System.Windows.Forms.Button
Friend WithEvents ListBox_MainWindows_Test As System.Windows.Forms.ListBox
Friend WithEvents TabPageUebersicht As System.Windows.Forms.TabPage
Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox
Friend WithEvents ListBox_Profiles As System.Windows.Forms.ListBox
Friend WithEvents Label9 As System.Windows.Forms.Label
Friend WithEvents btndelete As System.Windows.Forms.Button
Friend WithEvents btnUserAdd_Profile As System.Windows.Forms.Button
Friend WithEvents TBDD_USERBindingSource As System.Windows.Forms.BindingSource
Friend WithEvents TBDD_USERTableAdapter As Global_Indexer.MyDatasetTableAdapters.TBDD_USERTableAdapter
Friend WithEvents TBHOTKEY_USER_PROFILEBindingSource As System.Windows.Forms.BindingSource
Friend WithEvents TBHOTKEY_USER_PROFILETableAdapter As Global_Indexer.MyDatasetTableAdapters.TBHOTKEY_USER_PROFILETableAdapter
Friend WithEvents chklbUser As System.Windows.Forms.CheckedListBox
Friend WithEvents ContextMenuStrip1 As System.Windows.Forms.ContextMenuStrip
Friend WithEvents AlleAuswählenToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents KeineAuswählenToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents TabControl2 As System.Windows.Forms.TabControl
Friend WithEvents TabPage1 As System.Windows.Forms.TabPage
Friend WithEvents TabPage2 As System.Windows.Forms.TabPage
Friend WithEvents chklbUserProfile As System.Windows.Forms.CheckedListBox
Friend WithEvents btndeleteUserProfile As System.Windows.Forms.Button
Friend WithEvents TabPage3 As System.Windows.Forms.TabPage
Friend WithEvents CHANGED_WHENTextBox As System.Windows.Forms.TextBox
Friend WithEvents CHANGED_WHOTextBox As System.Windows.Forms.TextBox
Friend WithEvents HOTKEY2TextBox As System.Windows.Forms.TextBox
Friend WithEvents HOTKEY1ComboBox As System.Windows.Forms.ComboBox
Friend WithEvents WD_SEARCHTextBox As System.Windows.Forms.TextBox
Friend WithEvents NAMETextBox As System.Windows.Forms.TextBox
Friend WithEvents GUIDTextBox As System.Windows.Forms.TextBox
Friend WithEvents btnsave As System.Windows.Forms.Button
Friend WithEvents lblSave As System.Windows.Forms.Label
Friend WithEvents Button2 As System.Windows.Forms.Button
Friend WithEvents GroupBoxPatterns As System.Windows.Forms.GroupBox
Friend WithEvents ListBoxPatterns As System.Windows.Forms.ListBox
Friend WithEvents TabControl3 As System.Windows.Forms.TabControl
Friend WithEvents TabPage4 As System.Windows.Forms.TabPage
Friend WithEvents TabPage5 As System.Windows.Forms.TabPage
Friend WithEvents TBHOTKEY_PATTERNS_REWORKBindingSource As System.Windows.Forms.BindingSource
Friend WithEvents TBHOTKEY_PATTERNS_REWORKTableAdapter As Global_Indexer.MyDatasetTableAdapters.TBHOTKEY_PATTERNS_REWORKTableAdapter
Friend WithEvents BindingNavigator1 As System.Windows.Forms.BindingNavigator
Friend WithEvents BindingNavigatorAddNewItem As System.Windows.Forms.ToolStripButton
Friend WithEvents BindingNavigatorCountItem As System.Windows.Forms.ToolStripLabel
Friend WithEvents BindingNavigatorDeleteItem As System.Windows.Forms.ToolStripButton
Friend WithEvents BindingNavigatorMoveFirstItem As System.Windows.Forms.ToolStripButton
Friend WithEvents BindingNavigatorMovePreviousItem As System.Windows.Forms.ToolStripButton
Friend WithEvents BindingNavigatorSeparator As System.Windows.Forms.ToolStripSeparator
Friend WithEvents BindingNavigatorPositionItem As System.Windows.Forms.ToolStripTextBox
Friend WithEvents BindingNavigatorSeparator1 As System.Windows.Forms.ToolStripSeparator
Friend WithEvents BindingNavigatorMoveNextItem As System.Windows.Forms.ToolStripButton
Friend WithEvents BindingNavigatorMoveLastItem As System.Windows.Forms.ToolStripButton
Friend WithEvents BindingNavigatorSeparator2 As System.Windows.Forms.ToolStripSeparator
Friend WithEvents GUIDTextBox1 As System.Windows.Forms.TextBox
Friend WithEvents TYPEComboBox As System.Windows.Forms.ComboBox
Friend WithEvents FUNCTION1TextBox As System.Windows.Forms.TextBox
Friend WithEvents FUNCTION2TextBox As System.Windows.Forms.TextBox
Friend WithEvents TEXT1TextBox As System.Windows.Forms.TextBox
Friend WithEvents TEXT2TextBox As System.Windows.Forms.TextBox
Friend WithEvents SEQUENCETextBox As System.Windows.Forms.TextBox
Friend WithEvents ADDED_WHOTextBox As System.Windows.Forms.TextBox
Friend WithEvents ADDED_WHENTextBox As System.Windows.Forms.TextBox
Friend WithEvents CHANGED_WHOTextBox1 As System.Windows.Forms.TextBox
Friend WithEvents ToolStripButton1 As System.Windows.Forms.ToolStripButton
Friend WithEvents lblsavePatternsRework As System.Windows.Forms.Label
Friend WithEvents Function2Label As System.Windows.Forms.Label
Friend WithEvents Function1Label As System.Windows.Forms.Label
Friend WithEvents Text2Label As System.Windows.Forms.Label
Friend WithEvents Text1Label As System.Windows.Forms.Label
Friend WithEvents ADDED_WHENTextBox1 As System.Windows.Forms.TextBox
Friend WithEvents GUIDTextBox2 As System.Windows.Forms.TextBox
Friend WithEvents CHANGED_WHENTextBox1 As System.Windows.Forms.TextBox
Friend WithEvents lblHinweisRework1 As System.Windows.Forms.Label
Friend WithEvents btnRegexTest As System.Windows.Forms.Button
Friend WithEvents ListViewControls As System.Windows.Forms.ListView
Friend WithEvents ControlID As System.Windows.Forms.ColumnHeader
Friend WithEvents ControlValue As System.Windows.Forms.ColumnHeader
Friend WithEvents ListViewControls_Test As System.Windows.Forms.ListView
Friend WithEvents ColumnHeader1 As System.Windows.Forms.ColumnHeader
Friend WithEvents ColumnHeader2 As System.Windows.Forms.ColumnHeader
Friend WithEvents chkboxshowfilledControlsOnly_Test As System.Windows.Forms.CheckBox
Friend WithEvents chkboxshowfilledControlsOnly As System.Windows.Forms.CheckBox
Friend WithEvents WINDOW_NAMETextBox As System.Windows.Forms.TextBox
Friend WithEvents ColumnHeader3 As System.Windows.Forms.ColumnHeader
Friend WithEvents ColumnHeader4 As System.Windows.Forms.ColumnHeader
Friend WithEvents SEQUENCE_NUMBERTextBox As System.Windows.Forms.TextBox
Friend WithEvents tslbl_Hotkeywindow As System.Windows.Forms.ToolStripStatusLabel
Friend WithEvents tslbl_HotkeySequence As System.Windows.Forms.ToolStripStatusLabel
Friend WithEvents Label10 As System.Windows.Forms.Label
Friend WithEvents txtValueMatch As System.Windows.Forms.TextBox
Friend WithEvents Label13 As System.Windows.Forms.Label
Friend WithEvents Label11 As System.Windows.Forms.Label
Friend WithEvents Label12 As System.Windows.Forms.Label
Friend WithEvents txtControl_Match As System.Windows.Forms.TextBox
Friend WithEvents btnadd_WindowMatch As System.Windows.Forms.Button
Friend WithEvents TBHOTKEY_WINDOW_HOOKBindingSource As System.Windows.Forms.BindingSource
Friend WithEvents TBHOTKEY_WINDOW_HOOKTableAdapter As Global_Indexer.MyDatasetTableAdapters.TBHOTKEY_WINDOW_HOOKTableAdapter
Friend WithEvents lblMatchadd As System.Windows.Forms.Label
Friend WithEvents TabPage6 As System.Windows.Forms.TabPage
Friend WithEvents ADDED_WHOTextBox1 As System.Windows.Forms.TextBox
Friend WithEvents CHANGED_WHOTextBox2 As System.Windows.Forms.TextBox
Friend WithEvents CHANGED_WHENTextBox2 As System.Windows.Forms.TextBox
Friend WithEvents PATTERN_WDSEARCHTextBox As System.Windows.Forms.TextBox
Friend WithEvents Label14 As System.Windows.Forms.Label
Friend WithEvents BindingNavigator2 As System.Windows.Forms.BindingNavigator
Friend WithEvents BindingNavigatorCountItem1 As System.Windows.Forms.ToolStripLabel
Friend WithEvents BindingNavigatorDeleteItem1 As System.Windows.Forms.ToolStripButton
Friend WithEvents BindingNavigatorMoveFirstItem1 As System.Windows.Forms.ToolStripButton
Friend WithEvents BindingNavigatorMovePreviousItem1 As System.Windows.Forms.ToolStripButton
Friend WithEvents BindingNavigatorSeparator3 As System.Windows.Forms.ToolStripSeparator
Friend WithEvents BindingNavigatorPositionItem1 As System.Windows.Forms.ToolStripTextBox
Friend WithEvents BindingNavigatorSeparator4 As System.Windows.Forms.ToolStripSeparator
Friend WithEvents BindingNavigatorMoveNextItem1 As System.Windows.Forms.ToolStripButton
Friend WithEvents BindingNavigatorMoveLastItem1 As System.Windows.Forms.ToolStripButton
Friend WithEvents BindingNavigatorSeparator5 As System.Windows.Forms.ToolStripSeparator
Friend WithEvents tsbtnsave_pattern As System.Windows.Forms.ToolStripButton
Friend WithEvents lblSavePAttern As System.Windows.Forms.Label
Friend WithEvents ADDED_WHENTextBox2 As System.Windows.Forms.TextBox
Friend WithEvents ADDED_WHOTextBox2 As System.Windows.Forms.TextBox
Friend WithEvents CONTROL_VALUETextBox As System.Windows.Forms.TextBox
Friend WithEvents SEQUENCE_NUMBERTextBox1 As System.Windows.Forms.TextBox
Friend WithEvents GUIDTextBox3 As System.Windows.Forms.TextBox
Friend WithEvents Label16 As System.Windows.Forms.Label
Friend WithEvents BindingNavigator3 As System.Windows.Forms.BindingNavigator
Friend WithEvents ToolStripLabel1 As System.Windows.Forms.ToolStripLabel
Friend WithEvents ToolStripButton2 As System.Windows.Forms.ToolStripButton
Friend WithEvents ToolStripButton3 As System.Windows.Forms.ToolStripButton
Friend WithEvents ToolStripButton4 As System.Windows.Forms.ToolStripButton
Friend WithEvents ToolStripSeparator1 As System.Windows.Forms.ToolStripSeparator
Friend WithEvents ToolStripTextBox1 As System.Windows.Forms.ToolStripTextBox
Friend WithEvents ToolStripSeparator2 As System.Windows.Forms.ToolStripSeparator
Friend WithEvents ToolStripButton5 As System.Windows.Forms.ToolStripButton
Friend WithEvents ToolStripButton6 As System.Windows.Forms.ToolStripButton
Friend WithEvents ToolStripSeparator3 As System.Windows.Forms.ToolStripSeparator
Friend WithEvents ListBox1 As System.Windows.Forms.ListBox
Friend WithEvents btnnewProfile As System.Windows.Forms.Button
End Class