⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 frmmain.dfm

📁 Apprehend Screen Capture Component Version 4.2 A non-visible component to capture images. Freeware w
💻 DFM
📖 第 1 页 / 共 5 页
字号:
    end
    object FileOpen1: TAction
      Category = 'File'
      Caption = '&Open...'
      Hint = 'Open|Open a file'
      ImageIndex = 7
      ShortCut = 16463
      OnExecute = FileOpen1Execute
    end
    object FileClose1: TWindowClose
      Category = 'File'
      Caption = '&Close'
      Hint = 'Close|Close current file'
      ImageIndex = 24
      OnExecute = FileClose1Execute
    end
    object FileCloseAll1: TAction
      Category = 'File'
      Caption = 'File Close All'
      Hint = 'Close All|Close all open files'
      ImageIndex = 26
      OnExecute = FileCloseAll1Execute
    end
    object FileSave1: TAction
      Category = 'File'
      Caption = '&Save'
      Hint = 'Save|Save current file'
      ImageIndex = 8
      ShortCut = 16467
      OnExecute = FileSave1Execute
    end
    object FileSaveAs1: TAction
      Category = 'File'
      Caption = 'Save &As...'
      Hint = 'Save As|Save current file with different name'
      ImageIndex = 25
      OnExecute = FileSaveAs1Execute
    end
    object FileScan1: TAction
      Category = 'File'
      Caption = 'S&can...'
      Hint = 'Scan'
      ImageIndex = 33
      OnExecute = FileScan1Execute
    end
    object FileSelectScanner1: TAction
      Category = 'File'
      Caption = 'Se&lect Scanner...'
      Hint = 'Select Scanner'
      OnExecute = FileSelectScanner1Execute
    end
    object FileSelectPrinter1: TAction
      Category = 'File'
      Caption = '&Select Printer'
      Hint = 'Select Printer...'
      ImageIndex = 34
      OnExecute = FileSelectPrinter1Execute
    end
    object FilePrint1: TAction
      Category = 'File'
      Caption = '&Print'
      Hint = 'Print'
      ImageIndex = 14
      OnExecute = FilePrint1Execute
    end
    object FileProperty1: TAction
      Category = 'File'
      Caption = 'Properties...'
      Hint = 'Properties'
      ImageIndex = 10
      OnExecute = FileProperty1Execute
    end
    object FileExit1: TAction
      Category = 'File'
      Caption = 'E&xit'
      Hint = 'Exit|Exit application'
      ImageIndex = 23
      OnExecute = FileExit1Execute
    end
    object EditCopy1: TEditCopy
      Category = 'Edit'
      Caption = '&Copy'
      Hint = 'Copy|Copies the selection and puts it on the Clipboard'
      ImageIndex = 1
      ShortCut = 16451
      OnExecute = EditCopy1Execute
    end
    object EditPaste1: TEditPaste
      Category = 'Edit'
      Caption = '&Paste'
      Hint = 'Paste|Inserts Clipboard contents'
      ImageIndex = 2
      ShortCut = 16470
      OnExecute = EditPaste1Execute
    end
    object HelpAbout1: TAction
      Category = 'Help'
      Caption = '&About...'
      Hint = 
        'About|Displays program information, version number, and copyrigh' +
        't'
      OnExecute = HelpAbout1Execute
    end
    object CaptureDesktop1: TAction
      Category = 'Capture'
      Caption = 'Desktop'
      Hint = 'Capture Desktop|Capture Image of the Desktop'
      ImageIndex = 19
      OnExecute = CaptureDesktop1Execute
    end
    object CaptureArea1: TAction
      Category = 'Capture'
      Caption = 'Capture Area...'
      Hint = 'Capture Selection|Capture Image of Selected Area'
      ImageIndex = 20
      OnExecute = CaptureArea1Execute
    end
    object CaptureActive1: TAction
      Category = 'Capture'
      Caption = 'CaptureActive1'
      Hint = 'Capture Active Window|Capture Image of Active Window'
      ImageIndex = 21
      OnExecute = CaptureActive1Execute
    end
    object CaptureObject1: TAction
      Category = 'Capture'
      Caption = 'Capture Object...'
      Hint = 'Capture Object|Capture Selected Object'
      ImageIndex = 22
      OnExecute = CaptureObject1Execute
    end
    object OptionsMinimize1: TAction
      Category = 'Options'
      Caption = ' Minimize'
      Checked = True
      Hint = 'Minimize Main Window|Minimize Main Window Before Capture'
      OnExecute = OptionsMinimize1Execute
    end
    object OptionsAutomatic1: TAction
      Category = 'Options'
      Caption = 'Automatic'
      Checked = True
      Hint = 'Automatic|Automatically send Image to Clipboard on Capture'
      OnExecute = OptionsAutomatic1Execute
    end
    object HelpContents1: TAction
      Category = 'Help'
      Caption = 'Help Contents'
      Hint = 'Help Contents|Display Component Help Contents'
      OnExecute = HelpContents1Execute
    end
    object OptionsDelay1: TAction
      Category = 'Options'
      Caption = 'Delay...'
      OnExecute = OptionsDelay1Execute
    end
    object EditCrop1: TAction
      Category = 'Edit'
      Caption = 'Crop'
      Hint = 'Crop|Crop the image to the selected area'
      ImageIndex = 27
      OnExecute = EditCrop1Execute
    end
    object EditUndo1: TAction
      Category = 'Edit'
      Caption = 'Undo'
      Hint = 'Undo|Undo last change'
      ImageIndex = 3
      OnExecute = EditUndo1Execute
    end
    object ImageType1: TAction
      Category = 'Image'
      Caption = '&Type...'
      Hint = 'Image Type'
      ImageIndex = 35
      OnExecute = ImageType1Execute
    end
    object ImageBlackAndWhite1: TAction
      Category = 'Image'
      Caption = 'Black And White'
      Hint = 'Black And White'
      ImageIndex = 35
      OnExecute = ImageBlackAndWhite1Execute
    end
    object ImageShadesOfGray16: TAction
      Category = 'Image'
      Caption = '16 Shades Of Gray'
      Hint = '16 Shades Of Gray'
      ImageIndex = 35
      OnExecute = ImageShadesOfGray16Execute
    end
    object ImageShadesOfGray256: TAction
      Category = 'Image'
      Caption = '256 Shades Of Gray'
      Hint = '256 Shades Of Gray'
      ImageIndex = 35
      OnExecute = ImageShadesOfGray256Execute
    end
    object ImageSixteenColors1: TAction
      Category = 'Image'
      Caption = '16 Color'
      Hint = '16 Color'
      ImageIndex = 35
      OnExecute = ImageSixteenColors1Execute
    end
    object ImageColors256: TAction
      Category = 'Image'
      Caption = '256 Colors'
      Hint = '256 Colors'
      ImageIndex = 35
      OnExecute = ImageColors256Execute
    end
    object ImageTrueColor1: TAction
      Category = 'Image'
      Caption = 'True Color'
      Hint = 'True Color'
      ImageIndex = 35
      OnExecute = ImageTrueColor1Execute
    end
    object ImageConvertToGray1: TAction
      Category = 'Image'
      Caption = 'Convert To &Gray'
      Hint = 'Convert To &Gray'
      ImageIndex = 35
      OnExecute = ImageConvertToGray1Execute
    end
    object ImageQuantize1: TAction
      Category = 'Image'
      Caption = '&Quantize'
      Hint = 'Quantize'
      OnExecute = ImageQuantize1Execute
    end
    object ImageDither1: TAction
      Category = 'Image'
      Caption = '&Dither'
      Checked = True
      Hint = 'Dither'
      OnExecute = ImageDither1Execute
    end
    object ImageFormatConversion1: TAction
      Category = 'Image'
      Caption = '&Format Conversion'
      Hint = 'Format Conversion'
    end
    object ImageEffects1: TAction
      Category = 'Image'
      Caption = '&Effects...'
      Hint = 'Image Effects'
      ImageIndex = 30
      OnExecute = ImageEffects1Execute
    end
    object ImageFit1: TAction
      Category = 'Image'
      Caption = '&Fit...'
      Hint = 'Image Fit'
      ImageIndex = 29
    end
    object ImageRotate1: TAction
      Category = 'Image'
      Caption = '&Rotate...'
      Hint = 'Image Rotate'
      ImageIndex = 31
    end
    object PictureEffects1: TAction
      Category = 'Effects'
      Caption = '&Effects'
      Hint = 'Effects'
    end
    object EffectsNegative1: TAction
      Category = 'Effects'
      Caption = '&Negative'
      Hint = 'Negative'
      OnExecute = EffectsNegative1Execute
    end
    object EffectsAntialis1: TAction
      Category = 'Effects'
      Caption = '&Antialis'
      Hint = 'Antialis'
      OnExecute = EffectsAntialis1Execute
    end
    object EffectsSharpen1: TAction
      Category = 'Effects'
      Caption = '&Sharpen'
      Hint = 'Sharpen'
      OnExecute = EffectsSharpen1Execute
    end
    object EffectsSmoothern1: TAction
      Category = 'Effects'
      Caption = 'S&moothern'
      Hint = 'Smoothern'
      OnExecute = EffectsSmoothern1Execute
    end
    object EffectsEdgeDetection1: TAction
      Category = 'Effects'
      Caption = '&Edge Detection'
      Hint = 'Edge Detection'
      OnExecute = EffectsEdgeDetection1Execute
    end
    object EffectsEmboss1: TAction
      Category = 'Effects'
      Caption = 'Em&boss'
      Hint = 'Emboss'
      OnExecute = EffectsEmboss1Execute
    end
    object EffectsGamma1: TAction
      Category = 'Effects'
      Caption = '&Gamma'
      Hint = 'Gamma'
      OnExecute = EffectsGamma1Execute
    end
    object FitActualSize1: TAction
      Category = 'View'
      Caption = '&Actual Size'
      Checked = True
      Hint = 'Actual Size'
      OnExecute = FitActualSize1Execute

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -