FrmVmsMsgF.dfm 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. object FrmVmsMsg: TFrmVmsMsg
  2. Left = 0
  3. Top = 0
  4. BorderStyle = bsToolWindow
  5. Caption = 'VMS '#47700#49884#51648
  6. ClientHeight = 82
  7. ClientWidth = 309
  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 = 309
  25. Height = 65
  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 = 309
  42. Height = 65
  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 = 65
  55. Width = 309
  56. Height = 17
  57. Align = alBottom
  58. Alignment = taLeftJustify
  59. BevelOuter = bvNone
  60. Caption = ' '#51228#44277#49884#44033':'
  61. Font.Charset = DEFAULT_CHARSET
  62. Font.Color = clBlack
  63. Font.Height = -11
  64. Font.Name = #47569#51008' '#44256#46357
  65. Font.Style = [fsBold]
  66. ParentFont = False
  67. TabOrder = 1
  68. end
  69. object TmrShow: TTimer
  70. Enabled = False
  71. Interval = 500
  72. OnTimer = TmrShowTimer
  73. Left = 12
  74. Top = 20
  75. end
  76. object TmrDisp: TTimer
  77. Enabled = False
  78. Interval = 300
  79. OnTimer = TmrDispTimer
  80. Left = 56
  81. Top = 8
  82. end
  83. object pADO: TADOQuery
  84. Parameters = <>
  85. Left = 180
  86. Top = 8
  87. end
  88. end