home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1999 January
/
Chip_1999-01_cd.bin
/
zkuste
/
delphi
/
D1
/
COOLCALC.ZIP
/
RUNCACLF.DFM
/
RUNCACLF.txt
Wrap
Text File
|
1995-09-18
|
745b
|
40 lines
object Form1: TForm1
Left = 200
Top = 99
Width = 299
Height = 140
Caption = 'Run Cool Calculator Test Program'
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'System'
Font.Style = []
PixelsPerInch = 96
TextHeight = 16
object Button1: TButton
Left = 11
Top = 5
Width = 268
Height = 33
Caption = 'Run as seperate Windows program'
TabOrder = 0
OnClick = Button1Click
end
object Edit1: TEdit
Left = 11
Top = 83
Width = 267
Height = 24
TabStop = False
TabOrder = 1
end
object Button2: TButton
Left = 11
Top = 44
Width = 268
Height = 33
Caption = 'Run as modal dialog and get result'
TabOrder = 2
OnClick = Button2Click
end
end