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

📄 treeview.dfm

📁 刻录机源码
💻 DFM
字号:
object frmTree: TfrmTree
  Left = 344
  Top = 271
  Width = 573
  Height = 480
  Caption = 'frmTree'
  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 Splitter1: TSplitter
    Left = 121
    Top = 0
    Width = 3
    Height = 434
    Cursor = crHSplit
  end
  object Msg: TPanel
    Left = 0
    Top = 434
    Width = 565
    Height = 19
    Align = alBottom
    BevelOuter = bvLowered
    TabOrder = 0
  end
  object fl: TStringGrid
    Left = 124
    Top = 0
    Width = 441
    Height = 434
    Hint = 'Double click on a file name to extract'
    Align = alClient
    ColCount = 2
    DefaultRowHeight = 18
    FixedCols = 0
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Courier New'
    Font.Style = []
    Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goDrawFocusSelected, goColSizing, goRowSelect, goThumbTracking]
    ParentFont = False
    ParentShowHint = False
    ShowHint = True
    TabOrder = 1
    OnDblClick = flDblClick
    ColWidths = (
      361
      71)
  end
  object tvDir: TTreeView
    Left = 0
    Top = 0
    Width = 121
    Height = 434
    Align = alLeft
    Indent = 19
    RightClickSelect = True
    RowSelect = True
    TabOrder = 2
    OnClick = tvDirClick
  end
end

⌨️ 快捷键说明

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