unit2.dfm
来自「bass player system api c++」· DFM 代码 · 共 38 行
DFM
38 行
object Form2: TForm2
Left = 193
Top = 107
BorderStyle = bsDialog
ClientHeight = 106
ClientWidth = 200
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnClose = FormClose
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object ListBox1: TListBox
Left = 8
Top = 8
Width = 185
Height = 65
ItemHeight = 13
TabOrder = 0
end
object Button1: TButton
Left = 120
Top = 80
Width = 75
Height = 17
Caption = 'OK'
Default = True
TabOrder = 1
OnClick = Button1Click
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?