mirror of
https://github.com/HistacomUnity/Histacom2-old.git
synced 2025-01-22 09:02:01 -05:00
bits and ms bobs
This commit is contained in:
parent
e4d1958e36
commit
12cbfd0fdd
14 changed files with 23 additions and 10 deletions
|
@ -69,6 +69,7 @@ private void LinkLabel16_LinkClicked(object sender, LinkLabelLinkClickedEventArg
|
|||
hidePrograms();
|
||||
padamsmain.Dock = DockStyle.Fill;
|
||||
padamsmain.Show();
|
||||
addressbar.Text = "www.12padams.com";
|
||||
}
|
||||
|
||||
private void closebutton_Click(object sender, EventArgs e)
|
||||
|
|
3
TimeHACK.Main/Windows95.Designer.cs
generated
3
TimeHACK.Main/Windows95.Designer.cs
generated
|
@ -205,7 +205,7 @@ private void InitializeComponent()
|
|||
this.startmenu.Controls.Add(this.ossidestartmenu);
|
||||
this.startmenu.Location = new System.Drawing.Point(0, 397);
|
||||
this.startmenu.Name = "startmenu";
|
||||
this.startmenu.Size = new System.Drawing.Size(174, 298);
|
||||
this.startmenu.Size = new System.Drawing.Size(174, 300);
|
||||
this.startmenu.TabIndex = 3;
|
||||
this.startmenu.Paint += new System.Windows.Forms.PaintEventHandler(this.startmenu_Paint);
|
||||
//
|
||||
|
@ -838,6 +838,7 @@ private void InitializeComponent()
|
|||
this.desktopicons.UseCompatibleStateImageBehavior = false;
|
||||
this.desktopicons.SelectedIndexChanged += new System.EventHandler(this.desktopicons_SelectedIndexChanged);
|
||||
this.desktopicons.MouseDown += new System.Windows.Forms.MouseEventHandler(this.desktop_mousedown);
|
||||
this.desktopicons.DoubleClick += new System.EventHandler(this.desktopicons_Click);
|
||||
//
|
||||
// rightclickbackproperties
|
||||
//
|
||||
|
|
|
@ -137,6 +137,17 @@ private void InternetExplorerToolStripMenuItem_Click(object sender, EventArgs e)
|
|||
ie.BringToFront();
|
||||
startmenu.Hide();
|
||||
}
|
||||
|
||||
private void desktopicons_Click(object sender, EventArgs e)
|
||||
{
|
||||
if (desktopicons.SelectedItems.ContainsKey("Internet Explorer"))
|
||||
{
|
||||
WinClassicIE4 ie = new WinClassicIE4();
|
||||
ie.Show();
|
||||
ie.BringToFront();
|
||||
startmenu.Hide();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>BYi6RE2e8Ovor+NvE7u65lsvGCR7LyZj5Rk9bwWlUP4=</dsig:DigestValue>
|
||||
<dsig:DigestValue>SAT/lMt9FOeMfDSZij7uKzz9xPSFxgACUU3tpyXAHK8=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
|
|
Binary file not shown.
|
@ -44,14 +44,14 @@
|
|||
</dependentAssembly>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="TimeHACK.exe" size="4285440">
|
||||
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="TimeHACK.exe" size="4285952">
|
||||
<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>2iRGrcx6P0p4i6A0ZJpR9bPPVOecgLN7pSfUxTzsb1M=</dsig:DigestValue>
|
||||
<dsig:DigestValue>bLloCsH1ra1vZvFEOQhgp2mKFfdr2mUE2ayMaa6hP88=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
|
|
Binary file not shown.
|
@ -14,7 +14,7 @@
|
|||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>BYi6RE2e8Ovor+NvE7u65lsvGCR7LyZj5Rk9bwWlUP4=</dsig:DigestValue>
|
||||
<dsig:DigestValue>SAT/lMt9FOeMfDSZij7uKzz9xPSFxgACUU3tpyXAHK8=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
|
|
|
@ -44,14 +44,14 @@
|
|||
</dependentAssembly>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="TimeHACK.exe" size="4285440">
|
||||
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="TimeHACK.exe" size="4285952">
|
||||
<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>2iRGrcx6P0p4i6A0ZJpR9bPPVOecgLN7pSfUxTzsb1M=</dsig:DigestValue>
|
||||
<dsig:DigestValue>bLloCsH1ra1vZvFEOQhgp2mKFfdr2mUE2ayMaa6hP88=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
|
|
Binary file not shown.
|
@ -14,7 +14,7 @@
|
|||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>BYi6RE2e8Ovor+NvE7u65lsvGCR7LyZj5Rk9bwWlUP4=</dsig:DigestValue>
|
||||
<dsig:DigestValue>SAT/lMt9FOeMfDSZij7uKzz9xPSFxgACUU3tpyXAHK8=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
|
|
Binary file not shown.
|
@ -44,14 +44,14 @@
|
|||
</dependentAssembly>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="TimeHACK.exe" size="4285440">
|
||||
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="TimeHACK.exe" size="4285952">
|
||||
<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>2iRGrcx6P0p4i6A0ZJpR9bPPVOecgLN7pSfUxTzsb1M=</dsig:DigestValue>
|
||||
<dsig:DigestValue>bLloCsH1ra1vZvFEOQhgp2mKFfdr2mUE2ayMaa6hP88=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue