mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-22 20:02:48 +00:00
Fixed logos in the About form
This commit is contained in:
parent
624c5ea1d3
commit
24e4c55ed0
1 changed files with 8 additions and 0 deletions
8
Source/Core/Windows/AboutForm.Designer.cs
generated
8
Source/Core/Windows/AboutForm.Designer.cs
generated
|
@ -64,6 +64,8 @@ namespace CodeImp.DoomBuilder.Windows
|
|||
//
|
||||
// pictureBox5
|
||||
//
|
||||
pictureBox5.BackgroundImage = global::CodeImp.DoomBuilder.Properties.Resources.GZDB_Logo_small;
|
||||
pictureBox5.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||||
pictureBox5.Location = new System.Drawing.Point(12, 10);
|
||||
pictureBox5.Name = "pictureBox5";
|
||||
pictureBox5.Size = new System.Drawing.Size(226, 80);
|
||||
|
@ -73,6 +75,8 @@ namespace CodeImp.DoomBuilder.Windows
|
|||
//
|
||||
// pictureBox3
|
||||
//
|
||||
pictureBox3.BackgroundImage = global::CodeImp.DoomBuilder.Properties.Resources.Splash3_small;
|
||||
pictureBox3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||||
pictureBox3.Location = new System.Drawing.Point(12, 129);
|
||||
pictureBox3.Name = "pictureBox3";
|
||||
pictureBox3.Size = new System.Drawing.Size(226, 80);
|
||||
|
@ -263,6 +267,8 @@ namespace CodeImp.DoomBuilder.Windows
|
|||
//
|
||||
// pictureBox4
|
||||
//
|
||||
this.pictureBox4.BackgroundImage = global::CodeImp.DoomBuilder.Properties.Resources.CLogo;
|
||||
this.pictureBox4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||||
this.pictureBox4.Location = new System.Drawing.Point(474, 129);
|
||||
this.pictureBox4.Name = "pictureBox4";
|
||||
this.pictureBox4.Size = new System.Drawing.Size(88, 80);
|
||||
|
@ -295,6 +301,8 @@ namespace CodeImp.DoomBuilder.Windows
|
|||
//
|
||||
// pictureBox6
|
||||
//
|
||||
this.pictureBox6.BackgroundImage = global::CodeImp.DoomBuilder.Properties.Resources.MLogo;
|
||||
this.pictureBox6.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||||
this.pictureBox6.Location = new System.Drawing.Point(476, 6);
|
||||
this.pictureBox6.Name = "pictureBox6";
|
||||
this.pictureBox6.Size = new System.Drawing.Size(86, 88);
|
||||
|
|
Loading…
Reference in a new issue