unit10.dfm
来自「网吧管理软件」· DFM 代码 · 共 30 行
DFM
30 行
object proc: Tproc
Left = 236
Top = 121
Width = 391
Height = 314
BorderIcons = [biSystemMenu]
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
OnClose = FormClose
PixelsPerInch = 96
TextHeight = 13
object ListBox1: TListBox
Left = 0
Top = 0
Width = 383
Height = 280
Align = alClient
BevelInner = bvNone
BevelOuter = bvRaised
ItemHeight = 13
TabOrder = 0
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?