home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 November / Chip_2000-11_cd2.bin / sharewar / 2020 / SETUP.EXE / %MAINDIR% / lib2020.dll / 0 / RCDATA / TMBEFFECT / TMBEFFECT.txt
Encoding:
Text File  |  2000-09-13  |  2.2 KB  |  118 lines

  1. object MBEffect: TMBEffect
  2.   Left = 157
  3.   Top = 125
  4.   Hint = 'BackGround Color'
  5.   BorderStyle = bsDialog
  6.   Caption = 'Muted Background Effect'
  7.   ClientHeight = 353
  8.   ClientWidth = 536
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 235
  21.     Top = 326
  22.     Width = 65
  23.     Height = 13
  24.     Caption = '&Opacity-100%'
  25.     FocusControl = TrackBar1
  26.   end
  27.   object Button1: TButton
  28.     Left = 458
  29.     Top = 293
  30.     Width = 75
  31.     Height = 25
  32.     Caption = '&Apply'
  33.     ModalResult = 1
  34.     TabOrder = 0
  35.   end
  36.   object Button2: TButton
  37.     Left = 458
  38.     Top = 324
  39.     Width = 75
  40.     Height = 25
  41.     Caption = '&Cancel'
  42.     ModalResult = 2
  43.     TabOrder = 1
  44.   end
  45.   object sbOrg: TScrollBox
  46.     Left = 2
  47.     Top = 2
  48.     Width = 532
  49.     Height = 284
  50.     HorzScrollBar.Tracking = True
  51.     VertScrollBar.Tracking = True
  52.     TabOrder = 2
  53.     OnClick = PColorClick
  54.     object pbOrg: TPaintBox
  55.       Left = 23
  56.       Top = 20
  57.       Width = 95
  58.       Height = 57
  59.       OnPaint = pbOrgPaint
  60.     end
  61.   end
  62.   object PColor: TPanel
  63.     Left = 2
  64.     Top = 293
  65.     Width = 25
  66.     Height = 25
  67.     Hint = 'Background Color'
  68.     BevelWidth = 2
  69.     FullRepaint = False
  70.     ParentShowHint = False
  71.     ShowHint = True
  72.     TabOrder = 3
  73.     OnClick = PColorClick
  74.   end
  75.   object Button3: TButton
  76.     Left = 33
  77.     Top = 293
  78.     Width = 75
  79.     Height = 25
  80.     Caption = '&Preview'
  81.     TabOrder = 4
  82.     OnClick = Button3Click
  83.   end
  84.   object TrackBar1: TTrackBar
  85.     Left = 164
  86.     Top = 292
  87.     Width = 207
  88.     Height = 32
  89.     Max = 255
  90.     Orientation = trHorizontal
  91.     Frequency = 1
  92.     Position = 255
  93.     SelEnd = 0
  94.     SelStart = 0
  95.     TabOrder = 5
  96.     ThumbLength = 20
  97.     TickMarks = tmBottomRight
  98.     TickStyle = tsAuto
  99.     OnChange = TrackBar1Change
  100.   end
  101.   object cbTile: TCheckBox
  102.     Left = 33
  103.     Top = 327
  104.     Width = 97
  105.     Height = 17
  106.     Caption = 'Seamless Tile'
  107.     Checked = True
  108.     State = cbChecked
  109.     TabOrder = 6
  110.   end
  111.   object cd: TColorDialog
  112.     Ctl3D = True
  113.     Options = [cdFullOpen]
  114.     Left = 393
  115.     Top = 309
  116.   end
  117. end
  118.