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

📄 unit2.dfm

📁 一个用delphi2005制作的简单定时闹钟
💻 DFM
字号:
object Form2: TForm2
  Left = 0
  Top = 0
  Width = 302
  Height = 328
  Caption = #31616#21333#23567#38393#38047
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 18
    Top = 89
    Width = 36
    Height = 13
    Caption = #23567#26102#65306
  end
  object Label2: TLabel
    Left = 146
    Top = 89
    Width = 35
    Height = 13
    Caption = #20998#65306
  end
  object Label3: TLabel
    Left = 24
    Top = 121
    Width = 60
    Height = 13
    Caption = #20449#24687#25552#31034#65306
  end
  object Label4: TLabel
    Left = 21
    Top = 62
    Width = 84
    Height = 13
    Caption = #23450#26102#26102#38388#35774#23450#65306
  end
  object Edit1: TEdit
    Left = 22
    Top = 8
    Width = 245
    Height = 33
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clRed
    Font.Height = -21
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 50
    Top = 85
    Width = 81
    Height = 21
    TabOrder = 1
    Text = '14'
  end
  object Edit3: TEdit
    Left = 186
    Top = 85
    Width = 81
    Height = 21
    TabOrder = 2
    Text = '40'
  end
  object Memo1: TMemo
    Left = 23
    Top = 136
    Width = 241
    Height = 105
    TabOrder = 3
  end
  object Button1: TButton
    Left = 47
    Top = 252
    Width = 75
    Height = 25
    Caption = #35774#23450
    TabOrder = 4
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 159
    Top = 252
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 5
    OnClick = Button2Click
  end
  object Timer1: TTimer
    OnTimer = Timer1Timer
    Left = 215
    Top = 176
  end
end

⌨️ 快捷键说明

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