home *** CD-ROM | disk | FTP | other *** search
/ GIRLS CAMP / GIRLSCAMP.iso / AUTORUN.EXE / 0 / RCDATA / TFORMMAIN / TFORMMAIN.txt
Text File  |  2001-02-14  |  3KB  |  140 lines

  1. object FormMain: TFormMain
  2.   Left = 361
  3.   Top = 186
  4.   BorderStyle = bsNone
  5.   Caption = 'Autorun'
  6.   ClientHeight = 400
  7.   ClientWidth = 500
  8.   Color = clGray
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   PixelsPerInch = 96
  19.   TextHeight = 16
  20.   object Image1: TImage
  21.     Left = 0
  22.     Top = 0
  23.     Width = 500
  24.     Height = 400
  25.     Align = alClient
  26.     AutoSize = True
  27.     Center = True
  28.     IncrementalDisplay = True
  29.   end
  30.   object DemoBtn: TImageBtn
  31.     Left = 17
  32.     Top = 197
  33.     Width = 110
  34.     Height = 37
  35.     AutoSize = False
  36.     BorderWidth = 8
  37.     Caption = 'Demo'
  38.     FocusWidth = 0
  39.     Font.Charset = ANSI_CHARSET
  40.     Font.Color = clBlack
  41.     Font.Height = -17
  42.     Font.Name = 'System'
  43.     Font.Style = [fsBold]
  44.     ParentFont = False
  45.     TabOrder = 1
  46.     TextActiveColor = clBlack
  47.     TextPassivColor = clInfoBk
  48.     TextLowerColor = clGray
  49.     TextUpperColor = clSilver
  50.     TextStyle = tsRecessed
  51.     Visible = False
  52.     OnClick = DemoBtnClick
  53.   end
  54.   object ExitBtn: TImageBtn
  55.     Left = 337
  56.     Top = 320
  57.     Width = 153
  58.     Height = 65
  59.     AutoSize = False
  60.     Caption = 'Beenden'
  61.     FocusWidth = 0
  62.     Font.Charset = ANSI_CHARSET
  63.     Font.Color = clBlack
  64.     Font.Height = -17
  65.     Font.Name = 'System'
  66.     Font.Style = [fsBold]
  67.     ParentFont = False
  68.     TabOrder = 4
  69.     TextActiveColor = clBlack
  70.     TextPassivColor = clInfoBk
  71.     TextLowerColor = clGray
  72.     TextUpperColor = clSilver
  73.     TextStyle = tsRecessed
  74.     OnClick = Image1Click
  75.   end
  76.   object InstallBtn: TImageBtn
  77.     Left = 9
  78.     Top = 320
  79.     Width = 153
  80.     Height = 65
  81.     AutoSize = False
  82.     BorderWidth = 8
  83.     Caption = 'Installieren'
  84.     FocusWidth = 0
  85.     Font.Charset = ANSI_CHARSET
  86.     Font.Color = clBlack
  87.     Font.Height = -17
  88.     Font.Name = 'System'
  89.     Font.Style = [fsBold]
  90.     ParentFont = False
  91.     TabOrder = 3
  92.     TextActiveColor = clBlack
  93.     TextPassivColor = clInfoBk
  94.     TextLowerColor = clGray
  95.     TextUpperColor = clSilver
  96.     TextStyle = tsRecessed
  97.     OnClick = InstallBtnClick
  98.   end
  99.   object StartBtn: TImageBtn
  100.     Left = 173
  101.     Top = 320
  102.     Width = 153
  103.     Height = 65
  104.     AutoSize = False
  105.     BorderWidth = 8
  106.     Caption = 'Starten'
  107.     FocusWidth = 0
  108.     Font.Charset = ANSI_CHARSET
  109.     Font.Color = clBlack
  110.     Font.Height = -17
  111.     Font.Name = 'System'
  112.     Font.Style = [fsBold]
  113.     ParentFont = False
  114.     SimFocused = True
  115.     TabOrder = 0
  116.     TextActiveColor = clBlack
  117.     TextPassivColor = clInfoBk
  118.     TextLowerColor = clGray
  119.     TextUpperColor = clSilver
  120.     TextStyle = tsRecessed
  121.     OnClick = StartBtnClick
  122.   end
  123.   object MediaPlayer1: TMediaPlayer
  124.     Left = 64
  125.     Top = 16
  126.     Width = 29
  127.     Height = 28
  128.     VisibleButtons = [btPlay]
  129.     FileName = 'SOUND\AUTORUN.WAV'
  130.     Visible = False
  131.     TabOrder = 2
  132.     TabStop = False
  133.   end
  134.   object Timer1: TTimer
  135.     OnTimer = Timer1Timer
  136.     Left = 24
  137.     Top = 16
  138.   end
  139. end
  140.