📄 unit1.dfm
字号:
object Form1: TForm1
Left = 640
Top = 248
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = 'Form1'
ClientHeight = 240
ClientWidth = 240
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = #23435#20307
Font.Style = []
FormStyle = fsStayOnTop
Menu = MainMenu1
OldCreateOrder = False
OnCreate = FormCreate
OnDestroy = FormDestroy
OnPaint = FormPaint
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 63
Top = 135
Width = 42
Height = 13
Caption = 'Label1'
end
object MainMenu1: TMainMenu
Left = 110
Top = 96
object N1: TMenuItem
Caption = #25918#22823#20493#25968
object MenuZoom2: TMenuItem
AutoCheck = True
Caption = '2'#20493
Checked = True
RadioItem = True
OnClick = MenuZoom2Click
end
object MenuZoom3: TMenuItem
AutoCheck = True
Caption = '3'#20493
RadioItem = True
OnClick = MenuZoom3Click
end
object MenuZoom4: TMenuItem
AutoCheck = True
Caption = '4'#20493
RadioItem = True
OnClick = MenuZoom4Click
end
end
end
object Timer1: TTimer
Interval = 1
OnTimer = Timer1Timer
Left = 59
Top = 55
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -