home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 July / PCWorld_1999-07_cd.bin / software / Vyzkuste / Movies6 / Movies6.exe / 0 / RCDATA / TPAINTERQBF / TPAINTERQBF.txt
Text File  |  1999-05-23  |  6KB  |  272 lines

  1. object PainterQBF: TPainterQBF
  2.   Left = 90
  3.   Top = 124
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'QuickBack'
  6.   ClientHeight = 399
  7.   ClientWidth = 570
  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.   OnDestroy = FormDestroy
  18.   OnShow = FormShow
  19.   PixelsPerInch = 120
  20.   TextHeight = 16
  21.   object Panel1: TPanel
  22.     Left = 354
  23.     Top = 0
  24.     Width = 216
  25.     Height = 399
  26.     Align = alRight
  27.     TabOrder = 0
  28.     object Bevel1: TBevel
  29.       Left = 1
  30.       Top = 1
  31.       Width = 214
  32.       Height = 113
  33.       Align = alTop
  34.     end
  35.     object Panel2: TPanel
  36.       Left = 1
  37.       Top = 114
  38.       Width = 214
  39.       Height = 284
  40.       Align = alClient
  41.       BevelOuter = bvNone
  42.       TabOrder = 0
  43.       object Shape1: TShape
  44.         Left = 104
  45.         Top = 12
  46.         Width = 25
  47.         Height = 15
  48.         Brush.Color = clRed
  49.         Pen.Style = psClear
  50.         Shape = stCircle
  51.       end
  52.       object Shape2: TShape
  53.         Left = 128
  54.         Top = 12
  55.         Width = 25
  56.         Height = 15
  57.         Brush.Color = clGreen
  58.         Pen.Style = psClear
  59.         Shape = stCircle
  60.       end
  61.       object Shape3: TShape
  62.         Left = 152
  63.         Top = 12
  64.         Width = 25
  65.         Height = 15
  66.         Brush.Color = clBlue
  67.         Pen.Style = psClear
  68.         Shape = stCircle
  69.       end
  70.       object btnUse: TSpeedButton
  71.         Left = 112
  72.         Top = 256
  73.         Width = 65
  74.         Height = 22
  75.         Caption = 'Use'
  76.         Flat = True
  77.         Font.Charset = DEFAULT_CHARSET
  78.         Font.Color = clGreen
  79.         Font.Height = -13
  80.         Font.Name = 'MS Sans Serif'
  81.         Font.Style = [fsBold]
  82.         ParentFont = False
  83.         OnClick = btnUseClick
  84.       end
  85.       object QBList: TListBox
  86.         Left = 0
  87.         Top = 0
  88.         Width = 97
  89.         Height = 284
  90.         Align = alLeft
  91.         ItemHeight = 16
  92.         Items.Strings = (
  93.           'Prod'
  94.           'Sum'
  95.           'Sub'
  96.           'Xor'
  97.           'And'
  98.           'OutAnd'
  99.           'InAnd'
  100.           'OutXor'
  101.           'InXor'
  102.           'OutMod'
  103.           'InMod'
  104.           'ProdXor'
  105.           'SumXor'
  106.           'SubXor'
  107.           'ProdAnd'
  108.           'SumAnd'
  109.           'SubAnd'
  110.           'Inner'
  111.           'Outer'
  112.           'OutRed'
  113.           'InRed'
  114.           'OutGreen'
  115.           'InGreen'
  116.           'Outblue'
  117.           'InBlue'
  118.           'InModOut'
  119.           'OutModIn'
  120.           'OutModIn2'
  121.           'ModMod'
  122.           'ModModXor'
  123.           'Mod3'
  124.           'ModModSub'
  125.           'ModModAdd'
  126.           'ModModAnd'
  127.           'ModModOr'
  128.           'Xor3'
  129.           'XOr3Mod')
  130.         TabOrder = 0
  131.         OnClick = QBListClick
  132.       end
  133.       object trkred: TScrollBar
  134.         Left = 107
  135.         Top = 32
  136.         Width = 20
  137.         Height = 209
  138.         Kind = sbVertical
  139.         Max = 255
  140.         PageSize = 0
  141.         TabOrder = 1
  142.         OnChange = trkRedChange
  143.       end
  144.       object trkgreen: TScrollBar
  145.         Left = 131
  146.         Top = 32
  147.         Width = 20
  148.         Height = 209
  149.         Kind = sbVertical
  150.         Max = 255
  151.         PageSize = 0
  152.         TabOrder = 2
  153.         OnChange = trkGreenChange
  154.       end
  155.       object trkblue: TScrollBar
  156.         Left = 155
  157.         Top = 32
  158.         Width = 20
  159.         Height = 209
  160.         Kind = sbVertical
  161.         Max = 255
  162.         PageSize = 0
  163.         TabOrder = 3
  164.         OnChange = trkBlueChange
  165.       end
  166.       object trkfactor: TScrollBar
  167.         Left = 187
  168.         Top = 32
  169.         Width = 20
  170.         Height = 209
  171.         Kind = sbVertical
  172.         Max = 255
  173.         Min = 16
  174.         PageSize = 0
  175.         Position = 255
  176.         TabOrder = 4
  177.         OnChange = trkFactorChange
  178.       end
  179.     end
  180.     object qbpresets: TComboBox
  181.       Left = 8
  182.       Top = 75
  183.       Width = 201
  184.       Height = 22
  185.       Style = csOwnerDrawFixed
  186.       Color = 12639424
  187.       ItemHeight = 16
  188.       PopupMenu = presetspop
  189.       Sorted = True
  190.       TabOrder = 1
  191.       OnClick = qbpresetsClick
  192.       OnDrawItem = qbpresetsDrawItem
  193.     end
  194.     object blueradio: TRadioButton
  195.       Left = 8
  196.       Top = 48
  197.       Width = 105
  198.       Height = 17
  199.       Caption = 'Prod'
  200.       Font.Charset = DEFAULT_CHARSET
  201.       Font.Color = clBlue
  202.       Font.Height = -13
  203.       Font.Name = 'MS Sans Serif'
  204.       Font.Style = []
  205.       ParentFont = False
  206.       TabOrder = 2
  207.       OnClick = blueradioClick
  208.     end
  209.     object greenradio: TRadioButton
  210.       Left = 8
  211.       Top = 28
  212.       Width = 105
  213.       Height = 17
  214.       Caption = 'Prod'
  215.       Font.Charset = DEFAULT_CHARSET
  216.       Font.Color = clGreen
  217.       Font.Height = -13
  218.       Font.Name = 'MS Sans Serif'
  219.       Font.Style = []
  220.       ParentFont = False
  221.       TabOrder = 3
  222.       OnClick = greenradioClick
  223.     end
  224.     object redradio: TRadioButton
  225.       Left = 8
  226.       Top = 8
  227.       Width = 121
  228.       Height = 17
  229.       Caption = 'Prod'
  230.       Font.Charset = DEFAULT_CHARSET
  231.       Font.Color = clRed
  232.       Font.Height = -13
  233.       Font.Name = 'MS Sans Serif'
  234.       Font.Style = []
  235.       ParentFont = False
  236.       TabOrder = 4
  237.       OnClick = redradioClick
  238.     end
  239.   end
  240.   object ScrollBox1: TScrollBox
  241.     Left = 0
  242.     Top = 0
  243.     Width = 354
  244.     Height = 399
  245.     Align = alClient
  246.     TabOrder = 1
  247.     object image: TImage
  248.       Left = 16
  249.       Top = 8
  250.       Width = 105
  251.       Height = 105
  252.       AutoSize = True
  253.     end
  254.   end
  255.   object presetspop: TPopupMenu
  256.     Left = 168
  257.     Top = 72
  258.     object AddBackdrop1: TMenuItem
  259.       Caption = '&Add Backdrop'
  260.       OnClick = AddBackdrop1Click
  261.     end
  262.     object DeleteBackdrop1: TMenuItem
  263.       Caption = '&Delete Backdrop'
  264.       OnClick = DeleteBackdrop1Click
  265.     end
  266.     object UpdateBackdrop1: TMenuItem
  267.       Caption = '&Update Backdrop'
  268.       OnClick = UpdateBackdrop1Click
  269.     end
  270.   end
  271. end
  272.