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

📄 test1frmresize.dfm

📁 ImageMagick library of image with Visual C++6
💻 DFM
字号:
object frmResize: TfrmResize
  Left = 575
  Top = 250
  BorderStyle = bsDialog
  Caption = 'Resize Image'
  ClientHeight = 275
  ClientWidth = 295
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 12
    Width = 53
    Height = 13
    Caption = 'New Width'
  end
  object Label2: TLabel
    Left = 16
    Top = 36
    Width = 56
    Height = 13
    Caption = 'New Height'
  end
  object edNewWidth: TEdit
    Left = 88
    Top = 8
    Width = 89
    Height = 21
    TabOrder = 0
    OnChange = edNewWidthChange
  end
  object edNewHeight: TEdit
    Left = 88
    Top = 32
    Width = 89
    Height = 21
    TabOrder = 1
    OnChange = edNewHeightChange
  end
  object chbLock: TCheckBox
    Left = 184
    Top = 24
    Width = 97
    Height = 17
    Caption = 'Lock ratio'
    Checked = True
    State = cbChecked
    TabOrder = 2
  end
  object GroupBox1: TGroupBox
    Left = 16
    Top = 64
    Width = 265
    Height = 169
    Caption = 'Resize method'
    TabOrder = 3
    object Label3: TLabel
      Left = 32
      Top = 48
      Width = 25
      Height = 13
      Caption = 'Filter:'
    end
    object Label4: TLabel
      Left = 32
      Top = 68
      Width = 52
      Height = 13
      Caption = 'Blur radius:'
    end
    object rbResizeImage: TRadioButton
      Left = 8
      Top = 24
      Width = 113
      Height = 17
      Caption = 'Resize Image'
      Checked = True
      TabOrder = 0
      TabStop = True
    end
    object cbbFilter: TComboBox
      Left = 96
      Top = 44
      Width = 121
      Height = 21
      Style = csDropDownList
      ItemHeight = 13
      TabOrder = 1
      Items.Strings = (
        'Point'
        'Box'
        'Triangle'
        'Hermite'
        'Hanning'
        'Hamming'
        'Blackman'
        'Gaussian'
        'Quadratic'
        'Cubic'
        'Catrom'
        'Mitchell'
        'Lanczos'
        'Bessel'
        'Sinc')
    end
    object edBlurRadius: TEdit
      Left = 96
      Top = 64
      Width = 73
      Height = 21
      TabOrder = 2
    end
    object rbSampleImage: TRadioButton
      Left = 8
      Top = 96
      Width = 113
      Height = 17
      Caption = 'Sample Image'
      TabOrder = 3
    end
    object rbScaleImage: TRadioButton
      Left = 8
      Top = 120
      Width = 113
      Height = 17
      Caption = 'Scale Image'
      TabOrder = 4
    end
    object rbThumbnailImage: TRadioButton
      Left = 8
      Top = 144
      Width = 217
      Height = 17
      Caption = 'Thumbnail Image (only for downsizing!)'
      TabOrder = 5
    end
  end
  object btnOK: TButton
    Left = 72
    Top = 240
    Width = 75
    Height = 25
    Caption = 'OK'
    ModalResult = 1
    TabOrder = 4
  end
  object btnCancel: TButton
    Left = 160
    Top = 240
    Width = 75
    Height = 25
    Caption = 'Cancel'
    ModalResult = 2
    TabOrder = 5
  end
end

⌨️ 快捷键说明

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