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

  1. inherited PropertyInspector: TPropertyInspector
  2.   Tag = 68
  3.   Left = 205
  4.   Top = 197
  5.   Width = 190
  6.   Height = 309
  7.   HorzScrollBar.Increment = 16
  8.   VertScrollBar.Increment = 25
  9.   BorderWidth = 1
  10.   Caption = 'Object Inspector'
  11.   ParentFont = False
  12.   Icon.Data = {<image000.ico>}
  13.   PopupMenu = LocalPopupMenu
  14.   OnActivate = PropertyInspectorActivate
  15.   OnDeactivate = FormDeactivate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel [0]
  19.     Left = 0
  20.     Top = 22
  21.     Width = 180
  22.     Height = 2
  23.     Align = alTop
  24.     AutoSize = False
  25.   end
  26.   object Panel1: TPanel [1]
  27.     Left = 0
  28.     Top = 0
  29.     Width = 180
  30.     Height = 22
  31.     Align = alTop
  32.     BevelOuter = bvNone
  33.     BorderStyle = bsSingle
  34.     Color = clWindow
  35.     FullRepaint = False
  36.     TabOrder = 0
  37.     OnResize = Panel1Resize
  38.     object PaintBox1: TPaintBox
  39.       Left = 0
  40.       Top = 0
  41.       Width = 159
  42.       Height = 18
  43.       Align = alClient
  44.       ParentColor = False
  45.       OnMouseDown = PaintBox1MouseDown
  46.       OnPaint = PaintBox1Paint
  47.     end
  48.     object InstanceList: TListButton
  49.       Left = 159
  50.       Top = 0
  51.       Width = 17
  52.       Height = 18
  53.       Align = alRight
  54.       AutoWidth = False
  55.       DropAlign = daRight
  56.       Glyph.Data = {
  57.         62010000424D620100000000000042000000280000000C0000000C0000000100
  58.         1000030000002001000000000000000000000000000000000000007C0000E003
  59.         00001F0000001863186318631863186318631863186318631863186318631863
  60.         1863186318631863186318631863186318631863186318631863186318631863
  61.         1863186318631863186318631863186318631863186318631863186318631863
  62.         1863186318631863186318631863186300001863186318631863186318631863
  63.         1863186318630000000000001863186318631863186318631863186300000000
  64.         0000000000001863186318631863186318630000000000000000000000000000
  65.         1863186318631863186318631863186318631863186318631863186318631863
  66.         1863186318631863186318631863186318631863186318631863186318631863
  67.         1863186318631863186318631863186318631863186318631863186318631863
  68.         186318631863}
  69.       ItemIndex = -1
  70.       ListWidth = 100
  71.       MaxListWidth = 0
  72.       MinListWidth = 0
  73.       Sorted = True
  74.       OnAccept = InstanceAccept
  75.       OnCancel = InstanceCancel
  76.       OnDropDown = InstanceDropDown
  77.       Style = lbStandard
  78.     end
  79.   end
  80.   object Panel2: TPanel [2]
  81.     Left = 0
  82.     Top = 49
  83.     Width = 180
  84.     Height = 212
  85.     Align = alClient
  86.     BevelInner = bvLowered
  87.     BevelOuter = bvNone
  88.     FullRepaint = False
  89.     TabOrder = 1
  90.     object PropList: TInspListBox
  91.       Left = 1
  92.       Top = 1
  93.       Width = 178
  94.       Height = 210
  95.       Align = alClient
  96.       CurIndex = -1
  97.       Middle = 85
  98.       ReadOnly = False
  99.       ShowHint = True
  100.       TabOrder = 0
  101.       OnEditDblClick = PropListEditDblClick
  102.       OnGetProperties = PropListGetProperties
  103.       OnHelp = PropListHelp
  104.       OnKeyDown = PropListKeyDown
  105.       OnSelectItem = PropListSelectItem
  106.     end
  107.   end
  108.   object Panel3: TPanel [3]
  109.     Left = 0
  110.     Top = 24
  111.     Width = 180
  112.     Height = 25
  113.     Align = alTop
  114.     BevelOuter = bvNone
  115.     FullRepaint = False
  116.     TabOrder = 2
  117.     object TabControl: TXTabControl
  118.       Left = 0
  119.       Top = 0
  120.       Width = 180
  121.       Height = 25
  122.       Align = alClient
  123.       HotTrack = True
  124.       TabOrder = 0
  125.       Tabs.Strings = (
  126.         'Properties'
  127.         'Events')
  128.       TabIndex = 0
  129.       TabStop = False
  130.       OnChange = TabChange
  131.       OnResize = TabControlResize
  132.       BorderStyle = bsNone
  133.     end
  134.   end
  135.   object StatusBar: TStatusBar [4]
  136.     Left = 0
  137.     Top = 261
  138.     Width = 180
  139.     Height = 19
  140.     Panels = <>
  141.     SimplePanel = True
  142.   end
  143.   inherited DockActionList: TActionList
  144.     Left = 40
  145.     Top = 56
  146.   end
  147.   object LocalPopupMenu: TPopupMenu
  148.     HelpContext = 4735
  149.     Images = ImageList1
  150.     OnPopup = LocalPopupMenuPopup
  151.     Left = 40
  152.     Top = 112
  153.     object dNextPage: TMenuItem
  154.       Caption = 'Next Page'
  155.       Visible = False
  156.       OnClick = dNextPageClick
  157.     end
  158.     object dPrevPage: TMenuItem
  159.       Caption = 'Previous Page'
  160.       Visible = False
  161.       OnClick = dNextPageClick
  162.     end
  163.     object dNextPageAlt: TMenuItem
  164.       Caption = 'Next page alt'
  165.       Visible = False
  166.       OnClick = dNextPageClick
  167.     end
  168.     object dPrevPageAlt: TMenuItem
  169.       Caption = 'Previous page alt'
  170.       Visible = False
  171.       OnClick = dNextPageClick
  172.     end
  173.     object LocalMenuItem: TMenuItem
  174.       Caption = 'Local Menu'
  175.       Visible = False
  176.       OnClick = LocalMenuItemClick
  177.     end
  178.     object ViewWhat: TMenuItem
  179.       Caption = '&View'
  180.       OnClick = ViewWhatClick
  181.       object ViewBar: TMenuItem
  182.         Caption = '-'
  183.       end
  184.       object ViewAll: TMenuItem
  185.         Action = ViewAllCmd
  186.       end
  187.       object ViewToggle: TMenuItem
  188.         Caption = 'Toggle'
  189.         OnClick = ViewToggleClick
  190.       end
  191.       object ViewNone: TMenuItem
  192.         Action = ViewNoneCmd
  193.       end
  194.     end
  195.     object ArrangeWhat: TMenuItem
  196.       Caption = '&Arrange'
  197.       object ArrangeByCategory: TMenuItem
  198.         Action = ArrangeByCategoryCmd
  199.         RadioItem = True
  200.       end
  201.       object ArrangeByName: TMenuItem
  202.         Action = ArrangeByNameCmd
  203.         RadioItem = True
  204.       end
  205.     end
  206.     object N2: TMenuItem
  207.       Caption = '-'
  208.     end
  209.     object Revert: TMenuItem
  210.       Caption = '&Revert to inherited'
  211.       OnClick = RevertClick
  212.     end
  213.     object Expand: TMenuItem
  214.       Caption = 'E&xpand'
  215.       HelpContext = 2378
  216.       OnClick = ExpandClick
  217.     end
  218.     object Collapse: TMenuItem
  219.       Caption = '&Collapse'
  220.       HelpContext = 2379
  221.       OnClick = CollapseClick
  222.     end
  223.     object Stayontop: TMenuItem
  224.       Action = StayOnTopCmd
  225.     end
  226.     object ShowStatusbar: TMenuItem
  227.       Caption = 'S&tatus bar'
  228.       OnClick = ShowStatusbarClick
  229.     end
  230.     object Hide1: TMenuItem
  231.       Caption = '&Hide'
  232.       HelpContext = 2376
  233.       OnClick = Hide1Click
  234.     end
  235.     object Help1: TMenuItem
  236.       Caption = 'H&elp'
  237.       HelpContext = 2377
  238.       OnClick = Help1Click
  239.     end
  240.     object N1: TMenuItem
  241.       Caption = '-'
  242.     end
  243.     object DockableItem: TMenuItem
  244.       Action = DockableCmd
  245.     end
  246.   end
  247.   object CategoryActions: TActionList
  248.     Left = 120
  249.     Top = 56
  250.     object ArrangeByCategoryCmd: TAction
  251.       Category = 'Arrange'
  252.       Caption = 'by &Category'
  253.       OnExecute = ArrangeByCategoryCmdExecute
  254.       OnUpdate = ArrangeByCategoryCmdUpdate
  255.     end
  256.     object ArrangeByNameCmd: TAction
  257.       Category = 'Arrange'
  258.       Caption = 'by &Name'
  259.       OnExecute = ArrangeByNameCmdExecute
  260.       OnUpdate = ArrangeByNameCmdUpdate
  261.     end
  262.     object ViewAllCmd: TAction
  263.       Category = 'View'
  264.       Caption = 'All'
  265.       OnExecute = ViewAllCmdExecute
  266.     end
  267.     object ViewNoneCmd: TAction
  268.       Category = 'View'
  269.       Caption = 'None'
  270.       OnExecute = ViewNoneCmdExecute
  271.     end
  272.   end
  273.   object ImageList1: TImageList
  274.     Left = 120
  275.     Top = 113
  276.   end
  277. end
  278.