mirror of
https://github.com/HistacomUnity/Histacom2-old.git
synced 2025-01-22 09:02:01 -05:00
fixed up the windows 98 welcome
This commit is contained in:
parent
4083f6792d
commit
508cde015e
6 changed files with 19 additions and 7648 deletions
|
@ -917,6 +917,7 @@
|
|||
<None Include="Resources\WinClassic\WinClassicApp.png" />
|
||||
<None Include="Resources\WinClassic\WinClassicCalcBig.png" />
|
||||
<None Include="Resources\WinClassic\Win95WordpadIcon2.png" />
|
||||
<None Include="Resources\WinClassic\Win98Welcome.png" />
|
||||
<Content Include="Resources\WinClassic\WinClassicClock.png" />
|
||||
<Content Include="Resources\WinClassic\WinClassicComputer.png" />
|
||||
<None Include="Resources\WinClassic\WinClassicCopy.png" />
|
||||
|
|
|
@ -28,7 +28,6 @@ protected override void Dispose(bool disposing)
|
|||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Win98Welcome));
|
||||
this.classicButton1 = new Histacom2.Engine.UI.ClassicButton();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
|
@ -41,22 +40,22 @@ private void InitializeComponent()
|
|||
this.classicButton1.DialogResult = System.Windows.Forms.DialogResult.None;
|
||||
this.classicButton1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
|
||||
this.classicButton1.ForeColor = System.Drawing.Color.Black;
|
||||
this.classicButton1.Location = new System.Drawing.Point(401, 304);
|
||||
this.classicButton1.Location = new System.Drawing.Point(393, 293);
|
||||
this.classicButton1.Name = "classicButton1";
|
||||
this.classicButton1.Size = new System.Drawing.Size(79, 23);
|
||||
this.classicButton1.Size = new System.Drawing.Size(75, 23);
|
||||
this.classicButton1.TabIndex = 0;
|
||||
this.classicButton1.Text = "Close";
|
||||
this.classicButton1.Text = "&Begin";
|
||||
this.classicButton1.Click += new System.EventHandler(this.classicButton1_Click);
|
||||
//
|
||||
// Win98Welcome
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
|
||||
this.BackgroundImage = global::Histacom2.Properties.Resources.Win98Welcome;
|
||||
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||||
this.Controls.Add(this.classicButton1);
|
||||
this.Name = "Win98Welcome";
|
||||
this.Size = new System.Drawing.Size(483, 327);
|
||||
this.Size = new System.Drawing.Size(477, 322);
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -2110,4 +2110,7 @@
|
|||
<data name="WinXPIE6Icon" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinXPIE6Icon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="Win98Welcome" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\Win98Welcome.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
</root>
|
10
Histacom2/Properties/Resources1.Designer.cs
generated
10
Histacom2/Properties/Resources1.Designer.cs
generated
|
@ -1563,6 +1563,16 @@ public static System.Drawing.Bitmap Win98WebBackground {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
public static System.Drawing.Bitmap Win98Welcome {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("Win98Welcome", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
|
|
BIN
Histacom2/Resources/WinClassic/Win98Welcome.png
Normal file
BIN
Histacom2/Resources/WinClassic/Win98Welcome.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 51 KiB |
Loading…
Reference in a new issue