26 lines
514 B
Plaintext
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
|