📄 frmmain.dfm
字号:
Top = 0
Width = 8
Caption = 'ToolButton23'
ImageIndex = 34
Style = tbsSeparator
end
object ZoomCombo: TComboBox
Left = 131
Top = 0
Width = 59
Height = 21
Hint = 'Zoom'
DropDownCount = 13
ItemHeight = 13
ParentShowHint = False
ShowHint = True
TabOrder = 0
Text = '100'
OnChange = ZoomComboChange
Items.Strings = (
'FIT'
'10'
'20'
'25'
'30'
'40'
'50'
'60'
'70'
'75'
'80'
'90'
'100'
'125'
'150'
'175'
'200'
'250'
'300'
'400'
'500'
'600'
'700'
'800'
'900'
'1000')
end
end
object MainMenu1: TMainMenu
Images = ImageList1
Left = 96
Top = 120
object File1: TMenuItem
Caption = '&File'
Hint = 'File related commands'
object FileNewItem: TMenuItem
Action = FileNew1
end
object FileOpenItem: TMenuItem
Action = FileOpen1
end
object FileCloseItem: TMenuItem
Action = FileClose1
end
object FileCloseAll2: TMenuItem
Action = FileCloseAll1
end
object FileSaveItem: TMenuItem
Action = FileSave1
end
object FileSaveAsItem: TMenuItem
Action = FileSaveAs1
end
object ImageProperties11: TMenuItem
Action = FileProperties1
end
object N6: TMenuItem
Caption = '-'
end
object PrintSetup2: TMenuItem
Action = PrintSetup1
end
object Print2: TMenuItem
Action = Print1
end
object N1: TMenuItem
Caption = '-'
end
object FileExitItem: TMenuItem
Action = FileExit1
end
end
object Edit1: TMenuItem
Caption = '&Edit'
Hint = 'Edit commands'
object Cut1: TMenuItem
Action = EditCut1
end
object CopyItem: TMenuItem
Action = EditCopy1
end
object Paste1: TMenuItem
Caption = '&Paste'
object Pastetonewimage1: TMenuItem
Action = EditPasteNew1
end
object PasteItem: TMenuItem
Action = EditPaste1
end
object PasteSelection11: TMenuItem
Action = EditPasteSelection1
end
end
object N3: TMenuItem
Caption = '-'
end
object Crop1: TMenuItem
Action = EditCrop1
end
object N4: TMenuItem
Caption = '-'
end
object Undo1: TMenuItem
Action = EditUndo1
end
end
object Capture1: TMenuItem
Caption = '&Capture'
object Desktop1: TMenuItem
Action = CaptureDesktop1
end
object Area1: TMenuItem
Action = CaptureArea1
Caption = '&Area'
end
object ActiveWindow1: TMenuItem
Action = CaptureActive1
Caption = '&Window'
end
object Object1: TMenuItem
Action = CaptureObject1
Caption = '&Object'
end
end
object Image1: TMenuItem
Caption = '&Image'
object Flip1: TMenuItem
Caption = '&Flip'
object ImageVertFlip11: TMenuItem
Action = ImageVertFlip1
end
object ImageHorzFlip11: TMenuItem
Action = ImageHorzFlip1
end
end
object Resize2: TMenuItem
Caption = '&Resize'
object Resize1: TMenuItem
Action = ImageResize1
Caption = '&Canvas...'
end
object ResizeImage1: TMenuItem
Action = ImageResample1
Caption = '&Image'
end
end
object ImageRot: TMenuItem
Caption = '&Rotate...'
ImageIndex = 30
OnClick = ImageRotate1Execute
object Rotate1: TMenuItem
Action = ImageRotate1
end
object Left2: TMenuItem
Action = ImageRotateLeft1
end
object Right1: TMenuItem
Action = ImageRotateRight1
end
end
object ImageEffects: TMenuItem
Action = ImageEffects1
end
end
object Colors1: TMenuItem
Caption = 'C&olors'
object Adjust1: TMenuItem
Caption = '&Adjust'
object Brightness1: TMenuItem
Action = ImageBrightness1
end
object Contrast1: TMenuItem
Caption = '&Contrast'
OnClick = ImageBrightness1Execute
end
end
object N5: TMenuItem
Caption = '-'
end
object Color1: TMenuItem
Caption = 'Color'
object BlackWhite1: TMenuItem
Action = ImageBW1
end
object Greyscale1: TMenuItem
Action = ImageGrayScale1
end
object N16Colors1: TMenuItem
Action = Image16Color1
end
object N256Color1: TMenuItem
Action = Image256Color1
end
object TrueColor1: TMenuItem
Action = ImageTrueColor1
end
end
object ImageCalcColors11: TMenuItem
Action = ImageCalcColors1
end
end
object Select1: TMenuItem
Caption = '&Selection'
object Rectangle1: TMenuItem
Action = SelectRect1
Caption = '&Rectangle'
GroupIndex = 1
RadioItem = True
end
object SelectCircle11: TMenuItem
Action = SelectCircle1
Caption = '&Circle'
GroupIndex = 1
RadioItem = True
end
object SelectPolygon11: TMenuItem
Action = SelectPolygon1
Caption = '&Polygon'
GroupIndex = 1
RadioItem = True
end
object N8: TMenuItem
Caption = '-'
GroupIndex = 1
end
object SelectMove11: TMenuItem
Action = SelectMove1
Caption = '&Move'
GroupIndex = 1
RadioItem = True
end
object Zoom1: TMenuItem
Action = SelectZoom1
Caption = '&Zoom'
GroupIndex = 1
RadioItem = True
end
object N2: TMenuItem
Caption = '-'
GroupIndex = 1
end
object SelectNone11: TMenuItem
Action = SelectNone1
Caption = 'Select None'
GroupIndex = 1
RadioItem = True
end
end
object View1: TMenuItem
Caption = '&View'
object ViewFullScreen2: TMenuItem
Action = ViewFullScreen1
GroupIndex = 1
end
end
object Miminized1: TMenuItem
Caption = '&Options'
object Minimize1: TMenuItem
Action = OptionsMinimize1
end
object Automatic1: TMenuItem
Action = OptionsAutomatic1
end
object N7: TMenuItem
Caption = '-'
end
object Delay1: TMenuItem
Action = OptionsDelay1
end
end
object Help1: TMenuItem
Caption = '&Help'
Hint = 'Help topics'
object HelpAboutItem: TMenuItem
Action = HelpAbout1
end
object HelpContents2: TMenuItem
Action = HelpContents1
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -