Worked on CreateProjectDialog

This commit is contained in:
2014-08-16 11:05:26 +03:00
parent 5dc71eca92
commit c933b96347
9 changed files with 185 additions and 52 deletions

View File

@ -147,5 +147,41 @@ namespace RainmeterStudio.Properties {
this["MainWindow_Top"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
public string CreateProjectDialog_RecentLocations {
get {
return ((string)(this["CreateProjectDialog_RecentLocations"]));
}
set {
this["CreateProjectDialog_RecentLocations"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
public string CreateProjectDialog_SavedLocation {
get {
return ((string)(this["CreateProjectDialog_SavedLocation"]));
}
set {
this["CreateProjectDialog_SavedLocation"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("True")]
public bool CreateProjectDialog_CreateDirectoryCheckbox {
get {
return ((bool)(this["CreateProjectDialog_CreateDirectoryCheckbox"]));
}
set {
this["CreateProjectDialog_CreateDirectoryCheckbox"] = value;
}
}
}
}

View File

@ -32,5 +32,14 @@
<Setting Name="MainWindow_Top" Type="System.Double" Scope="User">
<Value Profile="(Default)">10</Value>
</Setting>
<Setting Name="CreateProjectDialog_RecentLocations" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="CreateProjectDialog_SavedLocation" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="CreateProjectDialog_CreateDirectoryCheckbox" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">True</Value>
</Setting>
</Settings>
</SettingsFile>