diff options
| author | lempamo <[email protected]> | 2017-07-10 20:31:52 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-07-10 20:31:52 -0400 |
| commit | fa899ea6ad1e54b42c18441d383e47a4b4820ef1 (patch) | |
| tree | e0f36d22062deab372b27af5a03943443d14c324 /TimeHACK.Main/OS/Win95/Win95Apps/WinClassicHWCV.Designer.cs | |
| parent | 37c3a34124a8906c558764aac41906017293c91a (diff) | |
| download | histacom2-fa899ea6ad1e54b42c18441d383e47a4b4820ef1.tar.gz histacom2-fa899ea6ad1e54b42c18441d383e47a4b4820ef1.tar.bz2 histacom2-fa899ea6ad1e54b42c18441d383e47a4b4820ef1.zip | |
fixed a few things with hwcv and buttons
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95Apps/WinClassicHWCV.Designer.cs')
| -rw-r--r-- | TimeHACK.Main/OS/Win95/Win95Apps/WinClassicHWCV.Designer.cs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicHWCV.Designer.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicHWCV.Designer.cs index 0006026..5475040 100644 --- a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicHWCV.Designer.cs +++ b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicHWCV.Designer.cs @@ -81,11 +81,13 @@ this.Label3.Name = "Label3"; this.Label3.Size = new System.Drawing.Size(148, 13); this.Label3.TabIndex = 3; - this.Label3.Text = "Content Found: Time Distortor"; + this.Label3.Text = "Label3"; + this.Label3.Visible = false; // // Button1 // this.Button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); + this.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.Button1.Location = new System.Drawing.Point(278, 145); this.Button1.Name = "Button1"; this.Button1.Size = new System.Drawing.Size(75, 20); |
