home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / E-MAIL / Eremove / eremov11.exe / eremove.exe / 0 / RCDATA / TPASSFORM / TPASSFORM.txt
Text File  |  1998-04-07  |  1KB  |  65 lines

  1. object PassForm: TPassForm
  2.   Left = 222
  3.   Top = 207
  4.   BorderIcons = [biMaximize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Enter Password'
  7.   ClientHeight = 125
  8.   ClientWidth = 289
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Label2: TLabel
  16.     Left = 32
  17.     Top = 58
  18.     Width = 46
  19.     Height = 13
  20.     Caption = 'Password'
  21.   end
  22.   object Label1: TLabel
  23.     Left = 24
  24.     Top = 16
  25.     Width = 233
  26.     Height = 33
  27.     AutoSize = False
  28.     Caption = 
  29.       'Enter your password here, check save so that you don'#39't have to k' +
  30.       'ey in again next time.'
  31.   end
  32.   object passwordEdit: TEdit
  33.     Left = 88
  34.     Top = 54
  35.     Width = 105
  36.     Height = 21
  37.     PasswordChar = '*'
  38.     TabOrder = 0
  39.   end
  40.   object BitBtn1: TBitBtn
  41.     Left = 112
  42.     Top = 88
  43.     Width = 75
  44.     Height = 25
  45.     TabOrder = 1
  46.     Kind = bkOK
  47.   end
  48.   object BitBtn2: TBitBtn
  49.     Left = 200
  50.     Top = 88
  51.     Width = 75
  52.     Height = 25
  53.     TabOrder = 2
  54.     Kind = bkCancel
  55.   end
  56.   object SavePasswordCheck: TCheckBox
  57.     Left = 200
  58.     Top = 56
  59.     Width = 73
  60.     Height = 17
  61.     Caption = 'Save'
  62.     TabOrder = 3
  63.   end
  64. end
  65.