mirror of
https://github.com/HistacomUnity/Histacom2-old.git
synced 2025-01-22 09:02:01 -05:00
FIXED ALL THE ICONS AGAIN
This commit is contained in:
parent
bae9adbb7a
commit
805a238822
8 changed files with 21 additions and 20 deletions
|
@ -37,7 +37,7 @@ private void exitToolStripMenuItem_Click(object sender, EventArgs e)
|
|||
private void aboutNotepadToolStripMenuItem_Click(object sender, EventArgs e)
|
||||
{
|
||||
WindowManager wm = new WindowManager();
|
||||
wm.StartAboutBox95("Notepad", "Microsoft Notepad", Properties.Resources.WinClassicNotepadBig);
|
||||
wm.StartAboutBox95("Notepad", "Microsoft Notepad", Properties.Resources.WinClassicNotepad);
|
||||
}
|
||||
|
||||
private void wordWrapToolStripMenuItem_Click(object sender, EventArgs e)
|
||||
|
|
|
@ -636,6 +636,7 @@
|
|||
<None Include="Resources\Win98WebBackground.png" />
|
||||
<None Include="Resources\WinClassicTextFile.png" />
|
||||
<None Include="Resources\WinClassicRtfFile.png" />
|
||||
<None Include="Resources\WinClassicNotepad.png" />
|
||||
<Content Include="Resources\WinClassic\16Color.png" />
|
||||
<Content Include="Resources\WinClassic\256Color.png" />
|
||||
<None Include="Resources\WinClassic\tada.wav" />
|
||||
|
|
|
@ -178,7 +178,7 @@ private void InitializeComponent()
|
|||
this.FolderToolStripMenuItem,
|
||||
this.TextDocumentToolStripMenuItem});
|
||||
this.CreateShortcutToolStripMenuItem.Name = "CreateShortcutToolStripMenuItem";
|
||||
this.CreateShortcutToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
|
||||
this.CreateShortcutToolStripMenuItem.Size = new System.Drawing.Size(117, 22);
|
||||
this.CreateShortcutToolStripMenuItem.Text = "New";
|
||||
//
|
||||
// FolderToolStripMenuItem
|
||||
|
@ -198,21 +198,21 @@ private void InitializeComponent()
|
|||
// DeleteToolStripMenuItem
|
||||
//
|
||||
this.DeleteToolStripMenuItem.Name = "DeleteToolStripMenuItem";
|
||||
this.DeleteToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
|
||||
this.DeleteToolStripMenuItem.Size = new System.Drawing.Size(117, 22);
|
||||
this.DeleteToolStripMenuItem.Text = "Delete";
|
||||
this.DeleteToolStripMenuItem.Click += new System.EventHandler(this.DeleteToolStripMenuItem_Click);
|
||||
//
|
||||
// RenameToolStripMenuItem
|
||||
//
|
||||
this.RenameToolStripMenuItem.Name = "RenameToolStripMenuItem";
|
||||
this.RenameToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
|
||||
this.RenameToolStripMenuItem.Size = new System.Drawing.Size(117, 22);
|
||||
this.RenameToolStripMenuItem.Text = "Rename";
|
||||
this.RenameToolStripMenuItem.Click += new System.EventHandler(this.RenameToolStripMenuItem_Click);
|
||||
//
|
||||
// CloseToolStripMenuItem
|
||||
//
|
||||
this.CloseToolStripMenuItem.Name = "CloseToolStripMenuItem";
|
||||
this.CloseToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
|
||||
this.CloseToolStripMenuItem.Size = new System.Drawing.Size(117, 22);
|
||||
this.CloseToolStripMenuItem.Text = "Close";
|
||||
this.CloseToolStripMenuItem.Click += new System.EventHandler(this.CloseToolStripMenuItem_Click);
|
||||
//
|
||||
|
|
|
@ -65,7 +65,7 @@ void WinClassicWindowsExplorer_Load(object sender, EventArgs e)
|
|||
Properties.Resources.WinClassicFolder,
|
||||
Properties.Resources.WinClassicApp, // 10
|
||||
Properties.Resources.WinClassicSetup,
|
||||
Properties.Resources.WinClassicTextFile,
|
||||
Properties.Resources.WinClassicNotepad,
|
||||
Properties.Resources.WinClassicCalcBig,
|
||||
Properties.Resources.WinClassicNotepadBig,
|
||||
Properties.Resources.WinClassicRegedit, // 15
|
||||
|
|
|
@ -70,7 +70,7 @@ void WinClassicWindowsExplorer_Load(object sender, EventArgs e)
|
|||
Properties.Resources.WinClassicFolder,
|
||||
Properties.Resources.WinClassicApp, // 10
|
||||
Properties.Resources.WinClassicSetup,
|
||||
Properties.Resources.WinClassicTextFile,
|
||||
Properties.Resources.WinClassicNotepad,
|
||||
Properties.Resources.WinClassicCalcBig,
|
||||
Properties.Resources.WinClassicNotepadBig,
|
||||
Properties.Resources.WinClassicRegedit, // 15
|
||||
|
|
|
@ -822,9 +822,6 @@
|
|||
<data name="IE3_StopHover" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\IE3\IE3_StopHover.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinClassicTextFile" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassicTextFile.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="webchat1998_convo" xml:space="preserve">
|
||||
<value>{
|
||||
"messages": [
|
||||
|
@ -1924,6 +1921,9 @@
|
|||
<data name="WinClassicWebchat" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\WinClassicWebchat.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinClassicNotepad" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassicNotepad.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WinClassicRtfFile" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassicRtfFile.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
|
|
20
Histacom2/Properties/Resources1.Designer.cs
generated
20
Histacom2/Properties/Resources1.Designer.cs
generated
|
@ -1703,6 +1703,16 @@ public static System.Drawing.Bitmap WinClassicNetworking {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
public static System.Drawing.Bitmap WinClassicNotepad {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("WinClassicNotepad", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
|
@ -1873,16 +1883,6 @@ public static System.Drawing.Bitmap WinClassicTaskbarItem {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
public static System.Drawing.Bitmap WinClassicTextFile {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("WinClassicTextFile", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
|
|
BIN
Histacom2/Resources/WinClassicNotepad.png
Normal file
BIN
Histacom2/Resources/WinClassicNotepad.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 352 B |
Loading…
Reference in a new issue