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

📄 unit1.dfm

📁 DELPHI倒计时时钟源码,支持自定义倒计时秒数功能
💻 DFM
字号:
object Form1: TForm1
  Left = 346
  Top = 120
  Width = 371
  Height = 224
  Caption = #20498#35745#26102
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Edit1: TEdit
    Left = 56
    Top = 32
    Width = 153
    Height = 21
    TabOrder = 0
  end
  object Button1: TButton
    Left = 56
    Top = 80
    Width = 73
    Height = 25
    Caption = #21551#21160
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 136
    Top = 80
    Width = 65
    Height = 25
    Caption = #26242#20572
    TabOrder = 2
    OnClick = Button2Click
  end
  object Timer1: TTimer
    Enabled = False
    OnTimer = Timer1Timer
    Left = 88
    Top = 120
  end
  object Timer2: TTimer
    OnTimer = Timer2Timer
    Left = 152
    Top = 120
  end
end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -