home *** CD-ROM | disk | FTP | other *** search
- object Rotateform: TRotateform
- Left = 279
- Top = 275
- BorderStyle = bsDialog
- Caption = 'Rotate Image'
- ClientHeight = 145
- ClientWidth = 201
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- PixelsPerInch = 96
- TextHeight = 13
- object Rlabel1: TLabel
- Left = 24
- Top = 8
- Width = 155
- Height = 20
- Caption = 'Degree of Rotation'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label1: TLabel
- Left = 80
- Top = 40
- Width = 45
- Height = 16
- Caption = '0 to 360'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object rotedit1: TSpinEdit
- Left = 15
- Top = 40
- Width = 46
- Height = 22
- Hint = 'Degree of Rotation '
- MaxValue = 360
- MinValue = 0
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- Value = 15
- end
- object BitBtn1: TBitBtn
- Left = 112
- Top = 112
- Width = 75
- Height = 25
- TabOrder = 1
- OnClick = BitBtn1Click
- Kind = bkOK
- end
- object BitBtn2: TBitBtn
- Left = 17
- Top = 112
- Width = 75
- Height = 25
- TabOrder = 2
- OnClick = BitBtn2Click
- Kind = bkCancel
- end
- object CheckBox1: TCheckBox
- Left = 16
- Top = 80
- Width = 185
- Height = 17
- Caption = 'Enlarge Image if necessary'
- TabOrder = 3
- end
- end
-