Updating About dialogue
This commit is contained in:
parent
c34ba498d1
commit
cebc7c655a
6 changed files with 25 additions and 9 deletions
4
trunk/About.Designer.cs
generated
4
trunk/About.Designer.cs
generated
|
@ -93,10 +93,10 @@ namespace LSLEditor
|
||||||
this.linkLabel1.AutoSize = true;
|
this.linkLabel1.AutoSize = true;
|
||||||
this.linkLabel1.Location = new System.Drawing.Point(16, 96);
|
this.linkLabel1.Location = new System.Drawing.Point(16, 96);
|
||||||
this.linkLabel1.Name = "linkLabel1";
|
this.linkLabel1.Name = "linkLabel1";
|
||||||
this.linkLabel1.Size = new System.Drawing.Size(220, 13);
|
this.linkLabel1.Size = new System.Drawing.Size(79, 13);
|
||||||
this.linkLabel1.TabIndex = 1;
|
this.linkLabel1.TabIndex = 1;
|
||||||
this.linkLabel1.TabStop = true;
|
this.linkLabel1.TabStop = true;
|
||||||
this.linkLabel1.Text = "(C) 2006,2007,2008 Alphons van der Heijden";
|
this.linkLabel1.Text = "© 2006 — 2012";
|
||||||
this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
|
this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
|
||||||
//
|
//
|
||||||
// button1
|
// button1
|
||||||
|
|
|
@ -43,6 +43,7 @@
|
||||||
// */
|
// */
|
||||||
using System.Reflection;
|
using System.Reflection;
|
||||||
using System.Runtime.CompilerServices;
|
using System.Runtime.CompilerServices;
|
||||||
|
using System.Runtime.InteropServices;
|
||||||
|
|
||||||
//
|
//
|
||||||
// General Information about an assembly is controlled through the following
|
// General Information about an assembly is controlled through the following
|
||||||
|
@ -98,4 +99,5 @@ using System.Runtime.CompilerServices;
|
||||||
//
|
//
|
||||||
[assembly: AssemblyDelaySign(false)]
|
[assembly: AssemblyDelaySign(false)]
|
||||||
//[assembly: AssemblyKeyName("")]
|
//[assembly: AssemblyKeyName("")]
|
||||||
[assembly: AssemblyKeyFile("..\\..\\Resource\\test.snk")]
|
[assembly: AssemblyKeyFile("..\\..\\Resource\\test.snk")]
|
||||||
|
[assembly: ComVisibleAttribute(false)]
|
||||||
|
|
14
trunk/Properties/Settings.Designer.cs
generated
14
trunk/Properties/Settings.Designer.cs
generated
|
@ -1123,7 +1123,7 @@ namespace LSLEditor.Properties {
|
||||||
|
|
||||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
[global::System.Configuration.DefaultSettingValueAttribute("https://sourceforge.net/tracker/?group_id=319248")]
|
[global::System.Configuration.DefaultSettingValueAttribute("https://sourceforge.net/projects/lsleditor/")]
|
||||||
public string ContactUrl {
|
public string ContactUrl {
|
||||||
get {
|
get {
|
||||||
return ((string)(this["ContactUrl"]));
|
return ((string)(this["ContactUrl"]));
|
||||||
|
@ -1228,5 +1228,17 @@ namespace LSLEditor.Properties {
|
||||||
this["OutputFormat"] = value;
|
this["OutputFormat"] = value;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
|
[global::System.Configuration.DefaultSettingValueAttribute("UTF-8")]
|
||||||
|
public string OutputFormat1 {
|
||||||
|
get {
|
||||||
|
return ((string)(this["OutputFormat1"]));
|
||||||
|
}
|
||||||
|
set {
|
||||||
|
this["OutputFormat1"] = value;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -300,7 +300,7 @@
|
||||||
<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)">https://sourceforge.net/tracker/?group_id=319248</Value>
|
<Value Profile="(Default)">https://sourceforge.net/projects/lsleditor/</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>
|
||||||
|
@ -332,7 +332,7 @@
|
||||||
<Setting Name="OutputFormat" Type="System.String" Scope="User">
|
<Setting Name="OutputFormat" Type="System.String" Scope="User">
|
||||||
<Value Profile="(Default)">UTF-8</Value>
|
<Value Profile="(Default)">UTF-8</Value>
|
||||||
</Setting>
|
</Setting>
|
||||||
<Setting Name="OutputFormat" Type="System.String" Scope="User">
|
<Setting Name="OutputFormat1" Type="System.String" Scope="User">
|
||||||
<Value Profile="(Default)">UTF-8</Value>
|
<Value Profile="(Default)">UTF-8</Value>
|
||||||
</Setting>
|
</Setting>
|
||||||
</Settings>
|
</Settings>
|
||||||
|
|
|
@ -239,6 +239,9 @@
|
||||||
<setting name="OutputFormat" serializeAs="String">
|
<setting name="OutputFormat" serializeAs="String">
|
||||||
<value>UTF-8</value>
|
<value>UTF-8</value>
|
||||||
</setting>
|
</setting>
|
||||||
|
<setting name="OutputFormat1" serializeAs="String">
|
||||||
|
<value>UTF-8</value>
|
||||||
|
</setting>
|
||||||
</LSLEditor.Properties.Settings>
|
</LSLEditor.Properties.Settings>
|
||||||
</userSettings>
|
</userSettings>
|
||||||
<applicationSettings>
|
<applicationSettings>
|
||||||
|
@ -304,7 +307,7 @@
|
||||||
<value>Resource.ToolsOptions.xml</value>
|
<value>Resource.ToolsOptions.xml</value>
|
||||||
</setting>
|
</setting>
|
||||||
<setting name="ContactUrl" serializeAs="String">
|
<setting name="ContactUrl" serializeAs="String">
|
||||||
<value>https://sourceforge.net/tracker/?group_id=319248</value>
|
<value>https://sourceforge.net/projects/lsleditor/</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>
|
||||||
|
|
|
@ -20,8 +20,7 @@
|
||||||
<OutputType>WinExe</OutputType>
|
<OutputType>WinExe</OutputType>
|
||||||
<RootNamespace>LSLEditor</RootNamespace>
|
<RootNamespace>LSLEditor</RootNamespace>
|
||||||
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
|
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
|
||||||
<StartupObject>
|
<StartupObject>LSLEditor.LSLEditorForm</StartupObject>
|
||||||
</StartupObject>
|
|
||||||
<FileUpgradeFlags>
|
<FileUpgradeFlags>
|
||||||
</FileUpgradeFlags>
|
</FileUpgradeFlags>
|
||||||
<UpgradeBackupLocation>
|
<UpgradeBackupLocation>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue