home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / borland / cb / setup / cbuilder / data.z / IMAGEDIT.EXE / 0 / RCDATA / TRESFILEVIEW / TRESFILEVIEW.txt
Text File  |  1997-02-28  |  3KB  |  134 lines

  1. object ResFileView: TResFileView
  2.   Left = 361
  3.   Top = 225
  4.   Width = 175
  5.   Height = 222
  6.   Caption = 'ResFileView'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   FormStyle = fsMDIChild
  12.   Menu = ResMenu
  13.   PopupMenu = LocalMenu
  14.   Position = poDefaultPosOnly
  15.   Visible = True
  16.   OnClose = FormClose
  17.   OnCloseQuery = FormCloseQuery
  18.   OnDestroy = FormDestroy
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Tree: TTreeView
  22.     Left = 0
  23.     Top = 0
  24.     Width = 167
  25.     Height = 176
  26.     Indent = 19
  27.     OnEditing = TreeEditing
  28.     OnEdited = TreeEdited
  29.     Align = alClient
  30.     ParentColor = False
  31.     TabOrder = 0
  32.     OnDblClick = TreeDblClick
  33.   end
  34.   object SaveDialog: TSaveDialog
  35.     DefaultExt = 'res'
  36.     FileEditStyle = fsEdit
  37.     Filter = 'Resource files (*.res)|*.res|All files (*.*)|*.*'
  38.     Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist]
  39.     Left = 72
  40.     Top = 24
  41.   end
  42.   object ResMenu: TMainMenu
  43.     Left = 48
  44.     Top = 72
  45.     object ResourceMenu: TMenuItem
  46.       Caption = '&Resource'
  47.       GroupIndex = 2
  48.       ShortCut = 0
  49.       OnClick = ResourceMenuClick
  50.       object ResNewItem: TMenuItem
  51.         Caption = '&New'
  52.         ShortCut = 0
  53.         object ResNewBitmapItem: TMenuItem
  54.           Caption = '&Bitmap'
  55.           ShortCut = 0
  56.           OnClick = CreateNewBitmap
  57.         end
  58.         object ResNewIconItem: TMenuItem
  59.           Caption = '&Icon'
  60.           ShortCut = 0
  61.           OnClick = CreateNewIcon
  62.         end
  63.         object ResNewCursorItem: TMenuItem
  64.           Caption = '&Cursor'
  65.           ShortCut = 0
  66.           OnClick = CreateNewCursor
  67.         end
  68.       end
  69.       object N1: TMenuItem
  70.         Caption = '-'
  71.         ShortCut = 0
  72.       end
  73.       object ResEditItem: TMenuItem
  74.         Caption = '&Edit'
  75.         ShortCut = 0
  76.         OnClick = ResourceEdit
  77.       end
  78.       object ResRenameItem: TMenuItem
  79.         Caption = '&Rename'
  80.         ShortCut = 0
  81.         OnClick = ResourceRename
  82.       end
  83.       object ResDeleteItem: TMenuItem
  84.         Caption = '&Delete'
  85.         ShortCut = 0
  86.         OnClick = ResourceDelete
  87.       end
  88.     end
  89.   end
  90.   object LocalMenu: TPopupMenu
  91.     OnPopup = ResourceMenuClick
  92.     Left = 96
  93.     Top = 104
  94.     object LocalNewItem: TMenuItem
  95.       Caption = '&New'
  96.       ShortCut = 0
  97.       object LocalNewBitmapItem: TMenuItem
  98.         Caption = '&Bitmap'
  99.         ShortCut = 0
  100.         OnClick = CreateNewBitmap
  101.       end
  102.       object LocalNewIconItem: TMenuItem
  103.         Caption = '&Icon'
  104.         ShortCut = 0
  105.         OnClick = CreateNewIcon
  106.       end
  107.       object LocalNewCursorItem: TMenuItem
  108.         Caption = '&Cursor'
  109.         ShortCut = 0
  110.         OnClick = CreateNewCursor
  111.       end
  112.     end
  113.     object N2: TMenuItem
  114.       Caption = '-'
  115.       ShortCut = 0
  116.     end
  117.     object LocalEditItem: TMenuItem
  118.       Caption = '&Edit'
  119.       ShortCut = 0
  120.       OnClick = ResourceEdit
  121.     end
  122.     object LocalRenameItem: TMenuItem
  123.       Caption = '&Rename'
  124.       ShortCut = 0
  125.       OnClick = ResourceRename
  126.     end
  127.     object LocalDeleteItem: TMenuItem
  128.       Caption = '&Delete'
  129.       ShortCut = 0
  130.       OnClick = ResourceDelete
  131.     end
  132.   end
  133. end
  134.