📄 mailaccts.dfm
字号:
object MailAccounts: TMailAccounts
Left = 262
Top = 200
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = '邮件设置'
ClientHeight = 299
ClientWidth = 400
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 12
object Label1: TLabel
Left = 8
Top = 8
Width = 36
Height = 12
Caption = '账号:'
end
object lvAccounts: TListView
Left = 8
Top = 24
Width = 385
Height = 225
Columns = <
item
AutoSize = True
Caption = '显示名称'
MinWidth = 60
end
item
AutoSize = True
Caption = '账号'
MinWidth = 40
end
item
Caption = '发送服务器'
MinWidth = 80
Width = 80
end
item
Caption = '发送端口'
MaxWidth = 60
Width = 60
end
item
Caption = '接收服务器'
MinWidth = 80
Width = 80
end
item
Caption = '接收端口'
MaxWidth = 60
Width = 60
end
item
Caption = '风格'
MinWidth = 40
Width = 40
end>
ReadOnly = True
RowSelect = True
TabOrder = 0
ViewStyle = vsReport
OnDblClick = lvAccountsDblClick
end
object btnCancel: TButton
Left = 312
Top = 264
Width = 75
Height = 25
Cancel = True
Caption = '关闭(&C)'
Default = True
ModalResult = 2
TabOrder = 4
end
object btnAdd: TButton
Left = 72
Top = 264
Width = 75
Height = 25
Caption = '添加(&A)'
TabOrder = 1
OnClick = btnAddClick
end
object btnProperty: TButton
Left = 232
Top = 264
Width = 75
Height = 25
Caption = '属性(&P)'
TabOrder = 3
OnClick = btnPropertyClick
end
object btnDelete: TButton
Left = 152
Top = 264
Width = 75
Height = 25
Caption = '删除(&D)'
TabOrder = 2
OnClick = btnDeleteClick
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -