diff options
| author | JayXKanz666 <[email protected]> | 2017-07-11 21:29:43 +0200 |
|---|---|---|
| committer | JayXKanz666 <[email protected]> | 2017-07-11 21:29:43 +0200 |
| commit | 40d36a0435f8b2158ea2a37556b3488b7fa88f60 (patch) | |
| tree | cfa9dfa7c04aab4906f31dd9a85e4549adbd391e /TimeHACK.Main/OS/Win95/Win95Apps/WinClassicThemePanel.Designer.cs | |
| parent | 45180e15f3ca947d39da93da7e03084d33053ff9 (diff) | |
| parent | 4a5a6d38a4cfd35e384f30410c7b94e911a1b0c1 (diff) | |
| download | histacom2-40d36a0435f8b2158ea2a37556b3488b7fa88f60.tar.gz histacom2-40d36a0435f8b2158ea2a37556b3488b7fa88f60.tar.bz2 histacom2-40d36a0435f8b2158ea2a37556b3488b7fa88f60.zip | |
Merge remote-tracking branch 'refs/remotes/TimeHACKDevs/master'
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); |
