93 lines
2.1 KiB
Plaintext
93 lines
2.1 KiB
Plaintext
object ESCCalibrationForm: TESCCalibrationForm
|
|
Left = 0
|
|
Top = 0
|
|
ActiveControl = CloseButton
|
|
BorderStyle = bsDialog
|
|
Caption = 'ESC calibration'
|
|
ClientHeight = 213
|
|
ClientWidth = 565
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
OldCreateOrder = False
|
|
Position = poMainFormCenter
|
|
OnClose = FormClose
|
|
DesignSize = (
|
|
565
|
|
213)
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object CloseButton: TButton
|
|
Left = 245
|
|
Top = 179
|
|
Width = 75
|
|
Height = 25
|
|
Anchors = [akLeft, akBottom]
|
|
Cancel = True
|
|
Caption = 'Close'
|
|
ModalResult = 8
|
|
TabOrder = 0
|
|
end
|
|
object CalibrationGroupBox: TGroupBox
|
|
Left = 8
|
|
Top = 8
|
|
Width = 549
|
|
Height = 161
|
|
Anchors = [akLeft, akTop, akRight, akBottom]
|
|
TabOrder = 1
|
|
ExplicitWidth = 525
|
|
DesignSize = (
|
|
549
|
|
161)
|
|
object HelpLabel1: TLabel
|
|
Left = 16
|
|
Top = 16
|
|
Width = 521
|
|
Height = 33
|
|
Anchors = [akLeft, akTop, akRight]
|
|
AutoSize = False
|
|
Caption =
|
|
'You can use the Full button below to set the PWM output to it'#39's ' +
|
|
'maximum value, disregarding the regular maximum value as program' +
|
|
'med into the SimulatorFans device.'
|
|
WordWrap = True
|
|
ExplicitWidth = 497
|
|
end
|
|
object HelpLabel2: TLabel
|
|
Left = 16
|
|
Top = 55
|
|
Width = 521
|
|
Height = 34
|
|
Anchors = [akLeft, akTop, akRight]
|
|
AutoSize = False
|
|
Caption =
|
|
'Disconnect your Electronic Speed Controller before continuing, o' +
|
|
'r it can spin up the motor to it'#39's full power. USE WITH CARE!'
|
|
WordWrap = True
|
|
ExplicitWidth = 497
|
|
end
|
|
object FullButton: TButton
|
|
Left = 200
|
|
Top = 104
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'Full'
|
|
TabOrder = 0
|
|
OnClick = FullButtonClick
|
|
end
|
|
object OffButton: TButton
|
|
Left = 281
|
|
Top = 104
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'Off'
|
|
Enabled = False
|
|
TabOrder = 1
|
|
OnClick = OffButtonClick
|
|
end
|
|
end
|
|
end
|