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

📄 disclayout.dfm

📁 刻录机源码
💻 DFM
字号:
object frmDiscLayout: TfrmDiscLayout
  Left = 303
  Top = 221
  Width = 629
  Height = 480
  Caption = 'Disk Layout'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Splitter1: TSplitter
    Left = 145
    Top = 0
    Width = 3
    Height = 431
    Cursor = crHSplit
  end
  object Panel2: TPanel
    Left = 0
    Top = 431
    Width = 621
    Height = 22
    Align = alBottom
    Alignment = taRightJustify
    BevelOuter = bvLowered
    TabOrder = 0
    object bClose: TButton
      Left = 1
      Top = 1
      Width = 121
      Height = 21
      Caption = 'Close'
      TabOrder = 0
    end
  end
  object fl: TStringGrid
    Left = 148
    Top = 0
    Width = 473
    Height = 431
    Hint = 'Double click on a file name to extract'
    Align = alClient
    ColCount = 3
    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
    PopupMenu = PopupMenu2
    ShowHint = True
    TabOrder = 1
    ColWidths = (
      254
      71
      141)
  end
  object tvDir: TTreeView
    Left = 0
    Top = 0
    Width = 145
    Height = 431
    Align = alLeft
    Indent = 19
    PopupMenu = PopupMenu1
    RightClickSelect = True
    RowSelect = True
    TabOrder = 2
    OnClick = tvDirClick
  end
  object PopupMenu2: TPopupMenu
    Left = 164
    Top = 112
    object MenuItem1: TMenuItem
      Caption = 'Delete'
      ShortCut = 46
      OnClick = MenuItem1Click
    end
    object MenuItem2: TMenuItem
      Caption = 'Refresh'
      ShortCut = 116
    end
  end
  object PopupMenu1: TPopupMenu
    Left = 104
    Top = 112
    object Delete1: TMenuItem
      Caption = 'Delete'
      ShortCut = 46
    end
    object Refresh1: TMenuItem
      Caption = 'Refresh'
      ShortCut = 116
    end
  end
end

⌨️ 快捷键说明

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