mdclockframe.dfm
来自「delphi6 programming example」· DFM 代码 · 共 37 行
DFM
37 行
object MdFramedClock: TMdFramedClock
Left = 0
Top = 0
Width = 207
Height = 65
TabOrder = 0
object Label1: TLabel
Left = 0
Top = 0
Width = 207
Height = 65
Align = alClient
Alignment = taCenter
Caption = 'Label1'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
Layout = tlCenter
WordWrap = True
end
object Bevel1: TBevel
Left = 0
Top = 0
Width = 207
Height = 65
Align = alClient
end
object Timer1: TTimer
OnTimer = Timer1Timer
Left = 24
Top = 16
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?