object advancedForm: TadvancedForm Left = 257 Top = 289 BorderStyle = bsDialog Caption = 'Advanced FTP Setup' ClientHeight = 131 ClientWidth = 433 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter ShowHint = True OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label61: TLabel Left = 8 Top = 37 Width = 120 Height = 14 Alignment = taRightJustify AutoSize = False Caption = 'After login command:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [fsItalic] ParentFont = False end object nickNameLbl: TLabel Left = 138 Top = 10 Width = 287 Height = 14 AutoSize = False Color = clTeal Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentColor = False ParentFont = False end object Bevel1: TBevel Left = 6 Top = 88 Width = 419 Height = 10 Shape = bsTopLine end object Label1: TLabel Left = 8 Top = 10 Width = 120 Height = 14 Alignment = taRightJustify AutoSize = False Caption = 'FTP Server Nickname:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [fsItalic] ParentFont = False end object Label2: TLabel Left = 136 Top = 60 Width = 206 Height = 13 Caption = 'Command will not be issued if entry is blank.' end object OKBtn: TButton Left = 270 Top = 98 Width = 75 Height = 23 Caption = '&Save' Default = True ModalResult = 1 TabOrder = 1 end object CancelBtn: TButton Left = 350 Top = 98 Width = 75 Height = 23 Cancel = True Caption = '&Cancel' ModalResult = 2 TabOrder = 2 end object afterLoginEdit: TEdit Left = 136 Top = 34 Width = 290 Height = 21 Hint = 'eg. SITE group password' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 end end