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

📄 unit1.dfm

📁 很好的东东
💻 DFM
字号:
object Form1: TForm1
  Left = 457
  Top = 114
  Width = 234
  Height = 174
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = #23450#26102#20851#26426
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 8
    Top = 6
    Width = 209
    Height = 121
    Caption = #35774#23450#20851#26426#26102#38388
    TabOrder = 0
    object Label4: TLabel
      Left = 8
      Top = 60
      Width = 3
      Height = 13
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clRed
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Label3: TLabel
      Left = 110
      Top = 60
      Width = 3
      Height = 16
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clRed
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Label1: TLabel
      Left = 24
      Top = 16
      Width = 153
      Height = 13
      AutoSize = False
      Caption = #26102#38388#26684#24335#20026'----00:00:00'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clBlue
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Button1: TButton
      Left = 28
      Top = 85
      Width = 55
      Height = 22
      Caption = #30830#23450
      TabOrder = 0
      OnClick = Button1Click
    end
    object Edit1: TEdit
      Left = 48
      Top = 32
      Width = 89
      Height = 21
      TabOrder = 1
      Text = '12:00:00'
    end
    object Button3: TButton
      Left = 99
      Top = 85
      Width = 49
      Height = 22
      Caption = #21462#28040
      Enabled = False
      TabOrder = 2
      OnClick = Button3Click
    end
  end
  object Timer2: TTimer
    Enabled = False
    Interval = 1
    OnTimer = Timer2Timer
    Left = 160
  end
  object Timer1: TTimer
    Interval = 1
    OnTimer = Timer1Timer
    Left = 128
  end
end

⌨️ 快捷键说明

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