www.pudn.com > ShowImage.rar > Resample.dfm


object ResampleDialog: TResampleDialog 
  Left = 202 
  Top = 420 
  Width = 377 
  Height = 205 
  Caption = '重采样' 
  Color = clBtnFace 
  Font.Charset = DEFAULT_CHARSET 
  Font.Color = clWindowText 
  Font.Height = -16 
  Font.Name = 'MS Sans Serif' 
  Font.Style = [] 
  OldCreateOrder = False 
  PixelsPerInch = 96 
  TextHeight = 20 
  object Label1: TLabel 
    Left = 8 
    Top = 14 
    Width = 113 
    Height = 20 
    AutoSize = False 
    Caption = '原图象行数:' 
  end 
  object Label2: TLabel 
    Left = 8 
    Top = 44 
    Width = 113 
    Height = 20 
    AutoSize = False 
    Caption = '原图象列数:' 
  end 
  object Label3: TLabel 
    Left = 8 
    Top = 78 
    Width = 113 
    Height = 20 
    AutoSize = False 
    Caption = '新图象行数:' 
  end 
  object Label4: TLabel 
    Left = 8 
    Top = 108 
    Width = 113 
    Height = 20 
    AutoSize = False 
    Caption = '新图象列数:' 
  end 
  object OldRows: TEdit 
    Left = 128 
    Top = 8 
    Width = 89 
    Height = 28 
    TabOrder = 0 
  end 
  object OldCols: TEdit 
    Left = 128 
    Top = 40 
    Width = 89 
    Height = 28 
    TabOrder = 1 
  end 
  object NewRows: TEdit 
    Left = 128 
    Top = 72 
    Width = 89 
    Height = 28 
    TabOrder = 2 
  end 
  object NewCols: TEdit 
    Left = 128 
    Top = 104 
    Width = 89 
    Height = 28 
    TabOrder = 3 
  end 
  object RadioGroup1: TRadioGroup 
    Left = 232 
    Top = 8 
    Width = 129 
    Height = 129 
    Caption = '重采样方法' 
    ItemIndex = 0 
    Items.Strings = ( 
      '最邻近点法' 
      '双线性内插法' 
      '双三次内插法') 
    TabOrder = 4 
  end 
  object BitBtn1: TBitBtn 
    Left = 48 
    Top = 144 
    Width = 81 
    Height = 25 
    Caption = '确定' 
    ModalResult = 1 
    TabOrder = 5 
  end 
  object BitBtn2: TBitBtn 
    Left = 160 
    Top = 144 
    Width = 75 
    Height = 25 
    Caption = '取消' 
    ModalResult = 2 
    TabOrder = 6 
  end 
end