ProgressHintFrm.dfm 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. object ProgressHintForm: TProgressHintForm
  2. Left = 408
  3. Top = 407
  4. BorderStyle = bsNone
  5. ClientHeight = 106
  6. ClientWidth = 540
  7. Color = 16375503
  8. Font.Charset = ANSI_CHARSET
  9. Font.Color = clWindowText
  10. Font.Height = -12
  11. Font.Name = #23435#20307
  12. Font.Style = []
  13. FormStyle = fsStayOnTop
  14. OldCreateOrder = False
  15. Position = poMainFormCenter
  16. DesignSize = (
  17. 540
  18. 106)
  19. PixelsPerInch = 96
  20. TextHeight = 12
  21. object Shape: TShape
  22. Left = 0
  23. Top = 0
  24. Width = 540
  25. Height = 106
  26. Align = alClient
  27. Brush.Style = bsClear
  28. end
  29. object gProgress: TGauge
  30. Left = 16
  31. Top = 29
  32. Width = 513
  33. Height = 11
  34. BackColor = clWindow
  35. Color = clWindowText
  36. ForeColor = 6730751
  37. ParentColor = False
  38. Progress = 0
  39. ShowText = False
  40. end
  41. object gSubProgress: TGauge
  42. Left = 16
  43. Top = 70
  44. Width = 513
  45. Height = 11
  46. BackColor = clWindow
  47. Color = clWindowText
  48. ForeColor = 6730751
  49. Font.Charset = ANSI_CHARSET
  50. Font.Color = clWindowText
  51. Font.Height = -10
  52. Font.Name = #23435#20307
  53. Font.Style = []
  54. ParentColor = False
  55. ParentFont = False
  56. Progress = 0
  57. ShowText = False
  58. end
  59. object lblProgressHint: TLabel
  60. Left = 18
  61. Top = 14
  62. Width = 471
  63. Height = 13
  64. AutoSize = False
  65. Transparent = True
  66. end
  67. object lblSubProgressHint: TLabel
  68. Left = 18
  69. Top = 55
  70. Width = 471
  71. Height = 13
  72. AutoSize = False
  73. Transparent = True
  74. end
  75. object lblMainHint: TLabel
  76. Left = 18
  77. Top = 87
  78. Width = 510
  79. Height = 13
  80. Anchors = [akLeft, akRight, akBottom]
  81. AutoSize = False
  82. Caption = #27491#22312#22788#29702#25968#25454#65292#35831#31245#20505'...'
  83. Transparent = True
  84. end
  85. object lblPrecent: TLabel
  86. Left = 494
  87. Top = 12
  88. Width = 32
  89. Height = 16
  90. BiDiMode = bdLeftToRight
  91. Caption = ' 0%'
  92. Font.Charset = ANSI_CHARSET
  93. Font.Color = 1149183
  94. Font.Height = -16
  95. Font.Name = 'Inconsolata'
  96. Font.Style = [fsBold]
  97. ParentBiDiMode = False
  98. ParentFont = False
  99. end
  100. object lblSubPrecent: TLabel
  101. Left = 494
  102. Top = 53
  103. Width = 32
  104. Height = 16
  105. BiDiMode = bdLeftToRight
  106. Caption = ' 0%'
  107. Font.Charset = ANSI_CHARSET
  108. Font.Color = 1149183
  109. Font.Height = -16
  110. Font.Name = 'Inconsolata'
  111. Font.Style = [fsBold]
  112. ParentBiDiMode = False
  113. ParentFont = False
  114. end
  115. end