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

📄 unitsetup.dfm

📁 使用DELPHI制作地虚拟光驱
💻 DFM
字号:
object FormSetUp: TFormSetUp
  Left = 246
  Top = 191
  BorderIcons = [biSystemMenu]
  Caption = #35774#32622
  ClientHeight = 115
  ClientWidth = 445
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  Visible = True
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 16
    Top = 19
    Width = 89
    Height = 13
    AutoSize = False
    Caption = #35774#22791':'
  end
  object Label2: TLabel
    Left = 258
    Top = 19
    Width = 89
    Height = 13
    AutoSize = False
    Caption = #30424#31526':'
  end
  object Label3: TLabel
    Left = 16
    Top = 51
    Width = 89
    Height = 13
    AutoSize = False
    Caption = #34394#25311#20809#39537#25991#20214':'
  end
  object btnSelectFile: TSpeedButton
    Left = 404
    Top = 46
    Width = 30
    Height = 21
    OnClick = btnSelectFileClick
  end
  object cbDevice: TComboBox
    Left = 111
    Top = 16
    Width = 125
    Height = 20
    Style = csDropDownList
    ItemHeight = 12
    ItemIndex = 0
    TabOrder = 0
    Text = #35774#22791'0'
    OnChange = cbDeviceChange
    Items.Strings = (
      #35774#22791'0'
      #35774#22791'1'
      #35774#22791'2'
      #35774#22791'3')
  end
  object cbDriver: TComboBox
    Left = 296
    Top = 16
    Width = 138
    Height = 20
    Style = csDropDownList
    ItemHeight = 12
    TabOrder = 1
  end
  object edtFileName: TEdit
    Left = 112
    Top = 48
    Width = 290
    Height = 20
    ReadOnly = True
    TabOrder = 2
  end
  object btnUse: TBitBtn
    Left = 192
    Top = 82
    Width = 113
    Height = 25
    Caption = #24212#29992
    TabOrder = 3
    OnClick = btnUseClick
  end
  object btnClose: TBitBtn
    Left = 324
    Top = 82
    Width = 113
    Height = 25
    Caption = #20851#38381
    TabOrder = 4
    OnClick = btnCloseClick
  end
  object ODlg: TOpenDialog
    DefaultExt = '.8'
    Filter = '*.ISO|*.ISO|*.*|*.*'
    Left = 24
    Top = 80
  end
end

⌨️ 快捷键说明

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