home *** CD-ROM | disk | FTP | other *** search
- object MBEffect: TMBEffect
- Left = 157
- Top = 125
- Hint = 'BackGround Color'
- BorderStyle = bsDialog
- Caption = 'Muted Background Effect'
- ClientHeight = 353
- ClientWidth = 536
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 235
- Top = 326
- Width = 65
- Height = 13
- Caption = '&Opacity-100%'
- FocusControl = TrackBar1
- end
- object Button1: TButton
- Left = 458
- Top = 293
- Width = 75
- Height = 25
- Caption = '&Apply'
- ModalResult = 1
- TabOrder = 0
- end
- object Button2: TButton
- Left = 458
- Top = 324
- Width = 75
- Height = 25
- Caption = '&Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object sbOrg: TScrollBox
- Left = 2
- Top = 2
- Width = 532
- Height = 284
- HorzScrollBar.Tracking = True
- VertScrollBar.Tracking = True
- TabOrder = 2
- OnClick = PColorClick
- object pbOrg: TPaintBox
- Left = 23
- Top = 20
- Width = 95
- Height = 57
- OnPaint = pbOrgPaint
- end
- end
- object PColor: TPanel
- Left = 2
- Top = 293
- Width = 25
- Height = 25
- Hint = 'Background Color'
- BevelWidth = 2
- FullRepaint = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 3
- OnClick = PColorClick
- end
- object Button3: TButton
- Left = 33
- Top = 293
- Width = 75
- Height = 25
- Caption = '&Preview'
- TabOrder = 4
- OnClick = Button3Click
- end
- object TrackBar1: TTrackBar
- Left = 164
- Top = 292
- Width = 207
- Height = 32
- Max = 255
- Orientation = trHorizontal
- Frequency = 1
- Position = 255
- SelEnd = 0
- SelStart = 0
- TabOrder = 5
- ThumbLength = 20
- TickMarks = tmBottomRight
- TickStyle = tsAuto
- OnChange = TrackBar1Change
- end
- object cbTile: TCheckBox
- Left = 33
- Top = 327
- Width = 97
- Height = 17
- Caption = 'Seamless Tile'
- Checked = True
- State = cbChecked
- TabOrder = 6
- end
- object cd: TColorDialog
- Ctl3D = True
- Options = [cdFullOpen]
- Left = 393
- Top = 309
- end
- end
-