aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE3.Designer.cs
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-08-18 19:18:17 -0400
committerlempamo <[email protected]>2017-08-18 19:18:17 -0400
commit085ae85fd59c87df05e8f58009f04cdfc2bd7d8d (patch)
tree0fa2fcd816b289461478c320725912778afe7018 /TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE3.Designer.cs
parent3399ab978ca11faee44803d2b7c5f0f06855504a (diff)
downloadhistacom2-085ae85fd59c87df05e8f58009f04cdfc2bd7d8d.tar.gz
histacom2-085ae85fd59c87df05e8f58009f04cdfc2bd7d8d.tar.bz2
histacom2-085ae85fd59c87df05e8f58009f04cdfc2bd7d8d.zip
got rid of excess returntype things and did a thing to IE3
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE3.Designer.cs')
-rw-r--r--TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE3.Designer.cs37
1 files changed, 19 insertions, 18 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE3.Designer.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE3.Designer.cs
index 92168ec..600d905 100644
--- a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE3.Designer.cs
+++ b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE3.Designer.cs
@@ -42,7 +42,7 @@
this.Button7 = new System.Windows.Forms.Button();
this.Button6 = new System.Windows.Forms.Button();
this.HomeButton = new System.Windows.Forms.Button();
- this.Button4 = new System.Windows.Forms.Button();
+ this.RefreshButton = new System.Windows.Forms.Button();
this.StopButton = new System.Windows.Forms.Button();
this.ForwardButton = new System.Windows.Forms.Button();
this.BackButton = new System.Windows.Forms.Button();
@@ -362,21 +362,21 @@
this.HomeButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.HomeButton.UseVisualStyleBackColor = false;
//
- // Button4
- //
- this.Button4.BackColor = System.Drawing.Color.Transparent;
- this.Button4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
- this.Button4.Dock = System.Windows.Forms.DockStyle.Left;
- this.Button4.FlatAppearance.BorderSize = 0;
- this.Button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.Button4.Image = global::TimeHACK.Properties.Resources.IE3_Refresh;
- this.Button4.Location = new System.Drawing.Point(160, 0);
- this.Button4.Name = "Button4";
- this.Button4.Size = new System.Drawing.Size(50, 42);
- this.Button4.TabIndex = 3;
- this.Button4.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
- this.Button4.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
- this.Button4.UseVisualStyleBackColor = false;
+ // RefreshButton
+ //
+ this.RefreshButton.BackColor = System.Drawing.Color.Transparent;
+ this.RefreshButton.BackgroundImage = global::TimeHACK.Properties.Resources.IE3_Refresh;
+ this.RefreshButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
+ this.RefreshButton.Dock = System.Windows.Forms.DockStyle.Left;
+ this.RefreshButton.FlatAppearance.BorderSize = 0;
+ this.RefreshButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.RefreshButton.Location = new System.Drawing.Point(160, 0);
+ this.RefreshButton.Name = "RefreshButton";
+ this.RefreshButton.Size = new System.Drawing.Size(50, 42);
+ this.RefreshButton.TabIndex = 3;
+ this.RefreshButton.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
+ this.RefreshButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
+ this.RefreshButton.UseVisualStyleBackColor = false;
//
// StopButton
//
@@ -445,7 +445,7 @@
this.Panel1.Controls.Add(this.Button7);
this.Panel1.Controls.Add(this.Button6);
this.Panel1.Controls.Add(this.HomeButton);
- this.Panel1.Controls.Add(this.Button4);
+ this.Panel1.Controls.Add(this.RefreshButton);
this.Panel1.Controls.Add(this.StopButton);
this.Panel1.Controls.Add(this.ForwardButton);
this.Panel1.Controls.Add(this.BackButton);
@@ -505,6 +505,7 @@
//
// ToolStripMenuItem1
//
+ this.ToolStripMenuItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.ToolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.ToolStripMenuItem2,
this.ToolStripMenuItem8,
@@ -1342,7 +1343,7 @@
internal System.Windows.Forms.Button Button7;
internal System.Windows.Forms.Button Button6;
internal System.Windows.Forms.Button HomeButton;
- internal System.Windows.Forms.Button Button4;
+ internal System.Windows.Forms.Button RefreshButton;
internal System.Windows.Forms.Button StopButton;
internal System.Windows.Forms.Button ForwardButton;
internal System.Windows.Forms.Button BackButton;