object TransferDialog: TTransferDialog Left = 266 Top = 119 HelpContext = 1427 ActiveControl = ItemList BorderStyle = bsDialog Caption = 'Configure Tools' ClientHeight = 289 ClientWidth = 291 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 8 Width = 29 Height = 13 Caption = '&Tools:' FocusControl = ItemList IsControl = True end object Label2: TLabel Left = 12 Top = 272 Width = 8 Height = 20 Caption = '*' Font.Color = clRed Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False IsControl = True end object Label3: TLabel Left = 24 Top = 272 Width = 126 Height = 13 Caption = '= conflicting shortcut keys.' IsControl = True end object ItemList: TListBox Left = 8 Top = 24 Width = 189 Height = 245 ItemHeight = 16 Style = lbOwnerDrawFixed TabOrder = 0 OnClick = ItemListClick OnDblClick = EditButtonClick OnDrawItem = ItemListDrawItem IsControl = True end object DnBtn: TBitBtn Left = 248 Top = 124 Width = 23 Height = 23 TabOrder = 2 OnClick = MoveClick Glyph.Data = { 04010000424D0401000000000000760000002800000010000000100000000100 0400000000008000000000000000000000001000000000000000000000000000 BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333 333333333333833333333333333488333333333333CC4883333333333CCCC488 33333333CCCCCC488333333CCCCCC444333333333CCCC483333333333CCCC483 333333333CCCC483333333333CCCC483333333333CCCC483333333333CCCC433 3333333333333333333333333333333333333333333333333333000000000000 0000000000000000} end object UpBtn: TBitBtn Left = 220 Top = 124 Width = 25 Height = 23 TabOrder = 1 OnClick = MoveClick Glyph.Data = { 04010000424D0401000000000000760000002800000010000000100000000100 0400000000008000000000000000000000001000000000000000000000000000 BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333 333333333333333333333333338888833333333334444483333333333CCCC483 333333333CCCC483333333333CCCC483333333333CCCC483333333333CCCC488 8333333CCCCCCCCC33333333CCCCCCC3333333333CCCCC333333333333CCC333 33333333333C3333333333333333333333333333333333333333000000000000 0000000000000000} end object AddButton: TButton Left = 208 Top = 24 Width = 75 Height = 25 Caption = '&Add...' TabOrder = 3 OnClick = AddButtonClick end object DelButton: TButton Left = 208 Top = 56 Width = 75 Height = 25 Caption = '&Delete' TabOrder = 4 OnClick = DelButtonClick end object EditButton: TButton Left = 208 Top = 88 Width = 75 Height = 25 Caption = '&Edit' TabOrder = 5 OnClick = EditButtonClick end object CloseButton: TButton Left = 208 Top = 211 Width = 75 Height = 25 Caption = '&Close' ModalResult = 1 TabOrder = 6 end object HelpButton: TButton Left = 208 Top = 243 Width = 75 Height = 25 Caption = '&Help' TabOrder = 7 OnClick = HelpButtonClick end end