📄 unit5.dfm.~8~
字号:
object Form5: TForm5
Left = 0
Top = 0
Caption = 'Form5'
ClientHeight = 213
ClientWidth = 339
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Button1: TButton
Left = 256
Top = 149
Width = 75
Height = 25
Caption = 'Open'
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 256
Top = 180
Width = 75
Height = 25
Caption = 'Close'
TabOrder = 1
end
object ListCom: TListBox
Left = 8
Top = 8
Width = 323
Height = 129
ItemHeight = 13
TabOrder = 2
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -