FrmInitializeF.dfm 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. object FrmInitialize: TFrmInitialize
  2. Left = 0
  3. Top = 0
  4. HorzScrollBar.Visible = False
  5. VertScrollBar.Visible = False
  6. BorderIcons = []
  7. BorderStyle = bsToolWindow
  8. Caption = ' '#44592#52488#51221#48372' '#47196#46377
  9. ClientHeight = 64
  10. ClientWidth = 498
  11. Color = clBtnFace
  12. DoubleBuffered = True
  13. Font.Charset = DEFAULT_CHARSET
  14. Font.Color = clWindowText
  15. Font.Height = -13
  16. Font.Name = #47569#51008' '#44256#46357
  17. Font.Style = []
  18. FormStyle = fsStayOnTop
  19. KeyPreview = True
  20. OldCreateOrder = False
  21. Position = poOwnerFormCenter
  22. ShowHint = True
  23. OnClose = FormClose
  24. OnShow = FormShow
  25. DesignSize = (
  26. 498
  27. 64)
  28. PixelsPerInch = 96
  29. TextHeight = 17
  30. object ShpTitle: TShape
  31. Left = 4
  32. Top = 4
  33. Width = 490
  34. Height = 52
  35. Anchors = [akLeft, akTop, akRight]
  36. Brush.Style = bsClear
  37. Pen.Color = 10849679
  38. Pen.Width = 2
  39. ExplicitWidth = 539
  40. end
  41. object cxProgressBar1: TcxProgressBar
  42. Left = 13
  43. Top = 25
  44. Anchors = [akLeft, akTop, akRight]
  45. Properties.PeakValue = 50.000000000000000000
  46. TabOrder = 0
  47. Width = 471
  48. end
  49. object LblStatus: TcxLabel
  50. Left = 15
  51. Top = 6
  52. Caption = #44592#48376#51221#48372' '#52488#44592#54868#51473
  53. Transparent = True
  54. end
  55. object cxLabel1: TcxLabel
  56. Left = 31
  57. Top = 78
  58. Caption = #53076#46300#51221#48372' '#47196#46377'...'
  59. Transparent = True
  60. Visible = False
  61. end
  62. object cxLabel2: TcxLabel
  63. Left = 31
  64. Top = 104
  65. Caption = #54532#47196#49464#49828#51221#48372' '#47196#46377'...'
  66. Transparent = True
  67. Visible = False
  68. end
  69. object cxLabel3: TcxLabel
  70. Left = 31
  71. Top = 130
  72. Caption = 'VMS'#51221#48372' '#47196#46377'...'
  73. Transparent = True
  74. Visible = False
  75. end
  76. object cxLabel4: TcxLabel
  77. Left = 31
  78. Top = 156
  79. Caption = #51221#48372#51228#44277#44396#44036#51221#48372' '#47196#46377'...'
  80. Transparent = True
  81. Visible = False
  82. end
  83. object cxLabel5: TcxLabel
  84. Left = 31
  85. Top = 190
  86. Caption = 'VMS'#51221#48372#51228#44277#44396#44036#51221#48372' '#47196#46377'...'
  87. Transparent = True
  88. Visible = False
  89. end
  90. object cxLabel6: TcxLabel
  91. Left = 31
  92. Top = 216
  93. Caption = #46028#48156#48156#49373#51221#48372' '#47196#46377'...'
  94. Transparent = True
  95. Visible = False
  96. end
  97. object TmrShow: TTimer
  98. Enabled = False
  99. Interval = 500
  100. OnTimer = TmrShowTimer
  101. Left = 176
  102. Top = 48
  103. end
  104. end