home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1999 September / Dpcb0999.iso / Business / Empire / _SETUP.1 / EmpireBuilder.exe / 0 / RCDATA / TFMSERVERLOCATION / TFMSERVERLOCATION.txt
Text File  |  1999-06-21  |  931b  |  50 lines

  1. object fmServerLocation: TfmServerLocation
  2.   Left = 237
  3.   Top = 198
  4.   Width = 351
  5.   Height = 147
  6.   Caption = 'Server Location'
  7.   Font.Charset = ANSI_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 120
  14.   TextHeight = 16
  15.   object Label1: TLabel
  16.     Left = 12
  17.     Top = 16
  18.     Width = 276
  19.     Height = 16
  20.     Caption = 'Please Specify Your data location on the Server'
  21.   end
  22.   object deName: TDirectoryEdit
  23.     Left = 12
  24.     Top = 40
  25.     Width = 321
  26.     Height = 24
  27.     DialogKind = dkWin32
  28.     NumGlyphs = 1
  29.     TabOrder = 0
  30.   end
  31.   object BtnOk: TButton
  32.     Left = 64
  33.     Top = 76
  34.     Width = 90
  35.     Height = 30
  36.     Caption = '&Ok'
  37.     TabOrder = 1
  38.     OnClick = BtnOkClick
  39.   end
  40.   object BtnCancel: TButton
  41.     Left = 188
  42.     Top = 76
  43.     Width = 90
  44.     Height = 30
  45.     Caption = '&Cancel'
  46.     ModalResult = 2
  47.     TabOrder = 2
  48.   end
  49. end
  50.