📄 faccountproperties.dfm
字号:
object frmAccountProperties: TfrmAccountProperties
Left = 289
Top = 293
BorderStyle = bsDialog
Caption = 'Account properties'
ClientHeight = 320
ClientWidth = 642
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
ShowHint = True
OnCreate = FormCreate
OnHide = FormHide
OnShortCut = FormShortCut
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object pc: TPageControl
Left = 180
Top = 32
Width = 463
Height = 241
ActivePage = TabSheet1
TabOrder = 0
object TabSheet7: TTabSheet
ImageIndex = 6
end
object TabSheet1: TTabSheet
Caption = 'Personal Info'
object Label8: TLabel
Left = 8
Top = 12
Width = 56
Height = 13
Caption = '&Your Name:'
FocusControl = txtYourName
Transparent = True
end
object Label24: TLabel
Left = 8
Top = 36
Width = 62
Height = 13
Caption = '&Organization:'
FocusControl = txtOrganization
Transparent = True
end
object Label10: TLabel
Left = 8
Top = 60
Width = 71
Height = 13
Caption = '&E-mail address:'
FocusControl = txtEmail
Transparent = True
end
object Label23: TLabel
Left = 8
Top = 164
Width = 74
Height = 13
Caption = '&Reply address*:'
FocusControl = txtReplyEmail
Transparent = True
end
object Label25: TLabel
Left = 8
Top = 184
Width = 441
Height = 43
AutoSize = False
Caption =
'* Fill filed Reply address with another e-mail address if you wa' +
'nt that replies are sent to other address.'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
Transparent = True
WordWrap = True
end
object Label6: TLabel
Left = 8
Top = 80
Width = 36
Height = 13
Caption = '&Aliases:'
FocusControl = txtAliases
Transparent = True
end
object txtYourName: TEdit
Left = 144
Top = 8
Width = 305
Height = 21
MaxLength = 128
TabOrder = 0
OnChange = txtChange
end
object txtOrganization: TEdit
Left = 144
Top = 32
Width = 305
Height = 21
MaxLength = 128
TabOrder = 1
OnChange = txtChange
end
object txtEmail: TEdit
Left = 144
Top = 56
Width = 305
Height = 21
MaxLength = 128
TabOrder = 2
OnChange = txtChange
end
object txtReplyEmail: TEdit
Left = 144
Top = 160
Width = 305
Height = 21
MaxLength = 128
TabOrder = 3
OnChange = txtChange
end
object txtAliases: TMemo
Left = 144
Top = 80
Width = 305
Height = 73
TabOrder = 4
end
end
object TabSheet2: TTabSheet
Caption = 'Incoming (Server)'
ImageIndex = 1
object Label12: TLabel
Left = 8
Top = 36
Width = 34
Height = 13
Caption = '&Server:'
FocusControl = txtIncoming
Transparent = True
end
object Label1: TLabel
Left = 8
Top = 108
Width = 22
Height = 13
Caption = 'P&ort:'
FocusControl = txtPOP3Port
end
object Label2: TLabel
Left = 250
Top = 108
Width = 55
Height = 13
Caption = 'Ti&meout: [s]'
FocusControl = txtPOP3Timeout
end
object Label9: TLabel
Left = 8
Top = 60
Width = 56
Height = 13
Caption = '&User Name:'
FocusControl = txtLoginUser1
Transparent = True
end
object Label7: TLabel
Left = 8
Top = 84
Width = 49
Height = 13
Caption = '&Password:'
FocusControl = txtLoginPwd1
Transparent = True
end
object Label3: TLabel
Left = 8
Top = 12
Width = 61
Height = 13
Caption = 'Server &Type:'
FocusControl = cmboxServerType
Transparent = True
end
object Label17: TLabel
Left = 8
Top = 132
Width = 93
Height = 13
Caption = 'Se&cure connection:'
FocusControl = cmboxSecurePop
end
object txtIncoming: TEdit
Left = 144
Top = 32
Width = 305
Height = 21
MaxLength = 128
TabOrder = 1
OnChange = txtChange
end
object txtPOP3Port: TEdit
Left = 144
Top = 104
Width = 90
Height = 21
MaxLength = 5
TabOrder = 4
Text = '110'
OnChange = txtChange
OnExit = txtExit
end
object txtPOP3Timeout: TEdit
Left = 358
Top = 104
Width = 90
Height = 21
MaxLength = 5
TabOrder = 5
Text = '15'
OnChange = txtChange
OnExit = txtExit
end
object txtLoginUser1: TEdit
Left = 144
Top = 56
Width = 305
Height = 21
MaxLength = 128
TabOrder = 2
OnChange = txtChange
end
object txtLoginPwd1: TEdit
Left = 144
Top = 80
Width = 305
Height = 21
MaxLength = 128
PasswordChar = '*'
TabOrder = 3
OnChange = txtChange
end
object cmboxServerType: TComboBox
Left = 144
Top = 8
Width = 305
Height = 21
Style = csDropDownList
ItemHeight = 0
TabOrder = 0
OnChange = txtChange
end
object cmboxSecurePop: TComboBox
Left = 144
Top = 128
Width = 305
Height = 21
Style = csDropDownList
ItemHeight = 0
TabOrder = 6
OnChange = txtChange
end
end
object TabSheet4: TTabSheet
Caption = 'Incoming (Settings)'
ImageIndex = 3
object Label11: TLabel
Left = 432
Top = 102
Width = 13
Height = 13
Caption = 'kB'
Transparent = True
end
object gbLeave: TGroupBox
Left = 8
Top = 8
Width = 441
Height = 65
Enabled = False
TabOrder = 0
object Label4: TLabel
Left = 8
Top = 22
Width = 64
Height = 13
Caption = '&Remove after'
FocusControl = txtRemoveAfter
Transparent = True
end
object Label5: TLabel
Left = 240
Top = 22
Width = 25
Height = 13
Caption = 'days.'
Transparent = True
end
object txtRemoveAfter: TEdit
Left = 136
Top = 18
Width = 97
Height = 21
Hint =
'Messages will be removed from server after days you'#39'll specify h' +
'ere'
MaxLength = 5
TabOrder = 0
Text = '0'
OnClick = txtChange
OnExit = txtExit
end
object cmboxDeleteTrash: TCheckBox
Left = 8
Top = 40
Width = 425
Height = 17
Caption = '&Delete message from server when it is removed from Trash'
Enabled = False
TabOrder = 1
end
end
object chkboxLeave: TCheckBox
Left = 16
Top = 8
Width = 425
Height = 16
Caption = 'Lea&ve mail on server'
TabOrder = 1
OnClick = chkboxLeaveClick
end
object txtMaxSize: TEdit
Left = 320
Top = 98
Width = 105
Height = 21
Hint =
'Download messages tmaller than this field value. 0 will fetch al' +
'l messages.'
Enabled = False
MaxLength = 10
TabOrder = 4
Text = '0'
OnClick = txtChange
OnExit = txtExit
end
object chkboxCheck: TCheckBox
Left = 8
Top = 124
Width = 217
Height = 17
Caption = '&Check for new mail every'
TabOrder = 5
OnClick = chkboxCheckClick
end
object txtCheckEvery: TEdit
Left = 216
Top = 122
Width = 97
Height = 21
MaxLength = 3
TabOrder = 6
Text = '5'
OnClick = txtChange
OnExit = txtExit
end
object cmboxCheckEvery: TComboBox
Left = 320
Top = 122
Width = 129
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 7
OnClick = txtChange
Items.Strings = (
'')
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -