trayiconform.dfm

来自「使Windows能够像RedHat Linux那样拥有四个桌面。 1.2版添」· DFM 代码 · 共 77 行

DFM
77
字号
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 + =
减小字号Ctrl + -
显示快捷键?