diff --git a/app/DD_PM_WINDREAM/ClassFinalizeDoc.vb b/app/DD_PM_WINDREAM/ClassFinalizeDoc.vb index f6f7a6d..041a15a 100644 --- a/app/DD_PM_WINDREAM/ClassFinalizeDoc.vb +++ b/app/DD_PM_WINDREAM/ClassFinalizeDoc.vb @@ -83,9 +83,9 @@ LOGGER.Debug("FINALER INDEX '" & INDEXNAME & "' WURDE ERFOLGREICH GESETZT") LOGGER.Debug("") 'Nun das Logging - If CURRENT_PROFILE_VEKTOR_LOG <> "" Then + If CURRENT_PROFILE_LOG_INDEX <> "" Then Dim logstr = Return_LOGString(value, "DDFINALINDEX", INDEXNAME) - Indexiere_VektorfeldPM(logstr, CURRENT_PROFILE_VEKTOR_LOG, WMObject) + Indexiere_VektorfeldPM(logstr, CURRENT_PROFILE_LOG_INDEX, WMObject) End If Else diff --git a/app/DD_PM_WINDREAM/ClassIDBData.vb b/app/DD_PM_WINDREAM/ClassIDBData.vb index 447258f..464590e 100644 --- a/app/DD_PM_WINDREAM/ClassIDBData.vb +++ b/app/DD_PM_WINDREAM/ClassIDBData.vb @@ -158,6 +158,7 @@ If oExists = False Then Dim oInfo = $"Value [{oOldValueRow.Item(0)}] no longer existing in Vector-Attribute [{oAttributeName}] - will be deleted!" LOGGER.Info(oInfo) + SetVariableValue(CURRENT_PROFILE_LOG_INDEX, oInfo) Delete_Term_Object_From_Metadata(oAttributeName, oOldValueRow.Item(0)) End If diff --git a/app/DD_PM_WINDREAM/ModuleRuntimeVariables.vb b/app/DD_PM_WINDREAM/ModuleRuntimeVariables.vb index a2b80a0..c9d7838 100644 --- a/app/DD_PM_WINDREAM/ModuleRuntimeVariables.vb +++ b/app/DD_PM_WINDREAM/ModuleRuntimeVariables.vb @@ -7,7 +7,7 @@ Module ModuleRuntimeVariables ' Diese Werte müssen später zur Laufzeit geladen werden Public CURRENT_ProfilGUID As Integer Public CURRENT_ProfilName As String - Public CURRENT_PROFILE_VEKTOR_LOG As String + Public CURRENT_PROFILE_LOG_INDEX As String Public CURRENT_HTML_DOC As String Public CURRENT_DOC_GUID As Integer diff --git a/app/DD_PM_WINDREAM/My Project/licenses.licx b/app/DD_PM_WINDREAM/My Project/licenses.licx index 373f20f..a97b713 100644 --- a/app/DD_PM_WINDREAM/My Project/licenses.licx +++ b/app/DD_PM_WINDREAM/My Project/licenses.licx @@ -1,10 +1,11 @@ -DevExpress.XtraEditors.TextEdit, DevExpress.XtraEditors.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a DevExpress.XtraBars.BarManager, DevExpress.XtraBars.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a DevExpress.XtraDataLayout.DataLayoutControl, DevExpress.XtraLayout.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a -DevExpress.XtraLayout.LayoutControl, DevExpress.XtraLayout.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a -DevExpress.XtraBars.Ribbon.RibbonControl, DevExpress.XtraBars.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a DevExpress.XtraVerticalGrid.PropertyGridControl, DevExpress.XtraVerticalGrid.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a -DevExpress.XtraEditors.DateEdit, DevExpress.XtraEditors.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a -DevExpress.XtraNavBar.NavBarControl, DevExpress.XtraNavBar.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a -DevExpress.XtraGrid.GridControl, DevExpress.XtraGrid.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a DevExpress.XtraCharts.ChartControl, DevExpress.XtraCharts.v19.2.UI, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a +DevExpress.XtraLayout.LayoutControl, DevExpress.XtraLayout.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a +DevExpress.XtraEditors.DateEdit, DevExpress.XtraEditors.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a +DevExpress.XtraEditors.TextEdit, DevExpress.XtraEditors.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a +DevExpress.XtraGrid.GridControl, DevExpress.XtraGrid.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a +DevExpress.XtraEditors.CheckEdit, DevExpress.XtraEditors.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a +DevExpress.XtraNavBar.NavBarControl, DevExpress.XtraNavBar.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a +DevExpress.XtraBars.Ribbon.RibbonControl, DevExpress.XtraBars.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a diff --git a/app/DD_PM_WINDREAM/frmAdmin2.Designer.vb b/app/DD_PM_WINDREAM/frmAdmin2.Designer.vb index d8281c7..d943780 100644 --- a/app/DD_PM_WINDREAM/frmAdmin2.Designer.vb +++ b/app/DD_PM_WINDREAM/frmAdmin2.Designer.vb @@ -23,22 +23,7 @@ Partial Class frmAdmin2 Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() - Dim GUIDLabel1 As System.Windows.Forms.Label Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmAdmin2)) - Dim TITLELabel1 As System.Windows.Forms.Label - Dim LANGUAGELabel As System.Windows.Forms.Label - Dim CAPT_TYPELabel As System.Windows.Forms.Label - Dim STRING1Label As System.Windows.Forms.Label - Dim STRING2Label As System.Windows.Forms.Label - Dim STRING3Label As System.Windows.Forms.Label - Dim STRING4Label As System.Windows.Forms.Label - Dim STRING5Label As System.Windows.Forms.Label - Dim STRING6Label 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 OBJ_NAMELabel As System.Windows.Forms.Label Me.RibbonControl1 = New DevExpress.XtraBars.Ribbon.RibbonControl() Me.BbitemplateAdd = New DevExpress.XtraBars.BarButtonItem() Me.BbitemplateSave = New DevExpress.XtraBars.BarButtonItem() @@ -70,6 +55,7 @@ Partial Class frmAdmin2 Me.CHANGED_WHENDateEdit = New DevExpress.XtraEditors.DateEdit() Me.EMAIL_BODY1TextEdit = New DevExpress.XtraEditors.MemoEdit() Me.EMAIL_BODY2TextEdit = New DevExpress.XtraEditors.MemoEdit() + Me.EMAIL_SUBJECTTextEdit = New DevExpress.XtraEditors.TextEdit() Me.Root = New DevExpress.XtraLayout.LayoutControlGroup() Me.LayoutControlGroup1 = New DevExpress.XtraLayout.LayoutControlGroup() Me.ItemForGUID = New DevExpress.XtraLayout.LayoutControlItem() @@ -79,32 +65,16 @@ Partial Class frmAdmin2 Me.ItemForEMAIL_BODY2 = New DevExpress.XtraLayout.LayoutControlItem() Me.ItemForEMAIL_BODY3 = New DevExpress.XtraLayout.LayoutControlItem() Me.ItemForADDED_WHO = New DevExpress.XtraLayout.LayoutControlItem() - Me.ItemForADDED_WHEN = New DevExpress.XtraLayout.LayoutControlItem() Me.ItemForCHANGED_WHO = New DevExpress.XtraLayout.LayoutControlItem() + Me.ItemForADDED_WHEN = New DevExpress.XtraLayout.LayoutControlItem() Me.ItemForCHANGED_WHEN = New DevExpress.XtraLayout.LayoutControlItem() Me.GridControl1 = New DevExpress.XtraGrid.GridControl() Me.GridView1 = New DevExpress.XtraGrid.Views.Grid.GridView() Me.colGUID = New DevExpress.XtraGrid.Columns.GridColumn() Me.colTITLE = New DevExpress.XtraGrid.Columns.GridColumn() Me.XtraTabPage2 = New DevExpress.XtraTab.XtraTabPage() - Me.INTERNALCheckBox = New System.Windows.Forms.CheckBox() - Me.TBDD_GUI_LANGUAGE_PHRASEBindingSource = New System.Windows.Forms.BindingSource(Me.components) - Me.OBJ_NAMETextBox = New System.Windows.Forms.TextBox() - Me.CHANGED_WHENTextBox1 = New System.Windows.Forms.TextBox() - Me.CHANGED_WHOTextBox1 = New System.Windows.Forms.TextBox() - Me.ADDED_WHENTextBox1 = New System.Windows.Forms.TextBox() - Me.ADDED_WHOTextBox1 = New System.Windows.Forms.TextBox() - Me.STRING6TextBox = New System.Windows.Forms.TextBox() - Me.STRING5TextBox = New System.Windows.Forms.TextBox() - Me.STRING4TextBox = New System.Windows.Forms.TextBox() - Me.STRING3TextBox = New System.Windows.Forms.TextBox() - Me.STRING2TextBox = New System.Windows.Forms.TextBox() - Me.STRING1TextBox = New System.Windows.Forms.TextBox() - Me.CAPT_TYPEComboBox = New System.Windows.Forms.ComboBox() - Me.LANGUAGEComboBox = New System.Windows.Forms.ComboBox() - Me.TITLETextBox1 = New System.Windows.Forms.TextBox() - Me.GUIDTextBox1 = New System.Windows.Forms.TextBox() Me.GridControl2 = New DevExpress.XtraGrid.GridControl() + Me.TBDD_GUI_LANGUAGE_PHRASEBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.GridView2 = New DevExpress.XtraGrid.Views.Grid.GridView() Me.GridColumn5 = New DevExpress.XtraGrid.Columns.GridColumn() Me.GridColumn2 = New DevExpress.XtraGrid.Columns.GridColumn() @@ -114,22 +84,43 @@ Partial Class frmAdmin2 Me.TableAdapterManager = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TableAdapterManager() Me.TBDD_GUI_LANGUAGE_PHRASETableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBDD_GUI_LANGUAGE_PHRASETableAdapter() Me.LayoutConverter1 = New DevExpress.XtraLayout.Converter.LayoutConverter(Me.components) - Me.EMAIL_SUBJECTTextEdit = New DevExpress.XtraEditors.TextEdit() - GUIDLabel1 = New System.Windows.Forms.Label() - TITLELabel1 = New System.Windows.Forms.Label() - LANGUAGELabel = New System.Windows.Forms.Label() - CAPT_TYPELabel = New System.Windows.Forms.Label() - STRING1Label = New System.Windows.Forms.Label() - STRING2Label = New System.Windows.Forms.Label() - STRING3Label = New System.Windows.Forms.Label() - STRING4Label = New System.Windows.Forms.Label() - STRING5Label = New System.Windows.Forms.Label() - STRING6Label = 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() - OBJ_NAMELabel = New System.Windows.Forms.Label() + Me.DataLayoutControl2 = New DevExpress.XtraDataLayout.DataLayoutControl() + Me.LayoutControlGroup2 = New DevExpress.XtraLayout.LayoutControlGroup() + Me.LayoutControlGroup3 = New DevExpress.XtraLayout.LayoutControlGroup() + Me.TextEdit1 = New DevExpress.XtraEditors.TextEdit() + Me.LayoutControlItem1 = New DevExpress.XtraLayout.LayoutControlItem() + Me.MODULETextEdit = New DevExpress.XtraEditors.TextEdit() + Me.ItemForMODULE = New DevExpress.XtraLayout.LayoutControlItem() + Me.TextEdit2 = New DevExpress.XtraEditors.TextEdit() + Me.LayoutControlItem2 = New DevExpress.XtraLayout.LayoutControlItem() + Me.LANGUAGETextEdit = New DevExpress.XtraEditors.TextEdit() + Me.ItemForLANGUAGE = New DevExpress.XtraLayout.LayoutControlItem() + Me.CAPT_TYPETextEdit = New DevExpress.XtraEditors.TextEdit() + Me.ItemForCAPT_TYPE = New DevExpress.XtraLayout.LayoutControlItem() + Me.STRING1TextEdit = New DevExpress.XtraEditors.TextEdit() + Me.ItemForSTRING1 = New DevExpress.XtraLayout.LayoutControlItem() + Me.STRING2TextEdit = New DevExpress.XtraEditors.TextEdit() + Me.ItemForSTRING2 = New DevExpress.XtraLayout.LayoutControlItem() + Me.STRING3TextEdit = New DevExpress.XtraEditors.TextEdit() + Me.ItemForSTRING3 = New DevExpress.XtraLayout.LayoutControlItem() + Me.STRING4TextEdit = New DevExpress.XtraEditors.TextEdit() + Me.ItemForSTRING4 = New DevExpress.XtraLayout.LayoutControlItem() + Me.STRING5TextEdit = New DevExpress.XtraEditors.TextEdit() + Me.ItemForSTRING5 = New DevExpress.XtraLayout.LayoutControlItem() + Me.STRING6TextEdit = New DevExpress.XtraEditors.TextEdit() + Me.ItemForSTRING6 = New DevExpress.XtraLayout.LayoutControlItem() + Me.TextEdit3 = New DevExpress.XtraEditors.TextEdit() + Me.LayoutControlItem3 = New DevExpress.XtraLayout.LayoutControlItem() + Me.ADDED_WHENTextEdit = New DevExpress.XtraEditors.TextEdit() + Me.LayoutControlItem4 = New DevExpress.XtraLayout.LayoutControlItem() + Me.TextEdit4 = New DevExpress.XtraEditors.TextEdit() + Me.LayoutControlItem5 = New DevExpress.XtraLayout.LayoutControlItem() + Me.CHANGED_WHENTextEdit = New DevExpress.XtraEditors.TextEdit() + Me.LayoutControlItem6 = New DevExpress.XtraLayout.LayoutControlItem() + Me.OBJ_NAMETextEdit = New DevExpress.XtraEditors.TextEdit() + Me.ItemForOBJ_NAME = New DevExpress.XtraLayout.LayoutControlItem() + Me.INTERNALCheckEdit = New DevExpress.XtraEditors.CheckEdit() + Me.ItemForINTERNAL = New DevExpress.XtraLayout.LayoutControlItem() CType(Me.RibbonControl1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.XtraTabControl1, System.ComponentModel.ISupportInitialize).BeginInit() Me.XtraTabControl1.SuspendLayout() @@ -149,6 +140,7 @@ Partial Class frmAdmin2 CType(Me.CHANGED_WHENDateEdit.Properties, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.EMAIL_BODY1TextEdit.Properties, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.EMAIL_BODY2TextEdit.Properties, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.EMAIL_SUBJECTTextEdit.Properties, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.Root, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.LayoutControlGroup1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.ItemForGUID, System.ComponentModel.ISupportInitialize).BeginInit() @@ -158,93 +150,55 @@ Partial Class frmAdmin2 CType(Me.ItemForEMAIL_BODY2, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.ItemForEMAIL_BODY3, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.ItemForADDED_WHO, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.ItemForADDED_WHEN, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.ItemForCHANGED_WHO, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.ItemForADDED_WHEN, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.ItemForCHANGED_WHEN, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.GridControl1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.GridView1, System.ComponentModel.ISupportInitialize).BeginInit() Me.XtraTabPage2.SuspendLayout() - CType(Me.TBDD_GUI_LANGUAGE_PHRASEBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.GridControl2, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.TBDD_GUI_LANGUAGE_PHRASEBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.GridView2, System.ComponentModel.ISupportInitialize).BeginInit() - CType(Me.EMAIL_SUBJECTTextEdit.Properties, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.DataLayoutControl2, System.ComponentModel.ISupportInitialize).BeginInit() + Me.DataLayoutControl2.SuspendLayout() + CType(Me.LayoutControlGroup2, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.LayoutControlGroup3, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.TextEdit1.Properties, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.LayoutControlItem1, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.MODULETextEdit.Properties, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.ItemForMODULE, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.TextEdit2.Properties, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.LayoutControlItem2, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.LANGUAGETextEdit.Properties, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.ItemForLANGUAGE, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.CAPT_TYPETextEdit.Properties, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.ItemForCAPT_TYPE, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.STRING1TextEdit.Properties, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.ItemForSTRING1, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.STRING2TextEdit.Properties, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.ItemForSTRING2, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.STRING3TextEdit.Properties, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.ItemForSTRING3, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.STRING4TextEdit.Properties, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.ItemForSTRING4, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.STRING5TextEdit.Properties, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.ItemForSTRING5, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.STRING6TextEdit.Properties, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.ItemForSTRING6, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.TextEdit3.Properties, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.LayoutControlItem3, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.ADDED_WHENTextEdit.Properties, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.LayoutControlItem4, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.TextEdit4.Properties, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.LayoutControlItem5, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.CHANGED_WHENTextEdit.Properties, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.LayoutControlItem6, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.OBJ_NAMETextEdit.Properties, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.ItemForOBJ_NAME, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.INTERNALCheckEdit.Properties, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.ItemForINTERNAL, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' - 'GUIDLabel1 - ' - resources.ApplyResources(GUIDLabel1, "GUIDLabel1") - GUIDLabel1.Name = "GUIDLabel1" - ' - 'TITLELabel1 - ' - resources.ApplyResources(TITLELabel1, "TITLELabel1") - TITLELabel1.Name = "TITLELabel1" - ' - 'LANGUAGELabel - ' - resources.ApplyResources(LANGUAGELabel, "LANGUAGELabel") - LANGUAGELabel.Name = "LANGUAGELabel" - ' - 'CAPT_TYPELabel - ' - resources.ApplyResources(CAPT_TYPELabel, "CAPT_TYPELabel") - CAPT_TYPELabel.Name = "CAPT_TYPELabel" - ' - 'STRING1Label - ' - resources.ApplyResources(STRING1Label, "STRING1Label") - STRING1Label.Name = "STRING1Label" - ' - 'STRING2Label - ' - resources.ApplyResources(STRING2Label, "STRING2Label") - STRING2Label.Name = "STRING2Label" - ' - 'STRING3Label - ' - resources.ApplyResources(STRING3Label, "STRING3Label") - STRING3Label.Name = "STRING3Label" - ' - 'STRING4Label - ' - resources.ApplyResources(STRING4Label, "STRING4Label") - STRING4Label.Name = "STRING4Label" - ' - 'STRING5Label - ' - resources.ApplyResources(STRING5Label, "STRING5Label") - STRING5Label.Name = "STRING5Label" - ' - 'STRING6Label - ' - resources.ApplyResources(STRING6Label, "STRING6Label") - STRING6Label.Name = "STRING6Label" - ' - 'ADDED_WHOLabel1 - ' - resources.ApplyResources(ADDED_WHOLabel1, "ADDED_WHOLabel1") - ADDED_WHOLabel1.Name = "ADDED_WHOLabel1" - ' - 'ADDED_WHENLabel1 - ' - resources.ApplyResources(ADDED_WHENLabel1, "ADDED_WHENLabel1") - ADDED_WHENLabel1.Name = "ADDED_WHENLabel1" - ' - 'CHANGED_WHOLabel1 - ' - resources.ApplyResources(CHANGED_WHOLabel1, "CHANGED_WHOLabel1") - CHANGED_WHOLabel1.Name = "CHANGED_WHOLabel1" - ' - 'CHANGED_WHENLabel1 - ' - resources.ApplyResources(CHANGED_WHENLabel1, "CHANGED_WHENLabel1") - CHANGED_WHENLabel1.Name = "CHANGED_WHENLabel1" - ' - 'OBJ_NAMELabel - ' - resources.ApplyResources(OBJ_NAMELabel, "OBJ_NAMELabel") - OBJ_NAMELabel.Name = "OBJ_NAMELabel" - ' 'RibbonControl1 ' Me.RibbonControl1.ExpandCollapseItem.Id = 0 @@ -515,6 +469,14 @@ Partial Class frmAdmin2 Me.EMAIL_BODY2TextEdit.Name = "EMAIL_BODY2TextEdit" Me.EMAIL_BODY2TextEdit.StyleController = Me.DataLayoutControl1 ' + 'EMAIL_SUBJECTTextEdit + ' + Me.EMAIL_SUBJECTTextEdit.DataBindings.Add(New System.Windows.Forms.Binding("EditValue", Me.TBDD_EMAIL_TEMPLATEBindingSource, "EMAIL_SUBJECT", True)) + resources.ApplyResources(Me.EMAIL_SUBJECTTextEdit, "EMAIL_SUBJECTTextEdit") + Me.EMAIL_SUBJECTTextEdit.MenuManager = Me.RibbonControl1 + Me.EMAIL_SUBJECTTextEdit.Name = "EMAIL_SUBJECTTextEdit" + Me.EMAIL_SUBJECTTextEdit.StyleController = Me.DataLayoutControl1 + ' 'Root ' Me.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.[True] @@ -596,15 +558,6 @@ Partial Class frmAdmin2 resources.ApplyResources(Me.ItemForADDED_WHO, "ItemForADDED_WHO") Me.ItemForADDED_WHO.TextSize = New System.Drawing.Size(74, 13) ' - 'ItemForADDED_WHEN - ' - Me.ItemForADDED_WHEN.Control = Me.ADDED_WHENDateEdit - Me.ItemForADDED_WHEN.Location = New System.Drawing.Point(332, 437) - Me.ItemForADDED_WHEN.Name = "ItemForADDED_WHEN" - Me.ItemForADDED_WHEN.Size = New System.Drawing.Size(332, 24) - resources.ApplyResources(Me.ItemForADDED_WHEN, "ItemForADDED_WHEN") - Me.ItemForADDED_WHEN.TextSize = New System.Drawing.Size(74, 13) - ' 'ItemForCHANGED_WHO ' Me.ItemForCHANGED_WHO.Control = Me.CHANGED_WHOTextEdit @@ -614,6 +567,15 @@ Partial Class frmAdmin2 resources.ApplyResources(Me.ItemForCHANGED_WHO, "ItemForCHANGED_WHO") Me.ItemForCHANGED_WHO.TextSize = New System.Drawing.Size(74, 13) ' + 'ItemForADDED_WHEN + ' + Me.ItemForADDED_WHEN.Control = Me.ADDED_WHENDateEdit + Me.ItemForADDED_WHEN.Location = New System.Drawing.Point(332, 437) + Me.ItemForADDED_WHEN.Name = "ItemForADDED_WHEN" + Me.ItemForADDED_WHEN.Size = New System.Drawing.Size(332, 24) + resources.ApplyResources(Me.ItemForADDED_WHEN, "ItemForADDED_WHEN") + Me.ItemForADDED_WHEN.TextSize = New System.Drawing.Size(74, 13) + ' 'ItemForCHANGED_WHEN ' Me.ItemForCHANGED_WHEN.Control = Me.CHANGED_WHENDateEdit @@ -661,155 +623,10 @@ Partial Class frmAdmin2 'XtraTabPage2 ' resources.ApplyResources(Me.XtraTabPage2, "XtraTabPage2") - Me.XtraTabPage2.Controls.Add(Me.INTERNALCheckBox) - Me.XtraTabPage2.Controls.Add(OBJ_NAMELabel) - Me.XtraTabPage2.Controls.Add(Me.OBJ_NAMETextBox) - Me.XtraTabPage2.Controls.Add(CHANGED_WHENLabel1) - Me.XtraTabPage2.Controls.Add(Me.CHANGED_WHENTextBox1) - Me.XtraTabPage2.Controls.Add(CHANGED_WHOLabel1) - Me.XtraTabPage2.Controls.Add(Me.CHANGED_WHOTextBox1) - Me.XtraTabPage2.Controls.Add(ADDED_WHENLabel1) - Me.XtraTabPage2.Controls.Add(Me.ADDED_WHENTextBox1) - Me.XtraTabPage2.Controls.Add(ADDED_WHOLabel1) - Me.XtraTabPage2.Controls.Add(Me.ADDED_WHOTextBox1) - Me.XtraTabPage2.Controls.Add(STRING6Label) - Me.XtraTabPage2.Controls.Add(Me.STRING6TextBox) - Me.XtraTabPage2.Controls.Add(STRING5Label) - Me.XtraTabPage2.Controls.Add(Me.STRING5TextBox) - Me.XtraTabPage2.Controls.Add(STRING4Label) - Me.XtraTabPage2.Controls.Add(Me.STRING4TextBox) - Me.XtraTabPage2.Controls.Add(STRING3Label) - Me.XtraTabPage2.Controls.Add(Me.STRING3TextBox) - Me.XtraTabPage2.Controls.Add(STRING2Label) - Me.XtraTabPage2.Controls.Add(Me.STRING2TextBox) - Me.XtraTabPage2.Controls.Add(STRING1Label) - Me.XtraTabPage2.Controls.Add(Me.STRING1TextBox) - Me.XtraTabPage2.Controls.Add(CAPT_TYPELabel) - Me.XtraTabPage2.Controls.Add(Me.CAPT_TYPEComboBox) - Me.XtraTabPage2.Controls.Add(LANGUAGELabel) - Me.XtraTabPage2.Controls.Add(Me.LANGUAGEComboBox) - Me.XtraTabPage2.Controls.Add(TITLELabel1) - Me.XtraTabPage2.Controls.Add(Me.TITLETextBox1) - Me.XtraTabPage2.Controls.Add(GUIDLabel1) - Me.XtraTabPage2.Controls.Add(Me.GUIDTextBox1) + Me.XtraTabPage2.Controls.Add(Me.DataLayoutControl2) Me.XtraTabPage2.Controls.Add(Me.GridControl2) Me.XtraTabPage2.Name = "XtraTabPage2" ' - 'INTERNALCheckBox - ' - Me.INTERNALCheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBDD_GUI_LANGUAGE_PHRASEBindingSource, "INTERNAL", True)) - resources.ApplyResources(Me.INTERNALCheckBox, "INTERNALCheckBox") - Me.INTERNALCheckBox.Name = "INTERNALCheckBox" - Me.INTERNALCheckBox.UseVisualStyleBackColor = True - ' - 'TBDD_GUI_LANGUAGE_PHRASEBindingSource - ' - Me.TBDD_GUI_LANGUAGE_PHRASEBindingSource.DataMember = "TBDD_GUI_LANGUAGE_PHRASE" - Me.TBDD_GUI_LANGUAGE_PHRASEBindingSource.DataSource = Me.DD_DMSLiteDataSet - ' - 'OBJ_NAMETextBox - ' - Me.OBJ_NAMETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_GUI_LANGUAGE_PHRASEBindingSource, "OBJ_NAME", True)) - resources.ApplyResources(Me.OBJ_NAMETextBox, "OBJ_NAMETextBox") - Me.OBJ_NAMETextBox.Name = "OBJ_NAMETextBox" - ' - 'CHANGED_WHENTextBox1 - ' - Me.CHANGED_WHENTextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_GUI_LANGUAGE_PHRASEBindingSource, "CHANGED_WHEN", True)) - resources.ApplyResources(Me.CHANGED_WHENTextBox1, "CHANGED_WHENTextBox1") - Me.CHANGED_WHENTextBox1.Name = "CHANGED_WHENTextBox1" - Me.CHANGED_WHENTextBox1.ReadOnly = True - ' - 'CHANGED_WHOTextBox1 - ' - Me.CHANGED_WHOTextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_GUI_LANGUAGE_PHRASEBindingSource, "CHANGED_WHO", True)) - resources.ApplyResources(Me.CHANGED_WHOTextBox1, "CHANGED_WHOTextBox1") - Me.CHANGED_WHOTextBox1.Name = "CHANGED_WHOTextBox1" - Me.CHANGED_WHOTextBox1.ReadOnly = True - ' - 'ADDED_WHENTextBox1 - ' - Me.ADDED_WHENTextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_GUI_LANGUAGE_PHRASEBindingSource, "ADDED_WHEN", True)) - resources.ApplyResources(Me.ADDED_WHENTextBox1, "ADDED_WHENTextBox1") - Me.ADDED_WHENTextBox1.Name = "ADDED_WHENTextBox1" - Me.ADDED_WHENTextBox1.ReadOnly = True - ' - 'ADDED_WHOTextBox1 - ' - Me.ADDED_WHOTextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_GUI_LANGUAGE_PHRASEBindingSource, "ADDED_WHO", True)) - resources.ApplyResources(Me.ADDED_WHOTextBox1, "ADDED_WHOTextBox1") - Me.ADDED_WHOTextBox1.Name = "ADDED_WHOTextBox1" - Me.ADDED_WHOTextBox1.ReadOnly = True - ' - 'STRING6TextBox - ' - Me.STRING6TextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_GUI_LANGUAGE_PHRASEBindingSource, "STRING6", True)) - resources.ApplyResources(Me.STRING6TextBox, "STRING6TextBox") - Me.STRING6TextBox.Name = "STRING6TextBox" - ' - 'STRING5TextBox - ' - Me.STRING5TextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_GUI_LANGUAGE_PHRASEBindingSource, "STRING5", True)) - resources.ApplyResources(Me.STRING5TextBox, "STRING5TextBox") - Me.STRING5TextBox.Name = "STRING5TextBox" - ' - 'STRING4TextBox - ' - Me.STRING4TextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_GUI_LANGUAGE_PHRASEBindingSource, "STRING4", True)) - resources.ApplyResources(Me.STRING4TextBox, "STRING4TextBox") - Me.STRING4TextBox.Name = "STRING4TextBox" - ' - 'STRING3TextBox - ' - Me.STRING3TextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_GUI_LANGUAGE_PHRASEBindingSource, "STRING3", True)) - resources.ApplyResources(Me.STRING3TextBox, "STRING3TextBox") - Me.STRING3TextBox.Name = "STRING3TextBox" - ' - 'STRING2TextBox - ' - Me.STRING2TextBox.AcceptsReturn = True - Me.STRING2TextBox.AcceptsTab = True - resources.ApplyResources(Me.STRING2TextBox, "STRING2TextBox") - Me.STRING2TextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_GUI_LANGUAGE_PHRASEBindingSource, "STRING2", True)) - Me.STRING2TextBox.Name = "STRING2TextBox" - ' - 'STRING1TextBox - ' - Me.STRING1TextBox.AcceptsReturn = True - Me.STRING1TextBox.AcceptsTab = True - resources.ApplyResources(Me.STRING1TextBox, "STRING1TextBox") - Me.STRING1TextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_GUI_LANGUAGE_PHRASEBindingSource, "STRING1", True)) - Me.STRING1TextBox.Name = "STRING1TextBox" - ' - 'CAPT_TYPEComboBox - ' - Me.CAPT_TYPEComboBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_GUI_LANGUAGE_PHRASEBindingSource, "CAPT_TYPE", True)) - Me.CAPT_TYPEComboBox.FormattingEnabled = True - Me.CAPT_TYPEComboBox.Items.AddRange(New Object() {resources.GetString("CAPT_TYPEComboBox.Items"), resources.GetString("CAPT_TYPEComboBox.Items1"), resources.GetString("CAPT_TYPEComboBox.Items2"), resources.GetString("CAPT_TYPEComboBox.Items3"), resources.GetString("CAPT_TYPEComboBox.Items4")}) - resources.ApplyResources(Me.CAPT_TYPEComboBox, "CAPT_TYPEComboBox") - Me.CAPT_TYPEComboBox.Name = "CAPT_TYPEComboBox" - ' - 'LANGUAGEComboBox - ' - Me.LANGUAGEComboBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_GUI_LANGUAGE_PHRASEBindingSource, "LANGUAGE", True)) - Me.LANGUAGEComboBox.FormattingEnabled = True - Me.LANGUAGEComboBox.Items.AddRange(New Object() {resources.GetString("LANGUAGEComboBox.Items"), resources.GetString("LANGUAGEComboBox.Items1"), resources.GetString("LANGUAGEComboBox.Items2")}) - resources.ApplyResources(Me.LANGUAGEComboBox, "LANGUAGEComboBox") - Me.LANGUAGEComboBox.Name = "LANGUAGEComboBox" - ' - 'TITLETextBox1 - ' - Me.TITLETextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_GUI_LANGUAGE_PHRASEBindingSource, "TITLE", True)) - resources.ApplyResources(Me.TITLETextBox1, "TITLETextBox1") - Me.TITLETextBox1.Name = "TITLETextBox1" - ' - 'GUIDTextBox1 - ' - Me.GUIDTextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_GUI_LANGUAGE_PHRASEBindingSource, "GUID", True)) - resources.ApplyResources(Me.GUIDTextBox1, "GUIDTextBox1") - Me.GUIDTextBox1.Name = "GUIDTextBox1" - Me.GUIDTextBox1.ReadOnly = True - ' 'GridControl2 ' Me.GridControl2.DataSource = Me.TBDD_GUI_LANGUAGE_PHRASEBindingSource @@ -819,6 +636,11 @@ Partial Class frmAdmin2 Me.GridControl2.Name = "GridControl2" Me.GridControl2.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView2}) ' + 'TBDD_GUI_LANGUAGE_PHRASEBindingSource + ' + Me.TBDD_GUI_LANGUAGE_PHRASEBindingSource.DataMember = "TBDD_GUI_LANGUAGE_PHRASE" + Me.TBDD_GUI_LANGUAGE_PHRASEBindingSource.DataSource = Me.DD_DMSLiteDataSet + ' 'GridView2 ' Me.GridView2.Appearance.EvenRow.BackColor = System.Drawing.Color.PeachPuff @@ -882,13 +704,362 @@ Partial Class frmAdmin2 ' Me.TBDD_GUI_LANGUAGE_PHRASETableAdapter.ClearBeforeFill = True ' - 'EMAIL_SUBJECTTextEdit + 'DataLayoutControl2 ' - Me.EMAIL_SUBJECTTextEdit.DataBindings.Add(New System.Windows.Forms.Binding("EditValue", Me.TBDD_EMAIL_TEMPLATEBindingSource, "EMAIL_SUBJECT", True)) - resources.ApplyResources(Me.EMAIL_SUBJECTTextEdit, "EMAIL_SUBJECTTextEdit") - Me.EMAIL_SUBJECTTextEdit.MenuManager = Me.RibbonControl1 - Me.EMAIL_SUBJECTTextEdit.Name = "EMAIL_SUBJECTTextEdit" - Me.EMAIL_SUBJECTTextEdit.StyleController = Me.DataLayoutControl1 + Me.DataLayoutControl2.Controls.Add(Me.TextEdit1) + Me.DataLayoutControl2.Controls.Add(Me.MODULETextEdit) + Me.DataLayoutControl2.Controls.Add(Me.TextEdit2) + Me.DataLayoutControl2.Controls.Add(Me.LANGUAGETextEdit) + Me.DataLayoutControl2.Controls.Add(Me.CAPT_TYPETextEdit) + Me.DataLayoutControl2.Controls.Add(Me.STRING1TextEdit) + Me.DataLayoutControl2.Controls.Add(Me.STRING2TextEdit) + Me.DataLayoutControl2.Controls.Add(Me.STRING3TextEdit) + Me.DataLayoutControl2.Controls.Add(Me.STRING4TextEdit) + Me.DataLayoutControl2.Controls.Add(Me.STRING5TextEdit) + Me.DataLayoutControl2.Controls.Add(Me.STRING6TextEdit) + Me.DataLayoutControl2.Controls.Add(Me.TextEdit3) + Me.DataLayoutControl2.Controls.Add(Me.ADDED_WHENTextEdit) + Me.DataLayoutControl2.Controls.Add(Me.TextEdit4) + Me.DataLayoutControl2.Controls.Add(Me.CHANGED_WHENTextEdit) + Me.DataLayoutControl2.Controls.Add(Me.OBJ_NAMETextEdit) + Me.DataLayoutControl2.Controls.Add(Me.INTERNALCheckEdit) + Me.DataLayoutControl2.DataSource = Me.TBDD_GUI_LANGUAGE_PHRASEBindingSource + resources.ApplyResources(Me.DataLayoutControl2, "DataLayoutControl2") + Me.DataLayoutControl2.Name = "DataLayoutControl2" + Me.DataLayoutControl2.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = New System.Drawing.Rectangle(3190, 411, 650, 400) + Me.DataLayoutControl2.Root = Me.LayoutControlGroup2 + ' + 'LayoutControlGroup2 + ' + Me.LayoutControlGroup2.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.[True] + Me.LayoutControlGroup2.GroupBordersVisible = False + Me.LayoutControlGroup2.Items.AddRange(New DevExpress.XtraLayout.BaseLayoutItem() {Me.LayoutControlGroup3}) + Me.LayoutControlGroup2.Name = "Root" + Me.LayoutControlGroup2.Size = New System.Drawing.Size(548, 508) + Me.LayoutControlGroup2.TextVisible = False + ' + 'LayoutControlGroup3 + ' + Me.LayoutControlGroup3.AllowDrawBackground = False + Me.LayoutControlGroup3.GroupBordersVisible = False + Me.LayoutControlGroup3.Items.AddRange(New DevExpress.XtraLayout.BaseLayoutItem() {Me.LayoutControlItem1, Me.ItemForMODULE, Me.ItemForSTRING1, Me.ItemForSTRING2, Me.ItemForSTRING3, Me.ItemForSTRING4, Me.ItemForSTRING5, Me.ItemForSTRING6, Me.LayoutControlItem3, Me.LayoutControlItem4, Me.LayoutControlItem5, Me.LayoutControlItem6, Me.ItemForOBJ_NAME, Me.ItemForCAPT_TYPE, Me.LayoutControlItem2, Me.ItemForLANGUAGE, Me.ItemForINTERNAL}) + Me.LayoutControlGroup3.Location = New System.Drawing.Point(0, 0) + Me.LayoutControlGroup3.Name = "autoGeneratedGroup0" + Me.LayoutControlGroup3.Size = New System.Drawing.Size(528, 488) + ' + 'TextEdit1 + ' + Me.TextEdit1.DataBindings.Add(New System.Windows.Forms.Binding("EditValue", Me.TBDD_GUI_LANGUAGE_PHRASEBindingSource, "GUID", True)) + resources.ApplyResources(Me.TextEdit1, "TextEdit1") + Me.TextEdit1.MenuManager = Me.RibbonControl1 + Me.TextEdit1.Name = "TextEdit1" + Me.TextEdit1.Properties.Appearance.Options.UseTextOptions = True + Me.TextEdit1.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far + Me.TextEdit1.Properties.Mask.EditMask = resources.GetString("TextEdit1.Properties.Mask.EditMask") + Me.TextEdit1.Properties.Mask.MaskType = CType(resources.GetObject("TextEdit1.Properties.Mask.MaskType"), DevExpress.XtraEditors.Mask.MaskType) + Me.TextEdit1.Properties.Mask.UseMaskAsDisplayFormat = CType(resources.GetObject("TextEdit1.Properties.Mask.UseMaskAsDisplayFormat"), Boolean) + Me.TextEdit1.StyleController = Me.DataLayoutControl2 + ' + 'LayoutControlItem1 + ' + Me.LayoutControlItem1.Control = Me.TextEdit1 + Me.LayoutControlItem1.Enabled = False + Me.LayoutControlItem1.Location = New System.Drawing.Point(0, 0) + Me.LayoutControlItem1.Name = "ItemForGUID" + Me.LayoutControlItem1.Size = New System.Drawing.Size(150, 24) + resources.ApplyResources(Me.LayoutControlItem1, "LayoutControlItem1") + Me.LayoutControlItem1.TextSize = New System.Drawing.Size(74, 13) + ' + 'MODULETextEdit + ' + Me.MODULETextEdit.DataBindings.Add(New System.Windows.Forms.Binding("EditValue", Me.TBDD_GUI_LANGUAGE_PHRASEBindingSource, "MODULE", True)) + resources.ApplyResources(Me.MODULETextEdit, "MODULETextEdit") + Me.MODULETextEdit.MenuManager = Me.RibbonControl1 + Me.MODULETextEdit.Name = "MODULETextEdit" + Me.MODULETextEdit.StyleController = Me.DataLayoutControl2 + ' + 'ItemForMODULE + ' + Me.ItemForMODULE.Control = Me.MODULETextEdit + Me.ItemForMODULE.Location = New System.Drawing.Point(0, 48) + Me.ItemForMODULE.Name = "ItemForMODULE" + Me.ItemForMODULE.Size = New System.Drawing.Size(150, 24) + resources.ApplyResources(Me.ItemForMODULE, "ItemForMODULE") + Me.ItemForMODULE.TextSize = New System.Drawing.Size(74, 13) + ' + 'TextEdit2 + ' + Me.TextEdit2.DataBindings.Add(New System.Windows.Forms.Binding("EditValue", Me.TBDD_GUI_LANGUAGE_PHRASEBindingSource, "TITLE", True)) + resources.ApplyResources(Me.TextEdit2, "TextEdit2") + Me.TextEdit2.MenuManager = Me.RibbonControl1 + Me.TextEdit2.Name = "TextEdit2" + Me.TextEdit2.StyleController = Me.DataLayoutControl2 + ' + 'LayoutControlItem2 + ' + Me.LayoutControlItem2.Control = Me.TextEdit2 + Me.LayoutControlItem2.Location = New System.Drawing.Point(150, 24) + Me.LayoutControlItem2.Name = "ItemForTITLE" + Me.LayoutControlItem2.Size = New System.Drawing.Size(302, 24) + resources.ApplyResources(Me.LayoutControlItem2, "LayoutControlItem2") + Me.LayoutControlItem2.TextSize = New System.Drawing.Size(74, 13) + ' + 'LANGUAGETextEdit + ' + Me.LANGUAGETextEdit.DataBindings.Add(New System.Windows.Forms.Binding("EditValue", Me.TBDD_GUI_LANGUAGE_PHRASEBindingSource, "LANGUAGE", True)) + resources.ApplyResources(Me.LANGUAGETextEdit, "LANGUAGETextEdit") + Me.LANGUAGETextEdit.MenuManager = Me.RibbonControl1 + Me.LANGUAGETextEdit.Name = "LANGUAGETextEdit" + Me.LANGUAGETextEdit.StyleController = Me.DataLayoutControl2 + ' + 'ItemForLANGUAGE + ' + Me.ItemForLANGUAGE.Control = Me.LANGUAGETextEdit + Me.ItemForLANGUAGE.Location = New System.Drawing.Point(150, 48) + Me.ItemForLANGUAGE.Name = "ItemForLANGUAGE" + Me.ItemForLANGUAGE.Size = New System.Drawing.Size(302, 24) + resources.ApplyResources(Me.ItemForLANGUAGE, "ItemForLANGUAGE") + Me.ItemForLANGUAGE.TextSize = New System.Drawing.Size(74, 13) + ' + 'CAPT_TYPETextEdit + ' + Me.CAPT_TYPETextEdit.DataBindings.Add(New System.Windows.Forms.Binding("EditValue", Me.TBDD_GUI_LANGUAGE_PHRASEBindingSource, "CAPT_TYPE", True)) + resources.ApplyResources(Me.CAPT_TYPETextEdit, "CAPT_TYPETextEdit") + Me.CAPT_TYPETextEdit.MenuManager = Me.RibbonControl1 + Me.CAPT_TYPETextEdit.Name = "CAPT_TYPETextEdit" + Me.CAPT_TYPETextEdit.StyleController = Me.DataLayoutControl2 + ' + 'ItemForCAPT_TYPE + ' + Me.ItemForCAPT_TYPE.Control = Me.CAPT_TYPETextEdit + Me.ItemForCAPT_TYPE.Location = New System.Drawing.Point(0, 24) + Me.ItemForCAPT_TYPE.Name = "ItemForCAPT_TYPE" + Me.ItemForCAPT_TYPE.Size = New System.Drawing.Size(150, 24) + resources.ApplyResources(Me.ItemForCAPT_TYPE, "ItemForCAPT_TYPE") + Me.ItemForCAPT_TYPE.TextSize = New System.Drawing.Size(74, 13) + ' + 'STRING1TextEdit + ' + Me.STRING1TextEdit.DataBindings.Add(New System.Windows.Forms.Binding("EditValue", Me.TBDD_GUI_LANGUAGE_PHRASEBindingSource, "STRING1", True)) + resources.ApplyResources(Me.STRING1TextEdit, "STRING1TextEdit") + Me.STRING1TextEdit.MenuManager = Me.RibbonControl1 + Me.STRING1TextEdit.Name = "STRING1TextEdit" + Me.STRING1TextEdit.StyleController = Me.DataLayoutControl2 + ' + 'ItemForSTRING1 + ' + Me.ItemForSTRING1.Control = Me.STRING1TextEdit + Me.ItemForSTRING1.Location = New System.Drawing.Point(0, 72) + Me.ItemForSTRING1.Name = "ItemForSTRING1" + Me.ItemForSTRING1.Size = New System.Drawing.Size(452, 24) + resources.ApplyResources(Me.ItemForSTRING1, "ItemForSTRING1") + Me.ItemForSTRING1.TextSize = New System.Drawing.Size(74, 13) + ' + 'STRING2TextEdit + ' + Me.STRING2TextEdit.DataBindings.Add(New System.Windows.Forms.Binding("EditValue", Me.TBDD_GUI_LANGUAGE_PHRASEBindingSource, "STRING2", True)) + resources.ApplyResources(Me.STRING2TextEdit, "STRING2TextEdit") + Me.STRING2TextEdit.MenuManager = Me.RibbonControl1 + Me.STRING2TextEdit.Name = "STRING2TextEdit" + Me.STRING2TextEdit.StyleController = Me.DataLayoutControl2 + ' + 'ItemForSTRING2 + ' + Me.ItemForSTRING2.Control = Me.STRING2TextEdit + Me.ItemForSTRING2.Location = New System.Drawing.Point(0, 96) + Me.ItemForSTRING2.Name = "ItemForSTRING2" + Me.ItemForSTRING2.Size = New System.Drawing.Size(452, 24) + resources.ApplyResources(Me.ItemForSTRING2, "ItemForSTRING2") + Me.ItemForSTRING2.TextSize = New System.Drawing.Size(74, 13) + ' + 'STRING3TextEdit + ' + Me.STRING3TextEdit.DataBindings.Add(New System.Windows.Forms.Binding("EditValue", Me.TBDD_GUI_LANGUAGE_PHRASEBindingSource, "STRING3", True)) + resources.ApplyResources(Me.STRING3TextEdit, "STRING3TextEdit") + Me.STRING3TextEdit.MenuManager = Me.RibbonControl1 + Me.STRING3TextEdit.Name = "STRING3TextEdit" + Me.STRING3TextEdit.StyleController = Me.DataLayoutControl2 + ' + 'ItemForSTRING3 + ' + Me.ItemForSTRING3.Control = Me.STRING3TextEdit + Me.ItemForSTRING3.Location = New System.Drawing.Point(0, 120) + Me.ItemForSTRING3.Name = "ItemForSTRING3" + Me.ItemForSTRING3.Size = New System.Drawing.Size(452, 24) + resources.ApplyResources(Me.ItemForSTRING3, "ItemForSTRING3") + Me.ItemForSTRING3.TextSize = New System.Drawing.Size(74, 13) + ' + 'STRING4TextEdit + ' + Me.STRING4TextEdit.DataBindings.Add(New System.Windows.Forms.Binding("EditValue", Me.TBDD_GUI_LANGUAGE_PHRASEBindingSource, "STRING4", True)) + resources.ApplyResources(Me.STRING4TextEdit, "STRING4TextEdit") + Me.STRING4TextEdit.MenuManager = Me.RibbonControl1 + Me.STRING4TextEdit.Name = "STRING4TextEdit" + Me.STRING4TextEdit.StyleController = Me.DataLayoutControl2 + ' + 'ItemForSTRING4 + ' + Me.ItemForSTRING4.Control = Me.STRING4TextEdit + Me.ItemForSTRING4.Location = New System.Drawing.Point(0, 144) + Me.ItemForSTRING4.Name = "ItemForSTRING4" + Me.ItemForSTRING4.Size = New System.Drawing.Size(452, 24) + resources.ApplyResources(Me.ItemForSTRING4, "ItemForSTRING4") + Me.ItemForSTRING4.TextSize = New System.Drawing.Size(74, 13) + ' + 'STRING5TextEdit + ' + Me.STRING5TextEdit.DataBindings.Add(New System.Windows.Forms.Binding("EditValue", Me.TBDD_GUI_LANGUAGE_PHRASEBindingSource, "STRING5", True)) + resources.ApplyResources(Me.STRING5TextEdit, "STRING5TextEdit") + Me.STRING5TextEdit.MenuManager = Me.RibbonControl1 + Me.STRING5TextEdit.Name = "STRING5TextEdit" + Me.STRING5TextEdit.StyleController = Me.DataLayoutControl2 + ' + 'ItemForSTRING5 + ' + Me.ItemForSTRING5.Control = Me.STRING5TextEdit + Me.ItemForSTRING5.Location = New System.Drawing.Point(0, 168) + Me.ItemForSTRING5.Name = "ItemForSTRING5" + Me.ItemForSTRING5.Size = New System.Drawing.Size(452, 24) + resources.ApplyResources(Me.ItemForSTRING5, "ItemForSTRING5") + Me.ItemForSTRING5.TextSize = New System.Drawing.Size(74, 13) + ' + 'STRING6TextEdit + ' + Me.STRING6TextEdit.DataBindings.Add(New System.Windows.Forms.Binding("EditValue", Me.TBDD_GUI_LANGUAGE_PHRASEBindingSource, "STRING6", True)) + resources.ApplyResources(Me.STRING6TextEdit, "STRING6TextEdit") + Me.STRING6TextEdit.MenuManager = Me.RibbonControl1 + Me.STRING6TextEdit.Name = "STRING6TextEdit" + Me.STRING6TextEdit.StyleController = Me.DataLayoutControl2 + ' + 'ItemForSTRING6 + ' + Me.ItemForSTRING6.Control = Me.STRING6TextEdit + Me.ItemForSTRING6.Location = New System.Drawing.Point(0, 192) + Me.ItemForSTRING6.Name = "ItemForSTRING6" + Me.ItemForSTRING6.Size = New System.Drawing.Size(452, 24) + resources.ApplyResources(Me.ItemForSTRING6, "ItemForSTRING6") + Me.ItemForSTRING6.TextSize = New System.Drawing.Size(74, 13) + ' + 'TextEdit3 + ' + Me.TextEdit3.DataBindings.Add(New System.Windows.Forms.Binding("EditValue", Me.TBDD_GUI_LANGUAGE_PHRASEBindingSource, "ADDED_WHO", True)) + resources.ApplyResources(Me.TextEdit3, "TextEdit3") + Me.TextEdit3.MenuManager = Me.RibbonControl1 + Me.TextEdit3.Name = "TextEdit3" + Me.TextEdit3.Properties.ReadOnly = True + Me.TextEdit3.StyleController = Me.DataLayoutControl2 + ' + 'LayoutControlItem3 + ' + Me.LayoutControlItem3.Control = Me.TextEdit3 + Me.LayoutControlItem3.Location = New System.Drawing.Point(0, 216) + Me.LayoutControlItem3.Name = "ItemForADDED_WHO" + Me.LayoutControlItem3.Size = New System.Drawing.Size(452, 24) + resources.ApplyResources(Me.LayoutControlItem3, "LayoutControlItem3") + Me.LayoutControlItem3.TextSize = New System.Drawing.Size(74, 13) + ' + 'ADDED_WHENTextEdit + ' + Me.ADDED_WHENTextEdit.DataBindings.Add(New System.Windows.Forms.Binding("EditValue", Me.TBDD_GUI_LANGUAGE_PHRASEBindingSource, "ADDED_WHEN", True)) + resources.ApplyResources(Me.ADDED_WHENTextEdit, "ADDED_WHENTextEdit") + Me.ADDED_WHENTextEdit.MenuManager = Me.RibbonControl1 + Me.ADDED_WHENTextEdit.Name = "ADDED_WHENTextEdit" + Me.ADDED_WHENTextEdit.Properties.DisplayFormat.FormatString = "d" + Me.ADDED_WHENTextEdit.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime + Me.ADDED_WHENTextEdit.Properties.EditFormat.FormatString = "d" + Me.ADDED_WHENTextEdit.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime + Me.ADDED_WHENTextEdit.Properties.Mask.EditMask = resources.GetString("ADDED_WHENTextEdit.Properties.Mask.EditMask") + Me.ADDED_WHENTextEdit.Properties.Mask.MaskType = CType(resources.GetObject("ADDED_WHENTextEdit.Properties.Mask.MaskType"), DevExpress.XtraEditors.Mask.MaskType) + Me.ADDED_WHENTextEdit.Properties.ReadOnly = True + Me.ADDED_WHENTextEdit.StyleController = Me.DataLayoutControl2 + ' + 'LayoutControlItem4 + ' + Me.LayoutControlItem4.Control = Me.ADDED_WHENTextEdit + Me.LayoutControlItem4.Location = New System.Drawing.Point(0, 240) + Me.LayoutControlItem4.Name = "ItemForADDED_WHEN" + Me.LayoutControlItem4.Size = New System.Drawing.Size(452, 24) + resources.ApplyResources(Me.LayoutControlItem4, "LayoutControlItem4") + Me.LayoutControlItem4.TextSize = New System.Drawing.Size(74, 13) + ' + 'TextEdit4 + ' + Me.TextEdit4.DataBindings.Add(New System.Windows.Forms.Binding("EditValue", Me.TBDD_GUI_LANGUAGE_PHRASEBindingSource, "CHANGED_WHO", True)) + resources.ApplyResources(Me.TextEdit4, "TextEdit4") + Me.TextEdit4.MenuManager = Me.RibbonControl1 + Me.TextEdit4.Name = "TextEdit4" + Me.TextEdit4.Properties.ReadOnly = True + Me.TextEdit4.StyleController = Me.DataLayoutControl2 + ' + 'LayoutControlItem5 + ' + Me.LayoutControlItem5.Control = Me.TextEdit4 + Me.LayoutControlItem5.Location = New System.Drawing.Point(0, 264) + Me.LayoutControlItem5.Name = "ItemForCHANGED_WHO" + Me.LayoutControlItem5.Size = New System.Drawing.Size(528, 24) + resources.ApplyResources(Me.LayoutControlItem5, "LayoutControlItem5") + Me.LayoutControlItem5.TextSize = New System.Drawing.Size(74, 13) + ' + 'CHANGED_WHENTextEdit + ' + Me.CHANGED_WHENTextEdit.DataBindings.Add(New System.Windows.Forms.Binding("EditValue", Me.TBDD_GUI_LANGUAGE_PHRASEBindingSource, "CHANGED_WHEN", True)) + resources.ApplyResources(Me.CHANGED_WHENTextEdit, "CHANGED_WHENTextEdit") + Me.CHANGED_WHENTextEdit.MenuManager = Me.RibbonControl1 + Me.CHANGED_WHENTextEdit.Name = "CHANGED_WHENTextEdit" + Me.CHANGED_WHENTextEdit.Properties.DisplayFormat.FormatString = "d" + Me.CHANGED_WHENTextEdit.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime + Me.CHANGED_WHENTextEdit.Properties.EditFormat.FormatString = "d" + Me.CHANGED_WHENTextEdit.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime + Me.CHANGED_WHENTextEdit.Properties.Mask.EditMask = resources.GetString("CHANGED_WHENTextEdit.Properties.Mask.EditMask") + Me.CHANGED_WHENTextEdit.Properties.Mask.MaskType = CType(resources.GetObject("CHANGED_WHENTextEdit.Properties.Mask.MaskType"), DevExpress.XtraEditors.Mask.MaskType) + Me.CHANGED_WHENTextEdit.Properties.ReadOnly = True + Me.CHANGED_WHENTextEdit.StyleController = Me.DataLayoutControl2 + ' + 'LayoutControlItem6 + ' + Me.LayoutControlItem6.Control = Me.CHANGED_WHENTextEdit + Me.LayoutControlItem6.Location = New System.Drawing.Point(0, 288) + Me.LayoutControlItem6.Name = "ItemForCHANGED_WHEN" + Me.LayoutControlItem6.Size = New System.Drawing.Size(528, 200) + resources.ApplyResources(Me.LayoutControlItem6, "LayoutControlItem6") + Me.LayoutControlItem6.TextSize = New System.Drawing.Size(74, 13) + ' + 'OBJ_NAMETextEdit + ' + Me.OBJ_NAMETextEdit.DataBindings.Add(New System.Windows.Forms.Binding("EditValue", Me.TBDD_GUI_LANGUAGE_PHRASEBindingSource, "OBJ_NAME", True)) + resources.ApplyResources(Me.OBJ_NAMETextEdit, "OBJ_NAMETextEdit") + Me.OBJ_NAMETextEdit.MenuManager = Me.RibbonControl1 + Me.OBJ_NAMETextEdit.Name = "OBJ_NAMETextEdit" + Me.OBJ_NAMETextEdit.StyleController = Me.DataLayoutControl2 + ' + 'ItemForOBJ_NAME + ' + Me.ItemForOBJ_NAME.Control = Me.OBJ_NAMETextEdit + Me.ItemForOBJ_NAME.Location = New System.Drawing.Point(150, 0) + Me.ItemForOBJ_NAME.Name = "ItemForOBJ_NAME" + Me.ItemForOBJ_NAME.Size = New System.Drawing.Size(302, 24) + resources.ApplyResources(Me.ItemForOBJ_NAME, "ItemForOBJ_NAME") + Me.ItemForOBJ_NAME.TextSize = New System.Drawing.Size(74, 13) + ' + 'INTERNALCheckEdit + ' + Me.INTERNALCheckEdit.DataBindings.Add(New System.Windows.Forms.Binding("EditValue", Me.TBDD_GUI_LANGUAGE_PHRASEBindingSource, "INTERNAL", True)) + resources.ApplyResources(Me.INTERNALCheckEdit, "INTERNALCheckEdit") + Me.INTERNALCheckEdit.MenuManager = Me.RibbonControl1 + Me.INTERNALCheckEdit.Name = "INTERNALCheckEdit" + Me.INTERNALCheckEdit.Properties.Caption = resources.GetString("INTERNALCheckEdit.Properties.Caption") + Me.INTERNALCheckEdit.Properties.GlyphAlignment = CType(resources.GetObject("INTERNALCheckEdit.Properties.GlyphAlignment"), DevExpress.Utils.HorzAlignment) + Me.INTERNALCheckEdit.StyleController = Me.DataLayoutControl2 + ' + 'ItemForINTERNAL + ' + Me.ItemForINTERNAL.Control = Me.INTERNALCheckEdit + resources.ApplyResources(Me.ItemForINTERNAL, "ItemForINTERNAL") + Me.ItemForINTERNAL.Location = New System.Drawing.Point(452, 0) + Me.ItemForINTERNAL.Name = "ItemForINTERNAL" + Me.ItemForINTERNAL.Size = New System.Drawing.Size(76, 264) + Me.ItemForINTERNAL.TextSize = New System.Drawing.Size(0, 0) + Me.ItemForINTERNAL.TextVisible = False ' 'frmAdmin2 ' @@ -920,6 +1091,7 @@ Partial Class frmAdmin2 CType(Me.CHANGED_WHENDateEdit.Properties, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.EMAIL_BODY1TextEdit.Properties, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.EMAIL_BODY2TextEdit.Properties, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.EMAIL_SUBJECTTextEdit.Properties, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.Root, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.LayoutControlGroup1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.ItemForGUID, System.ComponentModel.ISupportInitialize).EndInit() @@ -929,17 +1101,53 @@ Partial Class frmAdmin2 CType(Me.ItemForEMAIL_BODY2, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.ItemForEMAIL_BODY3, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.ItemForADDED_WHO, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.ItemForADDED_WHEN, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.ItemForCHANGED_WHO, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.ItemForADDED_WHEN, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.ItemForCHANGED_WHEN, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.GridControl1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.GridView1, System.ComponentModel.ISupportInitialize).EndInit() Me.XtraTabPage2.ResumeLayout(False) - Me.XtraTabPage2.PerformLayout() - CType(Me.TBDD_GUI_LANGUAGE_PHRASEBindingSource, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.GridControl2, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.TBDD_GUI_LANGUAGE_PHRASEBindingSource, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.GridView2, System.ComponentModel.ISupportInitialize).EndInit() - CType(Me.EMAIL_SUBJECTTextEdit.Properties, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.DataLayoutControl2, System.ComponentModel.ISupportInitialize).EndInit() + Me.DataLayoutControl2.ResumeLayout(False) + CType(Me.LayoutControlGroup2, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.LayoutControlGroup3, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.TextEdit1.Properties, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.LayoutControlItem1, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.MODULETextEdit.Properties, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.ItemForMODULE, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.TextEdit2.Properties, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.LayoutControlItem2, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.LANGUAGETextEdit.Properties, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.ItemForLANGUAGE, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.CAPT_TYPETextEdit.Properties, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.ItemForCAPT_TYPE, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.STRING1TextEdit.Properties, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.ItemForSTRING1, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.STRING2TextEdit.Properties, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.ItemForSTRING2, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.STRING3TextEdit.Properties, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.ItemForSTRING3, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.STRING4TextEdit.Properties, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.ItemForSTRING4, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.STRING5TextEdit.Properties, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.ItemForSTRING5, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.STRING6TextEdit.Properties, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.ItemForSTRING6, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.TextEdit3.Properties, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.LayoutControlItem3, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.ADDED_WHENTextEdit.Properties, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.LayoutControlItem4, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.TextEdit4.Properties, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.LayoutControlItem5, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.CHANGED_WHENTextEdit.Properties, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.LayoutControlItem6, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.OBJ_NAMETextEdit.Properties, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.ItemForOBJ_NAME, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.INTERNALCheckEdit.Properties, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.ItemForINTERNAL, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() @@ -976,26 +1184,10 @@ Partial Class frmAdmin2 Friend WithEvents GridColumn2 As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents TBDD_GUI_LANGUAGE_PHRASEBindingSource As BindingSource Friend WithEvents TBDD_GUI_LANGUAGE_PHRASETableAdapter As DD_DMSLiteDataSetTableAdapters.TBDD_GUI_LANGUAGE_PHRASETableAdapter - Friend WithEvents CHANGED_WHENTextBox1 As TextBox - Friend WithEvents CHANGED_WHOTextBox1 As TextBox - Friend WithEvents ADDED_WHENTextBox1 As TextBox - Friend WithEvents ADDED_WHOTextBox1 As TextBox - Friend WithEvents STRING6TextBox As TextBox - Friend WithEvents STRING5TextBox As TextBox - Friend WithEvents STRING4TextBox As TextBox - Friend WithEvents STRING3TextBox As TextBox - Friend WithEvents STRING2TextBox As TextBox - Friend WithEvents STRING1TextBox As TextBox - Friend WithEvents CAPT_TYPEComboBox As ComboBox - Friend WithEvents LANGUAGEComboBox As ComboBox - Friend WithEvents TITLETextBox1 As TextBox - Friend WithEvents GUIDTextBox1 As TextBox Friend WithEvents BarButtonItem6 As DevExpress.XtraBars.BarButtonItem Friend WithEvents GridColumn3 As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents GridColumn4 As DevExpress.XtraGrid.Columns.GridColumn - Friend WithEvents OBJ_NAMETextBox As TextBox Friend WithEvents GridColumn5 As DevExpress.XtraGrid.Columns.GridColumn - Friend WithEvents INTERNALCheckBox As CheckBox Friend WithEvents LayoutConverter1 As DevExpress.XtraLayout.Converter.LayoutConverter Friend WithEvents DataLayoutControl1 As DevExpress.XtraDataLayout.DataLayoutControl Friend WithEvents GUIDTextEdit As DevExpress.XtraEditors.TextEdit @@ -1021,4 +1213,41 @@ Partial Class frmAdmin2 Friend WithEvents ItemForCHANGED_WHEN As DevExpress.XtraLayout.LayoutControlItem Friend WithEvents BarButtonItem7 As DevExpress.XtraBars.BarButtonItem Friend WithEvents EMAIL_SUBJECTTextEdit As DevExpress.XtraEditors.TextEdit + Friend WithEvents DataLayoutControl2 As DevExpress.XtraDataLayout.DataLayoutControl + Friend WithEvents TextEdit1 As DevExpress.XtraEditors.TextEdit + Friend WithEvents MODULETextEdit As DevExpress.XtraEditors.TextEdit + Friend WithEvents TextEdit2 As DevExpress.XtraEditors.TextEdit + Friend WithEvents LANGUAGETextEdit As DevExpress.XtraEditors.TextEdit + Friend WithEvents CAPT_TYPETextEdit As DevExpress.XtraEditors.TextEdit + Friend WithEvents STRING1TextEdit As DevExpress.XtraEditors.TextEdit + Friend WithEvents STRING2TextEdit As DevExpress.XtraEditors.TextEdit + Friend WithEvents STRING3TextEdit As DevExpress.XtraEditors.TextEdit + Friend WithEvents STRING4TextEdit As DevExpress.XtraEditors.TextEdit + Friend WithEvents STRING5TextEdit As DevExpress.XtraEditors.TextEdit + Friend WithEvents STRING6TextEdit As DevExpress.XtraEditors.TextEdit + Friend WithEvents TextEdit3 As DevExpress.XtraEditors.TextEdit + Friend WithEvents ADDED_WHENTextEdit As DevExpress.XtraEditors.TextEdit + Friend WithEvents TextEdit4 As DevExpress.XtraEditors.TextEdit + Friend WithEvents CHANGED_WHENTextEdit As DevExpress.XtraEditors.TextEdit + Friend WithEvents OBJ_NAMETextEdit As DevExpress.XtraEditors.TextEdit + Friend WithEvents INTERNALCheckEdit As DevExpress.XtraEditors.CheckEdit + Friend WithEvents LayoutControlGroup2 As DevExpress.XtraLayout.LayoutControlGroup + Friend WithEvents LayoutControlGroup3 As DevExpress.XtraLayout.LayoutControlGroup + Friend WithEvents LayoutControlItem1 As DevExpress.XtraLayout.LayoutControlItem + Friend WithEvents ItemForMODULE As DevExpress.XtraLayout.LayoutControlItem + Friend WithEvents ItemForSTRING1 As DevExpress.XtraLayout.LayoutControlItem + Friend WithEvents ItemForSTRING2 As DevExpress.XtraLayout.LayoutControlItem + Friend WithEvents ItemForSTRING3 As DevExpress.XtraLayout.LayoutControlItem + Friend WithEvents ItemForSTRING4 As DevExpress.XtraLayout.LayoutControlItem + Friend WithEvents ItemForSTRING5 As DevExpress.XtraLayout.LayoutControlItem + Friend WithEvents ItemForSTRING6 As DevExpress.XtraLayout.LayoutControlItem + Friend WithEvents LayoutControlItem3 As DevExpress.XtraLayout.LayoutControlItem + Friend WithEvents LayoutControlItem4 As DevExpress.XtraLayout.LayoutControlItem + Friend WithEvents LayoutControlItem5 As DevExpress.XtraLayout.LayoutControlItem + Friend WithEvents LayoutControlItem6 As DevExpress.XtraLayout.LayoutControlItem + Friend WithEvents ItemForOBJ_NAME As DevExpress.XtraLayout.LayoutControlItem + Friend WithEvents ItemForCAPT_TYPE As DevExpress.XtraLayout.LayoutControlItem + Friend WithEvents LayoutControlItem2 As DevExpress.XtraLayout.LayoutControlItem + Friend WithEvents ItemForLANGUAGE As DevExpress.XtraLayout.LayoutControlItem + Friend WithEvents ItemForINTERNAL As DevExpress.XtraLayout.LayoutControlItem End Class diff --git a/app/DD_PM_WINDREAM/frmAdmin2.resx b/app/DD_PM_WINDREAM/frmAdmin2.resx index 10f20e3..5da71e5 100644 --- a/app/DD_PM_WINDREAM/frmAdmin2.resx +++ b/app/DD_PM_WINDREAM/frmAdmin2.resx @@ -117,461 +117,10 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - False - - - - True - - - - 586, 15 - - - 22, 13 - - - 21 - - - ID: - - - GUIDLabel1 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - XtraTabPage2 - - - 29 - - - False - - - True - - - 586, 42 - - - 31, 13 - - - 23 - - - Titel: - - - TITLELabel1 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - XtraTabPage2 - - - 27 - - - False - - - True - - - 586, 95 - - - 58, 13 - - - 24 - - - Language: - - - LANGUAGELabel - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - XtraTabPage2 - - - 25 - - - False - - - True - - - 586, 123 - - - 35, 13 - - - 25 - - - Type: - - - CAPT_TYPELabel - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - XtraTabPage2 - - - 23 - - - False - - - True - - - 586, 151 - - - 48, 13 - - - 26 - - - String 1: - - - STRING1Label - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - XtraTabPage2 - - - 21 - - - False - - - True - - - 586, 256 - - - 48, 13 - - - 27 - - - String 2: - - - STRING2Label - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - XtraTabPage2 - - - 19 - - - False - - - True - - - 586, 349 - - - 48, 13 - - - 28 - - - String 3: - - - STRING3Label - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - XtraTabPage2 - - - 17 - - - False - - - True - - - 586, 376 - - - 48, 13 - - - 29 - - - String 4: - - - STRING4Label - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - XtraTabPage2 - - - 15 - - - False - - - True - - - 586, 403 - - - 48, 13 - - - 30 - - - String 5: - - - STRING5Label - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - XtraTabPage2 - - - 13 - - - False - - - True - - - 586, 430 - - - 48, 13 - - - 31 - - - String 6: - - - STRING6Label - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - XtraTabPage2 - - - 11 - - - False - - - True - - - 586, 457 - - - 65, 13 - - - 32 - - - Erstellt wer: - - - ADDED_WHOLabel1 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - XtraTabPage2 - - - 9 - - - False - - - True - - - 803, 457 - - - 73, 13 - - - 33 - - - Erstellt wann: - - - ADDED_WHENLabel1 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - XtraTabPage2 - - - 7 - - - False - - - True - - - 586, 481 - - - 77, 13 - - - 34 - - - Geändert wer: - - - CHANGED_WHOLabel1 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - XtraTabPage2 - - - 5 - - - False - - - True - - - 803, 481 - - - 85, 13 - - - 35 - - - Geändert wann: - - - CHANGED_WHENLabel1 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - XtraTabPage2 - - - 3 - - - False - - - True - - - 586, 70 - - - 61, 13 - - - 36 - - - Rel Object: - - - OBJ_NAMELabel - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - XtraTabPage2 - - - 1 - Neue Vorlage + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAABl0RVh0U29m @@ -916,6 +465,7 @@ 0, 158 + True @@ -1302,383 +852,477 @@ 17, 56 - - False + + 98, 12 - - 999, 89 + + N0 - - 56, 24 + + Numeric - - 38 + + True - - Intern + + 60, 20 - - INTERNALCheckBox - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - XtraTabPage2 - - - 0 - - - 671, 65 - - - 375, 21 - - - 37 - - - OBJ_NAMETextBox - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - XtraTabPage2 - - - 2 - - - 933, 478 - - - 113, 21 - - - 36 - - - CHANGED_WHENTextBox1 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - XtraTabPage2 - - + 4 - - 671, 478 + + TextEdit1 - - 116, 21 + + DevExpress.XtraEditors.TextEdit, DevExpress.XtraEditors.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a - - 35 + + DataLayoutControl2 - - CHANGED_WHOTextBox1 + + 4 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 98, 60 - - XtraTabPage2 + + 60, 20 - + + 5 + + + MODULETextEdit + + + DevExpress.XtraEditors.TextEdit, DevExpress.XtraEditors.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + DataLayoutControl2 + + + 5 + + + 248, 36 + + + 212, 20 + + 6 - - 933, 454 + + TextEdit2 - - 113, 21 + + DevExpress.XtraEditors.TextEdit, DevExpress.XtraEditors.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a - - 34 + + DataLayoutControl2 - - ADDED_WHENTextBox1 + + 6 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 248, 60 - - XtraTabPage2 + + 212, 20 - + + 7 + + + LANGUAGETextEdit + + + DevExpress.XtraEditors.TextEdit, DevExpress.XtraEditors.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + DataLayoutControl2 + + + 7 + + + 98, 36 + + + 60, 20 + + 8 - - 671, 454 + + CAPT_TYPETextEdit - - 116, 21 + + DevExpress.XtraEditors.TextEdit, DevExpress.XtraEditors.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a - - 33 + + DataLayoutControl2 - - ADDED_WHOTextBox1 + + 8 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 98, 84 - - XtraTabPage2 + + 362, 20 - + + 9 + + + STRING1TextEdit + + + DevExpress.XtraEditors.TextEdit, DevExpress.XtraEditors.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + DataLayoutControl2 + + + 9 + + + 98, 108 + + + 362, 20 + + 10 - - 671, 427 + + STRING2TextEdit - - 375, 21 + + DevExpress.XtraEditors.TextEdit, DevExpress.XtraEditors.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a - - 32 + + DataLayoutControl2 - - STRING6TextBox + + 10 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 98, 132 - - XtraTabPage2 + + 362, 20 - + + 11 + + + STRING3TextEdit + + + DevExpress.XtraEditors.TextEdit, DevExpress.XtraEditors.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + DataLayoutControl2 + + + 11 + + + 98, 156 + + + 362, 20 + + 12 - - 671, 400 + + STRING4TextEdit - - 375, 21 + + DevExpress.XtraEditors.TextEdit, DevExpress.XtraEditors.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a - - 31 + + DataLayoutControl2 - - STRING5TextBox + + 12 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 98, 180 - - XtraTabPage2 + + 362, 20 - + + 13 + + + STRING5TextEdit + + + DevExpress.XtraEditors.TextEdit, DevExpress.XtraEditors.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + DataLayoutControl2 + + + 13 + + + 98, 204 + + + 362, 20 + + 14 - - 671, 373 + + STRING6TextEdit - - 375, 21 + + DevExpress.XtraEditors.TextEdit, DevExpress.XtraEditors.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a - - 30 + + DataLayoutControl2 - - STRING4TextBox + + 14 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 98, 228 - - XtraTabPage2 + + 362, 20 - + + 15 + + + TextEdit3 + + + DevExpress.XtraEditors.TextEdit, DevExpress.XtraEditors.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + DataLayoutControl2 + + + 15 + + + False + + + 98, 252 + + + d + + + DateTime + + + 362, 20 + + 16 - - 671, 346 + + ADDED_WHENTextEdit - - 375, 21 + + DevExpress.XtraEditors.TextEdit, DevExpress.XtraEditors.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a - - 29 + + DataLayoutControl2 - - STRING3TextBox + + 16 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 98, 276 - - XtraTabPage2 + + 438, 20 - + + 17 + + + TextEdit4 + + + DevExpress.XtraEditors.TextEdit, DevExpress.XtraEditors.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + DataLayoutControl2 + + + 17 + + + False + + + 98, 300 + + + d + + + DateTime + + + 438, 20 + + 18 - - Top, Left, Right + + CHANGED_WHENTextEdit - - 671, 253 + + DevExpress.XtraEditors.TextEdit, DevExpress.XtraEditors.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a - - True + + DataLayoutControl2 - - 375, 87 + + 18 - - 28 + + 248, 12 - - STRING2TextBox + + 212, 20 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 19 - - XtraTabPage2 + + OBJ_NAMETextEdit - + + DevExpress.XtraEditors.TextEdit, DevExpress.XtraEditors.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + DataLayoutControl2 + + + 19 + + + 464, 12 + + + intern + + + + Default + + + 72, 20 + + 20 - - Top, Left, Right + + INTERNALCheckEdit - - 671, 148 + + DevExpress.XtraEditors.CheckEdit, DevExpress.XtraEditors.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a - - True + + DataLayoutControl2 - - 375, 99 + + 20 - - 27 + + Fill - - STRING1TextBox + + 509, 0 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + ID - - XtraTabPage2 + + Modul - + + String1 + + + String2 + + + String3 + + + String4 + + + String5 + + + String6 + + + Erstellt wer + + + Erstellt wann + + + Geändert wer + + + Geändert wann + + + Object + + + Typ + + + Titel + + + Language + + + INTERNAL + + + INTERNAL + + + 548, 508 + + 22 - - Button + + DataLayoutControl2 - - Caption Validator Control + + DataLayoutControl2 - - Information + + DevExpress.XtraDataLayout.DataLayoutControl, DevExpress.XtraLayout.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a - - Msgbox - - - MsgboxResult - - - 671, 120 - - - 217, 21 - - - 26 - - - CAPT_TYPEComboBox - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + XtraTabPage2 - - 24 - - - de-DE - - - en-US - - - fr-FR - - - 671, 92 - - - 217, 21 - - - 25 - - - LANGUAGEComboBox - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - XtraTabPage2 - - - 26 - - - 671, 39 - - - 375, 21 - - - 24 - - - TITLETextBox1 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - XtraTabPage2 - - - 28 - - - 671, 12 - - - 77, 21 - - - 22 - - - GUIDTextBox1 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - XtraTabPage2 - - - 30 + + 0 Left @@ -1726,7 +1370,7 @@ 3 - 580, 508 + 509, 508 21 @@ -1741,7 +1385,7 @@ XtraTabPage2 - 31 + 1 1057, 508 @@ -1967,18 +1611,18 @@ DevExpress.XtraLayout.LayoutControlItem, DevExpress.XtraLayout.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a - - ItemForADDED_WHEN - - - DevExpress.XtraLayout.LayoutControlItem, DevExpress.XtraLayout.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a - ItemForCHANGED_WHO DevExpress.XtraLayout.LayoutControlItem, DevExpress.XtraLayout.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + ItemForADDED_WHEN + + + DevExpress.XtraLayout.LayoutControlItem, DevExpress.XtraLayout.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + ItemForCHANGED_WHEN @@ -2063,6 +1707,120 @@ DevExpress.XtraLayout.Converter.LayoutConverter, DevExpress.XtraLayout.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + LayoutControlGroup2 + + + DevExpress.XtraLayout.LayoutControlGroup, DevExpress.XtraLayout.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + LayoutControlGroup3 + + + DevExpress.XtraLayout.LayoutControlGroup, DevExpress.XtraLayout.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + LayoutControlItem1 + + + DevExpress.XtraLayout.LayoutControlItem, DevExpress.XtraLayout.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + ItemForMODULE + + + DevExpress.XtraLayout.LayoutControlItem, DevExpress.XtraLayout.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + LayoutControlItem2 + + + DevExpress.XtraLayout.LayoutControlItem, DevExpress.XtraLayout.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + ItemForLANGUAGE + + + DevExpress.XtraLayout.LayoutControlItem, DevExpress.XtraLayout.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + ItemForCAPT_TYPE + + + DevExpress.XtraLayout.LayoutControlItem, DevExpress.XtraLayout.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + ItemForSTRING1 + + + DevExpress.XtraLayout.LayoutControlItem, DevExpress.XtraLayout.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + ItemForSTRING2 + + + DevExpress.XtraLayout.LayoutControlItem, DevExpress.XtraLayout.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + ItemForSTRING3 + + + DevExpress.XtraLayout.LayoutControlItem, DevExpress.XtraLayout.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + ItemForSTRING4 + + + DevExpress.XtraLayout.LayoutControlItem, DevExpress.XtraLayout.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + ItemForSTRING5 + + + DevExpress.XtraLayout.LayoutControlItem, DevExpress.XtraLayout.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + ItemForSTRING6 + + + DevExpress.XtraLayout.LayoutControlItem, DevExpress.XtraLayout.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + LayoutControlItem3 + + + DevExpress.XtraLayout.LayoutControlItem, DevExpress.XtraLayout.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + LayoutControlItem4 + + + DevExpress.XtraLayout.LayoutControlItem, DevExpress.XtraLayout.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + LayoutControlItem5 + + + DevExpress.XtraLayout.LayoutControlItem, DevExpress.XtraLayout.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + LayoutControlItem6 + + + DevExpress.XtraLayout.LayoutControlItem, DevExpress.XtraLayout.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + ItemForOBJ_NAME + + + DevExpress.XtraLayout.LayoutControlItem, DevExpress.XtraLayout.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + + ItemForINTERNAL + + + DevExpress.XtraLayout.LayoutControlItem, DevExpress.XtraLayout.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + frmAdmin2 diff --git a/app/DD_PM_WINDREAM/frmAdmin2.vb b/app/DD_PM_WINDREAM/frmAdmin2.vb index cb3c96d..2f1a3b5 100644 --- a/app/DD_PM_WINDREAM/frmAdmin2.vb +++ b/app/DD_PM_WINDREAM/frmAdmin2.vb @@ -9,6 +9,18 @@ Public Class frmAdmin2 Private Sub frmAdmin2_Load(sender As Object, e As EventArgs) Handles MyBase.Load Load_Email_template() Load_Gui_Phrases() + Try + Dim Filename As String = String.Format("DevExLayoutAdmin2_Email.xml") + Dim xml As String = System.IO.Path.Combine(Application.UserAppDataPath(), Filename) + If File.Exists(xml) Then + DataLayoutControl1.RestoreLayoutFromXml(xml) + End If + + Catch ex As Exception + LOGGER.Error(ex) + LOGGER.Info("Error while restoring layout 1: " & ex.Message) + End Try + End Sub Sub Status_Changed(text As String) labelStatus.Visibility = DevExpress.XtraBars.BarItemVisibility.Always @@ -103,7 +115,7 @@ Public Class frmAdmin2 Try Me.TBDD_GUI_LANGUAGE_PHRASEBindingSource.EndEdit() If Not IsNothing(DD_DMSLiteDataSet.TBDD_GUI_LANGUAGE_PHRASE.GetChanges) Then - Me.CHANGED_WHOTextBox1.Text = USER_USERNAME + Me.TextEdit4.Text = USER_USERNAME Me.TBDD_GUI_LANGUAGE_PHRASEBindingSource.EndEdit() Me.TBDD_GUI_LANGUAGE_PHRASETableAdapter.Update(DD_DMSLiteDataSet.TBDD_GUI_LANGUAGE_PHRASE) Status_Changed("Phrase saved!") @@ -127,13 +139,13 @@ Public Class frmAdmin2 DD_DMSLiteDataSet.TBDD_GUI_LANGUAGE_PHRASE.ADDED_WHOColumn.DefaultValue = USER_USERNAME End Sub - Private Sub INTERNALCheckBox_CheckedChanged(sender As Object, e As EventArgs) Handles INTERNALCheckBox.CheckedChanged - If INTERNALCheckBox.Checked Then - TITLETextBox1.ReadOnly = True - OBJ_NAMETextBox.ReadOnly = True + Private Sub INTERNALCheckBox_CheckedChanged(sender As Object, e As EventArgs) + If INTERNALCheckEdit.Checked Then + TextEdit2.ReadOnly = True + OBJ_NAMETextEdit.ReadOnly = True Else - TITLETextBox1.ReadOnly = False - OBJ_NAMETextBox.ReadOnly = False + TextEdit2.ReadOnly = False + OBJ_NAMETextEdit.ReadOnly = False End If End Sub @@ -154,10 +166,9 @@ Public Class frmAdmin2 Try Dim Filename As String = String.Format("DevExLayoutAdmin2_Email.xml") Dim xml As String = System.IO.Path.Combine(Application.UserAppDataPath(), Filename) - If File.Exists(xml) Then - DataLayoutControl1.SaveLayoutToXml(xml) - - End If + 'If File.Exists(xml) Then + DataLayoutControl1.SaveLayoutToXml(xml) + 'End If Catch ex As Exception LOGGER.Error(ex) diff --git a/app/DD_PM_WINDREAM/frmAdministration.resx b/app/DD_PM_WINDREAM/frmAdministration.resx index 7725ca3..1e5987b 100644 --- a/app/DD_PM_WINDREAM/frmAdministration.resx +++ b/app/DD_PM_WINDREAM/frmAdministration.resx @@ -2573,7 +2573,7 @@ 6 - 627, 302 + 627, 305 93 @@ -2600,7 +2600,7 @@ 627, 0 - 323, 302 + 323, 305 91 @@ -2621,7 +2621,7 @@ 3, 166 - 950, 302 + 950, 305 94 diff --git a/app/DD_PM_WINDREAM/frmDesignerLayout.vb b/app/DD_PM_WINDREAM/frmDesignerLayout.vb index 77677b0..731eb98 100644 --- a/app/DD_PM_WINDREAM/frmDesignerLayout.vb +++ b/app/DD_PM_WINDREAM/frmDesignerLayout.vb @@ -21,6 +21,6 @@ End Sub Private Sub BarButtonItem1_ItemClick(sender As Object, e As DevExpress.XtraBars.ItemClickEventArgs) Handles BarButtonItem1.ItemClick - LayoutControl1.sa + End Sub End Class \ No newline at end of file diff --git a/app/DD_PM_WINDREAM/frmMain.Designer.vb b/app/DD_PM_WINDREAM/frmMain.Designer.vb index b1340a5..d578db8 100644 --- a/app/DD_PM_WINDREAM/frmMain.Designer.vb +++ b/app/DD_PM_WINDREAM/frmMain.Designer.vb @@ -107,8 +107,6 @@ Partial Class frmMain Me.RibbonPageGroup2 = New DevExpress.XtraBars.Ribbon.RibbonPageGroup() Me.RibbonPageGroup3 = New DevExpress.XtraBars.Ribbon.RibbonPageGroup() Me.RibbonPageGroup4 = New DevExpress.XtraBars.Ribbon.RibbonPageGroup() - Me.RibbonPage3 = New DevExpress.XtraBars.Ribbon.RibbonPage() - Me.RibbonPageGroup5 = New DevExpress.XtraBars.Ribbon.RibbonPageGroup() Me.RibbonStatusBar1 = New DevExpress.XtraBars.Ribbon.RibbonStatusBar() Me.RibbonPage2 = New DevExpress.XtraBars.Ribbon.RibbonPage() Me.ApplicationMenu1 = New DevExpress.XtraBars.Ribbon.ApplicationMenu(Me.components) @@ -569,7 +567,7 @@ Partial Class frmMain resources.ApplyResources(Me.RibbonControl1, "RibbonControl1") Me.RibbonControl1.MaxItemId = 16 Me.RibbonControl1.Name = "RibbonControl1" - Me.RibbonControl1.Pages.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPage() {Me.RibbonPage1, Me.RibbonPage3}) + Me.RibbonControl1.Pages.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPage() {Me.RibbonPage1}) Me.RibbonControl1.QuickToolbarItemLinks.Add(Me.bbtnitemInfo) Me.RibbonControl1.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.[False] Me.RibbonControl1.StatusBar = Me.RibbonStatusBar1 @@ -729,17 +727,6 @@ Partial Class frmMain Me.RibbonPageGroup4.Name = "RibbonPageGroup4" resources.ApplyResources(Me.RibbonPageGroup4, "RibbonPageGroup4") ' - 'RibbonPage3 - ' - Me.RibbonPage3.Groups.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPageGroup() {Me.RibbonPageGroup5}) - Me.RibbonPage3.Name = "RibbonPage3" - resources.ApplyResources(Me.RibbonPage3, "RibbonPage3") - ' - 'RibbonPageGroup5 - ' - Me.RibbonPageGroup5.Name = "RibbonPageGroup5" - resources.ApplyResources(Me.RibbonPageGroup5, "RibbonPageGroup5") - ' 'RibbonStatusBar1 ' Me.RibbonStatusBar1.ItemLinks.Add(Me.bsiUser) @@ -905,6 +892,4 @@ Partial Class frmMain Friend WithEvents bsiMessage As DevExpress.XtraBars.BarStaticItem Friend WithEvents CMFileMetadata As ToolStripMenuItem Friend WithEvents bbtniMetadataFile As DevExpress.XtraBars.BarButtonItem - Friend WithEvents RibbonPage3 As DevExpress.XtraBars.Ribbon.RibbonPage - Friend WithEvents RibbonPageGroup5 As DevExpress.XtraBars.Ribbon.RibbonPageGroup End Class diff --git a/app/DD_PM_WINDREAM/frmMain.resx b/app/DD_PM_WINDREAM/frmMain.resx index 1e423a4..652e5e3 100644 --- a/app/DD_PM_WINDREAM/frmMain.resx +++ b/app/DD_PM_WINDREAM/frmMain.resx @@ -488,7 +488,7 @@ AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0 ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAADw - CAAAAk1TRnQBSQFMAgEBAgEAAVwBBQFcAQUBEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo + CAAAAk1TRnQBSQFMAgEBAgEAAWQBBQFkAQUBEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo AwABQAMAARADAAEBAQABCAYAAQQYAAGAAgABgAMAAoABAAGAAwABgAEAAYABAAKAAgADwAEAAcAB3AHA AQAB8AHKAaYBAAEzBQABMwEAATMBAAEzAQACMwIAAxYBAAMcAQADIgEAAykBAANVAQADTQEAA0IBAAM5 AQABgAF8Af8BAAJQAf8BAAGTAQAB1gEAAf8B7AHMAQABxgHWAe8BAAHWAucBAAGQAakBrQIAAf8BMwMA @@ -1621,12 +1621,6 @@ Funktionen - - RibbonPageGroup5 - - - RibbonPage3 - 1023, 158 @@ -2240,18 +2234,6 @@ DevExpress.XtraBars.Ribbon.RibbonPageGroup, DevExpress.XtraBars.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a - - RibbonPage3 - - - DevExpress.XtraBars.Ribbon.RibbonPage, DevExpress.XtraBars.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a - - - RibbonPageGroup5 - - - DevExpress.XtraBars.Ribbon.RibbonPageGroup, DevExpress.XtraBars.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a - RibbonPage2 diff --git a/app/DD_PM_WINDREAM/frmMain.vb b/app/DD_PM_WINDREAM/frmMain.vb index 6a7c36c..b1432a8 100644 --- a/app/DD_PM_WINDREAM/frmMain.vb +++ b/app/DD_PM_WINDREAM/frmMain.vb @@ -73,6 +73,12 @@ Public Class frmMain End Sub Private Sub frmMain_Load(sender As Object, e As System.EventArgs) Handles Me.Load + If Environment.UserName.ToLower = "schreiberm" Or Environment.UserName.ToLower = "jennej" Or Environment.UserName.ToLower = "marschreiber" Then + bbtniMetadataFile.Visibility = DevExpress.XtraBars.BarItemVisibility.Always + Else + bbtniMetadataFile.Visibility = DevExpress.XtraBars.BarItemVisibility.Never + End If + formopenClose = True LOGGER.Debug("Initializing MainForm....") @@ -1217,9 +1223,9 @@ Public Class frmMain CURRENT_ProfilGUID = oProfileId CURRENT_DT_FINAL_INDEXING = ClassDatabase.Return_Datatable(String.Format("select * from TBPM_PROFILE_FINAL_INDEXING where PROFIL_ID = {0}", CURRENT_ProfilGUID)) CURRENT_DT_PROFILE = ClassDatabase.Return_Datatable(String.Format("select * from TBPM_PROFILE where GUID = {0}", CURRENT_ProfilGUID)) - CURRENT_PROFILE_VEKTOR_LOG = CURRENT_DT_PROFILE.Rows(0).Item("PM_VEKTOR_INDEX") - If CURRENT_PROFILE_VEKTOR_LOG = "" Then - CURRENT_PROFILE_VEKTOR_LOG = CURRENT_DT_PROFILE.Rows(0).Item("LOG_INDEX") + CURRENT_PROFILE_LOG_INDEX = CURRENT_DT_PROFILE.Rows(0).Item("PM_VEKTOR_INDEX") + If CURRENT_PROFILE_LOG_INDEX = "" Then + CURRENT_PROFILE_LOG_INDEX = CURRENT_DT_PROFILE.Rows(0).Item("LOG_INDEX") End If diff --git a/app/DD_PM_WINDREAM/frmMassValidator.vb b/app/DD_PM_WINDREAM/frmMassValidator.vb index ede49e1..cbb1f03 100644 --- a/app/DD_PM_WINDREAM/frmMassValidator.vb +++ b/app/DD_PM_WINDREAM/frmMassValidator.vb @@ -83,6 +83,7 @@ Public Class frmMassValidator For Each dr In CURRENT_DT_PROFILE.Rows PROFIL_VEKTORINDEX = dr.Item("PM_VEKTOR_INDEX") PROFIL_LOGINDEX = dr.Item("LOG_INDEX") + CURRENT_PROFILE_LOG_INDEX = PROFIL_LOGINDEX Me.Text = "Process Manager - " & dr.Item("TITLE") TITLELabel1.Text = dr.Item("TITLE") DESCRIPTIONLabel.Text = IIf(IsDBNull(dr.Item("DESCRIPTION")), "", dr.Item("DESCRIPTION")) diff --git a/app/DD_PM_WINDREAM/frmValidator.vb b/app/DD_PM_WINDREAM/frmValidator.vb index 261cd5c..ba8a228 100644 --- a/app/DD_PM_WINDREAM/frmValidator.vb +++ b/app/DD_PM_WINDREAM/frmValidator.vb @@ -165,6 +165,7 @@ Public Class frmValidator PROFIL_FINISH_SQL = oProfileRow.Item("SQL_BTN_FINISH") PROFIL_VEKTORINDEX = oProfileRow.Item("PM_VEKTOR_INDEX") PROFIL_LOGINDEX = oProfileRow.Item("LOG_INDEX") + CURRENT_PROFILE_LOG_INDEX = PROFIL_LOGINDEX Me.Text = "Process Manager - " & oProfileRow.Item("TITLE") TITLELabel1.Text = oProfileRow.Item("TITLE")