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

  1. inherited DebugInspector: TDebugInspector
  2.   Left = 196
  3.   Top = 131
  4.   Width = 264
  5.   Height = 406
  6.   BorderStyle = bsSizeToolWin
  7.   BorderWidth = 1
  8.   Caption = 'Debug Inspector'
  9.   Icon.Data = {<image000.ico>}
  10.   KeyPreview = True
  11.   PopupMenu = LocalPopupMenu
  12.   Position = poDefaultPosOnly
  13.   OnClose = FormClose
  14.   OnCloseQuery = FormCloseQuery
  15.   OnMouseDown = FormMouseDown
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Bevel1: TBevel
  19.     Left = 0
  20.     Top = 22
  21.     Width = 254
  22.     Height = 2
  23.     Align = alTop
  24.     Shape = bsSpacer
  25.   end
  26.   object StatusBar: TStatusBar
  27.     Left = 0
  28.     Top = 359
  29.     Width = 254
  30.     Height = 18
  31.     Panels = <
  32.       item
  33.         Width = 50
  34.       end>
  35.     SimplePanel = True
  36.   end
  37.   object TopPanel: TPanel
  38.     Left = 0
  39.     Top = 0
  40.     Width = 254
  41.     Height = 22
  42.     Align = alTop
  43.     BevelOuter = bvNone
  44.     BorderStyle = bsSingle
  45.     Color = clWindow
  46.     TabOrder = 1
  47.     OnResize = TopPanelResize
  48.     object InstanceLabel: TLabel
  49.       Left = 0
  50.       Top = 0
  51.       Width = 233
  52.       Height = 18
  53.       Align = alClient
  54.       AutoSize = False
  55.       ParentColor = False
  56.       ShowAccelChar = False
  57.     end
  58.     object InstanceList: TListButton
  59.       Left = 233
  60.       Top = 0
  61.       Width = 17
  62.       Height = 18
  63.       Align = alRight
  64.       AutoWidth = False
  65.       DropAlign = daRight
  66.       Glyph.Data = {
  67.         62010000424D620100000000000042000000280000000C0000000C0000000100
  68.         1000030000002001000000000000000000000000000000000000007C0000E003
  69.         00001F0000001863186318631863186318631863186318631863186318631863
  70.         1863186318631863186318631863186318631863186318631863186318631863
  71.         1863186318631863186318631863186318631863186318631863186318631863
  72.         1863186318631863186318631863186300001863186318631863186318631863
  73.         1863186318630000000000001863186318631863186318631863186300000000
  74.         0000000000001863186318631863186318630000000000000000000000000000
  75.         1863186318631863186318631863186318631863186318631863186318631863
  76.         1863186318631863186318631863186318631863186318631863186318631863
  77.         1863186318631863186318631863186318631863186318631863186318631863
  78.         186318631863}
  79.       ItemIndex = -1
  80.       ListWidth = 100
  81.       MaxListWidth = 0
  82.       MinListWidth = 0
  83.       Sorted = True
  84.       OnAccept = InstanceAccept
  85.       OnCancel = InstanceCancel
  86.       OnDropDown = InstanceDropDown
  87.     end
  88.   end
  89.   object TabControl: TXTabControl
  90.     Left = 0
  91.     Top = 24
  92.     Width = 254
  93.     Height = 25
  94.     Align = alTop
  95.     HotTrack = True
  96.     TabOrder = 2
  97.     Tabs.Strings = (
  98.       'Data'
  99.       'Methods'
  100.       'Properties')
  101.     TabIndex = 0
  102.     OnChange = TabControlClick
  103.     OnChanging = TabControlChanging
  104.     BorderStyle = bsNone
  105.   end
  106.   object Panel1: TPanel
  107.     Left = 0
  108.     Top = 49
  109.     Width = 254
  110.     Height = 310
  111.     Align = alClient
  112.     BevelInner = bvLowered
  113.     BevelOuter = bvNone
  114.     Caption = 'Panel1'
  115.     TabOrder = 3
  116.     object PropertyPropList: TInspListBox
  117.       Left = 1
  118.       Top = 1
  119.       Width = 252
  120.       Height = 308
  121.       Align = alClient
  122.       CurIndex = -1
  123.       Middle = 123
  124.       ShowHint = True
  125.       TabOrder = 0
  126.       OnDblClick = EditDblClick
  127.       OnEditDblClick = EditDblClick
  128.       OnGetProperties = PropListGetProperties
  129.       OnKeyDown = PropListKeyDown
  130.       OnListButtonClick = PropListButtonClick
  131.       OnNCHitTest = PropNCHitTest
  132.       OnQueryButtonClick = PropQueryButtonClick
  133.       OnSelectItem = SelectItemClick
  134.       OnUpdateDirtyData = PropListUpdateDirtyData
  135.     end
  136.     object MethodPropList: TInspListBox
  137.       Left = 1
  138.       Top = 1
  139.       Width = 252
  140.       Height = 308
  141.       Align = alClient
  142.       CurIndex = -1
  143.       Middle = 123
  144.       ShowHint = True
  145.       TabOrder = 1
  146.       OnDblClick = EditDblClick
  147.       OnEditDblClick = EditDblClick
  148.       OnGetProperties = PropListGetProperties
  149.       OnKeyDown = PropListKeyDown
  150.       OnListButtonClick = PropListButtonClick
  151.       OnNCHitTest = PropNCHitTest
  152.       OnSelectItem = SelectItemClick
  153.       OnUpdateDirtyData = PropListUpdateDirtyData
  154.     end
  155.     object DataPropList: TInspListBox
  156.       Left = 1
  157.       Top = 1
  158.       Width = 252
  159.       Height = 308
  160.       Align = alClient
  161.       CurIndex = -1
  162.       Middle = 121
  163.       ParentColor = False
  164.       ShowHint = True
  165.       TabOrder = 2
  166.       OnDblClick = EditDblClick
  167.       OnEditDblClick = EditDblClick
  168.       OnGetProperties = PropListGetProperties
  169.       OnKeyDown = PropListKeyDown
  170.       OnListButtonClick = PropListButtonClick
  171.       OnNCHitTest = PropNCHitTest
  172.       OnSelectItem = SelectItemClick
  173.       OnUpdateDirtyData = PropListUpdateDirtyData
  174.     end
  175.   end
  176.   object LocalPopupMenu: TPopupMenu
  177.     OnPopup = LocalPopupMenuPopup
  178.     Left = 48
  179.     Top = 150
  180.     object RangeItem: TMenuItem
  181.       Caption = '&Range...'
  182.       HelpContext = 5450
  183.       OnClick = RangeItemClick
  184.     end
  185.     object ChangeItem: TMenuItem
  186.       Caption = '&Change...'
  187.       HelpContext = 5451
  188.       OnClick = ChangeItemClick
  189.     end
  190.     object ShowInheritedItem: TMenuItem
  191.       Caption = '&Show Inherited'
  192.       HelpContext = 5452
  193.       OnClick = ShowInheritedItemClick
  194.     end
  195.     object ShowGetterPropsItem: TMenuItem
  196.       Caption = '&Show Dynamic Properties'
  197.       HelpContext = 5457
  198.       Visible = False
  199.       OnClick = ShowGetterPropsItemClick
  200.     end
  201.     object N1: TMenuItem
  202.       Caption = '-'
  203.     end
  204.     object LocalInspectItem: TMenuItem
  205.       Caption = '&Inspect'
  206.       HelpContext = 5453
  207.       OnClick = LocalInspectItemClick
  208.     end
  209.     object DescendItem: TMenuItem
  210.       Caption = '&Descend'
  211.       HelpContext = 5454
  212.       OnClick = DescendItemClick
  213.     end
  214.     object N2: TMenuItem
  215.       Caption = '-'
  216.     end
  217.     object NewExpressionItem: TMenuItem
  218.       Caption = '&New Expression...'
  219.       HelpContext = 5455
  220.       OnClick = NewExpressionItemClick
  221.     end
  222.     object TypeCastItem: TMenuItem
  223.       Caption = '&Type Cast...'
  224.       HelpContext = 5456
  225.       OnClick = TypeCastItemClick
  226.     end
  227.     object LocalMenuItem: TMenuItem
  228.       Caption = 'Local Menu'
  229.       Visible = False
  230.       OnClick = LocalMenuItemClick
  231.     end
  232.     object ZoomWindowItem: TMenuItem
  233.       Caption = 'Zoom Window'
  234.       Visible = False
  235.       OnClick = ZoomWindowItemClick
  236.     end
  237.     object CloseWindowItem: TMenuItem
  238.       Caption = 'Close Window'
  239.       Visible = False
  240.       OnClick = CloseWindowItemClick
  241.     end
  242.     object AltInspectItem: TMenuItem
  243.       Caption = 'AltInspectItem'
  244.       Visible = False
  245.       OnClick = LocalInspectItemClick
  246.     end
  247.   end
  248. end
  249.