ZUGFeRDTest: Clean up
This commit is contained in:
parent
ec13c76f15
commit
7a1c135b1f
@ -14,10 +14,10 @@
|
|||||||
<applicationSettings>
|
<applicationSettings>
|
||||||
<ZUGFeRDTest.My.MySettings>
|
<ZUGFeRDTest.My.MySettings>
|
||||||
<setting name="FB_DATABASE" serializeAs="String">
|
<setting name="FB_DATABASE" serializeAs="String">
|
||||||
<value>172.24.12.41:E:\DB\Firebird\Databases\EDMI_TEMPLATE\EDMI_MASTER.FDB</value>
|
<value>172.24.12.50:E:\DataFiles\Firebird\WISAG\EDMI_MASTER.FDB</value>
|
||||||
</setting>
|
</setting>
|
||||||
<setting name="FB_DATASOURCE" serializeAs="String">
|
<setting name="FB_DATASOURCE" serializeAs="String">
|
||||||
<value>172.24.12.41</value>
|
<value>172.24.12.50</value>
|
||||||
</setting>
|
</setting>
|
||||||
</ZUGFeRDTest.My.MySettings>
|
</ZUGFeRDTest.My.MySettings>
|
||||||
</applicationSettings>
|
</applicationSettings>
|
||||||
|
|||||||
@ -15,7 +15,7 @@ Option Explicit On
|
|||||||
Namespace My
|
Namespace My
|
||||||
|
|
||||||
<Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
|
<Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
|
||||||
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.4.0.0"), _
|
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.8.1.0"), _
|
||||||
Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
||||||
Partial Friend NotInheritable Class MySettings
|
Partial Friend NotInheritable Class MySettings
|
||||||
Inherits Global.System.Configuration.ApplicationSettingsBase
|
Inherits Global.System.Configuration.ApplicationSettingsBase
|
||||||
@ -56,7 +56,7 @@ Namespace My
|
|||||||
|
|
||||||
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
|
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
|
||||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||||
Global.System.Configuration.DefaultSettingValueAttribute("172.24.12.41:E:\DB\Firebird\Databases\EDMI_TEMPLATE\EDMI_MASTER.FDB")> _
|
Global.System.Configuration.DefaultSettingValueAttribute("172.24.12.50:E:\DataFiles\Firebird\WISAG\EDMI_MASTER.FDB")> _
|
||||||
Public ReadOnly Property FB_DATABASE() As String
|
Public ReadOnly Property FB_DATABASE() As String
|
||||||
Get
|
Get
|
||||||
Return CType(Me("FB_DATABASE"),String)
|
Return CType(Me("FB_DATABASE"),String)
|
||||||
@ -65,7 +65,7 @@ Namespace My
|
|||||||
|
|
||||||
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
|
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
|
||||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||||
Global.System.Configuration.DefaultSettingValueAttribute("172.24.12.41")> _
|
Global.System.Configuration.DefaultSettingValueAttribute("172.24.12.50")> _
|
||||||
Public ReadOnly Property FB_DATASOURCE() As String
|
Public ReadOnly Property FB_DATASOURCE() As String
|
||||||
Get
|
Get
|
||||||
Return CType(Me("FB_DATASOURCE"),String)
|
Return CType(Me("FB_DATASOURCE"),String)
|
||||||
|
|||||||
@ -3,10 +3,10 @@
|
|||||||
<Profiles />
|
<Profiles />
|
||||||
<Settings>
|
<Settings>
|
||||||
<Setting Name="FB_DATABASE" Type="System.String" Scope="Application">
|
<Setting Name="FB_DATABASE" Type="System.String" Scope="Application">
|
||||||
<Value Profile="(Default)">172.24.12.41:E:\DB\Firebird\Databases\EDMI_TEMPLATE\EDMI_MASTER.FDB</Value>
|
<Value Profile="(Default)">172.24.12.50:E:\DataFiles\Firebird\WISAG\EDMI_MASTER.FDB</Value>
|
||||||
</Setting>
|
</Setting>
|
||||||
<Setting Name="FB_DATASOURCE" Type="System.String" Scope="Application">
|
<Setting Name="FB_DATASOURCE" Type="System.String" Scope="Application">
|
||||||
<Value Profile="(Default)">172.24.12.41</Value>
|
<Value Profile="(Default)">172.24.12.50</Value>
|
||||||
</Setting>
|
</Setting>
|
||||||
<Setting Name="FB_USER" Type="System.String" Scope="User">
|
<Setting Name="FB_USER" Type="System.String" Scope="User">
|
||||||
<Value Profile="(Default)">sysdba</Value>
|
<Value Profile="(Default)">sysdba</Value>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user