⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 u1.dfm

📁 简单的动态时钟界面
💻 DFM
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -