home *** CD-ROM | disk | FTP | other *** search
/ PC Format Collection 48 / SENT14D.ISO / tech / delphi / disk12 / calldll.pak / DLLFORM.DFM / DLLFORM.txt
Encoding:
Text File  |  1995-08-24  |  1.2 KB  |  63 lines

  1. object PasswordForm: TPasswordForm
  2.   Left = 246
  3.   Top = 153
  4.   ActiveControl = Edit1
  5.   BorderStyle = bsDialog
  6.   Caption = 'Verify'
  7.   ClientHeight = 83
  8.   ClientWidth = 225
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 10
  18.     Top = 4
  19.     Width = 92
  20.     Height = 13
  21.     Caption = 'Enter &password:'
  22.     FocusControl = Edit1
  23.   end
  24.   object Edit1: TEdit
  25.     Left = 10
  26.     Top = 20
  27.     Width = 207
  28.     Height = 20
  29.     PasswordChar = '*'
  30.     TabOrder = 0
  31.   end
  32.   object BitBtn2: TBitBtn
  33.     Left = 120
  34.     Top = 50
  35.     Width = 77
  36.     Height = 27
  37.     Font.Color = clWindowText
  38.     Font.Height = -11
  39.     Font.Name = 'MS Sans Serif'
  40.     Font.Style = [fsBold]
  41.     ParentFont = False
  42.     TabOrder = 2
  43.     Kind = bkCancel
  44.     Margin = 2
  45.     Spacing = -1
  46.   end
  47.   object BitBtn1: TBitBtn
  48.     Left = 24
  49.     Top = 50
  50.     Width = 77
  51.     Height = 27
  52.     Font.Color = clWindowText
  53.     Font.Height = -11
  54.     Font.Name = 'MS Sans Serif'
  55.     Font.Style = [fsBold]
  56.     ParentFont = False
  57.     TabOrder = 1
  58.     Kind = bkOK
  59.     Margin = 2
  60.     Spacing = -1
  61.   end
  62. end
  63.