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

📄 main.dfm

📁 这是Virtual PC或VMWare虚拟机所创虚拟硬盘的文件读取程序.主要用到的是硬盘及分区格式的知识.因为VMware所创的硬盘文件最小为100M所以我没有测试,如果你测试不可用的话那我也没办法,
💻 DFM
字号:
object FrmMain: TFrmMain
  Left = 353
  Top = 199
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = 'Virtual PC'#30828#30424#25991#20214#26597#30475#22120
  ClientHeight = 182
  ClientWidth = 321
  Color = clMoneyGreen
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clBlue
  Font.Height = -13
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object BtnFile: TSpeedButton
    Left = 264
    Top = 6
    Width = 49
    Height = 25
    Caption = #25171#24320
    Flat = True
    OnClick = BtnFileClick
  end
  object EdtFile: TEdit
    Left = 8
    Top = 8
    Width = 249
    Height = 21
    Color = clMoneyGreen
    TabOrder = 0
    Text = 'Z:\Vl.vhd'
  end
  object LbFile: TListBox
    Left = 8
    Top = 40
    Width = 305
    Height = 113
    Color = clMoneyGreen
    ItemHeight = 13
    TabOrder = 1
    OnDblClick = LbFileDblClick
  end
  object Stb: TStatusBar
    Left = 0
    Top = 163
    Width = 321
    Height = 19
    Color = clMoneyGreen
    Panels = <
      item
        Width = 50
      end>
    SimplePanel = False
  end
  object Od1: TOpenDialog
    Filter = #34394#25311#30913#30424#25991#20214'|*.vhd'
    Left = 16
    Top = 144
  end
  object Sd1: TSaveDialog
    Filter = #20219#24847#25991#20214'|*.*'
    Left = 280
    Top = 144
  end
end

⌨️ 快捷键说明

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