Added Ribbon, function to save detail view as screenshot

This commit is contained in:
Andre Beging
2017-09-17 23:17:18 +02:00
parent a2e081ccdb
commit 1f4e3eb1bc
19 changed files with 303 additions and 67 deletions

View File

@@ -34,5 +34,17 @@ namespace DebtMgr.Properties {
this["Database"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
public string TelegramPath {
get {
return ((string)(this["TelegramPath"]));
}
set {
this["TelegramPath"] = value;
}
}
}
}

View File

@@ -5,5 +5,8 @@
<Setting Name="Database" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="TelegramPath" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
</Settings>
</SettingsFile>