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

  1. object Form1: TForm1
  2.   Left = 192
  3.   Top = 114
  4.   Width = 293
  5.   Height = 218
  6.   Caption = 'Form1'
  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.     285
  17.     191)
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Image32: TImage32
  21.     Left = 12
  22.     Top = 12
  23.     Width = 160
  24.     Height = 160
  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 = 184
  33.     Top = 12
  34.     Width = 93
  35.     Height = 133
  36.     Anchors = [akTop, akRight]
  37.     Caption = 'RadioGroup1'
  38.     ItemIndex = 0
  39.     Items.Strings = (
  40.       'sfNearest'
  41.       'sfLinear'
  42.       'sfSpline'
  43.       'sfLanczos'
  44.       'sfMitchell'
  45.       'sfCosine')
  46.     TabOrder = 1
  47.     OnClick = RadioGroup1Click
  48.   end
  49.   object CheckBox1: TCheckBox
  50.     Left = 184
  51.     Top = 156
  52.     Width = 93
  53.     Height = 17
  54.     Anchors = [akTop, akRight]
  55.     Caption = 'FullEdge'
  56.     Checked = True
  57.     State = cbChecked
  58.     TabOrder = 2
  59.     OnClick = CheckBox1Click
  60.   end
  61. end
  62.