Prepare for Version 2.0.0.0
This commit is contained in:
319
app/DD_Clipboard_Searcher/ctrlApplicationAssignment.Designer.vb
generated
Normal file
319
app/DD_Clipboard_Searcher/ctrlApplicationAssignment.Designer.vb
generated
Normal file
@@ -0,0 +1,319 @@
|
||||
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
||||
Partial Class ctrlApplicationAssignment
|
||||
Inherits System.Windows.Forms.UserControl
|
||||
|
||||
'UserControl ü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()
|
||||
Me.SplitContainer3 = New System.Windows.Forms.SplitContainer()
|
||||
Me.GridControl_Window = New DevExpress.XtraGrid.GridControl()
|
||||
Me.TBCW_PROF_REL_WINDOWBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
||||
Me.MyDataset = New DD_Clipboard_Watcher.MyDataset()
|
||||
Me.GridView_Window = New DevExpress.XtraGrid.Views.Grid.GridView()
|
||||
Me.colPROCESS_NAME = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
Me.colGUID = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
Me.colDESCRIPTION = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
Me.colREGEX = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
Me.RepositoryItemRegexEdit = New DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit()
|
||||
Me.colREGEX_CLIPBOARD = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
Me.colSEQUENCE = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
Me.RepositoryItemSpinEdit1 = New DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit()
|
||||
Me.GridControl2 = New DevExpress.XtraGrid.GridControl()
|
||||
Me.GridView3 = New DevExpress.XtraGrid.Views.Grid.GridView()
|
||||
Me.GridControl3 = New DevExpress.XtraGrid.GridControl()
|
||||
Me.TBCW_PROFILE_PROCESSBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
||||
Me.GridViewProcessProfile = New DevExpress.XtraGrid.Views.Grid.GridView()
|
||||
Me.colGUID2 = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
Me.colPROC_NAME = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
Me.TBCW_PROFILE_PROCESSTableAdapter = New DD_Clipboard_Watcher.MyDatasetTableAdapters.TBCW_PROFILE_PROCESSTableAdapter()
|
||||
Me.TBCW_PROF_REL_WINDOWTableAdapter = New DD_Clipboard_Watcher.MyDatasetTableAdapters.TBCW_PROF_REL_WINDOWTableAdapter()
|
||||
Me.Label1 = New System.Windows.Forms.Label()
|
||||
Me.Label2 = New System.Windows.Forms.Label()
|
||||
CType(Me.SplitContainer3, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.SplitContainer3.Panel1.SuspendLayout()
|
||||
Me.SplitContainer3.Panel2.SuspendLayout()
|
||||
Me.SplitContainer3.SuspendLayout()
|
||||
CType(Me.GridControl_Window, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.TBCW_PROF_REL_WINDOWBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.MyDataset, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.GridView_Window, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.RepositoryItemRegexEdit, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.RepositoryItemSpinEdit1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.GridControl2, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.GridView3, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.GridControl3, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.TBCW_PROFILE_PROCESSBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.GridViewProcessProfile, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.SuspendLayout()
|
||||
'
|
||||
'SplitContainer3
|
||||
'
|
||||
Me.SplitContainer3.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.SplitContainer3.Location = New System.Drawing.Point(192, 0)
|
||||
Me.SplitContainer3.Name = "SplitContainer3"
|
||||
Me.SplitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal
|
||||
'
|
||||
'SplitContainer3.Panel1
|
||||
'
|
||||
Me.SplitContainer3.Panel1.Controls.Add(Me.GridControl_Window)
|
||||
Me.SplitContainer3.Panel1.Controls.Add(Me.Label1)
|
||||
'
|
||||
'SplitContainer3.Panel2
|
||||
'
|
||||
Me.SplitContainer3.Panel2.Controls.Add(Me.GridControl2)
|
||||
Me.SplitContainer3.Panel2.Controls.Add(Me.Label2)
|
||||
Me.SplitContainer3.Size = New System.Drawing.Size(915, 635)
|
||||
Me.SplitContainer3.SplitterDistance = 304
|
||||
Me.SplitContainer3.TabIndex = 71
|
||||
'
|
||||
'GridControl_Window
|
||||
'
|
||||
Me.GridControl_Window.DataSource = Me.TBCW_PROF_REL_WINDOWBindingSource
|
||||
Me.GridControl_Window.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.GridControl_Window.Location = New System.Drawing.Point(0, 25)
|
||||
Me.GridControl_Window.MainView = Me.GridView_Window
|
||||
Me.GridControl_Window.Name = "GridControl_Window"
|
||||
Me.GridControl_Window.RepositoryItems.AddRange(New DevExpress.XtraEditors.Repository.RepositoryItem() {Me.RepositoryItemRegexEdit, Me.RepositoryItemSpinEdit1})
|
||||
Me.GridControl_Window.Size = New System.Drawing.Size(915, 279)
|
||||
Me.GridControl_Window.TabIndex = 66
|
||||
Me.GridControl_Window.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView_Window})
|
||||
'
|
||||
'TBCW_PROF_REL_WINDOWBindingSource
|
||||
'
|
||||
Me.TBCW_PROF_REL_WINDOWBindingSource.AllowNew = True
|
||||
Me.TBCW_PROF_REL_WINDOWBindingSource.DataMember = "TBCW_PROF_REL_WINDOW"
|
||||
Me.TBCW_PROF_REL_WINDOWBindingSource.DataSource = Me.MyDataset
|
||||
'
|
||||
'MyDataset
|
||||
'
|
||||
Me.MyDataset.DataSetName = "MyDataset"
|
||||
Me.MyDataset.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
|
||||
'
|
||||
'GridView_Window
|
||||
'
|
||||
Me.GridView_Window.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.colPROCESS_NAME, Me.colGUID, Me.colDESCRIPTION, Me.colREGEX, Me.colREGEX_CLIPBOARD, Me.colSEQUENCE})
|
||||
Me.GridView_Window.GridControl = Me.GridControl_Window
|
||||
Me.GridView_Window.Name = "GridView_Window"
|
||||
'
|
||||
'colPROCESS_NAME
|
||||
'
|
||||
Me.colPROCESS_NAME.FieldName = "PROCESS_NAME"
|
||||
Me.colPROCESS_NAME.Name = "colPROCESS_NAME"
|
||||
'
|
||||
'colGUID
|
||||
'
|
||||
Me.colGUID.Caption = "GUID"
|
||||
Me.colGUID.FieldName = "GUID"
|
||||
Me.colGUID.Name = "colGUID"
|
||||
'
|
||||
'colDESCRIPTION
|
||||
'
|
||||
Me.colDESCRIPTION.Caption = "Fenster Beschreibung"
|
||||
Me.colDESCRIPTION.FieldName = "DESCRIPTION"
|
||||
Me.colDESCRIPTION.Name = "colDESCRIPTION"
|
||||
Me.colDESCRIPTION.Visible = True
|
||||
Me.colDESCRIPTION.VisibleIndex = 0
|
||||
'
|
||||
'colREGEX
|
||||
'
|
||||
Me.colREGEX.Caption = "Fenster Titel Regex"
|
||||
Me.colREGEX.ColumnEdit = Me.RepositoryItemRegexEdit
|
||||
Me.colREGEX.FieldName = "REGEX"
|
||||
Me.colREGEX.Name = "colREGEX"
|
||||
Me.colREGEX.Visible = True
|
||||
Me.colREGEX.VisibleIndex = 1
|
||||
'
|
||||
'RepositoryItemRegexEdit
|
||||
'
|
||||
Me.RepositoryItemRegexEdit.AutoHeight = False
|
||||
Me.RepositoryItemRegexEdit.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton()})
|
||||
Me.RepositoryItemRegexEdit.Name = "RepositoryItemRegexEdit"
|
||||
'
|
||||
'colREGEX_CLIPBOARD
|
||||
'
|
||||
Me.colREGEX_CLIPBOARD.Caption = "Clipboard Regex"
|
||||
Me.colREGEX_CLIPBOARD.ColumnEdit = Me.RepositoryItemRegexEdit
|
||||
Me.colREGEX_CLIPBOARD.FieldName = "REGEX_CLIPBOARD"
|
||||
Me.colREGEX_CLIPBOARD.Name = "colREGEX_CLIPBOARD"
|
||||
Me.colREGEX_CLIPBOARD.Visible = True
|
||||
Me.colREGEX_CLIPBOARD.VisibleIndex = 2
|
||||
'
|
||||
'colSEQUENCE
|
||||
'
|
||||
Me.colSEQUENCE.Caption = "Anordnung"
|
||||
Me.colSEQUENCE.ColumnEdit = Me.RepositoryItemSpinEdit1
|
||||
Me.colSEQUENCE.FieldName = "SEQUENCE"
|
||||
Me.colSEQUENCE.Name = "colSEQUENCE"
|
||||
Me.colSEQUENCE.Visible = True
|
||||
Me.colSEQUENCE.VisibleIndex = 3
|
||||
'
|
||||
'RepositoryItemSpinEdit1
|
||||
'
|
||||
Me.RepositoryItemSpinEdit1.AutoHeight = False
|
||||
Me.RepositoryItemSpinEdit1.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)})
|
||||
Me.RepositoryItemSpinEdit1.Name = "RepositoryItemSpinEdit1"
|
||||
'
|
||||
'GridControl2
|
||||
'
|
||||
Me.GridControl2.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.GridControl2.Enabled = False
|
||||
Me.GridControl2.Location = New System.Drawing.Point(0, 25)
|
||||
Me.GridControl2.MainView = Me.GridView3
|
||||
Me.GridControl2.Name = "GridControl2"
|
||||
Me.GridControl2.Size = New System.Drawing.Size(915, 302)
|
||||
Me.GridControl2.TabIndex = 69
|
||||
Me.GridControl2.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView3})
|
||||
'
|
||||
'GridView3
|
||||
'
|
||||
Me.GridView3.GridControl = Me.GridControl2
|
||||
Me.GridView3.Name = "GridView3"
|
||||
'
|
||||
'GridControl3
|
||||
'
|
||||
Me.GridControl3.DataSource = Me.TBCW_PROFILE_PROCESSBindingSource
|
||||
Me.GridControl3.Dock = System.Windows.Forms.DockStyle.Left
|
||||
Me.GridControl3.Location = New System.Drawing.Point(0, 0)
|
||||
Me.GridControl3.MainView = Me.GridViewProcessProfile
|
||||
Me.GridControl3.Name = "GridControl3"
|
||||
Me.GridControl3.Size = New System.Drawing.Size(192, 635)
|
||||
Me.GridControl3.TabIndex = 72
|
||||
Me.GridControl3.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridViewProcessProfile})
|
||||
'
|
||||
'TBCW_PROFILE_PROCESSBindingSource
|
||||
'
|
||||
Me.TBCW_PROFILE_PROCESSBindingSource.DataMember = "TBCW_PROFILE_PROCESS"
|
||||
Me.TBCW_PROFILE_PROCESSBindingSource.DataSource = Me.MyDataset
|
||||
'
|
||||
'GridViewProcessProfile
|
||||
'
|
||||
Me.GridViewProcessProfile.Appearance.EvenRow.BackColor = System.Drawing.Color.Aqua
|
||||
Me.GridViewProcessProfile.Appearance.EvenRow.Options.UseBackColor = True
|
||||
Me.GridViewProcessProfile.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.colGUID2, Me.colPROC_NAME})
|
||||
Me.GridViewProcessProfile.GridControl = Me.GridControl3
|
||||
Me.GridViewProcessProfile.Name = "GridViewProcessProfile"
|
||||
Me.GridViewProcessProfile.OptionsBehavior.Editable = False
|
||||
Me.GridViewProcessProfile.OptionsView.ColumnAutoWidth = False
|
||||
Me.GridViewProcessProfile.OptionsView.EnableAppearanceEvenRow = True
|
||||
Me.GridViewProcessProfile.OptionsView.ShowAutoFilterRow = True
|
||||
Me.GridViewProcessProfile.OptionsView.ShowDetailButtons = False
|
||||
Me.GridViewProcessProfile.OptionsView.ShowGroupPanel = False
|
||||
Me.GridViewProcessProfile.OptionsView.ShowHorizontalLines = DevExpress.Utils.DefaultBoolean.[True]
|
||||
Me.GridViewProcessProfile.OptionsView.ShowVerticalLines = DevExpress.Utils.DefaultBoolean.[True]
|
||||
'
|
||||
'colGUID2
|
||||
'
|
||||
Me.colGUID2.Caption = "ID"
|
||||
Me.colGUID2.FieldName = "GUID"
|
||||
Me.colGUID2.Name = "colGUID2"
|
||||
Me.colGUID2.Width = 43
|
||||
'
|
||||
'colPROC_NAME
|
||||
'
|
||||
Me.colPROC_NAME.Caption = "Prozess"
|
||||
Me.colPROC_NAME.FieldName = "PROC_NAME"
|
||||
Me.colPROC_NAME.Name = "colPROC_NAME"
|
||||
Me.colPROC_NAME.Visible = True
|
||||
Me.colPROC_NAME.VisibleIndex = 0
|
||||
Me.colPROC_NAME.Width = 104
|
||||
'
|
||||
'TBCW_PROFILE_PROCESSTableAdapter
|
||||
'
|
||||
Me.TBCW_PROFILE_PROCESSTableAdapter.ClearBeforeFill = True
|
||||
'
|
||||
'TBCW_PROF_REL_WINDOWTableAdapter
|
||||
'
|
||||
Me.TBCW_PROF_REL_WINDOWTableAdapter.ClearBeforeFill = True
|
||||
'
|
||||
'Label1
|
||||
'
|
||||
Me.Label1.Dock = System.Windows.Forms.DockStyle.Top
|
||||
Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.Label1.Location = New System.Drawing.Point(0, 0)
|
||||
Me.Label1.Name = "Label1"
|
||||
Me.Label1.Size = New System.Drawing.Size(915, 25)
|
||||
Me.Label1.TabIndex = 67
|
||||
Me.Label1.Text = "Zugeordnete Fenster:"
|
||||
Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||
'
|
||||
'Label2
|
||||
'
|
||||
Me.Label2.Dock = System.Windows.Forms.DockStyle.Top
|
||||
Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.Label2.Location = New System.Drawing.Point(0, 0)
|
||||
Me.Label2.Name = "Label2"
|
||||
Me.Label2.Size = New System.Drawing.Size(915, 25)
|
||||
Me.Label2.TabIndex = 68
|
||||
Me.Label2.Text = "Zugeordnete Controls:"
|
||||
Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||
'
|
||||
'ctrlApplicationAssignment
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.Controls.Add(Me.SplitContainer3)
|
||||
Me.Controls.Add(Me.GridControl3)
|
||||
Me.Name = "ctrlApplicationAssignment"
|
||||
Me.Size = New System.Drawing.Size(1107, 635)
|
||||
Me.SplitContainer3.Panel1.ResumeLayout(False)
|
||||
Me.SplitContainer3.Panel2.ResumeLayout(False)
|
||||
CType(Me.SplitContainer3, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.SplitContainer3.ResumeLayout(False)
|
||||
CType(Me.GridControl_Window, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.TBCW_PROF_REL_WINDOWBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.MyDataset, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.GridView_Window, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.RepositoryItemRegexEdit, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.RepositoryItemSpinEdit1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.GridControl2, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.GridView3, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.GridControl3, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.TBCW_PROFILE_PROCESSBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.GridViewProcessProfile, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.ResumeLayout(False)
|
||||
|
||||
End Sub
|
||||
|
||||
Friend WithEvents SplitContainer3 As SplitContainer
|
||||
Friend WithEvents GridControl_Window As DevExpress.XtraGrid.GridControl
|
||||
Friend WithEvents GridView_Window As DevExpress.XtraGrid.Views.Grid.GridView
|
||||
Friend WithEvents colPROCESS_NAME As DevExpress.XtraGrid.Columns.GridColumn
|
||||
Friend WithEvents colSEQUENCE As DevExpress.XtraGrid.Columns.GridColumn
|
||||
Friend WithEvents colDESCRIPTION As DevExpress.XtraGrid.Columns.GridColumn
|
||||
Friend WithEvents colREGEX As DevExpress.XtraGrid.Columns.GridColumn
|
||||
Friend WithEvents colREGEX_CLIPBOARD As DevExpress.XtraGrid.Columns.GridColumn
|
||||
Friend WithEvents GridControl2 As DevExpress.XtraGrid.GridControl
|
||||
Friend WithEvents GridView3 As DevExpress.XtraGrid.Views.Grid.GridView
|
||||
Friend WithEvents GridControl3 As DevExpress.XtraGrid.GridControl
|
||||
Friend WithEvents GridViewProcessProfile As DevExpress.XtraGrid.Views.Grid.GridView
|
||||
Friend WithEvents colGUID2 As DevExpress.XtraGrid.Columns.GridColumn
|
||||
Friend WithEvents colPROC_NAME As DevExpress.XtraGrid.Columns.GridColumn
|
||||
Friend WithEvents TBCW_PROFILE_PROCESSBindingSource As BindingSource
|
||||
Friend WithEvents TBCW_PROFILE_PROCESSTableAdapter As MyDatasetTableAdapters.TBCW_PROFILE_PROCESSTableAdapter
|
||||
Friend WithEvents MyDataset As MyDataset
|
||||
Friend WithEvents TBCW_PROF_REL_WINDOWTableAdapter As MyDatasetTableAdapters.TBCW_PROF_REL_WINDOWTableAdapter
|
||||
Friend WithEvents TBCW_PROF_REL_WINDOWBindingSource As BindingSource
|
||||
Friend WithEvents RepositoryItemRegexEdit As DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit
|
||||
Friend WithEvents colGUID As DevExpress.XtraGrid.Columns.GridColumn
|
||||
Friend WithEvents RepositoryItemSpinEdit1 As DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit
|
||||
Friend WithEvents Label1 As Label
|
||||
Friend WithEvents Label2 As Label
|
||||
End Class
|
||||
Reference in New Issue
Block a user