home *** CD-ROM | disk | FTP | other *** search
- object FormRotateStatus: TFormRotateStatus
- Left = 551
- Top = 353
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Rotating..'
- ClientHeight = 99
- ClientWidth = 194
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = False
- Position = poScreenCenter
- OnShow = FormShow
- DesignSize = (
- 194
- 99)
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 60
- Top = 16
- Width = 89
- Height = 13
- Caption = 'Rotating pictures...'
- end
- object Label2: TLabel
- Left = 73
- Top = 33
- Width = 54
- Height = 13
- Caption = 'Please wait'
- end
- object BtnCancel: TButton
- Left = 64
- Top = 68
- Width = 75
- Height = 25
- Anchors = [akLeft, akBottom]
- Caption = 'Cancel'
- TabOrder = 0
- OnClick = BtnCancelClick
- end
- object TimerStart: TTimer
- Enabled = False
- Interval = 100
- OnTimer = TimerStartTimer
- Left = 16
- Top = 16
- end
- end
-