?? unitfrmmain.dfm
字號(hào):
object Form1: TForm1
Left = 114
Top = 133
Width = 544
Height = 375
Caption = '全屏幕拷貝的實(shí)現(xiàn)'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object ScrollBox1: TScrollBox
Left = 72
Top = 24
Width = 273
Height = 241
TabOrder = 0
object Image1: TImage
Left = 32
Top = 24
Width = 185
Height = 193
end
end
object Panel1: TPanel
Left = 56
Top = 280
Width = 265
Height = 41
TabOrder = 1
object Button1: TButton
Left = 16
Top = 8
Width = 75
Height = 25
Caption = 'full screen'
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 144
Top = 8
Width = 75
Height = 25
Caption = 'save'
TabOrder = 1
OnClick = Button2Click
end
end
object Timer1: TTimer
Enabled = False
Interval = 500
OnTimer = Timer1Timer
Left = 392
Top = 64
end
object SaveDialog1: TSaveDialog
Left = 392
Top = 144
end
end
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -