home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / Chip_2004-07_cd1.bin / software / poco / setup.exe / {app} / Poco.exe / 0 / RCDATA / TPASSWORDDLG / TPASSWORDDLG.txt
Encoding:
Text File  |  2004-05-18  |  1014 b   |  55 lines

  1. object PasswordDlg: TPasswordDlg
  2.   Left = 258
  3.   Top = 273
  4.   BorderStyle = bsDialog
  5.   Caption = 'Password'
  6.   ClientHeight = 111
  7.   ClientWidth = 285
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -14
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnActivate = FormActivate
  17.   PixelsPerInch = 120
  18.   TextHeight = 16
  19.   object Label1: TLabel
  20.     Left = 10
  21.     Top = 11
  22.     Width = 156
  23.     Height = 16
  24.     Caption = 'Enter your POP password:'
  25.   end
  26.   object Password: TEdit
  27.     Left = 11
  28.     Top = 32
  29.     Width = 267
  30.     Height = 24
  31.     PasswordChar = '*'
  32.     TabOrder = 0
  33.   end
  34.   object OKBtn: TButton
  35.     Left = 86
  36.     Top = 73
  37.     Width = 92
  38.     Height = 30
  39.     Caption = 'OK'
  40.     Default = True
  41.     ModalResult = 1
  42.     TabOrder = 1
  43.   end
  44.   object CancelBtn: TButton
  45.     Left = 185
  46.     Top = 73
  47.     Width = 92
  48.     Height = 30
  49.     Cancel = True
  50.     Caption = 'Cancel'
  51.     ModalResult = 2
  52.     TabOrder = 2
  53.   end
  54. end
  55.