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

  1. object ResourceForm: TResourceForm
  2.   Left = 304
  3.   Top = 199
  4.   Width = 277
  5.   Height = 210
  6.   Ctl3D = False
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   FormStyle = fsMDIChild
  12.   Menu = ChildMenu
  13.   Position = poDefault
  14.   Visible = True
  15.   OnClose = FormClose
  16.   OnCloseQuery = FormCloseQuery
  17.   OnDestroy = FormDestroy
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object ChildMenu: TMainMenu
  21.     Left = 88
  22.     Top = 56
  23.     object EditMenu: TMenuItem
  24.       Caption = '&Edit'
  25.       GroupIndex = 2
  26.       ShortCut = 0
  27.       OnClick = EditMenuClick
  28.       object EditUndoItem: TMenuItem
  29.         Caption = '&Undo'
  30.         ShortCut = 16474
  31.         OnClick = EditUndo
  32.       end
  33.       object EditRedoItem: TMenuItem
  34.         Caption = '&Redo'
  35.         ShortCut = 0
  36.         OnClick = EditRedo
  37.       end
  38.       object N1: TMenuItem
  39.         Caption = '-'
  40.         ShortCut = 0
  41.       end
  42.       object EditCutItem: TMenuItem
  43.         Caption = 'Cu&t'
  44.         Hint = 'Remove the selection and place it on the clipboard'
  45.         ShortCut = 16472
  46.         OnClick = EditCut
  47.       end
  48.       object EditCopyItem: TMenuItem
  49.         Caption = 'Copy'
  50.         Hint = 'Put a copy of the selection on the clipboard'
  51.         ShortCut = 16451
  52.         OnClick = EditCopy
  53.       end
  54.       object EditPasteItem: TMenuItem
  55.         Caption = '&Paste'
  56.         Hint = 'Paste the contents of the clipboard'
  57.         ShortCut = 16470
  58.         OnClick = EditPaste
  59.       end
  60.       object EditSelectAllItem: TMenuItem
  61.         Caption = '&Select All'
  62.         Hint = 'Select the entire image'
  63.         ShortCut = 0
  64.         OnClick = EditSelectAll
  65.       end
  66.     end
  67.   end
  68.   object SaveDialog: TSaveDialog
  69.     FileEditStyle = fsEdit
  70.     Options = [ofOverwritePrompt, ofHideReadOnly]
  71.     Left = 192
  72.     Top = 32
  73.   end
  74. end
  75.