Changed splash image and icons
|
@ -11,7 +11,7 @@
|
|||
<RootNamespace>CodeImp.DoomBuilder</RootNamespace>
|
||||
<AssemblyName>Builder</AssemblyName>
|
||||
<StartupObject>CodeImp.DoomBuilder.General</StartupObject>
|
||||
<ApplicationIcon>Resources\UDB.ico</ApplicationIcon>
|
||||
<ApplicationIcon>Resources\UDB2.ico</ApplicationIcon>
|
||||
<Win32Resource>
|
||||
</Win32Resource>
|
||||
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
|
||||
|
@ -23,6 +23,21 @@
|
|||
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
||||
<ApplicationManifest>app.manifest</ApplicationManifest>
|
||||
<TargetFrameworkProfile />
|
||||
<PublishUrl>publish\</PublishUrl>
|
||||
<Install>true</Install>
|
||||
<InstallFrom>Disk</InstallFrom>
|
||||
<UpdateEnabled>false</UpdateEnabled>
|
||||
<UpdateMode>Foreground</UpdateMode>
|
||||
<UpdateInterval>7</UpdateInterval>
|
||||
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
||||
<UpdatePeriodically>false</UpdatePeriodically>
|
||||
<UpdateRequired>false</UpdateRequired>
|
||||
<MapFileExtensions>true</MapFileExtensions>
|
||||
<ApplicationRevision>0</ApplicationRevision>
|
||||
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
||||
<IsWebBootstrapper>false</IsWebBootstrapper>
|
||||
<UseApplicationTrust>false</UseApplicationTrust>
|
||||
<BootstrapperEnabled>true</BootstrapperEnabled>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
|
@ -785,6 +800,7 @@
|
|||
<EmbeddedResource Include="Resources\MissingTexture3D.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\UDB2.ico" />
|
||||
<None Include="app.manifest" />
|
||||
<EmbeddedResource Include="Controls\Scripting\FindUsagesControl.resx">
|
||||
<DependentUpon>FindUsagesControl.cs</DependentUpon>
|
||||
|
@ -1283,6 +1299,7 @@
|
|||
<None Include="Resources\Angle5.png" />
|
||||
<None Include="Resources\Angle6.png" />
|
||||
<None Include="Resources\Angle7.png" />
|
||||
<None Include="Resources\AboutBack.png" />
|
||||
<Content Include="Resources\DB2.ico" />
|
||||
<None Include="Resources\GZDB2.ico" />
|
||||
<None Include="Resources\UDB.ico" />
|
||||
|
@ -1530,7 +1547,13 @@
|
|||
<DependentUpon>VertexEditForm.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
</ItemGroup>
|
||||
<ItemGroup />
|
||||
<ItemGroup>
|
||||
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
||||
<Visible>False</Visible>
|
||||
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
||||
<Install>false</Install>
|
||||
</BootstrapperPackage>
|
||||
</ItemGroup>
|
||||
<PropertyGroup>
|
||||
<PreBuildEvent>echo Current Output Directory: %25cd%25
|
||||
echo Copying platform-appropriate DevIL.dll file.
|
||||
|
|
|
@ -92,7 +92,7 @@ namespace CodeImp.DoomBuilder.Controls
|
|||
this.SetStyle(ControlStyles.AllPaintingInWmPaint, true);
|
||||
this.SetStyle(ControlStyles.Opaque, false);
|
||||
this.UpdateStyles();
|
||||
this.BackColor = SystemColors.ControlDarkDark;
|
||||
this.BackColor = Color.FromArgb(32, 32, 40);
|
||||
this.BackgroundImage = Properties.Resources.Splash3_trans;
|
||||
this.BackgroundImageLayout = ImageLayout.Center;
|
||||
}
|
||||
|
|
32
Source/Core/Properties/Resources.Designer.cs
generated
|
@ -19,7 +19,7 @@ namespace CodeImp.DoomBuilder.Properties {
|
|||
// class via a tool like ResGen or Visual Studio.
|
||||
// To add or remove a member, edit your .ResX file then rerun ResGen
|
||||
// with the /str option, or rebuild your VS project.
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||
internal class Resources {
|
||||
|
@ -70,6 +70,16 @@ namespace CodeImp.DoomBuilder.Properties {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap AboutBack {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("AboutBack", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
|
@ -669,16 +679,6 @@ namespace CodeImp.DoomBuilder.Properties {
|
|||
return ((System.Drawing.Icon)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
|
||||
/// </summary>
|
||||
internal static System.Drawing.Icon UDB {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("UDB", resourceCulture);
|
||||
return ((System.Drawing.Icon)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
|
@ -1640,6 +1640,16 @@ namespace CodeImp.DoomBuilder.Properties {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
|
||||
/// </summary>
|
||||
internal static System.Drawing.Icon UDB2 {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("UDB2", resourceCulture);
|
||||
return ((System.Drawing.Icon)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
|
|
|
@ -586,9 +586,6 @@
|
|||
<data name="GZDB2" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\GZDB2.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="UDB" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\UDB.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="TextIndent" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\TextIndent.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
|
@ -691,4 +688,10 @@
|
|||
<data name="world3d_vertex_color" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\world3d_vertex_color.fp;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name="AboutBack" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\AboutBack.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="UDB2" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\UDB2.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
</root>
|
BIN
Source/Core/Resources/AboutBack.png
Executable file
After Width: | Height: | Size: 149 KiB |
Before Width: | Height: | Size: 252 KiB After Width: | Height: | Size: 324 KiB |
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 30 KiB |
BIN
Source/Core/Resources/UDB2.ico
Executable file
After Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 5.7 KiB After Width: | Height: | Size: 788 B |
472
Source/Core/Windows/AboutForm.Designer.cs
generated
|
@ -29,156 +29,38 @@ namespace CodeImp.DoomBuilder.Windows
|
|||
private void InitializeComponent()
|
||||
{
|
||||
System.Windows.Forms.PictureBox pictureBox5;
|
||||
System.Windows.Forms.PictureBox pictureBox1;
|
||||
System.Windows.Forms.Label label1;
|
||||
System.Windows.Forms.PictureBox pictureBox3;
|
||||
System.Windows.Forms.Label label4;
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AboutForm));
|
||||
this.close = new System.Windows.Forms.Button();
|
||||
this.tabControl1 = new System.Windows.Forms.TabControl();
|
||||
this.tabPage1 = new System.Windows.Forms.TabPage();
|
||||
this.panel1 = new System.Windows.Forms.Panel();
|
||||
this.version = new System.Windows.Forms.Label();
|
||||
this.copyversion = new System.Windows.Forms.Button();
|
||||
this.gitlink = new System.Windows.Forms.LinkLabel();
|
||||
this.label2 = new System.Windows.Forms.Label();
|
||||
this.zdoomorglink = new System.Windows.Forms.LinkLabel();
|
||||
this.copyversion = new System.Windows.Forms.Button();
|
||||
this.version = new System.Windows.Forms.Label();
|
||||
this.tabPage3 = new System.Windows.Forms.TabPage();
|
||||
this.linkLabel4 = new System.Windows.Forms.LinkLabel();
|
||||
this.linkLabel3 = new System.Windows.Forms.LinkLabel();
|
||||
this.codeimplink = new System.Windows.Forms.LinkLabel();
|
||||
this.pictureBox4 = new System.Windows.Forms.PictureBox();
|
||||
this.builderlink = new System.Windows.Forms.LinkLabel();
|
||||
this.label3 = new System.Windows.Forms.Label();
|
||||
this.pictureBox6 = new System.Windows.Forms.PictureBox();
|
||||
this.tabPage2 = new System.Windows.Forms.TabPage();
|
||||
this.codeimplink = new System.Windows.Forms.LinkLabel();
|
||||
this.pictureBox2 = new System.Windows.Forms.PictureBox();
|
||||
this.builderlink = new System.Windows.Forms.LinkLabel();
|
||||
pictureBox5 = new System.Windows.Forms.PictureBox();
|
||||
pictureBox1 = new System.Windows.Forms.PictureBox();
|
||||
label1 = new System.Windows.Forms.Label();
|
||||
pictureBox3 = new System.Windows.Forms.PictureBox();
|
||||
label4 = new System.Windows.Forms.Label();
|
||||
((System.ComponentModel.ISupportInitialize)(pictureBox5)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(pictureBox3)).BeginInit();
|
||||
this.tabControl1.SuspendLayout();
|
||||
this.tabPage1.SuspendLayout();
|
||||
this.panel1.SuspendLayout();
|
||||
this.tabPage3.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(pictureBox5)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit();
|
||||
this.tabPage2.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(pictureBox1)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// close
|
||||
//
|
||||
this.close.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.close.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
||||
this.close.Location = new System.Drawing.Point(472, 243);
|
||||
this.close.Name = "close";
|
||||
this.close.Size = new System.Drawing.Size(116, 25);
|
||||
this.close.TabIndex = 5;
|
||||
this.close.Text = "Close";
|
||||
this.close.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// tabControl1
|
||||
//
|
||||
this.tabControl1.Controls.Add(this.tabPage1);
|
||||
this.tabControl1.Controls.Add(this.tabPage3);
|
||||
this.tabControl1.Controls.Add(this.tabPage2);
|
||||
this.tabControl1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
||||
this.tabControl1.Location = new System.Drawing.Point(12, 12);
|
||||
this.tabControl1.Name = "tabControl1";
|
||||
this.tabControl1.Padding = new System.Drawing.Point(24, 3);
|
||||
this.tabControl1.SelectedIndex = 0;
|
||||
this.tabControl1.Size = new System.Drawing.Size(576, 227);
|
||||
this.tabControl1.TabIndex = 11;
|
||||
//
|
||||
// tabPage1
|
||||
//
|
||||
this.tabPage1.Controls.Add(this.gitlink);
|
||||
this.tabPage1.Controls.Add(this.label2);
|
||||
this.tabPage1.Controls.Add(this.zdoomorglink);
|
||||
this.tabPage1.Controls.Add(this.copyversion);
|
||||
this.tabPage1.Controls.Add(this.version);
|
||||
this.tabPage1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
||||
this.tabPage1.Location = new System.Drawing.Point(4, 22);
|
||||
this.tabPage1.Name = "tabPage1";
|
||||
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
|
||||
this.tabPage1.Size = new System.Drawing.Size(568, 201);
|
||||
this.tabPage1.TabIndex = 0;
|
||||
this.tabPage1.Text = "About Ultimate Doom Builder";
|
||||
this.tabPage1.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// gitlink
|
||||
//
|
||||
this.gitlink.AutoSize = true;
|
||||
this.gitlink.LinkColor = System.Drawing.SystemColors.HotTrack;
|
||||
this.gitlink.Location = new System.Drawing.Point(169, 181);
|
||||
this.gitlink.Name = "gitlink";
|
||||
this.gitlink.Size = new System.Drawing.Size(134, 13);
|
||||
this.gitlink.TabIndex = 18;
|
||||
this.gitlink.TabStop = true;
|
||||
this.gitlink.Text = "Project page at github.com";
|
||||
this.gitlink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.gitlink_LinkClicked);
|
||||
//
|
||||
// label2
|
||||
//
|
||||
this.label2.AutoSize = true;
|
||||
this.label2.Location = new System.Drawing.Point(14, 47);
|
||||
this.label2.Name = "label2";
|
||||
this.label2.Size = new System.Drawing.Size(343, 117);
|
||||
this.label2.TabIndex = 17;
|
||||
this.label2.Text = "Ultimate Doom Builder contributors:\r\n\r\n • ZZYZX\r\n • boris\r\n • dpJudas\r\n • Talon10" +
|
||||
"24\r\n • anotak\r\n\r\nAnd others; for the full list consider looking at the project\'s" +
|
||||
" GitHub page.";
|
||||
//
|
||||
// zdoomorglink
|
||||
//
|
||||
this.zdoomorglink.AutoSize = true;
|
||||
this.zdoomorglink.LinkColor = System.Drawing.SystemColors.HotTrack;
|
||||
this.zdoomorglink.Location = new System.Drawing.Point(14, 181);
|
||||
this.zdoomorglink.Name = "zdoomorglink";
|
||||
this.zdoomorglink.Size = new System.Drawing.Size(140, 13);
|
||||
this.zdoomorglink.TabIndex = 15;
|
||||
this.zdoomorglink.TabStop = true;
|
||||
this.zdoomorglink.Text = "Official thread at ZDoom.org";
|
||||
this.zdoomorglink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.zdoomorglink_LinkClicked);
|
||||
//
|
||||
// copyversion
|
||||
//
|
||||
this.copyversion.Location = new System.Drawing.Point(293, 9);
|
||||
this.copyversion.Name = "copyversion";
|
||||
this.copyversion.Size = new System.Drawing.Size(81, 25);
|
||||
this.copyversion.TabIndex = 13;
|
||||
this.copyversion.Text = "Copy Version";
|
||||
this.copyversion.UseVisualStyleBackColor = true;
|
||||
this.copyversion.Click += new System.EventHandler(this.copyversion_Click);
|
||||
//
|
||||
// version
|
||||
//
|
||||
this.version.AutoSize = true;
|
||||
this.version.BackColor = System.Drawing.SystemColors.Window;
|
||||
this.version.FlatStyle = System.Windows.Forms.FlatStyle.System;
|
||||
this.version.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
||||
this.version.Location = new System.Drawing.Point(16, 16);
|
||||
this.version.Name = "version";
|
||||
this.version.Size = new System.Drawing.Size(210, 13);
|
||||
this.version.TabIndex = 11;
|
||||
this.version.Text = "Ultimate Doom Builder some version";
|
||||
//
|
||||
// tabPage3
|
||||
//
|
||||
this.tabPage3.Controls.Add(this.label3);
|
||||
this.tabPage3.Controls.Add(pictureBox5);
|
||||
this.tabPage3.Controls.Add(this.pictureBox6);
|
||||
this.tabPage3.Location = new System.Drawing.Point(4, 22);
|
||||
this.tabPage3.Name = "tabPage3";
|
||||
this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
|
||||
this.tabPage3.Size = new System.Drawing.Size(568, 201);
|
||||
this.tabPage3.TabIndex = 2;
|
||||
this.tabPage3.Text = "About GZDoom Builder";
|
||||
this.tabPage3.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// label3
|
||||
//
|
||||
this.label3.AutoSize = true;
|
||||
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
||||
this.label3.Location = new System.Drawing.Point(9, 98);
|
||||
this.label3.Name = "label3";
|
||||
this.label3.Size = new System.Drawing.Size(286, 26);
|
||||
this.label3.TabIndex = 22;
|
||||
this.label3.Text = "GZDoom Builder is designed and programmed by MaxED.\r\nGZDoom Builder uses game con" +
|
||||
"figurations created by Gez.";
|
||||
//
|
||||
// pictureBox5
|
||||
//
|
||||
|
@ -189,6 +71,230 @@ namespace CodeImp.DoomBuilder.Windows
|
|||
pictureBox5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
|
||||
pictureBox5.TabIndex = 19;
|
||||
pictureBox5.TabStop = false;
|
||||
//
|
||||
// pictureBox3
|
||||
//
|
||||
pictureBox3.Image = global::CodeImp.DoomBuilder.Properties.Resources.Splash3_small;
|
||||
pictureBox3.Location = new System.Drawing.Point(12, 129);
|
||||
pictureBox3.Name = "pictureBox3";
|
||||
pictureBox3.Size = new System.Drawing.Size(226, 80);
|
||||
pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
|
||||
pictureBox3.TabIndex = 23;
|
||||
pictureBox3.TabStop = false;
|
||||
//
|
||||
// label4
|
||||
//
|
||||
label4.BackColor = System.Drawing.SystemColors.Window;
|
||||
label4.FlatStyle = System.Windows.Forms.FlatStyle.System;
|
||||
label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
||||
label4.Location = new System.Drawing.Point(244, 129);
|
||||
label4.Name = "label4";
|
||||
label4.Size = new System.Drawing.Size(224, 80);
|
||||
label4.TabIndex = 24;
|
||||
label4.Text = "Doom Builder is designed and programmed by Pascal vd Heiden.\r\nSeveral game config" +
|
||||
"urations were written by various members of the Doom community. See the website " +
|
||||
"for a complete list of credits.";
|
||||
//
|
||||
// close
|
||||
//
|
||||
this.close.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.close.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
||||
this.close.Location = new System.Drawing.Point(472, 298);
|
||||
this.close.Name = "close";
|
||||
this.close.Size = new System.Drawing.Size(116, 25);
|
||||
this.close.TabIndex = 5;
|
||||
this.close.Text = "Close";
|
||||
this.close.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// tabControl1
|
||||
//
|
||||
this.tabControl1.Controls.Add(this.tabPage1);
|
||||
this.tabControl1.Controls.Add(this.tabPage3);
|
||||
this.tabControl1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
||||
this.tabControl1.Location = new System.Drawing.Point(12, 12);
|
||||
this.tabControl1.Name = "tabControl1";
|
||||
this.tabControl1.Padding = new System.Drawing.Point(24, 3);
|
||||
this.tabControl1.SelectedIndex = 0;
|
||||
this.tabControl1.Size = new System.Drawing.Size(576, 280);
|
||||
this.tabControl1.TabIndex = 11;
|
||||
//
|
||||
// tabPage1
|
||||
//
|
||||
this.tabPage1.BackgroundImage = global::CodeImp.DoomBuilder.Properties.Resources.AboutBack;
|
||||
this.tabPage1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
||||
this.tabPage1.Controls.Add(this.panel1);
|
||||
this.tabPage1.Controls.Add(this.gitlink);
|
||||
this.tabPage1.Controls.Add(this.label2);
|
||||
this.tabPage1.Controls.Add(this.zdoomorglink);
|
||||
this.tabPage1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
||||
this.tabPage1.Location = new System.Drawing.Point(4, 22);
|
||||
this.tabPage1.Name = "tabPage1";
|
||||
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
|
||||
this.tabPage1.Size = new System.Drawing.Size(568, 254);
|
||||
this.tabPage1.TabIndex = 0;
|
||||
this.tabPage1.Text = "About Ultimate Doom Builder";
|
||||
this.tabPage1.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// panel1
|
||||
//
|
||||
this.panel1.BackColor = System.Drawing.SystemColors.Window;
|
||||
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||
this.panel1.Controls.Add(this.version);
|
||||
this.panel1.Controls.Add(this.copyversion);
|
||||
this.panel1.Location = new System.Drawing.Point(17, 16);
|
||||
this.panel1.Name = "panel1";
|
||||
this.panel1.Size = new System.Drawing.Size(417, 38);
|
||||
this.panel1.TabIndex = 19;
|
||||
//
|
||||
// version
|
||||
//
|
||||
this.version.AutoSize = true;
|
||||
this.version.BackColor = System.Drawing.SystemColors.Window;
|
||||
this.version.FlatStyle = System.Windows.Forms.FlatStyle.System;
|
||||
this.version.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
||||
this.version.Location = new System.Drawing.Point(10, 12);
|
||||
this.version.Name = "version";
|
||||
this.version.Size = new System.Drawing.Size(210, 13);
|
||||
this.version.TabIndex = 11;
|
||||
this.version.Text = "Ultimate Doom Builder some version";
|
||||
//
|
||||
// copyversion
|
||||
//
|
||||
this.copyversion.Location = new System.Drawing.Point(328, 5);
|
||||
this.copyversion.Name = "copyversion";
|
||||
this.copyversion.Size = new System.Drawing.Size(81, 25);
|
||||
this.copyversion.TabIndex = 13;
|
||||
this.copyversion.Text = "Copy Version";
|
||||
this.copyversion.UseVisualStyleBackColor = true;
|
||||
this.copyversion.Click += new System.EventHandler(this.copyversion_Click);
|
||||
//
|
||||
// gitlink
|
||||
//
|
||||
this.gitlink.AutoSize = true;
|
||||
this.gitlink.LinkColor = System.Drawing.Color.White;
|
||||
this.gitlink.Location = new System.Drawing.Point(174, 225);
|
||||
this.gitlink.Name = "gitlink";
|
||||
this.gitlink.Size = new System.Drawing.Size(134, 13);
|
||||
this.gitlink.TabIndex = 18;
|
||||
this.gitlink.TabStop = true;
|
||||
this.gitlink.Text = "Project page at github.com";
|
||||
this.gitlink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.gitlink_LinkClicked);
|
||||
//
|
||||
// label2
|
||||
//
|
||||
this.label2.AutoSize = true;
|
||||
this.label2.ForeColor = System.Drawing.Color.White;
|
||||
this.label2.Location = new System.Drawing.Point(19, 65);
|
||||
this.label2.Name = "label2";
|
||||
this.label2.Size = new System.Drawing.Size(343, 130);
|
||||
this.label2.TabIndex = 17;
|
||||
this.label2.Text = resources.GetString("label2.Text");
|
||||
//
|
||||
// zdoomorglink
|
||||
//
|
||||
this.zdoomorglink.AutoSize = true;
|
||||
this.zdoomorglink.LinkColor = System.Drawing.Color.White;
|
||||
this.zdoomorglink.Location = new System.Drawing.Point(19, 225);
|
||||
this.zdoomorglink.Name = "zdoomorglink";
|
||||
this.zdoomorglink.Size = new System.Drawing.Size(140, 13);
|
||||
this.zdoomorglink.TabIndex = 15;
|
||||
this.zdoomorglink.TabStop = true;
|
||||
this.zdoomorglink.Text = "Official thread at ZDoom.org";
|
||||
this.zdoomorglink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.zdoomorglink_LinkClicked);
|
||||
//
|
||||
// tabPage3
|
||||
//
|
||||
this.tabPage3.Controls.Add(this.linkLabel4);
|
||||
this.tabPage3.Controls.Add(this.linkLabel3);
|
||||
this.tabPage3.Controls.Add(pictureBox3);
|
||||
this.tabPage3.Controls.Add(this.codeimplink);
|
||||
this.tabPage3.Controls.Add(label4);
|
||||
this.tabPage3.Controls.Add(this.pictureBox4);
|
||||
this.tabPage3.Controls.Add(this.builderlink);
|
||||
this.tabPage3.Controls.Add(this.label3);
|
||||
this.tabPage3.Controls.Add(pictureBox5);
|
||||
this.tabPage3.Controls.Add(this.pictureBox6);
|
||||
this.tabPage3.Location = new System.Drawing.Point(4, 22);
|
||||
this.tabPage3.Name = "tabPage3";
|
||||
this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
|
||||
this.tabPage3.Size = new System.Drawing.Size(568, 254);
|
||||
this.tabPage3.TabIndex = 2;
|
||||
this.tabPage3.Text = "Based on...";
|
||||
this.tabPage3.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// linkLabel4
|
||||
//
|
||||
this.linkLabel4.ActiveLinkColor = System.Drawing.Color.Firebrick;
|
||||
this.linkLabel4.AutoSize = true;
|
||||
this.linkLabel4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
||||
this.linkLabel4.LinkColor = System.Drawing.SystemColors.HotTrack;
|
||||
this.linkLabel4.Location = new System.Drawing.Point(158, 99);
|
||||
this.linkLabel4.Name = "linkLabel4";
|
||||
this.linkLabel4.Size = new System.Drawing.Size(134, 13);
|
||||
this.linkLabel4.TabIndex = 29;
|
||||
this.linkLabel4.TabStop = true;
|
||||
this.linkLabel4.Text = "Project page at github.com";
|
||||
this.linkLabel4.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel4_LinkClicked);
|
||||
//
|
||||
// linkLabel3
|
||||
//
|
||||
this.linkLabel3.ActiveLinkColor = System.Drawing.Color.Firebrick;
|
||||
this.linkLabel3.AutoSize = true;
|
||||
this.linkLabel3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
||||
this.linkLabel3.LinkColor = System.Drawing.SystemColors.HotTrack;
|
||||
this.linkLabel3.Location = new System.Drawing.Point(12, 99);
|
||||
this.linkLabel3.Name = "linkLabel3";
|
||||
this.linkLabel3.Size = new System.Drawing.Size(140, 13);
|
||||
this.linkLabel3.TabIndex = 28;
|
||||
this.linkLabel3.TabStop = true;
|
||||
this.linkLabel3.Text = "Official thread at ZDoom.org";
|
||||
this.linkLabel3.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel3_LinkClicked);
|
||||
//
|
||||
// codeimplink
|
||||
//
|
||||
this.codeimplink.ActiveLinkColor = System.Drawing.Color.Firebrick;
|
||||
this.codeimplink.AutoSize = true;
|
||||
this.codeimplink.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
||||
this.codeimplink.LinkColor = System.Drawing.SystemColors.HotTrack;
|
||||
this.codeimplink.Location = new System.Drawing.Point(13, 233);
|
||||
this.codeimplink.Name = "codeimplink";
|
||||
this.codeimplink.Size = new System.Drawing.Size(97, 13);
|
||||
this.codeimplink.TabIndex = 26;
|
||||
this.codeimplink.TabStop = true;
|
||||
this.codeimplink.Text = "www.codeimp.com";
|
||||
//
|
||||
// pictureBox4
|
||||
//
|
||||
this.pictureBox4.Image = global::CodeImp.DoomBuilder.Properties.Resources.CLogo;
|
||||
this.pictureBox4.Location = new System.Drawing.Point(474, 129);
|
||||
this.pictureBox4.Name = "pictureBox4";
|
||||
this.pictureBox4.Size = new System.Drawing.Size(88, 80);
|
||||
this.pictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
||||
this.pictureBox4.TabIndex = 27;
|
||||
this.pictureBox4.TabStop = false;
|
||||
//
|
||||
// builderlink
|
||||
//
|
||||
this.builderlink.ActiveLinkColor = System.Drawing.Color.Firebrick;
|
||||
this.builderlink.AutoSize = true;
|
||||
this.builderlink.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
||||
this.builderlink.LinkColor = System.Drawing.SystemColors.HotTrack;
|
||||
this.builderlink.Location = new System.Drawing.Point(13, 213);
|
||||
this.builderlink.Name = "builderlink";
|
||||
this.builderlink.Size = new System.Drawing.Size(114, 13);
|
||||
this.builderlink.TabIndex = 25;
|
||||
this.builderlink.TabStop = true;
|
||||
this.builderlink.Text = "www.doombuilder.com";
|
||||
//
|
||||
// label3
|
||||
//
|
||||
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
||||
this.label3.Location = new System.Drawing.Point(244, 10);
|
||||
this.label3.Name = "label3";
|
||||
this.label3.Size = new System.Drawing.Size(226, 59);
|
||||
this.label3.TabIndex = 22;
|
||||
this.label3.Text = "GZDoom Builder is designed and programmed by MaxED; GZDoom Builder uses game conf" +
|
||||
"igurations created by Gez.";
|
||||
//
|
||||
// pictureBox6
|
||||
//
|
||||
|
@ -200,87 +306,13 @@ namespace CodeImp.DoomBuilder.Windows
|
|||
this.pictureBox6.TabIndex = 21;
|
||||
this.pictureBox6.TabStop = false;
|
||||
//
|
||||
// tabPage2
|
||||
//
|
||||
this.tabPage2.Controls.Add(pictureBox1);
|
||||
this.tabPage2.Controls.Add(this.codeimplink);
|
||||
this.tabPage2.Controls.Add(label1);
|
||||
this.tabPage2.Controls.Add(this.pictureBox2);
|
||||
this.tabPage2.Controls.Add(this.builderlink);
|
||||
this.tabPage2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
||||
this.tabPage2.Location = new System.Drawing.Point(4, 22);
|
||||
this.tabPage2.Name = "tabPage2";
|
||||
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
|
||||
this.tabPage2.Size = new System.Drawing.Size(568, 201);
|
||||
this.tabPage2.TabIndex = 1;
|
||||
this.tabPage2.Text = "About Doom Builder";
|
||||
this.tabPage2.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// pictureBox1
|
||||
//
|
||||
pictureBox1.Image = global::CodeImp.DoomBuilder.Properties.Resources.Splash3_small;
|
||||
pictureBox1.Location = new System.Drawing.Point(6, 6);
|
||||
pictureBox1.Name = "pictureBox1";
|
||||
pictureBox1.Size = new System.Drawing.Size(226, 80);
|
||||
pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
|
||||
pictureBox1.TabIndex = 0;
|
||||
pictureBox1.TabStop = false;
|
||||
//
|
||||
// codeimplink
|
||||
//
|
||||
this.codeimplink.ActiveLinkColor = System.Drawing.Color.Firebrick;
|
||||
this.codeimplink.AutoSize = true;
|
||||
this.codeimplink.LinkColor = System.Drawing.SystemColors.HotTrack;
|
||||
this.codeimplink.Location = new System.Drawing.Point(8, 176);
|
||||
this.codeimplink.Name = "codeimplink";
|
||||
this.codeimplink.Size = new System.Drawing.Size(97, 13);
|
||||
this.codeimplink.TabIndex = 4;
|
||||
this.codeimplink.TabStop = true;
|
||||
this.codeimplink.Text = "www.codeimp.com";
|
||||
this.codeimplink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.codeimplink_LinkClicked);
|
||||
//
|
||||
// label1
|
||||
//
|
||||
label1.BackColor = System.Drawing.SystemColors.Window;
|
||||
label1.FlatStyle = System.Windows.Forms.FlatStyle.System;
|
||||
label1.Location = new System.Drawing.Point(11, 98);
|
||||
label1.Name = "label1";
|
||||
label1.Size = new System.Drawing.Size(349, 50);
|
||||
label1.TabIndex = 2;
|
||||
label1.Text = "Doom Builder is designed and programmed by Pascal vd Heiden.\r\nSeveral game config" +
|
||||
"urations were written by various members of the Doom community. See the website " +
|
||||
"for a complete list of credits.";
|
||||
//
|
||||
// pictureBox2
|
||||
//
|
||||
this.pictureBox2.Image = global::CodeImp.DoomBuilder.Properties.Resources.CLogo;
|
||||
this.pictureBox2.Location = new System.Drawing.Point(474, 6);
|
||||
this.pictureBox2.Name = "pictureBox2";
|
||||
this.pictureBox2.Size = new System.Drawing.Size(88, 80);
|
||||
this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
||||
this.pictureBox2.TabIndex = 10;
|
||||
this.pictureBox2.TabStop = false;
|
||||
//
|
||||
// builderlink
|
||||
//
|
||||
this.builderlink.ActiveLinkColor = System.Drawing.Color.Firebrick;
|
||||
this.builderlink.AutoSize = true;
|
||||
this.builderlink.LinkColor = System.Drawing.SystemColors.HotTrack;
|
||||
this.builderlink.Location = new System.Drawing.Point(8, 156);
|
||||
this.builderlink.Name = "builderlink";
|
||||
this.builderlink.Size = new System.Drawing.Size(114, 13);
|
||||
this.builderlink.TabIndex = 3;
|
||||
this.builderlink.TabStop = true;
|
||||
this.builderlink.Text = "www.doombuilder.com";
|
||||
this.builderlink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.builderlink_LinkClicked);
|
||||
//
|
||||
// AboutForm
|
||||
//
|
||||
this.AcceptButton = this.close;
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
||||
this.CancelButton = this.close;
|
||||
this.ClientSize = new System.Drawing.Size(600, 271);
|
||||
this.ClientSize = new System.Drawing.Size(600, 334);
|
||||
this.Controls.Add(this.tabControl1);
|
||||
this.Controls.Add(this.close);
|
||||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
||||
|
@ -292,17 +324,17 @@ namespace CodeImp.DoomBuilder.Windows
|
|||
this.ShowInTaskbar = false;
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
||||
this.Text = "About";
|
||||
((System.ComponentModel.ISupportInitialize)(pictureBox5)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(pictureBox3)).EndInit();
|
||||
this.tabControl1.ResumeLayout(false);
|
||||
this.tabPage1.ResumeLayout(false);
|
||||
this.tabPage1.PerformLayout();
|
||||
this.panel1.ResumeLayout(false);
|
||||
this.panel1.PerformLayout();
|
||||
this.tabPage3.ResumeLayout(false);
|
||||
this.tabPage3.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(pictureBox5)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit();
|
||||
this.tabPage2.ResumeLayout(false);
|
||||
this.tabPage2.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(pictureBox1)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
@ -310,19 +342,21 @@ namespace CodeImp.DoomBuilder.Windows
|
|||
#endregion
|
||||
|
||||
private System.Windows.Forms.Button close;
|
||||
private System.Windows.Forms.LinkLabel builderlink;
|
||||
private System.Windows.Forms.PictureBox pictureBox2;
|
||||
private System.Windows.Forms.LinkLabel codeimplink;
|
||||
private System.Windows.Forms.TabControl tabControl1;
|
||||
private System.Windows.Forms.TabPage tabPage1;
|
||||
private System.Windows.Forms.LinkLabel zdoomorglink;
|
||||
private System.Windows.Forms.Button copyversion;
|
||||
private System.Windows.Forms.Label version;
|
||||
private System.Windows.Forms.TabPage tabPage2;
|
||||
private System.Windows.Forms.Label label2;
|
||||
private System.Windows.Forms.LinkLabel gitlink;
|
||||
private System.Windows.Forms.TabPage tabPage3;
|
||||
private System.Windows.Forms.Label label3;
|
||||
private System.Windows.Forms.PictureBox pictureBox6;
|
||||
private System.Windows.Forms.Panel panel1;
|
||||
private System.Windows.Forms.LinkLabel codeimplink;
|
||||
private System.Windows.Forms.PictureBox pictureBox4;
|
||||
private System.Windows.Forms.LinkLabel builderlink;
|
||||
private System.Windows.Forms.LinkLabel linkLabel4;
|
||||
private System.Windows.Forms.LinkLabel linkLabel3;
|
||||
}
|
||||
}
|
|
@ -53,13 +53,13 @@ namespace CodeImp.DoomBuilder.Windows
|
|||
General.OpenWebsite("http://" + codeimplink.Text);
|
||||
}
|
||||
|
||||
//mxd
|
||||
// UDB thread
|
||||
private void zdoomorglink_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
|
||||
{
|
||||
General.OpenWebsite("http://forum.zdoom.org/viewtopic.php?f=44&t=54957");
|
||||
}
|
||||
|
||||
//mxd
|
||||
// UDB repo
|
||||
private void gitlink_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
|
||||
{
|
||||
General.OpenWebsite("https://github.com/jewalky/GZDoom-Builder-Bugfix");
|
||||
|
@ -77,5 +77,17 @@ namespace CodeImp.DoomBuilder.Windows
|
|||
General.Interface.DisplayStatus(StatusType.Warning, "Failed to perform a Clipboard operation...");
|
||||
}
|
||||
}
|
||||
|
||||
// mxd's GZDB thread
|
||||
private void linkLabel3_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
|
||||
{
|
||||
General.OpenWebsite("https://forum.zdoom.org/viewtopic.php?f=44&t=32392");
|
||||
}
|
||||
|
||||
// mxd's GZDB repo
|
||||
private void linkLabel4_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
|
||||
{
|
||||
General.OpenWebsite("https://github.com/m-x-d/GZDoom-Builder");
|
||||
}
|
||||
}
|
||||
}
|
|
@ -120,19 +120,22 @@
|
|||
<metadata name="pictureBox5.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</metadata>
|
||||
<metadata name="pictureBox1.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<metadata name="pictureBox3.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</metadata>
|
||||
<metadata name="label1.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</metadata>
|
||||
<metadata name="pictureBox5.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</metadata>
|
||||
<metadata name="pictureBox1.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</metadata>
|
||||
<metadata name="label1.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<metadata name="label4.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</metadata>
|
||||
<data name="label2.Text" xml:space="preserve">
|
||||
<value>Ultimate Doom Builder contributors:
|
||||
|
||||
• ZZYZX
|
||||
• boris
|
||||
• dpJudas
|
||||
• Talon1024
|
||||
• anotak
|
||||
|
||||
And others; for the full list consider looking at the project's GitHub page.
|
||||
Background image is by Zanieon.</value>
|
||||
</data>
|
||||
</root>
|
|
@ -223,6 +223,6 @@
|
|||
</data>
|
||||
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||
<data name="$this.Icon" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\UDB.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
<value>..\Resources\UDB2.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
</root>
|
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 24 KiB |