uclock.dfm
来自「从同学哪里拷贝来的程序,毕业设计用的,大家看看,有帮助的哦」· DFM 代码 · 共 69 行
DFM
69 行
object wannianli: Twannianli
Left = 256
Top = 220
Width = 506
Height = 512
Caption = #23567#26102#38047
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -10
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 26
Top = 33
Width = 9
Height = 37
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -32
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 215
Top = 33
Width = 9
Height = 37
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -32
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Panel1: TPanel
Left = 66
Top = 111
Width = 365
Height = 293
BevelInner = bvLowered
BevelWidth = 3
Caption = '+'
Color = clWhite
TabOrder = 0
object PaintBox1: TPaintBox
Left = 6
Top = 6
Width = 353
Height = 281
Align = alClient
Color = clWhite
ParentColor = False
OnPaint = PaintBox1Paint
end
end
object Timer1: TTimer
OnTimer = Timer1Timer
Left = 336
Top = 176
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?