Componentes.Terceros.jvcl/internal/3.36/1/examples/JvInterpreterDemos/JvInterpreterDynamicLoad/MainForm.dfm
2009-03-04 12:31:55 +00:00

26 lines
514 B
Plaintext

object Main: TMain
Left = 404
Top = 118
Caption = 'Main'
ClientHeight = 165
ClientWidth = 171
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