123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109 |
- object FrmVmsMsg: TFrmVmsMsg
- Left = 0
- Top = 0
- BorderStyle = bsToolWindow
- Caption = 'VMS '#47700#49884#51648
- ClientHeight = 158
- ClientWidth = 382
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = #47569#51008' '#44256#46357
- Font.Style = []
- OldCreateOrder = False
- Position = poDesigned
- OnClose = FormClose
- OnDestroy = FormDestroy
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object PnlVmsMsgDisp: TPanel
- Left = 0
- Top = 0
- Width = 382
- Height = 141
- Align = alClient
- BevelOuter = bvNone
- Color = clBlack
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = -12
- Font.Name = #47569#51008' '#44256#46357
- Font.Style = [fsBold]
- ParentBackground = False
- ParentFont = False
- TabOrder = 0
- object ImgForm: TImage
- Left = 0
- Top = 0
- Width = 382
- Height = 141
- Align = alClient
- Center = True
- Stretch = True
- ExplicitLeft = 243
- ExplicitTop = 28
- ExplicitWidth = 42
- ExplicitHeight = 28
- end
- end
- object PnlOffer: TPanel
- Left = 0
- Top = 141
- Width = 382
- Height = 17
- Align = alBottom
- Alignment = taLeftJustify
- BevelOuter = bvNone
- Caption = ' '#51228#44277#49884#44033':'
- TabOrder = 1
- object LblTicker: TPanel
- Left = 362
- Top = 0
- Width = 20
- Height = 17
- Align = alRight
- BevelOuter = bvNone
- Caption = '- '
- TabOrder = 0
- end
- end
- object lblTm: TcxLabel
- Left = 68
- Top = 78
- Caption = #51228#44277#49884#44033
- Transparent = True
- Visible = False
- end
- object TmrShow: TTimer
- Enabled = False
- Interval = 500
- OnTimer = TmrShowTimer
- Left = 100
- Top = 4
- end
- object TmrVmsMsgDisp: TTimer
- Enabled = False
- Interval = 300
- OnTimer = TmrVmsMsgDispTimer
- Left = 56
- Top = 40
- end
- object pADO: TADOQuery
- Parameters = <>
- Left = 180
- Top = 8
- end
- object TmrTicker: TTimer
- Enabled = False
- OnTimer = TmrTickerTimer
- Left = 307
- Top = 44
- end
- object FFPlayer1: TFFPlayer
- OnState = FFPlayer1State
- Left = 152
- Top = 72
- end
- end
|