From 2f7a03802354a1a39c940d73859439c7857ca7cb Mon Sep 17 00:00:00 2001 From: Developer01 Date: Thu, 18 Sep 2025 16:43:08 +0200 Subject: [PATCH] Config und DocView --- .../Classes/ClassConfig.vb | 2 +- .../frmConfig_Basic.Designer.vb | 49 +- app/DD-Record-Organizer/frmConfig_Basic.resx | 1481 +++++++++++------ app/DD-Record-Organizer/frmConfig_Basic.vb | 7 + app/DD-Record-Organizer/frmNodeNavigation.vb | 1 + app/Setup_NoUpdaterVS19/Product.wxs | 49 +- 6 files changed, 1064 insertions(+), 525 deletions(-) diff --git a/app/DD-Record-Organizer/Classes/ClassConfig.vb b/app/DD-Record-Organizer/Classes/ClassConfig.vb index e0d21c8..d4a0673 100644 --- a/app/DD-Record-Organizer/Classes/ClassConfig.vb +++ b/app/DD-Record-Organizer/Classes/ClassConfig.vb @@ -14,6 +14,6 @@ Public Class ClassConfig Public Property TreeListSplitterWidth As Integer = 0 Public Property DocumentSearchSplitterWidth As Integer = 0 Public Property DocumentViewerShown As Boolean = True - + Public Property Viewer_ForceTemporaryMode As Boolean = False End Class diff --git a/app/DD-Record-Organizer/frmConfig_Basic.Designer.vb b/app/DD-Record-Organizer/frmConfig_Basic.Designer.vb index 59df186..4451208 100644 --- a/app/DD-Record-Organizer/frmConfig_Basic.Designer.vb +++ b/app/DD-Record-Organizer/frmConfig_Basic.Designer.vb @@ -22,8 +22,8 @@ Partial Class frmConfig_Basic 'Das Bearbeiten mit dem Code-Editor ist nicht möglich. Private Sub InitializeComponent() + Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmConfig_Basic)) - Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Me.TabControl1 = New System.Windows.Forms.TabControl() Me.TabPage1 = New System.Windows.Forms.TabPage() Me.chkbxUserAut = New System.Windows.Forms.CheckBox() @@ -68,6 +68,9 @@ Partial Class frmConfig_Basic Me.Label8 = New System.Windows.Forms.Label() Me.btnstartstop2 = New System.Windows.Forms.Button() Me.TabPage4 = New System.Windows.Forms.TabPage() + Me.Label6 = New System.Windows.Forms.Label() + Me.Button4 = New System.Windows.Forms.Button() + Me.txtCreateWMFolder = New System.Windows.Forms.TextBox() Me.GroupBox2 = New System.Windows.Forms.GroupBox() Me.rbGruppe = New System.Windows.Forms.RadioButton() Me.rbUser = New System.Windows.Forms.RadioButton() @@ -76,9 +79,7 @@ Partial Class frmConfig_Basic Me.btncheckWDFolderexists = New System.Windows.Forms.Button() Me.txtwdFolder = New System.Windows.Forms.TextBox() Me.Label12 = New System.Windows.Forms.Label() - Me.Button4 = New System.Windows.Forms.Button() - Me.txtCreateWMFolder = New System.Windows.Forms.TextBox() - Me.Label6 = New System.Windows.Forms.Label() + Me.CheckBox_ForceTemporaryMode = New System.Windows.Forms.CheckBox() Me.TabControl1.SuspendLayout() Me.TabPage1.SuspendLayout() Me.TabPage2.SuspendLayout() @@ -192,6 +193,7 @@ Partial Class frmConfig_Basic ' 'TabPage2 ' + Me.TabPage2.Controls.Add(Me.CheckBox_ForceTemporaryMode) Me.TabPage2.Controls.Add(Me.GroupBox5) Me.TabPage2.Controls.Add(Me.GroupBox1) Me.TabPage2.Controls.Add(Me.GroupBox4) @@ -362,8 +364,8 @@ Partial Class frmConfig_Basic ' 'DataGridView1 ' - DataGridViewCellStyle1.BackColor = System.Drawing.Color.Aqua - Me.DataGridView1.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1 + DataGridViewCellStyle2.BackColor = System.Drawing.Color.Aqua + Me.DataGridView1.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2 resources.ApplyResources(Me.DataGridView1, "DataGridView1") Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.DataGridView1.Name = "DataGridView1" @@ -411,6 +413,22 @@ Partial Class frmConfig_Basic Me.TabPage4.Name = "TabPage4" Me.TabPage4.UseVisualStyleBackColor = True ' + 'Label6 + ' + resources.ApplyResources(Me.Label6, "Label6") + Me.Label6.Name = "Label6" + ' + 'Button4 + ' + resources.ApplyResources(Me.Button4, "Button4") + Me.Button4.Name = "Button4" + Me.Button4.UseVisualStyleBackColor = True + ' + 'txtCreateWMFolder + ' + resources.ApplyResources(Me.txtCreateWMFolder, "txtCreateWMFolder") + Me.txtCreateWMFolder.Name = "txtCreateWMFolder" + ' 'GroupBox2 ' Me.GroupBox2.Controls.Add(Me.rbGruppe) @@ -462,21 +480,11 @@ Partial Class frmConfig_Basic resources.ApplyResources(Me.Label12, "Label12") Me.Label12.Name = "Label12" ' - 'Button4 - ' - resources.ApplyResources(Me.Button4, "Button4") - Me.Button4.Name = "Button4" - Me.Button4.UseVisualStyleBackColor = True - ' - 'txtCreateWMFolder - ' - resources.ApplyResources(Me.txtCreateWMFolder, "txtCreateWMFolder") - Me.txtCreateWMFolder.Name = "txtCreateWMFolder" + 'CheckBox_ForceTemporaryMode ' - 'Label6 - ' - resources.ApplyResources(Me.Label6, "Label6") - Me.Label6.Name = "Label6" + resources.ApplyResources(Me.CheckBox_ForceTemporaryMode, "CheckBox_ForceTemporaryMode") + Me.CheckBox_ForceTemporaryMode.Name = "CheckBox_ForceTemporaryMode" + Me.CheckBox_ForceTemporaryMode.UseVisualStyleBackColor = True ' 'frmConfig_Basic ' @@ -562,4 +570,5 @@ Partial Class frmConfig_Basic Friend WithEvents Label6 As Label Friend WithEvents Button4 As Button Friend WithEvents txtCreateWMFolder As TextBox + Friend WithEvents CheckBox_ForceTemporaryMode As CheckBox End Class diff --git a/app/DD-Record-Organizer/frmConfig_Basic.resx b/app/DD-Record-Organizer/frmConfig_Basic.resx index fef2daf..ecb67e1 100644 --- a/app/DD-Record-Organizer/frmConfig_Basic.resx +++ b/app/DD-Record-Organizer/frmConfig_Basic.resx @@ -117,27 +117,6 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - NoControl - - - - 511, 34 - - - 170, 17 - - - 47 - - - Windows-Authentifizierung - chkbxUserAut @@ -150,24 +129,6 @@ 0 - - True - - - NoControl - - - 6, 113 - - - 150, 13 - - - 46 - - - Aktueller ConnectionString: - Label5 @@ -180,15 +141,6 @@ 1 - - 9, 80 - - - 288, 21 - - - 39 - cmbDatenbank @@ -201,24 +153,6 @@ 2 - - True - - - NoControl - - - 6, 60 - - - 67, 13 - - - 44 - - - Datenbank: - Label4 @@ -231,24 +165,6 @@ 3 - - True - - - NoControl - - - 6, 12 - - - 74, 13 - - - 41 - - - Server-Name: - Label1 @@ -261,24 +177,6 @@ 4 - - True - - - NoControl - - - 300, 12 - - - 83, 13 - - - 42 - - - Benutzername: - Label2 @@ -291,24 +189,6 @@ 5 - - True - - - NoControl - - - 424, 12 - - - 56, 13 - - - 43 - - - Passwort: - Label3 @@ -321,18 +201,6 @@ 6 - - Top, Left, Right - - - 9, 129 - - - 547, 22 - - - 45 - txtActualConnection @@ -345,15 +213,6 @@ 7 - - 9, 32 - - - 288, 22 - - - 36 - txtServer @@ -366,15 +225,6 @@ 8 - - 303, 32 - - - 118, 22 - - - 37 - txtUser @@ -387,15 +237,6 @@ 9 - - 427, 32 - - - 64, 22 - - - 38 - txtPasswort @@ -408,27 +249,6 @@ 10 - - MiddleLeft - - - NoControl - - - 303, 76 - - - 253, 25 - - - 40 - - - Verbindung zur Datenbank herstellen - - - MiddleRight - BtnConnect @@ -441,15 +261,18 @@ 11 + 4, 22 + 3, 3, 3, 3 687, 259 + 0 @@ -468,6 +291,33 @@ 0 + + True + + + 309, 198 + + + 189, 17 + + + 15 + + + ForceTemporaryMode im Viewer + + + CheckBox_ForceTemporaryMode + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage2 + + + 0 + True @@ -565,7 +415,7 @@ 14, 198 - 304, 53 + 257, 53 13 @@ -583,25 +433,7 @@ TabPage2 - 0 - - - Segoe UI, 8.25pt - - - NoControl - - - 149, 19 - - - 134, 23 - - - 47 - - - Design jetzt wechseln + 1 Button5 @@ -615,39 +447,6 @@ 0 - - Segoe UI, 8.25pt - - - DevExpress Style - - - DevExpress Dark Style - - - Office 2016 Colorful - - - Office 2013 - - - Office 2010 Blue - - - Seven Classic - - - Visual Studio 2013 Light - - - 9, 21 - - - 134, 21 - - - 46 - cmbDesign @@ -685,28 +484,10 @@ TabPage2 - 1 + 2 - - Segoe UI, 8.25pt - - - NoControl - - - 149, 19 - - - 134, 23 - - - 47 - - - Sprache jetzt wechseln - - - Button3 + + Button3 System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @@ -717,24 +498,6 @@ 0 - - Segoe UI, 8.25pt - - - de-DE - - - en-US - - - 9, 21 - - - 134, 21 - - - 46 - cmbLanguage @@ -772,26 +535,7 @@ TabPage2 - 2 - - - True - - - Segoe UI, 8.25pt - - - 295, 25 - - - 127, 30 - - - 6 - - - Sichten als Child -in Hauptform laden + 3 CheckBox2 @@ -805,27 +549,6 @@ in Hauptform laden 0 - - True - - - Segoe UI, 8.25pt - - - NoControl - - - 7, 18 - - - 216, 13 - - - 4 - - - Folgende Sicht bei Programmstart laden: - Label7 @@ -838,18 +561,6 @@ in Hauptform laden 1 - - Segoe UI, 8.25pt - - - 10, 34 - - - 213, 21 - - - 1 - cmbConstructor @@ -862,28 +573,6 @@ in Hauptform laden 2 - - True - - - Segoe UI, 8.25pt - - - NoControl - - - 461, 25 - - - 143, 30 - - - 0 - - - Kalender als Child -in Hauptform aufrufen - CheckBox1 @@ -921,7 +610,7 @@ in Hauptform aufrufen TabPage2 - 3 + 4 True @@ -933,7 +622,7 @@ in Hauptform aufrufen 24, 17 - 62, 17 + 63, 17 7 @@ -951,7 +640,7 @@ in Hauptform aufrufen TabPage2 - 4 + 5 MiddleLeft @@ -984,7 +673,7 @@ in Hauptform aufrufen TabPage2 - 5 + 6 MiddleLeft @@ -1017,67 +706,903 @@ in Hauptform aufrufen TabPage2 - 6 + 7 + + + True + + + Segoe UI, 9.75pt + + + NoControl + + + 138, 15 + + + 200, 17 + + + 1 + + + Link zu Support-Tool Digital Data + + + LinkLabel1 + + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage2 + + + 8 + + + 4, 22 + + + 3, 3, 3, 3 + + + 687, 259 + + + 1 + + + Weitere Einstellungen + + + TabPage2 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabControl1 + + + 1 + + + chkSubfolder + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage3 + + + 0 + + + Label9 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage3 + + + 1 + + + DataGridView1 + + + System.Windows.Forms.DataGridView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage3 + + + 2 + + + btnSaveExclusionFiles + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage3 + + + 3 + + + Button2 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage3 + + + 4 + + + txtScanFolderWatch + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage3 + + + 5 + + + Label8 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage3 + + + 6 + + + btnstartstop2 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage3 + + + 7 + + + 4, 22 + + + 3, 3, 3, 3 + + + 687, 259 + + + 2 + + + Hot Folder - Scan + + + TabPage3 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabControl1 + + + 2 + + + Label6 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage4 + + + 0 + + + Button4 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage4 + + + 1 + + + txtCreateWMFolder + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage4 + + + 2 + + + GroupBox2 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage4 + + + 3 + + + btncheckWDFolderexists + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage4 + + + 4 + + + txtwdFolder + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage4 + + + 5 + + + Label12 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage4 + + + 6 + + + 4, 22 + + + 3, 3, 3, 3 + + + 687, 259 + + + 3 + + + Weiteres + + + TabPage4 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabControl1 + + + 3 + + + Fill + + + 0, 0 + + + 695, 285 + + + 0 + + + TabControl1 + + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 0 + + + True + + + NoControl + + + 511, 34 + + + 170, 17 + + + 47 + + + Windows-Authentifizierung + + + chkbxUserAut + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage1 + + + 0 + + + True + + + NoControl + + + 6, 113 + + + 150, 13 + + + 46 + + + Aktueller ConnectionString: + + + Label5 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage1 + + + 1 + + + 9, 80 + + + 288, 21 + + + 39 + + + cmbDatenbank + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage1 + + + 2 + + + True + + + NoControl + + + 6, 60 + + + 67, 13 + + + 44 + + + Datenbank: + + + Label4 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage1 + + + 3 + + + True + + + NoControl + + + 6, 12 + + + 74, 13 + + + 41 + + + Server-Name: + + + Label1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage1 + + + 4 + + + True + + + NoControl + + + 300, 12 + + + 84, 13 + + + 42 + + + Benutzername: + + + Label2 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage1 + + + 5 + + + True + + + NoControl + + + 424, 12 + + + 56, 13 + + + 43 + + + Passwort: + + + Label3 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage1 + + + 6 + + + Top, Left, Right + + + 9, 129 + + + 547, 22 + + + 45 + + + txtActualConnection + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage1 + + + 7 + + + 9, 32 + + + 288, 22 + + + 36 + + + txtServer + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage1 + + + 8 + + + 303, 32 + + + 118, 22 + + + 37 + + + txtUser + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage1 + + + 9 + + + 427, 32 + + + 64, 22 + + + 38 + + + txtPasswort + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage1 + + + 10 + + + MiddleLeft + + + NoControl + + + 303, 76 + + + 253, 25 + + + 40 + + + Verbindung zur Datenbank herstellen + + + MiddleRight + + + BtnConnect + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage1 + + + 11 + + + Segoe UI, 8.25pt + + + NoControl + + + 149, 19 + + + 134, 23 + + + 47 + + + Design jetzt wechseln + + + Button5 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 0 + + + Segoe UI, 8.25pt + + + DevExpress Style + + + DevExpress Dark Style + + + Office 2016 Colorful + + + Office 2013 + + + Office 2010 Blue + + + Seven Classic + + + Visual Studio 2013 Light + + + 9, 21 + + + 134, 21 + + + 46 + + + cmbDesign + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox1 + + + 1 + + + Segoe UI, 8.25pt + + + NoControl + + + 149, 19 + + + 134, 23 + + + 47 + + + Sprache jetzt wechseln + + + Button3 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox4 + + + 0 + + + Segoe UI, 8.25pt + + + de-DE + + + en-US + + + 9, 21 + + + 134, 21 + + + 46 + + + cmbLanguage + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox4 + + + 1 + + + True + + + Segoe UI, 8.25pt + + + 295, 25 + + + 127, 30 + + + 6 + + + Sichten als Child +in Hauptform laden + + + CheckBox2 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox3 + + + 0 + + + True + + + Segoe UI, 8.25pt + + + NoControl + + + 7, 18 + + + 216, 13 + + + 4 + + + Folgende Sicht bei Programmstart laden: + + + Label7 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + GroupBox3 - - Segoe UI, 9.75pt + + 1 - - NoControl + + Segoe UI, 8.25pt - - 138, 15 + + 10, 34 - - 200, 17 + + 213, 21 - + 1 - - Link zu Support-Tool Digital Data + + cmbConstructor - - LinkLabel1 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + GroupBox3 - - TabPage2 + + 2 - - 7 + + True - - 4, 22 + + Segoe UI, 8.25pt - - 3, 3, 3, 3 + + NoControl - - 687, 259 + + 461, 25 - - 1 + + 143, 30 - - Weitere Einstellungen + + 0 - - TabPage2 + + Kalender als Child +in Hauptform aufrufen - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + CheckBox1 - - TabControl1 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 1 + + GroupBox3 + + + 3 True @@ -1307,33 +1832,6 @@ in Hauptform aufrufen 7 - - 4, 22 - - - 3, 3, 3, 3 - - - 687, 259 - - - 2 - - - Hot Folder - Scan - - - TabPage3 - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabControl1 - - - 2 - True @@ -1412,6 +1910,78 @@ in Hauptform aufrufen 2 + + rbGruppe + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox2 + + + 0 + + + rbUser + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox2 + + + 1 + + + txtObjectExists + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox2 + + + 2 + + + Button6 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GroupBox2 + + + 3 + + + 22, 47 + + + 438, 100 + + + 6 + + + Check WMObject exists: + + + GroupBox2 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TabPage4 + + + 3 + True @@ -1517,30 +2087,6 @@ in Hauptform aufrufen 3 - - 22, 47 - - - 438, 100 - - - 6 - - - Check WMObject exists: - - - GroupBox2 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabPage4 - - - 3 - 466, 19 @@ -1613,57 +2159,6 @@ in Hauptform aufrufen 6 - - 4, 22 - - - 3, 3, 3, 3 - - - 687, 259 - - - 3 - - - Weiteres - - - TabPage4 - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TabControl1 - - - 3 - - - Fill - - - 0, 0 - - - 695, 285 - - - 0 - - - TabControl1 - - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - True diff --git a/app/DD-Record-Organizer/frmConfig_Basic.vb b/app/DD-Record-Organizer/frmConfig_Basic.vb index 5bf2d3e..58a2d4e 100644 --- a/app/DD-Record-Organizer/frmConfig_Basic.vb +++ b/app/DD-Record-Organizer/frmConfig_Basic.vb @@ -213,6 +213,7 @@ Public Class frmConfig_Basic Select Case TabControl1.SelectedIndex Case 1 cmbLanguage.SelectedIndex = cmbLanguage.FindStringExact(USER_LANGUAGE) + CheckBox_ForceTemporaryMode.Checked = CONFIG.Config.Viewer_ForceTemporaryMode Case 2 Dim DTSCAN_folderwatch As Data.DataTable = MYDB_ECM.GetDatatable("SELECT FOLDER_PATH,SUBDIRECTORIES FROM TBPMO_FOLDERWATCH_USER WHERE FOLDER_TYPE = 'SCAN' AND USER_ID = " & USER_GUID) If Not DTSCAN_folderwatch Is Nothing Then @@ -543,4 +544,10 @@ Public Class frmConfig_Basic End If End If End Sub + + + Private Sub CheckBox_ForceTemporaryMode_CheckedChanged(sender As Object, e As EventArgs) Handles CheckBox_ForceTemporaryMode.CheckedChanged + CONFIG.Config.Viewer_ForceTemporaryMode = CheckBox_ForceTemporaryMode.Checked + CONFIG.Save() + End Sub End Class \ No newline at end of file diff --git a/app/DD-Record-Organizer/frmNodeNavigation.vb b/app/DD-Record-Organizer/frmNodeNavigation.vb index 9801653..80938e7 100644 --- a/app/DD-Record-Organizer/frmNodeNavigation.vb +++ b/app/DD-Record-Organizer/frmNodeNavigation.vb @@ -177,6 +177,7 @@ Public Class frmNodeNavigation SplitContainerDocView.Collapsed = True DocumentViewer.Visible = False Else + DocumentViewer.Viewer_ForceTemporaryMode = CONFIG.Config.Viewer_ForceTemporaryMode DocViewInitialized = True End If Catch ex As Exception diff --git a/app/Setup_NoUpdaterVS19/Product.wxs b/app/Setup_NoUpdaterVS19/Product.wxs index 4f3633a..0184768 100644 --- a/app/Setup_NoUpdaterVS19/Product.wxs +++ b/app/Setup_NoUpdaterVS19/Product.wxs @@ -136,14 +136,14 @@ - - - + + + - - + + - + @@ -152,7 +152,7 @@ - + @@ -170,7 +170,7 @@ - + @@ -180,7 +180,7 @@ - + @@ -201,9 +201,36 @@ - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + />