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

  1. object MirrorEffect: TMirrorEffect
  2.   Left = 195
  3.   Top = 166
  4.   BorderStyle = bsDialog
  5.   Caption = 'Mirror Image Effect'
  6.   ClientHeight = 287
  7.   ClientWidth = 410
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label2: TLabel
  18.     Left = 119
  19.     Top = 268
  20.     Width = 38
  21.     Height = 13
  22.     Caption = 'Preview'
  23.   end
  24.   object Panel1: TPanel
  25.     Left = 21
  26.     Top = 6
  27.     Width = 254
  28.     Height = 254
  29.     BevelInner = bvLowered
  30.     TabOrder = 0
  31.     object pb: TPaintBox
  32.       Left = 2
  33.       Top = 2
  34.       Width = 250
  35.       Height = 250
  36.       Align = alClient
  37.       OnPaint = pbPaint
  38.     end
  39.   end
  40.   object rgDirection: TRadioGroup
  41.     Left = 293
  42.     Top = 2
  43.     Width = 104
  44.     Height = 105
  45.     Caption = 'Direction'
  46.     ItemIndex = 0
  47.     Items.Strings = (
  48.       'Left'
  49.       'Right'
  50.       'Top'
  51.       'Bottom')
  52.     TabOrder = 1
  53.     OnClick = rgDirectionClick
  54.   end
  55.   object Button1: TButton
  56.     Left = 308
  57.     Top = 135
  58.     Width = 75
  59.     Height = 25
  60.     Caption = 'Apply'
  61.     ModalResult = 1
  62.     TabOrder = 2
  63.     OnClick = Button1Click
  64.   end
  65.   object Button2: TButton
  66.     Left = 308
  67.     Top = 177
  68.     Width = 75
  69.     Height = 25
  70.     Caption = 'Cancel'
  71.     ModalResult = 2
  72.     TabOrder = 3
  73.   end
  74. end
  75.