diff options
| author | AShifter <[email protected]> | 2017-03-28 12:03:14 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-03-28 12:03:14 -0600 |
| commit | fd1b6907708cb9464b971573cd007dcbb3f47092 (patch) | |
| tree | 71b680b3a351e1e0f739cfbba23135cfb986a4cd /TimeHACK.Main/WinClassicForms/WinClassicIE4.Designer.cs | |
| parent | 38c5a4310e9c0e9df874d430266649f5793ed0cf (diff) | |
| parent | 023db4c64f6197e5de6b2c56c3b5b46cc9824ea3 (diff) | |
| download | histacom2-fd1b6907708cb9464b971573cd007dcbb3f47092.tar.gz histacom2-fd1b6907708cb9464b971573cd007dcbb3f47092.tar.bz2 histacom2-fd1b6907708cb9464b971573cd007dcbb3f47092.zip | |
Merge pull request #13 from lempamo/master
ie4 back and forward and home complete
Diffstat (limited to 'TimeHACK.Main/WinClassicForms/WinClassicIE4.Designer.cs')
| -rw-r--r-- | TimeHACK.Main/WinClassicForms/WinClassicIE4.Designer.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/TimeHACK.Main/WinClassicForms/WinClassicIE4.Designer.cs b/TimeHACK.Main/WinClassicForms/WinClassicIE4.Designer.cs index 324b86a..f167732 100644 --- a/TimeHACK.Main/WinClassicForms/WinClassicIE4.Designer.cs +++ b/TimeHACK.Main/WinClassicForms/WinClassicIE4.Designer.cs @@ -2341,6 +2341,7 @@ this.Button5.Text = "Home"; this.Button5.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.Button5.UseVisualStyleBackColor = true; + this.Button5.Click += new System.EventHandler(this.Button5_Click); // // Button4 // @@ -2380,6 +2381,7 @@ this.Button2.Text = "Forward"; this.Button2.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.Button2.UseVisualStyleBackColor = true; + this.Button2.Click += new System.EventHandler(this.Button2_Click); // // Button1 // |
