home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 July / Chip_1998-07_cd.bin / sharewar / 1000ff / 1000ff32.exe / 0 / RCDATA / TPWDFORM / TPWDFORM.txt
Text File  |  1998-02-28  |  866b  |  49 lines

  1. object PwdForm: TPwdForm
  2.   Left = 479
  3.   Top = 109
  4.   BorderStyle = bsDialog
  5.   ClientHeight = 109
  6.   ClientWidth = 273
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Position = poScreenCenter
  12.   OnCloseQuery = FormCloseQuery
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Label1: TLabel
  16.     Left = 7
  17.     Top = 8
  18.     Width = 260
  19.     Height = 28
  20.     AutoSize = False
  21.   end
  22.   object Edit1: TEdit
  23.     Left = 10
  24.     Top = 43
  25.     Width = 254
  26.     Height = 21
  27.     PasswordChar = '*'
  28.     TabOrder = 0
  29.     OnChange = Edit1Change
  30.   end
  31.   object Button1: TButton
  32.     Left = 56
  33.     Top = 76
  34.     Width = 76
  35.     Height = 23
  36.     Enabled = False
  37.     TabOrder = 1
  38.     OnClick = Button1Click
  39.   end
  40.   object Button2: TButton
  41.     Left = 144
  42.     Top = 76
  43.     Width = 74
  44.     Height = 23
  45.     TabOrder = 2
  46.     OnClick = Button2Click
  47.   end
  48. end
  49.