unit1.dfm.~1~
来自「一个用Delphi写的时钟程序」· ~1~ 代码 · 共 118 行
~1~
118 行
object Form1: TForm1
Left = 0
Top = 0
Caption = 'Form1'
ClientHeight = 320
ClientWidth = 601
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 0
Top = 0
Width = 601
Height = 49
Align = alTop
AutoSize = False
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -32
Font.Name = #26032#23435#20307
Font.Style = []
ParentFont = False
ExplicitLeft = 220
ExplicitTop = 8
ExplicitWidth = 177
end
object Label2: TLabel
Left = 40
Top = 96
Width = 31
Height = 13
Caption = 'Label2'
end
object Label3: TLabel
Left = 128
Top = 96
Width = 31
Height = 13
Caption = 'Label3'
end
object Label4: TLabel
Left = 224
Top = 96
Width = 31
Height = 13
Caption = 'Label4'
end
object Label5: TLabel
Left = 312
Top = 96
Width = 31
Height = 13
Caption = 'Label5'
end
object Label6: TLabel
Left = 400
Top = 96
Width = 31
Height = 13
Caption = 'Label6'
end
object Label7: TLabel
Left = 40
Top = 168
Width = 31
Height = 13
Caption = 'Label7'
end
object Label8: TLabel
Left = 128
Top = 168
Width = 31
Height = 13
Caption = 'Label8'
end
object Label9: TLabel
Left = 224
Top = 168
Width = 31
Height = 13
Caption = 'Label9'
end
object Label10: TLabel
Left = 312
Top = 168
Width = 37
Height = 13
Caption = 'Label10'
end
object Label11: TLabel
Left = 400
Top = 168
Width = 37
Height = 13
Caption = 'Label11'
end
object Button1: TButton
Left = 288
Top = 224
Width = 75
Height = 25
Caption = 'ok'
TabOrder = 0
OnClick = Button1Click
end
object Timer1: TTimer
OnTimer = Timer1Timer
Left = 392
Top = 8
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?