object fmServerLocation: TfmServerLocation Left = 237 Top = 198 Width = 351 Height = 147 Caption = 'Server Location' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] Position = poScreenCenter PixelsPerInch = 120 TextHeight = 16 object Label1: TLabel Left = 12 Top = 16 Width = 276 Height = 16 Caption = 'Please Specify Your data location on the Server' end object deName: TDirectoryEdit Left = 12 Top = 40 Width = 321 Height = 24 DialogKind = dkWin32 NumGlyphs = 1 TabOrder = 0 end object BtnOk: TButton Left = 64 Top = 76 Width = 90 Height = 30 Caption = '&Ok' TabOrder = 1 OnClick = BtnOkClick end object BtnCancel: TButton Left = 188 Top = 76 Width = 90 Height = 30 Caption = '&Cancel' ModalResult = 2 TabOrder = 2 end end