📄 fmailboxinfo.dfm
字号:
object frmMailboxInfo: TfrmMailboxInfo
Left = 475
Top = 309
BorderStyle = bsDialog
Caption = 'Mailbox Information'
ClientHeight = 254
ClientWidth = 298
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
OnHide = FormHide
OnShortCut = FormShortCut
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object cmdOK: TButton
Left = 112
Top = 219
Width = 75
Height = 25
Hint = 'Close window'
Caption = '&OK'
TabOrder = 0
OnClick = cmdOKClick
end
object lstInfo: TVirtualStringTree
Left = 8
Top = 16
Width = 281
Height = 193
Hint = 'Mailbox file information'
Colors.UnfocusedSelectionColor = 15396334
Colors.UnfocusedSelectionBorderColor = 13751260
Header.AutoSizeIndex = 1
Header.Font.Charset = DEFAULT_CHARSET
Header.Font.Color = clWindowText
Header.Font.Height = -11
Header.Font.Name = 'MS Sans Serif'
Header.Font.Style = []
Header.Options = [hoAutoResize, hoColumnResize, hoDrag, hoVisible]
Margin = 2
ParentBackground = False
TabOrder = 1
TextMargin = 2
TreeOptions.MiscOptions = [toFullRepaintOnResize, toInitOnSave, toToggleOnDblClick, toWheelPanning]
TreeOptions.PaintOptions = [toShowBackground, toShowHorzGridLines, toShowVertGridLines, toThemeAware, toUseBlendedImages, toGhostedIfUnfocused, toUseBlendedSelection]
TreeOptions.SelectionOptions = [toFullRowSelect]
TreeOptions.StringOptions = []
OnGetText = lstInfoGetText
OnPaintText = lstInfoPaintText
OnGetNodeDataSize = lstInfoGetNodeDataSize
Columns = <
item
Position = 0
Width = 227
WideText = 'Property'
end
item
Position = 1
WideText = 'Data'
end>
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -