object frmPsw: TfrmPsw Left = 259 Top = 558 BorderIcons = [] BorderStyle = bsToolWindow Caption = ' Happy Calendar' ClientHeight = 126 ClientWidth = 252 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object lblPsw: TLabel Left = 16 Top = 8 Width = 220 Height = 50 Alignment = taCenter AutoSize = False Font.Color = clBlack Font.Height = -12 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False WordWrap = True end object edtPsw: TEdit Left = 26 Top = 66 Width = 200 Height = 21 MaxLength = 32 PasswordChar = '#' TabOrder = 0 end object btnOK: TButton Left = 87 Top = 95 Width = 75 Height = 25 Caption = '&OK' Default = True TabOrder = 1 OnClick = btnOKClick end end