home *** CD-ROM | disk | FTP | other *** search
/ PC Expert 29 / Pce29cd.iso / RUNIMAGE / DELPHI40 / BIN / CORIDE40.BPL / 0 / RCDATA / TMODULESVIEW / TMODULESVIEW.txt
Text File  |  1998-06-16  |  4KB  |  186 lines

  1. inherited ModulesView: TModulesView
  2.   Left = 197
  3.   Top = 130
  4.   Width = 596
  5.   Height = 356
  6.   Caption = 'Modules'
  7.   PopupMenu = MainPopupMenu
  8.   PixelsPerInch = 96
  9.   TextHeight = 13
  10.   object Splitter1: TSplitter [0]
  11.     Left = 385
  12.     Top = 0
  13.     Width = 3
  14.     Height = 329
  15.     Cursor = crHSplit
  16.     Align = alRight
  17.     Beveled = False
  18.     ResizeStyle = rsUpdate
  19.   end
  20.   object EPPanel: TPanel [1]
  21.     Left = 388
  22.     Top = 0
  23.     Width = 200
  24.     Height = 329
  25.     Align = alRight
  26.     BevelOuter = bvNone
  27.     TabOrder = 1
  28.     object EntryPointListView: TListBox
  29.       Left = 0
  30.       Top = 0
  31.       Width = 200
  32.       Height = 329
  33.       Align = alClient
  34.       ItemHeight = 13
  35.       PopupMenu = EPPopupMenu
  36.       TabOrder = 0
  37.       OnDblClick = GotoEntryPoint1Click
  38.     end
  39.   end
  40.   object LeftPanel: TPanel [2]
  41.     Left = 0
  42.     Top = 0
  43.     Width = 385
  44.     Height = 329
  45.     Align = alClient
  46.     BevelOuter = bvNone
  47.     TabOrder = 0
  48.     object Splitter2: TSplitter
  49.       Left = 0
  50.       Top = 222
  51.       Width = 385
  52.       Height = 3
  53.       Cursor = crVSplit
  54.       Align = alBottom
  55.       Beveled = False
  56.       ResizeStyle = rsUpdate
  57.     end
  58.     object CUPanel: TPanel
  59.       Left = 0
  60.       Top = 225
  61.       Width = 385
  62.       Height = 104
  63.       Align = alBottom
  64.       BevelOuter = bvNone
  65.       TabOrder = 0
  66.       object CompUnitTree: TTreeView
  67.         Left = 0
  68.         Top = 0
  69.         Width = 385
  70.         Height = 104
  71.         Align = alClient
  72.         ChangeDelay = 1000
  73.         Indent = 19
  74.         PopupMenu = SourcePopupMenu
  75.         ReadOnly = True
  76.         SortType = stText
  77.         TabOrder = 0
  78.         OnDblClick = EditSource1Click
  79.       end
  80.     end
  81.     object ModPanel: TPanel
  82.       Left = 0
  83.       Top = 0
  84.       Width = 385
  85.       Height = 222
  86.       Align = alClient
  87.       BevelOuter = bvNone
  88.       TabOrder = 1
  89.       object ModuleView: TListView
  90.         Left = 0
  91.         Top = 0
  92.         Width = 385
  93.         Height = 222
  94.         Align = alClient
  95.         ColumnClick = False
  96.         Columns = <
  97.           item
  98.             Caption = 'Name'
  99.             Width = 125
  100.           end
  101.           item
  102.             Caption = 'Base Address'
  103.             Width = 100
  104.           end
  105.           item
  106.             Caption = 'Path'
  107.             Width = 155
  108.           end>
  109.         HideSelection = False
  110.         HotTrackStyles = []
  111.         LargeImages = EnvironmentOptions.LargeGutterImages
  112.         ReadOnly = True
  113.         RowSelect = True
  114.         PopupMenu = ModViewPopupMenu
  115.         SmallImages = EnvironmentOptions.SmallGutterImages
  116.         TabOrder = 0
  117.         ViewStyle = vsReport
  118.         OnMouseDown = ModuleViewMouseDown
  119.         OnSelectItem = ModuleViewSelectItem
  120.       end
  121.     end
  122.   end
  123.   object SourcePopupMenu: TPopupMenu
  124.     HelpContext = 4765
  125.     OnPopup = SourcePopupMenuPopup
  126.     Left = 25
  127.     Top = 240
  128.     object ViewSource1: TMenuItem
  129.       Caption = '&View Source'
  130.       ShortCut = 16470
  131.       OnClick = ViewSource1Click
  132.     end
  133.     object EditSource1: TMenuItem
  134.       Caption = 'Edit &Source'
  135.       ShortCut = 16467
  136.       OnClick = EditSource1Click
  137.     end
  138.   end
  139.   object EPPopupMenu: TPopupMenu
  140.     HelpContext = 4770
  141.     OnPopup = EPPopupMenuPopup
  142.     Left = 398
  143.     Top = 16
  144.     object GotoEntryPoint1: TMenuItem
  145.       Caption = '&Go to Entry Point'
  146.       OnClick = GotoEntryPoint1Click
  147.     end
  148.   end
  149.   object ModViewPopupMenu: TPopupMenu
  150.     HelpContext = 4760
  151.     OnPopup = ModViewPopupMenuPopup
  152.     Left = 25
  153.     Top = 73
  154.     object BreakonLoad1: TMenuItem
  155.       Caption = '&Break On Load'
  156.       OnClick = BreakonLoad1Click
  157.     end
  158.     object N1: TMenuItem
  159.       Caption = '-'
  160.     end
  161.     object AddModule1: TMenuItem
  162.       Caption = '&Add Module...'
  163.       OnClick = AddModule1Click
  164.     end
  165.     object N01: TMenuItem
  166.       Caption = '-'
  167.     end
  168.     object DockableItem: TMenuItem
  169.       Action = DockableCmd
  170.     end
  171.   end
  172.   object MainPopupMenu: TPopupMenu
  173.     Left = 25
  174.     Top = 113
  175.     object LocalMenuItem: TMenuItem
  176.       Caption = 'Local Menu'
  177.       Visible = False
  178.       OnClick = LocalMenuItemClick
  179.     end
  180.     object ZoomWindowItem: TMenuItem
  181.       Caption = 'Zoom Window'
  182.       OnClick = ZoomWindowItemClick
  183.     end
  184.   end
  185. end
  186.