📄 unit1.dfm
字号:
object Form1: TForm1
Left = 226
Top = 250
Width = 603
Height = 435
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 48
Top = 24
Width = 36
Height = 13
Caption = #19968#31561#22870
end
object Label2: TLabel
Left = 48
Top = 72
Width = 36
Height = 13
Caption = #20108#31561#22870
end
object Label3: TLabel
Left = 48
Top = 168
Width = 36
Height = 13
Caption = #19977#31561#22870
end
object Button1: TButton
Left = 160
Top = 344
Width = 49
Height = 33
Caption = #25671#22870
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 264
Top = 344
Width = 57
Height = 33
Caption = #20572#27490
TabOrder = 1
OnClick = Button2Click
end
object Button3: TButton
Left = 384
Top = 344
Width = 57
Height = 33
Caption = #20844#24067
TabOrder = 2
OnClick = Button3Click
end
object Edit1: TEdit
Left = 152
Top = 24
Width = 401
Height = 21
Enabled = False
TabOrder = 3
Text = 'Edit1'
end
object Memo1: TMemo
Left = 152
Top = 72
Width = 401
Height = 57
Enabled = False
Lines.Strings = (
'Memo1')
TabOrder = 4
end
object Memo2: TMemo
Left = 152
Top = 160
Width = 401
Height = 169
Enabled = False
Lines.Strings = (
'Memo2')
TabOrder = 5
end
object Timer1: TTimer
Enabled = False
Interval = 60
OnTimer = Timer1Timer
Left = 24
Top = 16
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -