📄 mainform.nfm.~3~
字号:
object formMain: TformMain
Caption = 'Mail Demo'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
Height = 226
Width = 501
Left = 13
Top = 13
PixelsPerInch = 96
TextHeight = 13
object ListView1: TListView
Align = alTop
Columns = <
item
Caption = 'From'
end
item
Caption = 'To'
end
item
Caption = 'Subject'
end
item
Caption = 'Date'
end>
ReadOnly = True
RowSelect = True
TabOrder = 0
ViewStyle = vsReport
Left = 0
Top = 0
Width = 493
Height = 150
end
object butnGetHeaders: TButton
Caption = 'Get Headers'
TabOrder = 1
Left = 4
Top = 156
Width = 75
Height = 25
OnClick = butnGetHeadersClick
end
object IdPOP31: TIdPOP3
AutoLogin = True
SASLMechanisms = <>
Left = 72
Top = 248
end
object IdMessage1: TIdMessage
AttachmentEncoding = 'UUE'
BccList = <>
CCList = <>
Encoding = meDefault
FromList = <
item
end>
Recipients = <>
ReplyTo = <>
ConvertPreamble = True
Left = 68
Top = 128
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -