object PasswordChanger: TPasswordChanger Left = 155 Top = 113 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Change POP3 password' ClientHeight = 195 ClientWidth = 509 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnClose = FormClose PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 75 Top = 20 Width = 53 Height = 13 Alignment = taRightJustify Caption = 'POP3 &User' end object Label2: TLabel Left = 82 Top = 52 Width = 46 Height = 13 Alignment = taRightJustify Caption = '&Password' end object Label3: TLabel Left = 58 Top = 96 Width = 70 Height = 13 Alignment = taRightJustify Caption = '&New password' end object Label4: TLabel Left = 93 Top = 124 Width = 35 Height = 13 Alignment = taRightJustify Caption = '&Confirm' end object Label5: TLabel Left = 97 Top = 164 Width = 31 Height = 13 Alignment = taRightJustify Caption = '&Server' end object eUser: TEdit Left = 136 Top = 16 Width = 249 Height = 21 TabOrder = 0 end object ePassword: TEdit Left = 136 Top = 48 Width = 249 Height = 21 PasswordChar = '*' TabOrder = 1 end object eNewPass: TEdit Left = 136 Top = 88 Width = 249 Height = 21 PasswordChar = '*' TabOrder = 2 OnChange = eNewPassChange end object eConfirm: TEdit Left = 136 Top = 120 Width = 249 Height = 21 PasswordChar = '*' TabOrder = 3 OnChange = eNewPassChange end object eServer: TEdit Left = 136 Top = 160 Width = 249 Height = 21 TabOrder = 4 OnChange = eNewPassChange end object bOK: TButton Left = 408 Top = 16 Width = 81 Height = 25 Caption = 'OK' Default = True Enabled = False TabOrder = 5 OnClick = bOKClick end object bCancel: TButton Left = 408 Top = 56 Width = 81 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 6 OnClick = bCancelClick end end