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

📄 test1frmoptions.dfm

📁 ImageMagick library of image with Visual C++6
💻 DFM
字号:
object frmOptions: TfrmOptions
  Left = 578
  Top = 232
  BorderStyle = bsDialog
  Caption = 'Options'
  ClientHeight = 264
  ClientWidth = 406
  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 PageControl1: TPageControl
    Left = 8
    Top = 8
    Width = 393
    Height = 217
    ActivePage = tsStorage
    TabOrder = 0
    object tsStorage: TTabSheet
      Caption = '&Storage'
      object Label1: TLabel
        Left = 16
        Top = 20
        Width = 187
        Height = 13
        Caption = 'JPG/MIFF/PNG/JP2 compression level'
      end
      object Label2: TLabel
        Left = 16
        Top = 52
        Width = 184
        Height = 13
        Caption = 'Resolution with which to load an image'
      end
      object edQuality: TEdit
        Left = 280
        Top = 16
        Width = 65
        Height = 21
        TabOrder = 0
      end
      object edResolution: TEdit
        Left = 280
        Top = 48
        Width = 65
        Height = 21
        TabOrder = 1
      end
    end
  end
  object btnOK: TButton
    Left = 232
    Top = 232
    Width = 75
    Height = 25
    Caption = 'OK'
    ModalResult = 1
    TabOrder = 1
  end
  object btnCancel: TButton
    Left = 320
    Top = 232
    Width = 75
    Height = 25
    Cancel = True
    Caption = 'Cancel'
    ModalResult = 2
    TabOrder = 2
  end
end

⌨️ 快捷键说明

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