Merge branch 'master' into master

This commit is contained in:
Alex-TIMEHACK 2017-04-29 13:29:59 +01:00 committed by GitHub
commit 0fd0391263
40 changed files with 101 additions and 54 deletions

Binary file not shown.

Binary file not shown.

View file

@ -90,6 +90,15 @@ internal static System.Drawing.Bitmap BottomSide {
}
}
/// <summary>
/// Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream.
/// </summary>
internal static System.IO.UnmanagedMemoryStream CHORD {
get {
return ResourceManager.GetStream("CHORD", resourceCulture);
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>

View file

@ -178,4 +178,7 @@
<data name="windows_command_prompt" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\WinClassic\Window\windows_command_prompt.ttf;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="CHORD" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\resources\chord.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
</root>

Binary file not shown.

View file

@ -99,6 +99,7 @@
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<Content Include="Resources\CHORD.WAV" />
<Content Include="Resources\Icon128x.ico" />
<None Include="Resources\WinAboutSeparator95.png" />
<Content Include="Resources\WinClassic\Window\BottomLeft.png" />

View file

@ -2,6 +2,7 @@
using System.Windows.Forms;
using System.Drawing;
using TimeHACK.Engine.Template;
using System.Media;
namespace TimeHACK.Engine
{
@ -63,6 +64,8 @@ public WinClassic startInfobox95(String title, String text, Image erroricon)
{
Infobox95 app = new Infobox95();
app.infoText.Text = text;
SoundPlayer sp = new SoundPlayer(Properties.Resources.CHORD);
sp.Play();
return startWin95(app, title, null, false, false);
}

View file

@ -1 +1 @@
c069a0dc9ee2cef4a9280ad4bae0f080a7205bc1
43714715dce48cadac96289cc40b0a19287b0183

View file

@ -142,9 +142,9 @@ private void InitializeComponent()
| System.Windows.Forms.AnchorStyles.Right)));
this.panel1.AutoSize = true;
this.panel1.Controls.Add(this.panel2);
this.panel1.Location = new System.Drawing.Point(0, 691);
this.panel1.Location = new System.Drawing.Point(0, 451);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1280, 29);
this.panel1.Size = new System.Drawing.Size(640, 29);
this.panel1.TabIndex = 0;
//
// panel2
@ -162,9 +162,9 @@ private void InitializeComponent()
this.taskbar.Controls.Add(this.clockPanel);
this.taskbar.Controls.Add(this.startbutton);
this.taskbar.Dock = System.Windows.Forms.DockStyle.Bottom;
this.taskbar.Location = new System.Drawing.Point(0, 692);
this.taskbar.Location = new System.Drawing.Point(0, 452);
this.taskbar.Name = "taskbar";
this.taskbar.Size = new System.Drawing.Size(1280, 28);
this.taskbar.Size = new System.Drawing.Size(640, 28);
this.taskbar.TabIndex = 2;
//
// taskbartime
@ -172,7 +172,7 @@ private void InitializeComponent()
this.taskbartime.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.taskbartime.AutoSize = true;
this.taskbartime.BackColor = System.Drawing.Color.Transparent;
this.taskbartime.Location = new System.Drawing.Point(1217, 6);
this.taskbartime.Location = new System.Drawing.Point(577, 6);
this.taskbartime.Name = "taskbartime";
this.taskbartime.Size = new System.Drawing.Size(26, 13);
this.taskbartime.TabIndex = 2;
@ -183,7 +183,7 @@ private void InitializeComponent()
//
this.clockPanel.BackgroundImage = global::TimeHACK.Properties.Resources.WinClassicTime;
this.clockPanel.Dock = System.Windows.Forms.DockStyle.Right;
this.clockPanel.Location = new System.Drawing.Point(1215, 0);
this.clockPanel.Location = new System.Drawing.Point(575, 0);
this.clockPanel.Name = "clockPanel";
this.clockPanel.Size = new System.Drawing.Size(65, 28);
this.clockPanel.TabIndex = 4;
@ -204,7 +204,7 @@ private void InitializeComponent()
this.startmenu.BackColor = System.Drawing.Color.Silver;
this.startmenu.Controls.Add(this.startmenuitems);
this.startmenu.Controls.Add(this.ossidestartmenu);
this.startmenu.Location = new System.Drawing.Point(0, 397);
this.startmenu.Location = new System.Drawing.Point(0, 157);
this.startmenu.Name = "startmenu";
this.startmenu.Size = new System.Drawing.Size(174, 300);
this.startmenu.TabIndex = 3;
@ -229,7 +229,7 @@ private void InitializeComponent()
this.startmenuitems.Name = "startmenuitems";
this.startmenuitems.Padding = new System.Windows.Forms.Padding(6, 2, 0, 0);
this.startmenuitems.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
this.startmenuitems.Size = new System.Drawing.Size(141, 311);
this.startmenuitems.Size = new System.Drawing.Size(141, 292);
this.startmenuitems.TabIndex = 0;
this.startmenuitems.Text = "StartMenu";
//
@ -955,7 +955,7 @@ private void InitializeComponent()
this.desktopicons.LargeImageList = this.desktopImages;
this.desktopicons.Location = new System.Drawing.Point(0, 0);
this.desktopicons.Name = "desktopicons";
this.desktopicons.Size = new System.Drawing.Size(1280, 720);
this.desktopicons.Size = new System.Drawing.Size(640, 480);
this.desktopicons.TabIndex = 6;
this.desktopicons.UseCompatibleStateImageBehavior = false;
this.desktopicons.DoubleClick += new System.EventHandler(this.desktopicons_Click);
@ -1120,7 +1120,7 @@ private void InitializeComponent()
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.Teal;
this.ClientSize = new System.Drawing.Size(1280, 720);
this.ClientSize = new System.Drawing.Size(640, 480);
this.Controls.Add(this.taskbar);
this.Controls.Add(this.startmenu);
this.Controls.Add(this.panel1);

View file

@ -14,11 +14,15 @@ public partial class WinClassicIE4 : UserControl
public int historylocation = 0;
public HtmlDocument currentsite;
private Timer loadplz = new Timer();
public WinClassicIE4()
{
InitializeComponent();
loadplz.Tick += new EventHandler(loadplz_Tick);
loadplz.Interval = 10;
}
private void WinClassicIE4_Load(object sender, EventArgs e)
{
browsinghistory.Capacity = 99;
@ -188,15 +192,27 @@ private void GoButton_Click(object sender, EventArgs e)
private void webBrowser1_DocumentCompleted(object sender, WebBrowserDocumentCompletedEventArgs e)
{
switch (addressbar.Text)
loadplz.Start();
}
private void loadplz_Tick(object sender, EventArgs e)
{
try
{
case "www.microsoft.com/internetexplorer4/welcome":
webBrowser1.Document.GetElementById("padams").Click += new HtmlElementEventHandler(padams_LinkClicked);
break;
case "www.12padams.com":
webBrowser1.Document.GetElementById("wc_b").Click += new HtmlElementEventHandler(WCDownloadButton_Click);
webBrowser1.Document.GetElementById("distort").Style += "visibility:hidden;";
break;
switch (currentsite.Title)
{
case "IE4START":
webBrowser1.Document.GetElementById("padams").Click += new HtmlElementEventHandler(padams_LinkClicked);
break;
case "12PADAMS":
webBrowser1.Document.GetElementById("wc_b").Click += new HtmlElementEventHandler(WCDownloadButton_Click);
webBrowser1.Document.GetElementById("distort").Style += "visibility:hidden;";
break;
}
loadplz.Stop();
} catch
{
}
}

View file

@ -202,6 +202,7 @@ So Please enjoy Using this amzing software and show the world what your made of.
<data name="ie4start_HTML" xml:space="preserve">
<value>&lt;html&gt;
&lt;head&gt;
&lt;title&gt;IE4START&lt;/title&gt;
&lt;style&gt;
body {
font-family: "Microsoft Sans Serif";
@ -223,6 +224,11 @@ So Please enjoy Using this amzing software and show the world what your made of.
p.end {
font-size: 9.75pt;
}
a {
color: blue;
text-decoration: underline;
cursor: hand;
}
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
@ -233,8 +239,8 @@ Just type an address in the location bar above and then press go.&lt;br&gt;
Instantly you will be taken to the webpage of your choosing.&lt;br&gt;
Where do you want to go today?&lt;/p&gt;
&lt;h2&gt;Here are some sites you may want to visit.&lt;/h2&gt;
&lt;a id="google" href="google"&gt;www.google.com&lt;/a&gt;&lt;br&gt;
&lt;a id="padams" href="12padams"&gt;www.12padams.com&lt;/a&gt;
&lt;a id="google"&gt;www.google.com&lt;/a&gt;&lt;br&gt;
&lt;a id="padams"&gt;www.12padams.com&lt;/a&gt;
&lt;p class="end"&gt;Where do you want to go today?&lt;/p&gt;
&lt;/body&gt;
&lt;/html&gt;</value>
@ -245,6 +251,7 @@ Where do you want to go today?&lt;/p&gt;
<data name="padams_HTML" xml:space="preserve">
<value>&lt;html&gt;
&lt;head&gt;
&lt;title&gt;12PADAMS&lt;/title&gt;
&lt;style&gt;
body {
font-family: "Microsoft Sans Serif";

View file

@ -1,5 +1,6 @@
<html>
<head>
<title>IE4START</title>
<style>
body {
font-family: "Microsoft Sans Serif";
@ -21,6 +22,11 @@
p.end {
font-size: 9.75pt;
}
a {
color: blue;
text-decoration: underline;
cursor: hand;
}
</style>
</head>
<body>
@ -31,8 +37,8 @@ Just type an address in the location bar above and then press go.<br>
Instantly you will be taken to the webpage of your choosing.<br>
Where do you want to go today?</p>
<h2>Here are some sites you may want to visit.</h2>
<a id="google" href="google">www.google.com</a><br>
<a id="padams" href="12padams">www.12padams.com</a>
<a id="google">www.google.com</a><br>
<a id="padams">www.12padams.com</a>
<p class="end">Where do you want to go today?</p>
</body>
</html>

View file

@ -1,5 +1,6 @@
<html>
<head>
<title>12PADAMS</title>
<style>
body {
font-family: "Microsoft Sans Serif";
@ -31,7 +32,7 @@
p.app button {
float: right;
background-color: silver;
border-color: gray black black gray;
border-color: white black black white;
margin-right: 2px;
}
a {

View file

@ -7,14 +7,14 @@
<framework targetVersion="4.5.2" profile="Full" supportedRuntime="4.0.30319" />
</compatibleFrameworks>
<dependency>
<dependentAssembly dependencyType="install" codebase="TimeHACK.exe.manifest" size="21659">
<dependentAssembly dependencyType="install" codebase="TimeHACK.exe.manifest" size="21660">
<assemblyIdentity name="TimeHACK.exe" version="1.0.1.0" publicKeyToken="0000000000000000" language="en" processorArchitecture="msil" type="win32" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>vHi7xufEvEMe3FEj7XTlr08MEyWO/Lb3VmGVgDT5tDU=</dsig:DigestValue>
<dsig:DigestValue>UQjZ3Gfvu3tMhC+d45c8WvCsn6EdObB6G1RAnCcgpgs=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>

View file

@ -56,26 +56,26 @@
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="TimeHACK.exe" size="6236160">
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="TimeHACK.exe" size="6236672">
<assemblyIdentity name="TimeHACK" version="1.0.0.0" language="neutral" processorArchitecture="msil" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>EbCIdG1Ab3JzTNNqRbMWFm4+590vGZ3Sg4QxN1qsWac=</dsig:DigestValue>
<dsig:DigestValue>CZVZ6e1uQishA7C+soeoEECq35ekniZWzNaXTtNGSxg=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="TimeHACK.Engine.dll" size="159232">
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="TimeHACK.Engine.dll" size="184320">
<assemblyIdentity name="TimeHACK.Engine" version="1.0.0.0" language="neutral" processorArchitecture="msil" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>cZQgpzpfSWlj7U7scJhDCNXGFbIB7vNI/XyT6QxfgYs=</dsig:DigestValue>
<dsig:DigestValue>HBghz/KOIZLR+PwJD6XppAFuGDgdpxkb7cnXeYWbN4A=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
@ -97,22 +97,22 @@
<dsig:DigestValue>nzG7pg3H+3uPdr/lzLxyroAH8XD1zvIYW4peV9fAD6M=</dsig:DigestValue>
</hash>
</file>
<file name="Resources\IE4\ie4start.html" size="980">
<file name="Resources\IE4\ie4start.html" size="1061">
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>Sf4jcnpqMm+8SKOCp6p1gJdzo9VpBKwFezayuSmHm+Q=</dsig:DigestValue>
<dsig:DigestValue>CI8nqeRbEcv/kXZo8apCAtXPlg//IMQaPU9P6+ub2dw=</dsig:DigestValue>
</hash>
</file>
<file name="Resources\IE4\padams.html" size="1960">
<file name="Resources\IE4\padams.html" size="1989">
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>FZPOIkZkFLT3KRMLipbNDuiMStSRNyrKMeGEMi5HZEQ=</dsig:DigestValue>
<dsig:DigestValue>r20Xm3dFHHwOAIrhHc0S6xmhhHmTAVxkM6a4TCf44wU=</dsig:DigestValue>
</hash>
</file>
<file name="Resources\ie4start.html" size="956">

View file

@ -7,14 +7,14 @@
<framework targetVersion="4.5.2" profile="Full" supportedRuntime="4.0.30319" />
</compatibleFrameworks>
<dependency>
<dependentAssembly dependencyType="install" codebase="TimeHACK.exe.manifest" size="21659">
<dependentAssembly dependencyType="install" codebase="TimeHACK.exe.manifest" size="21660">
<assemblyIdentity name="TimeHACK.exe" version="1.0.1.0" publicKeyToken="0000000000000000" language="en" processorArchitecture="msil" type="win32" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>vHi7xufEvEMe3FEj7XTlr08MEyWO/Lb3VmGVgDT5tDU=</dsig:DigestValue>
<dsig:DigestValue>UQjZ3Gfvu3tMhC+d45c8WvCsn6EdObB6G1RAnCcgpgs=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>

View file

@ -56,26 +56,26 @@
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="TimeHACK.exe" size="6236160">
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="TimeHACK.exe" size="6236672">
<assemblyIdentity name="TimeHACK" version="1.0.0.0" language="neutral" processorArchitecture="msil" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>EbCIdG1Ab3JzTNNqRbMWFm4+590vGZ3Sg4QxN1qsWac=</dsig:DigestValue>
<dsig:DigestValue>CZVZ6e1uQishA7C+soeoEECq35ekniZWzNaXTtNGSxg=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="TimeHACK.Engine.dll" size="159232">
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="TimeHACK.Engine.dll" size="184320">
<assemblyIdentity name="TimeHACK.Engine" version="1.0.0.0" language="neutral" processorArchitecture="msil" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>cZQgpzpfSWlj7U7scJhDCNXGFbIB7vNI/XyT6QxfgYs=</dsig:DigestValue>
<dsig:DigestValue>HBghz/KOIZLR+PwJD6XppAFuGDgdpxkb7cnXeYWbN4A=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
@ -97,22 +97,22 @@
<dsig:DigestValue>nzG7pg3H+3uPdr/lzLxyroAH8XD1zvIYW4peV9fAD6M=</dsig:DigestValue>
</hash>
</file>
<file name="Resources\IE4\ie4start.html" size="980">
<file name="Resources\IE4\ie4start.html" size="1061">
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>Sf4jcnpqMm+8SKOCp6p1gJdzo9VpBKwFezayuSmHm+Q=</dsig:DigestValue>
<dsig:DigestValue>CI8nqeRbEcv/kXZo8apCAtXPlg//IMQaPU9P6+ub2dw=</dsig:DigestValue>
</hash>
</file>
<file name="Resources\IE4\padams.html" size="1960">
<file name="Resources\IE4\padams.html" size="1989">
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>FZPOIkZkFLT3KRMLipbNDuiMStSRNyrKMeGEMi5HZEQ=</dsig:DigestValue>
<dsig:DigestValue>r20Xm3dFHHwOAIrhHc0S6xmhhHmTAVxkM6a4TCf44wU=</dsig:DigestValue>
</hash>
</file>
<file name="Resources\ie4start.html" size="956">

View file

@ -0,0 +1 @@
bbef24231b31ba1c9a8c1b5e4dda3e7c01140ae8

View file

@ -7,14 +7,14 @@
<framework targetVersion="4.5.2" profile="Full" supportedRuntime="4.0.30319" />
</compatibleFrameworks>
<dependency>
<dependentAssembly dependencyType="install" codebase="TimeHACK.exe.manifest" size="21659">
<dependentAssembly dependencyType="install" codebase="TimeHACK.exe.manifest" size="21660">
<assemblyIdentity name="TimeHACK.exe" version="1.0.1.0" publicKeyToken="0000000000000000" language="en" processorArchitecture="msil" type="win32" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>vHi7xufEvEMe3FEj7XTlr08MEyWO/Lb3VmGVgDT5tDU=</dsig:DigestValue>
<dsig:DigestValue>UQjZ3Gfvu3tMhC+d45c8WvCsn6EdObB6G1RAnCcgpgs=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>

View file

@ -56,26 +56,26 @@
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="TimeHACK.exe" size="6236160">
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="TimeHACK.exe" size="6236672">
<assemblyIdentity name="TimeHACK" version="1.0.0.0" language="neutral" processorArchitecture="msil" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>EbCIdG1Ab3JzTNNqRbMWFm4+590vGZ3Sg4QxN1qsWac=</dsig:DigestValue>
<dsig:DigestValue>CZVZ6e1uQishA7C+soeoEECq35ekniZWzNaXTtNGSxg=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="TimeHACK.Engine.dll" size="159232">
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="TimeHACK.Engine.dll" size="184320">
<assemblyIdentity name="TimeHACK.Engine" version="1.0.0.0" language="neutral" processorArchitecture="msil" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>cZQgpzpfSWlj7U7scJhDCNXGFbIB7vNI/XyT6QxfgYs=</dsig:DigestValue>
<dsig:DigestValue>HBghz/KOIZLR+PwJD6XppAFuGDgdpxkb7cnXeYWbN4A=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
@ -97,22 +97,22 @@
<dsig:DigestValue>nzG7pg3H+3uPdr/lzLxyroAH8XD1zvIYW4peV9fAD6M=</dsig:DigestValue>
</hash>
</file>
<file name="Resources\IE4\ie4start.html" size="980">
<file name="Resources\IE4\ie4start.html" size="1061">
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>Sf4jcnpqMm+8SKOCp6p1gJdzo9VpBKwFezayuSmHm+Q=</dsig:DigestValue>
<dsig:DigestValue>CI8nqeRbEcv/kXZo8apCAtXPlg//IMQaPU9P6+ub2dw=</dsig:DigestValue>
</hash>
</file>
<file name="Resources\IE4\padams.html" size="1960">
<file name="Resources\IE4\padams.html" size="1989">
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>FZPOIkZkFLT3KRMLipbNDuiMStSRNyrKMeGEMi5HZEQ=</dsig:DigestValue>
<dsig:DigestValue>r20Xm3dFHHwOAIrhHc0S6xmhhHmTAVxkM6a4TCf44wU=</dsig:DigestValue>
</hash>
</file>
<file name="Resources\ie4start.html" size="956">