object EditorBindingPage: TEditorBindingPage Left = 0 Top = 0 Width = 419 Height = 317 HelpContext = 1960 Caption = 'Key Mappings' OnCreate = EditorBindingPageCreate OnDestroy = EditorBindingPageDestroy OnBroadcast = EditorBindingPageBroadcast object Bevel1: TBevel Left = 3 Top = 5 Width = 413 Height = 156 end object Label1: TLabel Left = 11 Top = 8 Width = 106 Height = 13 Caption = '&Key mapping modules:' FocusControl = Emulations end object Label2: TLabel Left = 217 Top = 8 Width = 111 Height = 13 Caption = '&Enhancement modules:' FocusControl = Enhancements end object Emulations: TListBox Left = 11 Top = 24 Width = 190 Height = 129 ItemHeight = 13 TabOrder = 0 OnClick = EmulationsClick end object Enhancements: TCheckListBox Left = 217 Top = 24 Width = 190 Height = 100 ItemHeight = 13 TabOrder = 1 OnClick = EnhancementsClick OnDragDrop = EnhancementsDragDrop OnDragOver = EnhancementsDragOver OnMouseDown = EnhancementsMouseDown end object MoveUp: TButton Left = 232 Top = 128 Width = 75 Height = 25 Caption = 'Move &Up' TabOrder = 2 OnClick = MoveButtonClick end object MoveDn: TButton Left = 320 Top = 128 Width = 75 Height = 25 Caption = 'Move D&own' TabOrder = 3 OnClick = MoveButtonClick end object KeyMappingField: TPropComponent PropField = 'Editor Emulation' PropSet = EnvironmentOptions.EditorOptions OnDataChange = KeyMappingFieldDataChange Left = 16 Top = 192 end end