home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Swift Draw
/
SwiftDraw.iso
/
CDSetup.exe
/
0
/
RCDATA
/
TMAINFORM
/
TMAINFORM.txt
< prev
Wrap
Text File
|
1999-10-07
|
1KB
|
68 lines
object MainForm: TMainForm
Left = 393
Top = 287
Width = 641
Height = 342
BorderIcons = [biSystemMenu, biMinimize]
Caption = 'Cosmi CD Install'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Icon.Data = {<image000.ico>}
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object ProgramImage: TImage
Left = 408
Top = 14
Width = 220
Height = 220
Stretch = True
end
object RPrograms: TRadioGroup
Left = 8
Top = 8
Width = 393
Height = 257
Caption = '&Program To Install'
Columns = 2
TabOrder = 0
OnClick = RProgramsClick
end
object BInstall: TBitBtn
Left = 133
Top = 280
Width = 75
Height = 25
Caption = '&Install'
Enabled = False
TabOrder = 1
OnClick = BInstallClick
Kind = bkOK
end
object BCancel: TBitBtn
Left = 280
Top = 280
Width = 75
Height = 25
TabOrder = 2
OnClick = BCancelClick
Kind = bkCancel
end
object HelpButton: THelpButton
Left = 426
Top = 280
Width = 75
Height = 25
HelpContext = 1
TabOrder = 3
Kind = bkHelp
end
end