home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 August / PCWorld_2001-08_cd.bin / EPA / ea3 / Run.exe / 0 / RCDATA / TASKMEDIUMIDFORM / TASKMEDIUMIDFORM.txt
Text File  |  2000-06-19  |  1KB  |  60 lines

  1. object AskMediumIdForm: TAskMediumIdForm
  2.   Left = 347
  3.   Top = 201
  4.   Width = 340
  5.   Height = 161
  6.   Caption = 'Choose destination directory'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object ProjectNameLab: TLabel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 313
  20.     Height = 13
  21.     Alignment = taCenter
  22.     AutoSize = False
  23.     Caption = 'ProjectNameLab'
  24.     Font.Charset = DEFAULT_CHARSET
  25.     Font.Color = clWindowText
  26.     Font.Height = -11
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = [fsBold]
  29.     ParentFont = False
  30.   end
  31.   object Label2: TLabel
  32.     Left = 3
  33.     Top = 31
  34.     Width = 326
  35.     Height = 13
  36.     Alignment = taCenter
  37.     AutoSize = False
  38.     Caption = 
  39.       'Please enter then directory where you would like to install then' +
  40.       ' data.'
  41.   end
  42.   object PathEd: TEdit
  43.     Left = 8
  44.     Top = 64
  45.     Width = 313
  46.     Height = 21
  47.     TabOrder = 0
  48.     Text = 'c:\EpaData'
  49.     OnChange = PathEdChange
  50.   end
  51.   object OkBtn: TBitBtn
  52.     Left = 247
  53.     Top = 96
  54.     Width = 75
  55.     Height = 25
  56.     TabOrder = 1
  57.     Kind = bkOK
  58.   end
  59. end
  60.