home *** CD-ROM | disk | FTP | other *** search
- object MirrorEffect: TMirrorEffect
- Left = 195
- Top = 166
- BorderStyle = bsDialog
- Caption = 'Mirror Image Effect'
- ClientHeight = 287
- ClientWidth = 410
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- PixelsPerInch = 96
- TextHeight = 13
- object Label2: TLabel
- Left = 119
- Top = 268
- Width = 38
- Height = 13
- Caption = 'Preview'
- end
- object Panel1: TPanel
- Left = 21
- Top = 6
- Width = 254
- Height = 254
- BevelInner = bvLowered
- TabOrder = 0
- object pb: TPaintBox
- Left = 2
- Top = 2
- Width = 250
- Height = 250
- Align = alClient
- OnPaint = pbPaint
- end
- end
- object rgDirection: TRadioGroup
- Left = 293
- Top = 2
- Width = 104
- Height = 105
- Caption = 'Direction'
- ItemIndex = 0
- Items.Strings = (
- 'Left'
- 'Right'
- 'Top'
- 'Bottom')
- TabOrder = 1
- OnClick = rgDirectionClick
- end
- object Button1: TButton
- Left = 308
- Top = 135
- Width = 75
- Height = 25
- Caption = 'Apply'
- ModalResult = 1
- TabOrder = 2
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 308
- Top = 177
- Width = 75
- Height = 25
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 3
- end
- end
-