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/prefSheet.dfm

52 lines
1.1 KiB
Plaintext

object PrefSheet: TPrefSheet
Left = 0
Top = 0
Caption = 'Preferences'
ClientHeight = 504
ClientWidth = 850
Color = clBtnFace
Constraints.MinHeight = 400
Constraints.MinWidth = 415
DefaultMonitor = dmMainForm
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = True
OnClose = FormClose
OnCreate = FormCreate
OnDestroy = FormDestroy
OnKeyDown = FormKeyDown
OnResize = FormResize
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Sheet: TSciter
Left = 0
Top = 0
Width = 850
Height = 504
Align = alClient
EventMap = <>
TabOrder = 0
TabStop = True
OnLoadData = SheetLoadData
OnScriptingCall = SheetScriptingCall
end
object ColorDialog: TColorDialog
Options = [cdFullOpen, cdAnyColor]
Left = 800
Top = 450
end
object FontDialog: TFontDialog
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
Left = 736
Top = 456
end
end