12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- object FrmVmsMsg: TFrmVmsMsg
- Left = 0
- Top = 0
- BorderStyle = bsToolWindow
- Caption = 'VMS '#47700#49884#51648
- ClientHeight = 82
- ClientWidth = 309
- 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 = 309
- Height = 65
- Align = alClient
- BevelOuter = bvNone
- Caption = #54364#52636#51221#48372#44032' '#50630#49845#45768#45796'.'
- 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 = 309
- Height = 65
- Align = alClient
- Center = True
- Stretch = True
- ExplicitLeft = 243
- ExplicitTop = 28
- ExplicitWidth = 42
- ExplicitHeight = 28
- end
- end
- object PnlOffer: TPanel
- Left = 0
- Top = 65
- Width = 309
- 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
- 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
- end
|