ms 13_01_16

This commit is contained in:
SchreiberM
2016-01-13 16:35:58 +01:00
parent c069274020
commit 2a36cc2a79
32 changed files with 1193 additions and 869 deletions

View File

@@ -224,6 +224,8 @@ Partial Class frmHotKey_Add
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()
Me.ToolStrip1 = New System.Windows.Forms.ToolStrip()
Me.ToolTipController1 = New DevExpress.Utils.ToolTipController(Me.components)
GUIDLabel = New System.Windows.Forms.Label()
NAMELabel = New System.Windows.Forms.Label()
WD_SEARCHLabel = New System.Windows.Forms.Label()
@@ -1092,6 +1094,7 @@ Partial Class frmHotKey_Add
'TabPageUebersicht
'
Me.TabPageUebersicht.AutoScroll = True
Me.TabPageUebersicht.Controls.Add(Me.ToolStrip1)
Me.TabPageUebersicht.Controls.Add(Me.GroupBoxPatterns)
Me.TabPageUebersicht.Controls.Add(Me.TabControl1)
Me.TabPageUebersicht.Controls.Add(Me.btndelete)
@@ -2082,7 +2085,7 @@ Partial Class frmHotKey_Add
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.Location = New System.Drawing.Point(299, 6)
Me.btnUserAdd_Profile.Name = "btnUserAdd_Profile"
Me.btnUserAdd_Profile.Size = New System.Drawing.Size(200, 36)
Me.btnUserAdd_Profile.TabIndex = 34
@@ -2311,6 +2314,14 @@ Partial Class frmHotKey_Add
'
Me.TBHOTKEY_WINDOW_HOOKTableAdapter.ClearBeforeFill = True
'
'ToolStrip1
'
Me.ToolStrip1.Location = New System.Drawing.Point(3, 3)
Me.ToolStrip1.Name = "ToolStrip1"
Me.ToolStrip1.Size = New System.Drawing.Size(958, 25)
Me.ToolStrip1.TabIndex = 38
Me.ToolStrip1.Text = "ToolStrip1"
'
'frmHotKey_Add
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
@@ -2544,4 +2555,6 @@ Partial Class frmHotKey_Add
Friend WithEvents ToolStripSeparator3 As System.Windows.Forms.ToolStripSeparator
Friend WithEvents ListBox1 As System.Windows.Forms.ListBox
Friend WithEvents btnnewProfile As System.Windows.Forms.Button
Friend WithEvents ToolStrip1 As System.Windows.Forms.ToolStrip
Friend WithEvents ToolTipController1 As DevExpress.Utils.ToolTipController
End Class