📄 unit1.dfm
字号:
object Form1: TForm1
Left = 286
Top = 116
Width = 449
Height = 526
Caption = #21457#36865'E-mail'
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 Label1: TLabel
Left = 24
Top = 8
Width = 81
Height = 13
Caption = #21457#20449#20154#22320#22336' '
end
object Label2: TLabel
Left = 24
Top = 56
Width = 87
Height = 13
Caption = #25910#20449#20154#22320#22336' '
end
object Label3: TLabel
Left = 24
Top = 104
Width = 42
Height = 13
Caption = #20027#39064' '
end
object Label4: TLabel
Left = 24
Top = 152
Width = 42
Height = 13
Caption = #27491#25991' '
end
object Label5: TLabel
Left = 240
Top = 8
Width = 39
Height = 13
Caption = #23494#30721' '
end
object Label6: TLabel
Left = 240
Top = 56
Width = 84
Height = 13
Caption = #21457#36865#20248#20808#32423' '
end
object Label7: TLabel
Left = 24
Top = 360
Width = 39
Height = 13
Caption = #38468#20214' '
end
object EdtFrom: TEdit
Left = 24
Top = 24
Width = 161
Height = 21
TabOrder = 0
end
object EdtTo: TEdit
Left = 24
Top = 72
Width = 161
Height = 21
TabOrder = 2
end
object EdtSub: TEdit
Left = 24
Top = 120
Width = 161
Height = 21
TabOrder = 3
end
object EdtPass: TEdit
Left = 240
Top = 24
Width = 177
Height = 21
PasswordChar = '*'
TabOrder = 1
end
object Memo1: TMemo
Left = 24
Top = 168
Width = 393
Height = 185
TabOrder = 4
end
object StatusBar1: TStatusBar
Left = 0
Top = 477
Width = 441
Height = 22
Panels = <>
end
object BtnSend: TBitBtn
Left = 240
Top = 112
Width = 75
Height = 25
Caption = #21457#36865#37038#20214
TabOrder = 5
OnClick = BtnSendClick
end
object BtnExit: TBitBtn
Left = 344
Top = 112
Width = 75
Height = 25
Caption = #36864#20986
TabOrder = 7
OnClick = BtnExitClick
end
object BtnAppend: TBitBtn
Left = 80
Top = 448
Width = 75
Height = 25
Caption = #28155#21152#38468#20214
TabOrder = 8
OnClick = BtnAppendClick
end
object ComboBox1: TComboBox
Left = 240
Top = 72
Width = 73
Height = 21
Style = csDropDownList
ItemHeight = 13
ItemIndex = 1
TabOrder = 9
Text = 'normal'
Items.Strings = (
'high'
'normal'
'low')
end
object ListBox1: TListBox
Left = 24
Top = 376
Width = 393
Height = 65
ItemHeight = 13
TabOrder = 10
end
object BtnDelete: TBitBtn
Left = 248
Top = 448
Width = 75
Height = 25
Caption = #21024#38500#38468#20214
TabOrder = 11
OnClick = BtnDeleteClick
end
object SMTP1: TIdSMTP
MaxLineAction = maException
ReadTimeout = 0
OnDisconnected = SMTP1Disconnected
OnConnected = SMTP1Connected
Port = 25
AuthenticationType = atLogin
Left = 192
end
object Msg: TIdMessage
AttachmentEncoding = 'MIME'
BccList = <>
CCList = <>
Encoding = meMIME
Recipients = <>
ReplyTo = <>
Left = 192
Top = 32
end
object OpenDialog1: TOpenDialog
Left = 192
Top = 64
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -