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

  1. object PainterFLF: TPainterFLF
  2.   Left = 472
  3.   Top = 140
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Filters'
  6.   ClientHeight = 380
  7.   ClientWidth = 245
  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.   OnCreate = FormCreate
  17.   PixelsPerInch = 120
  18.   TextHeight = 16
  19.   object Bevel1: TBevel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 245
  23.     Height = 225
  24.     Align = alTop
  25.   end
  26.   object Label1: TLabel
  27.     Left = 152
  28.     Top = 96
  29.     Width = 42
  30.     Height = 16
  31.     Caption = 'Divisor'
  32.   end
  33.   object Label2: TLabel
  34.     Left = 152
  35.     Top = 144
  36.     Width = 27
  37.     Height = 16
  38.     Caption = 'Bias'
  39.   end
  40.   object Label3: TLabel
  41.     Left = 40
  42.     Top = 96
  43.     Width = 64
  44.     Height = 16
  45.     Caption = 'UserMatrix'
  46.   end
  47.   object Panel1: TPanel
  48.     Left = 0
  49.     Top = 225
  50.     Width = 245
  51.     Height = 155
  52.     Align = alClient
  53.     BevelOuter = bvNone
  54.     TabOrder = 0
  55.     object goFilter: TSpeedButton
  56.       Left = 168
  57.       Top = 8
  58.       Width = 49
  59.       Height = 33
  60.       Caption = 'Filter'
  61.       Flat = True
  62.       Font.Charset = DEFAULT_CHARSET
  63.       Font.Color = clRed
  64.       Font.Height = -13
  65.       Font.Name = 'MS Sans Serif'
  66.       Font.Style = [fsBold]
  67.       ParentFont = False
  68.       OnClick = goFilterClick
  69.     end
  70.     object QFList: TListBox
  71.       Left = 0
  72.       Top = 0
  73.       Width = 137
  74.       Height = 155
  75.       Align = alLeft
  76.       ItemHeight = 16
  77.       Items.Strings = (
  78.         'And'
  79.         'Or'
  80.         'Xor'
  81.         'ShiftLeft'
  82.         'ShiftRight'
  83.         'FastSweep'
  84.         'SlowSweep'
  85.         'Reduce'
  86.         'AddRight'
  87.         'AvgRight'
  88.         'RunAvgRight'
  89.         'RunAvgLeft'
  90.         'EmbossRight'
  91.         'EmbossLeft'
  92.         'Trace'
  93.         'Drip'
  94.         'Add'
  95.         'Multiply'
  96.         'Moderate'
  97.         'Columns'
  98.         'Troop'
  99.         'FadeUp'
  100.         'Glas'
  101.         'Mondriaan'
  102.         'Grain'
  103.         'UserMatrix')
  104.       TabOrder = 0
  105.       OnClick = QFListClick
  106.     end
  107.     object trkRed: TTrackBar
  108.       Left = 137
  109.       Top = 0
  110.       Width = 25
  111.       Height = 155
  112.       Align = alLeft
  113.       Max = 255
  114.       Orientation = trVertical
  115.       Frequency = 1
  116.       Position = 10
  117.       SelEnd = 0
  118.       SelStart = 0
  119.       TabOrder = 1
  120.       ThumbLength = 20
  121.       TickMarks = tmBottomRight
  122.       TickStyle = tsNone
  123.     end
  124.     object fltrpreview: TCheckBox
  125.       Left = 168
  126.       Top = 48
  127.       Width = 73
  128.       Height = 17
  129.       Caption = 'Preview'
  130.       TabOrder = 2
  131.     end
  132.   end
  133.   object redradio: TRadioButton
  134.     Left = 8
  135.     Top = 8
  136.     Width = 137
  137.     Height = 17
  138.     Caption = 'redradio'
  139.     Checked = True
  140.     Font.Charset = DEFAULT_CHARSET
  141.     Font.Color = clRed
  142.     Font.Height = -13
  143.     Font.Name = 'MS Sans Serif'
  144.     Font.Style = []
  145.     ParentFont = False
  146.     TabOrder = 1
  147.     TabStop = True
  148.     OnClick = redradioClick
  149.   end
  150.   object greenradio: TRadioButton
  151.     Left = 8
  152.     Top = 28
  153.     Width = 137
  154.     Height = 17
  155.     Caption = 'greenradio'
  156.     Font.Charset = DEFAULT_CHARSET
  157.     Font.Color = clGreen
  158.     Font.Height = -13
  159.     Font.Name = 'MS Sans Serif'
  160.     Font.Style = []
  161.     ParentFont = False
  162.     TabOrder = 2
  163.     OnClick = greenradioClick
  164.   end
  165.   object blueradio: TRadioButton
  166.     Left = 8
  167.     Top = 48
  168.     Width = 137
  169.     Height = 17
  170.     Caption = 'blueradio'
  171.     Font.Charset = DEFAULT_CHARSET
  172.     Font.Color = clBlue
  173.     Font.Height = -13
  174.     Font.Name = 'MS Sans Serif'
  175.     Font.Style = []
  176.     ParentFont = False
  177.     TabOrder = 3
  178.     OnClick = blueradioClick
  179.   end
  180.   object bit24: TCheckBox
  181.     Left = 16
  182.     Top = 72
  183.     Width = 73
  184.     Height = 17
  185.     Caption = '24 bits'
  186.     TabOrder = 4
  187.   end
  188.   object E01: TEdit
  189.     Left = 8
  190.     Top = 112
  191.     Width = 41
  192.     Height = 22
  193.     Ctl3D = False
  194.     ParentCtl3D = False
  195.     TabOrder = 5
  196.     Text = '-1'
  197.   end
  198.   object E02: TEdit
  199.     Left = 48
  200.     Top = 112
  201.     Width = 41
  202.     Height = 22
  203.     Ctl3D = False
  204.     ParentCtl3D = False
  205.     TabOrder = 6
  206.     Text = '0'
  207.   end
  208.   object E03: TEdit
  209.     Left = 88
  210.     Top = 112
  211.     Width = 41
  212.     Height = 22
  213.     Ctl3D = False
  214.     ParentCtl3D = False
  215.     TabOrder = 7
  216.     Text = '1'
  217.   end
  218.   object E11: TEdit
  219.     Left = 8
  220.     Top = 136
  221.     Width = 41
  222.     Height = 22
  223.     Ctl3D = False
  224.     ParentCtl3D = False
  225.     TabOrder = 8
  226.     Text = '-1'
  227.   end
  228.   object E12: TEdit
  229.     Left = 48
  230.     Top = 136
  231.     Width = 41
  232.     Height = 22
  233.     Ctl3D = False
  234.     ParentCtl3D = False
  235.     TabOrder = 9
  236.     Text = '0'
  237.   end
  238.   object E13: TEdit
  239.     Left = 88
  240.     Top = 136
  241.     Width = 41
  242.     Height = 22
  243.     Ctl3D = False
  244.     ParentCtl3D = False
  245.     TabOrder = 10
  246.     Text = '1'
  247.   end
  248.   object E21: TEdit
  249.     Left = 8
  250.     Top = 160
  251.     Width = 41
  252.     Height = 22
  253.     Ctl3D = False
  254.     ParentCtl3D = False
  255.     TabOrder = 11
  256.     Text = '-1'
  257.   end
  258.   object E22: TEdit
  259.     Left = 48
  260.     Top = 160
  261.     Width = 41
  262.     Height = 22
  263.     Ctl3D = False
  264.     ParentCtl3D = False
  265.     TabOrder = 12
  266.     Text = '0'
  267.   end
  268.   object E23: TEdit
  269.     Left = 88
  270.     Top = 160
  271.     Width = 41
  272.     Height = 22
  273.     Ctl3D = False
  274.     ParentCtl3D = False
  275.     TabOrder = 13
  276.     Text = '1'
  277.   end
  278.   object EDIV: TEdit
  279.     Left = 152
  280.     Top = 112
  281.     Width = 41
  282.     Height = 22
  283.     Ctl3D = False
  284.     ParentCtl3D = False
  285.     TabOrder = 14
  286.     Text = '1'
  287.   end
  288.   object EBIAS: TEdit
  289.     Left = 152
  290.     Top = 160
  291.     Width = 41
  292.     Height = 22
  293.     Ctl3D = False
  294.     ParentCtl3D = False
  295.     TabOrder = 15
  296.     Text = '1'
  297.   end
  298.   object FilterPresets: TComboBox
  299.     Left = 8
  300.     Top = 192
  301.     Width = 193
  302.     Height = 22
  303.     Style = csOwnerDrawFixed
  304.     Color = 12639424
  305.     ItemHeight = 16
  306.     PopupMenu = filterdrop
  307.     TabOrder = 16
  308.     OnClick = FilterPresetsClick
  309.     OnDrawItem = FilterPresetsDrawItem
  310.   end
  311.   object ColorDialog1: TColorDialog
  312.     Ctl3D = True
  313.     Left = 176
  314.     Top = 8
  315.   end
  316.   object filterdrop: TPopupMenu
  317.     Left = 48
  318.     Top = 216
  319.     object Add1: TMenuItem
  320.       Caption = '&Add'
  321.       OnClick = Add1Click
  322.     end
  323.     object Delete1: TMenuItem
  324.       Caption = '&Delete'
  325.       OnClick = Delete1Click
  326.     end
  327.     object Update1: TMenuItem
  328.       Caption = '&Update'
  329.       OnClick = Update1Click
  330.     end
  331.   end
  332.   object WinRoller1: TWinRoller
  333.     Enabled = True
  334.     RemainHeight = 0
  335.     Left = 144
  336.     Top = 64
  337.   end
  338. end
  339.