Componentes.Terceros.jcl/official/1.96/examples/common/rtti/QRTTIDemoMain.xfm

77 lines
1.6 KiB
Plaintext

object Form1: TForm1
Left = 154
Top = 154
Width = 1192
Height = 834
HorzScrollBar.Range = 315
ActiveControl = mmResult
Caption = 'Form1'
Color = clButton
Font.Color = clText
Font.Height = 11
Font.Name = 'MS Sans Serif'
Font.Pitch = fpVariable
Font.Style = []
Font.Weight = 40
ParentFont = False
Scaled = False
PixelsPerInch = 96
object mmResult: TMemo
Left = 0
Top = 0
Width = 1184
Height = 779
Anchors = [akLeft, akTop, akRight, akBottom]
Font.CharSet = fcsLatin1
Font.Color = clText
Font.Height = 11
Font.Name = 'Lucida Console'
Font.Pitch = fpVariable
Font.Style = []
Font.Weight = 40
ParentFont = False
ScrollBars = ssVertical
TabOrder = 0
end
object Button1: TButton
Left = 0
Top = 782
Width = 75
Height = 25
Anchors = [akLeft, akBottom]
Caption = 'Type info'
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 80
Top = 782
Width = 75
Height = 25
Anchors = [akLeft, akBottom]
Caption = 'Conversions'
TabOrder = 2
OnClick = Button2Click
end
object Button3: TButton
Left = 160
Top = 782
Width = 75
Height = 25
Anchors = [akLeft, akBottom]
Caption = 'Declarations'
TabOrder = 3
OnClick = Button3Click
end
object Button4: TButton
Left = 240
Top = 782
Width = 75
Height = 25
Anchors = [akLeft, akBottom]
Caption = 'Custom types'
TabOrder = 4
OnClick = Button4Click
end
end