object AccountManagerForm: TAccountManagerForm Left = 320 Top = 73 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsSingle Caption = 'Account Manager' ClientHeight = 314 ClientWidth = 219 Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clNavy Font.Height = -11 Font.Name = 'Arial' Font.Style = [fsBold] OldCreateOrder = False OnShow = FormShow PixelsPerInch = 96 TextHeight = 14 object AccountManagerPanel: TPanel Left = 0 Top = 0 Width = 219 Height = 314 Align = alClient TabOrder = 0 object NewAccoBtn: TSpeedButton Left = 8 Top = 164 Width = 62 Height = 22 Hint = 'Add a new bank account.' Caption = 'New' Flat = True ParentShowHint = False ShowHint = True OnClick = NewAccoBtnClick end object ModifyAccoBtn: TSpeedButton Left = 78 Top = 164 Width = 63 Height = 22 Hint = 'Modify an exist bank account.' Caption = 'Modify' Flat = True ParentShowHint = False ShowHint = True OnClick = ModifyAccoBtnClick end object DelAccoBtn: TSpeedButton Left = 148 Top = 164 Width = 63 Height = 22 Hint = 'Delete an exist bank account' Caption = 'Delete' Flat = True ParentShowHint = False ShowHint = True OnClick = DelAccoBtnClick end object AccoTypeListBox: TListBox Left = 8 Top = 10 Width = 202 Height = 151 Color = 12579047 ItemHeight = 14 TabOrder = 0 OnClick = AccoTypeListBoxClick end object AccoDescriptionGroupBox: TGroupBox Left = 10 Top = 192 Width = 199 Height = 113 Caption = 'Description' Color = clSilver ParentColor = False TabOrder = 1 object DescriptionLabel: TMemo Left = 6 Top = 14 Width = 189 Height = 95 Cursor = crArrow BorderStyle = bsNone Color = clSilver Ctl3D = False ParentCtl3D = False ReadOnly = True TabOrder = 0 end end end end