This commit is contained in:
SchreiberM
2017-01-25 10:16:40 +01:00
parent 042f24e231
commit 64c99f80b9
43 changed files with 5067 additions and 2448 deletions

View File

@@ -104,6 +104,10 @@ Partial Class frmHotKey_Add
Me.OFDWindreamsuche = New System.Windows.Forms.OpenFileDialog()
Me.TabControlMain = New System.Windows.Forms.TabControl()
Me.TabPageUebersicht = New System.Windows.Forms.TabPage()
Me.GridControl1 = New DevExpress.XtraGrid.GridControl()
Me.GridView1 = New DevExpress.XtraGrid.Views.Grid.GridView()
Me.colGUID = New DevExpress.XtraGrid.Columns.GridColumn()
Me.colString = New DevExpress.XtraGrid.Columns.GridColumn()
Me.ToolStrip1 = New System.Windows.Forms.ToolStrip()
Me.GroupBoxPatterns = New System.Windows.Forms.GroupBox()
Me.ListBox1 = New System.Windows.Forms.ListBox()
@@ -206,9 +210,18 @@ Partial Class frmHotKey_Add
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.TabControl2 = New System.Windows.Forms.TabControl()
Me.TabPage7 = New System.Windows.Forms.TabPage()
Me.TabPage8 = New System.Windows.Forms.TabPage()
Me.Label20 = New System.Windows.Forms.Label()
Me.lblLinkCopyPaste = New System.Windows.Forms.Label()
Me.btnAddCopypasteConfig = New System.Windows.Forms.Button()
Me.txtcopypastePatter = New System.Windows.Forms.TextBox()
Me.Label19 = New System.Windows.Forms.Label()
Me.Label18 = New System.Windows.Forms.Label()
Me.cmbCopyPasteFunction = New System.Windows.Forms.ComboBox()
Me.TabPageTest = New System.Windows.Forms.TabPage()
Me.GroupBox3 = New System.Windows.Forms.GroupBox()
Me.chkboxshowfilledControlsOnly_Test = New System.Windows.Forms.CheckBox()
@@ -226,16 +239,6 @@ Partial Class frmHotKey_Add
Me.TBHOTKEY_PATTERNS_REWORKTableAdapter = New Global_Indexer.MyDatasetTableAdapters.TBHOTKEY_PATTERNS_REWORKTableAdapter()
Me.TBHOTKEY_WINDOW_HOOKTableAdapter = New Global_Indexer.MyDatasetTableAdapters.TBHOTKEY_WINDOW_HOOKTableAdapter()
Me.ToolTipController1 = New DevExpress.Utils.ToolTipController(Me.components)
Me.TabControl2 = New System.Windows.Forms.TabControl()
Me.TabPage7 = New System.Windows.Forms.TabPage()
Me.TabPage8 = New System.Windows.Forms.TabPage()
Me.cmbCopyPasteFunction = New System.Windows.Forms.ComboBox()
Me.Label18 = New System.Windows.Forms.Label()
Me.Label19 = New System.Windows.Forms.Label()
Me.txtcopypastePatter = New System.Windows.Forms.TextBox()
Me.btnAddCopypasteConfig = New System.Windows.Forms.Button()
Me.lblLinkCopyPaste = New System.Windows.Forms.Label()
Me.Label20 = New System.Windows.Forms.Label()
GUIDLabel = New System.Windows.Forms.Label()
NAMELabel = New System.Windows.Forms.Label()
WD_SEARCHLabel = New System.Windows.Forms.Label()
@@ -274,6 +277,8 @@ Partial Class frmHotKey_Add
CType(Me.TBHOTKEY_PATTERNSBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
Me.TabControlMain.SuspendLayout()
Me.TabPageUebersicht.SuspendLayout()
CType(Me.GridControl1, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.GridView1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.GroupBoxPatterns.SuspendLayout()
CType(Me.TBHOTKEY_WINDOW_HOOKBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
Me.TabControlDetails.SuspendLayout()
@@ -293,14 +298,14 @@ Partial Class frmHotKey_Add
Me.ContextMenuStrip1.SuspendLayout()
Me.TabPage2.SuspendLayout()
Me.TabPage_Designer.SuspendLayout()
Me.TabControl2.SuspendLayout()
Me.TabPage7.SuspendLayout()
Me.TabPage8.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.TabControl2.SuspendLayout()
Me.TabPage7.SuspendLayout()
Me.TabPage8.SuspendLayout()
Me.SuspendLayout()
'
'GUIDLabel
@@ -790,15 +795,59 @@ Partial Class frmHotKey_Add
'TabPageUebersicht
'
resources.ApplyResources(Me.TabPageUebersicht, "TabPageUebersicht")
Me.TabPageUebersicht.Controls.Add(Me.GridControl1)
Me.TabPageUebersicht.Controls.Add(Me.ToolStrip1)
Me.TabPageUebersicht.Controls.Add(Me.GroupBoxPatterns)
Me.TabPageUebersicht.Controls.Add(Me.TabControl1)
Me.TabPageUebersicht.Controls.Add(Me.btndelete)
Me.TabPageUebersicht.Controls.Add(Me.ListBox_Profiles)
Me.TabPageUebersicht.Controls.Add(Me.Label9)
Me.TabPageUebersicht.Name = "TabPageUebersicht"
Me.TabPageUebersicht.UseVisualStyleBackColor = True
'
'GridControl1
'
Me.GridControl1.DataSource = Me.TBHOTKEY_PROFILEBindingSource
resources.ApplyResources(Me.GridControl1, "GridControl1")
Me.GridControl1.MainView = Me.GridView1
Me.GridControl1.Name = "GridControl1"
Me.GridControl1.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView1})
'
'GridView1
'
Me.GridView1.Appearance.EvenRow.BackColor = CType(resources.GetObject("GridView1.Appearance.EvenRow.BackColor"), System.Drawing.Color)
Me.GridView1.Appearance.EvenRow.Options.UseBackColor = True
Me.GridView1.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.colGUID, Me.colString})
Me.GridView1.GridControl = Me.GridControl1
Me.GridView1.Name = "GridView1"
Me.GridView1.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.[False]
Me.GridView1.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.[False]
Me.GridView1.OptionsBehavior.Editable = False
Me.GridView1.OptionsBehavior.ReadOnly = True
Me.GridView1.OptionsClipboard.CopyColumnHeaders = DevExpress.Utils.DefaultBoolean.[False]
Me.GridView1.OptionsSelection.EnableAppearanceFocusedCell = False
Me.GridView1.OptionsSelection.EnableAppearanceFocusedRow = False
Me.GridView1.OptionsSelection.EnableAppearanceHideSelection = False
Me.GridView1.OptionsSelection.MultiSelect = True
Me.GridView1.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CellSelect
Me.GridView1.OptionsView.ColumnAutoWidth = False
Me.GridView1.OptionsView.EnableAppearanceEvenRow = True
Me.GridView1.OptionsView.ShowAutoFilterRow = True
Me.GridView1.OptionsView.ShowDetailButtons = False
Me.GridView1.OptionsView.ShowGroupPanel = False
Me.GridView1.OptionsView.ShowHorizontalLines = DevExpress.Utils.DefaultBoolean.[True]
'
'colGUID
'
resources.ApplyResources(Me.colGUID, "colGUID")
Me.colGUID.FieldName = "GUID"
Me.colGUID.Name = "colGUID"
'
'colString
'
resources.ApplyResources(Me.colString, "colString")
Me.colString.FieldName = "String"
Me.colString.Name = "colString"
'
'ToolStrip1
'
resources.ApplyResources(Me.ToolStrip1, "ToolStrip1")
@@ -1548,16 +1597,6 @@ Partial Class frmHotKey_Add
Me.btndelete.Name = "btndelete"
Me.btndelete.UseVisualStyleBackColor = True
'
'ListBox_Profiles
'
resources.ApplyResources(Me.ListBox_Profiles, "ListBox_Profiles")
Me.ListBox_Profiles.BackColor = System.Drawing.SystemColors.ControlLight
Me.ListBox_Profiles.DataSource = Me.TBHOTKEY_PROFILEBindingSource
Me.ListBox_Profiles.DisplayMember = "String"
Me.ListBox_Profiles.FormattingEnabled = True
Me.ListBox_Profiles.Name = "ListBox_Profiles"
Me.ListBox_Profiles.ValueMember = "GUID"
'
'Label9
'
resources.ApplyResources(Me.Label9, "Label9")
@@ -1572,6 +1611,75 @@ Partial Class frmHotKey_Add
Me.TabPage_Designer.Name = "TabPage_Designer"
Me.TabPage_Designer.UseVisualStyleBackColor = True
'
'TabControl2
'
resources.ApplyResources(Me.TabControl2, "TabControl2")
Me.TabControl2.Controls.Add(Me.TabPage7)
Me.TabControl2.Controls.Add(Me.TabPage8)
Me.TabControl2.Name = "TabControl2"
Me.TabControl2.SelectedIndex = 0
'
'TabPage7
'
Me.TabPage7.Controls.Add(Me.GroupBox2_Controls)
resources.ApplyResources(Me.TabPage7, "TabPage7")
Me.TabPage7.Name = "TabPage7"
Me.TabPage7.UseVisualStyleBackColor = True
'
'TabPage8
'
Me.TabPage8.Controls.Add(Me.Label20)
Me.TabPage8.Controls.Add(Me.lblLinkCopyPaste)
Me.TabPage8.Controls.Add(Me.btnAddCopypasteConfig)
Me.TabPage8.Controls.Add(Me.txtcopypastePatter)
Me.TabPage8.Controls.Add(Me.Label19)
Me.TabPage8.Controls.Add(Me.Label18)
Me.TabPage8.Controls.Add(Me.cmbCopyPasteFunction)
resources.ApplyResources(Me.TabPage8, "TabPage8")
Me.TabPage8.Name = "TabPage8"
Me.TabPage8.UseVisualStyleBackColor = True
'
'Label20
'
resources.ApplyResources(Me.Label20, "Label20")
Me.Label20.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Label20.Name = "Label20"
'
'lblLinkCopyPaste
'
resources.ApplyResources(Me.lblLinkCopyPaste, "lblLinkCopyPaste")
Me.lblLinkCopyPaste.BackColor = System.Drawing.Color.Yellow
Me.lblLinkCopyPaste.Name = "lblLinkCopyPaste"
'
'btnAddCopypasteConfig
'
resources.ApplyResources(Me.btnAddCopypasteConfig, "btnAddCopypasteConfig")
Me.btnAddCopypasteConfig.Image = Global.Global_Indexer.My.Resources.Resources.add
Me.btnAddCopypasteConfig.Name = "btnAddCopypasteConfig"
Me.btnAddCopypasteConfig.UseVisualStyleBackColor = True
'
'txtcopypastePatter
'
resources.ApplyResources(Me.txtcopypastePatter, "txtcopypastePatter")
Me.txtcopypastePatter.Name = "txtcopypastePatter"
'
'Label19
'
resources.ApplyResources(Me.Label19, "Label19")
Me.Label19.Name = "Label19"
'
'Label18
'
resources.ApplyResources(Me.Label18, "Label18")
Me.Label18.Name = "Label18"
'
'cmbCopyPasteFunction
'
Me.cmbCopyPasteFunction.FormattingEnabled = True
Me.cmbCopyPasteFunction.Items.AddRange(New Object() {resources.GetString("cmbCopyPasteFunction.Items"), resources.GetString("cmbCopyPasteFunction.Items1")})
resources.ApplyResources(Me.cmbCopyPasteFunction, "cmbCopyPasteFunction")
Me.cmbCopyPasteFunction.Name = "cmbCopyPasteFunction"
'
'TabPageTest
'
Me.TabPageTest.Controls.Add(Me.GroupBox3)
@@ -1663,75 +1771,6 @@ Partial Class frmHotKey_Add
'
Me.TBHOTKEY_WINDOW_HOOKTableAdapter.ClearBeforeFill = True
'
'TabControl2
'
resources.ApplyResources(Me.TabControl2, "TabControl2")
Me.TabControl2.Controls.Add(Me.TabPage7)
Me.TabControl2.Controls.Add(Me.TabPage8)
Me.TabControl2.Name = "TabControl2"
Me.TabControl2.SelectedIndex = 0
'
'TabPage7
'
Me.TabPage7.Controls.Add(Me.GroupBox2_Controls)
resources.ApplyResources(Me.TabPage7, "TabPage7")
Me.TabPage7.Name = "TabPage7"
Me.TabPage7.UseVisualStyleBackColor = True
'
'TabPage8
'
Me.TabPage8.Controls.Add(Me.Label20)
Me.TabPage8.Controls.Add(Me.lblLinkCopyPaste)
Me.TabPage8.Controls.Add(Me.btnAddCopypasteConfig)
Me.TabPage8.Controls.Add(Me.txtcopypastePatter)
Me.TabPage8.Controls.Add(Me.Label19)
Me.TabPage8.Controls.Add(Me.Label18)
Me.TabPage8.Controls.Add(Me.cmbCopyPasteFunction)
resources.ApplyResources(Me.TabPage8, "TabPage8")
Me.TabPage8.Name = "TabPage8"
Me.TabPage8.UseVisualStyleBackColor = True
'
'cmbCopyPasteFunction
'
Me.cmbCopyPasteFunction.FormattingEnabled = True
Me.cmbCopyPasteFunction.Items.AddRange(New Object() {resources.GetString("cmbCopyPasteFunction.Items"), resources.GetString("cmbCopyPasteFunction.Items1")})
resources.ApplyResources(Me.cmbCopyPasteFunction, "cmbCopyPasteFunction")
Me.cmbCopyPasteFunction.Name = "cmbCopyPasteFunction"
'
'Label18
'
resources.ApplyResources(Me.Label18, "Label18")
Me.Label18.Name = "Label18"
'
'Label19
'
resources.ApplyResources(Me.Label19, "Label19")
Me.Label19.Name = "Label19"
'
'txtcopypastePatter
'
resources.ApplyResources(Me.txtcopypastePatter, "txtcopypastePatter")
Me.txtcopypastePatter.Name = "txtcopypastePatter"
'
'btnAddCopypasteConfig
'
resources.ApplyResources(Me.btnAddCopypasteConfig, "btnAddCopypasteConfig")
Me.btnAddCopypasteConfig.Image = Global.Global_Indexer.My.Resources.Resources.add
Me.btnAddCopypasteConfig.Name = "btnAddCopypasteConfig"
Me.btnAddCopypasteConfig.UseVisualStyleBackColor = True
'
'lblLinkCopyPaste
'
resources.ApplyResources(Me.lblLinkCopyPaste, "lblLinkCopyPaste")
Me.lblLinkCopyPaste.BackColor = System.Drawing.Color.Yellow
Me.lblLinkCopyPaste.Name = "lblLinkCopyPaste"
'
'Label20
'
resources.ApplyResources(Me.Label20, "Label20")
Me.Label20.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Label20.Name = "Label20"
'
'frmHotKey_Add
'
resources.ApplyResources(Me, "$this")
@@ -1753,6 +1792,8 @@ Partial Class frmHotKey_Add
Me.TabControlMain.ResumeLayout(False)
Me.TabPageUebersicht.ResumeLayout(False)
Me.TabPageUebersicht.PerformLayout()
CType(Me.GridControl1, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.GridView1, System.ComponentModel.ISupportInitialize).EndInit()
Me.GroupBoxPatterns.ResumeLayout(False)
Me.GroupBoxPatterns.PerformLayout()
CType(Me.TBHOTKEY_WINDOW_HOOKBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
@@ -1780,16 +1821,16 @@ Partial Class frmHotKey_Add
Me.ContextMenuStrip1.ResumeLayout(False)
Me.TabPage2.ResumeLayout(False)
Me.TabPage_Designer.ResumeLayout(False)
Me.TabControl2.ResumeLayout(False)
Me.TabPage7.ResumeLayout(False)
Me.TabPage8.ResumeLayout(False)
Me.TabPage8.PerformLayout()
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.TabControl2.ResumeLayout(False)
Me.TabPage7.ResumeLayout(False)
Me.TabPage8.ResumeLayout(False)
Me.TabPage8.PerformLayout()
Me.ResumeLayout(False)
Me.PerformLayout()
@@ -1835,7 +1876,6 @@ Partial Class frmHotKey_Add
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
@@ -1977,4 +2017,8 @@ Partial Class frmHotKey_Add
Friend WithEvents cmbCopyPasteFunction As System.Windows.Forms.ComboBox
Friend WithEvents lblLinkCopyPaste As System.Windows.Forms.Label
Friend WithEvents Label20 As System.Windows.Forms.Label
Friend WithEvents GridControl1 As DevExpress.XtraGrid.GridControl
Friend WithEvents GridView1 As DevExpress.XtraGrid.Views.Grid.GridView
Friend WithEvents colGUID As DevExpress.XtraGrid.Columns.GridColumn
Friend WithEvents colString As DevExpress.XtraGrid.Columns.GridColumn
End Class