Partial Class frmAdministration Inherits System.Windows.Forms.Form 'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen. 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. Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() Dim GUIDLabel As System.Windows.Forms.Label Dim NAMELabel As System.Windows.Forms.Label Dim COMMENTLabel As System.Windows.Forms.Label Dim WD_SEARCHLabel As System.Windows.Forms.Label Dim REGEX_EXPRESSIONLabel As System.Windows.Forms.Label Dim ADDED_WHOLabel As System.Windows.Forms.Label Dim ADDED_WHENLabel As System.Windows.Forms.Label Dim CHANGED_WHOLabel As System.Windows.Forms.Label Dim CHANGED_WHENLabel As System.Windows.Forms.Label Dim PROFILE_TYPELabel As System.Windows.Forms.Label Dim GUIDLabel1 As System.Windows.Forms.Label Dim PROFILE_IDLabel As System.Windows.Forms.Label Dim CONN_IDLabel As System.Windows.Forms.Label Dim SQL_COMMANDLabel As System.Windows.Forms.Label Dim TAB_INDEXLabel As System.Windows.Forms.Label Dim TAB_TITLELabel As System.Windows.Forms.Label Dim ADDED_WHOLabel1 As System.Windows.Forms.Label Dim ADDED_WHENLabel1 As System.Windows.Forms.Label Dim CHANGED_WHOLabel1 As System.Windows.Forms.Label Dim CHANGED_WHENLabel1 As System.Windows.Forms.Label Dim GUIDLabel2 As System.Windows.Forms.Label Dim PROFILE_IDLabel1 As System.Windows.Forms.Label Dim CONN_IDLabel1 As System.Windows.Forms.Label Dim SQL_COMMANDLabel1 As System.Windows.Forms.Label Dim TAB_INDEXLabel1 As System.Windows.Forms.Label Dim TAB_TITLELabel1 As System.Windows.Forms.Label Dim ADDED_WHOLabel2 As System.Windows.Forms.Label Dim ADDED_WHENLabel2 As System.Windows.Forms.Label Dim CHANGED_WHOLabel2 As System.Windows.Forms.Label Dim CHANGED_WHENLabel2 As System.Windows.Forms.Label Dim Label7 As System.Windows.Forms.Label Dim Label8 As System.Windows.Forms.Label Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmAdministration)) Me.btnaddSearch = New System.Windows.Forms.Button() Me.CHANGED_WHENTextBox = New System.Windows.Forms.TextBox() Me.TBCW_PROFILESBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.MyDataset = New DD_Clipboard_Watcher.MyDataset() Me.CHANGED_WHOTextBox = New System.Windows.Forms.TextBox() Me.ADDED_WHENTextBox = New System.Windows.Forms.TextBox() Me.ADDED_WHOTextBox = New System.Windows.Forms.TextBox() Me.REGEX_EXPRESSIONTextBox = New System.Windows.Forms.TextBox() Me.WD_SEARCHTextBox = New System.Windows.Forms.TextBox() Me.ACTIVECheckBox = New System.Windows.Forms.CheckBox() Me.GUIDTextBox = New System.Windows.Forms.TextBox() Me.NAMETextBox = New System.Windows.Forms.TextBox() Me.COMMENTTextBox = New System.Windows.Forms.TextBox() Me.GridControlProfiles = New DevExpress.XtraGrid.GridControl() Me.GridView1 = New DevExpress.XtraGrid.Views.Grid.GridView() Me.colGUID = New DevExpress.XtraGrid.Columns.GridColumn() Me.colNAME = New DevExpress.XtraGrid.Columns.GridColumn() Me.TBCW_PROFILESBindingNavigator = New System.Windows.Forms.BindingNavigator(Me.components) Me.BindingNavigatorAddNewItem = New System.Windows.Forms.ToolStripButton() Me.BindingNavigatorCountItem = New System.Windows.Forms.ToolStripLabel() 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.BindingNavigatorDeleteItem = New System.Windows.Forms.ToolStripButton() Me.TBCW_PROFILESBindingNavigatorSaveItem = New System.Windows.Forms.ToolStripButton() Me.ToolStripButton1 = New System.Windows.Forms.ToolStripButton() Me.TBWH_UserBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.VWUSER_PROFILEBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.TBCW_PROFILESTableAdapter = New DD_Clipboard_Watcher.MyDatasetTableAdapters.TBCW_PROFILESTableAdapter() Me.TableAdapterManager = New DD_Clipboard_Watcher.MyDatasetTableAdapters.TableAdapterManager() Me.StatusStrip1 = New System.Windows.Forms.StatusStrip() Me.statuslabel = New System.Windows.Forms.ToolStripStatusLabel() Me.OFDWindreamsuche = New System.Windows.Forms.OpenFileDialog() Me.VWUSER_PROFILETableAdapter = New DD_Clipboard_Watcher.MyDatasetTableAdapters.VWUSER_PROFILETableAdapter() Me.TimerTest = New System.Windows.Forms.Timer(Me.components) Me.TBCW_PROFILE_PROCESSBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.TBCW_PROFILE_PROCESSTableAdapter = New DD_Clipboard_Watcher.MyDatasetTableAdapters.TBCW_PROFILE_PROCESSTableAdapter() Me.BackgroundWorker1 = New System.ComponentModel.BackgroundWorker() Me.lblLicenseDate = New System.Windows.Forms.Label() Me.lbllicenseCount = New System.Windows.Forms.Label() Me.Label6 = New System.Windows.Forms.Label() Me.Label5 = New System.Windows.Forms.Label() Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components) Me.GroupBox5 = New System.Windows.Forms.GroupBox() Me.XtraTabControl2 = New DevExpress.XtraTab.XtraTabControl() Me.TabPageProfiles = New DevExpress.XtraTab.XtraTabPage() Me.XtraTabControl3 = New DevExpress.XtraTab.XtraTabControl() Me.TabPageGeneralSettings = New DevExpress.XtraTab.XtraTabPage() Me.PROFILE_TYPEComboBox = New System.Windows.Forms.ComboBox() Me.TBWH_PROFILE_TYPEBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.TabPageProcessAssignment = New DevExpress.XtraTab.XtraTabPage() Me.BindingNavigator3 = New System.Windows.Forms.BindingNavigator(Me.components) Me.BindingNavigatorAddNewItem3 = New System.Windows.Forms.ToolStripButton() Me.TBCW_PROF_REL_WINDOWBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.BindingNavigatorCountItem3 = New System.Windows.Forms.ToolStripLabel() Me.BindingNavigatorDeleteItem3 = New System.Windows.Forms.ToolStripButton() Me.BindingNavigatorMoveFirstItem3 = New System.Windows.Forms.ToolStripButton() Me.BindingNavigatorMovePreviousItem3 = New System.Windows.Forms.ToolStripButton() Me.BindingNavigatorSeparator9 = New System.Windows.Forms.ToolStripSeparator() Me.BindingNavigatorPositionItem3 = New System.Windows.Forms.ToolStripTextBox() Me.BindingNavigatorSeparator10 = New System.Windows.Forms.ToolStripSeparator() Me.BindingNavigatorMoveNextItem3 = New System.Windows.Forms.ToolStripButton() Me.BindingNavigatorMoveLastItem3 = New System.Windows.Forms.ToolStripButton() Me.BindingNavigatorSeparator11 = New System.Windows.Forms.ToolStripSeparator() Me.ToolStripButton7 = New System.Windows.Forms.ToolStripButton() Me.GridControl1 = New DevExpress.XtraGrid.GridControl() Me.GridView2 = New DevExpress.XtraGrid.Views.Grid.GridView() Me.colPROCESS_NAME = New DevExpress.XtraGrid.Columns.GridColumn() Me.colDESCRIPTION = New DevExpress.XtraGrid.Columns.GridColumn() Me.colREGEX = New DevExpress.XtraGrid.Columns.GridColumn() Me.colREGEX_CLIPBOARD = New DevExpress.XtraGrid.Columns.GridColumn() Me.colSEQUENCE = New DevExpress.XtraGrid.Columns.GridColumn() Me.GridControl3 = New DevExpress.XtraGrid.GridControl() Me.GridViewProcessProfile = New DevExpress.XtraGrid.Views.Grid.GridView() Me.colGUID2 = New DevExpress.XtraGrid.Columns.GridColumn() Me.colPROC_NAME = New DevExpress.XtraGrid.Columns.GridColumn() Me.ToolStrip1 = New System.Windows.Forms.ToolStrip() Me.ToolStripButton5 = New System.Windows.Forms.ToolStripButton() Me.ToolStripButton6 = New System.Windows.Forms.ToolStripButton() Me.TabPageUserAssignment = New DevExpress.XtraTab.XtraTabPage() Me.SplitContainer1 = New System.Windows.Forms.SplitContainer() Me.GridControlUserInProfile = New DevExpress.XtraGrid.GridControl() Me.GridViewUserInProfile = New DevExpress.XtraGrid.Views.Grid.GridView() Me.colGUID1 = New DevExpress.XtraGrid.Columns.GridColumn() Me.colUSERNAME = New DevExpress.XtraGrid.Columns.GridColumn() Me.colNAME1 = New DevExpress.XtraGrid.Columns.GridColumn() Me.colPRENAME = New DevExpress.XtraGrid.Columns.GridColumn() Me.Label1 = New System.Windows.Forms.Label() Me.GridControlUserNotInProfile = New DevExpress.XtraGrid.GridControl() Me.GridViewUserNotInProfile = New DevExpress.XtraGrid.Views.Grid.GridView() Me.colSelect = New DevExpress.XtraGrid.Columns.GridColumn() Me.colSurname = New DevExpress.XtraGrid.Columns.GridColumn() Me.GridColumn2 = New DevExpress.XtraGrid.Columns.GridColumn() Me.GridColumn3 = New DevExpress.XtraGrid.Columns.GridColumn() Me.colID = New DevExpress.XtraGrid.Columns.GridColumn() Me.Label2 = New System.Windows.Forms.Label() Me.btnRemoveUserFromProfile = New System.Windows.Forms.Button() Me.btnAddUserToProfile = New System.Windows.Forms.Button() Me.TabPageGroupAssignment = New DevExpress.XtraTab.XtraTabPage() Me.btnRemoveGroupFromProfile = New System.Windows.Forms.Button() Me.btnAddGroupToProfile = New System.Windows.Forms.Button() Me.SplitContainer2 = New System.Windows.Forms.SplitContainer() Me.GridControlGroupInProfile = New DevExpress.XtraGrid.GridControl() Me.VWCW_GROUP_PROFILEBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.GridViewGroupInProfile = New DevExpress.XtraGrid.Views.Grid.GridView() Me.colGUID3 = New DevExpress.XtraGrid.Columns.GridColumn() Me.colNAME2 = New DevExpress.XtraGrid.Columns.GridColumn() Me.Label9 = New System.Windows.Forms.Label() Me.GridControlGroupNotInProfile = New DevExpress.XtraGrid.GridControl() Me.TBWH_GROUPBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.GridViewGroupNotInProfile = New DevExpress.XtraGrid.Views.Grid.GridView() Me.colID1 = New DevExpress.XtraGrid.Columns.GridColumn() Me.colNAME3 = New DevExpress.XtraGrid.Columns.GridColumn() Me.Label10 = New System.Windows.Forms.Label() Me.TabPageData = New DevExpress.XtraTab.XtraTabPage() Me.BindingNavigator1 = New System.Windows.Forms.BindingNavigator(Me.components) Me.BindingNavigatorAddNewItem1 = New System.Windows.Forms.ToolStripButton() Me.TBCW_PROF_DATA_SEARCHBindingSource = New System.Windows.Forms.BindingSource(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.ToolStripButton3 = New System.Windows.Forms.ToolStripButton() Me.GUIDTextBox1 = New System.Windows.Forms.TextBox() Me.PROFILE_IDTextBox = New System.Windows.Forms.TextBox() Me.CONN_IDTextBox = New System.Windows.Forms.TextBox() Me.TextBox1 = New System.Windows.Forms.TextBox() Me.SQL_COMMANDTextBox = New System.Windows.Forms.TextBox() Me.TAB_INDEXTextBox = New System.Windows.Forms.TextBox() Me.ACTIVECheckBox1 = New System.Windows.Forms.CheckBox() Me.TAB_TITLETextBox = New System.Windows.Forms.TextBox() Me.ADDED_WHOTextBox1 = New System.Windows.Forms.TextBox() Me.ADDED_WHENDateTimePicker = New System.Windows.Forms.DateTimePicker() Me.CHANGED_WHOTextBox1 = New System.Windows.Forms.TextBox() Me.CHANGED_WHENDateTimePicker = New System.Windows.Forms.DateTimePicker() Me.TabPageDocuments = New DevExpress.XtraTab.XtraTabPage() Me.BindingNavigator2 = New System.Windows.Forms.BindingNavigator(Me.components) Me.BindingNavigatorAddNewItem2 = New System.Windows.Forms.ToolStripButton() Me.TBCW_PROF_DOC_SEARCHBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.BindingNavigatorCountItem2 = New System.Windows.Forms.ToolStripLabel() Me.BindingNavigatorDeleteItem2 = New System.Windows.Forms.ToolStripButton() Me.BindingNavigatorMoveFirstItem2 = New System.Windows.Forms.ToolStripButton() Me.BindingNavigatorMovePreviousItem2 = New System.Windows.Forms.ToolStripButton() Me.BindingNavigatorSeparator6 = New System.Windows.Forms.ToolStripSeparator() Me.BindingNavigatorPositionItem2 = New System.Windows.Forms.ToolStripTextBox() Me.BindingNavigatorSeparator7 = New System.Windows.Forms.ToolStripSeparator() Me.BindingNavigatorMoveNextItem2 = New System.Windows.Forms.ToolStripButton() Me.BindingNavigatorMoveLastItem2 = New System.Windows.Forms.ToolStripButton() Me.BindingNavigatorSeparator8 = New System.Windows.Forms.ToolStripSeparator() Me.ToolStripButton2 = New System.Windows.Forms.ToolStripButton() Me.GUIDTextBox2 = New System.Windows.Forms.TextBox() Me.PROFILE_IDTextBox1 = New System.Windows.Forms.TextBox() Me.CONN_IDTextBox1 = New System.Windows.Forms.TextBox() Me.TextBox2 = New System.Windows.Forms.TextBox() Me.SQL_COMMANDTextBox1 = New System.Windows.Forms.TextBox() Me.TAB_INDEXTextBox1 = New System.Windows.Forms.TextBox() Me.ACTIVECheckBox2 = New System.Windows.Forms.CheckBox() Me.TAB_TITLETextBox1 = New System.Windows.Forms.TextBox() Me.ADDED_WHOTextBox2 = New System.Windows.Forms.TextBox() Me.ADDED_WHENDateTimePicker1 = New System.Windows.Forms.DateTimePicker() Me.CHANGED_WHOTextBox2 = New System.Windows.Forms.TextBox() Me.CHANGED_WHENDateTimePicker1 = New System.Windows.Forms.DateTimePicker() Me.TabPageBasicSettings = New DevExpress.XtraTab.XtraTabPage() Me.TBCW_PROF_DATA_SEARCHTableAdapter = New DD_Clipboard_Watcher.MyDatasetTableAdapters.TBCW_PROF_DATA_SEARCHTableAdapter() Me.TBCW_PROF_DOC_SEARCHTableAdapter = New DD_Clipboard_Watcher.MyDatasetTableAdapters.TBCW_PROF_DOC_SEARCHTableAdapter() Me.VWCW_GROUP_PROFILETableAdapter = New DD_Clipboard_Watcher.MyDatasetTableAdapters.VWCW_GROUP_PROFILETableAdapter() Me.TBCW_PROF_REL_WINDOWTableAdapter = New DD_Clipboard_Watcher.MyDatasetTableAdapters.TBCW_PROF_REL_WINDOWTableAdapter() Me.GridControl2 = New DevExpress.XtraGrid.GridControl() Me.GridView3 = New DevExpress.XtraGrid.Views.Grid.GridView() Me.ToolStripButton4 = New System.Windows.Forms.ToolStripButton() Me.ToolStripButton8 = New System.Windows.Forms.ToolStripButton() Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator() Me.SplitContainer3 = New System.Windows.Forms.SplitContainer() Me.ToolStrip2 = New System.Windows.Forms.ToolStrip() Me.ToolStripButton9 = New System.Windows.Forms.ToolStripButton() Me.ToolStripButton10 = New System.Windows.Forms.ToolStripButton() Me.ToolStripButton11 = New System.Windows.Forms.ToolStripButton() Me.ToolStripButton12 = New System.Windows.Forms.ToolStripButton() Me.ToolStripButton13 = New System.Windows.Forms.ToolStripButton() Me.ToolStripButton14 = New System.Windows.Forms.ToolStripButton() Me.ToolStripSeparator2 = New System.Windows.Forms.ToolStripSeparator() GUIDLabel = New System.Windows.Forms.Label() NAMELabel = New System.Windows.Forms.Label() COMMENTLabel = New System.Windows.Forms.Label() WD_SEARCHLabel = New System.Windows.Forms.Label() REGEX_EXPRESSIONLabel = New System.Windows.Forms.Label() ADDED_WHOLabel = New System.Windows.Forms.Label() ADDED_WHENLabel = New System.Windows.Forms.Label() CHANGED_WHOLabel = New System.Windows.Forms.Label() CHANGED_WHENLabel = New System.Windows.Forms.Label() PROFILE_TYPELabel = New System.Windows.Forms.Label() GUIDLabel1 = New System.Windows.Forms.Label() PROFILE_IDLabel = New System.Windows.Forms.Label() CONN_IDLabel = New System.Windows.Forms.Label() SQL_COMMANDLabel = New System.Windows.Forms.Label() TAB_INDEXLabel = New System.Windows.Forms.Label() TAB_TITLELabel = New System.Windows.Forms.Label() ADDED_WHOLabel1 = New System.Windows.Forms.Label() ADDED_WHENLabel1 = New System.Windows.Forms.Label() CHANGED_WHOLabel1 = New System.Windows.Forms.Label() CHANGED_WHENLabel1 = New System.Windows.Forms.Label() GUIDLabel2 = New System.Windows.Forms.Label() PROFILE_IDLabel1 = New System.Windows.Forms.Label() CONN_IDLabel1 = New System.Windows.Forms.Label() SQL_COMMANDLabel1 = New System.Windows.Forms.Label() TAB_INDEXLabel1 = New System.Windows.Forms.Label() TAB_TITLELabel1 = New System.Windows.Forms.Label() ADDED_WHOLabel2 = New System.Windows.Forms.Label() ADDED_WHENLabel2 = New System.Windows.Forms.Label() CHANGED_WHOLabel2 = New System.Windows.Forms.Label() CHANGED_WHENLabel2 = New System.Windows.Forms.Label() Label7 = New System.Windows.Forms.Label() Label8 = New System.Windows.Forms.Label() CType(Me.TBCW_PROFILESBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.MyDataset, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.GridControlProfiles, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.GridView1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.TBCW_PROFILESBindingNavigator, System.ComponentModel.ISupportInitialize).BeginInit() Me.TBCW_PROFILESBindingNavigator.SuspendLayout() CType(Me.TBWH_UserBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.VWUSER_PROFILEBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() Me.StatusStrip1.SuspendLayout() CType(Me.TBCW_PROFILE_PROCESSBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() Me.GroupBox5.SuspendLayout() CType(Me.XtraTabControl2, System.ComponentModel.ISupportInitialize).BeginInit() Me.XtraTabControl2.SuspendLayout() Me.TabPageProfiles.SuspendLayout() CType(Me.XtraTabControl3, System.ComponentModel.ISupportInitialize).BeginInit() Me.XtraTabControl3.SuspendLayout() Me.TabPageGeneralSettings.SuspendLayout() CType(Me.TBWH_PROFILE_TYPEBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() Me.TabPageProcessAssignment.SuspendLayout() CType(Me.BindingNavigator3, System.ComponentModel.ISupportInitialize).BeginInit() Me.BindingNavigator3.SuspendLayout() CType(Me.TBCW_PROF_REL_WINDOWBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.GridControl1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.GridView2, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.GridControl3, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.GridViewProcessProfile, System.ComponentModel.ISupportInitialize).BeginInit() Me.ToolStrip1.SuspendLayout() Me.TabPageUserAssignment.SuspendLayout() CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SplitContainer1.Panel1.SuspendLayout() Me.SplitContainer1.Panel2.SuspendLayout() Me.SplitContainer1.SuspendLayout() CType(Me.GridControlUserInProfile, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.GridViewUserInProfile, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.GridControlUserNotInProfile, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.GridViewUserNotInProfile, System.ComponentModel.ISupportInitialize).BeginInit() Me.TabPageGroupAssignment.SuspendLayout() CType(Me.SplitContainer2, System.ComponentModel.ISupportInitialize).BeginInit() Me.SplitContainer2.Panel1.SuspendLayout() Me.SplitContainer2.Panel2.SuspendLayout() Me.SplitContainer2.SuspendLayout() CType(Me.GridControlGroupInProfile, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.VWCW_GROUP_PROFILEBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.GridViewGroupInProfile, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.GridControlGroupNotInProfile, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.TBWH_GROUPBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.GridViewGroupNotInProfile, System.ComponentModel.ISupportInitialize).BeginInit() Me.TabPageData.SuspendLayout() CType(Me.BindingNavigator1, System.ComponentModel.ISupportInitialize).BeginInit() Me.BindingNavigator1.SuspendLayout() CType(Me.TBCW_PROF_DATA_SEARCHBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() Me.TabPageDocuments.SuspendLayout() CType(Me.BindingNavigator2, System.ComponentModel.ISupportInitialize).BeginInit() Me.BindingNavigator2.SuspendLayout() CType(Me.TBCW_PROF_DOC_SEARCHBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() Me.TabPageBasicSettings.SuspendLayout() CType(Me.GridControl2, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.GridView3, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.SplitContainer3, System.ComponentModel.ISupportInitialize).BeginInit() Me.SplitContainer3.Panel1.SuspendLayout() Me.SplitContainer3.Panel2.SuspendLayout() Me.SplitContainer3.SuspendLayout() Me.ToolStrip2.SuspendLayout() Me.SuspendLayout() ' 'GUIDLabel ' GUIDLabel.AutoSize = True GUIDLabel.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) GUIDLabel.Location = New System.Drawing.Point(14, 12) GUIDLabel.Name = "GUIDLabel" GUIDLabel.Size = New System.Drawing.Size(22, 13) GUIDLabel.TabIndex = 0 GUIDLabel.Text = "ID:" ' 'NAMELabel ' NAMELabel.AutoSize = True NAMELabel.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) NAMELabel.Location = New System.Drawing.Point(14, 52) NAMELabel.Name = "NAMELabel" NAMELabel.Size = New System.Drawing.Size(38, 13) NAMELabel.TabIndex = 2 NAMELabel.Text = "Name:" ' 'COMMENTLabel ' COMMENTLabel.AutoSize = True COMMENTLabel.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) COMMENTLabel.Location = New System.Drawing.Point(14, 92) COMMENTLabel.Name = "COMMENTLabel" COMMENTLabel.Size = New System.Drawing.Size(65, 13) COMMENTLabel.TabIndex = 4 COMMENTLabel.Text = "Kommentar:" ' 'WD_SEARCHLabel ' WD_SEARCHLabel.AutoSize = True WD_SEARCHLabel.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) WD_SEARCHLabel.Location = New System.Drawing.Point(14, 132) WD_SEARCHLabel.Name = "WD_SEARCHLabel" WD_SEARCHLabel.Size = New System.Drawing.Size(89, 13) WD_SEARCHLabel.TabIndex = 6 WD_SEARCHLabel.Text = "windream Suche:" ' 'REGEX_EXPRESSIONLabel ' REGEX_EXPRESSIONLabel.AutoSize = True REGEX_EXPRESSIONLabel.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) REGEX_EXPRESSIONLabel.Location = New System.Drawing.Point(14, 172) REGEX_EXPRESSIONLabel.Name = "REGEX_EXPRESSIONLabel" REGEX_EXPRESSIONLabel.Size = New System.Drawing.Size(97, 13) REGEX_EXPRESSIONLabel.TabIndex = 8 REGEX_EXPRESSIONLabel.Text = "Regex Expression:" ' 'ADDED_WHOLabel ' ADDED_WHOLabel.AutoSize = True ADDED_WHOLabel.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) ADDED_WHOLabel.Location = New System.Drawing.Point(14, 448) ADDED_WHOLabel.Name = "ADDED_WHOLabel" ADDED_WHOLabel.Size = New System.Drawing.Size(65, 13) ADDED_WHOLabel.TabIndex = 10 ADDED_WHOLabel.Text = "Erstellt wer:" ' 'ADDED_WHENLabel ' ADDED_WHENLabel.AutoSize = True ADDED_WHENLabel.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) ADDED_WHENLabel.Location = New System.Drawing.Point(167, 448) ADDED_WHENLabel.Name = "ADDED_WHENLabel" ADDED_WHENLabel.Size = New System.Drawing.Size(73, 13) ADDED_WHENLabel.TabIndex = 12 ADDED_WHENLabel.Text = "Erstellt wann:" ' 'CHANGED_WHOLabel ' CHANGED_WHOLabel.AutoSize = True CHANGED_WHOLabel.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) CHANGED_WHOLabel.Location = New System.Drawing.Point(14, 488) CHANGED_WHOLabel.Name = "CHANGED_WHOLabel" CHANGED_WHOLabel.Size = New System.Drawing.Size(77, 13) CHANGED_WHOLabel.TabIndex = 14 CHANGED_WHOLabel.Text = "Geändert wer:" ' 'CHANGED_WHENLabel ' CHANGED_WHENLabel.AutoSize = True CHANGED_WHENLabel.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) CHANGED_WHENLabel.Location = New System.Drawing.Point(167, 488) CHANGED_WHENLabel.Name = "CHANGED_WHENLabel" CHANGED_WHENLabel.Size = New System.Drawing.Size(85, 13) CHANGED_WHENLabel.TabIndex = 16 CHANGED_WHENLabel.Text = "Geändert wann:" ' 'PROFILE_TYPELabel ' PROFILE_TYPELabel.AutoSize = True PROFILE_TYPELabel.Location = New System.Drawing.Point(67, 12) PROFILE_TYPELabel.Name = "PROFILE_TYPELabel" PROFILE_TYPELabel.Size = New System.Drawing.Size(56, 13) PROFILE_TYPELabel.TabIndex = 20 PROFILE_TYPELabel.Text = "Profil Typ:" ' 'GUIDLabel1 ' GUIDLabel1.AutoSize = True GUIDLabel1.Location = New System.Drawing.Point(15, 63) GUIDLabel1.Name = "GUIDLabel1" GUIDLabel1.Size = New System.Drawing.Size(22, 13) GUIDLabel1.TabIndex = 0 GUIDLabel1.Text = "ID:" ' 'PROFILE_IDLabel ' PROFILE_IDLabel.AutoSize = True PROFILE_IDLabel.Location = New System.Drawing.Point(15, 90) PROFILE_IDLabel.Name = "PROFILE_IDLabel" PROFILE_IDLabel.Size = New System.Drawing.Size(49, 13) PROFILE_IDLabel.TabIndex = 2 PROFILE_IDLabel.Text = "Profil ID:" ' 'CONN_IDLabel ' CONN_IDLabel.AutoSize = True CONN_IDLabel.Location = New System.Drawing.Point(15, 117) CONN_IDLabel.Name = "CONN_IDLabel" CONN_IDLabel.Size = New System.Drawing.Size(79, 13) CONN_IDLabel.TabIndex = 4 CONN_IDLabel.Text = "Connection ID:" ' 'SQL_COMMANDLabel ' SQL_COMMANDLabel.AutoSize = True SQL_COMMANDLabel.Location = New System.Drawing.Point(316, 41) SQL_COMMANDLabel.Name = "SQL_COMMANDLabel" SQL_COMMANDLabel.Size = New System.Drawing.Size(79, 13) SQL_COMMANDLabel.TabIndex = 6 SQL_COMMANDLabel.Text = "SQL für Suche:" ' 'TAB_INDEXLabel ' TAB_INDEXLabel.AutoSize = True TAB_INDEXLabel.Location = New System.Drawing.Point(15, 144) TAB_INDEXLabel.Name = "TAB_INDEXLabel" TAB_INDEXLabel.Size = New System.Drawing.Size(69, 13) TAB_INDEXLabel.TabIndex = 8 TAB_INDEXLabel.Text = "Tab Position:" ' 'TAB_TITLELabel ' TAB_TITLELabel.AutoSize = True TAB_TITLELabel.Location = New System.Drawing.Point(15, 171) TAB_TITLELabel.Name = "TAB_TITLELabel" TAB_TITLELabel.Size = New System.Drawing.Size(52, 13) TAB_TITLELabel.TabIndex = 12 TAB_TITLELabel.Text = "Tab Titel:" ' 'ADDED_WHOLabel1 ' ADDED_WHOLabel1.AutoSize = True ADDED_WHOLabel1.Location = New System.Drawing.Point(15, 198) ADDED_WHOLabel1.Name = "ADDED_WHOLabel1" ADDED_WHOLabel1.Size = New System.Drawing.Size(67, 13) ADDED_WHOLabel1.TabIndex = 14 ADDED_WHOLabel1.Text = "Erstellt Wer:" ' 'ADDED_WHENLabel1 ' ADDED_WHENLabel1.AutoSize = True ADDED_WHENLabel1.Location = New System.Drawing.Point(15, 226) ADDED_WHENLabel1.Name = "ADDED_WHENLabel1" ADDED_WHENLabel1.Size = New System.Drawing.Size(75, 13) ADDED_WHENLabel1.TabIndex = 16 ADDED_WHENLabel1.Text = "Erstellt Wann:" ' 'CHANGED_WHOLabel1 ' CHANGED_WHOLabel1.AutoSize = True CHANGED_WHOLabel1.Location = New System.Drawing.Point(15, 252) CHANGED_WHOLabel1.Name = "CHANGED_WHOLabel1" CHANGED_WHOLabel1.Size = New System.Drawing.Size(79, 13) CHANGED_WHOLabel1.TabIndex = 18 CHANGED_WHOLabel1.Text = "Geändert Wer:" ' 'CHANGED_WHENLabel1 ' CHANGED_WHENLabel1.AutoSize = True CHANGED_WHENLabel1.Location = New System.Drawing.Point(15, 280) CHANGED_WHENLabel1.Name = "CHANGED_WHENLabel1" CHANGED_WHENLabel1.Size = New System.Drawing.Size(87, 13) CHANGED_WHENLabel1.TabIndex = 20 CHANGED_WHENLabel1.Text = "Geändert Wann:" ' 'GUIDLabel2 ' GUIDLabel2.AutoSize = True GUIDLabel2.Location = New System.Drawing.Point(15, 63) GUIDLabel2.Name = "GUIDLabel2" GUIDLabel2.Size = New System.Drawing.Size(22, 13) GUIDLabel2.TabIndex = 0 GUIDLabel2.Text = "ID:" ' 'PROFILE_IDLabel1 ' PROFILE_IDLabel1.AutoSize = True PROFILE_IDLabel1.Location = New System.Drawing.Point(15, 90) PROFILE_IDLabel1.Name = "PROFILE_IDLabel1" PROFILE_IDLabel1.Size = New System.Drawing.Size(49, 13) PROFILE_IDLabel1.TabIndex = 2 PROFILE_IDLabel1.Text = "Profil ID:" ' 'CONN_IDLabel1 ' CONN_IDLabel1.AutoSize = True CONN_IDLabel1.Location = New System.Drawing.Point(15, 117) CONN_IDLabel1.Name = "CONN_IDLabel1" CONN_IDLabel1.Size = New System.Drawing.Size(79, 13) CONN_IDLabel1.TabIndex = 4 CONN_IDLabel1.Text = "Connection ID:" ' 'SQL_COMMANDLabel1 ' SQL_COMMANDLabel1.AutoSize = True SQL_COMMANDLabel1.Location = New System.Drawing.Point(316, 41) SQL_COMMANDLabel1.Name = "SQL_COMMANDLabel1" SQL_COMMANDLabel1.Size = New System.Drawing.Size(79, 13) SQL_COMMANDLabel1.TabIndex = 6 SQL_COMMANDLabel1.Text = "SQL für Suche:" ' 'TAB_INDEXLabel1 ' TAB_INDEXLabel1.AutoSize = True TAB_INDEXLabel1.Location = New System.Drawing.Point(15, 144) TAB_INDEXLabel1.Name = "TAB_INDEXLabel1" TAB_INDEXLabel1.Size = New System.Drawing.Size(69, 13) TAB_INDEXLabel1.TabIndex = 8 TAB_INDEXLabel1.Text = "Tab Position:" ' 'TAB_TITLELabel1 ' TAB_TITLELabel1.AutoSize = True TAB_TITLELabel1.Location = New System.Drawing.Point(15, 171) TAB_TITLELabel1.Name = "TAB_TITLELabel1" TAB_TITLELabel1.Size = New System.Drawing.Size(52, 13) TAB_TITLELabel1.TabIndex = 12 TAB_TITLELabel1.Text = "Tab Titel:" ' 'ADDED_WHOLabel2 ' ADDED_WHOLabel2.AutoSize = True ADDED_WHOLabel2.Location = New System.Drawing.Point(15, 198) ADDED_WHOLabel2.Name = "ADDED_WHOLabel2" ADDED_WHOLabel2.Size = New System.Drawing.Size(67, 13) ADDED_WHOLabel2.TabIndex = 14 ADDED_WHOLabel2.Text = "Erstellt Wer:" ' 'ADDED_WHENLabel2 ' ADDED_WHENLabel2.AutoSize = True ADDED_WHENLabel2.Location = New System.Drawing.Point(15, 226) ADDED_WHENLabel2.Name = "ADDED_WHENLabel2" ADDED_WHENLabel2.Size = New System.Drawing.Size(75, 13) ADDED_WHENLabel2.TabIndex = 16 ADDED_WHENLabel2.Text = "Erstellt Wann:" ' 'CHANGED_WHOLabel2 ' CHANGED_WHOLabel2.AutoSize = True CHANGED_WHOLabel2.Location = New System.Drawing.Point(15, 252) CHANGED_WHOLabel2.Name = "CHANGED_WHOLabel2" CHANGED_WHOLabel2.Size = New System.Drawing.Size(79, 13) CHANGED_WHOLabel2.TabIndex = 18 CHANGED_WHOLabel2.Text = "Geändert Wer:" ' 'CHANGED_WHENLabel2 ' CHANGED_WHENLabel2.AutoSize = True CHANGED_WHENLabel2.Location = New System.Drawing.Point(15, 280) CHANGED_WHENLabel2.Name = "CHANGED_WHENLabel2" CHANGED_WHENLabel2.Size = New System.Drawing.Size(87, 13) CHANGED_WHENLabel2.TabIndex = 20 CHANGED_WHENLabel2.Text = "Geändert Wann:" ' 'Label7 ' Label7.AutoSize = True Label7.Location = New System.Drawing.Point(316, 309) Label7.Name = "Label7" Label7.Size = New System.Drawing.Size(132, 13) Label7.TabIndex = 6 Label7.Text = "SQL für Ergebnis Zählung:" ' 'Label8 ' Label8.AutoSize = True Label8.Location = New System.Drawing.Point(316, 309) Label8.Name = "Label8" Label8.Size = New System.Drawing.Size(132, 13) Label8.TabIndex = 23 Label8.Text = "SQL für Ergebnis Zählung:" ' 'btnaddSearch ' Me.btnaddSearch.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.btnaddSearch.Location = New System.Drawing.Point(405, 146) Me.btnaddSearch.Name = "btnaddSearch" Me.btnaddSearch.Size = New System.Drawing.Size(28, 23) Me.btnaddSearch.TabIndex = 19 Me.btnaddSearch.Text = "..." Me.btnaddSearch.UseVisualStyleBackColor = True ' 'CHANGED_WHENTextBox ' Me.CHANGED_WHENTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBCW_PROFILESBindingSource, "CHANGED_WHEN", True)) Me.CHANGED_WHENTextBox.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.CHANGED_WHENTextBox.Location = New System.Drawing.Point(170, 504) Me.CHANGED_WHENTextBox.Name = "CHANGED_WHENTextBox" Me.CHANGED_WHENTextBox.ReadOnly = True Me.CHANGED_WHENTextBox.Size = New System.Drawing.Size(127, 21) Me.CHANGED_WHENTextBox.TabIndex = 17 ' 'TBCW_PROFILESBindingSource ' Me.TBCW_PROFILESBindingSource.DataMember = "TBCW_PROFILES" Me.TBCW_PROFILESBindingSource.DataSource = Me.MyDataset ' 'MyDataset ' Me.MyDataset.DataSetName = "MyDataset" Me.MyDataset.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema ' 'CHANGED_WHOTextBox ' Me.CHANGED_WHOTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBCW_PROFILESBindingSource, "CHANGED_WHO", True)) Me.CHANGED_WHOTextBox.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.CHANGED_WHOTextBox.Location = New System.Drawing.Point(17, 504) Me.CHANGED_WHOTextBox.Name = "CHANGED_WHOTextBox" Me.CHANGED_WHOTextBox.ReadOnly = True Me.CHANGED_WHOTextBox.Size = New System.Drawing.Size(147, 21) Me.CHANGED_WHOTextBox.TabIndex = 15 ' 'ADDED_WHENTextBox ' Me.ADDED_WHENTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBCW_PROFILESBindingSource, "ADDED_WHEN", True)) Me.ADDED_WHENTextBox.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.ADDED_WHENTextBox.Location = New System.Drawing.Point(170, 464) Me.ADDED_WHENTextBox.Name = "ADDED_WHENTextBox" Me.ADDED_WHENTextBox.ReadOnly = True Me.ADDED_WHENTextBox.Size = New System.Drawing.Size(127, 21) Me.ADDED_WHENTextBox.TabIndex = 13 ' 'ADDED_WHOTextBox ' Me.ADDED_WHOTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBCW_PROFILESBindingSource, "ADDED_WHO", True)) Me.ADDED_WHOTextBox.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.ADDED_WHOTextBox.Location = New System.Drawing.Point(17, 464) Me.ADDED_WHOTextBox.Name = "ADDED_WHOTextBox" Me.ADDED_WHOTextBox.ReadOnly = True Me.ADDED_WHOTextBox.Size = New System.Drawing.Size(147, 21) Me.ADDED_WHOTextBox.TabIndex = 11 ' 'REGEX_EXPRESSIONTextBox ' Me.REGEX_EXPRESSIONTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBCW_PROFILESBindingSource, "REGEX_EXPRESSION", True)) Me.REGEX_EXPRESSIONTextBox.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.REGEX_EXPRESSIONTextBox.Location = New System.Drawing.Point(17, 188) Me.REGEX_EXPRESSIONTextBox.Name = "REGEX_EXPRESSIONTextBox" Me.REGEX_EXPRESSIONTextBox.Size = New System.Drawing.Size(416, 21) Me.REGEX_EXPRESSIONTextBox.TabIndex = 3 ' 'WD_SEARCHTextBox ' Me.WD_SEARCHTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBCW_PROFILESBindingSource, "WD_SEARCH", True)) Me.WD_SEARCHTextBox.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.WD_SEARCHTextBox.Location = New System.Drawing.Point(17, 148) Me.WD_SEARCHTextBox.Name = "WD_SEARCHTextBox" Me.WD_SEARCHTextBox.Size = New System.Drawing.Size(380, 21) Me.WD_SEARCHTextBox.TabIndex = 2 ' 'ACTIVECheckBox ' Me.ACTIVECheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBCW_PROFILESBindingSource, "ACTIVE", True)) Me.ACTIVECheckBox.Location = New System.Drawing.Point(321, 26) Me.ACTIVECheckBox.Name = "ACTIVECheckBox" Me.ACTIVECheckBox.Size = New System.Drawing.Size(112, 24) Me.ACTIVECheckBox.TabIndex = 20 Me.ACTIVECheckBox.Text = "Profil Aktiv" Me.ACTIVECheckBox.UseVisualStyleBackColor = True ' 'GUIDTextBox ' Me.GUIDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBCW_PROFILESBindingSource, "GUID", True)) Me.GUIDTextBox.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.GUIDTextBox.Location = New System.Drawing.Point(17, 28) Me.GUIDTextBox.Name = "GUIDTextBox" Me.GUIDTextBox.ReadOnly = True Me.GUIDTextBox.Size = New System.Drawing.Size(47, 21) Me.GUIDTextBox.TabIndex = 1 ' 'NAMETextBox ' Me.NAMETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBCW_PROFILESBindingSource, "NAME", True)) Me.NAMETextBox.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.NAMETextBox.Location = New System.Drawing.Point(17, 68) Me.NAMETextBox.Name = "NAMETextBox" Me.NAMETextBox.Size = New System.Drawing.Size(416, 21) Me.NAMETextBox.TabIndex = 0 ' 'COMMENTTextBox ' Me.COMMENTTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBCW_PROFILESBindingSource, "COMMENT", True)) Me.COMMENTTextBox.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.COMMENTTextBox.Location = New System.Drawing.Point(17, 108) Me.COMMENTTextBox.Name = "COMMENTTextBox" Me.COMMENTTextBox.Size = New System.Drawing.Size(416, 21) Me.COMMENTTextBox.TabIndex = 1 ' 'GridControlProfiles ' Me.GridControlProfiles.DataSource = Me.TBCW_PROFILESBindingSource Me.GridControlProfiles.Dock = System.Windows.Forms.DockStyle.Left Me.GridControlProfiles.Location = New System.Drawing.Point(0, 25) Me.GridControlProfiles.MainView = Me.GridView1 Me.GridControlProfiles.Name = "GridControlProfiles" Me.GridControlProfiles.Size = New System.Drawing.Size(239, 563) Me.GridControlProfiles.TabIndex = 18 Me.GridControlProfiles.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView1}) ' 'GridView1 ' Me.GridView1.Appearance.EvenRow.BackColor = System.Drawing.Color.Aqua Me.GridView1.Appearance.EvenRow.Options.UseBackColor = True Me.GridView1.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.colGUID, Me.colNAME}) Me.GridView1.GridControl = Me.GridControlProfiles Me.GridView1.Name = "GridView1" Me.GridView1.OptionsBehavior.Editable = False 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] Me.GridView1.OptionsView.ShowVerticalLines = DevExpress.Utils.DefaultBoolean.[True] ' 'colGUID ' Me.colGUID.Caption = "ID" Me.colGUID.FieldName = "GUID" Me.colGUID.Name = "colGUID" Me.colGUID.Visible = True Me.colGUID.VisibleIndex = 0 Me.colGUID.Width = 30 ' 'colNAME ' Me.colNAME.Caption = "Name" Me.colNAME.FieldName = "NAME" Me.colNAME.Name = "colNAME" Me.colNAME.Visible = True Me.colNAME.VisibleIndex = 1 Me.colNAME.Width = 100 ' 'TBCW_PROFILESBindingNavigator ' Me.TBCW_PROFILESBindingNavigator.AddNewItem = Me.BindingNavigatorAddNewItem Me.TBCW_PROFILESBindingNavigator.AutoSize = False Me.TBCW_PROFILESBindingNavigator.BindingSource = Me.TBCW_PROFILESBindingSource Me.TBCW_PROFILESBindingNavigator.CountItem = Me.BindingNavigatorCountItem Me.TBCW_PROFILESBindingNavigator.CountItemFormat = "von {0} Profilen" Me.TBCW_PROFILESBindingNavigator.DeleteItem = Nothing Me.TBCW_PROFILESBindingNavigator.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden Me.TBCW_PROFILESBindingNavigator.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.TBCW_PROFILESBindingNavigatorSaveItem, Me.ToolStripButton1}) Me.TBCW_PROFILESBindingNavigator.Location = New System.Drawing.Point(0, 0) Me.TBCW_PROFILESBindingNavigator.MoveFirstItem = Me.BindingNavigatorMoveFirstItem Me.TBCW_PROFILESBindingNavigator.MoveLastItem = Me.BindingNavigatorMoveLastItem Me.TBCW_PROFILESBindingNavigator.MoveNextItem = Me.BindingNavigatorMoveNextItem Me.TBCW_PROFILESBindingNavigator.MovePreviousItem = Me.BindingNavigatorMovePreviousItem Me.TBCW_PROFILESBindingNavigator.Name = "TBCW_PROFILESBindingNavigator" Me.TBCW_PROFILESBindingNavigator.PositionItem = Me.BindingNavigatorPositionItem Me.TBCW_PROFILESBindingNavigator.Size = New System.Drawing.Size(1291, 25) Me.TBCW_PROFILESBindingNavigator.TabIndex = 1 Me.TBCW_PROFILESBindingNavigator.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(88, 22) Me.BindingNavigatorCountItem.Text = "von {0} Profilen" Me.BindingNavigatorCountItem.ToolTipText = "Die Gesamtanzahl der Elemente." ' '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) ' '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" ' 'TBCW_PROFILESBindingNavigatorSaveItem ' Me.TBCW_PROFILESBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.TBCW_PROFILESBindingNavigatorSaveItem.Image = CType(resources.GetObject("TBCW_PROFILESBindingNavigatorSaveItem.Image"), System.Drawing.Image) Me.TBCW_PROFILESBindingNavigatorSaveItem.Name = "TBCW_PROFILESBindingNavigatorSaveItem" Me.TBCW_PROFILESBindingNavigatorSaveItem.Size = New System.Drawing.Size(23, 22) Me.TBCW_PROFILESBindingNavigatorSaveItem.Text = "Daten speichern" ' 'ToolStripButton1 ' Me.ToolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.ToolStripButton1.Image = Global.DD_Clipboard_Watcher.My.Resources.Resources.refresh_16xLG Me.ToolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton1.Name = "ToolStripButton1" Me.ToolStripButton1.Size = New System.Drawing.Size(23, 22) Me.ToolStripButton1.Text = "ToolStripButton1" ' 'TBWH_UserBindingSource ' Me.TBWH_UserBindingSource.DataMember = "TBWH_User" Me.TBWH_UserBindingSource.DataSource = Me.MyDataset ' 'VWUSER_PROFILEBindingSource ' Me.VWUSER_PROFILEBindingSource.DataMember = "VWUSER_PROFILE" Me.VWUSER_PROFILEBindingSource.DataSource = Me.MyDataset ' 'TBCW_PROFILESTableAdapter ' Me.TBCW_PROFILESTableAdapter.ClearBeforeFill = True ' 'TableAdapterManager ' Me.TableAdapterManager.BackupDataSetBeforeUpdate = False Me.TableAdapterManager.TBCW_GROUP_PROFILETableAdapter = Nothing Me.TableAdapterManager.TBCW_PROF_DATA_SEARCHTableAdapter = Nothing Me.TableAdapterManager.TBCW_PROF_DOC_SEARCHTableAdapter = Nothing Me.TableAdapterManager.TBCW_PROF_REL_WINDOWTableAdapter = Nothing Me.TableAdapterManager.TBCW_PROFILE_PROCESSTableAdapter = Nothing Me.TableAdapterManager.TBCW_PROFILESTableAdapter = Me.TBCW_PROFILESTableAdapter Me.TableAdapterManager.TBCW_USER_PROFILETableAdapter = Nothing Me.TableAdapterManager.UpdateOrder = DD_Clipboard_Watcher.MyDatasetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete ' 'StatusStrip1 ' Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.statuslabel}) Me.StatusStrip1.Location = New System.Drawing.Point(0, 616) Me.StatusStrip1.Name = "StatusStrip1" Me.StatusStrip1.Size = New System.Drawing.Size(1297, 22) Me.StatusStrip1.TabIndex = 1 Me.StatusStrip1.Text = "StatusStrip1" ' 'statuslabel ' Me.statuslabel.Name = "statuslabel" Me.statuslabel.Size = New System.Drawing.Size(0, 17) ' 'OFDWindreamsuche ' Me.OFDWindreamsuche.Filter = "windream-Suche|*.wdf;*.wdfx|Alle Dateien|*.*" Me.OFDWindreamsuche.RestoreDirectory = True Me.OFDWindreamsuche.Title = "windream-Suche wählen" ' 'VWUSER_PROFILETableAdapter ' Me.VWUSER_PROFILETableAdapter.ClearBeforeFill = True ' 'TimerTest ' Me.TimerTest.Interval = 1000 ' 'TBCW_PROFILE_PROCESSBindingSource ' Me.TBCW_PROFILE_PROCESSBindingSource.DataMember = "TBCW_PROFILE_PROCESS" Me.TBCW_PROFILE_PROCESSBindingSource.DataSource = Me.MyDataset ' 'TBCW_PROFILE_PROCESSTableAdapter ' Me.TBCW_PROFILE_PROCESSTableAdapter.ClearBeforeFill = True ' 'lblLicenseDate ' Me.lblLicenseDate.AutoSize = True Me.lblLicenseDate.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblLicenseDate.Location = New System.Drawing.Point(118, 39) Me.lblLicenseDate.Name = "lblLicenseDate" Me.lblLicenseDate.RightToLeft = System.Windows.Forms.RightToLeft.Yes Me.lblLicenseDate.Size = New System.Drawing.Size(13, 13) Me.lblLicenseDate.TabIndex = 7 Me.lblLicenseDate.Text = "0" ' 'lbllicenseCount ' Me.lbllicenseCount.AutoSize = True Me.lbllicenseCount.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lbllicenseCount.Location = New System.Drawing.Point(118, 17) Me.lbllicenseCount.Name = "lbllicenseCount" Me.lbllicenseCount.RightToLeft = System.Windows.Forms.RightToLeft.Yes Me.lbllicenseCount.Size = New System.Drawing.Size(13, 13) Me.lbllicenseCount.TabIndex = 6 Me.lbllicenseCount.Text = "0" ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label6.Location = New System.Drawing.Point(6, 39) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(55, 13) Me.Label6.TabIndex = 1 Me.Label6.Text = "Gültigkeit:" ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label5.Location = New System.Drawing.Point(6, 17) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(106, 13) Me.Label5.TabIndex = 0 Me.Label5.Text = "Anzahl der Lizenzen:" ' 'GroupBox5 ' Me.GroupBox5.Controls.Add(Me.Label5) Me.GroupBox5.Controls.Add(Me.lblLicenseDate) Me.GroupBox5.Controls.Add(Me.Label6) Me.GroupBox5.Controls.Add(Me.lbllicenseCount) Me.GroupBox5.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.GroupBox5.Location = New System.Drawing.Point(11, 3) Me.GroupBox5.Name = "GroupBox5" Me.GroupBox5.Size = New System.Drawing.Size(439, 103) Me.GroupBox5.TabIndex = 24 Me.GroupBox5.TabStop = False Me.GroupBox5.Text = "Lizenzen" ' 'XtraTabControl2 ' Me.XtraTabControl2.Dock = System.Windows.Forms.DockStyle.Fill Me.XtraTabControl2.Location = New System.Drawing.Point(0, 0) Me.XtraTabControl2.Name = "XtraTabControl2" Me.XtraTabControl2.SelectedTabPage = Me.TabPageProfiles Me.XtraTabControl2.Size = New System.Drawing.Size(1297, 616) Me.XtraTabControl2.TabIndex = 25 Me.XtraTabControl2.TabPages.AddRange(New DevExpress.XtraTab.XtraTabPage() {Me.TabPageProfiles, Me.TabPageBasicSettings}) ' 'TabPageProfiles ' Me.TabPageProfiles.Controls.Add(Me.XtraTabControl3) Me.TabPageProfiles.Controls.Add(Me.GridControlProfiles) Me.TabPageProfiles.Controls.Add(Me.TBCW_PROFILESBindingNavigator) Me.TabPageProfiles.Name = "TabPageProfiles" Me.TabPageProfiles.Size = New System.Drawing.Size(1291, 588) Me.TabPageProfiles.Text = "Profil Verwaltung" ' 'XtraTabControl3 ' Me.XtraTabControl3.Dock = System.Windows.Forms.DockStyle.Fill Me.XtraTabControl3.Location = New System.Drawing.Point(239, 25) Me.XtraTabControl3.Name = "XtraTabControl3" Me.XtraTabControl3.SelectedTabPage = Me.TabPageGeneralSettings Me.XtraTabControl3.Size = New System.Drawing.Size(1052, 563) Me.XtraTabControl3.TabIndex = 21 Me.XtraTabControl3.TabPages.AddRange(New DevExpress.XtraTab.XtraTabPage() {Me.TabPageGeneralSettings, Me.TabPageProcessAssignment, Me.TabPageUserAssignment, Me.TabPageGroupAssignment, Me.TabPageData, Me.TabPageDocuments}) ' 'TabPageGeneralSettings ' Me.TabPageGeneralSettings.AutoScroll = True Me.TabPageGeneralSettings.Controls.Add(PROFILE_TYPELabel) Me.TabPageGeneralSettings.Controls.Add(Me.PROFILE_TYPEComboBox) Me.TabPageGeneralSettings.Controls.Add(Me.btnaddSearch) Me.TabPageGeneralSettings.Controls.Add(Me.ACTIVECheckBox) Me.TabPageGeneralSettings.Controls.Add(Me.CHANGED_WHENTextBox) Me.TabPageGeneralSettings.Controls.Add(Me.CHANGED_WHOTextBox) Me.TabPageGeneralSettings.Controls.Add(GUIDLabel) Me.TabPageGeneralSettings.Controls.Add(CHANGED_WHENLabel) Me.TabPageGeneralSettings.Controls.Add(Me.WD_SEARCHTextBox) Me.TabPageGeneralSettings.Controls.Add(Me.GUIDTextBox) Me.TabPageGeneralSettings.Controls.Add(Me.NAMETextBox) Me.TabPageGeneralSettings.Controls.Add(REGEX_EXPRESSIONLabel) Me.TabPageGeneralSettings.Controls.Add(NAMELabel) Me.TabPageGeneralSettings.Controls.Add(CHANGED_WHOLabel) Me.TabPageGeneralSettings.Controls.Add(COMMENTLabel) Me.TabPageGeneralSettings.Controls.Add(WD_SEARCHLabel) Me.TabPageGeneralSettings.Controls.Add(Me.COMMENTTextBox) Me.TabPageGeneralSettings.Controls.Add(Me.ADDED_WHENTextBox) Me.TabPageGeneralSettings.Controls.Add(Me.REGEX_EXPRESSIONTextBox) Me.TabPageGeneralSettings.Controls.Add(ADDED_WHENLabel) Me.TabPageGeneralSettings.Controls.Add(ADDED_WHOLabel) Me.TabPageGeneralSettings.Controls.Add(Me.ADDED_WHOTextBox) Me.TabPageGeneralSettings.Name = "TabPageGeneralSettings" Me.TabPageGeneralSettings.Size = New System.Drawing.Size(1046, 535) Me.TabPageGeneralSettings.Text = "Allgemein" ' 'PROFILE_TYPEComboBox ' Me.PROFILE_TYPEComboBox.DataBindings.Add(New System.Windows.Forms.Binding("SelectedValue", Me.TBCW_PROFILESBindingSource, "PROFILE_TYPE", True)) Me.PROFILE_TYPEComboBox.DataSource = Me.TBWH_PROFILE_TYPEBindingSource Me.PROFILE_TYPEComboBox.DisplayMember = "TYPE_NAME" Me.PROFILE_TYPEComboBox.FormattingEnabled = True Me.PROFILE_TYPEComboBox.Location = New System.Drawing.Point(70, 28) Me.PROFILE_TYPEComboBox.Name = "PROFILE_TYPEComboBox" Me.PROFILE_TYPEComboBox.Size = New System.Drawing.Size(242, 21) Me.PROFILE_TYPEComboBox.TabIndex = 21 Me.PROFILE_TYPEComboBox.ValueMember = "TYPE_ID" ' 'TBWH_PROFILE_TYPEBindingSource ' Me.TBWH_PROFILE_TYPEBindingSource.DataMember = "TBWH_PROFILE_TYPE" Me.TBWH_PROFILE_TYPEBindingSource.DataSource = Me.MyDataset ' 'TabPageProcessAssignment ' Me.TabPageProcessAssignment.Controls.Add(Me.SplitContainer3) Me.TabPageProcessAssignment.Controls.Add(Me.BindingNavigator3) Me.TabPageProcessAssignment.Controls.Add(Me.GridControl3) Me.TabPageProcessAssignment.Controls.Add(Me.ToolStrip1) Me.TabPageProcessAssignment.Name = "TabPageProcessAssignment" Me.TabPageProcessAssignment.Size = New System.Drawing.Size(1046, 535) Me.TabPageProcessAssignment.Text = "Prozess Zuordnung" ' 'BindingNavigator3 ' Me.BindingNavigator3.AddNewItem = Me.BindingNavigatorAddNewItem3 Me.BindingNavigator3.BindingSource = Me.TBCW_PROF_REL_WINDOWBindingSource Me.BindingNavigator3.CountItem = Me.BindingNavigatorCountItem3 Me.BindingNavigator3.DeleteItem = Me.BindingNavigatorDeleteItem3 Me.BindingNavigator3.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BindingNavigatorMoveFirstItem3, Me.BindingNavigatorMovePreviousItem3, Me.BindingNavigatorSeparator9, Me.BindingNavigatorPositionItem3, Me.BindingNavigatorCountItem3, Me.BindingNavigatorSeparator10, Me.BindingNavigatorMoveNextItem3, Me.BindingNavigatorMoveLastItem3, Me.BindingNavigatorSeparator11, Me.BindingNavigatorAddNewItem3, Me.BindingNavigatorDeleteItem3, Me.ToolStripButton7, Me.ToolStripButton8, Me.ToolStripButton4}) Me.BindingNavigator3.Location = New System.Drawing.Point(192, 25) Me.BindingNavigator3.MoveFirstItem = Me.BindingNavigatorMoveFirstItem3 Me.BindingNavigator3.MoveLastItem = Me.BindingNavigatorMoveLastItem3 Me.BindingNavigator3.MoveNextItem = Me.BindingNavigatorMoveNextItem3 Me.BindingNavigator3.MovePreviousItem = Me.BindingNavigatorMovePreviousItem3 Me.BindingNavigator3.Name = "BindingNavigator3" Me.BindingNavigator3.PositionItem = Me.BindingNavigatorPositionItem3 Me.BindingNavigator3.Size = New System.Drawing.Size(854, 25) Me.BindingNavigator3.TabIndex = 68 Me.BindingNavigator3.Text = "BindingNavigator3" ' 'BindingNavigatorAddNewItem3 ' Me.BindingNavigatorAddNewItem3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.BindingNavigatorAddNewItem3.Image = CType(resources.GetObject("BindingNavigatorAddNewItem3.Image"), System.Drawing.Image) Me.BindingNavigatorAddNewItem3.Name = "BindingNavigatorAddNewItem3" Me.BindingNavigatorAddNewItem3.RightToLeftAutoMirrorImage = True Me.BindingNavigatorAddNewItem3.Size = New System.Drawing.Size(23, 22) Me.BindingNavigatorAddNewItem3.Text = "Neu hinzufügen" ' '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 ' 'BindingNavigatorCountItem3 ' Me.BindingNavigatorCountItem3.Name = "BindingNavigatorCountItem3" Me.BindingNavigatorCountItem3.Size = New System.Drawing.Size(44, 22) Me.BindingNavigatorCountItem3.Text = "von {0}" Me.BindingNavigatorCountItem3.ToolTipText = "Die Gesamtanzahl der Elemente." ' 'BindingNavigatorDeleteItem3 ' Me.BindingNavigatorDeleteItem3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.BindingNavigatorDeleteItem3.Image = CType(resources.GetObject("BindingNavigatorDeleteItem3.Image"), System.Drawing.Image) Me.BindingNavigatorDeleteItem3.Name = "BindingNavigatorDeleteItem3" Me.BindingNavigatorDeleteItem3.RightToLeftAutoMirrorImage = True Me.BindingNavigatorDeleteItem3.Size = New System.Drawing.Size(23, 22) Me.BindingNavigatorDeleteItem3.Text = "Löschen" ' 'BindingNavigatorMoveFirstItem3 ' Me.BindingNavigatorMoveFirstItem3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.BindingNavigatorMoveFirstItem3.Image = CType(resources.GetObject("BindingNavigatorMoveFirstItem3.Image"), System.Drawing.Image) Me.BindingNavigatorMoveFirstItem3.Name = "BindingNavigatorMoveFirstItem3" Me.BindingNavigatorMoveFirstItem3.RightToLeftAutoMirrorImage = True Me.BindingNavigatorMoveFirstItem3.Size = New System.Drawing.Size(23, 22) Me.BindingNavigatorMoveFirstItem3.Text = "Erste verschieben" ' 'BindingNavigatorMovePreviousItem3 ' Me.BindingNavigatorMovePreviousItem3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.BindingNavigatorMovePreviousItem3.Image = CType(resources.GetObject("BindingNavigatorMovePreviousItem3.Image"), System.Drawing.Image) Me.BindingNavigatorMovePreviousItem3.Name = "BindingNavigatorMovePreviousItem3" Me.BindingNavigatorMovePreviousItem3.RightToLeftAutoMirrorImage = True Me.BindingNavigatorMovePreviousItem3.Size = New System.Drawing.Size(23, 22) Me.BindingNavigatorMovePreviousItem3.Text = "Vorherige verschieben" ' 'BindingNavigatorSeparator9 ' Me.BindingNavigatorSeparator9.Name = "BindingNavigatorSeparator9" Me.BindingNavigatorSeparator9.Size = New System.Drawing.Size(6, 25) ' 'BindingNavigatorPositionItem3 ' Me.BindingNavigatorPositionItem3.AccessibleName = "Position" Me.BindingNavigatorPositionItem3.AutoSize = False Me.BindingNavigatorPositionItem3.Name = "BindingNavigatorPositionItem3" Me.BindingNavigatorPositionItem3.Size = New System.Drawing.Size(50, 23) Me.BindingNavigatorPositionItem3.Text = "0" Me.BindingNavigatorPositionItem3.ToolTipText = "Aktuelle Position" ' 'BindingNavigatorSeparator10 ' Me.BindingNavigatorSeparator10.Name = "BindingNavigatorSeparator10" Me.BindingNavigatorSeparator10.Size = New System.Drawing.Size(6, 25) ' 'BindingNavigatorMoveNextItem3 ' Me.BindingNavigatorMoveNextItem3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.BindingNavigatorMoveNextItem3.Image = CType(resources.GetObject("BindingNavigatorMoveNextItem3.Image"), System.Drawing.Image) Me.BindingNavigatorMoveNextItem3.Name = "BindingNavigatorMoveNextItem3" Me.BindingNavigatorMoveNextItem3.RightToLeftAutoMirrorImage = True Me.BindingNavigatorMoveNextItem3.Size = New System.Drawing.Size(23, 22) Me.BindingNavigatorMoveNextItem3.Text = "Nächste verschieben" ' 'BindingNavigatorMoveLastItem3 ' Me.BindingNavigatorMoveLastItem3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.BindingNavigatorMoveLastItem3.Image = CType(resources.GetObject("BindingNavigatorMoveLastItem3.Image"), System.Drawing.Image) Me.BindingNavigatorMoveLastItem3.Name = "BindingNavigatorMoveLastItem3" Me.BindingNavigatorMoveLastItem3.RightToLeftAutoMirrorImage = True Me.BindingNavigatorMoveLastItem3.Size = New System.Drawing.Size(23, 22) Me.BindingNavigatorMoveLastItem3.Text = "Letzte verschieben" ' 'BindingNavigatorSeparator11 ' Me.BindingNavigatorSeparator11.Name = "BindingNavigatorSeparator11" Me.BindingNavigatorSeparator11.Size = New System.Drawing.Size(6, 25) ' 'ToolStripButton7 ' Me.ToolStripButton7.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.ToolStripButton7.Image = CType(resources.GetObject("ToolStripButton7.Image"), System.Drawing.Image) Me.ToolStripButton7.Name = "ToolStripButton7" Me.ToolStripButton7.Size = New System.Drawing.Size(23, 22) Me.ToolStripButton7.Text = "Daten speichern" ' 'GridControl1 ' Me.GridControl1.DataSource = Me.TBCW_PROF_REL_WINDOWBindingSource Me.GridControl1.Dock = System.Windows.Forms.DockStyle.Fill Me.GridControl1.Location = New System.Drawing.Point(0, 0) Me.GridControl1.MainView = Me.GridView2 Me.GridControl1.Name = "GridControl1" Me.GridControl1.Size = New System.Drawing.Size(284, 485) Me.GridControl1.TabIndex = 66 Me.GridControl1.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView2}) ' 'GridView2 ' Me.GridView2.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.colPROCESS_NAME, Me.colSEQUENCE, Me.colDESCRIPTION, Me.colREGEX, Me.colREGEX_CLIPBOARD}) Me.GridView2.GridControl = Me.GridControl1 Me.GridView2.Name = "GridView2" ' 'colPROCESS_NAME ' Me.colPROCESS_NAME.FieldName = "PROCESS_NAME" Me.colPROCESS_NAME.Name = "colPROCESS_NAME" ' 'colDESCRIPTION ' Me.colDESCRIPTION.FieldName = "DESCRIPTION" Me.colDESCRIPTION.Name = "colDESCRIPTION" Me.colDESCRIPTION.Visible = True Me.colDESCRIPTION.VisibleIndex = 1 ' 'colREGEX ' Me.colREGEX.FieldName = "REGEX" Me.colREGEX.Name = "colREGEX" Me.colREGEX.Visible = True Me.colREGEX.VisibleIndex = 2 ' 'colREGEX_CLIPBOARD ' Me.colREGEX_CLIPBOARD.FieldName = "REGEX_CLIPBOARD" Me.colREGEX_CLIPBOARD.Name = "colREGEX_CLIPBOARD" Me.colREGEX_CLIPBOARD.Visible = True Me.colREGEX_CLIPBOARD.VisibleIndex = 3 ' 'colSEQUENCE ' Me.colSEQUENCE.FieldName = "SEQUENCE" Me.colSEQUENCE.Name = "colSEQUENCE" Me.colSEQUENCE.Visible = True Me.colSEQUENCE.VisibleIndex = 0 ' 'GridControl3 ' Me.GridControl3.DataSource = Me.TBCW_PROFILE_PROCESSBindingSource Me.GridControl3.Dock = System.Windows.Forms.DockStyle.Left Me.GridControl3.Location = New System.Drawing.Point(0, 25) Me.GridControl3.MainView = Me.GridViewProcessProfile Me.GridControl3.Name = "GridControl3" Me.GridControl3.Size = New System.Drawing.Size(192, 510) Me.GridControl3.TabIndex = 20 Me.GridControl3.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridViewProcessProfile}) ' '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 ' 'ToolStrip1 ' Me.ToolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripButton6, Me.ToolStripButton5, Me.ToolStripSeparator1, Me.ToolStripButton11, Me.ToolStripButton13, Me.ToolStripSeparator2, Me.ToolStripButton12, Me.ToolStripButton14}) Me.ToolStrip1.Location = New System.Drawing.Point(0, 0) Me.ToolStrip1.Name = "ToolStrip1" Me.ToolStrip1.Size = New System.Drawing.Size(1046, 25) Me.ToolStrip1.TabIndex = 65 Me.ToolStrip1.Text = "ToolStrip1" ' 'ToolStripButton5 ' Me.ToolStripButton5.Image = Global.DD_Clipboard_Watcher.My.Resources.Resources.cancel Me.ToolStripButton5.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton5.Name = "ToolStripButton5" Me.ToolStripButton5.Size = New System.Drawing.Size(171, 22) Me.ToolStripButton5.Text = "Lösche Prozess-Zuordnung" ' 'ToolStripButton6 ' Me.ToolStripButton6.Image = Global.DD_Clipboard_Watcher.My.Resources.Resources.application_go Me.ToolStripButton6.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton6.Name = "ToolStripButton6" Me.ToolStripButton6.Size = New System.Drawing.Size(153, 22) Me.ToolStripButton6.Text = "Prozess Auswahl starten" ' 'TabPageUserAssignment ' Me.TabPageUserAssignment.Controls.Add(Me.SplitContainer1) Me.TabPageUserAssignment.Controls.Add(Me.btnRemoveUserFromProfile) Me.TabPageUserAssignment.Controls.Add(Me.btnAddUserToProfile) Me.TabPageUserAssignment.Name = "TabPageUserAssignment" Me.TabPageUserAssignment.Size = New System.Drawing.Size(1046, 535) Me.TabPageUserAssignment.Text = "Benutzer Zuordnung" ' 'SplitContainer1 ' Me.SplitContainer1.Dock = System.Windows.Forms.DockStyle.Top Me.SplitContainer1.Location = New System.Drawing.Point(0, 0) Me.SplitContainer1.Name = "SplitContainer1" Me.SplitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal ' 'SplitContainer1.Panel1 ' Me.SplitContainer1.Panel1.Controls.Add(Me.GridControlUserInProfile) Me.SplitContainer1.Panel1.Controls.Add(Me.Label1) ' 'SplitContainer1.Panel2 ' Me.SplitContainer1.Panel2.Controls.Add(Me.GridControlUserNotInProfile) Me.SplitContainer1.Panel2.Controls.Add(Me.Label2) Me.SplitContainer1.Size = New System.Drawing.Size(1046, 481) Me.SplitContainer1.SplitterDistance = 239 Me.SplitContainer1.TabIndex = 98 ' 'GridControlUserInProfile ' Me.GridControlUserInProfile.DataSource = Me.VWUSER_PROFILEBindingSource Me.GridControlUserInProfile.Dock = System.Windows.Forms.DockStyle.Fill Me.GridControlUserInProfile.Location = New System.Drawing.Point(0, 25) Me.GridControlUserInProfile.MainView = Me.GridViewUserInProfile Me.GridControlUserInProfile.Name = "GridControlUserInProfile" Me.GridControlUserInProfile.Size = New System.Drawing.Size(1046, 214) Me.GridControlUserInProfile.TabIndex = 93 Me.GridControlUserInProfile.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridViewUserInProfile}) ' 'GridViewUserInProfile ' Me.GridViewUserInProfile.Appearance.EvenRow.BackColor = System.Drawing.Color.Aqua Me.GridViewUserInProfile.Appearance.EvenRow.Options.UseBackColor = True Me.GridViewUserInProfile.Appearance.HeaderPanel.BackColor = System.Drawing.Color.Gray Me.GridViewUserInProfile.Appearance.HeaderPanel.ForeColor = System.Drawing.Color.Black Me.GridViewUserInProfile.Appearance.HeaderPanel.Options.UseBackColor = True Me.GridViewUserInProfile.Appearance.HeaderPanel.Options.UseBorderColor = True Me.GridViewUserInProfile.Appearance.HeaderPanel.Options.UseForeColor = True Me.GridViewUserInProfile.Appearance.Row.ForeColor = System.Drawing.Color.Black Me.GridViewUserInProfile.Appearance.Row.Options.UseForeColor = True Me.GridViewUserInProfile.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.colGUID1, Me.colUSERNAME, Me.colNAME1, Me.colPRENAME}) Me.GridViewUserInProfile.GridControl = Me.GridControlUserInProfile Me.GridViewUserInProfile.Name = "GridViewUserInProfile" Me.GridViewUserInProfile.OptionsBehavior.Editable = False Me.GridViewUserInProfile.OptionsView.ColumnAutoWidth = False Me.GridViewUserInProfile.OptionsView.EnableAppearanceEvenRow = True Me.GridViewUserInProfile.OptionsView.ShowAutoFilterRow = True Me.GridViewUserInProfile.OptionsView.ShowDetailButtons = False Me.GridViewUserInProfile.OptionsView.ShowGroupPanel = False Me.GridViewUserInProfile.OptionsView.ShowHorizontalLines = DevExpress.Utils.DefaultBoolean.[True] Me.GridViewUserInProfile.OptionsView.ShowVerticalLines = DevExpress.Utils.DefaultBoolean.[True] ' 'colGUID1 ' Me.colGUID1.Caption = "ID" Me.colGUID1.FieldName = "GUID" Me.colGUID1.Name = "colGUID1" Me.colGUID1.Visible = True Me.colGUID1.VisibleIndex = 0 Me.colGUID1.Width = 42 ' 'colUSERNAME ' Me.colUSERNAME.Caption = "Username" Me.colUSERNAME.FieldName = "USERNAME" Me.colUSERNAME.Name = "colUSERNAME" Me.colUSERNAME.Visible = True Me.colUSERNAME.VisibleIndex = 1 Me.colUSERNAME.Width = 104 ' 'colNAME1 ' Me.colNAME1.Caption = "Name" Me.colNAME1.FieldName = "NAME" Me.colNAME1.Name = "colNAME1" Me.colNAME1.Visible = True Me.colNAME1.VisibleIndex = 2 Me.colNAME1.Width = 95 ' 'colPRENAME ' Me.colPRENAME.Caption = "Vorname" Me.colPRENAME.FieldName = "PRENAME" Me.colPRENAME.Name = "colPRENAME" Me.colPRENAME.Visible = True Me.colPRENAME.VisibleIndex = 3 Me.colPRENAME.Width = 86 ' 'Label1 ' Me.Label1.Dock = System.Windows.Forms.DockStyle.Top Me.Label1.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Bold, 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(1046, 25) Me.Label1.TabIndex = 94 Me.Label1.Text = "Zugeordnete Benutzer:" Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'GridControlUserNotInProfile ' Me.GridControlUserNotInProfile.DataSource = Me.TBWH_UserBindingSource Me.GridControlUserNotInProfile.Dock = System.Windows.Forms.DockStyle.Fill Me.GridControlUserNotInProfile.Location = New System.Drawing.Point(0, 25) Me.GridControlUserNotInProfile.MainView = Me.GridViewUserNotInProfile Me.GridControlUserNotInProfile.Name = "GridControlUserNotInProfile" Me.GridControlUserNotInProfile.ShowOnlyPredefinedDetails = True Me.GridControlUserNotInProfile.Size = New System.Drawing.Size(1046, 213) Me.GridControlUserNotInProfile.TabIndex = 96 Me.GridControlUserNotInProfile.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridViewUserNotInProfile}) ' 'GridViewUserNotInProfile ' Me.GridViewUserNotInProfile.Appearance.EvenRow.BackColor = System.Drawing.Color.Cyan Me.GridViewUserNotInProfile.Appearance.EvenRow.Options.UseBackColor = True Me.GridViewUserNotInProfile.Appearance.FocusedRow.BackColor = System.Drawing.Color.Fuchsia Me.GridViewUserNotInProfile.Appearance.FocusedRow.Options.UseBackColor = True Me.GridViewUserNotInProfile.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.colSelect, Me.colSurname, Me.GridColumn2, Me.GridColumn3, Me.colID}) Me.GridViewUserNotInProfile.GridControl = Me.GridControlUserNotInProfile Me.GridViewUserNotInProfile.Name = "GridViewUserNotInProfile" Me.GridViewUserNotInProfile.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.[False] Me.GridViewUserNotInProfile.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.[False] Me.GridViewUserNotInProfile.OptionsClipboard.CopyColumnHeaders = DevExpress.Utils.DefaultBoolean.[False] Me.GridViewUserNotInProfile.OptionsSelection.EnableAppearanceFocusedCell = False Me.GridViewUserNotInProfile.OptionsView.ColumnAutoWidth = False Me.GridViewUserNotInProfile.OptionsView.EnableAppearanceEvenRow = True Me.GridViewUserNotInProfile.OptionsView.ShowAutoFilterRow = True Me.GridViewUserNotInProfile.OptionsView.ShowGroupPanel = False ' 'colSelect ' Me.colSelect.Caption = "Selection" Me.colSelect.FieldName = "Select" Me.colSelect.Name = "colSelect" Me.colSelect.Visible = True Me.colSelect.VisibleIndex = 0 Me.colSelect.Width = 54 ' 'colSurname ' Me.colSurname.Caption = "Name" Me.colSurname.FieldName = "Surname" Me.colSurname.Name = "colSurname" Me.colSurname.Visible = True Me.colSurname.VisibleIndex = 1 ' 'GridColumn2 ' Me.GridColumn2.FieldName = "Username" Me.GridColumn2.Name = "GridColumn2" Me.GridColumn2.OptionsColumn.AllowEdit = False Me.GridColumn2.Visible = True Me.GridColumn2.VisibleIndex = 2 Me.GridColumn2.Width = 107 ' 'GridColumn3 ' Me.GridColumn3.FieldName = "Email" Me.GridColumn3.Name = "GridColumn3" Me.GridColumn3.OptionsColumn.AllowEdit = False Me.GridColumn3.Visible = True Me.GridColumn3.VisibleIndex = 3 Me.GridColumn3.Width = 102 ' 'colID ' Me.colID.FieldName = "ID" Me.colID.Name = "colID" ' 'Label2 ' Me.Label2.Dock = System.Windows.Forms.DockStyle.Top Me.Label2.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Bold, 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(1046, 25) Me.Label2.TabIndex = 97 Me.Label2.Text = "Nicht zugeordnete Benutzer:" Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'btnRemoveUserFromProfile ' Me.btnRemoveUserFromProfile.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.btnRemoveUserFromProfile.Image = Global.DD_Clipboard_Watcher.My.Resources.Resources.cancel Me.btnRemoveUserFromProfile.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnRemoveUserFromProfile.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.btnRemoveUserFromProfile.Location = New System.Drawing.Point(525, 504) Me.btnRemoveUserFromProfile.Name = "btnRemoveUserFromProfile" Me.btnRemoveUserFromProfile.Size = New System.Drawing.Size(256, 28) Me.btnRemoveUserFromProfile.TabIndex = 95 Me.btnRemoveUserFromProfile.Text = "Benutzer vom ausgewählten Profil entfernen" Me.btnRemoveUserFromProfile.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnRemoveUserFromProfile.UseVisualStyleBackColor = True ' 'btnAddUserToProfile ' Me.btnAddUserToProfile.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.btnAddUserToProfile.Image = Global.DD_Clipboard_Watcher.My.Resources.Resources.startwithoutdebugging_6556 Me.btnAddUserToProfile.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnAddUserToProfile.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.btnAddUserToProfile.Location = New System.Drawing.Point(787, 504) Me.btnAddUserToProfile.Name = "btnAddUserToProfile" Me.btnAddUserToProfile.Size = New System.Drawing.Size(256, 28) Me.btnAddUserToProfile.TabIndex = 95 Me.btnAddUserToProfile.Text = "Benutzer zu ausgewähltem Profil hinzufügen" Me.btnAddUserToProfile.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnAddUserToProfile.UseVisualStyleBackColor = True ' 'TabPageGroupAssignment ' Me.TabPageGroupAssignment.AutoScroll = True Me.TabPageGroupAssignment.Controls.Add(Me.btnRemoveGroupFromProfile) Me.TabPageGroupAssignment.Controls.Add(Me.btnAddGroupToProfile) Me.TabPageGroupAssignment.Controls.Add(Me.SplitContainer2) Me.TabPageGroupAssignment.Name = "TabPageGroupAssignment" Me.TabPageGroupAssignment.Size = New System.Drawing.Size(1046, 535) Me.TabPageGroupAssignment.Text = "Gruppen Zuordnung" ' 'btnRemoveGroupFromProfile ' Me.btnRemoveGroupFromProfile.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.btnRemoveGroupFromProfile.Image = Global.DD_Clipboard_Watcher.My.Resources.Resources.cancel Me.btnRemoveGroupFromProfile.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnRemoveGroupFromProfile.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.btnRemoveGroupFromProfile.Location = New System.Drawing.Point(526, 504) Me.btnRemoveGroupFromProfile.Name = "btnRemoveGroupFromProfile" Me.btnRemoveGroupFromProfile.Size = New System.Drawing.Size(256, 28) Me.btnRemoveGroupFromProfile.TabIndex = 96 Me.btnRemoveGroupFromProfile.Text = "Gruppe vom ausgewählten Profil entfernen" Me.btnRemoveGroupFromProfile.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnRemoveGroupFromProfile.UseVisualStyleBackColor = True ' 'btnAddGroupToProfile ' Me.btnAddGroupToProfile.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.btnAddGroupToProfile.Image = Global.DD_Clipboard_Watcher.My.Resources.Resources.startwithoutdebugging_6556 Me.btnAddGroupToProfile.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnAddGroupToProfile.ImeMode = System.Windows.Forms.ImeMode.NoControl Me.btnAddGroupToProfile.Location = New System.Drawing.Point(788, 504) Me.btnAddGroupToProfile.Name = "btnAddGroupToProfile" Me.btnAddGroupToProfile.Size = New System.Drawing.Size(256, 28) Me.btnAddGroupToProfile.TabIndex = 97 Me.btnAddGroupToProfile.Text = "Gruppe zu ausgewähltem Profil hinzufügen" Me.btnAddGroupToProfile.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnAddGroupToProfile.UseVisualStyleBackColor = True ' 'SplitContainer2 ' Me.SplitContainer2.Dock = System.Windows.Forms.DockStyle.Top Me.SplitContainer2.Location = New System.Drawing.Point(0, 0) Me.SplitContainer2.Name = "SplitContainer2" Me.SplitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal ' 'SplitContainer2.Panel1 ' Me.SplitContainer2.Panel1.Controls.Add(Me.GridControlGroupInProfile) Me.SplitContainer2.Panel1.Controls.Add(Me.Label9) ' 'SplitContainer2.Panel2 ' Me.SplitContainer2.Panel2.Controls.Add(Me.GridControlGroupNotInProfile) Me.SplitContainer2.Panel2.Controls.Add(Me.Label10) Me.SplitContainer2.Size = New System.Drawing.Size(1046, 483) Me.SplitContainer2.SplitterDistance = 238 Me.SplitContainer2.TabIndex = 0 ' 'GridControlGroupInProfile ' Me.GridControlGroupInProfile.DataSource = Me.VWCW_GROUP_PROFILEBindingSource Me.GridControlGroupInProfile.Dock = System.Windows.Forms.DockStyle.Fill Me.GridControlGroupInProfile.Location = New System.Drawing.Point(0, 25) Me.GridControlGroupInProfile.MainView = Me.GridViewGroupInProfile Me.GridControlGroupInProfile.Name = "GridControlGroupInProfile" Me.GridControlGroupInProfile.Size = New System.Drawing.Size(1046, 213) Me.GridControlGroupInProfile.TabIndex = 1 Me.GridControlGroupInProfile.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridViewGroupInProfile}) ' 'VWCW_GROUP_PROFILEBindingSource ' Me.VWCW_GROUP_PROFILEBindingSource.DataMember = "VWCW_GROUP_PROFILE" Me.VWCW_GROUP_PROFILEBindingSource.DataSource = Me.MyDataset ' 'GridViewGroupInProfile ' Me.GridViewGroupInProfile.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.colGUID3, Me.colNAME2}) Me.GridViewGroupInProfile.GridControl = Me.GridControlGroupInProfile Me.GridViewGroupInProfile.Name = "GridViewGroupInProfile" Me.GridViewGroupInProfile.OptionsBehavior.Editable = False Me.GridViewGroupInProfile.OptionsBehavior.ReadOnly = True Me.GridViewGroupInProfile.OptionsSelection.MultiSelect = True Me.GridViewGroupInProfile.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CheckBoxRowSelect ' 'colGUID3 ' Me.colGUID3.Caption = "ID" Me.colGUID3.FieldName = "GUID" Me.colGUID3.MaxWidth = 40 Me.colGUID3.MinWidth = 40 Me.colGUID3.Name = "colGUID3" Me.colGUID3.Visible = True Me.colGUID3.VisibleIndex = 1 Me.colGUID3.Width = 40 ' 'colNAME2 ' Me.colNAME2.Caption = "Gruppe" Me.colNAME2.FieldName = "NAME" Me.colNAME2.Name = "colNAME2" Me.colNAME2.Visible = True Me.colNAME2.VisibleIndex = 2 Me.colNAME2.Width = 40 ' 'Label9 ' Me.Label9.Dock = System.Windows.Forms.DockStyle.Top Me.Label9.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label9.Location = New System.Drawing.Point(0, 0) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(1046, 25) Me.Label9.TabIndex = 0 Me.Label9.Text = "Zugeordnete Gruppen" Me.Label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'GridControlGroupNotInProfile ' Me.GridControlGroupNotInProfile.DataSource = Me.TBWH_GROUPBindingSource Me.GridControlGroupNotInProfile.Dock = System.Windows.Forms.DockStyle.Fill Me.GridControlGroupNotInProfile.Location = New System.Drawing.Point(0, 25) Me.GridControlGroupNotInProfile.MainView = Me.GridViewGroupNotInProfile Me.GridControlGroupNotInProfile.Name = "GridControlGroupNotInProfile" Me.GridControlGroupNotInProfile.Size = New System.Drawing.Size(1046, 216) Me.GridControlGroupNotInProfile.TabIndex = 1 Me.GridControlGroupNotInProfile.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridViewGroupNotInProfile}) ' 'TBWH_GROUPBindingSource ' Me.TBWH_GROUPBindingSource.DataMember = "TBWH_GROUP" Me.TBWH_GROUPBindingSource.DataSource = Me.MyDataset ' 'GridViewGroupNotInProfile ' Me.GridViewGroupNotInProfile.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.colID1, Me.colNAME3}) Me.GridViewGroupNotInProfile.GridControl = Me.GridControlGroupNotInProfile Me.GridViewGroupNotInProfile.Name = "GridViewGroupNotInProfile" Me.GridViewGroupNotInProfile.OptionsBehavior.Editable = False Me.GridViewGroupNotInProfile.OptionsBehavior.ReadOnly = True Me.GridViewGroupNotInProfile.OptionsSelection.MultiSelect = True Me.GridViewGroupNotInProfile.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CheckBoxRowSelect ' 'colID1 ' Me.colID1.Caption = "ID" Me.colID1.FieldName = "ID" Me.colID1.MaxWidth = 40 Me.colID1.MinWidth = 40 Me.colID1.Name = "colID1" Me.colID1.Visible = True Me.colID1.VisibleIndex = 1 Me.colID1.Width = 40 ' 'colNAME3 ' Me.colNAME3.Caption = "Gruppe" Me.colNAME3.FieldName = "NAME" Me.colNAME3.Name = "colNAME3" Me.colNAME3.Visible = True Me.colNAME3.VisibleIndex = 2 ' 'Label10 ' Me.Label10.Dock = System.Windows.Forms.DockStyle.Top Me.Label10.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label10.Location = New System.Drawing.Point(0, 0) Me.Label10.Name = "Label10" Me.Label10.Size = New System.Drawing.Size(1046, 25) Me.Label10.TabIndex = 1 Me.Label10.Text = "Nicht zugeordnete Gruppen:" Me.Label10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'TabPageData ' Me.TabPageData.Controls.Add(Me.BindingNavigator1) Me.TabPageData.Controls.Add(GUIDLabel1) Me.TabPageData.Controls.Add(Me.GUIDTextBox1) Me.TabPageData.Controls.Add(PROFILE_IDLabel) Me.TabPageData.Controls.Add(Me.PROFILE_IDTextBox) Me.TabPageData.Controls.Add(CONN_IDLabel) Me.TabPageData.Controls.Add(Me.CONN_IDTextBox) Me.TabPageData.Controls.Add(Label7) Me.TabPageData.Controls.Add(SQL_COMMANDLabel) Me.TabPageData.Controls.Add(Me.TextBox1) Me.TabPageData.Controls.Add(Me.SQL_COMMANDTextBox) Me.TabPageData.Controls.Add(TAB_INDEXLabel) Me.TabPageData.Controls.Add(Me.TAB_INDEXTextBox) Me.TabPageData.Controls.Add(Me.ACTIVECheckBox1) Me.TabPageData.Controls.Add(TAB_TITLELabel) Me.TabPageData.Controls.Add(Me.TAB_TITLETextBox) Me.TabPageData.Controls.Add(ADDED_WHOLabel1) Me.TabPageData.Controls.Add(Me.ADDED_WHOTextBox1) Me.TabPageData.Controls.Add(ADDED_WHENLabel1) Me.TabPageData.Controls.Add(Me.ADDED_WHENDateTimePicker) Me.TabPageData.Controls.Add(CHANGED_WHOLabel1) Me.TabPageData.Controls.Add(Me.CHANGED_WHOTextBox1) Me.TabPageData.Controls.Add(CHANGED_WHENLabel1) Me.TabPageData.Controls.Add(Me.CHANGED_WHENDateTimePicker) Me.TabPageData.Name = "TabPageData" Me.TabPageData.Size = New System.Drawing.Size(1046, 535) Me.TabPageData.Text = "Daten-Suchen" ' 'BindingNavigator1 ' Me.BindingNavigator1.AddNewItem = Me.BindingNavigatorAddNewItem1 Me.BindingNavigator1.BindingSource = Me.TBCW_PROF_DATA_SEARCHBindingSource Me.BindingNavigator1.CountItem = Me.BindingNavigatorCountItem1 Me.BindingNavigator1.CountItemFormat = "von {0} Daten-Suchen" Me.BindingNavigator1.DeleteItem = Me.BindingNavigatorDeleteItem1 Me.BindingNavigator1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden Me.BindingNavigator1.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.BindingNavigatorAddNewItem1, Me.BindingNavigatorDeleteItem1, Me.ToolStripButton3}) Me.BindingNavigator1.Location = New System.Drawing.Point(0, 0) Me.BindingNavigator1.MoveFirstItem = Me.BindingNavigatorMoveFirstItem1 Me.BindingNavigator1.MoveLastItem = Me.BindingNavigatorMoveLastItem1 Me.BindingNavigator1.MoveNextItem = Me.BindingNavigatorMoveNextItem1 Me.BindingNavigator1.MovePreviousItem = Me.BindingNavigatorMovePreviousItem1 Me.BindingNavigator1.Name = "BindingNavigator1" Me.BindingNavigator1.PositionItem = Me.BindingNavigatorPositionItem1 Me.BindingNavigator1.Size = New System.Drawing.Size(1046, 25) Me.BindingNavigator1.TabIndex = 22 Me.BindingNavigator1.Text = "BindingNavigator1" ' 'BindingNavigatorAddNewItem1 ' Me.BindingNavigatorAddNewItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.BindingNavigatorAddNewItem1.Image = CType(resources.GetObject("BindingNavigatorAddNewItem1.Image"), System.Drawing.Image) Me.BindingNavigatorAddNewItem1.Name = "BindingNavigatorAddNewItem1" Me.BindingNavigatorAddNewItem1.RightToLeftAutoMirrorImage = True Me.BindingNavigatorAddNewItem1.Size = New System.Drawing.Size(23, 22) Me.BindingNavigatorAddNewItem1.Text = "Neu hinzufügen" ' 'TBCW_PROF_DATA_SEARCHBindingSource ' Me.TBCW_PROF_DATA_SEARCHBindingSource.DataMember = "TBCW_PROF_DATA_SEARCH" Me.TBCW_PROF_DATA_SEARCHBindingSource.DataSource = Me.MyDataset ' 'BindingNavigatorCountItem1 ' Me.BindingNavigatorCountItem1.Name = "BindingNavigatorCountItem1" Me.BindingNavigatorCountItem1.Size = New System.Drawing.Size(122, 22) Me.BindingNavigatorCountItem1.Text = "von {0} Daten-Suchen" 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) ' '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.Size = New System.Drawing.Size(23, 22) Me.ToolStripButton3.Text = "Daten speichern" ' 'GUIDTextBox1 ' Me.GUIDTextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBCW_PROF_DATA_SEARCHBindingSource, "GUID", True)) Me.GUIDTextBox1.Enabled = False Me.GUIDTextBox1.Location = New System.Drawing.Point(113, 60) Me.GUIDTextBox1.Name = "GUIDTextBox1" Me.GUIDTextBox1.Size = New System.Drawing.Size(200, 21) Me.GUIDTextBox1.TabIndex = 1 ' 'PROFILE_IDTextBox ' Me.PROFILE_IDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBCW_PROF_DATA_SEARCHBindingSource, "PROFILE_ID", True)) Me.PROFILE_IDTextBox.Enabled = False Me.PROFILE_IDTextBox.Location = New System.Drawing.Point(113, 87) Me.PROFILE_IDTextBox.Name = "PROFILE_IDTextBox" Me.PROFILE_IDTextBox.Size = New System.Drawing.Size(200, 21) Me.PROFILE_IDTextBox.TabIndex = 3 ' 'CONN_IDTextBox ' Me.CONN_IDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBCW_PROF_DATA_SEARCHBindingSource, "CONN_ID", True)) Me.CONN_IDTextBox.Enabled = False Me.CONN_IDTextBox.Location = New System.Drawing.Point(113, 114) Me.CONN_IDTextBox.Name = "CONN_IDTextBox" Me.CONN_IDTextBox.Size = New System.Drawing.Size(200, 21) Me.CONN_IDTextBox.TabIndex = 5 ' 'TextBox1 ' Me.TextBox1.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.TextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBCW_PROF_DATA_SEARCHBindingSource, "COUNT_COMMAND", True)) Me.TextBox1.Font = New System.Drawing.Font("Consolas", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.TextBox1.Location = New System.Drawing.Point(319, 329) Me.TextBox1.Multiline = True Me.TextBox1.Name = "TextBox1" Me.TextBox1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical Me.TextBox1.Size = New System.Drawing.Size(724, 203) Me.TextBox1.TabIndex = 7 ' 'SQL_COMMANDTextBox ' Me.SQL_COMMANDTextBox.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.SQL_COMMANDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBCW_PROF_DATA_SEARCHBindingSource, "SQL_COMMAND", True)) Me.SQL_COMMANDTextBox.Font = New System.Drawing.Font("Consolas", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.SQL_COMMANDTextBox.Location = New System.Drawing.Point(319, 60) Me.SQL_COMMANDTextBox.Multiline = True Me.SQL_COMMANDTextBox.Name = "SQL_COMMANDTextBox" Me.SQL_COMMANDTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical Me.SQL_COMMANDTextBox.Size = New System.Drawing.Size(724, 237) Me.SQL_COMMANDTextBox.TabIndex = 7 ' 'TAB_INDEXTextBox ' Me.TAB_INDEXTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBCW_PROF_DATA_SEARCHBindingSource, "TAB_INDEX", True)) Me.TAB_INDEXTextBox.Location = New System.Drawing.Point(113, 141) Me.TAB_INDEXTextBox.Name = "TAB_INDEXTextBox" Me.TAB_INDEXTextBox.Size = New System.Drawing.Size(200, 21) Me.TAB_INDEXTextBox.TabIndex = 9 ' 'ACTIVECheckBox1 ' Me.ACTIVECheckBox1.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBCW_PROF_DATA_SEARCHBindingSource, "ACTIVE", True)) Me.ACTIVECheckBox1.Location = New System.Drawing.Point(18, 36) Me.ACTIVECheckBox1.Name = "ACTIVECheckBox1" Me.ACTIVECheckBox1.Size = New System.Drawing.Size(200, 24) Me.ACTIVECheckBox1.TabIndex = 11 Me.ACTIVECheckBox1.Text = "Suche Aktiv" Me.ACTIVECheckBox1.UseVisualStyleBackColor = True ' 'TAB_TITLETextBox ' Me.TAB_TITLETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBCW_PROF_DATA_SEARCHBindingSource, "TAB_TITLE", True)) Me.TAB_TITLETextBox.Location = New System.Drawing.Point(113, 168) Me.TAB_TITLETextBox.Name = "TAB_TITLETextBox" Me.TAB_TITLETextBox.Size = New System.Drawing.Size(200, 21) Me.TAB_TITLETextBox.TabIndex = 13 ' 'ADDED_WHOTextBox1 ' Me.ADDED_WHOTextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBCW_PROF_DATA_SEARCHBindingSource, "ADDED_WHO", True)) Me.ADDED_WHOTextBox1.Enabled = False Me.ADDED_WHOTextBox1.Location = New System.Drawing.Point(113, 195) Me.ADDED_WHOTextBox1.Name = "ADDED_WHOTextBox1" Me.ADDED_WHOTextBox1.Size = New System.Drawing.Size(200, 21) Me.ADDED_WHOTextBox1.TabIndex = 15 ' 'ADDED_WHENDateTimePicker ' Me.ADDED_WHENDateTimePicker.DataBindings.Add(New System.Windows.Forms.Binding("Value", Me.TBCW_PROF_DATA_SEARCHBindingSource, "ADDED_WHEN", True)) Me.ADDED_WHENDateTimePicker.Enabled = False Me.ADDED_WHENDateTimePicker.Location = New System.Drawing.Point(113, 222) Me.ADDED_WHENDateTimePicker.Name = "ADDED_WHENDateTimePicker" Me.ADDED_WHENDateTimePicker.Size = New System.Drawing.Size(200, 21) Me.ADDED_WHENDateTimePicker.TabIndex = 17 ' 'CHANGED_WHOTextBox1 ' Me.CHANGED_WHOTextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBCW_PROF_DATA_SEARCHBindingSource, "CHANGED_WHO", True)) Me.CHANGED_WHOTextBox1.Enabled = False Me.CHANGED_WHOTextBox1.Location = New System.Drawing.Point(113, 249) Me.CHANGED_WHOTextBox1.Name = "CHANGED_WHOTextBox1" Me.CHANGED_WHOTextBox1.Size = New System.Drawing.Size(200, 21) Me.CHANGED_WHOTextBox1.TabIndex = 19 ' 'CHANGED_WHENDateTimePicker ' Me.CHANGED_WHENDateTimePicker.DataBindings.Add(New System.Windows.Forms.Binding("Value", Me.TBCW_PROF_DATA_SEARCHBindingSource, "CHANGED_WHEN", True)) Me.CHANGED_WHENDateTimePicker.Enabled = False Me.CHANGED_WHENDateTimePicker.Location = New System.Drawing.Point(113, 276) Me.CHANGED_WHENDateTimePicker.Name = "CHANGED_WHENDateTimePicker" Me.CHANGED_WHENDateTimePicker.Size = New System.Drawing.Size(200, 21) Me.CHANGED_WHENDateTimePicker.TabIndex = 21 ' 'TabPageDocuments ' Me.TabPageDocuments.Controls.Add(Label8) Me.TabPageDocuments.Controls.Add(Me.BindingNavigator2) Me.TabPageDocuments.Controls.Add(GUIDLabel2) Me.TabPageDocuments.Controls.Add(Me.GUIDTextBox2) Me.TabPageDocuments.Controls.Add(PROFILE_IDLabel1) Me.TabPageDocuments.Controls.Add(Me.PROFILE_IDTextBox1) Me.TabPageDocuments.Controls.Add(CONN_IDLabel1) Me.TabPageDocuments.Controls.Add(Me.CONN_IDTextBox1) Me.TabPageDocuments.Controls.Add(SQL_COMMANDLabel1) Me.TabPageDocuments.Controls.Add(Me.TextBox2) Me.TabPageDocuments.Controls.Add(Me.SQL_COMMANDTextBox1) Me.TabPageDocuments.Controls.Add(TAB_INDEXLabel1) Me.TabPageDocuments.Controls.Add(Me.TAB_INDEXTextBox1) Me.TabPageDocuments.Controls.Add(Me.ACTIVECheckBox2) Me.TabPageDocuments.Controls.Add(TAB_TITLELabel1) Me.TabPageDocuments.Controls.Add(Me.TAB_TITLETextBox1) Me.TabPageDocuments.Controls.Add(ADDED_WHOLabel2) Me.TabPageDocuments.Controls.Add(Me.ADDED_WHOTextBox2) Me.TabPageDocuments.Controls.Add(ADDED_WHENLabel2) Me.TabPageDocuments.Controls.Add(Me.ADDED_WHENDateTimePicker1) Me.TabPageDocuments.Controls.Add(CHANGED_WHOLabel2) Me.TabPageDocuments.Controls.Add(Me.CHANGED_WHOTextBox2) Me.TabPageDocuments.Controls.Add(CHANGED_WHENLabel2) Me.TabPageDocuments.Controls.Add(Me.CHANGED_WHENDateTimePicker1) Me.TabPageDocuments.Name = "TabPageDocuments" Me.TabPageDocuments.Size = New System.Drawing.Size(1046, 535) Me.TabPageDocuments.Text = "Dokument-Suchen" ' 'BindingNavigator2 ' Me.BindingNavigator2.AddNewItem = Me.BindingNavigatorAddNewItem2 Me.BindingNavigator2.BindingSource = Me.TBCW_PROF_DOC_SEARCHBindingSource Me.BindingNavigator2.CountItem = Me.BindingNavigatorCountItem2 Me.BindingNavigator2.CountItemFormat = "von {0} Dokument-Suchen" Me.BindingNavigator2.DeleteItem = Me.BindingNavigatorDeleteItem2 Me.BindingNavigator2.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden Me.BindingNavigator2.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BindingNavigatorMoveFirstItem2, Me.BindingNavigatorMovePreviousItem2, Me.BindingNavigatorSeparator6, Me.BindingNavigatorPositionItem2, Me.BindingNavigatorCountItem2, Me.BindingNavigatorSeparator7, Me.BindingNavigatorMoveNextItem2, Me.BindingNavigatorMoveLastItem2, Me.BindingNavigatorSeparator8, Me.BindingNavigatorAddNewItem2, Me.BindingNavigatorDeleteItem2, Me.ToolStripButton2}) Me.BindingNavigator2.Location = New System.Drawing.Point(0, 0) Me.BindingNavigator2.MoveFirstItem = Me.BindingNavigatorMoveFirstItem2 Me.BindingNavigator2.MoveLastItem = Me.BindingNavigatorMoveLastItem2 Me.BindingNavigator2.MoveNextItem = Me.BindingNavigatorMoveNextItem2 Me.BindingNavigator2.MovePreviousItem = Me.BindingNavigatorMovePreviousItem2 Me.BindingNavigator2.Name = "BindingNavigator2" Me.BindingNavigator2.PositionItem = Me.BindingNavigatorPositionItem2 Me.BindingNavigator2.Size = New System.Drawing.Size(1046, 25) Me.BindingNavigator2.TabIndex = 22 Me.BindingNavigator2.Text = "BindingNavigator2" ' 'BindingNavigatorAddNewItem2 ' Me.BindingNavigatorAddNewItem2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.BindingNavigatorAddNewItem2.Image = CType(resources.GetObject("BindingNavigatorAddNewItem2.Image"), System.Drawing.Image) Me.BindingNavigatorAddNewItem2.Name = "BindingNavigatorAddNewItem2" Me.BindingNavigatorAddNewItem2.RightToLeftAutoMirrorImage = True Me.BindingNavigatorAddNewItem2.Size = New System.Drawing.Size(23, 22) Me.BindingNavigatorAddNewItem2.Text = "Neu hinzufügen" ' 'TBCW_PROF_DOC_SEARCHBindingSource ' Me.TBCW_PROF_DOC_SEARCHBindingSource.DataMember = "TBCW_PROF_DOC_SEARCH" Me.TBCW_PROF_DOC_SEARCHBindingSource.DataSource = Me.MyDataset ' 'BindingNavigatorCountItem2 ' Me.BindingNavigatorCountItem2.Name = "BindingNavigatorCountItem2" Me.BindingNavigatorCountItem2.Size = New System.Drawing.Size(147, 22) Me.BindingNavigatorCountItem2.Text = "von {0} Dokument-Suchen" Me.BindingNavigatorCountItem2.ToolTipText = "Die Gesamtanzahl der Elemente." ' 'BindingNavigatorDeleteItem2 ' Me.BindingNavigatorDeleteItem2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.BindingNavigatorDeleteItem2.Image = CType(resources.GetObject("BindingNavigatorDeleteItem2.Image"), System.Drawing.Image) Me.BindingNavigatorDeleteItem2.Name = "BindingNavigatorDeleteItem2" Me.BindingNavigatorDeleteItem2.RightToLeftAutoMirrorImage = True Me.BindingNavigatorDeleteItem2.Size = New System.Drawing.Size(23, 22) Me.BindingNavigatorDeleteItem2.Text = "Löschen" ' 'BindingNavigatorMoveFirstItem2 ' Me.BindingNavigatorMoveFirstItem2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.BindingNavigatorMoveFirstItem2.Image = CType(resources.GetObject("BindingNavigatorMoveFirstItem2.Image"), System.Drawing.Image) Me.BindingNavigatorMoveFirstItem2.Name = "BindingNavigatorMoveFirstItem2" Me.BindingNavigatorMoveFirstItem2.RightToLeftAutoMirrorImage = True Me.BindingNavigatorMoveFirstItem2.Size = New System.Drawing.Size(23, 22) Me.BindingNavigatorMoveFirstItem2.Text = "Erste verschieben" ' 'BindingNavigatorMovePreviousItem2 ' Me.BindingNavigatorMovePreviousItem2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.BindingNavigatorMovePreviousItem2.Image = CType(resources.GetObject("BindingNavigatorMovePreviousItem2.Image"), System.Drawing.Image) Me.BindingNavigatorMovePreviousItem2.Name = "BindingNavigatorMovePreviousItem2" Me.BindingNavigatorMovePreviousItem2.RightToLeftAutoMirrorImage = True Me.BindingNavigatorMovePreviousItem2.Size = New System.Drawing.Size(23, 22) Me.BindingNavigatorMovePreviousItem2.Text = "Vorherige verschieben" ' 'BindingNavigatorSeparator6 ' Me.BindingNavigatorSeparator6.Name = "BindingNavigatorSeparator6" Me.BindingNavigatorSeparator6.Size = New System.Drawing.Size(6, 25) ' 'BindingNavigatorPositionItem2 ' Me.BindingNavigatorPositionItem2.AccessibleName = "Position" Me.BindingNavigatorPositionItem2.AutoSize = False Me.BindingNavigatorPositionItem2.Name = "BindingNavigatorPositionItem2" Me.BindingNavigatorPositionItem2.Size = New System.Drawing.Size(50, 23) Me.BindingNavigatorPositionItem2.Text = "0" Me.BindingNavigatorPositionItem2.ToolTipText = "Aktuelle Position" ' 'BindingNavigatorSeparator7 ' Me.BindingNavigatorSeparator7.Name = "BindingNavigatorSeparator7" Me.BindingNavigatorSeparator7.Size = New System.Drawing.Size(6, 25) ' 'BindingNavigatorMoveNextItem2 ' Me.BindingNavigatorMoveNextItem2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.BindingNavigatorMoveNextItem2.Image = CType(resources.GetObject("BindingNavigatorMoveNextItem2.Image"), System.Drawing.Image) Me.BindingNavigatorMoveNextItem2.Name = "BindingNavigatorMoveNextItem2" Me.BindingNavigatorMoveNextItem2.RightToLeftAutoMirrorImage = True Me.BindingNavigatorMoveNextItem2.Size = New System.Drawing.Size(23, 22) Me.BindingNavigatorMoveNextItem2.Text = "Nächste verschieben" ' 'BindingNavigatorMoveLastItem2 ' Me.BindingNavigatorMoveLastItem2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.BindingNavigatorMoveLastItem2.Image = CType(resources.GetObject("BindingNavigatorMoveLastItem2.Image"), System.Drawing.Image) Me.BindingNavigatorMoveLastItem2.Name = "BindingNavigatorMoveLastItem2" Me.BindingNavigatorMoveLastItem2.RightToLeftAutoMirrorImage = True Me.BindingNavigatorMoveLastItem2.Size = New System.Drawing.Size(23, 22) Me.BindingNavigatorMoveLastItem2.Text = "Letzte verschieben" ' 'BindingNavigatorSeparator8 ' Me.BindingNavigatorSeparator8.Name = "BindingNavigatorSeparator8" Me.BindingNavigatorSeparator8.Size = New System.Drawing.Size(6, 25) ' '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.Size = New System.Drawing.Size(23, 22) Me.ToolStripButton2.Text = "Daten speichern" ' 'GUIDTextBox2 ' Me.GUIDTextBox2.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBCW_PROF_DOC_SEARCHBindingSource, "GUID", True)) Me.GUIDTextBox2.Location = New System.Drawing.Point(113, 60) Me.GUIDTextBox2.Name = "GUIDTextBox2" Me.GUIDTextBox2.Size = New System.Drawing.Size(200, 21) Me.GUIDTextBox2.TabIndex = 1 ' 'PROFILE_IDTextBox1 ' Me.PROFILE_IDTextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBCW_PROF_DOC_SEARCHBindingSource, "PROFILE_ID", True)) Me.PROFILE_IDTextBox1.Location = New System.Drawing.Point(113, 87) Me.PROFILE_IDTextBox1.Name = "PROFILE_IDTextBox1" Me.PROFILE_IDTextBox1.Size = New System.Drawing.Size(200, 21) Me.PROFILE_IDTextBox1.TabIndex = 3 ' 'CONN_IDTextBox1 ' Me.CONN_IDTextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBCW_PROF_DOC_SEARCHBindingSource, "CONN_ID", True)) Me.CONN_IDTextBox1.Location = New System.Drawing.Point(113, 114) Me.CONN_IDTextBox1.Name = "CONN_IDTextBox1" Me.CONN_IDTextBox1.Size = New System.Drawing.Size(200, 21) Me.CONN_IDTextBox1.TabIndex = 5 ' 'TextBox2 ' Me.TextBox2.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.TextBox2.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBCW_PROF_DOC_SEARCHBindingSource, "COUNT_COMMAND", True)) Me.TextBox2.Font = New System.Drawing.Font("Consolas", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.TextBox2.Location = New System.Drawing.Point(319, 329) Me.TextBox2.Multiline = True Me.TextBox2.Name = "TextBox2" Me.TextBox2.ScrollBars = System.Windows.Forms.ScrollBars.Vertical Me.TextBox2.Size = New System.Drawing.Size(724, 203) Me.TextBox2.TabIndex = 7 ' 'SQL_COMMANDTextBox1 ' Me.SQL_COMMANDTextBox1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.SQL_COMMANDTextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBCW_PROF_DOC_SEARCHBindingSource, "SQL_COMMAND", True)) Me.SQL_COMMANDTextBox1.Font = New System.Drawing.Font("Consolas", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.SQL_COMMANDTextBox1.Location = New System.Drawing.Point(319, 60) Me.SQL_COMMANDTextBox1.Multiline = True Me.SQL_COMMANDTextBox1.Name = "SQL_COMMANDTextBox1" Me.SQL_COMMANDTextBox1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical Me.SQL_COMMANDTextBox1.Size = New System.Drawing.Size(724, 237) Me.SQL_COMMANDTextBox1.TabIndex = 7 ' 'TAB_INDEXTextBox1 ' Me.TAB_INDEXTextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBCW_PROF_DOC_SEARCHBindingSource, "TAB_INDEX", True)) Me.TAB_INDEXTextBox1.Location = New System.Drawing.Point(113, 141) Me.TAB_INDEXTextBox1.Name = "TAB_INDEXTextBox1" Me.TAB_INDEXTextBox1.Size = New System.Drawing.Size(200, 21) Me.TAB_INDEXTextBox1.TabIndex = 9 ' 'ACTIVECheckBox2 ' Me.ACTIVECheckBox2.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBCW_PROF_DOC_SEARCHBindingSource, "ACTIVE", True)) Me.ACTIVECheckBox2.Location = New System.Drawing.Point(18, 36) Me.ACTIVECheckBox2.Name = "ACTIVECheckBox2" Me.ACTIVECheckBox2.Size = New System.Drawing.Size(200, 24) Me.ACTIVECheckBox2.TabIndex = 11 Me.ACTIVECheckBox2.Text = "Suche Aktiv" Me.ACTIVECheckBox2.UseVisualStyleBackColor = True ' 'TAB_TITLETextBox1 ' Me.TAB_TITLETextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBCW_PROF_DOC_SEARCHBindingSource, "TAB_TITLE", True)) Me.TAB_TITLETextBox1.Location = New System.Drawing.Point(113, 168) Me.TAB_TITLETextBox1.Name = "TAB_TITLETextBox1" Me.TAB_TITLETextBox1.Size = New System.Drawing.Size(200, 21) Me.TAB_TITLETextBox1.TabIndex = 13 ' 'ADDED_WHOTextBox2 ' Me.ADDED_WHOTextBox2.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBCW_PROF_DOC_SEARCHBindingSource, "ADDED_WHO", True)) Me.ADDED_WHOTextBox2.Enabled = False Me.ADDED_WHOTextBox2.Location = New System.Drawing.Point(113, 195) Me.ADDED_WHOTextBox2.Name = "ADDED_WHOTextBox2" Me.ADDED_WHOTextBox2.Size = New System.Drawing.Size(200, 21) Me.ADDED_WHOTextBox2.TabIndex = 15 ' 'ADDED_WHENDateTimePicker1 ' Me.ADDED_WHENDateTimePicker1.DataBindings.Add(New System.Windows.Forms.Binding("Value", Me.TBCW_PROF_DOC_SEARCHBindingSource, "ADDED_WHEN", True)) Me.ADDED_WHENDateTimePicker1.Enabled = False Me.ADDED_WHENDateTimePicker1.Location = New System.Drawing.Point(113, 222) Me.ADDED_WHENDateTimePicker1.Name = "ADDED_WHENDateTimePicker1" Me.ADDED_WHENDateTimePicker1.Size = New System.Drawing.Size(200, 21) Me.ADDED_WHENDateTimePicker1.TabIndex = 17 ' 'CHANGED_WHOTextBox2 ' Me.CHANGED_WHOTextBox2.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBCW_PROF_DOC_SEARCHBindingSource, "CHANGED_WHO", True)) Me.CHANGED_WHOTextBox2.Enabled = False Me.CHANGED_WHOTextBox2.Location = New System.Drawing.Point(113, 249) Me.CHANGED_WHOTextBox2.Name = "CHANGED_WHOTextBox2" Me.CHANGED_WHOTextBox2.Size = New System.Drawing.Size(200, 21) Me.CHANGED_WHOTextBox2.TabIndex = 19 ' 'CHANGED_WHENDateTimePicker1 ' Me.CHANGED_WHENDateTimePicker1.DataBindings.Add(New System.Windows.Forms.Binding("Value", Me.TBCW_PROF_DOC_SEARCHBindingSource, "CHANGED_WHEN", True)) Me.CHANGED_WHENDateTimePicker1.Enabled = False Me.CHANGED_WHENDateTimePicker1.Location = New System.Drawing.Point(113, 276) Me.CHANGED_WHENDateTimePicker1.Name = "CHANGED_WHENDateTimePicker1" Me.CHANGED_WHENDateTimePicker1.Size = New System.Drawing.Size(200, 21) Me.CHANGED_WHENDateTimePicker1.TabIndex = 21 ' 'TabPageBasicSettings ' Me.TabPageBasicSettings.Controls.Add(Me.GroupBox5) Me.TabPageBasicSettings.Name = "TabPageBasicSettings" Me.TabPageBasicSettings.Size = New System.Drawing.Size(1291, 588) Me.TabPageBasicSettings.Text = "Grundeinstellungen" ' 'TBCW_PROF_DATA_SEARCHTableAdapter ' Me.TBCW_PROF_DATA_SEARCHTableAdapter.ClearBeforeFill = True ' 'TBCW_PROF_DOC_SEARCHTableAdapter ' Me.TBCW_PROF_DOC_SEARCHTableAdapter.ClearBeforeFill = True ' 'VWCW_GROUP_PROFILETableAdapter ' Me.VWCW_GROUP_PROFILETableAdapter.ClearBeforeFill = True ' 'TBCW_PROF_REL_WINDOWTableAdapter ' Me.TBCW_PROF_REL_WINDOWTableAdapter.ClearBeforeFill = True ' 'GridControl2 ' Me.GridControl2.Dock = System.Windows.Forms.DockStyle.Fill 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(566, 460) 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" ' 'ToolStripButton4 ' Me.ToolStripButton4.Image = Global.DD_Clipboard_Watcher.My.Resources.Resources.cancel Me.ToolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton4.Name = "ToolStripButton4" Me.ToolStripButton4.Size = New System.Drawing.Size(170, 22) Me.ToolStripButton4.Text = "Lösche Fenster-Zuordnung" ' 'ToolStripButton8 ' Me.ToolStripButton8.Image = Global.DD_Clipboard_Watcher.My.Resources.Resources.application_go Me.ToolStripButton8.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton8.Name = "ToolStripButton8" Me.ToolStripButton8.Size = New System.Drawing.Size(152, 22) Me.ToolStripButton8.Text = "Fenster Auswahl starten" ' 'ToolStripSeparator1 ' Me.ToolStripSeparator1.Name = "ToolStripSeparator1" Me.ToolStripSeparator1.Size = New System.Drawing.Size(6, 25) ' 'SplitContainer3 ' Me.SplitContainer3.Dock = System.Windows.Forms.DockStyle.Fill Me.SplitContainer3.Location = New System.Drawing.Point(192, 50) Me.SplitContainer3.Name = "SplitContainer3" ' 'SplitContainer3.Panel1 ' Me.SplitContainer3.Panel1.Controls.Add(Me.GridControl1) ' 'SplitContainer3.Panel2 ' Me.SplitContainer3.Panel2.Controls.Add(Me.GridControl2) Me.SplitContainer3.Panel2.Controls.Add(Me.ToolStrip2) Me.SplitContainer3.Size = New System.Drawing.Size(854, 485) Me.SplitContainer3.SplitterDistance = 284 Me.SplitContainer3.TabIndex = 70 ' 'ToolStrip2 ' Me.ToolStrip2.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden Me.ToolStrip2.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripButton9, Me.ToolStripButton10}) Me.ToolStrip2.Location = New System.Drawing.Point(0, 0) Me.ToolStrip2.Name = "ToolStrip2" Me.ToolStrip2.Size = New System.Drawing.Size(566, 25) Me.ToolStrip2.TabIndex = 70 Me.ToolStrip2.Text = "ToolStrip2" ' 'ToolStripButton9 ' Me.ToolStripButton9.Image = Global.DD_Clipboard_Watcher.My.Resources.Resources.application_go Me.ToolStripButton9.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton9.Name = "ToolStripButton9" Me.ToolStripButton9.Size = New System.Drawing.Size(152, 22) Me.ToolStripButton9.Text = "Fenster Auswahl starten" ' 'ToolStripButton10 ' Me.ToolStripButton10.Image = Global.DD_Clipboard_Watcher.My.Resources.Resources.cancel Me.ToolStripButton10.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton10.Name = "ToolStripButton10" Me.ToolStripButton10.Size = New System.Drawing.Size(170, 22) Me.ToolStripButton10.Text = "Lösche Fenster-Zuordnung" ' 'ToolStripButton11 ' Me.ToolStripButton11.Image = Global.DD_Clipboard_Watcher.My.Resources.Resources.application_go Me.ToolStripButton11.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton11.Name = "ToolStripButton11" Me.ToolStripButton11.Size = New System.Drawing.Size(153, 22) Me.ToolStripButton11.Text = "Prozess Auswahl starten" ' 'ToolStripButton12 ' Me.ToolStripButton12.Image = Global.DD_Clipboard_Watcher.My.Resources.Resources.application_go Me.ToolStripButton12.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton12.Name = "ToolStripButton12" Me.ToolStripButton12.Size = New System.Drawing.Size(153, 22) Me.ToolStripButton12.Text = "Prozess Auswahl starten" ' 'ToolStripButton13 ' Me.ToolStripButton13.Image = Global.DD_Clipboard_Watcher.My.Resources.Resources.cancel Me.ToolStripButton13.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton13.Name = "ToolStripButton13" Me.ToolStripButton13.Size = New System.Drawing.Size(171, 22) Me.ToolStripButton13.Text = "Lösche Prozess-Zuordnung" ' 'ToolStripButton14 ' Me.ToolStripButton14.Image = Global.DD_Clipboard_Watcher.My.Resources.Resources.cancel Me.ToolStripButton14.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton14.Name = "ToolStripButton14" Me.ToolStripButton14.Size = New System.Drawing.Size(171, 22) Me.ToolStripButton14.Text = "Lösche Prozess-Zuordnung" ' 'ToolStripSeparator2 ' Me.ToolStripSeparator2.Name = "ToolStripSeparator2" Me.ToolStripSeparator2.Size = New System.Drawing.Size(6, 25) ' 'frmAdministration ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1297, 638) Me.Controls.Add(Me.XtraTabControl2) Me.Controls.Add(Me.StatusStrip1) Me.Font = New System.Drawing.Font("Tahoma", 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 = "frmAdministration" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Administration" CType(Me.TBCW_PROFILESBindingSource, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.MyDataset, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.GridControlProfiles, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.GridView1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.TBCW_PROFILESBindingNavigator, System.ComponentModel.ISupportInitialize).EndInit() Me.TBCW_PROFILESBindingNavigator.ResumeLayout(False) Me.TBCW_PROFILESBindingNavigator.PerformLayout() CType(Me.TBWH_UserBindingSource, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.VWUSER_PROFILEBindingSource, System.ComponentModel.ISupportInitialize).EndInit() Me.StatusStrip1.ResumeLayout(False) Me.StatusStrip1.PerformLayout() CType(Me.TBCW_PROFILE_PROCESSBindingSource, System.ComponentModel.ISupportInitialize).EndInit() Me.GroupBox5.ResumeLayout(False) Me.GroupBox5.PerformLayout() CType(Me.XtraTabControl2, System.ComponentModel.ISupportInitialize).EndInit() Me.XtraTabControl2.ResumeLayout(False) Me.TabPageProfiles.ResumeLayout(False) CType(Me.XtraTabControl3, System.ComponentModel.ISupportInitialize).EndInit() Me.XtraTabControl3.ResumeLayout(False) Me.TabPageGeneralSettings.ResumeLayout(False) Me.TabPageGeneralSettings.PerformLayout() CType(Me.TBWH_PROFILE_TYPEBindingSource, System.ComponentModel.ISupportInitialize).EndInit() Me.TabPageProcessAssignment.ResumeLayout(False) Me.TabPageProcessAssignment.PerformLayout() CType(Me.BindingNavigator3, System.ComponentModel.ISupportInitialize).EndInit() Me.BindingNavigator3.ResumeLayout(False) Me.BindingNavigator3.PerformLayout() CType(Me.TBCW_PROF_REL_WINDOWBindingSource, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.GridControl1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.GridView2, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.GridControl3, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.GridViewProcessProfile, System.ComponentModel.ISupportInitialize).EndInit() Me.ToolStrip1.ResumeLayout(False) Me.ToolStrip1.PerformLayout() Me.TabPageUserAssignment.ResumeLayout(False) Me.SplitContainer1.Panel1.ResumeLayout(False) Me.SplitContainer1.Panel2.ResumeLayout(False) CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).EndInit() Me.SplitContainer1.ResumeLayout(False) CType(Me.GridControlUserInProfile, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.GridViewUserInProfile, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.GridControlUserNotInProfile, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.GridViewUserNotInProfile, System.ComponentModel.ISupportInitialize).EndInit() Me.TabPageGroupAssignment.ResumeLayout(False) Me.SplitContainer2.Panel1.ResumeLayout(False) Me.SplitContainer2.Panel2.ResumeLayout(False) CType(Me.SplitContainer2, System.ComponentModel.ISupportInitialize).EndInit() Me.SplitContainer2.ResumeLayout(False) CType(Me.GridControlGroupInProfile, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.VWCW_GROUP_PROFILEBindingSource, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.GridViewGroupInProfile, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.GridControlGroupNotInProfile, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.TBWH_GROUPBindingSource, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.GridViewGroupNotInProfile, System.ComponentModel.ISupportInitialize).EndInit() Me.TabPageData.ResumeLayout(False) Me.TabPageData.PerformLayout() CType(Me.BindingNavigator1, System.ComponentModel.ISupportInitialize).EndInit() Me.BindingNavigator1.ResumeLayout(False) Me.BindingNavigator1.PerformLayout() CType(Me.TBCW_PROF_DATA_SEARCHBindingSource, System.ComponentModel.ISupportInitialize).EndInit() Me.TabPageDocuments.ResumeLayout(False) Me.TabPageDocuments.PerformLayout() CType(Me.BindingNavigator2, System.ComponentModel.ISupportInitialize).EndInit() Me.BindingNavigator2.ResumeLayout(False) Me.BindingNavigator2.PerformLayout() CType(Me.TBCW_PROF_DOC_SEARCHBindingSource, System.ComponentModel.ISupportInitialize).EndInit() Me.TabPageBasicSettings.ResumeLayout(False) CType(Me.GridControl2, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.GridView3, System.ComponentModel.ISupportInitialize).EndInit() Me.SplitContainer3.Panel1.ResumeLayout(False) Me.SplitContainer3.Panel2.ResumeLayout(False) Me.SplitContainer3.Panel2.PerformLayout() CType(Me.SplitContainer3, System.ComponentModel.ISupportInitialize).EndInit() Me.SplitContainer3.ResumeLayout(False) Me.ToolStrip2.ResumeLayout(False) Me.ToolStrip2.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents MyDataset As DD_Clipboard_Watcher.MyDataset Friend WithEvents TBCW_PROFILESBindingSource As System.Windows.Forms.BindingSource Friend WithEvents TBCW_PROFILESTableAdapter As DD_Clipboard_Watcher.MyDatasetTableAdapters.TBCW_PROFILESTableAdapter Friend WithEvents TableAdapterManager As DD_Clipboard_Watcher.MyDatasetTableAdapters.TableAdapterManager Friend WithEvents TBCW_PROFILESBindingNavigator 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 TBCW_PROFILESBindingNavigatorSaveItem As System.Windows.Forms.ToolStripButton Friend WithEvents GUIDTextBox As System.Windows.Forms.TextBox Friend WithEvents NAMETextBox As System.Windows.Forms.TextBox Friend WithEvents COMMENTTextBox As System.Windows.Forms.TextBox Friend WithEvents WD_SEARCHTextBox As System.Windows.Forms.TextBox Friend WithEvents REGEX_EXPRESSIONTextBox 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_WHOTextBox As System.Windows.Forms.TextBox Friend WithEvents CHANGED_WHENTextBox As System.Windows.Forms.TextBox Friend WithEvents GridControlProfiles As DevExpress.XtraGrid.GridControl Friend WithEvents GridView1 As DevExpress.XtraGrid.Views.Grid.GridView Friend WithEvents colGUID As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colNAME As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents StatusStrip1 As System.Windows.Forms.StatusStrip Friend WithEvents statuslabel As System.Windows.Forms.ToolStripStatusLabel Friend WithEvents btnaddSearch As System.Windows.Forms.Button Friend WithEvents OFDWindreamsuche As System.Windows.Forms.OpenFileDialog Friend WithEvents VWUSER_PROFILEBindingSource As System.Windows.Forms.BindingSource Friend WithEvents VWUSER_PROFILETableAdapter As DD_Clipboard_Watcher.MyDatasetTableAdapters.VWUSER_PROFILETableAdapter Friend WithEvents TimerTest As System.Windows.Forms.Timer Friend WithEvents TBWH_UserBindingSource As System.Windows.Forms.BindingSource Friend WithEvents TBCW_PROFILE_PROCESSBindingSource As System.Windows.Forms.BindingSource Friend WithEvents TBCW_PROFILE_PROCESSTableAdapter As DD_Clipboard_Watcher.MyDatasetTableAdapters.TBCW_PROFILE_PROCESSTableAdapter Friend WithEvents BackgroundWorker1 As System.ComponentModel.BackgroundWorker Friend WithEvents lblLicenseDate As Label Friend WithEvents lbllicenseCount As Label Friend WithEvents Label6 As Label Friend WithEvents Label5 As Label Friend WithEvents ToolTip1 As ToolTip Friend WithEvents ToolStripButton1 As ToolStripButton Friend WithEvents ACTIVECheckBox As CheckBox Friend WithEvents GroupBox5 As GroupBox Friend WithEvents XtraTabControl2 As DevExpress.XtraTab.XtraTabControl Friend WithEvents TabPageProfiles As DevExpress.XtraTab.XtraTabPage Friend WithEvents TabPageBasicSettings As DevExpress.XtraTab.XtraTabPage Friend WithEvents XtraTabControl3 As DevExpress.XtraTab.XtraTabControl Friend WithEvents TabPageGeneralSettings As DevExpress.XtraTab.XtraTabPage Friend WithEvents TabPageProcessAssignment As DevExpress.XtraTab.XtraTabPage 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 TabPageUserAssignment As DevExpress.XtraTab.XtraTabPage Friend WithEvents SplitContainer1 As SplitContainer Friend WithEvents GridControlUserInProfile As DevExpress.XtraGrid.GridControl Friend WithEvents GridViewUserInProfile As DevExpress.XtraGrid.Views.Grid.GridView Friend WithEvents colGUID1 As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colUSERNAME As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colNAME1 As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colPRENAME As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents Label1 As Label Friend WithEvents GridControlUserNotInProfile As DevExpress.XtraGrid.GridControl Friend WithEvents GridViewUserNotInProfile As DevExpress.XtraGrid.Views.Grid.GridView Friend WithEvents colSelect As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colSurname As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents GridColumn2 As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents GridColumn3 As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colID As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents Label2 As Label Friend WithEvents btnAddUserToProfile As Button Friend WithEvents btnRemoveUserFromProfile As Button Friend WithEvents PROFILE_TYPEComboBox As ComboBox Friend WithEvents TabPageData As DevExpress.XtraTab.XtraTabPage Friend WithEvents TBCW_PROF_DATA_SEARCHBindingSource As BindingSource Friend WithEvents TBCW_PROF_DATA_SEARCHTableAdapter As MyDatasetTableAdapters.TBCW_PROF_DATA_SEARCHTableAdapter Friend WithEvents BindingNavigator1 As BindingNavigator Friend WithEvents BindingNavigatorAddNewItem1 As ToolStripButton Friend WithEvents BindingNavigatorCountItem1 As ToolStripLabel Friend WithEvents BindingNavigatorDeleteItem1 As ToolStripButton Friend WithEvents BindingNavigatorMoveFirstItem1 As ToolStripButton Friend WithEvents BindingNavigatorMovePreviousItem1 As ToolStripButton Friend WithEvents BindingNavigatorSeparator3 As ToolStripSeparator Friend WithEvents BindingNavigatorPositionItem1 As ToolStripTextBox Friend WithEvents BindingNavigatorSeparator4 As ToolStripSeparator Friend WithEvents BindingNavigatorMoveNextItem1 As ToolStripButton Friend WithEvents BindingNavigatorMoveLastItem1 As ToolStripButton Friend WithEvents BindingNavigatorSeparator5 As ToolStripSeparator Friend WithEvents GUIDTextBox1 As TextBox Friend WithEvents PROFILE_IDTextBox As TextBox Friend WithEvents CONN_IDTextBox As TextBox Friend WithEvents SQL_COMMANDTextBox As TextBox Friend WithEvents TAB_INDEXTextBox As TextBox Friend WithEvents ACTIVECheckBox1 As CheckBox Friend WithEvents TAB_TITLETextBox As TextBox Friend WithEvents ADDED_WHOTextBox1 As TextBox Friend WithEvents ADDED_WHENDateTimePicker As DateTimePicker Friend WithEvents CHANGED_WHOTextBox1 As TextBox Friend WithEvents CHANGED_WHENDateTimePicker As DateTimePicker Friend WithEvents ToolStripButton3 As ToolStripButton Friend WithEvents TabPageDocuments As DevExpress.XtraTab.XtraTabPage Friend WithEvents TBCW_PROF_DOC_SEARCHBindingSource As BindingSource Friend WithEvents TBCW_PROF_DOC_SEARCHTableAdapter As MyDatasetTableAdapters.TBCW_PROF_DOC_SEARCHTableAdapter Friend WithEvents GUIDTextBox2 As TextBox Friend WithEvents PROFILE_IDTextBox1 As TextBox Friend WithEvents CONN_IDTextBox1 As TextBox Friend WithEvents SQL_COMMANDTextBox1 As TextBox Friend WithEvents TAB_INDEXTextBox1 As TextBox Friend WithEvents ACTIVECheckBox2 As CheckBox Friend WithEvents TAB_TITLETextBox1 As TextBox Friend WithEvents ADDED_WHOTextBox2 As TextBox Friend WithEvents ADDED_WHENDateTimePicker1 As DateTimePicker Friend WithEvents CHANGED_WHOTextBox2 As TextBox Friend WithEvents CHANGED_WHENDateTimePicker1 As DateTimePicker Friend WithEvents BindingNavigator2 As BindingNavigator Friend WithEvents BindingNavigatorAddNewItem2 As ToolStripButton Friend WithEvents BindingNavigatorCountItem2 As ToolStripLabel Friend WithEvents BindingNavigatorDeleteItem2 As ToolStripButton Friend WithEvents BindingNavigatorMoveFirstItem2 As ToolStripButton Friend WithEvents BindingNavigatorMovePreviousItem2 As ToolStripButton Friend WithEvents BindingNavigatorSeparator6 As ToolStripSeparator Friend WithEvents BindingNavigatorPositionItem2 As ToolStripTextBox Friend WithEvents BindingNavigatorSeparator7 As ToolStripSeparator Friend WithEvents BindingNavigatorMoveNextItem2 As ToolStripButton Friend WithEvents BindingNavigatorMoveLastItem2 As ToolStripButton Friend WithEvents BindingNavigatorSeparator8 As ToolStripSeparator Friend WithEvents ToolStripButton2 As ToolStripButton Friend WithEvents TextBox1 As TextBox Friend WithEvents TextBox2 As TextBox Friend WithEvents TabPageGroupAssignment As DevExpress.XtraTab.XtraTabPage Friend WithEvents btnRemoveGroupFromProfile As Button Friend WithEvents btnAddGroupToProfile As Button Friend WithEvents SplitContainer2 As SplitContainer Friend WithEvents GridControlGroupInProfile As DevExpress.XtraGrid.GridControl Friend WithEvents GridViewGroupInProfile As DevExpress.XtraGrid.Views.Grid.GridView Friend WithEvents Label9 As Label Friend WithEvents GridControlGroupNotInProfile As DevExpress.XtraGrid.GridControl Friend WithEvents GridViewGroupNotInProfile As DevExpress.XtraGrid.Views.Grid.GridView Friend WithEvents Label10 As Label Friend WithEvents TBWH_GROUPBindingSource As BindingSource Friend WithEvents VWCW_GROUP_PROFILEBindingSource As BindingSource Friend WithEvents VWCW_GROUP_PROFILETableAdapter As MyDatasetTableAdapters.VWCW_GROUP_PROFILETableAdapter Friend WithEvents colGUID3 As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colNAME2 As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colID1 As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colNAME3 As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents TBWH_PROFILE_TYPEBindingSource As BindingSource Friend WithEvents ToolStrip1 As ToolStrip Friend WithEvents ToolStripButton5 As ToolStripButton Friend WithEvents ToolStripButton6 As ToolStripButton Friend WithEvents GridControl1 As DevExpress.XtraGrid.GridControl Friend WithEvents GridView2 As DevExpress.XtraGrid.Views.Grid.GridView Friend WithEvents TBCW_PROF_REL_WINDOWBindingSource As BindingSource Friend WithEvents TBCW_PROF_REL_WINDOWTableAdapter As MyDatasetTableAdapters.TBCW_PROF_REL_WINDOWTableAdapter Friend WithEvents BindingNavigator3 As BindingNavigator Friend WithEvents BindingNavigatorAddNewItem3 As ToolStripButton Friend WithEvents BindingNavigatorCountItem3 As ToolStripLabel Friend WithEvents BindingNavigatorDeleteItem3 As ToolStripButton Friend WithEvents BindingNavigatorMoveFirstItem3 As ToolStripButton Friend WithEvents BindingNavigatorMovePreviousItem3 As ToolStripButton Friend WithEvents BindingNavigatorSeparator9 As ToolStripSeparator Friend WithEvents BindingNavigatorPositionItem3 As ToolStripTextBox Friend WithEvents BindingNavigatorSeparator10 As ToolStripSeparator Friend WithEvents BindingNavigatorMoveNextItem3 As ToolStripButton Friend WithEvents BindingNavigatorMoveLastItem3 As ToolStripButton Friend WithEvents BindingNavigatorSeparator11 As ToolStripSeparator Friend WithEvents colPROCESS_NAME As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colDESCRIPTION As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colREGEX As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colSEQUENCE As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colREGEX_CLIPBOARD As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents ToolStripButton7 As ToolStripButton Friend WithEvents GridControl2 As DevExpress.XtraGrid.GridControl Friend WithEvents GridView3 As DevExpress.XtraGrid.Views.Grid.GridView Friend WithEvents ToolStripButton8 As ToolStripButton Friend WithEvents ToolStripButton4 As ToolStripButton Friend WithEvents SplitContainer3 As SplitContainer Friend WithEvents ToolStrip2 As ToolStrip Friend WithEvents ToolStripButton9 As ToolStripButton Friend WithEvents ToolStripButton10 As ToolStripButton Friend WithEvents ToolStripSeparator1 As ToolStripSeparator Friend WithEvents ToolStripButton11 As ToolStripButton Friend WithEvents ToolStripButton13 As ToolStripButton Friend WithEvents ToolStripSeparator2 As ToolStripSeparator Friend WithEvents ToolStripButton12 As ToolStripButton Friend WithEvents ToolStripButton14 As ToolStripButton End Class