home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 May / PCWorld_1999-05_cd.bin / NOVINKY / SuperMem / SM98 / SM98.EXE / 0 / RCDATA / TPASSWORDDLG / TPASSWORDDLG.txt
Encoding:
Text File  |  1999-03-17  |  1.0 KB  |  55 lines

  1. object PasswordDlg: TPasswordDlg
  2.   Left = 393
  3.   Top = 217
  4.   ActiveControl = PasswordEdit
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Password'
  7.   ClientHeight = 114
  8.   ClientWidth = 290
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -14
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = [fsBold]
  14.   Position = poScreenCenter
  15.   OnCloseQuery = FormCloseQuery
  16.   PixelsPerInch = 120
  17.   TextHeight = 16
  18.   object PasswordCommand: TLabel
  19.     Left = 10
  20.     Top = 11
  21.     Width = 112
  22.     Height = 16
  23.     Caption = 'Enter password:'
  24.   end
  25.   object PasswordEdit: TEdit
  26.     Left = 10
  27.     Top = 33
  28.     Width = 271
  29.     Height = 24
  30.     PasswordChar = '*'
  31.     TabOrder = 0
  32.   end
  33.   object OKBtn: TBitBtn
  34.     Left = 81
  35.     Top = 73
  36.     Width = 95
  37.     Height = 33
  38.     TabOrder = 1
  39.     Kind = bkOK
  40.     Margin = 2
  41.     Spacing = -1
  42.   end
  43.   object CancelBtn: TBitBtn
  44.     Left = 187
  45.     Top = 73
  46.     Width = 95
  47.     Height = 33
  48.     TabOrder = 2
  49.     OnClick = CancelBtnClick
  50.     Kind = bkCancel
  51.     Margin = 2
  52.     Spacing = -1
  53.   end
  54. end
  55.