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   
Text File  |  1997-01-25  |  2KB  |  96 lines

  1. object mainmenu1: Tmainmenu1
  2.   Left = 420
  3.   Top = 301
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsToolWindow
  6.   Caption = '  '
  7.   ClientHeight = 301
  8.   ClientWidth = 353
  9.   Color = 40606918
  10.   Font.Color = clBlack
  11.   Font.Height = -19
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   ShowHint = True
  16.   PixelsPerInch = 96
  17.   TextHeight = 22
  18.   object About_label: TLabel
  19.     Left = 240
  20.     Top = 280
  21.     Width = 103
  22.     Height = 16
  23.     Hint = 'About the program'
  24.     Caption = 'E-Mail  / About....'
  25.     Font.Color = clBlack
  26.     Font.Height = -13
  27.     Font.Name = 'Arial'
  28.     Font.Style = [fsItalic]
  29.     ParentFont = False
  30.     OnClick = About_labelClick
  31.   end
  32.   object Image1: TImage
  33.     Left = 104
  34.     Top = 0
  35.     Width = 259
  36.     Height = 57
  37.     Picture.Data = {<image000.bmp>}
  38.   end
  39.   object Image2: TImage
  40.     Left = 0
  41.     Top = -8
  42.     Width = 112
  43.     Height = 360
  44.     AutoSize = True
  45.     Picture.Data = {<image001.bmp>}
  46.   end
  47.   object teach_butt: TButton
  48.     Left = 157
  49.     Top = 85
  50.     Width = 120
  51.     Height = 25
  52.     Hint = 'Learn about fractals'
  53.     Caption = 'Teach Me!'
  54.     TabOrder = 0
  55.     OnClick = teach_buttClick
  56.   end
  57.   object show_butt: TButton
  58.     Left = 157
  59.     Top = 133
  60.     Width = 120
  61.     Height = 25
  62.     Hint = 'View and example file'
  63.     Caption = 'Show Me!'
  64.     TabOrder = 1
  65.     OnClick = show_buttClick
  66.   end
  67.   object Play_butt: TButton
  68.     Left = 157
  69.     Top = 181
  70.     Width = 120
  71.     Height = 25
  72.     Hint = 'Create your own fractal'
  73.     Caption = 'Let Me Play!'
  74.     TabOrder = 2
  75.     OnClick = Play_buttClick
  76.   end
  77.   object exit_butt: TButton
  78.     Left = 157
  79.     Top = 229
  80.     Width = 120
  81.     Height = 25
  82.     Hint = 'Quit the Program'
  83.     Caption = 'Exit'
  84.     TabOrder = 3
  85.     OnClick = exit_buttClick
  86.   end
  87.   object FeeOpenDialog: TOpenDialog
  88.     DefaultExt = 'fee'
  89.     FileEditStyle = fsEdit
  90.     Filter = 'Fractal Example Files (*.fee)|*.fee|All files (*.*)|*.*'
  91.     Options = [ofHideReadOnly, ofNoChangeDir, ofPathMustExist, ofFileMustExist]
  92.     Left = 288
  93.     Top = 136
  94.   end
  95. end
  96.