📄 ychatu35.dfm
字号:
object Form31: TForm31
Left = 11
Top = 148
AutoScroll = False
BorderIcons = []
Caption = 'UserStats'
ClientHeight = 197
ClientWidth = 776
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 ListView1: TListView
Left = 0
Top = 0
Width = 776
Height = 197
Align = alClient
Columns = <
item
AutoSize = True
Caption = 'UserID'
end
item
AutoSize = True
Caption = 'Nick'
end
item
AutoSize = True
Caption = 'Block Count'
end
item
AutoSize = True
Caption = 'Posts Made'
end
item
AutoSize = True
Caption = 'Chat Client'
end
item
AutoSize = True
Caption = 'Age'
end
item
AutoSize = True
Caption = 'Location'
end
item
AutoSize = True
Caption = 'Gender'
end
item
Caption = 'Localtime'
end>
GridLines = True
HotTrack = True
TabOrder = 0
ViewStyle = vsReport
OnCustomDrawItem = ListView1CustomDrawItem
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -