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

📄 unit1.dfm

📁 DELPHI7编程。 无鼠标焦点时自动向上滑动
💻 DFM
字号:
object Form1: TForm1
  Left = 227
  Top = 188
  BorderStyle = bsNone
  Caption = 'Form1'
  ClientHeight = 101
  ClientWidth = 440
  Color = 15584685
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  OnMouseMove = FormMouseMove
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 128
    Top = 16
    Width = 216
    Height = 26
    Caption = #38463#32993#24037#20316#23460#33635#35465#20986#21697
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -24
    Font.Name = #21326#25991#32454#40657
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 176
    Top = 48
    Width = 116
    Height = 13
    Caption = 'mike000908@21cn.com'
    Color = 310779
    ParentColor = False
  end
  object Button1: TButton
    Left = 200
    Top = 72
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 0
    OnClick = Button1Click
  end
  object Timer1: TTimer
    Enabled = False
    Interval = 2
    OnTimer = Timer1Timer
    Left = 8
    Top = 16
  end
  object Timer2: TTimer
    Enabled = False
    Interval = 2
    OnTimer = Timer2Timer
    Left = 48
    Top = 16
  end
  object Timer3: TTimer
    Interval = 300
    OnTimer = Timer3Timer
    Left = 88
    Top = 16
  end
end

⌨️ 快捷键说明

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