home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 June / CHIP_CD_2004-06.iso / software / foto / faprosetup.exe / FotoAlbum.exe / 0 / RCDATA / TFORMROTATESTATUS / TFORMROTATESTATUS.txt
Encoding:
Text File  |  2004-04-06  |  1.0 KB  |  56 lines

  1. object FormRotateStatus: TFormRotateStatus
  2.   Left = 551
  3.   Top = 353
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Rotating..'
  7.   ClientHeight = 99
  8.   ClientWidth = 194
  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.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnShow = FormShow
  19.   DesignSize = (
  20.     194
  21.     99)
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object Label1: TLabel
  25.     Left = 60
  26.     Top = 16
  27.     Width = 89
  28.     Height = 13
  29.     Caption = 'Rotating pictures...'
  30.   end
  31.   object Label2: TLabel
  32.     Left = 73
  33.     Top = 33
  34.     Width = 54
  35.     Height = 13
  36.     Caption = 'Please wait'
  37.   end
  38.   object BtnCancel: TButton
  39.     Left = 64
  40.     Top = 68
  41.     Width = 75
  42.     Height = 25
  43.     Anchors = [akLeft, akBottom]
  44.     Caption = 'Cancel'
  45.     TabOrder = 0
  46.     OnClick = BtnCancelClick
  47.   end
  48.   object TimerStart: TTimer
  49.     Enabled = False
  50.     Interval = 100
  51.     OnTimer = TimerStartTimer
  52.     Left = 16
  53.     Top = 16
  54.   end
  55. end
  56.