home *** CD-ROM | disk | FTP | other *** search
/ Hacks & Cracks / Hacks_and_Cracks.iso / vol1 / pc_nl37b.zip / netLoad.exe / 0 / RCDATA / TADVANCEDFORM / TADVANCEDFORM.txt
Text File  |  1997-08-10  |  2KB  |  112 lines

  1. object advancedForm: TadvancedForm
  2.   Left = 257
  3.   Top = 289
  4.   BorderStyle = bsDialog
  5.   Caption = 'Advanced FTP Setup'
  6.   ClientHeight = 131
  7.   ClientWidth = 433
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   ShowHint = True
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label61: TLabel
  19.     Left = 8
  20.     Top = 37
  21.     Width = 120
  22.     Height = 14
  23.     Alignment = taRightJustify
  24.     AutoSize = False
  25.     Caption = 'After login command:'
  26.     Font.Charset = DEFAULT_CHARSET
  27.     Font.Color = clWindowText
  28.     Font.Height = -11
  29.     Font.Name = 'Arial'
  30.     Font.Style = [fsItalic]
  31.     ParentFont = False
  32.   end
  33.   object nickNameLbl: TLabel
  34.     Left = 138
  35.     Top = 10
  36.     Width = 287
  37.     Height = 14
  38.     AutoSize = False
  39.     Color = clTeal
  40.     Font.Charset = DEFAULT_CHARSET
  41.     Font.Color = clWhite
  42.     Font.Height = -11
  43.     Font.Name = 'Arial'
  44.     Font.Style = []
  45.     ParentColor = False
  46.     ParentFont = False
  47.   end
  48.   object Bevel1: TBevel
  49.     Left = 6
  50.     Top = 88
  51.     Width = 419
  52.     Height = 10
  53.     Shape = bsTopLine
  54.   end
  55.   object Label1: TLabel
  56.     Left = 8
  57.     Top = 10
  58.     Width = 120
  59.     Height = 14
  60.     Alignment = taRightJustify
  61.     AutoSize = False
  62.     Caption = 'FTP Server Nickname:'
  63.     Font.Charset = DEFAULT_CHARSET
  64.     Font.Color = clWindowText
  65.     Font.Height = -11
  66.     Font.Name = 'Arial'
  67.     Font.Style = [fsItalic]
  68.     ParentFont = False
  69.   end
  70.   object Label2: TLabel
  71.     Left = 136
  72.     Top = 60
  73.     Width = 206
  74.     Height = 13
  75.     Caption = 'Command will not be issued if entry is blank.'
  76.   end
  77.   object OKBtn: TButton
  78.     Left = 270
  79.     Top = 98
  80.     Width = 75
  81.     Height = 23
  82.     Caption = '&Save'
  83.     Default = True
  84.     ModalResult = 1
  85.     TabOrder = 1
  86.   end
  87.   object CancelBtn: TButton
  88.     Left = 350
  89.     Top = 98
  90.     Width = 75
  91.     Height = 23
  92.     Cancel = True
  93.     Caption = '&Cancel'
  94.     ModalResult = 2
  95.     TabOrder = 2
  96.   end
  97.   object afterLoginEdit: TEdit
  98.     Left = 136
  99.     Top = 34
  100.     Width = 290
  101.     Height = 21
  102.     Hint = 'eg. SITE group password'
  103.     Font.Charset = DEFAULT_CHARSET
  104.     Font.Color = clWindowText
  105.     Font.Height = -11
  106.     Font.Name = 'MS Sans Serif'
  107.     Font.Style = []
  108.     ParentFont = False
  109.     TabOrder = 0
  110.   end
  111. end
  112.