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

📄 setpar.dfm

📁 一种新的机遇小波变换的压缩存储方法
💻 DFM
字号:
object fmPar: TfmPar
  Left = 235
  Top = 146
  BorderStyle = bsDialog
  Caption = 'fmPar'
  ClientHeight = 75
  ClientWidth = 161
  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 Label1: TLabel
    Left = 16
    Top = 8
    Width = 21
    Height = 13
    Caption = 'BPP'
  end
  object etBPP: TEdit
    Left = 55
    Top = 5
    Width = 90
    Height = 22
    TabOrder = 0
    Text = '1.0'
  end
  object btOK: TButton
    Left = 16
    Top = 40
    Width = 57
    Height = 25
    Caption = 'OK'
    ModalResult = 1
    TabOrder = 1
  end
  object btCancel: TButton
    Left = 88
    Top = 40
    Width = 57
    Height = 25
    Caption = 'Cancel'
    ModalResult = 2
    TabOrder = 2
  end
end

⌨️ 快捷键说明

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