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

📄 unit1.dfm

📁 一个用Delphi写的时钟程序
💻 DFM
字号:
object Form1: TForm1
  Left = 0
  Top = 0
  Caption = 'Form1'
  ClientHeight = 320
  ClientWidth = 445
  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 = 445
    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 = 3
    Height = 13
  end
  object Label3: TLabel
    Left = 128
    Top = 96
    Width = 3
    Height = 13
  end
  object Label4: TLabel
    Left = 224
    Top = 96
    Width = 3
    Height = 13
  end
  object Label5: TLabel
    Left = 312
    Top = 96
    Width = 3
    Height = 13
  end
  object Label6: TLabel
    Left = 400
    Top = 96
    Width = 3
    Height = 13
  end
  object Label7: TLabel
    Left = 40
    Top = 168
    Width = 3
    Height = 13
  end
  object Label8: TLabel
    Left = 128
    Top = 168
    Width = 3
    Height = 13
  end
  object Label9: TLabel
    Left = 224
    Top = 168
    Width = 3
    Height = 13
  end
  object Label10: TLabel
    Left = 312
    Top = 168
    Width = 3
    Height = 13
  end
  object Label11: TLabel
    Left = 400
    Top = 168
    Width = 3
    Height = 13
  end
  object Button1: TButton
    Left = 180
    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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -