SimulatorFans/Client/source/Simulator.AssettoCorsa.dfm

73 lines
1.3 KiB
Plaintext

inherited AssettoCorsaFrame: TAssettoCorsaFrame
Width = 544
Height = 78
ParentFont = False
ExplicitWidth = 544
ExplicitHeight = 78
DesignSize = (
544
78)
object StatusCaptionLabel: TLabel
Left = 0
Top = 0
Width = 35
Height = 13
Caption = 'Status:'
end
object StatusLabel: TLabel
Left = 92
Top = 0
Width = 452
Height = 13
Anchors = [akLeft, akTop, akRight]
AutoSize = False
Caption = 'Checking...'
end
object CurrentSpeedCaptionLabel: TLabel
Left = 0
Top = 28
Width = 73
Height = 13
Caption = 'Current speed:'
end
object FanFullSpeedCaptionLabel: TLabel
Left = 0
Top = 56
Width = 84
Height = 13
Caption = 'Fan full speed at:'
end
object FanFullSpeedUnitsLabel: TLabel
Left = 163
Top = 56
Width = 23
Height = 13
Caption = 'km/h'
end
object CurrentSpeedLabel: TLabel
Left = 92
Top = 28
Width = 94
Height = 13
AutoSize = False
Caption = '0 km/h'
end
object FanFullSpeedEdit: TSpinEdit
Left = 92
Top = 53
Width = 65
Height = 22
MaxValue = 2147483647
MinValue = 1
TabOrder = 0
Value = 300
end
object SimTimer: TTimer
Enabled = False
Interval = 250
OnTimer = SimTimerTimer
Left = 480
Top = 24
end
end