home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 December / WIN95_DEC_1996_4.ISO / finance / bilpwrnt.exe / BILLPOWR.EXE / 0 / RCDATA / TPWDLG / TPWDLG.txt
Text File  |  1996-12-15  |  2KB  |  91 lines

  1. object PWDlg: TPWDlg
  2.   Left = 72
  3.   Top = 101
  4.   ActiveControl = PasWrd
  5.   BorderStyle = bsDialog
  6.   Caption = 'Password'
  7.   ClientHeight = 127
  8.   ClientWidth = 280
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 16
  19.   object Label1: TLabel
  20.     Left = 4
  21.     Top = 20
  22.     Width = 187
  23.     Height = 67
  24.     AutoSize = False
  25.     Caption = 'Now, Enter New Password:'
  26.     WordWrap = True
  27.   end
  28.   object Label2: TLabel
  29.     Left = 66
  30.     Top = 2
  31.     Width = 32
  32.     Height = 12
  33.     Alignment = taCenter
  34.     Caption = 'Test'
  35.     Font.Color = clWindowText
  36.     Font.Height = -13
  37.     Font.Name = 'Terminal'
  38.     Font.Style = []
  39.     ParentFont = False
  40.   end
  41.   object Label3: TLabel
  42.     Left = 162
  43.     Top = 2
  44.     Width = 24
  45.     Height = 8
  46.     Alignment = taCenter
  47.     Caption = 'Test'
  48.     Font.Color = clWindowText
  49.     Font.Height = -8
  50.     Font.Name = 'Terminal'
  51.     Font.Style = []
  52.     ParentFont = False
  53.   end
  54.   object PasWrd: TEdit
  55.     Left = 194
  56.     Top = 16
  57.     Width = 79
  58.     Height = 24
  59.     MaxLength = 15
  60.     TabOrder = 0
  61.     OnKeyDown = FormKeyDown
  62.   end
  63.   object OKBtn: TButton
  64.     Left = 194
  65.     Top = 94
  66.     Width = 79
  67.     Height = 29
  68.     Caption = '&OK'
  69.     TabOrder = 1
  70.     OnClick = OKBtnClick
  71.   end
  72.   object CancelBtn: TButton
  73.     Left = 6
  74.     Top = 94
  75.     Width = 77
  76.     Height = 29
  77.     Cancel = True
  78.     Caption = '&Cancel'
  79.     TabOrder = 2
  80.     OnClick = OKBtnClick
  81.   end
  82.   object Button1: TButton
  83.     Left = 116
  84.     Top = 106
  85.     Width = 43
  86.     Height = 17
  87.     Caption = 'Button1'
  88.     TabOrder = 3
  89.   end
  90. end
  91.