object inputDlg: TinputDlg Left = 226 Top = 216 BorderStyle = bsDialog Caption = 'NetLoad FTP Login' ClientHeight = 69 ClientWidth = 321 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnActivate = FormActivate PixelsPerInch = 96 TextHeight = 13 object promptLbl: TLabel Left = 10 Top = 9 Width = 223 Height = 14 AutoSize = False Caption = 'Please enter the login password:' Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object OKBtn: TButton Left = 244 Top = 8 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end object CancelBtn: TButton Left = 244 Top = 38 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end object inputEdit: TMaskEdit Left = 10 Top = 32 Width = 223 Height = 21 MaxLength = 0 TabOrder = 0 end end