FrmVmsMsgF.dfm 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. object FrmVmsMsg: TFrmVmsMsg
  2. Left = 0
  3. Top = 0
  4. BorderStyle = bsToolWindow
  5. Caption = 'VMS '#47700#49884#51648
  6. ClientHeight = 100
  7. ClientWidth = 356
  8. Color = clBtnFace
  9. Font.Charset = DEFAULT_CHARSET
  10. Font.Color = clWindowText
  11. Font.Height = -11
  12. Font.Name = 'Tahoma'
  13. Font.Style = []
  14. OldCreateOrder = False
  15. Position = poDesigned
  16. OnClose = FormClose
  17. OnDestroy = FormDestroy
  18. OnShow = FormShow
  19. PixelsPerInch = 96
  20. TextHeight = 13
  21. object PnlVmsMsgDisp: TPanel
  22. Left = 0
  23. Top = 0
  24. Width = 356
  25. Height = 83
  26. Align = alClient
  27. BevelOuter = bvNone
  28. Color = clBlack
  29. Font.Charset = DEFAULT_CHARSET
  30. Font.Color = clWhite
  31. Font.Height = -12
  32. Font.Name = #47569#51008' '#44256#46357
  33. Font.Style = [fsBold]
  34. ParentBackground = False
  35. ParentFont = False
  36. TabOrder = 0
  37. ExplicitWidth = 309
  38. ExplicitHeight = 65
  39. object ImgForm: TImage
  40. Left = 0
  41. Top = 0
  42. Width = 356
  43. Height = 83
  44. Align = alClient
  45. Center = True
  46. Stretch = True
  47. ExplicitLeft = 243
  48. ExplicitTop = 28
  49. ExplicitWidth = 42
  50. ExplicitHeight = 28
  51. end
  52. end
  53. object PnlOffer: TPanel
  54. Left = 0
  55. Top = 83
  56. Width = 356
  57. Height = 17
  58. Align = alBottom
  59. Alignment = taLeftJustify
  60. BevelOuter = bvNone
  61. Caption = ' '#51228#44277#49884#44033':'
  62. Font.Charset = DEFAULT_CHARSET
  63. Font.Color = clBlack
  64. Font.Height = -11
  65. Font.Name = #47569#51008' '#44256#46357
  66. Font.Style = [fsBold]
  67. ParentFont = False
  68. TabOrder = 1
  69. ExplicitTop = 65
  70. ExplicitWidth = 309
  71. end
  72. object TmrShow: TTimer
  73. Enabled = False
  74. Interval = 500
  75. OnTimer = TmrShowTimer
  76. Left = 12
  77. Top = 20
  78. end
  79. object TmrDisp: TTimer
  80. Enabled = False
  81. Interval = 300
  82. OnTimer = TmrDispTimer
  83. Left = 56
  84. Top = 8
  85. end
  86. object pADO: TADOQuery
  87. Parameters = <>
  88. Left = 180
  89. Top = 8
  90. end
  91. object FFPlayer1: TFFPlayer
  92. OnState = FFPlayer1State
  93. Left = 112
  94. Top = 16
  95. end
  96. end