home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2004 February / Gamestar_59_2004-02_dvd.iso / Realtime / Realtime.exe / 0 / RCDATA / TFMSTART / TFMSTART.txt < prev   
Text File  |  2003-11-22  |  1KB  |  58 lines

  1. object FMstart: TFMstart
  2.   Left = 509
  3.   Top = 361
  4.   BorderStyle = bsNone
  5.   Caption = 'REALTIME (A-Engine)'
  6.   ClientHeight = 187
  7.   ClientWidth = 300
  8.   Color = clBlack
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object uvod: TNotebook
  20.     Left = 0
  21.     Top = 0
  22.     Width = 300
  23.     Height = 187
  24.     TabOrder = 0
  25.     object TPage
  26.       Left = 0
  27.       Top = 0
  28.       Caption = 'prvni'
  29.       object Image1: TImage
  30.         Left = 0
  31.         Top = 0
  32.         Width = 300
  33.         Height = 187
  34.         Cursor = crHandPoint
  35.         Hint = '[ Zapnout REALTIME ]'
  36.         AutoSize = True
  37.         ParentShowHint = False
  38.         Picture.Data = {<image000.jpg>}
  39.         ShowHint = True
  40.         OnClick = Image1Click
  41.       end
  42.       object Label1: TLabel
  43.         Left = 216
  44.         Top = 152
  45.         Width = 81
  46.         Height = 25
  47.         Cursor = crHandPoint
  48.         Hint = '[ Zapnout REALTIME bez hudby ]'
  49.         AutoSize = False
  50.         ParentShowHint = False
  51.         ShowHint = True
  52.         Transparent = True
  53.         OnClick = Label1Click
  54.       end
  55.     end
  56.   end
  57. end
  58.