📄 listfrm.dfm
字号:
object ListForm: TListForm
Left = 192
Top = 107
Width = 696
Height = 480
Caption = 'ListForm'
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 HeaderPanel: TPanel
Left = 0
Top = 0
Width = 688
Height = 50
Align = alTop
TabOrder = 0
end
object TabControl: TTabControl
Left = 0
Top = 50
Width = 688
Height = 403
Align = alClient
TabOrder = 1
object LeftPanel: TPanel
Left = 4
Top = 6
Width = 0
Height = 393
Align = alLeft
BevelOuter = bvNone
TabOrder = 0
end
object RightPanel: TPanel
Left = 4
Top = 6
Width = 680
Height = 393
Align = alClient
BevelOuter = bvNone
TabOrder = 1
object TopPanel: TPanel
Left = 0
Top = 0
Width = 680
Height = 41
Align = alTop
TabOrder = 0
end
object ClientPanel: TPanel
Left = 0
Top = 280
Width = 680
Height = 113
Align = alBottom
TabOrder = 1
end
object ListView: TGradLineListView
Left = 0
Top = 41
Width = 680
Height = 239
Align = alClient
Columns = <>
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
HideSelection = False
LargeImages = ImageList
MultiSelect = True
ReadOnly = True
RowSelect = True
ParentColor = False
ParentFont = False
SmallImages = ImageList
TabOrder = 2
TabStop = True
end
end
end
object ImageList: TImageList
Left = 616
Top = 8
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -