📄 unit1.dfm
字号:
object Form1: TForm1
Left = 192
Top = 107
Width = 544
Height = 375
Caption = 'Form1'
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 Button1: TButton
Left = 384
Top = 48
Width = 75
Height = 25
Caption = #30011#30452#32447
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 384
Top = 96
Width = 75
Height = 25
Caption = #30011#30697#24418
TabOrder = 1
OnClick = Button2Click
end
object Button3: TButton
Left = 384
Top = 136
Width = 75
Height = 25
Caption = #30011#26925#22278
TabOrder = 2
OnClick = Button3Click
end
object ListBox1: TListBox
Left = 224
Top = 16
Width = 121
Height = 97
ItemHeight = 13
Items.Strings = (
#30011#30452#32447
#30011#30697#24418
#30011#26925#22278)
TabOrder = 3
end
object Button4: TButton
Left = 384
Top = 184
Width = 75
Height = 25
Caption = #30011#22270
TabOrder = 4
OnClick = Button4Click
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -