Created monitoring object and refactored code accordingly.
This commit is contained in:
27
BodyshopUploader/Properties/Resources.Designer.cs
generated
27
BodyshopUploader/Properties/Resources.Designer.cs
generated
@@ -114,6 +114,24 @@ namespace BodyshopUploader.Properties {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to File Path.
|
||||
/// </summary>
|
||||
public static string Label_FilePath {
|
||||
get {
|
||||
return ResourceManager.GetString("Label_FilePath", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Source System.
|
||||
/// </summary>
|
||||
public static string Label_SourceSystem {
|
||||
get {
|
||||
return ResourceManager.GetString("Label_SourceSystem", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Start All Monitors.
|
||||
/// </summary>
|
||||
@@ -141,6 +159,15 @@ namespace BodyshopUploader.Properties {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to New Job Uploaded.
|
||||
/// </summary>
|
||||
public static string Msg_NewJobUploaded {
|
||||
get {
|
||||
return ResourceManager.GetString("Msg_NewJobUploaded", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Password.
|
||||
/// </summary>
|
||||
|
||||
@@ -135,6 +135,12 @@
|
||||
<data name="Label_AddMonitoringPath" xml:space="preserve">
|
||||
<value>Add Path</value>
|
||||
</data>
|
||||
<data name="Label_FilePath" xml:space="preserve">
|
||||
<value>File Path</value>
|
||||
</data>
|
||||
<data name="Label_SourceSystem" xml:space="preserve">
|
||||
<value>Source System</value>
|
||||
</data>
|
||||
<data name="Label_StartAllMonitors" xml:space="preserve">
|
||||
<value>Start All Monitors</value>
|
||||
</data>
|
||||
@@ -144,6 +150,9 @@
|
||||
<data name="Login" xml:space="preserve">
|
||||
<value>Login</value>
|
||||
</data>
|
||||
<data name="Msg_NewJobUploaded" xml:space="preserve">
|
||||
<value>New Job Uploaded</value>
|
||||
</data>
|
||||
<data name="Password" xml:space="preserve">
|
||||
<value>Password</value>
|
||||
</data>
|
||||
|
||||
4
BodyshopUploader/Properties/Settings.Designer.cs
generated
4
BodyshopUploader/Properties/Settings.Designer.cs
generated
@@ -49,9 +49,9 @@ namespace BodyshopUploader.Properties {
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("C:\\ImEX\r\nC:\\000")]
|
||||
public global::System.Collections.ObjectModel.ObservableCollection<System.String> MonitoringPaths {
|
||||
public global::System.Collections.Generic.List<System.String> MonitoringPaths {
|
||||
get {
|
||||
return ((global::System.Collections.ObjectModel.ObservableCollection<System.String>)(this["MonitoringPaths"]));
|
||||
return ((global::System.Collections.Generic.List<System.String>)(this["MonitoringPaths"]));
|
||||
}
|
||||
set {
|
||||
this["MonitoringPaths"] = value;
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<Setting Name="Password" Type="System.Security.SecureString" Scope="User">
|
||||
<Value Profile="(Default)" />
|
||||
</Setting>
|
||||
<Setting Name="MonitoringPaths" Type="System.Collections.ObjectModel.ObservableCollection<System.String>" Scope="User">
|
||||
<Setting Name="MonitoringPaths" Type="System.Collections.Generic.List<System.String>" Scope="User">
|
||||
<Value Profile="(Default)">C:\ImEX
|
||||
C:\000</Value>
|
||||
</Setting>
|
||||
|
||||
Reference in New Issue
Block a user