home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 June / PCWorld_1999-06_cd.bin / software / Vyzkuste / Painter / Painter17.exe / 0 / RCDATA / TPAINTEREFFECTSF / TPAINTEREFFECTSF.txt
Text File  |  1999-04-23  |  3KB  |  160 lines

  1. object PainterEffectsF: TPainterEffectsF
  2.   Left = 61
  3.   Top = 500
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Painter Effects'
  6.   ClientHeight = 104
  7.   ClientWidth = 729
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   PixelsPerInch = 120
  17.   TextHeight = 16
  18.   object effectspanel: TPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 729
  22.     Height = 104
  23.     Align = alClient
  24.     TabOrder = 0
  25.     object Label1: TLabel
  26.       Left = 8
  27.       Top = 8
  28.       Width = 49
  29.       Height = 16
  30.       Caption = 'Contrast'
  31.     end
  32.     object Label2: TLabel
  33.       Left = 136
  34.       Top = 8
  35.       Width = 60
  36.       Height = 16
  37.       Caption = 'Saturation'
  38.     end
  39.     object Label3: TLabel
  40.       Left = 264
  41.       Top = 8
  42.       Width = 63
  43.       Height = 16
  44.       Caption = 'Brightness'
  45.     end
  46.     object Label4: TLabel
  47.       Left = 400
  48.       Top = 8
  49.       Width = 83
  50.       Height = 16
  51.       Caption = 'Gaussian Blur'
  52.     end
  53.     object Label5: TLabel
  54.       Left = 520
  55.       Top = 8
  56.       Width = 71
  57.       Height = 16
  58.       Caption = 'Color Noise'
  59.     end
  60.     object Label6: TLabel
  61.       Left = 624
  62.       Top = 8
  63.       Width = 73
  64.       Height = 16
  65.       Caption = 'Mono Noise'
  66.     end
  67.     object Label7: TLabel
  68.       Left = 400
  69.       Top = 50
  70.       Width = 52
  71.       Height = 16
  72.       Caption = 'Split Blur'
  73.     end
  74.     object Label8: TLabel
  75.       Left = 520
  76.       Top = 50
  77.       Width = 46
  78.       Height = 16
  79.       Caption = 'Smooth'
  80.     end
  81.     object contrastbar: TScrollBar
  82.       Left = 8
  83.       Top = 28
  84.       Width = 121
  85.       Height = 15
  86.       PageSize = 0
  87.       TabOrder = 0
  88.       OnChange = contrastbarChange
  89.     end
  90.     object saturationbar: TScrollBar
  91.       Left = 136
  92.       Top = 28
  93.       Width = 121
  94.       Height = 15
  95.       PageSize = 0
  96.       TabOrder = 1
  97.       OnChange = saturationbarChange
  98.     end
  99.     object lightnessbar: TScrollBar
  100.       Left = 264
  101.       Top = 28
  102.       Width = 129
  103.       Height = 15
  104.       PageSize = 0
  105.       TabOrder = 2
  106.       OnChange = lightnessbarChange
  107.     end
  108.     object blurbar: TScrollBar
  109.       Left = 400
  110.       Top = 28
  111.       Width = 105
  112.       Height = 15
  113.       Max = 20
  114.       PageSize = 0
  115.       TabOrder = 3
  116.       OnChange = blurbarChange
  117.     end
  118.     object colornoisebar: TScrollBar
  119.       Left = 520
  120.       Top = 28
  121.       Width = 97
  122.       Height = 15
  123.       Max = 200
  124.       PageSize = 0
  125.       TabOrder = 4
  126.       OnChange = colornoisebarChange
  127.     end
  128.     object mononoisebar: TScrollBar
  129.       Left = 624
  130.       Top = 28
  131.       Width = 96
  132.       Height = 15
  133.       Max = 200
  134.       PageSize = 0
  135.       TabOrder = 5
  136.       OnChange = mononoisebarChange
  137.     end
  138.     object splitblurbar: TScrollBar
  139.       Left = 400
  140.       Top = 72
  141.       Width = 105
  142.       Height = 15
  143.       Max = 30
  144.       PageSize = 0
  145.       TabOrder = 6
  146.       OnChange = splitblurbarChange
  147.     end
  148.     object smoothbar: TScrollBar
  149.       Left = 520
  150.       Top = 72
  151.       Width = 97
  152.       Height = 15
  153.       Max = 20
  154.       PageSize = 0
  155.       TabOrder = 7
  156.       OnChange = smoothbarChange
  157.     end
  158.   end
  159. end
  160.