mProgressProFrm.dfm 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. object ProgressProForm: TProgressProForm
  2. Left = 853
  3. Top = 419
  4. BorderIcons = []
  5. BorderStyle = bsNone
  6. Caption = #25552#31034
  7. ClientHeight = 181
  8. ClientWidth = 428
  9. Color = clWindow
  10. Font.Charset = DEFAULT_CHARSET
  11. Font.Color = clWindowText
  12. Font.Height = -12
  13. Font.Name = #24494#36719#38597#40657
  14. Font.Style = []
  15. FormStyle = fsStayOnTop
  16. OldCreateOrder = False
  17. Position = poMainFormCenter
  18. PixelsPerInch = 96
  19. TextHeight = 17
  20. object Shape1: TShape
  21. Left = 0
  22. Top = 0
  23. Width = 428
  24. Height = 181
  25. Align = alClient
  26. Brush.Style = bsClear
  27. OnMouseDown = Shape1MouseDown
  28. end
  29. object Gauge1: TGauge
  30. Left = 16
  31. Top = 54
  32. Width = 393
  33. Height = 23
  34. BackColor = clWindow
  35. Color = clBlack
  36. ForeColor = 43690
  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 = 16
  47. Width = 133
  48. Height = 25
  49. Caption = #27491#22312#29983#25104#25968#25454#21253
  50. Font.Charset = DEFAULT_CHARSET
  51. Font.Color = clWindowText
  52. Font.Height = -19
  53. Font.Name = #24494#36719#38597#40657
  54. Font.Style = []
  55. ParentFont = False
  56. end
  57. object lblHint1: TLabel
  58. Left = 16
  59. Top = 120
  60. Width = 395
  61. Height = 17
  62. AutoSize = False
  63. end
  64. object lblHint2: TLabel
  65. Left = 16
  66. Top = 136
  67. Width = 395
  68. Height = 17
  69. AutoSize = False
  70. end
  71. object lblHint3: TLabel
  72. Left = 16
  73. Top = 152
  74. Width = 395
  75. Height = 17
  76. AutoSize = False
  77. end
  78. object lblPercent: TLabel
  79. Left = 336
  80. Top = 84
  81. Width = 74
  82. Height = 30
  83. Alignment = taRightJustify
  84. AutoSize = False
  85. Caption = '100%'
  86. Font.Charset = GB2312_CHARSET
  87. Font.Color = 43690
  88. Font.Height = -35
  89. Font.Name = #40657#20307
  90. Font.Style = [fsBold]
  91. ParentFont = False
  92. end
  93. end