ScProgressFrm.dfm 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. object ProgressForm: TProgressForm
  2. Left = 459
  3. Top = 364
  4. BorderIcons = []
  5. BorderStyle = bsNone
  6. Caption = #25552#31034
  7. ClientHeight = 101
  8. ClientWidth = 401
  9. Color = 16375503
  10. Font.Charset = DEFAULT_CHARSET
  11. Font.Color = clWindowText
  12. Font.Height = -12
  13. Font.Name = #23435#20307
  14. Font.Style = []
  15. FormStyle = fsStayOnTop
  16. OldCreateOrder = False
  17. Position = poMainFormCenter
  18. PixelsPerInch = 96
  19. TextHeight = 12
  20. object Shape1: TShape
  21. Left = 0
  22. Top = 0
  23. Width = 401
  24. Height = 101
  25. Align = alClient
  26. Brush.Style = bsClear
  27. OnMouseDown = Shape1MouseDown
  28. end
  29. object Gauge1: TGauge
  30. Left = 16
  31. Top = 41
  32. Width = 369
  33. Height = 17
  34. BackColor = clWindow
  35. Color = clBlack
  36. ForeColor = 6730751
  37. MaxValue = 0
  38. ParentColor = False
  39. ParentShowHint = False
  40. Progress = 0
  41. ShowHint = False
  42. ShowText = False
  43. end
  44. object lblTitle: TLabel
  45. Left = 16
  46. Top = 23
  47. Width = 114
  48. Height = 12
  49. Caption = #27491#22312#22788#29702#65292#35831#31245#20505'>>>'
  50. end
  51. object lblComplete: TLabel
  52. Left = 226
  53. Top = 16
  54. Width = 60
  55. Height = 20
  56. Caption = #24050#23436#25104
  57. Font.Charset = GB2312_CHARSET
  58. Font.Color = clBlack
  59. Font.Height = -20
  60. Font.Name = #40657#20307
  61. Font.Style = []
  62. ParentFont = False
  63. end
  64. object lblShowProgress: TLabel
  65. Left = 291
  66. Top = 7
  67. Width = 78
  68. Height = 30
  69. AutoSize = False
  70. Caption = '0%'
  71. Font.Charset = GB2312_CHARSET
  72. Font.Color = 1149183
  73. Font.Height = -32
  74. Font.Name = #40657#20307
  75. Font.Style = [fsBold, fsItalic]
  76. ParentFont = False
  77. end
  78. object lblMessage: TLabel
  79. Left = 17
  80. Top = 66
  81. Width = 368
  82. Height = 13
  83. AutoSize = False
  84. Caption = #27491#22312#20445#23384#21644#35745#31639#8230#8230
  85. Font.Charset = DEFAULT_CHARSET
  86. Font.Color = clWindowText
  87. Font.Height = -12
  88. Font.Name = 'lblMessage'
  89. Font.Style = []
  90. ParentFont = False
  91. end
  92. object lblNeedTime: TLabel
  93. Left = 17
  94. Top = 84
  95. Width = 344
  96. Height = 15
  97. AutoSize = False
  98. Caption = #39044#35745#38656#35201'XX'#20998#38047#65292#35831#21247#24378#34892#20851#38381
  99. Font.Charset = DEFAULT_CHARSET
  100. Font.Color = clWindowText
  101. Font.Height = -12
  102. Font.Name = 'lblMessage'
  103. Font.Style = []
  104. ParentFont = False
  105. Visible = False
  106. end
  107. end