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

📄 trayiconform.dfm

📁 使Windows能够像RedHat Linux那样拥有四个桌面。 1.2版添加功能:隐藏任务栏图标。(参考了Delphi盒子网站上的代码)
💻 DFM
字号:
object TrayForm: TTrayForm
  Left = 498
  Top = 177
  HorzScrollBar.Visible = False
  BorderIcons = [biSystemMenu]
  BorderStyle = bsDialog
  Caption = #25176#30424#22270#26631#21246#36873#26174#31034'/'#38544#34255
  ClientHeight = 318
  ClientWidth = 313
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Memo1: TMemo
    Left = 320
    Top = 16
    Width = 265
    Height = 209
    ScrollBars = ssBoth
    TabOrder = 0
    Visible = False
  end
  object ListView1: TListView
    Left = 0
    Top = 0
    Width = 313
    Height = 318
    Align = alLeft
    Checkboxes = True
    Columns = <
      item
        Width = 200
      end
      item
      end
      item
      end>
    ColumnClick = False
    GridLines = True
    RowSelect = True
    TabOrder = 1
    ViewStyle = vsReport
    OnChange = ListView1Change
    OnEnter = ListView1Enter
  end
  object Button4: TButton
    Left = 360
    Top = 272
    Width = 75
    Height = 25
    Caption = #33719#21462#25176#30424
    TabOrder = 2
    Visible = False
    OnClick = Button4Click
  end
  object Button5: TButton
    Left = 456
    Top = 272
    Width = 75
    Height = 25
    Caption = #21047#26032
    TabOrder = 3
    Visible = False
    OnClick = Button5Click
  end
  object ImageList1: TImageList
    Left = 360
    Top = 232
  end
end

⌨️ 快捷键说明

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