OpenFileStatusUnit.dfm 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. object OpenFileStatusForm: TOpenFileStatusForm
  2. Left = 177
  3. Top = 166
  4. ActiveControl = FileAnimate
  5. BorderIcons = []
  6. BorderStyle = bsDialog
  7. Caption = 'Opening File...'
  8. ClientHeight = 99
  9. ClientWidth = 257
  10. Color = clBtnFace
  11. Font.Charset = DEFAULT_CHARSET
  12. Font.Color = clWindowText
  13. Font.Height = -11
  14. Font.Name = 'MS Sans Serif'
  15. Font.Style = []
  16. FormStyle = fsStayOnTop
  17. OldCreateOrder = False
  18. Position = poScreenCenter
  19. OnCreate = FormCreate
  20. OnDestroy = FormDestroy
  21. PixelsPerInch = 96
  22. TextHeight = 13
  23. object FileAnimate: TAnimate
  24. Left = 104
  25. Top = 44
  26. Width = 16
  27. Height = 16
  28. Active = True
  29. Center = False
  30. CommonAVI = aviFindComputer
  31. StopFrame = 8
  32. end
  33. object FileNameLabel: TPanel
  34. Left = 16
  35. Top = 12
  36. Width = 225
  37. Height = 23
  38. BevelInner = bvRaised
  39. BevelOuter = bvLowered
  40. FullRepaint = False
  41. Font.Charset = DEFAULT_CHARSET
  42. Font.Color = clWindowText
  43. Font.Height = -11
  44. Font.Name = 'MS Sans Serif'
  45. Font.Style = [fsBold]
  46. ParentFont = False
  47. TabOrder = 1
  48. end
  49. end