MdClockFrame.dfm
上传用户:fh681027
上传日期:2022-07-23
资源大小:1959k
文件大小:1k
源码类别:

Delphi控件源码

开发平台:

Delphi

  1. object MdFramedClock: TMdFramedClock
  2.   Left = 0
  3.   Top = 0
  4.   Width = 207
  5.   Height = 65
  6.   TabOrder = 0
  7.   object Label1: TLabel
  8.     Left = 0
  9.     Top = 0
  10.     Width = 207
  11.     Height = 65
  12.     Align = alClient
  13.     Alignment = taCenter
  14.     Caption = 'Label1'
  15.     Font.Charset = DEFAULT_CHARSET
  16.     Font.Color = clWindowText
  17.     Font.Height = -19
  18.     Font.Name = 'Arial'
  19.     Font.Style = [fsBold]
  20.     ParentFont = False
  21.     Layout = tlCenter
  22.     WordWrap = True
  23.   end
  24.   object Bevel1: TBevel
  25.     Left = 0
  26.     Top = 0
  27.     Width = 207
  28.     Height = 65
  29.     Align = alClient
  30.   end
  31.   object Timer1: TTimer
  32.     OnTimer = Timer1Timer
  33.     Left = 24
  34.     Top = 16
  35.   end
  36. end