object PBTermEditAliasesForm: TPBTermEditAliasesForm Left = 309 Top = 169 Width = 472 Height = 370 HelpContext = 9 Caption = 'Edit Aliases' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnClose = FormClose OnHide = FormHide OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object AliasListBox: TListBox Left = 0 Top = 0 Width = 464 Height = 236 Align = alClient Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ItemHeight = 16 ParentFont = False TabOrder = 0 OnClick = AliasListBoxClick end object BottomPanel: TPanel Left = 0 Top = 236 Width = 464 Height = 107 Align = alBottom BevelOuter = bvNone TabOrder = 1 object AliasNameLabel: TLabel Left = 4 Top = 8 Width = 61 Height = 13 Caption = 'Alias Name' end object Label1: TLabel Left = 4 Top = 28 Width = 46 Height = 13 Caption = 'Alias Text' end object AliasButton: TButton Left = 386 Top = 4 Width = 75 Height = 25 Caption = '&Save Alias' TabOrder = 0 OnClick = AliasButtonClick end object DoneButton: TButton Left = 386 Top = 81 Width = 75 Height = 25 Caption = '&Close' Default = True TabOrder = 1 OnClick = DoneButtonClick end object AliasNameEdit: TEdit Left = 68 Top = 4 Width = 121 Height = 21 TabOrder = 2 OnChange = AliasMemoChange end object AliasMemo: TMemo Left = 68 Top = 28 Width = 313 Height = 73 ScrollBars = ssVertical TabOrder = 3 OnChange = AliasMemoChange end object NewAliasButton: TButton Left = 386 Top = 30 Width = 75 Height = 25 Caption = '&New Alias' TabOrder = 4 OnClick = NewAliasButtonClick end object DeleteAliasButton: TButton Left = 386 Top = 56 Width = 75 Height = 25 Caption = '&Delete Alias' TabOrder = 5 OnClick = DeleteAliasButtonClick end end end