home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip Hitware 6 A
/
CHIP_HITWARE6_A.iso
/
edukacja
/
AfractalExp
/
_SETUP.1
/
fracexp.exe
/
0
/
RCDATA
/
TMAINMENU1
/
TMAINMENU1.txt
< prev
Wrap
Text File
|
1997-01-25
|
2KB
|
96 lines
object mainmenu1: Tmainmenu1
Left = 420
Top = 301
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsToolWindow
Caption = ' '
ClientHeight = 301
ClientWidth = 353
Color = 40606918
Font.Color = clBlack
Font.Height = -19
Font.Name = 'Arial'
Font.Style = []
Position = poScreenCenter
ShowHint = True
PixelsPerInch = 96
TextHeight = 22
object About_label: TLabel
Left = 240
Top = 280
Width = 103
Height = 16
Hint = 'About the program'
Caption = 'E-Mail / About....'
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Arial'
Font.Style = [fsItalic]
ParentFont = False
OnClick = About_labelClick
end
object Image1: TImage
Left = 104
Top = 0
Width = 259
Height = 57
Picture.Data = {<image000.bmp>}
end
object Image2: TImage
Left = 0
Top = -8
Width = 112
Height = 360
AutoSize = True
Picture.Data = {<image001.bmp>}
end
object teach_butt: TButton
Left = 157
Top = 85
Width = 120
Height = 25
Hint = 'Learn about fractals'
Caption = 'Teach Me!'
TabOrder = 0
OnClick = teach_buttClick
end
object show_butt: TButton
Left = 157
Top = 133
Width = 120
Height = 25
Hint = 'View and example file'
Caption = 'Show Me!'
TabOrder = 1
OnClick = show_buttClick
end
object Play_butt: TButton
Left = 157
Top = 181
Width = 120
Height = 25
Hint = 'Create your own fractal'
Caption = 'Let Me Play!'
TabOrder = 2
OnClick = Play_buttClick
end
object exit_butt: TButton
Left = 157
Top = 229
Width = 120
Height = 25
Hint = 'Quit the Program'
Caption = 'Exit'
TabOrder = 3
OnClick = exit_buttClick
end
object FeeOpenDialog: TOpenDialog
DefaultExt = 'fee'
FileEditStyle = fsEdit
Filter = 'Fractal Example Files (*.fee)|*.fee|All files (*.*)|*.*'
Options = [ofHideReadOnly, ofNoChangeDir, ofPathMustExist, ofFileMustExist]
Left = 288
Top = 136
end
end