object PainterEffectsF: TPainterEffectsF Left = 61 Top = 500 BorderStyle = bsToolWindow Caption = 'Painter Effects' ClientHeight = 104 ClientWidth = 729 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = False PixelsPerInch = 120 TextHeight = 16 object effectspanel: TPanel Left = 0 Top = 0 Width = 729 Height = 104 Align = alClient TabOrder = 0 object Label1: TLabel Left = 8 Top = 8 Width = 49 Height = 16 Caption = 'Contrast' end object Label2: TLabel Left = 136 Top = 8 Width = 60 Height = 16 Caption = 'Saturation' end object Label3: TLabel Left = 264 Top = 8 Width = 63 Height = 16 Caption = 'Brightness' end object Label4: TLabel Left = 400 Top = 8 Width = 83 Height = 16 Caption = 'Gaussian Blur' end object Label5: TLabel Left = 520 Top = 8 Width = 71 Height = 16 Caption = 'Color Noise' end object Label6: TLabel Left = 624 Top = 8 Width = 73 Height = 16 Caption = 'Mono Noise' end object Label7: TLabel Left = 400 Top = 50 Width = 52 Height = 16 Caption = 'Split Blur' end object Label8: TLabel Left = 520 Top = 50 Width = 46 Height = 16 Caption = 'Smooth' end object contrastbar: TScrollBar Left = 8 Top = 28 Width = 121 Height = 15 PageSize = 0 TabOrder = 0 OnChange = contrastbarChange end object saturationbar: TScrollBar Left = 136 Top = 28 Width = 121 Height = 15 PageSize = 0 TabOrder = 1 OnChange = saturationbarChange end object lightnessbar: TScrollBar Left = 264 Top = 28 Width = 129 Height = 15 PageSize = 0 TabOrder = 2 OnChange = lightnessbarChange end object blurbar: TScrollBar Left = 400 Top = 28 Width = 105 Height = 15 Max = 20 PageSize = 0 TabOrder = 3 OnChange = blurbarChange end object colornoisebar: TScrollBar Left = 520 Top = 28 Width = 97 Height = 15 Max = 200 PageSize = 0 TabOrder = 4 OnChange = colornoisebarChange end object mononoisebar: TScrollBar Left = 624 Top = 28 Width = 96 Height = 15 Max = 200 PageSize = 0 TabOrder = 5 OnChange = mononoisebarChange end object splitblurbar: TScrollBar Left = 400 Top = 72 Width = 105 Height = 15 Max = 30 PageSize = 0 TabOrder = 6 OnChange = splitblurbarChange end object smoothbar: TScrollBar Left = 520 Top = 72 Width = 97 Height = 15 Max = 20 PageSize = 0 TabOrder = 7 OnChange = smoothbarChange end end end