| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182 |
- //------------------------------------------------------------------------------
- // <auto-generated>
- // 此代码由工具生成。
- // 运行时版本:4.0.30319.42000
- //
- // 对此文件的更改可能会导致不正确的行为,并且如果
- // 重新生成代码,这些更改将会丢失。
- // </auto-generated>
- //------------------------------------------------------------------------------
- namespace HXX.Scanner.Client.Properties {
-
-
- [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.10.0.0")]
- internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
-
- private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
-
- public static Settings Default {
- get {
- return defaultInstance;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("ld=75;dbd=5;dpi=150")]
- public string CannonConfig {
- get {
- return ((string)(this["CannonConfig"]));
- }
- set {
- this["CannonConfig"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("ld=0;dbd=0;dpi=150")]
- public string KodakConfig {
- get {
- return ((string)(this["KodakConfig"]));
- }
- set {
- this["KodakConfig"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("ws://127.0.0.1:9999")]
- public string webSocket_url {
- get {
- return ((string)(this["webSocket_url"]));
- }
- set {
- this["webSocket_url"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("abc3")]
- public string test {
- get {
- return ((string)(this["test"]));
- }
- set {
- this["test"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("")]
- public string unique_client_id {
- get {
- return ((string)(this["unique_client_id"]));
- }
- set {
- this["unique_client_id"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("client/download")]
- public string DriverDownloadUrl {
- get {
- return ((string)(this["DriverDownloadUrl"]));
- }
- set {
- this["DriverDownloadUrl"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("")]
- public string lastScanner {
- get {
- return ((string)(this["lastScanner"]));
- }
- set {
- this["lastScanner"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("https://www.baidu.com/")]
- public string apiUrlBase {
- get {
- return ((string)(this["apiUrlBase"]));
- }
- set {
- this["apiUrlBase"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("")]
- public string uploadFileUrl {
- get {
- return ((string)(this["uploadFileUrl"]));
- }
- set {
- this["uploadFileUrl"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("dev3.k12100.net")]
- public string pingUrl {
- get {
- return ((string)(this["pingUrl"]));
- }
- set {
- this["pingUrl"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("ld=0;dbd=0;dpi=200")]
- public string PanasonicConfig {
- get {
- return ((string)(this["PanasonicConfig"]));
- }
- set {
- this["PanasonicConfig"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("https://dev3.k12100.net/teaching/api/v1/scanned_student/available")]
- public string answerCardUrl {
- get {
- return ((string)(this["answerCardUrl"]));
- }
- set {
- this["answerCardUrl"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("D:\\慧教研扫描图片\\")]
- public string dataDir {
- get {
- return ((string)(this["dataDir"]));
- }
- set {
- this["dataDir"] = value;
- }
- }
- }
- }
|