📄 config.dfm
字号:
object FrmConfig: TFrmConfig
Left = 296
Top = 248
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = 'Config'
ClientHeight = 265
ClientWidth = 416
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 12
object LbMailAddr: TLabel
Left = 16
Top = 164
Width = 36
Height = 12
Caption = #22320#22336#65306
Transparent = True
end
object LbMailUser: TLabel
Left = 244
Top = 163
Width = 36
Height = 12
Caption = #36134#21495#65306
Transparent = True
end
object LbMailPop3: TLabel
Left = 16
Top = 188
Width = 36
Height = 12
Caption = 'POP3'#65306
Transparent = True
end
object LbMailPass: TLabel
Left = 244
Top = 188
Width = 36
Height = 12
Caption = #23494#30721#65306
Transparent = True
end
object LbTime: TLabel
Left = 32
Top = 212
Width = 216
Height = 12
Caption = #27599#38548' '#20998#38047#33258#21160#26816#27979#26159#21542#26377#26032#37038#20214
Transparent = True
end
object IsChk: TCheckBox
Left = 16
Top = 211
Width = 13
Height = 15
Checked = True
State = cbChecked
TabOrder = 4
OnClick = IsChkClick
end
object CmdOk: TButton
Left = 273
Top = 232
Width = 60
Height = 25
Caption = #30830#23450'(&O)'
Default = True
TabOrder = 7
OnClick = CmdOkClick
end
object CmdCancel: TButton
Left = 344
Top = 232
Width = 60
Height = 25
Caption = #21462#28040'(&C)'
TabOrder = 8
OnClick = CmdCancelClick
end
object ListView1: TListView
Left = 8
Top = 8
Width = 401
Height = 145
Hint = #21452#20987#21024#38500#36873#25321#30340#35760#24405
Columns = <
item
Caption = #37038#20214#22320#22336
Width = 100
end
item
Alignment = taCenter
Caption = 'POP3'
Width = 100
end
item
Alignment = taCenter
Caption = #29992#25143#21517
Width = 80
end
item
Alignment = taCenter
Caption = #23494#30721
Width = 60
end
item
Alignment = taCenter
Caption = #26102#38388
Width = 40
end>
HideSelection = False
ReadOnly = True
RowSelect = True
ParentShowHint = False
ShowHint = True
TabOrder = 9
ViewStyle = vsReport
OnDblClick = ListView1DblClick
end
object TxtTime: TEdit
Left = 65
Top = 208
Width = 33
Height = 20
MaxLength = 3
TabOrder = 5
Text = '15'
OnKeyPress = TxtTimeKeyPress
end
object TxtMailPass: TEdit
Left = 288
Top = 184
Width = 120
Height = 20
PasswordChar = '*'
TabOrder = 3
end
object TxtMailPop3: TEdit
Left = 60
Top = 184
Width = 149
Height = 20
TabOrder = 1
end
object TxtMailUser: TEdit
Left = 288
Top = 160
Width = 120
Height = 20
TabOrder = 2
end
object TxtMailAddr: TEdit
Left = 60
Top = 160
Width = 149
Height = 20
TabOrder = 0
end
object CmdAdd: TButton
Left = 202
Top = 232
Width = 57
Height = 25
Caption = #28155#21152'(&A)'
TabOrder = 6
OnClick = CmdAddClick
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -