home *** CD-ROM | disk | FTP | other *** search
/ Freesoft 1999 February / Freesoft_1999-02_cd.bin / Recenz / Internet / NetTimePro / Mpw32.dl_ / Mpw32.dl / RCDATA / TPASSWORDFORM / TPASSWORDFORM.txt
Text File  |  1997-05-14  |  1KB  |  63 lines

  1. object PasswordForm: TPasswordForm
  2.   Left = 236
  3.   Top = 119
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'PasswordForm'
  7.   ClientHeight = 106
  8.   ClientWidth = 303
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Frame: TGroupBox
  19.     Left = 8
  20.     Top = 12
  21.     Width = 285
  22.     Height = 53
  23.     Caption = 'ENTER PASSWORD'
  24.     Font.Color = clMaroon
  25.     Font.Height = -13
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = [fsBold]
  28.     ParentFont = False
  29.     TabOrder = 0
  30.     object Password: TEdit
  31.       Left = 7
  32.       Top = 24
  33.       Width = 269
  34.       Height = 21
  35.       CharCase = ecUpperCase
  36.       Font.Color = clBlack
  37.       Font.Height = -11
  38.       Font.Name = 'MS Sans Serif'
  39.       Font.Style = []
  40.       ParentFont = False
  41.       TabOrder = 0
  42.     end
  43.   end
  44.   object OKButton: TButton
  45.     Left = 237
  46.     Top = 74
  47.     Width = 56
  48.     Height = 25
  49.     Caption = '&OK'
  50.     TabOrder = 1
  51.     OnClick = OKButtonClick
  52.   end
  53.   object CancelButton: TButton
  54.     Left = 178
  55.     Top = 74
  56.     Width = 56
  57.     Height = 25
  58.     Caption = '&Cancel'
  59.     ModalResult = 2
  60.     TabOrder = 2
  61.   end
  62. end
  63.