home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / Runimage / Delphi50 / Bin / DPHPRO50.BPL / 0 / RCDATA / TPASMODEXPFORM / TPASMODEXPFORM.txt
Encoding:
Text File  |  1999-08-11  |  2.6 KB  |  115 lines

  1. inherited PasModExpForm: TPasModExpForm
  2.   Left = 204
  3.   Top = 162
  4.   Width = 140
  5.   Height = 305
  6.   HelpContext = 1395
  7.   HorzScrollBar.Increment = 13
  8.   VertScrollBar.Increment = 25
  9.   ActiveControl = Explorer
  10.   BorderIcons = [biSystemMenu]
  11.   Caption = 'Module Explorer'
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Explorer: TTreeControl [0]
  15.     Left = 0
  16.     Top = 0
  17.     Width = 132
  18.     Height = 278
  19.     HorzScrollBar.Increment = 16
  20.     HorzScrollBar.Tracking = True
  21.     VertScrollBar.Tracking = True
  22.     Align = alClient
  23.     Color = clWindow
  24.     ParentShowHint = False
  25.     ShowHint = True
  26.     TabOrder = 0
  27.     OnExit = ExplorerExit
  28.     Images = ExplorerItemImages
  29.     ReadOnly = False
  30.     PostOnEndEdit = False
  31.     ShowFocus = True
  32.     DragSubfocus = True
  33.     SnapOrigin = True
  34.     HorzSnap = False
  35.     DoubleBuffer = True
  36.     EditInPlace = True
  37.     AutoEdit = False
  38.     BatchMode = False
  39.     ShowRoot = False
  40.     ShowRootLines = True
  41.     ExpandByDefault = True
  42.     Style = tvsPluses
  43.     Alignment = [aLeft, aMiddle]
  44.     ItemMargins.Left = 2
  45.     ItemMargins.Top = 2
  46.     ItemMargins.Right = 2
  47.     ItemMargins.Bottom = 1
  48.     LeftMargin = 2
  49.     TopMargin = 0
  50.     BoxWidth = 9
  51.     BoxHeight = 9
  52.     VertGap = 0
  53.     Indent = 19
  54.     ItemOffset = 14
  55.     MultiSelect = False
  56.     OnKeyPressed = ExplorerKeyPressed
  57.     OnActionPerformed = ExplorerActionPerformed
  58.     OnSubfocusChanged = ExplorerSubfocusChanged
  59.     EnableDropFiles = False
  60.   end
  61.   inherited DockActionList: TActionList
  62.     Left = 72
  63.   end
  64.   inherited ExplorerItemImages: TImageList
  65.     Left = 18
  66.   end
  67.   object ActionList1: TActionList [3]
  68.     Left = 10
  69.     Top = 42
  70.     object NewAction: TAction
  71.       Caption = '&New'
  72.       ShortCut = 45
  73.       OnExecute = NewActionExecute
  74.       OnUpdate = NewActionUpdate
  75.     end
  76.     object RenameAction: TAction
  77.       Caption = '&Rename'
  78.       ShortCut = 16466
  79.       OnExecute = RenameActionExecute
  80.       OnUpdate = RenameActionUpdate
  81.     end
  82.     object PropertiesAction: TAction
  83.       Caption = 'Properties'
  84.       OnExecute = PropertiesActionExecute
  85.     end
  86.   end
  87.   inherited LocalMenu: TPopupMenu
  88.     object N1: TMenuItem [0]
  89.       Action = NewAction
  90.     end
  91.     object N3: TMenuItem [1]
  92.       Action = RenameAction
  93.     end
  94.     object N4: TMenuItem [2]
  95.       Caption = '-'
  96.     end
  97.     object N5: TMenuItem
  98.       Caption = '-'
  99.     end
  100.     object Properties1: TMenuItem
  101.       Action = PropertiesAction
  102.     end
  103.     object SearchAgainItem: TMenuItem
  104.       Caption = 'Search again'
  105.       Visible = False
  106.       OnClick = SearchAgainItemClick
  107.     end
  108.     object LocalMenuItem: TMenuItem
  109.       Caption = 'Local Menu'
  110.       Visible = False
  111.       OnClick = LocalMenuItemClick
  112.     end
  113.   end
  114. end
  115.