123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- object FrmVmsMsg: TFrmVmsMsg
- Left = 0
- Top = 0
- BorderStyle = bsToolWindow
- Caption = 'VMS '#47700#49884#51648
- ClientHeight = 100
- ClientWidth = 356
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- Position = poDesigned
- OnClose = FormClose
- OnDestroy = FormDestroy
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object PnlVmsMsgDisp: TPanel
- Left = 0
- Top = 0
- Width = 356
- Height = 83
- 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
- ExplicitWidth = 309
- ExplicitHeight = 65
- object ImgForm: TImage
- Left = 0
- Top = 0
- Width = 356
- Height = 83
- Align = alClient
- Center = True
- Stretch = True
- ExplicitLeft = 243
- ExplicitTop = 28
- ExplicitWidth = 42
- ExplicitHeight = 28
- end
- end
- object PnlOffer: TPanel
- Left = 0
- Top = 83
- Width = 356
- Height = 17
- Align = alBottom
- Alignment = taLeftJustify
- BevelOuter = bvNone
- Caption = ' '#51228#44277#49884#44033':'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = #47569#51008' '#44256#46357
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 1
- ExplicitTop = 65
- ExplicitWidth = 309
- end
- object TmrShow: TTimer
- Enabled = False
- Interval = 500
- OnTimer = TmrShowTimer
- Left = 12
- Top = 20
- end
- object TmrDisp: TTimer
- Enabled = False
- Interval = 300
- OnTimer = TmrDispTimer
- Left = 56
- Top = 8
- end
- object pADO: TADOQuery
- Parameters = <>
- Left = 180
- Top = 8
- end
- object FFPlayer1: TFFPlayer
- OnState = FFPlayer1State
- Left = 112
- Top = 16
- end
- end
|