home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 4.11 / 1999-05_Disc_4.11.bin / MSPRING / Setup / FILES / _SETUP.ILB / RCDATA / TFDEST / TFDEST.txt
Text File  |  1998-10-27  |  3KB  |  142 lines

  1. object fDest: TfDest
  2.   Left = 472
  3.   Top = 296
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Destination Folder'
  7.   ClientHeight = 242
  8.   ClientWidth = 264
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label37: TLabel
  19.     Left = 6
  20.     Top = 12
  21.     Width = 247
  22.     Height = 27
  23.     AutoSize = False
  24.     Caption = 
  25.       'Select the Folder where your MindSpring software is to be instal' +
  26.       'led.'
  27.     Font.Charset = DEFAULT_CHARSET
  28.     Font.Color = clWindowText
  29.     Font.Height = -11
  30.     Font.Name = 'MS Sans Serif'
  31.     Font.Style = []
  32.     ParentFont = False
  33.     WordWrap = True
  34.   end
  35.   object Label34: TLabel
  36.     Left = 6
  37.     Top = 52
  38.     Width = 42
  39.     Height = 13
  40.     Caption = '&Install to:'
  41.     FocusControl = eDestDir
  42.     Font.Charset = DEFAULT_CHARSET
  43.     Font.Color = clBlack
  44.     Font.Height = -11
  45.     Font.Name = 'MS Sans Serif'
  46.     Font.Style = []
  47.     ParentFont = False
  48.   end
  49.   object Label35: TLabel
  50.     Left = 6
  51.     Top = 80
  52.     Width = 25
  53.     Height = 13
  54.     Caption = '&Path:'
  55.     FocusControl = cDir
  56.     Font.Charset = DEFAULT_CHARSET
  57.     Font.Color = clBlack
  58.     Font.Height = -11
  59.     Font.Name = 'MS Sans Serif'
  60.     Font.Style = []
  61.     ParentFont = False
  62.   end
  63.   object Label36: TLabel
  64.     Left = 6
  65.     Top = 172
  66.     Width = 28
  67.     Height = 13
  68.     Caption = '&Drive:'
  69.     FocusControl = cDrive
  70.     Font.Charset = DEFAULT_CHARSET
  71.     Font.Color = clBlack
  72.     Font.Height = -11
  73.     Font.Name = 'MS Sans Serif'
  74.     Font.Style = []
  75.     ParentFont = False
  76.   end
  77.   object eDestDir: TEdit
  78.     Left = 52
  79.     Top = 52
  80.     Width = 201
  81.     Height = 21
  82.     Color = clBtnFace
  83.     Font.Charset = DEFAULT_CHARSET
  84.     Font.Color = clWindowText
  85.     Font.Height = -11
  86.     Font.Name = 'MS Sans Serif'
  87.     Font.Style = []
  88.     ParentFont = False
  89.     ReadOnly = True
  90.     TabOrder = 0
  91.   end
  92.   object cDir: TDirectoryListBox
  93.     Left = 52
  94.     Top = 80
  95.     Width = 201
  96.     Height = 85
  97.     Font.Charset = DEFAULT_CHARSET
  98.     Font.Color = clWindowText
  99.     Font.Height = -11
  100.     Font.Name = 'MS Sans Serif'
  101.     Font.Style = []
  102.     ItemHeight = 16
  103.     ParentFont = False
  104.     TabOrder = 1
  105.     OnChange = cDirChange
  106.   end
  107.   object cDrive: TDriveComboBox
  108.     Left = 52
  109.     Top = 168
  110.     Width = 201
  111.     Height = 19
  112.     DirList = cDir
  113.     Font.Charset = DEFAULT_CHARSET
  114.     Font.Color = clWindowText
  115.     Font.Height = -11
  116.     Font.Name = 'MS Sans Serif'
  117.     Font.Style = []
  118.     ParentFont = False
  119.     TabOrder = 2
  120.   end
  121.   object bOK: TButton
  122.     Left = 52
  123.     Top = 204
  124.     Width = 75
  125.     Height = 25
  126.     Caption = 'OK'
  127.     Default = True
  128.     TabOrder = 3
  129.     OnClick = bOKClick
  130.   end
  131.   object bCancel: TButton
  132.     Left = 144
  133.     Top = 204
  134.     Width = 75
  135.     Height = 25
  136.     Cancel = True
  137.     Caption = 'Cancel'
  138.     TabOrder = 4
  139.     OnClick = bCancelClick
  140.   end
  141. end
  142.