home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 November / CDVD1105.ISO / Software / Freeware / programare / graphics32 / Examples / Vcl / FineResample_Ex / MainUnit.dfm < prev    next >
Encoding:
Text File  |  2004-07-14  |  1.3 KB  |  63 lines

  1. object Form1: TForm1
  2.   Left = 192
  3.   Top = 114
  4.   Width = 294
  5.   Height = 228
  6.   Caption = 'FineResample Ex'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnCreate = FormCreate
  15.   DesignSize = (
  16.     286
  17.     201)
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Image32: TImage32
  21.     Left = 12
  22.     Top = 12
  23.     Width = 161
  24.     Height = 170
  25.     Anchors = [akLeft, akTop, akRight, akBottom]
  26.     BitmapAlign = baTopLeft
  27.     Scale = 1.000000000000000000
  28.     ScaleMode = smStretch
  29.     TabOrder = 0
  30.   end
  31.   object RadioGroup1: TRadioGroup
  32.     Left = 185
  33.     Top = 12
  34.     Width = 93
  35.     Height = 157
  36.     Anchors = [akTop, akRight]
  37.     Caption = 'StretchFilter'
  38.     ItemIndex = 0
  39.     Items.Strings = (
  40.       'sfNearest'
  41.       'sfDraft'
  42.       'sfLinear '
  43.       'sfCosine'
  44.       'sfSpline'
  45.       'sfLanczos'
  46.       'sfMitchell')
  47.     TabOrder = 1
  48.     OnClick = RadioGroup1Click
  49.   end
  50.   object CheckBox1: TCheckBox
  51.     Left = 185
  52.     Top = 172
  53.     Width = 93
  54.     Height = 17
  55.     Anchors = [akTop, akRight]
  56.     Caption = 'FullEdge'
  57.     Checked = True
  58.     State = cbChecked
  59.     TabOrder = 2
  60.     OnClick = CheckBox1Click
  61.   end
  62. end
  63.