60 lines
		
	
	
		
			3.9 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			60 lines
		
	
	
		
			3.9 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
| //------------------------------------------------------------------------------
 | |
| // <auto-generated>
 | |
| //     이 코드는 도구를 사용하여 생성되었습니다.
 | |
| //     런타임 버전:4.0.30319.42000
 | |
| //
 | |
| //     파일 내용을 변경하면 잘못된 동작이 발생할 수 있으며, 코드를 다시 생성하면
 | |
| //     이러한 변경 내용이 손실됩니다.
 | |
| // </auto-generated>
 | |
| //------------------------------------------------------------------------------
 | |
| 
 | |
| namespace WebServer.Properties {
 | |
|     
 | |
|     
 | |
|     [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
 | |
|     [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.8.1.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("{\n  \"basicGoods\": [\n    {\n      \"id\": \"1234561\",\n      \"name\": \"Mineral Water 550" +
 | |
|             "ml\",\n      \"barcode\": \"12421432143214321\",\n      \"price\": \"2.00\",\n      \"num\": \"" +
 | |
|             "1\",\n      \"amount\": \"2.00\"\n    },\n    {\n      \"id\": \"1234562\",\n      \"name\": \"He" +
 | |
|             "rbal tea 300ml\",\n      \"barcode\": \"12421432143214322\",\n      \"price\": \"3.00\",\n  " +
 | |
|             "    \"num\": \"2\",\n      \"amount\": \"6.00\"\n    },\n    {\n      \"id\": \"1234563\",\n     " +
 | |
|             " \"name\": \"Delicious potato chips\",\n      \"barcode\": \"12421432143214323\",\n      \"" +
 | |
|             "price\": \"7.00\",\n      \"num\": \"4\",\n      \"amount\": \"28.00\"\n    },\n    {\n      \"id" +
 | |
|             "\": \"1234564\",\n      \"name\": \"Specially delicious egg rolls\",\n      \"barcode\": \"1" +
 | |
|             "2421432143214324\",\n      \"price\": \"8.50\",\n      \"num\": \"3\",\n      \"amount\": \"25." +
 | |
|             "50\"\n    }\n  ],\n  \"basicProgress\": [\n    {\n      \"key\": \"1\",\n      \"time\": \"2017-" +
 | |
|             "10-01 14:10\",\n      \"rate\": \"Contact Clients\",\n      \"status\": \"Processing\",\n   " +
 | |
|             "   \"operator\": \"Pickup Assistant ID1234\",\n      \"cost\": \"5mins\"\n    },\n    {\n   " +
 | |
|             "   \"key\": \"2\",\n      \"time\": \"2017-10-01 14:05\",\n      \"rate\": \"Pickup Guy Depar" +
 | |
|             "ts\",\n      \"status\": \"Success\",\n      \"operator\": \"Pickup Assistant ID1234\",\n   " +
 | |
|             "   \"cost\": \"1h\"\n    },\n    {\n      \"key\": \"3\",\n      \"time\": \"2017-10-01 13:05\"," +
 | |
|             "\n      \"rate\": \"Pick-up person takes orders\",\n      \"status\": \"Success\",\n      \"" +
 | |
|             "operator\": \"Pickup Assistant ID1234\",\n      \"cost\": \"5mins\"\n    },\n    {\n      \"" +
 | |
|             "key\": \"4\",\n      \"time\": \"2017-10-01 13:00\",\n      \"rate\": \"Apply For Approval\"," +
 | |
|             "\n      \"status\": \"Success\",\n      \"operator\": \"system\",\n      \"cost\": \"1h\"\n    }" +
 | |
|             ",\n    {\n      \"key\": \"5\",\n      \"time\": \"2017-10-01 12:00\",\n      \"rate\": \"Initi" +
 | |
|             "ated a Return Request\",\n      \"status\": \"Success\",\n      \"operator\": \"user\",\n   " +
 | |
|             "   \"cost\": \"5mins\"\n    }\n  ]\n}")]
 | |
|         public string json {
 | |
|             get {
 | |
|                 return ((string)(this["json"]));
 | |
|             }
 | |
|             set {
 | |
|                 this["json"] = value;
 | |
|             }
 | |
|         }
 | |
|     }
 | |
| }
 | 
