Componentes.Terceros.jvcl/official/3.00/examples/RaLib/RaInterpreterDynamicLoad/MainForm.dfm

26 lines
502 B
Plaintext

object Main: TMain
Left = 404
Top = 118
Width = 179
Height = 192
Caption = 'Main'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object RunDynamic: TButton
Left = 40
Top = 64
Width = 89
Height = 25
Caption = 'Run Dynamic'
TabOrder = 0
OnClick = RunDynamicClick
end
end