git-svn-id: https://lsleditor.svn.sourceforge.net/svnroot/lsleditor@20 3f4676ac-adda-40fd-8265-58d1435b1672
This commit is contained in:
parent
01f9093543
commit
75bc367f0b
6 changed files with 25 additions and 29 deletions
11
trunk/Properties/Settings.Designer.cs
generated
11
trunk/Properties/Settings.Designer.cs
generated
|
@ -1,7 +1,7 @@
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
// <auto-generated>
|
// <auto-generated>
|
||||||
// This code was generated by a tool.
|
// This code was generated by a tool.
|
||||||
// Runtime Version:2.0.50727.3603
|
// Runtime Version:2.0.50727.4927
|
||||||
//
|
//
|
||||||
// Changes to this file may cause incorrect behavior and will be lost if
|
// Changes to this file may cause incorrect behavior and will be lost if
|
||||||
// the code is regenerated.
|
// the code is regenerated.
|
||||||
|
@ -1094,7 +1094,6 @@ namespace LSLEditor.Properties {
|
||||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
[global::System.Configuration.DefaultSettingValueAttribute(@"
|
[global::System.Configuration.DefaultSettingValueAttribute(@"
|
||||||
// www.lsleditor.org by Alphons van der Heijden (SL: Alphons Jano)
|
|
||||||
default
|
default
|
||||||
{
|
{
|
||||||
state_entry()
|
state_entry()
|
||||||
|
@ -1115,7 +1114,7 @@ namespace LSLEditor.Properties {
|
||||||
|
|
||||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
[global::System.Configuration.DefaultSettingValueAttribute("http://www.lsleditor.org/checkforupdate/Default.aspx?")]
|
[global::System.Configuration.DefaultSettingValueAttribute("http://lsleditor.sourceforge.net/check4update.php?")]
|
||||||
public string Update {
|
public string Update {
|
||||||
get {
|
get {
|
||||||
return ((string)(this["Update"]));
|
return ((string)(this["Update"]));
|
||||||
|
@ -1151,7 +1150,7 @@ namespace LSLEditor.Properties {
|
||||||
|
|
||||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
[global::System.Configuration.DefaultSettingValueAttribute("http://www.lsleditor.org/CheckForUpdate/Manifest.aspx")]
|
[global::System.Configuration.DefaultSettingValueAttribute("http://lsleditor.sourceforge.net/update.php")]
|
||||||
public string UpdateManifest {
|
public string UpdateManifest {
|
||||||
get {
|
get {
|
||||||
return ((string)(this["UpdateManifest"]));
|
return ((string)(this["UpdateManifest"]));
|
||||||
|
@ -1169,7 +1168,7 @@ namespace LSLEditor.Properties {
|
||||||
|
|
||||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
[global::System.Configuration.DefaultSettingValueAttribute("http://www.lsleditor.org/mail/")]
|
[global::System.Configuration.DefaultSettingValueAttribute("https://sourceforge.net/tracker/?group_id=319248")]
|
||||||
public string ContactUrl {
|
public string ContactUrl {
|
||||||
get {
|
get {
|
||||||
return ((string)(this["ContactUrl"]));
|
return ((string)(this["ContactUrl"]));
|
||||||
|
@ -1205,7 +1204,7 @@ namespace LSLEditor.Properties {
|
||||||
|
|
||||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
[global::System.Configuration.DefaultSettingValueAttribute("http://www.lsleditor.org/forum/")]
|
[global::System.Configuration.DefaultSettingValueAttribute("https://sourceforge.net/projects/lsleditor/forums")]
|
||||||
public string ForumLSLEditor {
|
public string ForumLSLEditor {
|
||||||
get {
|
get {
|
||||||
return ((string)(this["ForumLSLEditor"]));
|
return ((string)(this["ForumLSLEditor"]));
|
||||||
|
|
|
@ -280,7 +280,6 @@
|
||||||
</Setting>
|
</Setting>
|
||||||
<Setting Name="Example" Type="System.String" Scope="Application">
|
<Setting Name="Example" Type="System.String" Scope="Application">
|
||||||
<Value Profile="(Default)">
|
<Value Profile="(Default)">
|
||||||
// www.lsleditor.org by Alphons van der Heijden (SL: Alphons Jano)
|
|
||||||
default
|
default
|
||||||
{
|
{
|
||||||
state_entry()
|
state_entry()
|
||||||
|
@ -295,7 +294,7 @@
|
||||||
</Value>
|
</Value>
|
||||||
</Setting>
|
</Setting>
|
||||||
<Setting Name="Update" Type="System.String" Scope="Application">
|
<Setting Name="Update" Type="System.String" Scope="Application">
|
||||||
<Value Profile="(Default)">http://www.lsleditor.org/checkforupdate/Default.aspx?</Value>
|
<Value Profile="(Default)">http://lsleditor.sourceforge.net/check4update.php?</Value>
|
||||||
</Setting>
|
</Setting>
|
||||||
<Setting Name="Examples" Type="System.String" Scope="Application">
|
<Setting Name="Examples" Type="System.String" Scope="Application">
|
||||||
<Value Profile="(Default)">http://www.lsleditor.org/examples/</Value>
|
<Value Profile="(Default)">http://www.lsleditor.org/examples/</Value>
|
||||||
|
@ -307,13 +306,13 @@
|
||||||
<Value Profile="(Default)">Resource.ConfCSharp.xml</Value>
|
<Value Profile="(Default)">Resource.ConfCSharp.xml</Value>
|
||||||
</Setting>
|
</Setting>
|
||||||
<Setting Name="UpdateManifest" Type="System.String" Scope="Application">
|
<Setting Name="UpdateManifest" Type="System.String" Scope="Application">
|
||||||
<Value Profile="(Default)">http://www.lsleditor.org/CheckForUpdate/Manifest.aspx</Value>
|
<Value Profile="(Default)">http://lsleditor.sourceforge.net/update.php</Value>
|
||||||
</Setting>
|
</Setting>
|
||||||
<Setting Name="ToolsOptions" Type="System.String" Scope="Application">
|
<Setting Name="ToolsOptions" Type="System.String" Scope="Application">
|
||||||
<Value Profile="(Default)">Resource.ToolsOptions.xml</Value>
|
<Value Profile="(Default)">Resource.ToolsOptions.xml</Value>
|
||||||
</Setting>
|
</Setting>
|
||||||
<Setting Name="ContactUrl" Type="System.String" Scope="Application">
|
<Setting Name="ContactUrl" Type="System.String" Scope="Application">
|
||||||
<Value Profile="(Default)">http://www.lsleditor.org/mail/</Value>
|
<Value Profile="(Default)">https://sourceforge.net/tracker/?group_id=319248</Value>
|
||||||
</Setting>
|
</Setting>
|
||||||
<Setting Name="DonateUrl" Type="System.String" Scope="Application">
|
<Setting Name="DonateUrl" Type="System.String" Scope="Application">
|
||||||
<Value Profile="(Default)">http://www.lsleditor.org/donate.htm</Value>
|
<Value Profile="(Default)">http://www.lsleditor.org/donate.htm</Value>
|
||||||
|
@ -325,7 +324,7 @@
|
||||||
<Value Profile="(Default)">http://www.lslwiki.net/lslwiki/wakka.php?wakka=</Value>
|
<Value Profile="(Default)">http://www.lslwiki.net/lslwiki/wakka.php?wakka=</Value>
|
||||||
</Setting>
|
</Setting>
|
||||||
<Setting Name="ForumLSLEditor" Type="System.String" Scope="Application">
|
<Setting Name="ForumLSLEditor" Type="System.String" Scope="Application">
|
||||||
<Value Profile="(Default)">http://www.lsleditor.org/forum/</Value>
|
<Value Profile="(Default)">https://sourceforge.net/projects/lsleditor/forums</Value>
|
||||||
</Setting>
|
</Setting>
|
||||||
<Setting Name="OopsRemove" Type="System.String" Scope="Application">
|
<Setting Name="OopsRemove" Type="System.String" Scope="Application">
|
||||||
<Value Profile="(Default)">C:\Documents and Settings\Alphons\Mijn documenten\Visual Studio 2005\Projects</Value>
|
<Value Profile="(Default)">C:\Documents and Settings\Alphons\Mijn documenten\Visual Studio 2005\Projects</Value>
|
||||||
|
|
|
@ -39,7 +39,7 @@
|
||||||
</setting>
|
</setting>
|
||||||
<setting name="Update" serializeAs="String">
|
<setting name="Update" serializeAs="String">
|
||||||
<value>
|
<value>
|
||||||
http://www.lsleditor.org/checkforupdate/Default.aspx?
|
http://lsleditor.sourceforge.net/check4update.php?
|
||||||
</value>
|
</value>
|
||||||
</setting>
|
</setting>
|
||||||
<setting name="Examples" serializeAs="String">
|
<setting name="Examples" serializeAs="String">
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
// <auto-generated>
|
// <auto-generated>
|
||||||
// This code was generated by a tool.
|
// This code was generated by a tool.
|
||||||
// Runtime Version:2.0.50727.3603
|
// Runtime Version:2.0.50727.4927
|
||||||
//
|
//
|
||||||
// Changes to this file may cause incorrect behavior and will be lost if
|
// Changes to this file may cause incorrect behavior and will be lost if
|
||||||
// the code is regenerated.
|
// the code is regenerated.
|
||||||
|
@ -9,7 +9,7 @@
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
|
|
||||||
//
|
//
|
||||||
// This source code was auto-generated by Microsoft.VSDesigner, Version 2.0.50727.3603.
|
// This source code was auto-generated by Microsoft.VSDesigner, Version 2.0.50727.4927.
|
||||||
//
|
//
|
||||||
#pragma warning disable 1591
|
#pragma warning disable 1591
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ namespace LSLEditor.org.lsleditor.www {
|
||||||
|
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.3053")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.4927")]
|
||||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||||||
[System.Web.Services.WebServiceBindingAttribute(Name="Service1Soap", Namespace="http://tempuri.org/")]
|
[System.Web.Services.WebServiceBindingAttribute(Name="Service1Soap", Namespace="http://tempuri.org/")]
|
||||||
|
@ -227,11 +227,11 @@ namespace LSLEditor.org.lsleditor.www {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.3053")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.4927")]
|
||||||
public delegate void OpenCompletedEventHandler(object sender, OpenCompletedEventArgs e);
|
public delegate void OpenCompletedEventHandler(object sender, OpenCompletedEventArgs e);
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.3053")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.4927")]
|
||||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||||||
public partial class OpenCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
public partial class OpenCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
||||||
|
@ -253,11 +253,11 @@ namespace LSLEditor.org.lsleditor.www {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.3053")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.4927")]
|
||||||
public delegate void GetStatusCompletedEventHandler(object sender, GetStatusCompletedEventArgs e);
|
public delegate void GetStatusCompletedEventHandler(object sender, GetStatusCompletedEventArgs e);
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.3053")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.4927")]
|
||||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||||||
public partial class GetStatusCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
public partial class GetStatusCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
||||||
|
@ -279,11 +279,11 @@ namespace LSLEditor.org.lsleditor.www {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.3053")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.4927")]
|
||||||
public delegate void GetBugReportCompletedEventHandler(object sender, GetBugReportCompletedEventArgs e);
|
public delegate void GetBugReportCompletedEventHandler(object sender, GetBugReportCompletedEventArgs e);
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.3053")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.4927")]
|
||||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||||||
public partial class GetBugReportCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
public partial class GetBugReportCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
||||||
|
@ -305,11 +305,11 @@ namespace LSLEditor.org.lsleditor.www {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.3053")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.4927")]
|
||||||
public delegate void WriteCompletedEventHandler(object sender, WriteCompletedEventArgs e);
|
public delegate void WriteCompletedEventHandler(object sender, WriteCompletedEventArgs e);
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.3053")]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.4927")]
|
||||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||||
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
||||||
public partial class WriteCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
public partial class WriteCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
|
||||||
<wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://tempuri.org/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
|
<wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://tempuri.org/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
|
||||||
<wsdl:types>
|
<wsdl:types>
|
||||||
<s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/">
|
<s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/">
|
||||||
|
|
|
@ -275,7 +275,6 @@
|
||||||
</setting>
|
</setting>
|
||||||
<setting name="Example" serializeAs="String">
|
<setting name="Example" serializeAs="String">
|
||||||
<value>
|
<value>
|
||||||
// www.lsleditor.org by Alphons van der Heijden (SL: Alphons Jano)
|
|
||||||
default
|
default
|
||||||
{
|
{
|
||||||
state_entry()
|
state_entry()
|
||||||
|
@ -290,7 +289,7 @@
|
||||||
</value>
|
</value>
|
||||||
</setting>
|
</setting>
|
||||||
<setting name="Update" serializeAs="String">
|
<setting name="Update" serializeAs="String">
|
||||||
<value>http://www.lsleditor.org/checkforupdate/Default.aspx?</value>
|
<value>http://lsleditor.sourceforge.net/check4update.php?</value>
|
||||||
</setting>
|
</setting>
|
||||||
<setting name="Examples" serializeAs="String">
|
<setting name="Examples" serializeAs="String">
|
||||||
<value>http://www.lsleditor.org/examples/</value>
|
<value>http://www.lsleditor.org/examples/</value>
|
||||||
|
@ -302,13 +301,13 @@
|
||||||
<value>Resource.ConfCSharp.xml</value>
|
<value>Resource.ConfCSharp.xml</value>
|
||||||
</setting>
|
</setting>
|
||||||
<setting name="UpdateManifest" serializeAs="String">
|
<setting name="UpdateManifest" serializeAs="String">
|
||||||
<value>http://www.lsleditor.org/CheckForUpdate/Manifest.aspx</value>
|
<value>http://lsleditor.sourceforge.net/update.php</value>
|
||||||
</setting>
|
</setting>
|
||||||
<setting name="ToolsOptions" serializeAs="String">
|
<setting name="ToolsOptions" serializeAs="String">
|
||||||
<value>Resource.ToolsOptions.xml</value>
|
<value>Resource.ToolsOptions.xml</value>
|
||||||
</setting>
|
</setting>
|
||||||
<setting name="ContactUrl" serializeAs="String">
|
<setting name="ContactUrl" serializeAs="String">
|
||||||
<value>http://www.lsleditor.org/mail/</value>
|
<value>https://sourceforge.net/tracker/?group_id=319248</value>
|
||||||
</setting>
|
</setting>
|
||||||
<setting name="DonateUrl" serializeAs="String">
|
<setting name="DonateUrl" serializeAs="String">
|
||||||
<value>http://www.lsleditor.org/donate.htm</value>
|
<value>http://www.lsleditor.org/donate.htm</value>
|
||||||
|
@ -320,7 +319,7 @@
|
||||||
<value>http://www.lslwiki.net/lslwiki/wakka.php?wakka=</value>
|
<value>http://www.lslwiki.net/lslwiki/wakka.php?wakka=</value>
|
||||||
</setting>
|
</setting>
|
||||||
<setting name="ForumLSLEditor" serializeAs="String">
|
<setting name="ForumLSLEditor" serializeAs="String">
|
||||||
<value>http://www.lsleditor.org/forum/</value>
|
<value>https://sourceforge.net/projects/lsleditor/forums</value>
|
||||||
</setting>
|
</setting>
|
||||||
<setting name="OopsRemove" serializeAs="String">
|
<setting name="OopsRemove" serializeAs="String">
|
||||||
<value>C:\Documents and Settings\Alphons\Mijn documenten\Visual Studio 2005\Projects</value>
|
<value>C:\Documents and Settings\Alphons\Mijn documenten\Visual Studio 2005\Projects</value>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue