object ResourceForm: TResourceForm Left = 304 Top = 199 Width = 277 Height = 210 Ctl3D = False Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsMDIChild Menu = ChildMenu Position = poDefault Visible = True OnClose = FormClose OnCloseQuery = FormCloseQuery OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object ChildMenu: TMainMenu Left = 88 Top = 56 object EditMenu: TMenuItem Caption = '&Edit' GroupIndex = 2 ShortCut = 0 OnClick = EditMenuClick object EditUndoItem: TMenuItem Caption = '&Undo' ShortCut = 16474 OnClick = EditUndo end object EditRedoItem: TMenuItem Caption = '&Redo' ShortCut = 0 OnClick = EditRedo end object N1: TMenuItem Caption = '-' ShortCut = 0 end object EditCutItem: TMenuItem Caption = 'Cu&t' Hint = 'Remove the selection and place it on the clipboard' ShortCut = 16472 OnClick = EditCut end object EditCopyItem: TMenuItem Caption = 'Copy' Hint = 'Put a copy of the selection on the clipboard' ShortCut = 16451 OnClick = EditCopy end object EditPasteItem: TMenuItem Caption = '&Paste' Hint = 'Paste the contents of the clipboard' ShortCut = 16470 OnClick = EditPaste end object EditSelectAllItem: TMenuItem Caption = '&Select All' Hint = 'Select the entire image' ShortCut = 0 OnClick = EditSelectAll end end end object SaveDialog: TSaveDialog FileEditStyle = fsEdit Options = [ofOverwritePrompt, ofHideReadOnly] Left = 192 Top = 32 end end