You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
RnQ/RnQ/Prefs/update_fr.dfm

88 lines
1.9 KiB
Plaintext

object updateFr: TupdateFr
Left = 319
Top = 152
ClientHeight = 376
ClientWidth = 420
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = True
DesignSize = (
420
376)
PixelsPerInch = 96
TextHeight = 13
object updateGrp: TGroupBox
Left = 6
Top = 14
Width = 378
Height = 83
Anchors = [akLeft, akTop, akRight]
BiDiMode = bdLeftToRight
ParentBiDiMode = False
TabOrder = 1
object Label1: TLabel
Left = 189
Top = 23
Width = 27
Height = 13
Caption = 'hours'
end
object Label2: TLabel
Left = 68
Top = 24
Width = 60
Height = 13
Alignment = taRightJustify
Caption = 'Check every'
end
object checkSpin: TRnQSpinEdit
Left = 132
Top = 20
Width = 53
Height = 22
HelpKeyword = 'auto-check-every'
Decimal = 0
MaxLength = 4
MaxValue = 9999.000000000000000000
MinValue = 1.000000000000000000
TabOrder = 0
Value = 1.000000000000000000
AsInteger = 1
end
object LoginUpdChk: TCheckBox
Left = 68
Top = 48
Width = 307
Height = 17
Caption = 'Check every login'
Checked = True
State = cbChecked
TabOrder = 1
Visible = False
end
end
object updateChk: TCheckBox
Left = 16
Top = 6
Width = 169
Height = 17
HelpKeyword = 'auto-check-update'
Caption = 'Auto-check for new versions'
TabOrder = 0
OnClick = updateChkClick
end
object betaChk: TCheckBox
Left = 6
Top = 103
Width = 378
Height = 17
HelpKeyword = 'check-betas'
Caption = 'Check updates for beta-testers'
TabOrder = 2
end
end