diff options
| author | JayXKanz666 <[email protected]> | 2017-07-13 01:30:05 +0200 |
|---|---|---|
| committer | JayXKanz666 <[email protected]> | 2017-07-13 01:30:05 +0200 |
| commit | 09ce8069a909b465f2c8c9da02df0658ffe88dc5 (patch) | |
| tree | be55db09a4fc2f08fd7cf66b1958e6a6608f2367 | |
| parent | 2fa16a63050251f28866567bd07b1a14575a5ce3 (diff) | |
| parent | a0070c6fe19d391f06cc7ce1e2302ed584abe269 (diff) | |
| download | histacom2-09ce8069a909b465f2c8c9da02df0658ffe88dc5.tar.gz histacom2-09ce8069a909b465f2c8c9da02df0658ffe88dc5.tar.bz2 histacom2-09ce8069a909b465f2c8c9da02df0658ffe88dc5.zip | |
Merge remote-tracking branch 'refs/remotes/TimeHACKDevs/master'
| -rw-r--r-- | TimeHACK.Main/OS/Win95/Win95Apps/IE4Sites/IE4Start.Designer.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/IE4Sites/IE4Start.Designer.cs b/TimeHACK.Main/OS/Win95/Win95Apps/IE4Sites/IE4Start.Designer.cs index 2ffa277..80ffe36 100644 --- a/TimeHACK.Main/OS/Win95/Win95Apps/IE4Sites/IE4Start.Designer.cs +++ b/TimeHACK.Main/OS/Win95/Win95Apps/IE4Sites/IE4Start.Designer.cs @@ -45,6 +45,7 @@ // // linkLabel1 // + this.linkLabel1.Cursor = System.Windows.Forms.Cursors.Hand; this.linkLabel1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.linkLabel1.Image = global::TimeHACK.Properties.Resources.start_googlink; this.linkLabel1.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(65)))), ((int)(((byte)(145))))); @@ -58,6 +59,7 @@ // // linkLabel2 // + this.linkLabel2.Cursor = System.Windows.Forms.Cursors.Hand; this.linkLabel2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.linkLabel2.Image = global::TimeHACK.Properties.Resources.start_padamslink; this.linkLabel2.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(65)))), ((int)(((byte)(145))))); |
