home *** CD-ROM | disk | FTP | other *** search
/ At Home with Your PC: Starter / AtHomeStarter.bin / AtHomeStarter.exe / 0 / RCDATA / TLAUNCHER / TLAUNCHER.txt
Text File  |  2001-10-25  |  1KB  |  62 lines

  1. object Launcher: TLauncher
  2.   Left = 988
  3.   Top = 904
  4.   ActiveControl = btnReturn
  5.   BorderStyle = bsDialog
  6.   Caption = 'At home with YOUR PC templates'
  7.   ClientHeight = 202
  8.   ClientWidth = 333
  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 = True
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object btnOpen: TButton
  20.     Left = 30
  21.     Top = 167
  22.     Width = 131
  23.     Height = 25
  24.     Anchors = [akLeft, akBottom]
  25.     Caption = 'Open templates'
  26.     Font.Charset = DEFAULT_CHARSET
  27.     Font.Color = clWindowText
  28.     Font.Height = -11
  29.     Font.Name = 'MS Sans Serif'
  30.     Font.Style = [fsBold]
  31.     ModalResult = 1
  32.     ParentFont = False
  33.     TabOrder = 0
  34.   end
  35.   object btnReturn: TButton
  36.     Left = 170
  37.     Top = 167
  38.     Width = 131
  39.     Height = 25
  40.     Anchors = [akLeft, akBottom]
  41.     Caption = 'Return to CD-Rom'
  42.     Font.Charset = DEFAULT_CHARSET
  43.     Font.Color = clWindowText
  44.     Font.Height = -11
  45.     Font.Name = 'MS Sans Serif'
  46.     Font.Style = [fsBold]
  47.     ModalResult = 2
  48.     ParentFont = False
  49.     TabOrder = 1
  50.   end
  51.   object Files: TFileListBox
  52.     Left = 0
  53.     Top = 0
  54.     Width = 333
  55.     Height = 153
  56.     Align = alTop
  57.     ItemHeight = 13
  58.     TabOrder = 2
  59.     Visible = False
  60.   end
  61. end
  62.