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

📄 unitmain.dfm

📁 使用DELPHI制作地虚拟光驱
💻 DFM
字号:
object FormMain: TFormMain
  Left = 242
  Top = 277
  BorderStyle = bsDialog
  Caption = #34394#25311#20809#39537#21046#20316#24037#20855
  ClientHeight = 97
  ClientWidth = 357
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnShow = FormShow
  DesignSize = (
    357
    97)
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 16
    Top = 24
    Width = 57
    Height = 12
    AutoSize = False
    Caption = #20809#39537#65306
  end
  object ggProgress: TGauge
    Left = 16
    Top = 64
    Width = 321
    Height = 17
    Anchors = [akLeft, akTop, akRight]
    Progress = 0
    ExplicitWidth = 457
  end
  object cbCDROM: TComboBox
    Left = 64
    Top = 21
    Width = 161
    Height = 20
    Style = csDropDownList
    ItemHeight = 12
    TabOrder = 0
  end
  object btnSaveToFile: TButton
    Left = 256
    Top = 21
    Width = 81
    Height = 20
    Caption = #20445#23384#21040#25991#20214
    TabOrder = 1
    OnClick = btnSaveToFileClick
  end
  object sDlg: TSaveDialog
    DefaultExt = '.*'
    Filter = '*.iso|*.iso|*.*|*.*'
    Left = 104
    Top = 56
  end
end

⌨️ 快捷键说明

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