Added a parameter controlling showing on-screen rendering info and made float numbers locale-aware.

This commit is contained in:
utak3r
2005-10-09 20:56:13 +00:00
parent 8ac679c678
commit 7f9f315de7
3 changed files with 67 additions and 25 deletions

View File

@ -1,6 +1,6 @@
object frmConfig: TfrmConfig
Left = 422
Top = 262
Left = 676
Top = 276
BorderStyle = bsToolWindow
Caption = 'Configure'
ClientHeight = 330
@ -125,7 +125,7 @@ object frmConfig: TfrmConfig
Left = 0
Top = 0
Width = 201
Height = 137
Height = 153
Align = alTop
BevelOuter = bvLowered
TabOrder = 2
@ -147,7 +147,7 @@ object frmConfig: TfrmConfig
end
object rgQuality: TRadioGroup
Left = 8
Top = 48
Top = 64
Width = 185
Height = 81
Caption = 'Quality'
@ -159,5 +159,15 @@ object frmConfig: TfrmConfig
TabOrder = 2
OnClick = rgQualityClick
end
object chkShowRndInfo: TCheckBox
Left = 8
Top = 40
Width = 169
Height = 17
Caption = 'Show on-screen rendering info'
Checked = True
State = cbChecked
TabOrder = 3
end
end
end