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

📄 subsystem.dfm

📁 WindPE for Borland Delphi 7.0: {*******************************************************} { } { Wi
💻 DFM
字号:
object SubSystemFrm: TSubSystemFrm
  Left = 322
  Top = 189
  BorderStyle = bsDialog
  Caption = 'Subsystem Flags'
  ClientHeight = 273
  ClientWidth = 321
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Button1: TButton
    Left = 224
    Top = 16
    Width = 89
    Height = 22
    Caption = 'OK'
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 224
    Top = 40
    Width = 89
    Height = 22
    Caption = 'Cancel'
    TabOrder = 1
    OnClick = Button2Click
  end
  object GroupBox2: TGroupBox
    Left = 224
    Top = 216
    Width = 89
    Height = 49
    Caption = 'Current Value'
    TabOrder = 2
    object ValueLabel: TLabel
      Left = 32
      Top = 24
      Width = 41
      Height = 13
      AutoSize = False
      Caption = '...'
    end
  end
  object FlagRadio: TRadioGroup
    Left = 8
    Top = 8
    Width = 209
    Height = 257
    Caption = 'Set Flags'
    Items.Strings = (
      'Unknown'
      'Native'
      'Windows Gui'
      'Windows Console'
      'OS/2 Console'
      'Posix Console'
      'Native Windows 9x Driver'
      'Windows CE'
      'EFI Application'
      'EFI Boot Service Device'
      'EFI Runtime Driver'
      'EFI Rom'
      'X-BOX')
    TabOrder = 3
    OnClick = FlagRadioClick
  end
end

⌨️ 快捷键说明

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