Update 20240102

This commit is contained in:
Stefan Hutter
2024-01-02 22:23:16 +01:00
parent 31b67036c3
commit 6164ec3d16
219 changed files with 429344 additions and 1191 deletions

View File

@@ -92,8 +92,8 @@ Namespace My
<Global.System.Configuration.UserScopedSettingAttribute(), _
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.Configuration.DefaultSettingValueAttribute("data source=shu00;initial catalog=SHUB_PADM;persist security info=false;workstati"& _
"on id=;packet size=4096;user id=sa;password=*shu29")> _
Global.System.Configuration.DefaultSettingValueAttribute("data source=shu01\shu00;initial catalog=SHUB_PADM;persist security info=false;wor"& _
"kstation id=;packet size=4096;user id=sa;password=*shu29")> _
Public Property ConnectionString() As String
Get
Return CType(Me("ConnectionString"),String)
@@ -105,8 +105,8 @@ Namespace My
<Global.System.Configuration.UserScopedSettingAttribute(), _
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.Configuration.DefaultSettingValueAttribute("data source=shu00;initial catalog=DPM_Mobile;persist security info=false;workstat"& _
"ion id=;packet size=4096;user id=sa;password=*shu29")> _
Global.System.Configuration.DefaultSettingValueAttribute("data source=shu01\shu00;initial catalog=DPM_Mobile;persist security info=false;wo"& _
"rkstation id=;packet size=4096;user id=sa;password=*shu29")> _
Public Property ConnectionStringMobie() As String
Get
Return CType(Me("ConnectionStringMobie"),String)
@@ -175,6 +175,66 @@ Namespace My
Me("SoftwareType") = value
End Set
End Property
<Global.System.Configuration.UserScopedSettingAttribute(), _
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.Configuration.DefaultSettingValueAttribute("True")> _
Public Property ShowToast() As String
Get
Return CType(Me("ShowToast"),String)
End Get
Set
Me("ShowToast") = value
End Set
End Property
<Global.System.Configuration.UserScopedSettingAttribute(), _
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.Configuration.DefaultSettingValueAttribute("1800")> _
Public Property MainWindowSizeWith() As String
Get
Return CType(Me("MainWindowSizeWith"),String)
End Get
Set
Me("MainWindowSizeWith") = value
End Set
End Property
<Global.System.Configuration.UserScopedSettingAttribute(), _
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.Configuration.DefaultSettingValueAttribute("1200")> _
Public Property MainWindowSizeHeight() As String
Get
Return CType(Me("MainWindowSizeHeight"),String)
End Get
Set
Me("MainWindowSizeHeight") = value
End Set
End Property
<Global.System.Configuration.UserScopedSettingAttribute(), _
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.Configuration.DefaultSettingValueAttribute("1600")> _
Public Property PatWindowSizeWidth() As String
Get
Return CType(Me("PatWindowSizeWidth"),String)
End Get
Set
Me("PatWindowSizeWidth") = value
End Set
End Property
<Global.System.Configuration.UserScopedSettingAttribute(), _
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.Configuration.DefaultSettingValueAttribute("1000")> _
Public Property PatWindowSizeHeight() As String
Get
Return CType(Me("PatWindowSizeHeight"),String)
End Get
Set
Me("PatWindowSizeHeight") = value
End Set
End Property
End Class
End Namespace

View File

@@ -12,10 +12,10 @@
<Value Profile="(Default)">h:\dpm\docarchiv</Value>
</Setting>
<Setting Name="ConnectionString" Type="System.String" Scope="User">
<Value Profile="(Default)">data source=shu00;initial catalog=SHUB_PADM;persist security info=false;workstation id=;packet size=4096;user id=sa;password=*shu29</Value>
<Value Profile="(Default)">data source=shu01\shu00;initial catalog=SHUB_PADM;persist security info=false;workstation id=;packet size=4096;user id=sa;password=*shu29</Value>
</Setting>
<Setting Name="ConnectionStringMobie" Type="System.String" Scope="User">
<Value Profile="(Default)">data source=shu00;initial catalog=DPM_Mobile;persist security info=false;workstation id=;packet size=4096;user id=sa;password=*shu29</Value>
<Value Profile="(Default)">data source=shu01\shu00;initial catalog=DPM_Mobile;persist security info=false;workstation id=;packet size=4096;user id=sa;password=*shu29</Value>
</Setting>
<Setting Name="APIKey" Type="System.String" Scope="User">
<Value Profile="(Default)">BgWSbwCNM3pEiCxgIlDEyD7HFpUgKPeL8OPDqH9n</Value>
@@ -32,5 +32,20 @@
<Setting Name="SoftwareType" Type="System.String" Scope="User">
<Value Profile="(Default)">PADM</Value>
</Setting>
<Setting Name="ShowToast" Type="System.String" Scope="User">
<Value Profile="(Default)">True</Value>
</Setting>
<Setting Name="MainWindowSizeWith" Type="System.String" Scope="User">
<Value Profile="(Default)">1800</Value>
</Setting>
<Setting Name="MainWindowSizeHeight" Type="System.String" Scope="User">
<Value Profile="(Default)">1200</Value>
</Setting>
<Setting Name="PatWindowSizeWidth" Type="System.String" Scope="User">
<Value Profile="(Default)">1600</Value>
</Setting>
<Setting Name="PatWindowSizeHeight" Type="System.String" Scope="User">
<Value Profile="(Default)">1000</Value>
</Setting>
</Settings>
</SettingsFile>

View File

@@ -1,4 +1 @@
C1.Win.C1Input.C1Button, C1.Win.C1Input.4, Version=4.0.20153.110, Culture=neutral, PublicKeyToken=7e7ff60f0c214f9a
C1.Win.C1Input.C1PictureBox, C1.Win.C1Input.4, Version=4.0.20153.110, Culture=neutral, PublicKeyToken=7e7ff60f0c214f9a
C1.Win.C1TrueDBGrid.C1TrueDBGrid, C1.Win.C1TrueDBGrid.2, Version=2.0.20153.110, Culture=neutral, PublicKeyToken=75ae3fb0e2b1e0da
C1.Win.C1Command.C1DockingTab, C1.Win.C1Command.4, Version=4.0.20153.110, Culture=neutral, PublicKeyToken=e808566f358766d8
C1.Win.C1TrueDBGrid.C1TrueDBGrid, C1.Win.C1TrueDBGrid.4.6.2, Version=4.6.20233.631, Culture=neutral, PublicKeyToken=75ae3fb0e2b1e0da