home *** CD-ROM | disk | FTP | other *** search
/ Freelog 29 / Freelog029.iso / BestOf / WinForce / WinForce.exe / 0 / RCDATA / TPLAYFORM / TPLAYFORM.txt
Text File  |  2001-02-04  |  2KB  |  107 lines

  1. object PlayForm: TPlayForm
  2.   Left = -556
  3.   Top = -216
  4.   ActiveControl = Anleitung
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Der magische Turm'
  7.   ClientHeight = 300
  8.   ClientWidth = 488
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnActivate = FormActivate
  19.   OnCreate = FormCreate
  20.   OnHide = FormHide
  21.   OnKeyDown = FormKeyDown
  22.   OnResize = FormResize
  23.   OnShow = FormShow
  24.   PixelsPerInch = 96
  25.   TextHeight = 13
  26.   object Image1: TImage
  27.     Left = 0
  28.     Top = 0
  29.     Width = 488
  30.     Height = 300
  31.     Align = alClient
  32.     OnMouseDown = Image1MouseDown
  33.     OnMouseMove = Image1MouseMove
  34.     OnMouseUp = Image1MouseUp
  35.   end
  36.   object Panel1: TPanel
  37.     Left = 0
  38.     Top = 0
  39.     Width = 488
  40.     Height = 57
  41.     Anchors = [akLeft, akTop, akRight]
  42.     TabOrder = 0
  43.     object Label1: TLabel
  44.       Left = 112
  45.       Top = 32
  46.       Width = 81
  47.       Height = 13
  48.       Caption = 'Anzahl der Z∩┐╜ge:'
  49.     end
  50.     object Label2: TLabel
  51.       Left = 112
  52.       Top = 12
  53.       Width = 26
  54.       Height = 13
  55.       Caption = 'Level'
  56.     end
  57.     object Anleitung: TButton
  58.       Left = 16
  59.       Top = 16
  60.       Width = 75
  61.       Height = 25
  62.       Caption = 'Introduction'
  63.       TabOrder = 0
  64.       OnClick = AnleitungClick
  65.       OnKeyDown = FormKeyDown
  66.     end
  67.     object Button1: TButton
  68.       Left = 344
  69.       Top = 16
  70.       Width = 65
  71.       Height = 25
  72.       Caption = 'Neu'
  73.       TabOrder = 1
  74.       OnClick = FormCreate
  75.       OnKeyDown = FormKeyDown
  76.     end
  77.     object Button2: TButton
  78.       Left = 416
  79.       Top = 16
  80.       Width = 59
  81.       Height = 25
  82.       Caption = 'Ende'
  83.       TabOrder = 2
  84.       OnClick = Button2Click
  85.       OnKeyDown = FormKeyDown
  86.     end
  87.     object TrackBar1: TTrackBar
  88.       Left = 224
  89.       Top = 16
  90.       Width = 110
  91.       Height = 33
  92.       Max = 6
  93.       Orientation = trHorizontal
  94.       Frequency = 1
  95.       Position = 0
  96.       SelEnd = 0
  97.       SelStart = 0
  98.       TabOrder = 3
  99.       ThumbLength = 20
  100.       TickMarks = tmBottomRight
  101.       TickStyle = tsAuto
  102.       OnChange = TrackBar1Change
  103.       OnKeyDown = FormKeyDown
  104.     end
  105.   end
  106. end
  107.