📄 historyunt.dfm
字号:
object historyfrm: Thistoryfrm
Left = 193
Top = 108
Width = 544
Height = 375
Caption = '聊天记录'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Splitter1: TSplitter
Left = 0
Top = 30
Width = 536
Height = 3
Cursor = crVSplit
Align = alTop
OnCanResize = Splitter2CanResize
end
object Splitter2: TSplitter
Left = 122
Top = 33
Width = 3
Height = 296
Cursor = crHSplit
OnCanResize = Splitter2CanResize
end
object CoolBar1: TCoolBar
Left = 0
Top = 0
Width = 536
Height = 30
AutoSize = True
Bands = <
item
Control = ToolBar1
ImageIndex = -1
MinHeight = 26
Width = 532
end>
object ToolBar1: TToolBar
Left = 9
Top = 0
Width = 519
Height = 26
BorderWidth = 1
ButtonHeight = 21
ButtonWidth = 85
Caption = 'ToolBar1'
EdgeInner = esNone
EdgeOuter = esNone
Flat = True
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = '宋体'
Font.Style = []
ParentFont = False
ShowCaptions = True
TabOrder = 0
Transparent = True
object ToolButton1: TToolButton
Left = 0
Top = 0
Caption = '导出聊天记录'
ImageIndex = 0
OnClick = ToolButton1Click
end
object ToolButton2: TToolButton
Left = 85
Top = 0
Caption = '清除聊天记录'
ImageIndex = 1
OnClick = ToolButton2Click
end
end
end
object StatusBar1: TStatusBar
Left = 0
Top = 329
Width = 536
Height = 19
Panels = <
item
Text = '总人数:'
Width = 50
end
item
Width = 50
end
item
Text = '记录条数:'
Width = 80
end
item
Width = 100
end
item
Text = '当前记录:'
Width = 80
end
item
Width = 50
end
item
Text = '每页十条记录'
Width = 50
end>
SimplePanel = False
end
object ListView1: TListView
Left = 0
Top = 33
Width = 122
Height = 296
Align = alLeft
Columns = <
item
Caption = '昵称(帐号)'
Width = 100
end>
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ReadOnly = True
ParentFont = False
SmallImages = udpcore.main_small_list
TabOrder = 2
ViewStyle = vsReport
OnClick = ListView1Click
end
object Panel1: TPanel
Left = 125
Top = 33
Width = 411
Height = 296
Align = alClient
BevelOuter = bvNone
TabOrder = 3
object main_memo: TOLEEdit
Left = 0
Top = 0
Width = 411
Height = 264
Align = alClient
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
HideSelection = False
HideScrollBars = False
ParentFont = False
ReadOnly = True
ScrollBars = ssVertical
TabOrder = 0
end
object Panel2: TPanel
Left = 0
Top = 264
Width = 411
Height = 32
Align = alBottom
BevelOuter = bvNone
TabOrder = 1
object xpButton1: TxpButton
Left = 8
Top = 4
Width = 75
Height = 25
Caption = '上一页'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = '宋体'
Font.Style = []
TabOrder = 0
TabStop = True
OnClick = xpButton1Click
end
object xpButton2: TxpButton
Left = 88
Top = 4
Width = 75
Height = 25
Caption = '下一页'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = '宋体'
Font.Style = []
TabOrder = 1
TabStop = True
OnClick = xpButton2Click
end
object Edit1: TEdit
Left = 220
Top = 7
Width = 37
Height = 20
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ParentFont = False
TabOrder = 2
end
object xpButton3: TxpButton
Left = 168
Top = 4
Width = 49
Height = 25
Caption = '定位到'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = '宋体'
Font.Style = []
TabOrder = 3
TabStop = True
OnClick = xpButton3Click
end
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -