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/WinClassicThemePanel.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/WinClassicThemePanel.Designer.cs')
| -rw-r--r-- | TimeHACK.Main/OS/Win95/Win95Apps/WinClassicThemePanel.Designer.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicThemePanel.Designer.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicThemePanel.Designer.cs index a82ea29..93dcbd2 100644 --- a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicThemePanel.Designer.cs +++ b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicThemePanel.Designer.cs @@ -73,6 +73,7 @@ // // applyButton // + this.applyButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.applyButton.Location = new System.Drawing.Point(209, 245); this.applyButton.Name = "applyButton"; this.applyButton.Size = new System.Drawing.Size(75, 23); @@ -83,6 +84,7 @@ // // cancelButton // + this.cancelButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.cancelButton.Location = new System.Drawing.Point(128, 245); this.cancelButton.Name = "cancelButton"; this.cancelButton.Size = new System.Drawing.Size(75, 23); @@ -93,6 +95,7 @@ // // okButton // + this.okButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.okButton.Location = new System.Drawing.Point(47, 245); this.okButton.Name = "okButton"; this.okButton.Size = new System.Drawing.Size(75, 23); |
