?? mailacct.dfm
字號:
object MailAccount: TMailAccount
Left = 198
Top = 115
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = '賬號'
ClientHeight = 277
ClientWidth = 294
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 = 16
Top = 20
Width = 60
Height = 12
Caption = '帳號名稱:'
end
object Label2: TLabel
Left = 16
Top = 52
Width = 72
Height = 12
Caption = '登錄用戶名:'
end
object lPassword: TLabel
Left = 16
Top = 84
Width = 36
Height = 12
Caption = '口令:'
end
object Label3: TLabel
Left = 16
Top = 116
Width = 96
Height = 12
Caption = '發送郵件服務器:'
end
object Label4: TLabel
Left = 16
Top = 148
Width = 36
Height = 12
Caption = '端口:'
end
object Label5: TLabel
Left = 16
Top = 180
Width = 96
Height = 12
Caption = '接收郵件服務器:'
end
object Label6: TLabel
Left = 16
Top = 212
Width = 36
Height = 12
Caption = '端口:'
end
object eDisplayName: TEdit
Left = 120
Top = 16
Width = 150
Height = 20
TabOrder = 0
end
object eAccount: TEdit
Left = 120
Top = 48
Width = 150
Height = 20
TabOrder = 1
end
object ePassword: TEdit
Left = 120
Top = 80
Width = 150
Height = 20
PasswordChar = '*'
TabOrder = 2
end
object eSMTPHost: TEdit
Left = 120
Top = 112
Width = 150
Height = 20
TabOrder = 3
end
object eSMTPPort: TEdit
Left = 120
Top = 144
Width = 150
Height = 20
TabOrder = 4
Text = '25'
end
object ePopHost: TEdit
Left = 120
Top = 176
Width = 150
Height = 20
TabOrder = 5
end
object ePopPort: TEdit
Left = 120
Top = 208
Width = 150
Height = 20
TabOrder = 6
Text = '110'
end
object btnOK: TButton
Left = 120
Top = 244
Width = 75
Height = 25
Caption = '確定(&O)'
Default = True
TabOrder = 7
OnClick = btnOKClick
end
object btnCancel: TButton
Left = 208
Top = 244
Width = 75
Height = 25
Cancel = True
Caption = '取消(&C)'
ModalResult = 2
TabOrder = 8
end
object cbDelete: TCheckBox
Left = 16
Top = 248
Width = 83
Height = 17
Caption = '下載后刪除'
TabOrder = 9
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -