add groups, count functions per search
This commit is contained in:
7
app/DD_Clipboard_Searcher/frmStart.Designer.vb
generated
7
app/DD_Clipboard_Searcher/frmStart.Designer.vb
generated
@@ -115,9 +115,9 @@ Partial Class frmStart
|
||||
Me.Label1.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.Label1.Location = New System.Drawing.Point(12, 44)
|
||||
Me.Label1.Name = "Label1"
|
||||
Me.Label1.Size = New System.Drawing.Size(281, 26)
|
||||
Me.Label1.Size = New System.Drawing.Size(284, 26)
|
||||
Me.Label1.TabIndex = 7
|
||||
Me.Label1.Text = "Inaktivieren des Watchers über Rechtsklick Systray oder " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Tastaturkombination Str" &
|
||||
Me.Label1.Text = "Deaktivieren des Watchers über Rechtsklick Systray oder " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Tastaturkombination Str" &
|
||||
"g + T"
|
||||
'
|
||||
'Label3
|
||||
@@ -150,7 +150,7 @@ Partial Class frmStart
|
||||
Me.GroupBox1.Size = New System.Drawing.Size(308, 32)
|
||||
Me.GroupBox1.TabIndex = 11
|
||||
Me.GroupBox1.TabStop = False
|
||||
Me.GroupBox1.Text = "Aktueller GlobalHook:"
|
||||
Me.GroupBox1.Text = "Aktuelle Tastenkombination:"
|
||||
'
|
||||
'btnAdminConfig
|
||||
'
|
||||
@@ -192,7 +192,6 @@ Partial Class frmStart
|
||||
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
||||
Me.KeyPreview = True
|
||||
Me.MaximizeBox = False
|
||||
Me.MinimizeBox = False
|
||||
Me.Name = "frmStart"
|
||||
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
||||
Me.Text = "Clipboard Watcher"
|
||||
|
||||
Reference in New Issue
Block a user