home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Freeware / Comunicatii / Winscp / winscp373setup.exe / {app} / WinSCP3.exe / 0 / RCDATA / TPASSWORDDIALOG / TPASSWORDDIALOG.txt
Encoding:
Text File  |  2005-02-06  |  2.2 KB  |  109 lines

  1. object PasswordDialog: TPasswordDialog
  2.   Left = 390
  3.   Top = 251
  4.   HelpType = htKeyword
  5.   HelpKeyword = 'ui_password'
  6.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  7.   BorderStyle = bsDialog
  8.   Caption = 'Enter password'
  9.   ClientHeight = 151
  10.   ClientWidth = 404
  11.   Color = clBtnFace
  12.   ParentFont = True
  13.   OldCreateOrder = True
  14.   Position = poMainFormCenter
  15.   DesignSize = (
  16.     404
  17.     151)
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object OKButton: TButton
  21.     Left = 235
  22.     Top = 119
  23.     Width = 75
  24.     Height = 25
  25.     Anchors = [akRight, akBottom]
  26.     Caption = 'OK'
  27.     Default = True
  28.     ModalResult = 1
  29.     TabOrder = 2
  30.   end
  31.   object CancelButton: TButton
  32.     Left = 323
  33.     Top = 119
  34.     Width = 75
  35.     Height = 25
  36.     Anchors = [akRight, akBottom]
  37.     Cancel = True
  38.     Caption = 'Cancel'
  39.     ModalResult = 2
  40.     TabOrder = 3
  41.   end
  42.   object PasswordPanel: TPanel
  43.     Left = 0
  44.     Top = 0
  45.     Width = 404
  46.     Height = 50
  47.     Align = alTop
  48.     BevelOuter = bvNone
  49.     TabOrder = 0
  50.     DesignSize = (
  51.       404
  52.       50)
  53.     object PasswordLabel: TLabel
  54.       Left = 8
  55.       Top = 8
  56.       Width = 389
  57.       Height = 13
  58.       Anchors = [akLeft, akTop, akRight]
  59.       AutoSize = False
  60.       Caption = '&Password:'
  61.       FocusControl = PasswordEdit
  62.     end
  63.     object PasswordEdit: TPasswordEdit
  64.       Left = 8
  65.       Top = 24
  66.       Width = 390
  67.       Height = 21
  68.       Anchors = [akLeft, akTop, akRight]
  69.       MaxLength = 250
  70.       TabOrder = 0
  71.     end
  72.   end
  73.   object ServerPromptPanel: TPanel
  74.     Left = 0
  75.     Top = 50
  76.     Width = 404
  77.     Height = 69
  78.     Align = alTop
  79.     BevelOuter = bvNone
  80.     TabOrder = 1
  81.     DesignSize = (
  82.       404
  83.       69)
  84.     object ServerPromptLabel: TLabel
  85.       Left = 8
  86.       Top = 24
  87.       Width = 388
  88.       Height = 44
  89.       Anchors = [akLeft, akTop, akRight, akBottom]
  90.       AutoSize = False
  91.       Caption = 
  92.         'Note: This prompt is issued by the server. It is part of either ' +
  93.         'keyboard-interactive, TIS or Cryptocard authentication.'
  94.       WordWrap = True
  95.     end
  96.     object HideTypingCheck: TCheckBox
  97.       Left = 14
  98.       Top = 2
  99.       Width = 275
  100.       Height = 17
  101.       Caption = '&Hide typing'
  102.       Checked = True
  103.       State = cbChecked
  104.       TabOrder = 0
  105.       OnClick = HideTypingCheckClick
  106.     end
  107.   end
  108. end
  109.