📄 taskmainunt.dfm
字号:
object taskmainfrm: Ttaskmainfrm
Left = 231
Top = 131
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = '定时消息'
ClientHeight = 291
ClientWidth = 339
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
Scaled = False
OnCreate = FormCreate
OnPaint = FormPaint
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object ListView1: TListView
Left = 8
Top = 8
Width = 321
Height = 129
Columns = <
item
Caption = '日期时间'
Width = 150
end
item
Caption = '类型'
Width = 40
end
item
Caption = '发送至'
Width = 100
end>
SortType = stBoth
TabOrder = 0
ViewStyle = vsReport
OnClick = ListView1Click
end
object xpButton1: TxpButton
Left = 8
Top = 144
Width = 75
Height = 25
Caption = '添加'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = '宋体'
Font.Style = []
TabOrder = 1
TabStop = True
OnClick = xpButton1Click
end
object xpButton3: TxpButton
Left = 88
Top = 144
Width = 75
Height = 25
Caption = '删除'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = '宋体'
Font.Style = []
TabOrder = 2
TabStop = True
OnClick = xpButton3Click
end
object xpButton4: TxpButton
Left = 256
Top = 144
Width = 75
Height = 25
Caption = '清除所有'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = '宋体'
Font.Style = []
TabOrder = 3
TabStop = True
OnClick = xpButton4Click
end
object main_memo: TOLEEdit
Left = 8
Top = 176
Width = 321
Height = 105
HideSelection = False
HideScrollBars = False
Lines.Strings = (
'main_memo')
ScrollBars = ssVertical
TabOrder = 4
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -