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

📄 dfwdrivecombou.dfm

📁 dfw控件组V0.62
💻 DFM
字号:
object Form1: TForm1
  Left = 299
  Top = 186
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsDialog
  Caption = 'Demo'
  ClientHeight = 455
  ClientWidth = 423
  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 = 8
    Top = 8
    Width = 401
    Height = 89
    Alignment = taCenter
    AutoSize = False
    Caption = 
      'This program is a demo for TDFWStdSelectDirView && TDFWComboDriv' +
      'e components.'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -21
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    WordWrap = True
  end
  object SelectDirTree: TDFWStdSelectDirTree
    Left = 8
    Top = 144
    Width = 257
    Height = 305
    Indent = 19
    TabOrder = 0
    Active = True
    AddBeforeExpand = False
    CheckOlnyOnClick = False
    Drive = 'C'
  end
  object DriveCombo: TDFWDriveCombo
    Left = 8
    Top = 112
    Width = 257
    Height = 24
    Drive = 'C'
    Offset = 4
    ImageSize = isSmall
    TabOrder = 1
    OnChange = DriveComboChange
    OnMediaRemove = DriveComboMediaRemove
    OnMediaArrival = DriveComboMediaArrival
    IncludedMedias = [imRemovable, imFixed, imCDROM, imRemote, imRamdisk]
  end
  object Button1: TButton
    Left = 272
    Top = 112
    Width = 145
    Height = 25
    Caption = 'Set current selection as root'
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 272
    Top = 144
    Width = 145
    Height = 25
    Caption = 'Reset root dir'
    TabOrder = 3
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 272
    Top = 176
    Width = 145
    Height = 25
    Caption = 'Get selection'
    TabOrder = 4
    OnClick = Button3Click
  end
  object ListBox1: TListBox
    Left = 272
    Top = 208
    Width = 145
    Height = 241
    ItemHeight = 13
    TabOrder = 5
  end
  object UpdateTimer: TTimer
    Enabled = False
    Interval = 2000
    OnTimer = UpdateTimerTimer
    Left = 288
    Top = 192
  end
end

⌨️ 快捷键说明

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