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

📄 unit1.dfm

📁 ListView显示文件信息的演示 处理文件拖放加入到listview中的演示,支持多个文件一起操作 获取文件的名称大小类型修改日期等的应用.
💻 DFM
字号:
object Form1: TForm1
  Left = 212
  Top = 166
  Width = 696
  Height = 405
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 13
  object ListView1: TListView
    Left = 24
    Top = 48
    Width = 641
    Height = 297
    Columns = <
      item
        Caption = #25991#20214#21517
        Width = 68
      end
      item
        Caption = #25991#20214#35828#26126
        Width = 68
      end
      item
        Alignment = taRightJustify
        Caption = #22823#23567
      end
      item
        Caption = #25991#20214#31867#22411
        Width = 80
      end
      item
        Caption = #20462#25913#26085#26399
        Width = 88
      end>
    LargeImages = ImageListLarge
    ReadOnly = True
    SmallImages = ImageListSmall
    TabOrder = 0
    ViewStyle = vsReport
    OnDblClick = ListView1DblClick
  end
  object Button2: TButton
    Left = 368
    Top = 16
    Width = 75
    Height = 25
    Caption = #25171#24320#25991#20214
    TabOrder = 1
    OnClick = Button2Click
  end
  object BvsIcon: TButton
    Left = 24
    Top = 16
    Width = 75
    Height = 25
    Caption = 'BvsIcon'
    TabOrder = 2
    OnClick = BvsIconClick
  end
  object BvsSmallIcon: TButton
    Left = 112
    Top = 16
    Width = 75
    Height = 25
    Caption = 'BvsSmallIcon'
    TabOrder = 3
    OnClick = BvsSmallIconClick
  end
  object BvsList: TButton
    Left = 200
    Top = 16
    Width = 75
    Height = 25
    Caption = 'BvsList'
    TabOrder = 4
    OnClick = BvsListClick
  end
  object BvsReport: TButton
    Left = 288
    Top = 16
    Width = 75
    Height = 25
    Caption = 'BvsReport'
    TabOrder = 5
    OnClick = BvsReportClick
  end
  object ImageListLarge: TImageList
    Height = 32
    Width = 32
    Left = 464
    Top = 16
  end
  object OpenDialog1: TOpenDialog
    Left = 552
    Top = 16
  end
  object ImageListSmall: TImageList
    Left = 512
    Top = 16
  end
end

⌨️ 快捷键说明

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