u1.dfm
来自「简单的动态时钟界面」· DFM 代码 · 共 75 行
DFM
75 行
object Form1: TForm1
Left = 201
Top = 124
Width = 539
Height = 324
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnKeyPress = FormKeyPress
OnPaint = FormPaint
PixelsPerInch = 96
TextHeight = 13
object Shape1: TShape
Left = 168
Top = 41
Width = 201
Height = 209
Shape = stCircle
end
object Shape2: TShape
Left = 265
Top = 146
Width = 6
Height = 6
Brush.Color = clBlack
Shape = stCircle
end
object Label1: TLabel
Left = 261
Top = 48
Width = 12
Height = 13
Caption = '12'
Color = clWhite
ParentColor = False
end
object Label2: TLabel
Left = 171
Top = 138
Width = 6
Height = 13
Caption = '9'
Color = clWhite
ParentColor = False
end
object Label3: TLabel
Left = 360
Top = 138
Width = 6
Height = 13
Caption = '3'
Color = clWhite
ParentColor = False
end
object Label4: TLabel
Left = 264
Top = 230
Width = 6
Height = 13
Caption = '6'
Color = clWhite
ParentColor = False
end
object Timer1: TTimer
OnTimer = Timer1Timer
Left = 104
Top = 64
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?