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

  1. object MainForm: TMainForm
  2.   Left = 351
  3.   Top = 245
  4.   Width = 435
  5.   Height = 331
  6.   Caption = 'Image Editor'
  7.   Ctl3D = False
  8.   Color = clAppWorkSpace
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsMDIForm
  14.   Menu = MainMenu
  15.   Position = poDefault
  16.   WindowMenu = WindowMenu
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object ToolArea: TPanel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 65
  25.     Height = 266
  26.     Align = alLeft
  27.     TabOrder = 0
  28.   end
  29.   object StatusBar: TStatusBar
  30.     Left = 0
  31.     Top = 266
  32.     Width = 427
  33.     Height = 19
  34.     Panels = <
  35.       item
  36.         Width = 300
  37.       end
  38.       item
  39.         Width = 50
  40.       end>
  41.     SimplePanel = False
  42.   end
  43.   object MainMenu: TMainMenu
  44.     Left = 368
  45.     Top = 192
  46.     object FileMenu: TMenuItem
  47.       Caption = '&File'
  48.       GroupIndex = 1
  49.       ShortCut = 0
  50.       OnClick = FileMenuClick
  51.       object FileNewItem: TMenuItem
  52.         Caption = '&New...'
  53.         Hint = 'Create a new file'
  54.         ShortCut = 0
  55.         object FileNewResItem: TMenuItem
  56.           Caption = '&Resource File (.res)'
  57.           Hint = 'Create a new resource file'
  58.           ShortCut = 0
  59.           OnClick = FileNewResItemClick
  60.         end
  61.         object FileNewDCRItem: TMenuItem
  62.           Caption = 'C&omponent Resource File (.dcr)'
  63.           Hint = 'Create a new DCR file for use with custom VCL components'
  64.           ShortCut = 0
  65.           OnClick = FileNewDCRItemClick
  66.         end
  67.         object FileNewBitmapItem: TMenuItem
  68.           Caption = '&Bitmap File (.bmp)'
  69.           Hint = 'Create a new bitmap file'
  70.           ShortCut = 0
  71.           OnClick = FileNewBitmapItemClick
  72.         end
  73.         object FileNewIconItem: TMenuItem
  74.           Caption = '&Icon File (.ico)'
  75.           Hint = 'Create a new icon file'
  76.           ShortCut = 0
  77.           OnClick = FileNewIconItemClick
  78.         end
  79.         object FileNewCursorItem: TMenuItem
  80.           Caption = '&Cursor File (.cur)'
  81.           Hint = 'Create a new cursor file'
  82.           ShortCut = 0
  83.           OnClick = FileNewCursorItemClick
  84.         end
  85.       end
  86.       object FileOpenItem: TMenuItem
  87.         Caption = '&Open...'
  88.         Hint = 'Open an existing file'
  89.         ShortCut = 16463
  90.         OnClick = FileOpen
  91.       end
  92.       object FileSaveItem: TMenuItem
  93.         Caption = '&Save'
  94.         Hint = 'Save current file'
  95.         ShortCut = 16467
  96.         OnClick = FileSaveItemClick
  97.       end
  98.       object FileSaveAsItem: TMenuItem
  99.         Caption = 'Save &As...'
  100.         Hint = 'Save current file with a new name'
  101.         ShortCut = 0
  102.         OnClick = FileSaveAsItemClick
  103.       end
  104.       object FileCloseItem: TMenuItem
  105.         Caption = '&Close'
  106.         Hint = 'Close the current window'
  107.         ShortCut = 0
  108.         OnClick = FileCloseItemClick
  109.       end
  110.       object N1: TMenuItem
  111.         Caption = '-'
  112.         ShortCut = 0
  113.       end
  114.       object FileExitItem: TMenuItem
  115.         Caption = 'E&xit'
  116.         Hint = 'Exit the Image Editor'
  117.         ShortCut = 32856
  118.         OnClick = FileExit
  119.       end
  120.     end
  121.     object WindowMenu: TMenuItem
  122.       Caption = '&Window'
  123.       GroupIndex = 20
  124.       ShortCut = 0
  125.       OnClick = WindowMenuClick
  126.       object WindowCascadeItem: TMenuItem
  127.         Caption = '&Cascade'
  128.         Hint = 'Cascade all open windows'
  129.         ShortCut = 0
  130.         OnClick = WindowCascadeClick
  131.       end
  132.       object WindowTileHorzItem: TMenuItem
  133.         Caption = 'Tile &Horizontal'
  134.         Hint = 'Arrange open windows horizontally'
  135.         ShortCut = 0
  136.         OnClick = WindowTileClick
  137.       end
  138.       object WindowTileVertItem: TMenuItem
  139.         Caption = 'Tile &Vertical'
  140.         Hint = 'Arrange all open windows vertically'
  141.         ShortCut = 0
  142.         OnClick = WindowTileClick
  143.       end
  144.       object N2: TMenuItem
  145.         Caption = '-'
  146.         ShortCut = 0
  147.       end
  148.       object WindowArrangeItem: TMenuItem
  149.         Caption = '&Arrange Icons'
  150.         Hint = 'Arrange all iconized windows'
  151.         ShortCut = 0
  152.         OnClick = WindowArrangeClick
  153.       end
  154.     end
  155.     object HelpMenu: TMenuItem
  156.       Caption = '&Help'
  157.       GroupIndex = 20
  158.       ShortCut = 0
  159.       object HelpTopics: TMenuItem
  160.         Caption = '&Help Topics'
  161.         ShortCut = 0
  162.         OnClick = HelpTopicsClick
  163.       end
  164.       object N3: TMenuItem
  165.         Caption = '-'
  166.         ShortCut = 0
  167.       end
  168.       object HelpAboutItem: TMenuItem
  169.         Caption = '&About...'
  170.         Hint = 'Display program information'
  171.         ShortCut = 0
  172.         OnClick = HelpAboutClick
  173.       end
  174.     end
  175.   end
  176.   object OpenDialog: TOpenDialog
  177.     FileEditStyle = fsEdit
  178.     Filter = 
  179.       'Resource/DCR files (*.res;*.dcr)|*.res;*.dcr|Bitmaps (*.bmp)|*.b' +
  180.       'mp|Icons (*.ico)|*.ico|Cursors (*.cur)|*.cur|All files (*.*)|*.*'
  181.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist]
  182.     Left = 352
  183.     Top = 120
  184.   end
  185. end
  186.