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

📄 unit1.~dfm

📁 注册表监视 DELPHI代码
💻 ~DFM
字号:
object Form1: TForm1
  Left = 229
  Top = 133
  Width = 510
  Height = 329
  Caption = #27880#20876#34920#38057#23376
  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 Label1: TLabel
    Left = 24
    Top = 288
    Width = 3
    Height = 13
    Caption = '.'
  end
  object Button1: TButton
    Left = 120
    Top = 256
    Width = 113
    Height = 25
    Caption = #25346#38057
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 272
    Top = 256
    Width = 113
    Height = 25
    Caption = #33073#38057
    Enabled = False
    TabOrder = 1
    OnClick = Button2Click
  end
  object Memo1: TMemo
    Left = 8
    Top = 8
    Width = 489
    Height = 233
    Color = 16776176
    Lines.Strings = (
      #28304#30721#22825#31354':http://www.codesky.net')
    ScrollBars = ssVertical
    TabOrder = 2
  end
  object Timer1: TTimer
    Enabled = False
    Interval = 1500
    OnTimer = Timer1Timer
    Left = 440
    Top = 264
  end
end

⌨️ 快捷键说明

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