main.dfm

来自「这是Virtual PC或VMWare虚拟机所创虚拟硬盘的文件读取程序.主要用到」· DFM 代码 · 共 70 行

DFM
70
字号
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 + =
减小字号Ctrl + -
显示快捷键?