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

  1. object Form1: TForm1
  2.   Left = 406
  3.   Top = 153
  4.   Width = 285
  5.   Height = 192
  6.   VertScrollBar.Range = 173
  7.   ActiveControl = CheckBox1
  8.   Caption = 'Form1'
  9.   Color = clButton
  10.   Font.Color = clText
  11.   Font.Height = 11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Pitch = fpVariable
  14.   Font.Style = []
  15.   Font.Weight = 40
  16.   ParentFont = False
  17.   Scaled = False
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 75
  20.   object RadioGroup1: TRadioGroup
  21.     Left = 176
  22.     Top = 12
  23.     Width = 93
  24.     Height = 133
  25.     Items.Strings = (
  26.       'sfNearest'
  27.       'sfDraft'
  28.       'sfLinear'
  29.       'sfCosine'
  30.       'sfSpline'
  31.       'sfLanczos'
  32.       'sfMitchell')
  33.     Anchors = [akTop, akRight]
  34.     Caption = 'RadioGroup1'
  35.     ItemIndex = 0
  36.     TabOrder = 1
  37.     OnClick = RadioGroup1Click
  38.   end
  39.   object CheckBox1: TCheckBox
  40.     Left = 176
  41.     Top = 156
  42.     Width = 93
  43.     Height = 17
  44.     Anchors = [akTop, akRight]
  45.     Caption = 'FullEdge'
  46.     Checked = True
  47.     State = cbChecked
  48.     TabOrder = 0
  49.     OnClick = CheckBox1Click
  50.   end
  51.   object Image32: TImage32
  52.     Left = 8
  53.     Top = 8
  54.     Width = 160
  55.     Height = 160
  56.     Anchors = [akLeft, akTop, akRight, akBottom]
  57.     BitmapAlign = baTopLeft
  58.     Scale = 1.000000000000000000
  59.     ScaleMode = smStretch
  60.     TabOrder = 2
  61.   end
  62. end
  63.