home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 July / Chip_1999-07_cd.bin / ctenari / Madera / Install.exe / 0 / RCDATA / TMAINFORM / TMAINFORM.txt < prev   
Encoding:
Text File  |  1999-04-27  |  984 b   |  46 lines

  1. object MainForm: TMainForm
  2.   Left = 204
  3.   Top = 122
  4.   AutoSize = True
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Extractor 2.01'
  8.   ClientHeight = 372
  9.   ClientWidth = 250
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   Icon.Data = {<image000.ico>}
  17.   OldCreateOrder = True
  18.   Position = poScreenCenter
  19.   Visible = True
  20.   OnActivate = FormActivate
  21.   OnClose = FormClose
  22.   OnResize = FormResize
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object FrontImage: TImage
  26.     Left = 0
  27.     Top = 0
  28.     Width = 250
  29.     Height = 372
  30.     AutoSize = True
  31.     Picture.Data = {<image001.bmp>}
  32.     OnClick = FrontImageClick
  33.     OnMouseMove = FrontImageMouseMove
  34.   end
  35.   object MediaPlayer: TMediaPlayer
  36.     Left = 2
  37.     Top = 82
  38.     Width = 57
  39.     Height = 30
  40.     VisibleButtons = [btPlay, btStop]
  41.     Visible = False
  42.     TabOrder = 0
  43.     OnNotify = MediaPlayerNotify
  44.   end
  45. end
  46.