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 resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmAdministration)) Dim NAMELabel As System.Windows.Forms.Label Dim DESCRIPTIONLabel As System.Windows.Forms.Label Dim PRIORITYLabel 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 TITLELabel As System.Windows.Forms.Label Dim INTERVALL_CKECK_NO_OF_FILESLabel As System.Windows.Forms.Label Dim GEAENDERTWERLabel As System.Windows.Forms.Label Dim GEAENDERTWANNLabel As System.Windows.Forms.Label Dim VEKTOR_DELIMITERLabel As System.Windows.Forms.Label Dim WORK_HISTORY_ENTRYLabel As System.Windows.Forms.Label Dim SQL_VIEWLabel As System.Windows.Forms.Label Dim DISPLAY_MODELabel As System.Windows.Forms.Label Me.SplitContainer_Profilzuordnung2 = New System.Windows.Forms.SplitContainer() Me.gridAssignedUsers = New DevExpress.XtraGrid.GridControl() Me.TBPROFILE_USERBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.DD_DMSLiteDataSet = New DD_ProcessManager.DD_DMSLiteDataSet() Me.viewAssignedUsers = New DevExpress.XtraGrid.Views.Grid.GridView() Me.colPRENAME1 = New DevExpress.XtraGrid.Columns.GridColumn() Me.colNAME3 = New DevExpress.XtraGrid.Columns.GridColumn() Me.colUSERNAME1 = New DevExpress.XtraGrid.Columns.GridColumn() Me.colEMAIL1 = New DevExpress.XtraGrid.Columns.GridColumn() Me.GridColumn1 = New DevExpress.XtraGrid.Columns.GridColumn() Me.GridColumn2 = New DevExpress.XtraGrid.Columns.GridColumn() Me.Panel1 = New System.Windows.Forms.Panel() Me.Label20 = New System.Windows.Forms.Label() Me.gridAvailableUsers = New DevExpress.XtraGrid.GridControl() Me.FNPM_GET_FREE_USER_FOR_PROFILEBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.viewAvailableUsers = New DevExpress.XtraGrid.Views.Grid.GridView() Me.colPRENAME = New DevExpress.XtraGrid.Columns.GridColumn() Me.colNAME2 = New DevExpress.XtraGrid.Columns.GridColumn() Me.colUSERNAME = New DevExpress.XtraGrid.Columns.GridColumn() Me.colEMAIL = New DevExpress.XtraGrid.Columns.GridColumn() Me.GridColumn3 = New DevExpress.XtraGrid.Columns.GridColumn() Me.GridColumn4 = New DevExpress.XtraGrid.Columns.GridColumn() Me.Panel2 = New System.Windows.Forms.Panel() Me.Label19 = New System.Windows.Forms.Label() Me.SplitContainer1 = New System.Windows.Forms.SplitContainer() Me.gridAssignedGroups = New DevExpress.XtraGrid.GridControl() Me.TBPROFILE_GROUPBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.viewAssignedGroups = New DevExpress.XtraGrid.Views.Grid.GridView() Me.colNAME5 = New DevExpress.XtraGrid.Columns.GridColumn() Me.colCOMMENT1 = New DevExpress.XtraGrid.Columns.GridColumn() Me.Panel3 = New System.Windows.Forms.Panel() Me.Label22 = New System.Windows.Forms.Label() Me.gridAvailableGroups = New DevExpress.XtraGrid.GridControl() Me.TBDD_GROUPSBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.viewAvailableGroups = New DevExpress.XtraGrid.Views.Grid.GridView() Me.colNAME4 = New DevExpress.XtraGrid.Columns.GridColumn() Me.colCOMMENT = New DevExpress.XtraGrid.Columns.GridColumn() Me.Panel4 = New System.Windows.Forms.Panel() Me.Label23 = New System.Windows.Forms.Label() Me.TBDD_USERBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.TableAdapterManager = New DD_ProcessManager.DD_DMSLiteDataSetTableAdapters.TableAdapterManager() Me.TBPM_PROFILEBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.TBPM_PROFILETableAdapter = New DD_ProcessManager.DD_DMSLiteDataSetTableAdapters.TBPM_PROFILETableAdapter() 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.BindingNavigatorCountItem = New System.Windows.Forms.ToolStripLabel() 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.VWPM_PROFILE_USERBindingNavigatorSaveItem = New System.Windows.Forms.ToolStripButton() Me.TBPM_PROFILEBindingNavigator = New System.Windows.Forms.BindingNavigator(Me.components) Me.tstrpbtn_add = New System.Windows.Forms.ToolStripButton() Me.tstrlblSave = New System.Windows.Forms.ToolStripLabel() Me.btnRefreshProfiles = New System.Windows.Forms.ToolStripButton() Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator() Me.tsbtnDesigner_open = New System.Windows.Forms.ToolStripButton() Me.ToolStripSeparator2 = New System.Windows.Forms.ToolStripSeparator() Me.tsbtnProfilkopieren = New System.Windows.Forms.ToolStripButton() Me.ToolStripSeparator3 = New System.Windows.Forms.ToolStripSeparator() Me.tsbtnDeleteProfileData = New System.Windows.Forms.ToolStripButton() Me.tsbtndeleteProfil = New System.Windows.Forms.ToolStripButton() Me.Label2 = New System.Windows.Forms.Label() Me.cmbObjekttypen = New System.Windows.Forms.ComboBox() Me.FINAL_PROFILECheckBox = New System.Windows.Forms.CheckBox() Me.FINAL_TEXTTextBox = New System.Windows.Forms.TextBox() Me.Label1 = New System.Windows.Forms.Label() Me.cmbType = New System.Windows.Forms.ComboBox() Me.TBPM_TYPEBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.GroupBox3 = New System.Windows.Forms.GroupBox() Me.MOVE2FOLDERTextBox = New System.Windows.Forms.TextBox() Me.btnmovetoFolderDialog = New System.Windows.Forms.Button() Me.PRIORITYNumericUpDown = New System.Windows.Forms.NumericUpDown() Me.btnWMopenSuche = New System.Windows.Forms.Button() Me.btnWMSuche = New System.Windows.Forms.Button() Me.TITLETextBox = New System.Windows.Forms.TextBox() Me.PROFILGUIDTextBox = New System.Windows.Forms.TextBox() Me.NAMETextBox = New System.Windows.Forms.TextBox() Me.DESCRIPTIONTextBox = New System.Windows.Forms.TextBox() Me.WD_SEARCHTextBox = New System.Windows.Forms.TextBox() Me.ACTIVECheckBox = New System.Windows.Forms.CheckBox() Me.ADDED_WHOTextBox = New System.Windows.Forms.TextBox() Me.ADDED_WHENTextBox = New System.Windows.Forms.TextBox() Me.CHANGED_WHOTextBox = New System.Windows.Forms.TextBox() Me.CHANGED_WHENTextBox = New System.Windows.Forms.TextBox() Me.dlgWindreamsuche = New System.Windows.Forms.OpenFileDialog() Me.TBPM_TYPETableAdapter = New DD_ProcessManager.DD_DMSLiteDataSetTableAdapters.TBPM_TYPETableAdapter() Me.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog() Me.TabControl1 = New System.Windows.Forms.TabControl() Me.TabPage1 = New System.Windows.Forms.TabPage() Me.tabctrl_Profilkonfig = New System.Windows.Forms.TabControl() Me.TabPage5 = New System.Windows.Forms.TabPage() Me.Label7 = New System.Windows.Forms.Label() Me.Label4 = New System.Windows.Forms.Label() Me.Label9 = New System.Windows.Forms.Label() Me.DISPLAY_MODEComboBox = New System.Windows.Forms.ComboBox() Me.cmbLOGIndex = New System.Windows.Forms.ComboBox() Me.PM_VEKTOR_INDEXComboBox = New System.Windows.Forms.ComboBox() Me.TabPage6 = New System.Windows.Forms.TabPage() Me.TabControl2 = New System.Windows.Forms.TabControl() Me.TabPage11 = New System.Windows.Forms.TabPage() Me.Panel5 = New System.Windows.Forms.Panel() Me.gridFinalIndex = New DevExpress.XtraGrid.GridControl() Me.TBPM_PROFILE_FINAL_INDEXINGBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.FinalIndexDataSet = New DD_ProcessManager.FinalIndexDataSet() Me.viewFinalIndex = New DevExpress.XtraGrid.Views.Grid.GridView() Me.colGUID = New DevExpress.XtraGrid.Columns.GridColumn() Me.colPROFIL_ID = New DevExpress.XtraGrid.Columns.GridColumn() Me.colCONNECTION_ID = New DevExpress.XtraGrid.Columns.GridColumn() Me.colINDEXNAME = New DevExpress.XtraGrid.Columns.GridColumn() Me.colVALUE = New DevExpress.XtraGrid.Columns.GridColumn() Me.colSQL_COMMAND = New DevExpress.XtraGrid.Columns.GridColumn() Me.colPREVENT_DUPLICATES = New DevExpress.XtraGrid.Columns.GridColumn() Me.colALLOW_NEW_VALUES = New DevExpress.XtraGrid.Columns.GridColumn() Me.colDESCRIPTION1 = New DevExpress.XtraGrid.Columns.GridColumn() Me.colACTIVE = New DevExpress.XtraGrid.Columns.GridColumn() Me.PropertyGrid1 = New System.Windows.Forms.PropertyGrid() Me.BindingNavigator1 = New System.Windows.Forms.BindingNavigator(Me.components) Me.BindingNavigatorAddNewItem = New System.Windows.Forms.ToolStripButton() Me.BindingNavigatorCountItem1 = New System.Windows.Forms.ToolStripLabel() 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.tsBtnCancel = New System.Windows.Forms.ToolStripButton() Me.BindingNavigatorDeleteItem = New System.Windows.Forms.ToolStripButton() Me.tsBtnSave = New System.Windows.Forms.ToolStripButton() Me.ToolStripButton5 = New System.Windows.Forms.ToolStripButton() Me.Label13 = New System.Windows.Forms.Label() Me.Label5 = New System.Windows.Forms.Label() Me.Label6 = New System.Windows.Forms.Label() Me.TabPage12 = New System.Windows.Forms.TabPage() Me.ANNOTATE_WORK_HISTORY_ENTRYCheckBox = New System.Windows.Forms.CheckBox() Me.ANNOTATE_ALL_WORK_HISTORY_ENTRIESCheckBox = New System.Windows.Forms.CheckBox() Me.SQL_VIEWTextBox = New System.Windows.Forms.TextBox() Me.WORK_HISTORY_ENTRYTextBox = New System.Windows.Forms.TextBox() Me.GridControl1 = New DevExpress.XtraGrid.GridControl() Me.GridView1 = New DevExpress.XtraGrid.Views.Grid.GridView() Me.colNAME = New DevExpress.XtraGrid.Columns.GridColumn() Me.SORT_BY_LATESTCheckBox = New System.Windows.Forms.CheckBox() Me.TabPage2 = New System.Windows.Forms.TabPage() Me.SplitContainerProfilzuordnung = New System.Windows.Forms.SplitContainer() Me.gridAvailableProfiles = New DevExpress.XtraGrid.GridControl() Me.viewAvailableProfiles = New DevExpress.XtraGrid.Views.Grid.GridView() Me.colNAME1 = New DevExpress.XtraGrid.Columns.GridColumn() Me.Label21 = New System.Windows.Forms.Label() Me.TabControl3 = New System.Windows.Forms.TabControl() Me.TabPage7 = New System.Windows.Forms.TabPage() Me.TabPage8 = New System.Windows.Forms.TabPage() Me.TabPage3 = New System.Windows.Forms.TabPage() Me.btnSQLProfilehome = New System.Windows.Forms.Button() Me.btnUserManager = New System.Windows.Forms.Button() Me.Button2 = New System.Windows.Forms.Button() Me.VEKTOR_DELIMITERTextBox = New System.Windows.Forms.TextBox() Me.TBPM_KONFIGURATIONBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.btnConnections = New System.Windows.Forms.Button() Me.btnopen_SQLAdmin = New System.Windows.Forms.Button() Me.btnlicensemanager_open = New System.Windows.Forms.Button() Me.INTERVALL_CKECK_NO_OF_FILESNumericUpDown = New System.Windows.Forms.NumericUpDown() Me.Label3 = New System.Windows.Forms.Label() Me.GEAENDERTWERTextBox = New System.Windows.Forms.TextBox() Me.GEAENDERTWANNTextBox = New System.Windows.Forms.TextBox() Me.btnSaveKonfig = New System.Windows.Forms.Button() Me.TBDD_CONNECTIONBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.TBPM_PROFILE_CONTROLSBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.StatusStrip1 = New System.Windows.Forms.StatusStrip() Me.tstrpinfo = New System.Windows.Forms.ToolStripStatusLabel() Me.TBPROFILE_USERTableAdapter = New DD_ProcessManager.DD_DMSLiteDataSetTableAdapters.TBPROFILE_USERTableAdapter() Me.TBDD_USERTableAdapter = New DD_ProcessManager.DD_DMSLiteDataSetTableAdapters.TBDD_USERTableAdapter() Me.TBPM_KONFIGURATIONTableAdapter = New DD_ProcessManager.DD_DMSLiteDataSetTableAdapters.TBPM_KONFIGURATIONTableAdapter() Me.pnlMain = New System.Windows.Forms.Panel() Me.TBPM_PROFILE_CONTROLSTableAdapter = New DD_ProcessManager.DD_DMSLiteDataSetTableAdapters.TBPM_PROFILE_CONTROLSTableAdapter() Me.TBPM_PROFILE_FILESBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.TBPM_PROFILE_FILESTableAdapter = New DD_ProcessManager.DD_DMSLiteDataSetTableAdapters.TBPM_PROFILE_FILESTableAdapter() Me.TBDD_CONNECTIONTableAdapter = New DD_ProcessManager.DD_DMSLiteDataSetTableAdapters.TBDD_CONNECTIONTableAdapter() Me.TBDD_GROUPSTableAdapter = New DD_ProcessManager.DD_DMSLiteDataSetTableAdapters.TBDD_GROUPSTableAdapter() Me.TBPROFILE_GROUPTableAdapter = New DD_ProcessManager.DD_DMSLiteDataSetTableAdapters.TBPROFILE_GROUPTableAdapter() Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog() Me.FNPM_GET_FREE_USER_FOR_PROFILETableAdapter = New DD_ProcessManager.DD_DMSLiteDataSetTableAdapters.FNPM_GET_FREE_USER_FOR_PROFILETableAdapter() Me.TBPM_PROFILE_FINAL_INDEXINGTableAdapter = New DD_ProcessManager.FinalIndexDataSetTableAdapters.TBPM_PROFILE_FINAL_INDEXINGTableAdapter() Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components) GUIDLabel = New System.Windows.Forms.Label() NAMELabel = New System.Windows.Forms.Label() DESCRIPTIONLabel = New System.Windows.Forms.Label() PRIORITYLabel = 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() TITLELabel = New System.Windows.Forms.Label() INTERVALL_CKECK_NO_OF_FILESLabel = New System.Windows.Forms.Label() GEAENDERTWERLabel = New System.Windows.Forms.Label() GEAENDERTWANNLabel = New System.Windows.Forms.Label() VEKTOR_DELIMITERLabel = New System.Windows.Forms.Label() WORK_HISTORY_ENTRYLabel = New System.Windows.Forms.Label() SQL_VIEWLabel = New System.Windows.Forms.Label() DISPLAY_MODELabel = New System.Windows.Forms.Label() CType(Me.SplitContainer_Profilzuordnung2, System.ComponentModel.ISupportInitialize).BeginInit() Me.SplitContainer_Profilzuordnung2.Panel1.SuspendLayout() Me.SplitContainer_Profilzuordnung2.Panel2.SuspendLayout() Me.SplitContainer_Profilzuordnung2.SuspendLayout() CType(Me.gridAssignedUsers, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.TBPROFILE_USERBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.DD_DMSLiteDataSet, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.viewAssignedUsers, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel1.SuspendLayout() CType(Me.gridAvailableUsers, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.FNPM_GET_FREE_USER_FOR_PROFILEBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.viewAvailableUsers, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel2.SuspendLayout() CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SplitContainer1.Panel1.SuspendLayout() Me.SplitContainer1.Panel2.SuspendLayout() Me.SplitContainer1.SuspendLayout() CType(Me.gridAssignedGroups, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.TBPROFILE_GROUPBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.viewAssignedGroups, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel3.SuspendLayout() CType(Me.gridAvailableGroups, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.TBDD_GROUPSBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.viewAvailableGroups, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel4.SuspendLayout() CType(Me.TBDD_USERBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.TBPM_PROFILEBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.TBPM_PROFILEBindingNavigator, System.ComponentModel.ISupportInitialize).BeginInit() Me.TBPM_PROFILEBindingNavigator.SuspendLayout() CType(Me.TBPM_TYPEBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() Me.GroupBox3.SuspendLayout() CType(Me.PRIORITYNumericUpDown, System.ComponentModel.ISupportInitialize).BeginInit() Me.TabControl1.SuspendLayout() Me.TabPage1.SuspendLayout() Me.tabctrl_Profilkonfig.SuspendLayout() Me.TabPage5.SuspendLayout() Me.TabPage6.SuspendLayout() Me.TabControl2.SuspendLayout() Me.TabPage11.SuspendLayout() Me.Panel5.SuspendLayout() CType(Me.gridFinalIndex, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.TBPM_PROFILE_FINAL_INDEXINGBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.FinalIndexDataSet, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.viewFinalIndex, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.BindingNavigator1, System.ComponentModel.ISupportInitialize).BeginInit() Me.BindingNavigator1.SuspendLayout() Me.TabPage12.SuspendLayout() CType(Me.GridControl1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.GridView1, System.ComponentModel.ISupportInitialize).BeginInit() Me.TabPage2.SuspendLayout() CType(Me.SplitContainerProfilzuordnung, System.ComponentModel.ISupportInitialize).BeginInit() Me.SplitContainerProfilzuordnung.Panel1.SuspendLayout() Me.SplitContainerProfilzuordnung.Panel2.SuspendLayout() Me.SplitContainerProfilzuordnung.SuspendLayout() CType(Me.gridAvailableProfiles, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.viewAvailableProfiles, System.ComponentModel.ISupportInitialize).BeginInit() Me.TabControl3.SuspendLayout() Me.TabPage7.SuspendLayout() Me.TabPage8.SuspendLayout() Me.TabPage3.SuspendLayout() CType(Me.TBPM_KONFIGURATIONBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.INTERVALL_CKECK_NO_OF_FILESNumericUpDown, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.TBDD_CONNECTIONBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.TBPM_PROFILE_CONTROLSBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() Me.StatusStrip1.SuspendLayout() Me.pnlMain.SuspendLayout() CType(Me.TBPM_PROFILE_FILESBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'GUIDLabel ' resources.ApplyResources(GUIDLabel, "GUIDLabel") GUIDLabel.Name = "GUIDLabel" ' 'SplitContainer_Profilzuordnung2 ' resources.ApplyResources(Me.SplitContainer_Profilzuordnung2, "SplitContainer_Profilzuordnung2") Me.SplitContainer_Profilzuordnung2.Name = "SplitContainer_Profilzuordnung2" ' 'SplitContainer_Profilzuordnung2.Panel1 ' resources.ApplyResources(Me.SplitContainer_Profilzuordnung2.Panel1, "SplitContainer_Profilzuordnung2.Panel1") Me.SplitContainer_Profilzuordnung2.Panel1.Controls.Add(Me.gridAssignedUsers) Me.SplitContainer_Profilzuordnung2.Panel1.Controls.Add(Me.Panel1) ' 'SplitContainer_Profilzuordnung2.Panel2 ' resources.ApplyResources(Me.SplitContainer_Profilzuordnung2.Panel2, "SplitContainer_Profilzuordnung2.Panel2") Me.SplitContainer_Profilzuordnung2.Panel2.Controls.Add(Me.gridAvailableUsers) Me.SplitContainer_Profilzuordnung2.Panel2.Controls.Add(Me.Panel2) ' 'gridAssignedUsers ' Me.gridAssignedUsers.AllowDrop = True Me.gridAssignedUsers.DataSource = Me.TBPROFILE_USERBindingSource resources.ApplyResources(Me.gridAssignedUsers, "gridAssignedUsers") Me.gridAssignedUsers.MainView = Me.viewAssignedUsers Me.gridAssignedUsers.Name = "gridAssignedUsers" Me.gridAssignedUsers.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.viewAssignedUsers}) ' 'TBPROFILE_USERBindingSource ' Me.TBPROFILE_USERBindingSource.DataMember = "TBPROFILE_USER" Me.TBPROFILE_USERBindingSource.DataSource = Me.DD_DMSLiteDataSet ' 'DD_DMSLiteDataSet ' Me.DD_DMSLiteDataSet.DataSetName = "DD_DMSLiteDataSet" Me.DD_DMSLiteDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema ' 'viewAssignedUsers ' Me.viewAssignedUsers.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.colPRENAME1, Me.colNAME3, Me.colUSERNAME1, Me.colEMAIL1, Me.GridColumn1, Me.GridColumn2}) Me.viewAssignedUsers.DetailHeight = 295 Me.viewAssignedUsers.GridControl = Me.gridAssignedUsers Me.viewAssignedUsers.Name = "viewAssignedUsers" Me.viewAssignedUsers.OptionsBehavior.Editable = False Me.viewAssignedUsers.OptionsBehavior.ReadOnly = True Me.viewAssignedUsers.OptionsView.ShowAutoFilterRow = True Me.viewAssignedUsers.OptionsView.ShowGroupPanel = False ' 'colPRENAME1 ' resources.ApplyResources(Me.colPRENAME1, "colPRENAME1") Me.colPRENAME1.FieldName = "PRENAME" Me.colPRENAME1.MinWidth = 16 Me.colPRENAME1.Name = "colPRENAME1" ' 'colNAME3 ' resources.ApplyResources(Me.colNAME3, "colNAME3") Me.colNAME3.FieldName = "NAME" Me.colNAME3.MinWidth = 16 Me.colNAME3.Name = "colNAME3" ' 'colUSERNAME1 ' resources.ApplyResources(Me.colUSERNAME1, "colUSERNAME1") Me.colUSERNAME1.FieldName = "USERNAME" Me.colUSERNAME1.MinWidth = 16 Me.colUSERNAME1.Name = "colUSERNAME1" ' 'colEMAIL1 ' resources.ApplyResources(Me.colEMAIL1, "colEMAIL1") Me.colEMAIL1.FieldName = "EMAIL" Me.colEMAIL1.MinWidth = 16 Me.colEMAIL1.Name = "colEMAIL1" ' 'GridColumn1 ' resources.ApplyResources(Me.GridColumn1, "GridColumn1") Me.GridColumn1.FieldName = "COMMENT" Me.GridColumn1.MinWidth = 16 Me.GridColumn1.Name = "GridColumn1" ' 'GridColumn2 ' resources.ApplyResources(Me.GridColumn2, "GridColumn2") Me.GridColumn2.FieldName = "SHORTNAME" Me.GridColumn2.MinWidth = 16 Me.GridColumn2.Name = "GridColumn2" ' 'Panel1 ' Me.Panel1.Controls.Add(Me.Label20) resources.ApplyResources(Me.Panel1, "Panel1") Me.Panel1.Name = "Panel1" ' 'Label20 ' resources.ApplyResources(Me.Label20, "Label20") Me.Label20.Name = "Label20" ' 'gridAvailableUsers ' Me.gridAvailableUsers.AllowDrop = True Me.gridAvailableUsers.DataSource = Me.FNPM_GET_FREE_USER_FOR_PROFILEBindingSource resources.ApplyResources(Me.gridAvailableUsers, "gridAvailableUsers") Me.gridAvailableUsers.MainView = Me.viewAvailableUsers Me.gridAvailableUsers.Name = "gridAvailableUsers" Me.gridAvailableUsers.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.viewAvailableUsers}) ' 'FNPM_GET_FREE_USER_FOR_PROFILEBindingSource ' Me.FNPM_GET_FREE_USER_FOR_PROFILEBindingSource.DataMember = "FNPM_GET_FREE_USER_FOR_PROFILE" Me.FNPM_GET_FREE_USER_FOR_PROFILEBindingSource.DataSource = Me.DD_DMSLiteDataSet ' 'viewAvailableUsers ' Me.viewAvailableUsers.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.colPRENAME, Me.colNAME2, Me.colUSERNAME, Me.colEMAIL, Me.GridColumn3, Me.GridColumn4}) Me.viewAvailableUsers.DetailHeight = 295 Me.viewAvailableUsers.GridControl = Me.gridAvailableUsers Me.viewAvailableUsers.Name = "viewAvailableUsers" Me.viewAvailableUsers.OptionsBehavior.Editable = False Me.viewAvailableUsers.OptionsBehavior.ReadOnly = True Me.viewAvailableUsers.OptionsView.ShowAutoFilterRow = True Me.viewAvailableUsers.OptionsView.ShowGroupPanel = False ' 'colPRENAME ' resources.ApplyResources(Me.colPRENAME, "colPRENAME") Me.colPRENAME.FieldName = "USER_PRENAME" Me.colPRENAME.MinWidth = 16 Me.colPRENAME.Name = "colPRENAME" ' 'colNAME2 ' resources.ApplyResources(Me.colNAME2, "colNAME2") Me.colNAME2.FieldName = "USER_SURNAME" Me.colNAME2.MinWidth = 16 Me.colNAME2.Name = "colNAME2" ' 'colUSERNAME ' resources.ApplyResources(Me.colUSERNAME, "colUSERNAME") Me.colUSERNAME.FieldName = "USER_NAME" Me.colUSERNAME.MinWidth = 16 Me.colUSERNAME.Name = "colUSERNAME" ' 'colEMAIL ' resources.ApplyResources(Me.colEMAIL, "colEMAIL") Me.colEMAIL.FieldName = "USER_EMAIL" Me.colEMAIL.MinWidth = 16 Me.colEMAIL.Name = "colEMAIL" ' 'GridColumn3 ' resources.ApplyResources(Me.GridColumn3, "GridColumn3") Me.GridColumn3.FieldName = "USER_COMMENT" Me.GridColumn3.MinWidth = 16 Me.GridColumn3.Name = "GridColumn3" ' 'GridColumn4 ' resources.ApplyResources(Me.GridColumn4, "GridColumn4") Me.GridColumn4.FieldName = "USER_SHORTNAME" Me.GridColumn4.MinWidth = 16 Me.GridColumn4.Name = "GridColumn4" ' 'Panel2 ' Me.Panel2.Controls.Add(Me.Label19) resources.ApplyResources(Me.Panel2, "Panel2") Me.Panel2.Name = "Panel2" ' 'Label19 ' resources.ApplyResources(Me.Label19, "Label19") Me.Label19.Name = "Label19" ' 'SplitContainer1 ' resources.ApplyResources(Me.SplitContainer1, "SplitContainer1") Me.SplitContainer1.Name = "SplitContainer1" ' 'SplitContainer1.Panel1 ' resources.ApplyResources(Me.SplitContainer1.Panel1, "SplitContainer1.Panel1") Me.SplitContainer1.Panel1.Controls.Add(Me.gridAssignedGroups) Me.SplitContainer1.Panel1.Controls.Add(Me.Panel3) ' 'SplitContainer1.Panel2 ' resources.ApplyResources(Me.SplitContainer1.Panel2, "SplitContainer1.Panel2") Me.SplitContainer1.Panel2.Controls.Add(Me.gridAvailableGroups) Me.SplitContainer1.Panel2.Controls.Add(Me.Panel4) ' 'gridAssignedGroups ' Me.gridAssignedGroups.AllowDrop = True Me.gridAssignedGroups.DataSource = Me.TBPROFILE_GROUPBindingSource resources.ApplyResources(Me.gridAssignedGroups, "gridAssignedGroups") Me.gridAssignedGroups.MainView = Me.viewAssignedGroups Me.gridAssignedGroups.Name = "gridAssignedGroups" Me.gridAssignedGroups.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.viewAssignedGroups}) ' 'TBPROFILE_GROUPBindingSource ' Me.TBPROFILE_GROUPBindingSource.DataMember = "TBPROFILE_GROUP" Me.TBPROFILE_GROUPBindingSource.DataSource = Me.DD_DMSLiteDataSet ' 'viewAssignedGroups ' Me.viewAssignedGroups.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.colNAME5, Me.colCOMMENT1}) Me.viewAssignedGroups.DetailHeight = 295 Me.viewAssignedGroups.GridControl = Me.gridAssignedGroups Me.viewAssignedGroups.Name = "viewAssignedGroups" Me.viewAssignedGroups.OptionsBehavior.Editable = False Me.viewAssignedGroups.OptionsBehavior.ReadOnly = True Me.viewAssignedGroups.OptionsView.ShowAutoFilterRow = True Me.viewAssignedGroups.OptionsView.ShowGroupPanel = False ' 'colNAME5 ' resources.ApplyResources(Me.colNAME5, "colNAME5") Me.colNAME5.FieldName = "NAME" Me.colNAME5.MinWidth = 16 Me.colNAME5.Name = "colNAME5" ' 'colCOMMENT1 ' resources.ApplyResources(Me.colCOMMENT1, "colCOMMENT1") Me.colCOMMENT1.FieldName = "COMMENT" Me.colCOMMENT1.MinWidth = 16 Me.colCOMMENT1.Name = "colCOMMENT1" ' 'Panel3 ' Me.Panel3.Controls.Add(Me.Label22) resources.ApplyResources(Me.Panel3, "Panel3") Me.Panel3.Name = "Panel3" ' 'Label22 ' resources.ApplyResources(Me.Label22, "Label22") Me.Label22.Name = "Label22" ' 'gridAvailableGroups ' Me.gridAvailableGroups.AllowDrop = True Me.gridAvailableGroups.DataSource = Me.TBDD_GROUPSBindingSource resources.ApplyResources(Me.gridAvailableGroups, "gridAvailableGroups") Me.gridAvailableGroups.MainView = Me.viewAvailableGroups Me.gridAvailableGroups.Name = "gridAvailableGroups" Me.gridAvailableGroups.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.viewAvailableGroups}) ' 'TBDD_GROUPSBindingSource ' Me.TBDD_GROUPSBindingSource.DataMember = "TBDD_GROUPS" Me.TBDD_GROUPSBindingSource.DataSource = Me.DD_DMSLiteDataSet ' 'viewAvailableGroups ' Me.viewAvailableGroups.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.colNAME4, Me.colCOMMENT}) Me.viewAvailableGroups.DetailHeight = 295 Me.viewAvailableGroups.GridControl = Me.gridAvailableGroups Me.viewAvailableGroups.Name = "viewAvailableGroups" Me.viewAvailableGroups.OptionsBehavior.Editable = False Me.viewAvailableGroups.OptionsBehavior.ReadOnly = True Me.viewAvailableGroups.OptionsView.ShowAutoFilterRow = True Me.viewAvailableGroups.OptionsView.ShowGroupPanel = False ' 'colNAME4 ' resources.ApplyResources(Me.colNAME4, "colNAME4") Me.colNAME4.FieldName = "NAME" Me.colNAME4.MinWidth = 16 Me.colNAME4.Name = "colNAME4" ' 'colCOMMENT ' resources.ApplyResources(Me.colCOMMENT, "colCOMMENT") Me.colCOMMENT.FieldName = "COMMENT" Me.colCOMMENT.MinWidth = 16 Me.colCOMMENT.Name = "colCOMMENT" ' 'Panel4 ' Me.Panel4.Controls.Add(Me.Label23) resources.ApplyResources(Me.Panel4, "Panel4") Me.Panel4.Name = "Panel4" ' 'Label23 ' resources.ApplyResources(Me.Label23, "Label23") Me.Label23.Name = "Label23" ' 'NAMELabel ' resources.ApplyResources(NAMELabel, "NAMELabel") NAMELabel.Name = "NAMELabel" ' 'DESCRIPTIONLabel ' resources.ApplyResources(DESCRIPTIONLabel, "DESCRIPTIONLabel") DESCRIPTIONLabel.Name = "DESCRIPTIONLabel" ' 'PRIORITYLabel ' resources.ApplyResources(PRIORITYLabel, "PRIORITYLabel") PRIORITYLabel.Name = "PRIORITYLabel" ' 'ADDED_WHOLabel ' resources.ApplyResources(ADDED_WHOLabel, "ADDED_WHOLabel") ADDED_WHOLabel.Name = "ADDED_WHOLabel" AddHandler ADDED_WHOLabel.Click, AddressOf Me.ADDED_WHOLabel_Click ' 'ADDED_WHENLabel ' resources.ApplyResources(ADDED_WHENLabel, "ADDED_WHENLabel") ADDED_WHENLabel.Name = "ADDED_WHENLabel" ' 'CHANGED_WHOLabel ' resources.ApplyResources(CHANGED_WHOLabel, "CHANGED_WHOLabel") CHANGED_WHOLabel.Name = "CHANGED_WHOLabel" ' 'CHANGED_WHENLabel ' resources.ApplyResources(CHANGED_WHENLabel, "CHANGED_WHENLabel") CHANGED_WHENLabel.Name = "CHANGED_WHENLabel" ' 'TITLELabel ' resources.ApplyResources(TITLELabel, "TITLELabel") TITLELabel.Name = "TITLELabel" ' 'INTERVALL_CKECK_NO_OF_FILESLabel ' resources.ApplyResources(INTERVALL_CKECK_NO_OF_FILESLabel, "INTERVALL_CKECK_NO_OF_FILESLabel") INTERVALL_CKECK_NO_OF_FILESLabel.Name = "INTERVALL_CKECK_NO_OF_FILESLabel" ' 'GEAENDERTWERLabel ' resources.ApplyResources(GEAENDERTWERLabel, "GEAENDERTWERLabel") GEAENDERTWERLabel.Name = "GEAENDERTWERLabel" ' 'GEAENDERTWANNLabel ' resources.ApplyResources(GEAENDERTWANNLabel, "GEAENDERTWANNLabel") GEAENDERTWANNLabel.Name = "GEAENDERTWANNLabel" ' 'VEKTOR_DELIMITERLabel ' resources.ApplyResources(VEKTOR_DELIMITERLabel, "VEKTOR_DELIMITERLabel") VEKTOR_DELIMITERLabel.Name = "VEKTOR_DELIMITERLabel" ' 'WORK_HISTORY_ENTRYLabel ' resources.ApplyResources(WORK_HISTORY_ENTRYLabel, "WORK_HISTORY_ENTRYLabel") WORK_HISTORY_ENTRYLabel.Name = "WORK_HISTORY_ENTRYLabel" ' 'SQL_VIEWLabel ' resources.ApplyResources(SQL_VIEWLabel, "SQL_VIEWLabel") SQL_VIEWLabel.Name = "SQL_VIEWLabel" ' 'DISPLAY_MODELabel ' resources.ApplyResources(DISPLAY_MODELabel, "DISPLAY_MODELabel") DISPLAY_MODELabel.Name = "DISPLAY_MODELabel" ' 'TBDD_USERBindingSource ' Me.TBDD_USERBindingSource.DataMember = "TBDD_USER" Me.TBDD_USERBindingSource.DataSource = Me.DD_DMSLiteDataSet ' 'TableAdapterManager ' Me.TableAdapterManager.BackupDataSetBeforeUpdate = False Me.TableAdapterManager.Connection = Nothing Me.TableAdapterManager.TBDD_CONNECTIONTableAdapter = Nothing Me.TableAdapterManager.TBDD_EMAIL_TEMPLATETableAdapter = Nothing Me.TableAdapterManager.TBDD_GUI_LANGUAGE_PHRASETableAdapter = Nothing Me.TableAdapterManager.TBDD_USERTableAdapter = Nothing Me.TableAdapterManager.TBPM_CONTROL_TABLETableAdapter = Nothing Me.TableAdapterManager.TBPM_ERROR_LOGTableAdapter = Nothing Me.TableAdapterManager.TBPM_KONFIGURATIONTableAdapter = Nothing Me.TableAdapterManager.TBPM_PROFILE_CONTROLSTableAdapter = Nothing Me.TableAdapterManager.TBPM_PROFILE_FILESTableAdapter = Nothing Me.TableAdapterManager.TBPM_PROFILE_FINAL_INDEXINGTableAdapter = Nothing Me.TableAdapterManager.TBPM_PROFILETableAdapter = Nothing Me.TableAdapterManager.TBPM_TYPETableAdapter = Nothing Me.TableAdapterManager.UpdateOrder = DD_ProcessManager.DD_DMSLiteDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete ' 'TBPM_PROFILEBindingSource ' Me.TBPM_PROFILEBindingSource.DataMember = "TBPM_PROFILE" Me.TBPM_PROFILEBindingSource.DataSource = Me.DD_DMSLiteDataSet ' 'TBPM_PROFILETableAdapter ' Me.TBPM_PROFILETableAdapter.ClearBeforeFill = True ' 'BindingNavigatorMoveFirstItem ' Me.BindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image resources.ApplyResources(Me.BindingNavigatorMoveFirstItem, "BindingNavigatorMoveFirstItem") Me.BindingNavigatorMoveFirstItem.Name = "BindingNavigatorMoveFirstItem" ' 'BindingNavigatorMovePreviousItem ' Me.BindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image resources.ApplyResources(Me.BindingNavigatorMovePreviousItem, "BindingNavigatorMovePreviousItem") Me.BindingNavigatorMovePreviousItem.Name = "BindingNavigatorMovePreviousItem" ' 'BindingNavigatorSeparator ' Me.BindingNavigatorSeparator.Name = "BindingNavigatorSeparator" resources.ApplyResources(Me.BindingNavigatorSeparator, "BindingNavigatorSeparator") ' 'BindingNavigatorPositionItem ' resources.ApplyResources(Me.BindingNavigatorPositionItem, "BindingNavigatorPositionItem") Me.BindingNavigatorPositionItem.Name = "BindingNavigatorPositionItem" ' 'BindingNavigatorCountItem ' Me.BindingNavigatorCountItem.Name = "BindingNavigatorCountItem" resources.ApplyResources(Me.BindingNavigatorCountItem, "BindingNavigatorCountItem") ' 'BindingNavigatorSeparator1 ' Me.BindingNavigatorSeparator1.Name = "BindingNavigatorSeparator1" resources.ApplyResources(Me.BindingNavigatorSeparator1, "BindingNavigatorSeparator1") ' 'BindingNavigatorMoveNextItem ' Me.BindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image resources.ApplyResources(Me.BindingNavigatorMoveNextItem, "BindingNavigatorMoveNextItem") Me.BindingNavigatorMoveNextItem.Name = "BindingNavigatorMoveNextItem" ' 'BindingNavigatorMoveLastItem ' Me.BindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image resources.ApplyResources(Me.BindingNavigatorMoveLastItem, "BindingNavigatorMoveLastItem") Me.BindingNavigatorMoveLastItem.Name = "BindingNavigatorMoveLastItem" ' 'BindingNavigatorSeparator2 ' Me.BindingNavigatorSeparator2.Name = "BindingNavigatorSeparator2" resources.ApplyResources(Me.BindingNavigatorSeparator2, "BindingNavigatorSeparator2") ' 'VWPM_PROFILE_USERBindingNavigatorSaveItem ' Me.VWPM_PROFILE_USERBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image resources.ApplyResources(Me.VWPM_PROFILE_USERBindingNavigatorSaveItem, "VWPM_PROFILE_USERBindingNavigatorSaveItem") Me.VWPM_PROFILE_USERBindingNavigatorSaveItem.Name = "VWPM_PROFILE_USERBindingNavigatorSaveItem" ' 'TBPM_PROFILEBindingNavigator ' Me.TBPM_PROFILEBindingNavigator.AddNewItem = Nothing Me.TBPM_PROFILEBindingNavigator.BindingSource = Me.TBPM_PROFILEBindingSource Me.TBPM_PROFILEBindingNavigator.CountItem = Me.BindingNavigatorCountItem Me.TBPM_PROFILEBindingNavigator.CountItemFormat = "von {0} Profilen" Me.TBPM_PROFILEBindingNavigator.DeleteItem = Nothing Me.TBPM_PROFILEBindingNavigator.ImageScalingSize = New System.Drawing.Size(20, 20) Me.TBPM_PROFILEBindingNavigator.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.VWPM_PROFILE_USERBindingNavigatorSaveItem, Me.tstrpbtn_add, Me.tstrlblSave, Me.btnRefreshProfiles, Me.ToolStripSeparator1, Me.tsbtnDesigner_open, Me.ToolStripSeparator2, Me.tsbtnProfilkopieren, Me.ToolStripSeparator3, Me.tsbtnDeleteProfileData, Me.tsbtndeleteProfil}) resources.ApplyResources(Me.TBPM_PROFILEBindingNavigator, "TBPM_PROFILEBindingNavigator") Me.TBPM_PROFILEBindingNavigator.MoveFirstItem = Me.BindingNavigatorMoveFirstItem Me.TBPM_PROFILEBindingNavigator.MoveLastItem = Me.BindingNavigatorMoveLastItem Me.TBPM_PROFILEBindingNavigator.MoveNextItem = Me.BindingNavigatorMoveNextItem Me.TBPM_PROFILEBindingNavigator.MovePreviousItem = Me.BindingNavigatorMovePreviousItem Me.TBPM_PROFILEBindingNavigator.Name = "TBPM_PROFILEBindingNavigator" Me.TBPM_PROFILEBindingNavigator.PositionItem = Me.BindingNavigatorPositionItem ' 'tstrpbtn_add ' Me.tstrpbtn_add.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.tstrpbtn_add.Image = Global.DD_ProcessManager.My.Resources.Resources.action_add_16xLG resources.ApplyResources(Me.tstrpbtn_add, "tstrpbtn_add") Me.tstrpbtn_add.Name = "tstrpbtn_add" ' 'tstrlblSave ' Me.tstrlblSave.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right Me.tstrlblSave.BackColor = System.Drawing.Color.Lime Me.tstrlblSave.ForeColor = System.Drawing.Color.Crimson Me.tstrlblSave.Image = Global.DD_ProcessManager.My.Resources.Resources.asterisk_yellow Me.tstrlblSave.Name = "tstrlblSave" resources.ApplyResources(Me.tstrlblSave, "tstrlblSave") ' 'btnRefreshProfiles ' Me.btnRefreshProfiles.Image = Global.DD_ProcessManager.My.Resources.Resources.refresh_16xLG resources.ApplyResources(Me.btnRefreshProfiles, "btnRefreshProfiles") Me.btnRefreshProfiles.Name = "btnRefreshProfiles" ' 'ToolStripSeparator1 ' Me.ToolStripSeparator1.Name = "ToolStripSeparator1" resources.ApplyResources(Me.ToolStripSeparator1, "ToolStripSeparator1") ' 'tsbtnDesigner_open ' resources.ApplyResources(Me.tsbtnDesigner_open, "tsbtnDesigner_open") Me.tsbtnDesigner_open.Image = Global.DD_ProcessManager.My.Resources.Resources.application_form_edit Me.tsbtnDesigner_open.Name = "tsbtnDesigner_open" ' 'ToolStripSeparator2 ' Me.ToolStripSeparator2.Name = "ToolStripSeparator2" resources.ApplyResources(Me.ToolStripSeparator2, "ToolStripSeparator2") ' 'tsbtnProfilkopieren ' Me.tsbtnProfilkopieren.Image = Global.DD_ProcessManager.My.Resources.Resources.page_copy resources.ApplyResources(Me.tsbtnProfilkopieren, "tsbtnProfilkopieren") Me.tsbtnProfilkopieren.Name = "tsbtnProfilkopieren" ' 'ToolStripSeparator3 ' Me.ToolStripSeparator3.Name = "ToolStripSeparator3" resources.ApplyResources(Me.ToolStripSeparator3, "ToolStripSeparator3") ' 'tsbtnDeleteProfileData ' resources.ApplyResources(Me.tsbtnDeleteProfileData, "tsbtnDeleteProfileData") Me.tsbtnDeleteProfileData.Name = "tsbtnDeleteProfileData" ' 'tsbtndeleteProfil ' Me.tsbtndeleteProfil.Image = Global.DD_ProcessManager.My.Resources.Resources.delete_12x12 resources.ApplyResources(Me.tsbtndeleteProfil, "tsbtndeleteProfil") Me.tsbtndeleteProfil.Name = "tsbtndeleteProfil" ' 'Label2 ' resources.ApplyResources(Me.Label2, "Label2") Me.Label2.Name = "Label2" ' 'cmbObjekttypen ' Me.cmbObjekttypen.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILEBindingSource, "WD_OBJECTTYPE", True)) resources.ApplyResources(Me.cmbObjekttypen, "cmbObjekttypen") Me.cmbObjekttypen.FormattingEnabled = True Me.cmbObjekttypen.Name = "cmbObjekttypen" ' 'FINAL_PROFILECheckBox ' Me.FINAL_PROFILECheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBPM_PROFILEBindingSource, "FINAL_PROFILE", True)) resources.ApplyResources(Me.FINAL_PROFILECheckBox, "FINAL_PROFILECheckBox") Me.FINAL_PROFILECheckBox.Name = "FINAL_PROFILECheckBox" Me.FINAL_PROFILECheckBox.UseVisualStyleBackColor = True ' 'FINAL_TEXTTextBox ' Me.FINAL_TEXTTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILEBindingSource, "FINAL_TEXT", True)) resources.ApplyResources(Me.FINAL_TEXTTextBox, "FINAL_TEXTTextBox") Me.FINAL_TEXTTextBox.Name = "FINAL_TEXTTextBox" ' 'Label1 ' resources.ApplyResources(Me.Label1, "Label1") Me.Label1.Name = "Label1" ' 'cmbType ' Me.cmbType.DataBindings.Add(New System.Windows.Forms.Binding("SelectedValue", Me.TBPM_PROFILEBindingSource, "TYPE", True)) Me.cmbType.DataSource = Me.TBPM_TYPEBindingSource Me.cmbType.DisplayMember = "BEZEICHNUNG" resources.ApplyResources(Me.cmbType, "cmbType") Me.cmbType.FormattingEnabled = True Me.cmbType.Name = "cmbType" Me.cmbType.ValueMember = "GUID" ' 'TBPM_TYPEBindingSource ' Me.TBPM_TYPEBindingSource.DataMember = "TBPM_TYPE" Me.TBPM_TYPEBindingSource.DataSource = Me.DD_DMSLiteDataSet ' 'GroupBox3 ' Me.GroupBox3.Controls.Add(Me.MOVE2FOLDERTextBox) Me.GroupBox3.Controls.Add(Me.btnmovetoFolderDialog) resources.ApplyResources(Me.GroupBox3, "GroupBox3") Me.GroupBox3.Name = "GroupBox3" Me.GroupBox3.TabStop = False ' 'MOVE2FOLDERTextBox ' Me.MOVE2FOLDERTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILEBindingSource, "MOVE2FOLDER", True)) resources.ApplyResources(Me.MOVE2FOLDERTextBox, "MOVE2FOLDERTextBox") Me.MOVE2FOLDERTextBox.Name = "MOVE2FOLDERTextBox" ' 'btnmovetoFolderDialog ' resources.ApplyResources(Me.btnmovetoFolderDialog, "btnmovetoFolderDialog") Me.btnmovetoFolderDialog.Name = "btnmovetoFolderDialog" Me.btnmovetoFolderDialog.UseVisualStyleBackColor = True ' 'PRIORITYNumericUpDown ' Me.PRIORITYNumericUpDown.DataBindings.Add(New System.Windows.Forms.Binding("Value", Me.TBPM_PROFILEBindingSource, "PRIORITY", True)) resources.ApplyResources(Me.PRIORITYNumericUpDown, "PRIORITYNumericUpDown") Me.PRIORITYNumericUpDown.Name = "PRIORITYNumericUpDown" ' 'btnWMopenSuche ' resources.ApplyResources(Me.btnWMopenSuche, "btnWMopenSuche") Me.btnWMopenSuche.Image = Global.DD_ProcessManager.My.Resources.Resources.flag_green Me.btnWMopenSuche.Name = "btnWMopenSuche" Me.btnWMopenSuche.UseVisualStyleBackColor = True ' 'btnWMSuche ' resources.ApplyResources(Me.btnWMSuche, "btnWMSuche") Me.btnWMSuche.Name = "btnWMSuche" Me.btnWMSuche.UseVisualStyleBackColor = True ' 'TITLETextBox ' Me.TITLETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILEBindingSource, "TITLE", True)) resources.ApplyResources(Me.TITLETextBox, "TITLETextBox") Me.TITLETextBox.Name = "TITLETextBox" ' 'PROFILGUIDTextBox ' Me.PROFILGUIDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILEBindingSource, "GUID", True)) resources.ApplyResources(Me.PROFILGUIDTextBox, "PROFILGUIDTextBox") Me.PROFILGUIDTextBox.Name = "PROFILGUIDTextBox" Me.PROFILGUIDTextBox.ReadOnly = True ' 'NAMETextBox ' Me.NAMETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILEBindingSource, "NAME", True)) resources.ApplyResources(Me.NAMETextBox, "NAMETextBox") Me.NAMETextBox.Name = "NAMETextBox" ' 'DESCRIPTIONTextBox ' Me.DESCRIPTIONTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILEBindingSource, "DESCRIPTION", True)) resources.ApplyResources(Me.DESCRIPTIONTextBox, "DESCRIPTIONTextBox") Me.DESCRIPTIONTextBox.Name = "DESCRIPTIONTextBox" Me.DESCRIPTIONTextBox.Tag = "" ' 'WD_SEARCHTextBox ' Me.WD_SEARCHTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILEBindingSource, "WD_SEARCH", True)) resources.ApplyResources(Me.WD_SEARCHTextBox, "WD_SEARCHTextBox") Me.WD_SEARCHTextBox.Name = "WD_SEARCHTextBox" ' 'ACTIVECheckBox ' Me.ACTIVECheckBox.BackColor = System.Drawing.SystemColors.ControlLightLight Me.ACTIVECheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBPM_PROFILEBindingSource, "ACTIVE", True)) resources.ApplyResources(Me.ACTIVECheckBox, "ACTIVECheckBox") Me.ACTIVECheckBox.Name = "ACTIVECheckBox" Me.ACTIVECheckBox.UseVisualStyleBackColor = False ' 'ADDED_WHOTextBox ' Me.ADDED_WHOTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILEBindingSource, "ADDED_WHO", True)) resources.ApplyResources(Me.ADDED_WHOTextBox, "ADDED_WHOTextBox") Me.ADDED_WHOTextBox.Name = "ADDED_WHOTextBox" Me.ADDED_WHOTextBox.ReadOnly = True ' 'ADDED_WHENTextBox ' Me.ADDED_WHENTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILEBindingSource, "ADDED_WHEN", True)) resources.ApplyResources(Me.ADDED_WHENTextBox, "ADDED_WHENTextBox") Me.ADDED_WHENTextBox.Name = "ADDED_WHENTextBox" Me.ADDED_WHENTextBox.ReadOnly = True ' 'CHANGED_WHOTextBox ' Me.CHANGED_WHOTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILEBindingSource, "CHANGED_WHO", True)) resources.ApplyResources(Me.CHANGED_WHOTextBox, "CHANGED_WHOTextBox") Me.CHANGED_WHOTextBox.Name = "CHANGED_WHOTextBox" Me.CHANGED_WHOTextBox.ReadOnly = True ' 'CHANGED_WHENTextBox ' Me.CHANGED_WHENTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILEBindingSource, "CHANGED_WHEN", True)) resources.ApplyResources(Me.CHANGED_WHENTextBox, "CHANGED_WHENTextBox") Me.CHANGED_WHENTextBox.Name = "CHANGED_WHENTextBox" Me.CHANGED_WHENTextBox.ReadOnly = True ' 'dlgWindreamsuche ' resources.ApplyResources(Me.dlgWindreamsuche, "dlgWindreamsuche") Me.dlgWindreamsuche.RestoreDirectory = True ' 'TBPM_TYPETableAdapter ' Me.TBPM_TYPETableAdapter.ClearBeforeFill = True ' 'TabControl1 ' Me.TabControl1.Controls.Add(Me.TabPage1) Me.TabControl1.Controls.Add(Me.TabPage2) Me.TabControl1.Controls.Add(Me.TabPage3) resources.ApplyResources(Me.TabControl1, "TabControl1") Me.TabControl1.Name = "TabControl1" Me.TabControl1.SelectedIndex = 0 ' 'TabPage1 ' Me.TabPage1.Controls.Add(Me.tabctrl_Profilkonfig) Me.TabPage1.Controls.Add(Me.TBPM_PROFILEBindingNavigator) Me.TabPage1.Controls.Add(GUIDLabel) Me.TabPage1.Controls.Add(TITLELabel) Me.TabPage1.Controls.Add(Me.TITLETextBox) Me.TabPage1.Controls.Add(Me.PROFILGUIDTextBox) Me.TabPage1.Controls.Add(Me.ACTIVECheckBox) Me.TabPage1.Controls.Add(Me.GridControl1) Me.TabPage1.Controls.Add(NAMELabel) Me.TabPage1.Controls.Add(Me.SORT_BY_LATESTCheckBox) Me.TabPage1.Controls.Add(Me.NAMETextBox) resources.ApplyResources(Me.TabPage1, "TabPage1") Me.TabPage1.Name = "TabPage1" Me.TabPage1.UseVisualStyleBackColor = True ' 'tabctrl_Profilkonfig ' resources.ApplyResources(Me.tabctrl_Profilkonfig, "tabctrl_Profilkonfig") Me.tabctrl_Profilkonfig.Controls.Add(Me.TabPage5) Me.tabctrl_Profilkonfig.Controls.Add(Me.TabPage6) Me.tabctrl_Profilkonfig.Name = "tabctrl_Profilkonfig" Me.tabctrl_Profilkonfig.SelectedIndex = 0 ' 'TabPage5 ' resources.ApplyResources(Me.TabPage5, "TabPage5") Me.TabPage5.Controls.Add(Me.Label7) Me.TabPage5.Controls.Add(Me.Label4) Me.TabPage5.Controls.Add(Me.Label1) Me.TabPage5.Controls.Add(Me.Label9) Me.TabPage5.Controls.Add(Me.cmbType) Me.TabPage5.Controls.Add(Me.FINAL_TEXTTextBox) Me.TabPage5.Controls.Add(Me.FINAL_PROFILECheckBox) Me.TabPage5.Controls.Add(DISPLAY_MODELabel) Me.TabPage5.Controls.Add(Me.DISPLAY_MODEComboBox) Me.TabPage5.Controls.Add(Me.cmbLOGIndex) Me.TabPage5.Controls.Add(Me.PM_VEKTOR_INDEXComboBox) Me.TabPage5.Controls.Add(Me.Label2) Me.TabPage5.Controls.Add(Me.DESCRIPTIONTextBox) Me.TabPage5.Controls.Add(DESCRIPTIONLabel) Me.TabPage5.Controls.Add(Me.cmbObjekttypen) Me.TabPage5.Controls.Add(Me.WD_SEARCHTextBox) Me.TabPage5.Controls.Add(PRIORITYLabel) Me.TabPage5.Controls.Add(ADDED_WHOLabel) Me.TabPage5.Controls.Add(Me.CHANGED_WHENTextBox) Me.TabPage5.Controls.Add(Me.ADDED_WHOTextBox) Me.TabPage5.Controls.Add(ADDED_WHENLabel) Me.TabPage5.Controls.Add(CHANGED_WHENLabel) Me.TabPage5.Controls.Add(Me.btnWMSuche) Me.TabPage5.Controls.Add(Me.ADDED_WHENTextBox) Me.TabPage5.Controls.Add(Me.CHANGED_WHOTextBox) Me.TabPage5.Controls.Add(Me.btnWMopenSuche) Me.TabPage5.Controls.Add(Me.PRIORITYNumericUpDown) Me.TabPage5.Controls.Add(CHANGED_WHOLabel) Me.TabPage5.Name = "TabPage5" Me.TabPage5.UseVisualStyleBackColor = True ' 'Label7 ' resources.ApplyResources(Me.Label7, "Label7") Me.Label7.Name = "Label7" ' 'Label4 ' resources.ApplyResources(Me.Label4, "Label4") Me.Label4.Name = "Label4" ' 'Label9 ' resources.ApplyResources(Me.Label9, "Label9") Me.Label9.Name = "Label9" ' 'DISPLAY_MODEComboBox ' Me.DISPLAY_MODEComboBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILEBindingSource, "DISPLAY_MODE", True)) resources.ApplyResources(Me.DISPLAY_MODEComboBox, "DISPLAY_MODEComboBox") Me.DISPLAY_MODEComboBox.FormattingEnabled = True Me.DISPLAY_MODEComboBox.Items.AddRange(New Object() {resources.GetString("DISPLAY_MODEComboBox.Items"), resources.GetString("DISPLAY_MODEComboBox.Items1"), resources.GetString("DISPLAY_MODEComboBox.Items2")}) Me.DISPLAY_MODEComboBox.Name = "DISPLAY_MODEComboBox" ' 'cmbLOGIndex ' Me.cmbLOGIndex.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILEBindingSource, "LOG_INDEX", True)) resources.ApplyResources(Me.cmbLOGIndex, "cmbLOGIndex") Me.cmbLOGIndex.FormattingEnabled = True Me.cmbLOGIndex.Name = "cmbLOGIndex" ' 'PM_VEKTOR_INDEXComboBox ' Me.PM_VEKTOR_INDEXComboBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILEBindingSource, "PM_VEKTOR_INDEX", True)) Me.PM_VEKTOR_INDEXComboBox.FormattingEnabled = True resources.ApplyResources(Me.PM_VEKTOR_INDEXComboBox, "PM_VEKTOR_INDEXComboBox") Me.PM_VEKTOR_INDEXComboBox.Name = "PM_VEKTOR_INDEXComboBox" ' 'TabPage6 ' resources.ApplyResources(Me.TabPage6, "TabPage6") Me.TabPage6.BackColor = System.Drawing.Color.WhiteSmoke Me.TabPage6.Controls.Add(Me.TabControl2) Me.TabPage6.Name = "TabPage6" ' 'TabControl2 ' Me.TabControl2.Controls.Add(Me.TabPage11) Me.TabControl2.Controls.Add(Me.TabPage12) resources.ApplyResources(Me.TabControl2, "TabControl2") Me.TabControl2.Name = "TabControl2" Me.TabControl2.SelectedIndex = 0 ' 'TabPage11 ' Me.TabPage11.Controls.Add(Me.Panel5) Me.TabPage11.Controls.Add(Me.BindingNavigator1) Me.TabPage11.Controls.Add(Me.Label13) Me.TabPage11.Controls.Add(Me.GroupBox3) Me.TabPage11.Controls.Add(Me.Label5) Me.TabPage11.Controls.Add(Me.Label6) resources.ApplyResources(Me.TabPage11, "TabPage11") Me.TabPage11.Name = "TabPage11" Me.TabPage11.UseVisualStyleBackColor = True ' 'Panel5 ' resources.ApplyResources(Me.Panel5, "Panel5") Me.Panel5.Controls.Add(Me.gridFinalIndex) Me.Panel5.Controls.Add(Me.PropertyGrid1) Me.Panel5.Name = "Panel5" ' 'gridFinalIndex ' Me.gridFinalIndex.DataSource = Me.TBPM_PROFILE_FINAL_INDEXINGBindingSource resources.ApplyResources(Me.gridFinalIndex, "gridFinalIndex") Me.gridFinalIndex.MainView = Me.viewFinalIndex Me.gridFinalIndex.Name = "gridFinalIndex" Me.gridFinalIndex.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.viewFinalIndex}) ' 'TBPM_PROFILE_FINAL_INDEXINGBindingSource ' Me.TBPM_PROFILE_FINAL_INDEXINGBindingSource.DataMember = "TBPM_PROFILE_FINAL_INDEXING" Me.TBPM_PROFILE_FINAL_INDEXINGBindingSource.DataSource = Me.FinalIndexDataSet ' 'FinalIndexDataSet ' Me.FinalIndexDataSet.DataSetName = "FinalIndexDataSet" Me.FinalIndexDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema ' 'viewFinalIndex ' Me.viewFinalIndex.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.colGUID, Me.colPROFIL_ID, Me.colCONNECTION_ID, Me.colINDEXNAME, Me.colVALUE, Me.colSQL_COMMAND, Me.colPREVENT_DUPLICATES, Me.colALLOW_NEW_VALUES, Me.colDESCRIPTION1, Me.colACTIVE}) Me.viewFinalIndex.DetailHeight = 295 Me.viewFinalIndex.GridControl = Me.gridFinalIndex Me.viewFinalIndex.Name = "viewFinalIndex" Me.viewFinalIndex.OptionsBehavior.Editable = False Me.viewFinalIndex.OptionsBehavior.ReadOnly = True Me.viewFinalIndex.OptionsView.ShowGroupPanel = False ' 'colGUID ' Me.colGUID.FieldName = "GUID" Me.colGUID.Name = "colGUID" ' 'colPROFIL_ID ' Me.colPROFIL_ID.FieldName = "PROFIL_ID" Me.colPROFIL_ID.Name = "colPROFIL_ID" ' 'colCONNECTION_ID ' Me.colCONNECTION_ID.FieldName = "CONNECTION_ID" Me.colCONNECTION_ID.Name = "colCONNECTION_ID" ' 'colINDEXNAME ' resources.ApplyResources(Me.colINDEXNAME, "colINDEXNAME") Me.colINDEXNAME.FieldName = "INDEXNAME" Me.colINDEXNAME.Name = "colINDEXNAME" ' 'colVALUE ' resources.ApplyResources(Me.colVALUE, "colVALUE") Me.colVALUE.FieldName = "VALUE" Me.colVALUE.Name = "colVALUE" ' 'colSQL_COMMAND ' resources.ApplyResources(Me.colSQL_COMMAND, "colSQL_COMMAND") Me.colSQL_COMMAND.FieldName = "SQL_COMMAND" Me.colSQL_COMMAND.Name = "colSQL_COMMAND" ' 'colPREVENT_DUPLICATES ' resources.ApplyResources(Me.colPREVENT_DUPLICATES, "colPREVENT_DUPLICATES") Me.colPREVENT_DUPLICATES.FieldName = "PREVENT_DUPLICATES" Me.colPREVENT_DUPLICATES.Name = "colPREVENT_DUPLICATES" ' 'colALLOW_NEW_VALUES ' resources.ApplyResources(Me.colALLOW_NEW_VALUES, "colALLOW_NEW_VALUES") Me.colALLOW_NEW_VALUES.FieldName = "ALLOW_NEW_VALUES" Me.colALLOW_NEW_VALUES.Name = "colALLOW_NEW_VALUES" ' 'colDESCRIPTION1 ' Me.colDESCRIPTION1.FieldName = "DESCRIPTION" Me.colDESCRIPTION1.Name = "colDESCRIPTION1" ' 'colACTIVE ' Me.colACTIVE.FieldName = "ACTIVE" Me.colACTIVE.Name = "colACTIVE" ' 'PropertyGrid1 ' resources.ApplyResources(Me.PropertyGrid1, "PropertyGrid1") Me.PropertyGrid1.Name = "PropertyGrid1" ' 'BindingNavigator1 ' Me.BindingNavigator1.AddNewItem = Me.BindingNavigatorAddNewItem Me.BindingNavigator1.BindingSource = Me.TBPM_PROFILE_FINAL_INDEXINGBindingSource Me.BindingNavigator1.CountItem = Me.BindingNavigatorCountItem1 Me.BindingNavigator1.CountItemFormat = "von {0} finalen Indexen" Me.BindingNavigator1.DeleteItem = Nothing resources.ApplyResources(Me.BindingNavigator1, "BindingNavigator1") Me.BindingNavigator1.ImageScalingSize = New System.Drawing.Size(20, 20) 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.BindingNavigatorAddNewItem, Me.tsBtnCancel, Me.BindingNavigatorDeleteItem, Me.tsBtnSave, Me.ToolStripButton5}) 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 ' 'BindingNavigatorAddNewItem ' Me.BindingNavigatorAddNewItem.Image = Global.DD_ProcessManager.My.Resources.Resources.add Me.BindingNavigatorAddNewItem.Name = "BindingNavigatorAddNewItem" resources.ApplyResources(Me.BindingNavigatorAddNewItem, "BindingNavigatorAddNewItem") ' 'BindingNavigatorCountItem1 ' Me.BindingNavigatorCountItem1.Name = "BindingNavigatorCountItem1" resources.ApplyResources(Me.BindingNavigatorCountItem1, "BindingNavigatorCountItem1") ' 'BindingNavigatorMoveFirstItem1 ' Me.BindingNavigatorMoveFirstItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image resources.ApplyResources(Me.BindingNavigatorMoveFirstItem1, "BindingNavigatorMoveFirstItem1") Me.BindingNavigatorMoveFirstItem1.Name = "BindingNavigatorMoveFirstItem1" ' 'BindingNavigatorMovePreviousItem1 ' Me.BindingNavigatorMovePreviousItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image resources.ApplyResources(Me.BindingNavigatorMovePreviousItem1, "BindingNavigatorMovePreviousItem1") Me.BindingNavigatorMovePreviousItem1.Name = "BindingNavigatorMovePreviousItem1" ' 'BindingNavigatorSeparator3 ' Me.BindingNavigatorSeparator3.Name = "BindingNavigatorSeparator3" resources.ApplyResources(Me.BindingNavigatorSeparator3, "BindingNavigatorSeparator3") ' 'BindingNavigatorPositionItem1 ' resources.ApplyResources(Me.BindingNavigatorPositionItem1, "BindingNavigatorPositionItem1") Me.BindingNavigatorPositionItem1.Name = "BindingNavigatorPositionItem1" ' 'BindingNavigatorSeparator4 ' Me.BindingNavigatorSeparator4.Name = "BindingNavigatorSeparator4" resources.ApplyResources(Me.BindingNavigatorSeparator4, "BindingNavigatorSeparator4") ' 'BindingNavigatorMoveNextItem1 ' Me.BindingNavigatorMoveNextItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image resources.ApplyResources(Me.BindingNavigatorMoveNextItem1, "BindingNavigatorMoveNextItem1") Me.BindingNavigatorMoveNextItem1.Name = "BindingNavigatorMoveNextItem1" ' 'BindingNavigatorMoveLastItem1 ' Me.BindingNavigatorMoveLastItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image resources.ApplyResources(Me.BindingNavigatorMoveLastItem1, "BindingNavigatorMoveLastItem1") Me.BindingNavigatorMoveLastItem1.Name = "BindingNavigatorMoveLastItem1" ' 'BindingNavigatorSeparator5 ' Me.BindingNavigatorSeparator5.Name = "BindingNavigatorSeparator5" resources.ApplyResources(Me.BindingNavigatorSeparator5, "BindingNavigatorSeparator5") ' 'tsBtnCancel ' Me.tsBtnCancel.Image = Global.DD_ProcessManager.My.Resources.Resources.cancel resources.ApplyResources(Me.tsBtnCancel, "tsBtnCancel") Me.tsBtnCancel.Name = "tsBtnCancel" ' 'BindingNavigatorDeleteItem ' resources.ApplyResources(Me.BindingNavigatorDeleteItem, "BindingNavigatorDeleteItem") Me.BindingNavigatorDeleteItem.Name = "BindingNavigatorDeleteItem" ' 'tsBtnSave ' Me.tsBtnSave.Image = Global.DD_ProcessManager.My.Resources.Resources.save resources.ApplyResources(Me.tsBtnSave, "tsBtnSave") Me.tsBtnSave.Name = "tsBtnSave" ' 'ToolStripButton5 ' Me.ToolStripButton5.Image = Global.DD_ProcessManager.My.Resources.Resources.refresh_16xMD resources.ApplyResources(Me.ToolStripButton5, "ToolStripButton5") Me.ToolStripButton5.Name = "ToolStripButton5" ' 'Label13 ' resources.ApplyResources(Me.Label13, "Label13") Me.Label13.Name = "Label13" ' 'Label5 ' resources.ApplyResources(Me.Label5, "Label5") Me.Label5.Name = "Label5" ' 'Label6 ' resources.ApplyResources(Me.Label6, "Label6") Me.Label6.Name = "Label6" ' 'TabPage12 ' resources.ApplyResources(Me.TabPage12, "TabPage12") Me.TabPage12.Controls.Add(Me.ANNOTATE_WORK_HISTORY_ENTRYCheckBox) Me.TabPage12.Controls.Add(Me.ANNOTATE_ALL_WORK_HISTORY_ENTRIESCheckBox) Me.TabPage12.Controls.Add(SQL_VIEWLabel) Me.TabPage12.Controls.Add(Me.SQL_VIEWTextBox) Me.TabPage12.Controls.Add(WORK_HISTORY_ENTRYLabel) Me.TabPage12.Controls.Add(Me.WORK_HISTORY_ENTRYTextBox) Me.TabPage12.Name = "TabPage12" Me.TabPage12.UseVisualStyleBackColor = True ' 'ANNOTATE_WORK_HISTORY_ENTRYCheckBox ' Me.ANNOTATE_WORK_HISTORY_ENTRYCheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBPM_PROFILEBindingSource, "ANNOTATE_WORK_HISTORY_ENTRY", True)) resources.ApplyResources(Me.ANNOTATE_WORK_HISTORY_ENTRYCheckBox, "ANNOTATE_WORK_HISTORY_ENTRYCheckBox") Me.ANNOTATE_WORK_HISTORY_ENTRYCheckBox.Name = "ANNOTATE_WORK_HISTORY_ENTRYCheckBox" Me.ANNOTATE_WORK_HISTORY_ENTRYCheckBox.UseVisualStyleBackColor = True ' 'ANNOTATE_ALL_WORK_HISTORY_ENTRIESCheckBox ' Me.ANNOTATE_ALL_WORK_HISTORY_ENTRIESCheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBPM_PROFILEBindingSource, "ANNOTATE_ALL_WORK_HISTORY_ENTRIES", True)) resources.ApplyResources(Me.ANNOTATE_ALL_WORK_HISTORY_ENTRIESCheckBox, "ANNOTATE_ALL_WORK_HISTORY_ENTRIESCheckBox") Me.ANNOTATE_ALL_WORK_HISTORY_ENTRIESCheckBox.Name = "ANNOTATE_ALL_WORK_HISTORY_ENTRIESCheckBox" Me.ANNOTATE_ALL_WORK_HISTORY_ENTRIESCheckBox.UseVisualStyleBackColor = True ' 'SQL_VIEWTextBox ' Me.SQL_VIEWTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILEBindingSource, "SQL_VIEW", True)) resources.ApplyResources(Me.SQL_VIEWTextBox, "SQL_VIEWTextBox") Me.SQL_VIEWTextBox.Name = "SQL_VIEWTextBox" ' 'WORK_HISTORY_ENTRYTextBox ' Me.WORK_HISTORY_ENTRYTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILEBindingSource, "WORK_HISTORY_ENTRY", True)) resources.ApplyResources(Me.WORK_HISTORY_ENTRYTextBox, "WORK_HISTORY_ENTRYTextBox") Me.WORK_HISTORY_ENTRYTextBox.Name = "WORK_HISTORY_ENTRYTextBox" ' 'GridControl1 ' Me.GridControl1.DataSource = Me.TBPM_PROFILEBindingSource resources.ApplyResources(Me.GridControl1, "GridControl1") Me.GridControl1.MainView = Me.GridView1 Me.GridControl1.Name = "GridControl1" Me.GridControl1.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView1}) ' 'GridView1 ' Me.GridView1.Appearance.EvenRow.BackColor = System.Drawing.Color.Cyan Me.GridView1.Appearance.EvenRow.Options.UseBackColor = True Me.GridView1.Appearance.FocusedRow.BackColor = System.Drawing.Color.Fuchsia Me.GridView1.Appearance.FocusedRow.Options.UseBackColor = True Me.GridView1.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.colNAME}) Me.GridView1.DetailHeight = 295 Me.GridView1.GridControl = Me.GridControl1 Me.GridView1.Name = "GridView1" Me.GridView1.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.[False] Me.GridView1.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.[False] Me.GridView1.OptionsBehavior.Editable = False Me.GridView1.OptionsClipboard.CopyColumnHeaders = DevExpress.Utils.DefaultBoolean.[False] Me.GridView1.OptionsSelection.EnableAppearanceFocusedCell = False Me.GridView1.OptionsView.EnableAppearanceEvenRow = True Me.GridView1.OptionsView.ShowAutoFilterRow = True Me.GridView1.OptionsView.ShowDetailButtons = False Me.GridView1.OptionsView.ShowGroupPanel = False ' 'colNAME ' resources.ApplyResources(Me.colNAME, "colNAME") Me.colNAME.FieldName = "NAME" Me.colNAME.MinWidth = 16 Me.colNAME.Name = "colNAME" ' 'SORT_BY_LATESTCheckBox ' Me.SORT_BY_LATESTCheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBPM_PROFILEBindingSource, "SORT_BY_LATEST", True)) resources.ApplyResources(Me.SORT_BY_LATESTCheckBox, "SORT_BY_LATESTCheckBox") Me.SORT_BY_LATESTCheckBox.Name = "SORT_BY_LATESTCheckBox" Me.SORT_BY_LATESTCheckBox.UseVisualStyleBackColor = True ' 'TabPage2 ' Me.TabPage2.Controls.Add(Me.SplitContainerProfilzuordnung) resources.ApplyResources(Me.TabPage2, "TabPage2") Me.TabPage2.Name = "TabPage2" Me.TabPage2.UseVisualStyleBackColor = True ' 'SplitContainerProfilzuordnung ' resources.ApplyResources(Me.SplitContainerProfilzuordnung, "SplitContainerProfilzuordnung") Me.SplitContainerProfilzuordnung.Name = "SplitContainerProfilzuordnung" ' 'SplitContainerProfilzuordnung.Panel1 ' Me.SplitContainerProfilzuordnung.Panel1.Controls.Add(Me.gridAvailableProfiles) Me.SplitContainerProfilzuordnung.Panel1.Controls.Add(Me.Label21) ' 'SplitContainerProfilzuordnung.Panel2 ' Me.SplitContainerProfilzuordnung.Panel2.Controls.Add(Me.TabControl3) ' 'gridAvailableProfiles ' Me.gridAvailableProfiles.DataSource = Me.TBPM_PROFILEBindingSource resources.ApplyResources(Me.gridAvailableProfiles, "gridAvailableProfiles") Me.gridAvailableProfiles.MainView = Me.viewAvailableProfiles Me.gridAvailableProfiles.Name = "gridAvailableProfiles" Me.gridAvailableProfiles.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.viewAvailableProfiles}) ' 'viewAvailableProfiles ' Me.viewAvailableProfiles.Appearance.EvenRow.BackColor = System.Drawing.Color.Aqua Me.viewAvailableProfiles.Appearance.EvenRow.Options.UseBackColor = True Me.viewAvailableProfiles.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.colNAME1}) Me.viewAvailableProfiles.DetailHeight = 295 Me.viewAvailableProfiles.GridControl = Me.gridAvailableProfiles Me.viewAvailableProfiles.Name = "viewAvailableProfiles" Me.viewAvailableProfiles.OptionsBehavior.Editable = False Me.viewAvailableProfiles.OptionsBehavior.ReadOnly = True Me.viewAvailableProfiles.OptionsDetail.EnableMasterViewMode = False Me.viewAvailableProfiles.OptionsView.EnableAppearanceEvenRow = True Me.viewAvailableProfiles.OptionsView.ShowAutoFilterRow = True Me.viewAvailableProfiles.OptionsView.ShowGroupPanel = False ' 'colNAME1 ' resources.ApplyResources(Me.colNAME1, "colNAME1") Me.colNAME1.FieldName = "NAME" Me.colNAME1.MinWidth = 16 Me.colNAME1.Name = "colNAME1" ' 'Label21 ' resources.ApplyResources(Me.Label21, "Label21") Me.Label21.Name = "Label21" ' 'TabControl3 ' Me.TabControl3.Controls.Add(Me.TabPage7) Me.TabControl3.Controls.Add(Me.TabPage8) resources.ApplyResources(Me.TabControl3, "TabControl3") Me.TabControl3.Name = "TabControl3" Me.TabControl3.SelectedIndex = 0 ' 'TabPage7 ' Me.TabPage7.Controls.Add(Me.SplitContainer_Profilzuordnung2) resources.ApplyResources(Me.TabPage7, "TabPage7") Me.TabPage7.Name = "TabPage7" Me.TabPage7.UseVisualStyleBackColor = True ' 'TabPage8 ' Me.TabPage8.Controls.Add(Me.SplitContainer1) resources.ApplyResources(Me.TabPage8, "TabPage8") Me.TabPage8.Name = "TabPage8" Me.TabPage8.UseVisualStyleBackColor = True ' 'TabPage3 ' Me.TabPage3.Controls.Add(Me.btnSQLProfilehome) Me.TabPage3.Controls.Add(Me.btnUserManager) Me.TabPage3.Controls.Add(Me.Button2) Me.TabPage3.Controls.Add(VEKTOR_DELIMITERLabel) Me.TabPage3.Controls.Add(Me.VEKTOR_DELIMITERTextBox) Me.TabPage3.Controls.Add(Me.btnConnections) Me.TabPage3.Controls.Add(Me.btnopen_SQLAdmin) Me.TabPage3.Controls.Add(Me.btnlicensemanager_open) Me.TabPage3.Controls.Add(INTERVALL_CKECK_NO_OF_FILESLabel) Me.TabPage3.Controls.Add(Me.INTERVALL_CKECK_NO_OF_FILESNumericUpDown) Me.TabPage3.Controls.Add(Me.Label3) Me.TabPage3.Controls.Add(GEAENDERTWANNLabel) Me.TabPage3.Controls.Add(Me.GEAENDERTWERTextBox) Me.TabPage3.Controls.Add(GEAENDERTWERLabel) Me.TabPage3.Controls.Add(Me.GEAENDERTWANNTextBox) Me.TabPage3.Controls.Add(Me.btnSaveKonfig) resources.ApplyResources(Me.TabPage3, "TabPage3") Me.TabPage3.Name = "TabPage3" Me.TabPage3.UseVisualStyleBackColor = True ' 'btnSQLProfilehome ' Me.btnSQLProfilehome.Image = Global.DD_ProcessManager.My.Resources.Resources.application_form_edit resources.ApplyResources(Me.btnSQLProfilehome, "btnSQLProfilehome") Me.btnSQLProfilehome.Name = "btnSQLProfilehome" Me.btnSQLProfilehome.UseVisualStyleBackColor = True ' 'btnUserManager ' Me.btnUserManager.Image = Global.DD_ProcessManager.My.Resources.Resources.user resources.ApplyResources(Me.btnUserManager, "btnUserManager") Me.btnUserManager.Name = "btnUserManager" Me.btnUserManager.UseVisualStyleBackColor = True ' 'Button2 ' Me.Button2.BackColor = System.Drawing.Color.LightGray Me.Button2.Image = Global.DD_ProcessManager.My.Resources.Resources.Files_7954 resources.ApplyResources(Me.Button2, "Button2") Me.Button2.Name = "Button2" Me.Button2.UseVisualStyleBackColor = False ' 'VEKTOR_DELIMITERTextBox ' Me.VEKTOR_DELIMITERTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_KONFIGURATIONBindingSource, "VEKTOR_DELIMITER", True)) resources.ApplyResources(Me.VEKTOR_DELIMITERTextBox, "VEKTOR_DELIMITERTextBox") Me.VEKTOR_DELIMITERTextBox.Name = "VEKTOR_DELIMITERTextBox" ' 'TBPM_KONFIGURATIONBindingSource ' Me.TBPM_KONFIGURATIONBindingSource.DataMember = "TBPM_KONFIGURATION" Me.TBPM_KONFIGURATIONBindingSource.DataSource = Me.DD_DMSLiteDataSet ' 'btnConnections ' Me.btnConnections.Image = Global.DD_ProcessManager.My.Resources.Resources.database_refresh resources.ApplyResources(Me.btnConnections, "btnConnections") Me.btnConnections.Name = "btnConnections" Me.btnConnections.UseVisualStyleBackColor = True ' 'btnopen_SQLAdmin ' Me.btnopen_SQLAdmin.Image = Global.DD_ProcessManager.My.Resources.Resources.database_go1 resources.ApplyResources(Me.btnopen_SQLAdmin, "btnopen_SQLAdmin") Me.btnopen_SQLAdmin.Name = "btnopen_SQLAdmin" Me.btnopen_SQLAdmin.UseVisualStyleBackColor = True ' 'btnlicensemanager_open ' Me.btnlicensemanager_open.Image = Global.DD_ProcessManager.My.Resources.Resources.key resources.ApplyResources(Me.btnlicensemanager_open, "btnlicensemanager_open") Me.btnlicensemanager_open.Name = "btnlicensemanager_open" Me.btnlicensemanager_open.UseVisualStyleBackColor = True ' 'INTERVALL_CKECK_NO_OF_FILESNumericUpDown ' Me.INTERVALL_CKECK_NO_OF_FILESNumericUpDown.DataBindings.Add(New System.Windows.Forms.Binding("Value", Me.TBPM_KONFIGURATIONBindingSource, "INTERVALL_CKECK_NO_OF_FILES", True)) resources.ApplyResources(Me.INTERVALL_CKECK_NO_OF_FILESNumericUpDown, "INTERVALL_CKECK_NO_OF_FILESNumericUpDown") Me.INTERVALL_CKECK_NO_OF_FILESNumericUpDown.Name = "INTERVALL_CKECK_NO_OF_FILESNumericUpDown" ' 'Label3 ' resources.ApplyResources(Me.Label3, "Label3") Me.Label3.Name = "Label3" ' 'GEAENDERTWERTextBox ' Me.GEAENDERTWERTextBox.BackColor = System.Drawing.Color.WhiteSmoke Me.GEAENDERTWERTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_KONFIGURATIONBindingSource, "GEAENDERTWER", True)) resources.ApplyResources(Me.GEAENDERTWERTextBox, "GEAENDERTWERTextBox") Me.GEAENDERTWERTextBox.Name = "GEAENDERTWERTextBox" Me.GEAENDERTWERTextBox.ReadOnly = True ' 'GEAENDERTWANNTextBox ' Me.GEAENDERTWANNTextBox.BackColor = System.Drawing.Color.WhiteSmoke Me.GEAENDERTWANNTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_KONFIGURATIONBindingSource, "GEAENDERTWANN", True)) resources.ApplyResources(Me.GEAENDERTWANNTextBox, "GEAENDERTWANNTextBox") Me.GEAENDERTWANNTextBox.Name = "GEAENDERTWANNTextBox" Me.GEAENDERTWANNTextBox.ReadOnly = True ' 'btnSaveKonfig ' Me.btnSaveKonfig.Image = Global.DD_ProcessManager.My.Resources.Resources.save resources.ApplyResources(Me.btnSaveKonfig, "btnSaveKonfig") Me.btnSaveKonfig.Name = "btnSaveKonfig" Me.btnSaveKonfig.UseVisualStyleBackColor = True ' 'TBDD_CONNECTIONBindingSource ' Me.TBDD_CONNECTIONBindingSource.DataMember = "TBDD_CONNECTION" Me.TBDD_CONNECTIONBindingSource.DataSource = Me.DD_DMSLiteDataSet ' 'TBPM_PROFILE_CONTROLSBindingSource ' Me.TBPM_PROFILE_CONTROLSBindingSource.DataMember = "TBPM_PROFILE_CONTROLS" Me.TBPM_PROFILE_CONTROLSBindingSource.DataSource = Me.DD_DMSLiteDataSet ' 'StatusStrip1 ' Me.StatusStrip1.ImageScalingSize = New System.Drawing.Size(20, 20) Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tstrpinfo}) resources.ApplyResources(Me.StatusStrip1, "StatusStrip1") Me.StatusStrip1.Name = "StatusStrip1" ' 'tstrpinfo ' Me.tstrpinfo.Image = Global.DD_ProcessManager.My.Resources.Resources.A_1 Me.tstrpinfo.Name = "tstrpinfo" resources.ApplyResources(Me.tstrpinfo, "tstrpinfo") ' 'TBPROFILE_USERTableAdapter ' Me.TBPROFILE_USERTableAdapter.ClearBeforeFill = True ' 'TBDD_USERTableAdapter ' Me.TBDD_USERTableAdapter.ClearBeforeFill = True ' 'TBPM_KONFIGURATIONTableAdapter ' Me.TBPM_KONFIGURATIONTableAdapter.ClearBeforeFill = True ' 'pnlMain ' Me.pnlMain.Controls.Add(Me.TabControl1) resources.ApplyResources(Me.pnlMain, "pnlMain") Me.pnlMain.Name = "pnlMain" ' 'TBPM_PROFILE_CONTROLSTableAdapter ' Me.TBPM_PROFILE_CONTROLSTableAdapter.ClearBeforeFill = True ' 'TBPM_PROFILE_FILESBindingSource ' Me.TBPM_PROFILE_FILESBindingSource.DataMember = "TBPM_PROFILE_FILES" Me.TBPM_PROFILE_FILESBindingSource.DataSource = Me.DD_DMSLiteDataSet ' 'TBPM_PROFILE_FILESTableAdapter ' Me.TBPM_PROFILE_FILESTableAdapter.ClearBeforeFill = True ' 'TBDD_CONNECTIONTableAdapter ' Me.TBDD_CONNECTIONTableAdapter.ClearBeforeFill = True ' 'TBDD_GROUPSTableAdapter ' Me.TBDD_GROUPSTableAdapter.ClearBeforeFill = True ' 'TBPROFILE_GROUPTableAdapter ' Me.TBPROFILE_GROUPTableAdapter.ClearBeforeFill = True ' 'OpenFileDialog1 ' Me.OpenFileDialog1.FileName = "OpenFileDialog1" ' 'FNPM_GET_FREE_USER_FOR_PROFILETableAdapter ' Me.FNPM_GET_FREE_USER_FOR_PROFILETableAdapter.ClearBeforeFill = True ' 'TBPM_PROFILE_FINAL_INDEXINGTableAdapter ' Me.TBPM_PROFILE_FINAL_INDEXINGTableAdapter.ClearBeforeFill = True ' 'frmAdministration ' resources.ApplyResources(Me, "$this") Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.Controls.Add(Me.pnlMain) Me.Controls.Add(Me.StatusStrip1) Me.Name = "frmAdministration" Me.SplitContainer_Profilzuordnung2.Panel1.ResumeLayout(False) Me.SplitContainer_Profilzuordnung2.Panel2.ResumeLayout(False) CType(Me.SplitContainer_Profilzuordnung2, System.ComponentModel.ISupportInitialize).EndInit() Me.SplitContainer_Profilzuordnung2.ResumeLayout(False) CType(Me.gridAssignedUsers, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.TBPROFILE_USERBindingSource, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.DD_DMSLiteDataSet, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.viewAssignedUsers, System.ComponentModel.ISupportInitialize).EndInit() Me.Panel1.ResumeLayout(False) CType(Me.gridAvailableUsers, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.FNPM_GET_FREE_USER_FOR_PROFILEBindingSource, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.viewAvailableUsers, System.ComponentModel.ISupportInitialize).EndInit() Me.Panel2.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.gridAssignedGroups, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.TBPROFILE_GROUPBindingSource, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.viewAssignedGroups, System.ComponentModel.ISupportInitialize).EndInit() Me.Panel3.ResumeLayout(False) CType(Me.gridAvailableGroups, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.TBDD_GROUPSBindingSource, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.viewAvailableGroups, System.ComponentModel.ISupportInitialize).EndInit() Me.Panel4.ResumeLayout(False) CType(Me.TBDD_USERBindingSource, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.TBPM_PROFILEBindingSource, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.TBPM_PROFILEBindingNavigator, System.ComponentModel.ISupportInitialize).EndInit() Me.TBPM_PROFILEBindingNavigator.ResumeLayout(False) Me.TBPM_PROFILEBindingNavigator.PerformLayout() CType(Me.TBPM_TYPEBindingSource, System.ComponentModel.ISupportInitialize).EndInit() Me.GroupBox3.ResumeLayout(False) Me.GroupBox3.PerformLayout() CType(Me.PRIORITYNumericUpDown, System.ComponentModel.ISupportInitialize).EndInit() Me.TabControl1.ResumeLayout(False) Me.TabPage1.ResumeLayout(False) Me.TabPage1.PerformLayout() Me.tabctrl_Profilkonfig.ResumeLayout(False) Me.TabPage5.ResumeLayout(False) Me.TabPage5.PerformLayout() Me.TabPage6.ResumeLayout(False) Me.TabControl2.ResumeLayout(False) Me.TabPage11.ResumeLayout(False) Me.TabPage11.PerformLayout() Me.Panel5.ResumeLayout(False) CType(Me.gridFinalIndex, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.TBPM_PROFILE_FINAL_INDEXINGBindingSource, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.FinalIndexDataSet, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.viewFinalIndex, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.BindingNavigator1, System.ComponentModel.ISupportInitialize).EndInit() Me.BindingNavigator1.ResumeLayout(False) Me.BindingNavigator1.PerformLayout() Me.TabPage12.ResumeLayout(False) Me.TabPage12.PerformLayout() CType(Me.GridControl1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.GridView1, System.ComponentModel.ISupportInitialize).EndInit() Me.TabPage2.ResumeLayout(False) Me.SplitContainerProfilzuordnung.Panel1.ResumeLayout(False) Me.SplitContainerProfilzuordnung.Panel2.ResumeLayout(False) CType(Me.SplitContainerProfilzuordnung, System.ComponentModel.ISupportInitialize).EndInit() Me.SplitContainerProfilzuordnung.ResumeLayout(False) CType(Me.gridAvailableProfiles, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.viewAvailableProfiles, System.ComponentModel.ISupportInitialize).EndInit() Me.TabControl3.ResumeLayout(False) Me.TabPage7.ResumeLayout(False) Me.TabPage8.ResumeLayout(False) Me.TabPage3.ResumeLayout(False) Me.TabPage3.PerformLayout() CType(Me.TBPM_KONFIGURATIONBindingSource, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.INTERVALL_CKECK_NO_OF_FILESNumericUpDown, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.TBDD_CONNECTIONBindingSource, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.TBPM_PROFILE_CONTROLSBindingSource, System.ComponentModel.ISupportInitialize).EndInit() Me.StatusStrip1.ResumeLayout(False) Me.StatusStrip1.PerformLayout() Me.pnlMain.ResumeLayout(False) CType(Me.TBPM_PROFILE_FILESBindingSource, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents DD_DMSLiteDataSet As DD_ProcessManager.DD_DMSLiteDataSet Friend WithEvents TableAdapterManager As DD_ProcessManager.DD_DMSLiteDataSetTableAdapters.TableAdapterManager Friend WithEvents TBPM_PROFILEBindingSource As System.Windows.Forms.BindingSource Friend WithEvents TBPM_PROFILETableAdapter As DD_ProcessManager.DD_DMSLiteDataSetTableAdapters.TBPM_PROFILETableAdapter 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 BindingNavigatorCountItem As System.Windows.Forms.ToolStripLabel 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 VWPM_PROFILE_USERBindingNavigatorSaveItem As System.Windows.Forms.ToolStripButton Friend WithEvents TBPM_PROFILEBindingNavigator As System.Windows.Forms.BindingNavigator Friend WithEvents btnWMSuche As System.Windows.Forms.Button Friend WithEvents TITLETextBox As System.Windows.Forms.TextBox Friend WithEvents PROFILGUIDTextBox As System.Windows.Forms.TextBox Friend WithEvents NAMETextBox As System.Windows.Forms.TextBox Friend WithEvents DESCRIPTIONTextBox As System.Windows.Forms.TextBox Friend WithEvents WD_SEARCHTextBox As System.Windows.Forms.TextBox Friend WithEvents ACTIVECheckBox As System.Windows.Forms.CheckBox Friend WithEvents FINAL_PROFILECheckBox As System.Windows.Forms.CheckBox 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 FINAL_TEXTTextBox As System.Windows.Forms.TextBox Friend WithEvents dlgWindreamsuche As System.Windows.Forms.OpenFileDialog Friend WithEvents btnWMopenSuche As System.Windows.Forms.Button Friend WithEvents tstrpbtn_add As System.Windows.Forms.ToolStripButton Friend WithEvents PRIORITYNumericUpDown As System.Windows.Forms.NumericUpDown Friend WithEvents tstrlblSave As System.Windows.Forms.ToolStripLabel Friend WithEvents ToolStripSeparator1 As System.Windows.Forms.ToolStripSeparator Friend WithEvents tsbtnDesigner_open As System.Windows.Forms.ToolStripButton Friend WithEvents TBPM_TYPEBindingSource As System.Windows.Forms.BindingSource Friend WithEvents TBPM_TYPETableAdapter As DD_ProcessManager.DD_DMSLiteDataSetTableAdapters.TBPM_TYPETableAdapter Friend WithEvents cmbType As System.Windows.Forms.ComboBox Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox Friend WithEvents btnmovetoFolderDialog As System.Windows.Forms.Button Friend WithEvents FolderBrowserDialog1 As System.Windows.Forms.FolderBrowserDialog Friend WithEvents MOVE2FOLDERTextBox As System.Windows.Forms.TextBox Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents cmbObjekttypen As System.Windows.Forms.ComboBox Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents TabControl1 As System.Windows.Forms.TabControl Friend WithEvents TabPage1 As System.Windows.Forms.TabPage Friend WithEvents TabPage2 As System.Windows.Forms.TabPage Friend WithEvents SplitContainerProfilzuordnung As System.Windows.Forms.SplitContainer Friend WithEvents SplitContainer_Profilzuordnung2 As System.Windows.Forms.SplitContainer Friend WithEvents TBPROFILE_USERBindingSource As System.Windows.Forms.BindingSource Friend WithEvents TBPROFILE_USERTableAdapter As DD_ProcessManager.DD_DMSLiteDataSetTableAdapters.TBPROFILE_USERTableAdapter Friend WithEvents TBDD_USERBindingSource As System.Windows.Forms.BindingSource Friend WithEvents TBDD_USERTableAdapter As DD_ProcessManager.DD_DMSLiteDataSetTableAdapters.TBDD_USERTableAdapter Friend WithEvents TabPage3 As System.Windows.Forms.TabPage Friend WithEvents btnlicensemanager_open As System.Windows.Forms.Button Friend WithEvents TBPM_KONFIGURATIONBindingSource As System.Windows.Forms.BindingSource Friend WithEvents TBPM_KONFIGURATIONTableAdapter As DD_ProcessManager.DD_DMSLiteDataSetTableAdapters.TBPM_KONFIGURATIONTableAdapter Friend WithEvents INTERVALL_CKECK_NO_OF_FILESNumericUpDown As System.Windows.Forms.NumericUpDown Friend WithEvents GEAENDERTWANNTextBox As System.Windows.Forms.TextBox Friend WithEvents GEAENDERTWERTextBox As System.Windows.Forms.TextBox Friend WithEvents StatusStrip1 As System.Windows.Forms.StatusStrip Friend WithEvents tstrpinfo As System.Windows.Forms.ToolStripStatusLabel Friend WithEvents btnSaveKonfig As System.Windows.Forms.Button Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents pnlMain As System.Windows.Forms.Panel Friend WithEvents SORT_BY_LATESTCheckBox As System.Windows.Forms.CheckBox Friend WithEvents tabctrl_Profilkonfig As System.Windows.Forms.TabControl Friend WithEvents TabPage5 As System.Windows.Forms.TabPage Friend WithEvents TabPage6 As System.Windows.Forms.TabPage Friend WithEvents Label6 As System.Windows.Forms.Label Friend WithEvents Label5 As System.Windows.Forms.Label Friend WithEvents ToolStripSeparator2 As System.Windows.Forms.ToolStripSeparator Friend WithEvents tsbtnProfilkopieren As System.Windows.Forms.ToolStripButton Friend WithEvents TBPM_PROFILE_CONTROLSBindingSource As System.Windows.Forms.BindingSource Friend WithEvents TBPM_PROFILE_CONTROLSTableAdapter As DD_ProcessManager.DD_DMSLiteDataSetTableAdapters.TBPM_PROFILE_CONTROLSTableAdapter Friend WithEvents ToolStripSeparator3 As System.Windows.Forms.ToolStripSeparator Friend WithEvents tsbtndeleteProfil As System.Windows.Forms.ToolStripButton Friend WithEvents PM_VEKTOR_INDEXComboBox As System.Windows.Forms.ComboBox Friend WithEvents btnopen_SQLAdmin As System.Windows.Forms.Button Friend WithEvents btnRefreshProfiles As System.Windows.Forms.ToolStripButton Friend WithEvents TBPM_PROFILE_FILESBindingSource As System.Windows.Forms.BindingSource Friend WithEvents TBPM_PROFILE_FILESTableAdapter As DD_ProcessManager.DD_DMSLiteDataSetTableAdapters.TBPM_PROFILE_FILESTableAdapter Friend WithEvents btnConnections As System.Windows.Forms.Button Friend WithEvents cmbLOGIndex As System.Windows.Forms.ComboBox Friend WithEvents VEKTOR_DELIMITERTextBox As System.Windows.Forms.TextBox Friend WithEvents Button2 As System.Windows.Forms.Button Friend WithEvents Label13 As System.Windows.Forms.Label Friend WithEvents DataGridViewCheckBoxColumn2 As System.Windows.Forms.DataGridViewCheckBoxColumn Friend WithEvents GridControl1 As DevExpress.XtraGrid.GridControl Friend WithEvents GridView1 As DevExpress.XtraGrid.Views.Grid.GridView Friend WithEvents colNAME As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents TBDD_CONNECTIONBindingSource As System.Windows.Forms.BindingSource Friend WithEvents TBDD_CONNECTIONTableAdapter As DD_ProcessManager.DD_DMSLiteDataSetTableAdapters.TBDD_CONNECTIONTableAdapter Friend WithEvents TabControl2 As TabControl Friend WithEvents TabPage11 As TabPage Friend WithEvents TabPage12 As TabPage Friend WithEvents ANNOTATE_WORK_HISTORY_ENTRYCheckBox As CheckBox Friend WithEvents ANNOTATE_ALL_WORK_HISTORY_ENTRIESCheckBox As CheckBox Friend WithEvents SQL_VIEWTextBox As TextBox Friend WithEvents WORK_HISTORY_ENTRYTextBox As TextBox Friend WithEvents gridAvailableProfiles As DevExpress.XtraGrid.GridControl Friend WithEvents viewAvailableProfiles As DevExpress.XtraGrid.Views.Grid.GridView Friend WithEvents colNAME1 As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents gridAssignedUsers As DevExpress.XtraGrid.GridControl Friend WithEvents viewAssignedUsers As DevExpress.XtraGrid.Views.Grid.GridView Friend WithEvents colPRENAME1 As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colNAME3 As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colUSERNAME1 As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents gridAvailableUsers As DevExpress.XtraGrid.GridControl Friend WithEvents viewAvailableUsers As DevExpress.XtraGrid.Views.Grid.GridView Friend WithEvents colPRENAME As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colNAME2 As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colUSERNAME As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colEMAIL As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents Panel1 As Panel Friend WithEvents Label20 As Label Friend WithEvents Panel2 As Panel Friend WithEvents Label19 As Label Friend WithEvents Label21 As Label Friend WithEvents TabControl3 As TabControl Friend WithEvents TabPage7 As TabPage Friend WithEvents TabPage8 As TabPage Friend WithEvents SplitContainer1 As SplitContainer Friend WithEvents gridAssignedGroups As DevExpress.XtraGrid.GridControl Friend WithEvents viewAssignedGroups As DevExpress.XtraGrid.Views.Grid.GridView Friend WithEvents Panel3 As Panel Friend WithEvents Label22 As Label Friend WithEvents gridAvailableGroups As DevExpress.XtraGrid.GridControl Friend WithEvents viewAvailableGroups As DevExpress.XtraGrid.Views.Grid.GridView Friend WithEvents Panel4 As Panel Friend WithEvents Label23 As Label Friend WithEvents TBDD_GROUPSBindingSource As BindingSource Friend WithEvents TBDD_GROUPSTableAdapter As DD_DMSLiteDataSetTableAdapters.TBDD_GROUPSTableAdapter Friend WithEvents colNAME4 As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colCOMMENT As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents TBPROFILE_GROUPBindingSource As BindingSource Friend WithEvents TBPROFILE_GROUPTableAdapter As DD_DMSLiteDataSetTableAdapters.TBPROFILE_GROUPTableAdapter Friend WithEvents colNAME5 As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colCOMMENT1 As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colEMAIL1 As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents btnUserManager As Button Friend WithEvents GridColumn1 As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents GridColumn2 As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents GridColumn3 As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents GridColumn4 As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents OpenFileDialog1 As OpenFileDialog Friend WithEvents gridFinalIndex As DevExpress.XtraGrid.GridControl Friend WithEvents viewFinalIndex As DevExpress.XtraGrid.Views.Grid.GridView Friend WithEvents BindingNavigator1 As BindingNavigator Friend WithEvents BindingNavigatorAddNewItem As ToolStripButton Friend WithEvents BindingNavigatorCountItem1 As ToolStripLabel Friend WithEvents BindingNavigatorDeleteItem 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 PropertyGrid1 As PropertyGrid Friend WithEvents tsBtnSave As ToolStripButton Friend WithEvents Panel5 As Panel Friend WithEvents ToolStripButton5 As ToolStripButton Friend WithEvents tsBtnCancel As ToolStripButton Friend WithEvents FNPM_GET_FREE_USER_FOR_PROFILEBindingSource As BindingSource Friend WithEvents FNPM_GET_FREE_USER_FOR_PROFILETableAdapter As DD_DMSLiteDataSetTableAdapters.FNPM_GET_FREE_USER_FOR_PROFILETableAdapter Friend WithEvents tsbtnDeleteProfileData As ToolStripButton Friend WithEvents FinalIndexDataSet As FinalIndexDataSet Friend WithEvents TBPM_PROFILE_FINAL_INDEXINGTableAdapter As FinalIndexDataSetTableAdapters.TBPM_PROFILE_FINAL_INDEXINGTableAdapter Friend WithEvents TBPM_PROFILE_FINAL_INDEXINGBindingSource As BindingSource Friend WithEvents colGUID As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colPROFIL_ID As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colCONNECTION_ID As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colSQL_COMMAND As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colINDEXNAME As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colVALUE As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colDESCRIPTION1 As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colACTIVE As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colPREVENT_DUPLICATES As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colALLOW_NEW_VALUES As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents btnSQLProfilehome As Button Friend WithEvents DISPLAY_MODEComboBox As ComboBox Friend WithEvents Label9 As Label Friend WithEvents ToolTip1 As ToolTip Friend WithEvents Label4 As Label Friend WithEvents Label7 As Label End Class