unit1.dfm

来自「DELPHI倒计时时钟源码,支持自定义倒计时秒数功能」· DFM 代码 · 共 53 行

DFM
53
字号
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 + =
减小字号Ctrl + -
显示快捷键?