home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 September / PCWorld_2003-09_cd.bin / Software / TemaCD / zajic / Hasenjagd.exe / 0 / RCDATA / TBASEFORM / TBASEFORM.txt < prev   
Text File  |  2000-04-14  |  2KB  |  75 lines

  1. object BaseForm: TBaseForm
  2.   Left = 225
  3.   Top = 123
  4.   Cursor = crArrow
  5.   HorzScrollBar.Visible = False
  6.   VertScrollBar.Visible = False
  7.   BorderIcons = []
  8.   BorderStyle = bsSingle
  9.   Caption = 'Basissourcen DirectX'
  10.   ClientHeight = 600
  11.   ClientWidth = 800
  12.   Color = clBlack
  13.   Font.Charset = ANSI_CHARSET
  14.   Font.Color = clWindowText
  15.   Font.Height = -16
  16.   Font.Name = 'Courier New'
  17.   Font.Style = []
  18.   Icon.Data = {<image000.ico>}
  19.   KeyPreview = True
  20.   OldCreateOrder = True
  21.   OnActivate = ActivateWindow
  22.   OnClose = CloseWindow
  23.   OnCreate = CreateWindow
  24.   OnDestroy = DestroyWindow
  25.   OnKeyUp = KeyUp
  26.   OnMouseDown = MouseDown
  27.   OnMouseUp = MouseUp
  28.   OnResize = ResizeWindow
  29.   OnShow = ShowWindow
  30.   PixelsPerInch = 96
  31.   TextHeight = 18
  32.   object MainPlayer: TMediaPlayer
  33.     Left = 80
  34.     Top = 8
  35.     Width = 29
  36.     Height = 30
  37.     ColoredButtons = []
  38.     Enabled = False
  39.     EnabledButtons = []
  40.     VisibleButtons = []
  41.     AutoEnable = False
  42.     AutoRewind = False
  43.     Constraints.MaxHeight = 640
  44.     Constraints.MaxWidth = 480
  45.     Display = MainPanel
  46.     Visible = False
  47.     TabOrder = 0
  48.     OnNotify = NotifyMedia
  49.   end
  50.   object MainPanel: TPanel
  51.     Left = 112
  52.     Top = 88
  53.     Width = 289
  54.     Height = 89
  55.     BevelOuter = bvNone
  56.     Caption = 'MainPanel'
  57.     Color = clBlack
  58.     TabOrder = 1
  59.     OnMouseDown = MouseDown
  60.     OnMouseUp = MouseUp
  61.   end
  62.   object Timer1: TTimer
  63.     Enabled = False
  64.     OnTimer = HandleStartTimer
  65.     Left = 8
  66.     Top = 8
  67.   end
  68.   object Timer2: TTimer
  69.     Enabled = False
  70.     OnTimer = RestoreSystemObject
  71.     Left = 8
  72.     Top = 48
  73.   end
  74. end
  75.