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

📄 unit1.dfm

📁 制作托盘鼠标
💻 DFM
字号:
object Form1: TForm1
  Left = 201
  Top = 213
  Width = 696
  Height = 480
  Caption = 'Form1'
  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 = 168
    Top = 8
    Width = 32
    Height = 13
    Caption = 'Label1'
  end
  object Image1: TImage
    Left = 384
    Top = 40
    Width = 105
    Height = 105
  end
  object Button1: TButton
    Left = 208
    Top = 96
    Width = 75
    Height = 25
    Caption = 'Button1'
    TabOrder = 0
  end
  object PopupMenu1: TPopupMenu
    Left = 128
    Top = 40
    object N1: TMenuItem
      Caption = #25171#24320
    end
    object N2: TMenuItem
      Caption = '-----'
    end
    object N3: TMenuItem
      Caption = #36864#20986
      OnClick = N3Click
    end
  end
  object OpenDialog1: TOpenDialog
    Left = 128
    Top = 80
  end
end

⌨️ 快捷键说明

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