📄 unit1.dfm
字号:
object Form1: TForm1
Left = 292
Top = 140
Width = 441
Height = 294
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Menu = MainMenu1
OldCreateOrder = False
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object ScrollBox1: TScrollBox
Left = 0
Top = 0
Width = 433
Height = 248
Align = alClient
TabOrder = 0
object Image1: TImage
Left = 0
Top = 0
Width = 361
Height = 225
end
end
object MainMenu1: TMainMenu
Left = 88
Top = 40
object File1: TMenuItem
Caption = 'File'
object CaptureScreen1: TMenuItem
Caption = 'Capture Screen'
OnClick = CaptureScreen1Click
end
object CaptureWindow1: TMenuItem
Caption = 'Capture Window'
OnClick = CaptureWindow1Click
end
object Capture1: TMenuItem
Caption = 'Capture Region'
OnClick = Capture1Click
end
object N1: TMenuItem
Caption = '-'
end
object SaveAs1: TMenuItem
Caption = 'Save As'
OnClick = SaveAs1Click
end
object N2: TMenuItem
Caption = '-'
end
object Exit1: TMenuItem
Caption = 'Exit'
OnClick = Exit1Click
end
end
end
object SaveDialog1: TSaveDialog
Left = 138
Top = 42
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -