using System;
|
using System.CodeDom.Compiler;
|
using System.Configuration;
|
using System.Diagnostics;
|
using System.Runtime.CompilerServices;
|
|
namespace QQShow.Properties
|
{
|
// Token: 0x020000A8 RID: 168
|
[CompilerGenerated]
|
[GeneratedCode("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "12.0.0.0")]
|
internal sealed partial class Settings : ApplicationSettingsBase
|
{
|
// Token: 0x170003A8 RID: 936
|
// (get) Token: 0x06000962 RID: 2402 RVA: 0x000171F8 File Offset: 0x000153F8
|
public static Settings Default
|
{
|
get
|
{
|
return Settings.defaultInstance;
|
}
|
}
|
|
// Token: 0x170003A9 RID: 937
|
// (get) Token: 0x06000963 RID: 2403 RVA: 0x00017210 File Offset: 0x00015410
|
[SpecialSetting(SpecialSetting.WebServiceUrl)]
|
[DefaultSettingValue("http://10.103.11.236:8733/Design_Time_Addresses/iWareSda_QQJF.SrmService/SrmService/")]
|
[ApplicationScopedSetting]
|
[DebuggerNonUserCode]
|
public string QQShow_SrmService_SrmService
|
{
|
get
|
{
|
return (string)this["QQShow_SrmService_SrmService"];
|
}
|
}
|
|
// Token: 0x170003AA RID: 938
|
// (get) Token: 0x06000964 RID: 2404 RVA: 0x00017234 File Offset: 0x00015434
|
[ApplicationScopedSetting]
|
[SpecialSetting(SpecialSetting.WebServiceUrl)]
|
[DebuggerNonUserCode]
|
[DefaultSettingValue("http://10.103.11.236:8733/Design_Time_Addresses/iWareSda_QQJF.RGV.RgvService/RgvService/")]
|
public string QQShow_RgvService_RgvService
|
{
|
get
|
{
|
return (string)this["QQShow_RgvService_RgvService"];
|
}
|
}
|
|
// Token: 0x170003AB RID: 939
|
// (get) Token: 0x06000965 RID: 2405 RVA: 0x00017258 File Offset: 0x00015458
|
[DefaultSettingValue("http://localhost:8733/Design_Time_Addresses/iWareSda_QQJF.SRMTRAN.SrmTranService/SrmTranService/")]
|
[ApplicationScopedSetting]
|
[DebuggerNonUserCode]
|
[SpecialSetting(SpecialSetting.WebServiceUrl)]
|
public string QQShow_TranService_SrmTranService
|
{
|
get
|
{
|
return (string)this["QQShow_TranService_SrmTranService"];
|
}
|
}
|
|
// Token: 0x040004C3 RID: 1219
|
private static Settings defaultInstance = (Settings)SettingsBase.Synchronized(new Settings());
|
}
|
}
|