update settings
This commit is contained in:
parent
c2593f6b24
commit
7361ff46fd
18
ToolCollection/My Project/Settings.Designer.vb
generated
18
ToolCollection/My Project/Settings.Designer.vb
generated
@ -828,15 +828,6 @@ Namespace My
|
|||||||
End Get
|
End Get
|
||||||
End Property
|
End Property
|
||||||
|
|
||||||
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
|
|
||||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
||||||
Global.System.Configuration.DefaultSettingValueAttribute("16;17;18;19;20")> _
|
|
||||||
Public ReadOnly Property NI_WORKING_HOURS() As String
|
|
||||||
Get
|
|
||||||
Return CType(Me("NI_WORKING_HOURS"),String)
|
|
||||||
End Get
|
|
||||||
End Property
|
|
||||||
|
|
||||||
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
|
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
|
||||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||||
Global.System.Configuration.DefaultSettingValueAttribute("")> _
|
Global.System.Configuration.DefaultSettingValueAttribute("")> _
|
||||||
@ -933,6 +924,15 @@ Namespace My
|
|||||||
Me("myDateiname") = value
|
Me("myDateiname") = value
|
||||||
End Set
|
End Set
|
||||||
End Property
|
End Property
|
||||||
|
|
||||||
|
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
|
||||||
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||||
|
Global.System.Configuration.DefaultSettingValueAttribute("")> _
|
||||||
|
Public ReadOnly Property NI_WORKING_HOURS() As String
|
||||||
|
Get
|
||||||
|
Return CType(Me("NI_WORKING_HOURS"),String)
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
End Class
|
End Class
|
||||||
End Namespace
|
End Namespace
|
||||||
|
|
||||||
|
|||||||
@ -197,9 +197,6 @@
|
|||||||
<Setting Name="Sleep_End" Type="System.String" Scope="Application">
|
<Setting Name="Sleep_End" Type="System.String" Scope="Application">
|
||||||
<Value Profile="(Default)">0</Value>
|
<Value Profile="(Default)">0</Value>
|
||||||
</Setting>
|
</Setting>
|
||||||
<Setting Name="NI_WORKING_HOURS" Type="System.String" Scope="Application">
|
|
||||||
<Value Profile="(Default)">16;17;18;19;20</Value>
|
|
||||||
</Setting>
|
|
||||||
<Setting Name="FB_DATASOURCE" Type="System.String" Scope="Application">
|
<Setting Name="FB_DATASOURCE" Type="System.String" Scope="Application">
|
||||||
<Value Profile="(Default)" />
|
<Value Profile="(Default)" />
|
||||||
</Setting>
|
</Setting>
|
||||||
@ -239,5 +236,8 @@
|
|||||||
<Setting Name="myDateiname" Type="System.String" Scope="User">
|
<Setting Name="myDateiname" Type="System.String" Scope="User">
|
||||||
<Value Profile="(Default)">myInvalidDateiname.pdf</Value>
|
<Value Profile="(Default)">myInvalidDateiname.pdf</Value>
|
||||||
</Setting>
|
</Setting>
|
||||||
|
<Setting Name="NI_WORKING_HOURS" Type="System.String" Scope="Application">
|
||||||
|
<Value Profile="(Default)" />
|
||||||
|
</Setting>
|
||||||
</Settings>
|
</Settings>
|
||||||
</SettingsFile>
|
</SettingsFile>
|
||||||
Loading…
x
Reference in New Issue
Block a user