object mpasswchange: Tmpasswchange Left = 298 Top = 118 BorderStyle = bsToolWindow Caption = 'Change the master password' ClientHeight = 159 ClientWidth = 324 Color = clInfoBk Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 8 Width = 196 Height = 20 Caption = 'Enter the old password: ' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label2: TLabel Left = 16 Top = 32 Width = 161 Height = 13 Caption = '(The default password is '#39'1'#39')' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -8 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label3: TLabel Left = 8 Top = 64 Width = 204 Height = 20 Caption = 'Enter the new password: ' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label4: TLabel Left = 16 Top = 88 Width = 196 Height = 16 Caption = 'Re-enter the new password: ' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Edit1: TEdit Left = 216 Top = 8 Width = 97 Height = 21 MaxLength = 5 PasswordChar = '*' TabOrder = 0 OnKeyPress = Edit1KeyPress end object Edit2: TEdit Left = 216 Top = 64 Width = 97 Height = 21 MaxLength = 5 PasswordChar = '*' TabOrder = 1 OnKeyPress = Edit2KeyPress end object Button1: TButton Left = 104 Top = 120 Width = 97 Height = 25 Caption = 'Change!' TabOrder = 3 OnClick = Button1Click end object ListBox1: TListBox Left = 8 Top = 256 Width = 81 Height = 17 ItemHeight = 13 TabOrder = 4 Visible = False end object Memo1: TMemo Left = 120 Top = 240 Width = 33 Height = 33 Lines.Strings = ( '2281') TabOrder = 5 Visible = False end object ListBox2: TListBox Left = 208 Top = 256 Width = 97 Height = 17 ItemHeight = 13 TabOrder = 6 Visible = False end object Memo2: TMemo Left = 32 Top = 224 Width = 65 Height = 25 TabOrder = 7 Visible = False end object ListBox3: TListBox Left = 200 Top = 232 Width = 81 Height = 17 ItemHeight = 13 TabOrder = 8 Visible = False end object Edit3: TEdit Left = 216 Top = 88 Width = 97 Height = 21 MaxLength = 5 PasswordChar = '*' TabOrder = 2 end end