home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 January / Pcwk0198.iso / Wtestowe / CALYPSO / _SETUP.1 / unzip.dll / 0 / RCDATA / TPASSWORDFORM / TPASSWORDFORM.txt
Text File  |  1997-07-17  |  1KB  |  58 lines

  1. object PasswordForm: TPasswordForm
  2.   Left = 277
  3.   Top = 222
  4.   ActiveControl = edPassword
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Password Dialog'
  8.   ClientHeight = 89
  9.   ClientWidth = 236
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   PixelsPerInch = 96
  17.   TextHeight = 14
  18.   object lbPrompt: TLabel
  19.     Left = 8
  20.     Top = 5
  21.     Width = 81
  22.     Height = 14
  23.     Caption = 'Enter password:'
  24.   end
  25.   object edPassword: TEdit
  26.     Left = 8
  27.     Top = 23
  28.     Width = 220
  29.     Height = 22
  30.     PasswordChar = '*'
  31.     TabOrder = 0
  32.     OnChange = edPasswordChange
  33.   end
  34.   object btnOK: TButton
  35.     Left = 28
  36.     Top = 56
  37.     Width = 75
  38.     Height = 25
  39.     Caption = '&OK'
  40.     Default = True
  41.     Enabled = False
  42.     ModalResult = 1
  43.     TabOrder = 1
  44.     OnClick = btnOKClick
  45.   end
  46.   object btnCancel: TButton
  47.     Left = 132
  48.     Top = 56
  49.     Width = 75
  50.     Height = 25
  51.     Cancel = True
  52.     Caption = '&Cancel'
  53.     ModalResult = 2
  54.     TabOrder = 2
  55.     OnClick = btnCancelClick
  56.   end
  57. end
  58.