home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1999 June
/
PCWorld_1999-06_cd.bin
/
software
/
Vyzkuste
/
Painter
/
Painter17.exe
/
0
/
RCDATA
/
TPAINTERQBF
/
TPAINTERQBF.txt
Wrap
Text File
|
1999-04-23
|
6KB
|
284 lines
object PainterQBF: TPainterQBF
Left = 443
Top = 124
BorderStyle = bsToolWindow
Caption = 'QuickBack'
ClientHeight = 359
ClientWidth = 217
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsStayOnTop
OldCreateOrder = False
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 120
TextHeight = 16
object Bevel1: TBevel
Left = 0
Top = 0
Width = 217
Height = 129
Align = alTop
end
object Shape1: TShape
Left = 96
Top = 108
Width = 25
Height = 15
Brush.Color = clRed
Pen.Style = psClear
end
object Shape2: TShape
Left = 120
Top = 108
Width = 25
Height = 15
Brush.Color = clGreen
Pen.Style = psClear
end
object Shape3: TShape
Left = 144
Top = 108
Width = 25
Height = 15
Brush.Color = clBlue
Pen.Style = psClear
end
object qbpresets: TComboBox
Left = 8
Top = 75
Width = 201
Height = 22
Style = csOwnerDrawFixed
Color = 12639424
ItemHeight = 16
PopupMenu = presetspop
Sorted = True
TabOrder = 0
OnClick = qbpresetsClick
OnDrawItem = qbpresetsDrawItem
end
object Panel1: TPanel
Left = 0
Top = 129
Width = 217
Height = 230
Align = alClient
BevelOuter = bvNone
TabOrder = 1
object QBList: TListBox
Left = 0
Top = 0
Width = 97
Height = 230
Align = alLeft
ItemHeight = 16
Items.Strings = (
'Prod'
'Sum'
'Sub'
'Xor'
'And'
'OutAnd'
'InAnd'
'OutXor'
'InXor'
'OutMod'
'InMod'
'ProdXor'
'SumXor'
'SubXor'
'ProdAnd'
'SumAnd'
'SubAnd'
'Inner'
'Outer'
'OutRed'
'InRed'
'OutGreen'
'InGreen'
'Outblue'
'InBlue'
'InModOut'
'OutModIn'
'OutModIn2')
TabOrder = 0
OnClick = QBListClick
end
object trkRed: TTrackBar
Left = 97
Top = 0
Width = 25
Height = 230
Hint = 'Red'
Align = alLeft
Max = 255
Orientation = trVertical
ParentShowHint = False
Frequency = 1
Position = 0
SelEnd = 0
SelStart = 0
ShowHint = True
TabOrder = 1
ThumbLength = 20
TickMarks = tmBottomRight
TickStyle = tsNone
OnChange = trkRedChange
end
object trkGreen: TTrackBar
Left = 122
Top = 0
Width = 25
Height = 230
Hint = 'Green'
Align = alLeft
Max = 255
Orientation = trVertical
ParentShowHint = False
Frequency = 1
Position = 0
SelEnd = 0
SelStart = 0
ShowHint = True
TabOrder = 2
ThumbLength = 20
TickMarks = tmBottomRight
TickStyle = tsNone
OnChange = trkGreenChange
end
object trkBlue: TTrackBar
Left = 147
Top = 0
Width = 25
Height = 230
Hint = 'Blue'
Align = alLeft
Max = 255
Orientation = trVertical
ParentShowHint = False
Frequency = 1
Position = 0
SelEnd = 0
SelStart = 0
ShowHint = True
TabOrder = 3
ThumbLength = 20
TickMarks = tmBottomRight
TickStyle = tsNone
OnChange = trkBlueChange
end
object trkFactor: TTrackBar
Left = 172
Top = 0
Width = 25
Height = 230
Align = alLeft
Max = 255
Min = 16
Orientation = trVertical
ParentShowHint = False
Frequency = 1
Position = 255
SelEnd = 0
SelStart = 0
ShowHint = True
TabOrder = 4
ThumbLength = 20
TickMarks = tmBottomRight
TickStyle = tsNone
OnChange = trkFactorChange
end
object gpUpdate: TButton
Left = 197
Top = 8
Width = 15
Height = 185
Hint = 'Update Image'
ParentShowHint = False
ShowHint = True
TabOrder = 5
OnClick = gpUpdateClick
end
end
object redradio: TRadioButton
Left = 8
Top = 8
Width = 121
Height = 17
Caption = 'Prod'
Font.Charset = DEFAULT_CHARSET
Font.Color = clRed
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 2
OnClick = redradioClick
end
object greenradio: TRadioButton
Left = 8
Top = 28
Width = 121
Height = 17
Caption = 'Prod'
Font.Charset = DEFAULT_CHARSET
Font.Color = clGreen
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 3
OnClick = greenradioClick
end
object blueradio: TRadioButton
Left = 8
Top = 48
Width = 121
Height = 17
Caption = 'Prod'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlue
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 4
OnClick = blueradioClick
end
object qbPreview: TCheckBox
Left = 8
Top = 104
Width = 73
Height = 17
Caption = 'Preview'
TabOrder = 5
end
object presetspop: TPopupMenu
Left = 136
Top = 72
object AddBackdrop1: TMenuItem
Caption = '&Add Backdrop'
OnClick = AddBackdrop1Click
end
object DeleteBackdrop1: TMenuItem
Caption = '&Delete Backdrop'
OnClick = DeleteBackdrop1Click
end
object UpdateBackdrop1: TMenuItem
Caption = '&Update Backdrop'
OnClick = UpdateBackdrop1Click
end
end
object WinRoller1: TWinRoller
Enabled = True
RemainHeight = 0
Left = 160
Top = 24
end
end