object PasswordDlg: TPasswordDlg Left = 421 Top = 150 BorderStyle = bsNone ClientHeight = 316 ClientWidth = 467 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnActivate = FormActivate OnCreate = FormCreate OnDeactivate = FormDeactivate PixelsPerInch = 96 TextHeight = 13 object imgBackGr: TImage Left = 0 Top = 0 Width = 468 Height = 316 Align = alLeft end object imgOK: TImage Left = 352 Top = 210 Width = 103 Height = 43 OnClick = imgOKClick end object imgCancel: TImage Left = 352 Top = 254 Width = 103 Height = 45 OnClick = imgCancelClick end object Label1: TLabel Left = 26 Top = 25 Width = 313 Height = 188 Alignment = taCenter AutoSize = False Font.Color = clNavy Font.Height = -19 Font.Name = 'MS Sans Serif' Font.Style = [fsItalic] ParentFont = False Transparent = True WordWrap = True end object Label2: TLabel Left = 37 Top = 238 Width = 130 Height = 23 AutoSize = False Caption = 'Enter Key-Word:' Font.Color = clNavy Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [fsItalic] ParentFont = False Transparent = True WordWrap = True end object RegisterBtn: TImage Left = 354 Top = 164 Width = 101 Height = 42 OnClick = RegisterBtnClick end object RegisterCodeEdit: TEdit Left = 42 Top = 266 Width = 245 Height = 21 TabOrder = 0 end object ENCRYPT1: TENCRYPT Left = 26 Top = 148 end end