home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 June / Chip_2001-06_cd1.bin / oddech / gates / gates.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Encoding:
Text File  |  2000-03-05  |  1.4 KB  |  74 lines

  1. object Form1: TForm1
  2.   Left = 193
  3.   Top = 109
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = ' '
  7.   ClientHeight = 229
  8.   ClientWidth = 350
  9.   Color = clBlack
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   Position = poScreenCenter
  16.   WindowState = wsMaximized
  17.   OnCreate = FormCreate
  18.   OnKeyDown = FormKeyDown
  19.   OnKeyPress = FormKeyPress
  20.   OnKeyUp = FormKeyUp
  21.   OnResize = FormResize
  22.   OnShow = FormShow
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object Bild: TPaintBox
  26.     Left = 0
  27.     Top = 0
  28.     Width = 350
  29.     Height = 229
  30.     Cursor = -1
  31.     Align = alClient
  32.     Font.Color = clBlack
  33.     Font.Height = -16
  34.     Font.Name = 'MS Sans Serif'
  35.     Font.Style = []
  36.     ParentFont = False
  37.     OnClick = BildClick
  38.     OnMouseDown = BildMouseDown
  39.     OnMouseMove = BildMouseMove
  40.   end
  41.   object Image1: TImage
  42.     Left = 24
  43.     Top = 16
  44.     Width = 305
  45.     Height = 169
  46.     Picture.Data = {<image001.bmp>}
  47.     Visible = False
  48.   end
  49.   object Image2: TImage
  50.     Left = 64
  51.     Top = 40
  52.     Width = 273
  53.     Height = 177
  54.     Picture.Data = {<image002.bmp>}
  55.     Visible = False
  56.   end
  57.   object MediaPlayer1: TMediaPlayer
  58.     Left = 40
  59.     Top = 8
  60.     Width = 85
  61.     Height = 25
  62.     ColoredButtons = []
  63.     VisibleButtons = [btPlay, btStop, btBack]
  64.     Visible = False
  65.     TabOrder = 0
  66.   end
  67.   object Timer1: TTimer
  68.     Interval = 100
  69.     OnTimer = Timer1Timer
  70.     Left = 8
  71.     Top = 8
  72.   end
  73. end
  74.