📄 unit1.dfm
字号:
object Form1: TForm1
Left = 205
Top = 236
Width = 696
Height = 480
Caption = 'Form1'
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = #23435#20307
Font.Style = [fsBold]
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 19
object Label1: TLabel
Left = 232
Top = 72
Width = 137
Height = 25
AutoSize = False
Caption = #32593#32476#24050#32463#26029#24320
Color = clWhite
Font.Charset = ANSI_CHARSET
Font.Color = clGreen
Font.Height = -21
Font.Name = #23435#20307
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
end
object Button1: TButton
Left = 248
Top = 232
Width = 75
Height = 25
Caption = #26816#26597
TabOrder = 0
Visible = False
OnClick = Button1Click
end
object Timer1: TTimer
OnTimer = Timer1Timer
Left = 352
Top = 128
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -