FrmVmsMsgF.dfm 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. object FrmVmsMsg: TFrmVmsMsg
  2. Left = 0
  3. Top = 0
  4. BorderStyle = bsToolWindow
  5. Caption = 'VMS '#47700#49884#51648
  6. ClientHeight = 158
  7. ClientWidth = 382
  8. Color = clBtnFace
  9. Font.Charset = DEFAULT_CHARSET
  10. Font.Color = clWindowText
  11. Font.Height = -11
  12. Font.Name = #47569#51008' '#44256#46357
  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 = 382
  25. Height = 141
  26. Align = alClient
  27. BevelOuter = bvNone
  28. Caption = #54364#52636#51221#48372#44032' '#50630#49845#45768#45796'.'
  29. Color = clBlack
  30. Font.Charset = DEFAULT_CHARSET
  31. Font.Color = clWhite
  32. Font.Height = -12
  33. Font.Name = #47569#51008' '#44256#46357
  34. Font.Style = [fsBold]
  35. ParentBackground = False
  36. ParentFont = False
  37. TabOrder = 0
  38. object ImgForm: TImage
  39. Left = 0
  40. Top = 0
  41. Width = 382
  42. Height = 141
  43. Align = alClient
  44. Center = True
  45. Stretch = True
  46. ExplicitLeft = 243
  47. ExplicitTop = 28
  48. ExplicitWidth = 42
  49. ExplicitHeight = 28
  50. end
  51. end
  52. object PnlOffer: TPanel
  53. Left = 0
  54. Top = 141
  55. Width = 382
  56. Height = 17
  57. Align = alBottom
  58. Alignment = taLeftJustify
  59. BevelOuter = bvNone
  60. Caption = ' '#51228#44277#49884#44033':'
  61. TabOrder = 1
  62. object LblTicker: TPanel
  63. Left = 362
  64. Top = 0
  65. Width = 20
  66. Height = 17
  67. Align = alRight
  68. BevelOuter = bvNone
  69. Caption = '- '
  70. TabOrder = 0
  71. ExplicitLeft = 361
  72. end
  73. end
  74. object lblTm: TcxLabel
  75. Left = 68
  76. Top = 78
  77. Caption = #51228#44277#49884#44033
  78. Transparent = True
  79. Visible = False
  80. end
  81. object TmrShow: TTimer
  82. Enabled = False
  83. Interval = 500
  84. OnTimer = TmrShowTimer
  85. Left = 100
  86. Top = 4
  87. end
  88. object TmrVmsMsgDisp: TTimer
  89. Enabled = False
  90. Interval = 300
  91. OnTimer = TmrVmsMsgDispTimer
  92. Left = 24
  93. Top = 8
  94. end
  95. object pADO: TADOQuery
  96. Parameters = <>
  97. Left = 180
  98. Top = 8
  99. end
  100. object TmrTicker: TTimer
  101. Enabled = False
  102. OnTimer = TmrTickerTimer
  103. Left = 307
  104. Top = 44
  105. end
  106. object FFPlayer1: TFFPlayer
  107. OnState = FFPlayer1State
  108. Left = 152
  109. Top = 72
  110. end
  111. end