home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 June / HDC50.iso / Runimage / Delphi50 / Bin / CORIDE50.BPL / 0 / RCDATA / TEDITORBINDINGPAGE / TEDITORBINDINGPAGE.txt
Text File  |  1999-08-11  |  2KB  |  80 lines

  1. object EditorBindingPage: TEditorBindingPage
  2.   Left = 0
  3.   Top = 0
  4.   Width = 419
  5.   Height = 317
  6.   HelpContext = 1960
  7.   Caption = 'Key Mappings'
  8.   OnCreate = EditorBindingPageCreate
  9.   OnDestroy = EditorBindingPageDestroy
  10.   OnBroadcast = EditorBindingPageBroadcast
  11.   object Bevel1: TBevel
  12.     Left = 3
  13.     Top = 5
  14.     Width = 413
  15.     Height = 156
  16.   end
  17.   object Label1: TLabel
  18.     Left = 11
  19.     Top = 8
  20.     Width = 106
  21.     Height = 13
  22.     Caption = '&Key mapping modules:'
  23.     FocusControl = Emulations
  24.   end
  25.   object Label2: TLabel
  26.     Left = 217
  27.     Top = 8
  28.     Width = 111
  29.     Height = 13
  30.     Caption = '&Enhancement modules:'
  31.     FocusControl = Enhancements
  32.   end
  33.   object Emulations: TListBox
  34.     Left = 11
  35.     Top = 24
  36.     Width = 190
  37.     Height = 129
  38.     ItemHeight = 13
  39.     TabOrder = 0
  40.     OnClick = EmulationsClick
  41.   end
  42.   object Enhancements: TCheckListBox
  43.     Left = 217
  44.     Top = 24
  45.     Width = 190
  46.     Height = 100
  47.     ItemHeight = 13
  48.     TabOrder = 1
  49.     OnClick = EnhancementsClick
  50.     OnDragDrop = EnhancementsDragDrop
  51.     OnDragOver = EnhancementsDragOver
  52.     OnMouseDown = EnhancementsMouseDown
  53.   end
  54.   object MoveUp: TButton
  55.     Left = 232
  56.     Top = 128
  57.     Width = 75
  58.     Height = 25
  59.     Caption = 'Move &Up'
  60.     TabOrder = 2
  61.     OnClick = MoveButtonClick
  62.   end
  63.   object MoveDn: TButton
  64.     Left = 320
  65.     Top = 128
  66.     Width = 75
  67.     Height = 25
  68.     Caption = 'Move D&own'
  69.     TabOrder = 3
  70.     OnClick = MoveButtonClick
  71.   end
  72.   object KeyMappingField: TPropComponent
  73.     PropField = 'Editor Emulation'
  74.     PropSet = EnvironmentOptions.EditorOptions
  75.     OnDataChange = KeyMappingFieldDataChange
  76.     Left = 16
  77.     Top = 192
  78.   end
  79. end
  80.