home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / E-MAIL / Pronto / P32FAM.EXE / Family.z / FAMILY.exe / 0 / RCDATA / TPASSWORDDLG / TPASSWORDDLG.txt
Text File  |  1997-03-10  |  2KB  |  87 lines

  1. object PasswordDlg: TPasswordDlg
  2.   Left = 421
  3.   Top = 150
  4.   BorderStyle = bsNone
  5.   ClientHeight = 316
  6.   ClientWidth = 467
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Position = poScreenCenter
  12.   OnActivate = FormActivate
  13.   OnCreate = FormCreate
  14.   OnDeactivate = FormDeactivate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object imgBackGr: TImage
  18.     Left = 0
  19.     Top = 0
  20.     Width = 468
  21.     Height = 316
  22.     Align = alLeft
  23.   end
  24.   object imgOK: TImage
  25.     Left = 352
  26.     Top = 210
  27.     Width = 103
  28.     Height = 43
  29.     OnClick = imgOKClick
  30.   end
  31.   object imgCancel: TImage
  32.     Left = 352
  33.     Top = 254
  34.     Width = 103
  35.     Height = 45
  36.     OnClick = imgCancelClick
  37.   end
  38.   object Label1: TLabel
  39.     Left = 26
  40.     Top = 25
  41.     Width = 313
  42.     Height = 188
  43.     Alignment = taCenter
  44.     AutoSize = False
  45.     Font.Color = clNavy
  46.     Font.Height = -19
  47.     Font.Name = 'MS Sans Serif'
  48.     Font.Style = [fsItalic]
  49.     ParentFont = False
  50.     Transparent = True
  51.     WordWrap = True
  52.   end
  53.   object Label2: TLabel
  54.     Left = 37
  55.     Top = 238
  56.     Width = 130
  57.     Height = 23
  58.     AutoSize = False
  59.     Caption = 'Enter Key-Word:'
  60.     Font.Color = clNavy
  61.     Font.Height = -16
  62.     Font.Name = 'MS Sans Serif'
  63.     Font.Style = [fsItalic]
  64.     ParentFont = False
  65.     Transparent = True
  66.     WordWrap = True
  67.   end
  68.   object RegisterBtn: TImage
  69.     Left = 354
  70.     Top = 164
  71.     Width = 101
  72.     Height = 42
  73.     OnClick = RegisterBtnClick
  74.   end
  75.   object RegisterCodeEdit: TEdit
  76.     Left = 42
  77.     Top = 266
  78.     Width = 245
  79.     Height = 21
  80.     TabOrder = 0
  81.   end
  82.   object ENCRYPT1: TENCRYPT
  83.     Left = 26
  84.     Top = 148
  85.   end
  86. end
  87.