object ChPwd: TChPwd Left = 489 Top = 266 ActiveControl = OldPwd BorderStyle = bsDialog Caption = 'Change password' ClientHeight = 141 ClientWidth = 295 Font.Color = clBlack Font.Height = -10 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} PixelsPerInch = 96 Position = poScreenCenter OnActivate = FormActivate OnCreate = FormCreate TextHeight = 13 object Label1: TLabel Left = 13 Top = 7 Width = 108 Height = 18 Caption = '&Old Password' end object Label2: TLabel Left = 13 Top = 52 Width = 58 Height = 11 Caption = '&New Password' end object Label3: TLabel Left = 13 Top = 98 Width = 100 Height = 15 Caption = '&Retype' end object OldPwd: TEdit Left = 13 Top = 26 Width = 183 Height = 20 PasswordChar = '*' TabOrder = 0 OnChange = OldPwdChange end object NewPwd: TEdit Left = 13 Top = 72 Width = 183 Height = 19 Enabled = False PasswordChar = '*' TabOrder = 1 end object Rpwd: TEdit Left = 13 Top = 117 Width = 183 Height = 20 Enabled = False PasswordChar = '*' TabOrder = 2 end object Ok: TBitBtn Left = 215 Top = 20 Width = 72 Height = 26 Caption = 'OK' Default = True TabOrder = 3 OnClick = OkClick Glyph.Data = { 4E010000424D4E01000000000000760000002800000012000000120000000100 040000000000D800000000000000000000000000000000000000000000000000 BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333 3333330000003333333333333333330000003333344333333333330000003333 4224333333333300000033342222433333333300000033422222243333333300 000034222A2222433333330000003222A3A222433333330000003A2A333A2224 33333300000033A33333A222433333000000333333333A222433330000003333 333333A222433300000033333333333A222433000000333333333333A2224300 00003333333333333A224300000033333333333333A223000000333333333333 333A33000000333333333333333333000000} end object Cancel: TBitBtn Left = 215 Top = 65 Width = 72 Height = 27 TabOrder = 4 Kind = bkCancel end end