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

📄 unit1.dfm

📁 定时提醒器好东西(带delphi原码)大家看看把
💻 DFM
字号:
object Form1: TForm1
  Left = 364
  Top = 189
  Width = 336
  Height = 162
  Caption = #31616#21333#23450#26102#25552#37266'v1.0'
  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 Label1: TLabel
    Left = 32
    Top = 26
    Width = 89
    Height = 13
    AutoSize = False
    Caption = #24403#21069#31995#32479#26102#38388
  end
  object Label2: TLabel
    Left = 32
    Top = 48
    Width = 97
    Height = 13
    AutoSize = False
    Caption = #23450#26102#25552#37266#20869#23481
  end
  object Label3: TLabel
    Left = 35
    Top = 95
    Width = 89
    Height = 13
    AutoSize = False
    Caption = #36755#20837#25552#37266#20869#23481
  end
  object Edit1: TEdit
    Left = 128
    Top = 16
    Width = 121
    Height = 21
    TabOrder = 0
    Text = 'Edit1'
  end
  object Edit2: TEdit
    Left = 128
    Top = 40
    Width = 121
    Height = 21
    ParentShowHint = False
    ShowHint = False
    TabOrder = 1
    Text = #19978#19979#29677#20102'.'#26159#19981#26159#35813#25171#21345#20102
  end
  object Button1: TButton
    Left = 264
    Top = 88
    Width = 49
    Height = 17
    Caption = #20851#38381
    TabOrder = 2
    OnClick = Button1Click
  end
  object CheckBox1: TCheckBox
    Left = 16
    Top = 72
    Width = 105
    Height = 17
    Caption = #24320#21551#21160#24577#25552#37266
    TabOrder = 3
  end
  object Edit3: TEdit
    Left = 128
    Top = 64
    Width = 121
    Height = 21
    TabOrder = 4
    Text = #35831#36755#20837#26102#38388
  end
  object Edit4: TEdit
    Left = 128
    Top = 88
    Width = 121
    Height = 21
    TabOrder = 5
    Text = 'MM'#22312#31561#25105
  end
  object Button2: TButton
    Left = 264
    Top = 24
    Width = 49
    Height = 17
    Caption = #20851#20110
    TabOrder = 6
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 264
    Top = 56
    Width = 49
    Height = 17
    Caption = #24110#21161
    TabOrder = 7
    OnClick = Button3Click
  end
  object Timer1: TTimer
    OnTimer = Timer1Timer
  end
end

⌨️ 快捷键说明

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