📄 account.dfm
字号:
object AccountDialog: TAccountDialog
Left = 453
Top = 128
BorderStyle = bsDialog
Caption = 'Account setup'
ClientHeight = 290
ClientWidth = 293
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -10
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label6: TLabel
Left = 13
Top = 136
Width = 19
Height = 13
Caption = 'Port'
end
object Label7: TLabel
Left = 13
Top = 162
Width = 49
Height = 13
Caption = 'Timeout, s'
end
object Label3: TLabel
Left = 13
Top = 111
Width = 31
Height = 13
Caption = 'Server'
end
object Label4: TLabel
Left = 13
Top = 41
Width = 22
Height = 13
Caption = 'User'
end
object Label5: TLabel
Left = 13
Top = 67
Width = 46
Height = 13
Caption = 'Password'
end
object Label2: TLabel
Left = 13
Top = 17
Width = 26
Height = 13
Caption = 'EMail'
end
object Button1: TButton
Left = 84
Top = 253
Width = 61
Height = 20
Caption = 'Save'
Default = True
ModalResult = 1
TabOrder = 0
end
object Button2: TButton
Left = 162
Top = 253
Width = 61
Height = 20
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
end
object edPort: TEdit
Left = 71
Top = 133
Width = 65
Height = 21
TabOrder = 2
end
object edTimeout: TEdit
Left = 71
Top = 159
Width = 65
Height = 21
TabOrder = 3
end
object cbSPA: TCheckBox
Left = 21
Top = 194
Width = 267
Height = 13
Caption = 'Log on using Secure Password Authentication (SPA)'
TabOrder = 4
end
object cbSSL: TCheckBox
Left = 21
Top = 221
Width = 267
Height = 14
Caption = 'Use a secured connection (SSL)'
TabOrder = 5
end
object edServer: TEdit
Left = 70
Top = 106
Width = 202
Height = 21
TabOrder = 6
end
object edUser: TEdit
Left = 70
Top = 40
Width = 202
Height = 21
TabOrder = 7
end
object edPassword: TEdit
Left = 70
Top = 66
Width = 202
Height = 21
PasswordChar = '*'
TabOrder = 8
end
object edEMail: TEdit
Left = 70
Top = 14
Width = 202
Height = 21
TabOrder = 9
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -