?? unit1.dfm
字號(hào):
object frm_main: Tfrm_main
Left = 192
Top = 107
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = '屏幕取詞'
ClientHeight = 98
ClientWidth = 388
Color = clMenu
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = '宋體'
Font.Style = []
FormStyle = fsStayOnTop
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 15
object Label1: TLabel
Left = 32
Top = 48
Width = 68
Height = 15
Caption = '取詞結(jié)果:'
end
object Label2: TLabel
Left = 56
Top = 16
Width = 38
Height = 15
Caption = '類名:'
end
object Edit1: TEdit
Left = 104
Top = 48
Width = 241
Height = 23
Color = clMenu
ReadOnly = True
TabOrder = 0
end
object Edit2: TEdit
Left = 104
Top = 16
Width = 241
Height = 23
Color = clMenu
ReadOnly = True
TabOrder = 1
end
object Timer1: TTimer
Interval = 200
OnTimer = Timer1Timer
Left = 320
Top = 8
end
end
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -