home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / Runimage / Delphi50 / Bin / IMAGEDIT.EXE / 0 / RCDATA / TRESOURCEFORM / TRESOURCEFORM.txt
Encoding:
Text File  |  1999-01-27  |  1.6 KB  |  68 lines

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