home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 December / WIN95_DEC_1996_1.ISO / network / ps3432.exe / PSYNC32.EXE / 0 / RCDATA / TPASSWORDCHECKFORM / TPASSWORDCHECKFORM.txt
Text File  |  1996-12-13  |  1KB  |  66 lines

  1. object PassWordCheckForm: TPassWordCheckForm
  2.   Left = 469
  3.   Top = 168
  4.   BorderStyle = bsDialog
  5.   Caption = 'Password Change'
  6.   ClientHeight = 120
  7.   ClientWidth = 249
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 11
  18.     Top = 20
  19.     Width = 68
  20.     Height = 13
  21.     Alignment = taRightJustify
  22.     Caption = 'Old Password:'
  23.   end
  24.   object Label2: TLabel
  25.     Left = 4
  26.     Top = 51
  27.     Width = 74
  28.     Height = 13
  29.     Alignment = taRightJustify
  30.     Caption = 'New Password:'
  31.   end
  32.   object OldPassword: TEdit
  33.     Left = 80
  34.     Top = 16
  35.     Width = 153
  36.     Height = 21
  37.     TabOrder = 0
  38.   end
  39.   object NewPassword: TEdit
  40.     Left = 80
  41.     Top = 48
  42.     Width = 153
  43.     Height = 21
  44.     TabOrder = 1
  45.   end
  46.   object Button1: TButton
  47.     Left = 37
  48.     Top = 84
  49.     Width = 77
  50.     Height = 26
  51.     Caption = '&Ok'
  52.     Default = True
  53.     TabOrder = 2
  54.     OnClick = Button1Click
  55.   end
  56.   object Button2: TButton
  57.     Left = 136
  58.     Top = 84
  59.     Width = 77
  60.     Height = 26
  61.     Caption = '&Cancel'
  62.     TabOrder = 3
  63.     OnClick = Button2Click
  64.   end
  65. end
  66.