home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2004 May / Gamestar_62_2004-05_dvd.iso / Realtime / Realtime.exe / 0 / RCDATA / TENGINE / TENGINE.txt < prev   
Text File  |  2003-11-22  |  9KB  |  399 lines

  1. object engine: Tengine
  2.   Left = 239
  3.   Top = 194
  4.   BorderStyle = bsNone
  5.   Caption = 'realtime - engine by Provaznik Petr'
  6.   ClientHeight = 573
  7.   ClientWidth = 792
  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.   OnActivate = FormActivate
  17.   OnClose = FormClose
  18.   OnKeyDown = FormKeyDown
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object DXDraw1: TDXDraw
  22.     Left = -8
  23.     Top = -27
  24.     Width = 800
  25.     Height = 600
  26.     AutoInitialize = True
  27.     AutoSize = False
  28.     Color = clBtnFace
  29.     Display.BitCount = 16
  30.     Display.FixedBitCount = True
  31.     Display.FixedRatio = True
  32.     Display.FixedSize = False
  33.     Display.Height = 600
  34.     Display.Width = 800
  35.     Options = [doAllowReboot, doWaitVBlank, doCenter, doRetainedMode, doHardware, doSelectDriver]
  36.     SurfaceHeight = 600
  37.     SurfaceWidth = 800
  38.     TabOrder = 3
  39.   end
  40.   object obrazovky: TNotebook
  41.     Left = 0
  42.     Top = 0
  43.     Width = 792
  44.     Height = 573
  45.     Align = alClient
  46.     TabOrder = 0
  47.     object TPage
  48.       Left = 0
  49.       Top = 0
  50.       Caption = 'start'
  51.       object uvodImage: TImage
  52.         Left = 0
  53.         Top = 0
  54.         Width = 792
  55.         Height = 573
  56.         Cursor = crHandPoint
  57.         Align = alClient
  58.         OnClick = uvodImageClick
  59.       end
  60.       object hudba_off: TButton
  61.         Left = 360
  62.         Top = 120
  63.         Width = 75
  64.         Height = 25
  65.         Caption = 'hudba_off'
  66.         TabOrder = 0
  67.         Visible = False
  68.         OnClick = hudba_offClick
  69.       end
  70.       object hudba_on: TButton
  71.         Left = 384
  72.         Top = 80
  73.         Width = 75
  74.         Height = 25
  75.         Caption = 'hudba on'
  76.         TabOrder = 1
  77.         Visible = False
  78.         OnClick = hudba_onClick
  79.       end
  80.       object nastaveni: TListBox
  81.         Left = 120
  82.         Top = 328
  83.         Width = 121
  84.         Height = 97
  85.         ItemHeight = 13
  86.         TabOrder = 2
  87.         Visible = False
  88.       end
  89.     end
  90.     object TPage
  91.       Left = 0
  92.       Top = 0
  93.       Caption = 'cteni'
  94.       object webbrowser1: TEmbeddedWB
  95.         Left = 0
  96.         Top = 0
  97.         Width = 792
  98.         Height = 573
  99.         Align = alClient
  100.         TabOrder = 0
  101.         OnStatusTextChange = webbrowser1StatusTextChange
  102.         OnNavigateComplete2 = webbrowser1NavigateComplete2
  103.         DownloadOptions = [DLCTL_DLIMAGES, DLCTL_VIDEOS, DLCTL_BGSOUNDS]
  104.         UserInterfaceOptions = [NO3DBORDER]
  105.         OnShowContextMenu = webbrowser1ShowContextMenu
  106.         PrintOptions.Margins.Left = 19.050000000000000000
  107.         PrintOptions.Margins.Right = 19.050000000000000000
  108.         PrintOptions.Margins.Top = 19.050000000000000000
  109.         PrintOptions.Margins.Bottom = 19.050000000000000000
  110.         PrintOptions.Header = '&w&bStr'#225'nka '#269'. &p z &P'
  111.         PrintOptions.HTMLHeader.Strings = (
  112.           '<HTML></HTML>')
  113.         PrintOptions.Footer = '&u&b&d'
  114.         PrintOptions.Orientation = poPortrait
  115.         ReplaceCaption = False
  116.         EnableDDE = False
  117.         fpExceptions = True
  118.         ControlData = {
  119.           4C000000DB510000393B00000000000000000000000000000000000000000000
  120.           000000004C000000000000000000000001000000E0D057007335CF11AE690800
  121.           2B2E126208000000000000004C0000000114020000000000C000000000000046
  122.           0000000000000000000000000000000000000000000000000000000000000000
  123.           0000000000000000010000000000000000000000000000000000000068154900}
  124.       end
  125.     end
  126.   end
  127.   object Panel1: TPanel
  128.     Left = 250
  129.     Top = 0
  130.     Width = 300
  131.     Height = 55
  132.     BevelOuter = bvNone
  133.     BorderWidth = 1
  134.     Color = clBlack
  135.     TabOrder = 1
  136.     Visible = False
  137.     object Image1: TImage
  138.       Left = 0
  139.       Top = 0
  140.       Width = 300
  141.       Height = 55
  142.       AutoSize = True
  143.       Picture.Data = {<image000.jpg>}
  144.     end
  145.     object Label1: TLabel
  146.       Left = 8
  147.       Top = 9
  148.       Width = 75
  149.       Height = 17
  150.       Cursor = crHandPoint
  151.       Hint = 'Hudba - nastaven'#237', volby'
  152.       AutoSize = False
  153.       ParentShowHint = False
  154.       ShowHint = True
  155.       Transparent = True
  156.       OnClick = Label1Click
  157.     end
  158.     object Label2: TLabel
  159.       Left = 88
  160.       Top = 9
  161.       Width = 60
  162.       Height = 17
  163.       Cursor = crHandPoint
  164.       Hint = 'Zp'#283't o jednu str'#225'nku'
  165.       AutoSize = False
  166.       ParentShowHint = False
  167.       ShowHint = True
  168.       Transparent = True
  169.       OnClick = Label2Click
  170.     end
  171.     object Label3: TLabel
  172.       Left = 154
  173.       Top = 9
  174.       Width = 68
  175.       Height = 17
  176.       Cursor = crHandPoint
  177.       Hint = 'Skok do hlavn'#237'ho menu'
  178.       AutoSize = False
  179.       ParentShowHint = False
  180.       ShowHint = True
  181.       Transparent = True
  182.       OnClick = Label3Click
  183.     end
  184.     object Label4: TLabel
  185.       Left = 248
  186.       Top = 8
  187.       Width = 49
  188.       Height = 19
  189.       Cursor = crHandPoint
  190.       Hint = 'Ukon'#269'en'#237' REALTIME'
  191.       AutoSize = False
  192.       ParentShowHint = False
  193.       ShowHint = True
  194.       Transparent = True
  195.       OnClick = Label4Click
  196.     end
  197.   end
  198.   object Panel2: TPanel
  199.     Left = 250
  200.     Top = 56
  201.     Width = 300
  202.     Height = 200
  203.     BevelOuter = bvNone
  204.     Color = clBlack
  205.     Font.Charset = DEFAULT_CHARSET
  206.     Font.Color = clWhite
  207.     Font.Height = -11
  208.     Font.Name = 'MS Sans Serif'
  209.     Font.Style = []
  210.     ParentFont = False
  211.     TabOrder = 2
  212.     Visible = False
  213.     object Image2: TImage
  214.       Left = 0
  215.       Top = 0
  216.       Width = 300
  217.       Height = 200
  218.       AutoSize = True
  219.       Picture.Data = {<image001.jpg>}
  220.     end
  221.     object Label5: TLabel
  222.       Left = 267
  223.       Top = 8
  224.       Width = 25
  225.       Height = 17
  226.       Cursor = crHandPoint
  227.       Hint = 'Zav'#345'i menu HUDBA'
  228.       AutoSize = False
  229.       ParentShowHint = False
  230.       ShowHint = True
  231.       Transparent = True
  232.       OnClick = Label5Click
  233.     end
  234.     object Bevel1: TBevel
  235.       Left = 8
  236.       Top = 40
  237.       Width = 281
  238.       Height = 129
  239.       Shape = bsFrame
  240.     end
  241.     object Label6: TLabel
  242.       Left = 12
  243.       Top = 35
  244.       Width = 102
  245.       Height = 13
  246.       Caption = ' HRAJ SKLADBU '
  247.       Color = clGreen
  248.       Font.Charset = DEFAULT_CHARSET
  249.       Font.Color = clWhite
  250.       Font.Height = -11
  251.       Font.Name = 'MS Sans Serif'
  252.       Font.Style = [fsBold]
  253.       ParentColor = False
  254.       ParentFont = False
  255.     end
  256.     object hu1: TLabel
  257.       Left = 16
  258.       Top = 53
  259.       Width = 18
  260.       Height = 13
  261.       Cursor = crHandPoint
  262.       Caption = 'hu1'
  263.       Transparent = True
  264.       OnClick = hu1Click
  265.     end
  266.     object hu2: TLabel
  267.       Left = 16
  268.       Top = 69
  269.       Width = 18
  270.       Height = 13
  271.       Cursor = crHandPoint
  272.       Caption = 'hu2'
  273.       Transparent = True
  274.       OnClick = hu2Click
  275.     end
  276.     object hu3: TLabel
  277.       Left = 16
  278.       Top = 85
  279.       Width = 18
  280.       Height = 13
  281.       Cursor = crHandPoint
  282.       Caption = 'hu3'
  283.       Transparent = True
  284.       OnClick = hu3Click
  285.     end
  286.     object hu4: TLabel
  287.       Left = 16
  288.       Top = 101
  289.       Width = 18
  290.       Height = 13
  291.       Cursor = crHandPoint
  292.       Caption = 'hu4'
  293.       Transparent = True
  294.       OnClick = hu4Click
  295.     end
  296.     object hu5: TLabel
  297.       Left = 16
  298.       Top = 117
  299.       Width = 18
  300.       Height = 13
  301.       Cursor = crHandPoint
  302.       Caption = 'hu5'
  303.       Transparent = True
  304.       OnClick = hu5Click
  305.     end
  306.     object hu6: TLabel
  307.       Left = 16
  308.       Top = 133
  309.       Width = 18
  310.       Height = 13
  311.       Cursor = crHandPoint
  312.       Caption = 'hu6'
  313.       Transparent = True
  314.       OnClick = hu6Click
  315.     end
  316.     object hu7: TLabel
  317.       Left = 16
  318.       Top = 149
  319.       Width = 18
  320.       Height = 13
  321.       Cursor = crHandPoint
  322.       Caption = 'hu7'
  323.       Transparent = True
  324.       OnClick = hu7Click
  325.     end
  326.     object Label7: TLabel
  327.       Left = 24
  328.       Top = 178
  329.       Width = 58
  330.       Height = 13
  331.       Cursor = crHandPoint
  332.       Caption = 'Hudba hraje'
  333.       Transparent = True
  334.       OnClick = Label7Click
  335.     end
  336.     object Label8: TLabel
  337.       Left = 120
  338.       Top = 178
  339.       Width = 59
  340.       Height = 13
  341.       Cursor = crHandPoint
  342.       Caption = 'M'#283'nit hudbu'
  343.       Transparent = True
  344.       OnClick = Label8Click
  345.     end
  346.     object Label9: TLabel
  347.       Left = 216
  348.       Top = 178
  349.       Width = 70
  350.       Height = 13
  351.       Cursor = crHandPoint
  352.       Caption = 'Hudba nehraje'
  353.       Transparent = True
  354.       OnClick = Label9Click
  355.     end
  356.     object hudbahraje1: TRadioButton
  357.       Left = 8
  358.       Top = 178
  359.       Width = 14
  360.       Height = 14
  361.       Checked = True
  362.       Color = clBlack
  363.       Font.Charset = DEFAULT_CHARSET
  364.       Font.Color = clWhite
  365.       Font.Height = -11
  366.       Font.Name = 'MS Sans Serif'
  367.       Font.Style = []
  368.       ParentColor = False
  369.       ParentFont = False
  370.       TabOrder = 0
  371.       TabStop = True
  372.       OnClick = hudbahraje1Click
  373.     end
  374.     object hudbahraje2: TRadioButton
  375.       Left = 201
  376.       Top = 178
  377.       Width = 13
  378.       Height = 13
  379.       TabOrder = 1
  380.       OnClick = hudbahraje2Click
  381.     end
  382.     object zmena: TCheckBox
  383.       Left = 104
  384.       Top = 178
  385.       Width = 13
  386.       Height = 14
  387.       Checked = True
  388.       State = cbChecked
  389.       TabOrder = 2
  390.     end
  391.   end
  392.   object Timer1: TTimer
  393.     Interval = 500
  394.     OnTimer = Timer1Timer
  395.     Left = 672
  396.     Top = 64
  397.   end
  398. end
  399.