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

📄 fselectcodecs.dfm

📁 很好的源代码
💻 DFM
字号:
object FrmSelectCodecs: TFrmSelectCodecs
  Left = 428
  Top = 358
  ActiveControl = CLBCodecs
  BorderStyle = bsDialog
  Caption = 'Select Codecs'
  ClientHeight = 106
  ClientWidth = 278
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -14
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poOwnerFormCenter
  OnCloseQuery = FormCloseQuery
  OnCreate = FormCreate
  PixelsPerInch = 120
  TextHeight = 16
  object PnlTop: TPanel
    Left = 0
    Top = 0
    Width = 278
    Height = 46
    Align = alTop
    BevelOuter = bvNone
    BorderWidth = 4
    TabOrder = 0
    object LblCodecs: TLabel
      Left = 4
      Top = 4
      Width = 270
      Height = 38
      Align = alClient
      AutoSize = False
      Caption = 
        'Check to compression codecs you want to include in the algorithm' +
        ' tests'
      WordWrap = True
    end
  end
  object PnlBottom: TPanel
    Left = 0
    Top = 71
    Width = 278
    Height = 35
    Align = alBottom
    BevelOuter = bvNone
    TabOrder = 1
    object BtnOK: TButton
      Left = 5
      Top = 0
      Width = 92
      Height = 31
      Cancel = True
      Caption = 'OK'
      Default = True
      ModalResult = 1
      TabOrder = 0
    end
  end
  object PnlClient: TPanel
    Left = 0
    Top = 46
    Width = 278
    Height = 25
    Align = alClient
    BevelOuter = bvNone
    BorderWidth = 4
    TabOrder = 2
    object CLBCodecs: TCheckListBox
      Left = 4
      Top = 4
      Width = 270
      Height = 17
      Align = alClient
      ItemHeight = 16
      TabOrder = 0
    end
  end
end

⌨️ 快捷键说明

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