mProgressProFrm.dfm 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. object ProgressProForm: TProgressProForm
  2. Left = 1179
  3. Top = 324
  4. BorderIcons = []
  5. BorderStyle = bsNone
  6. Caption = #25552#31034
  7. ClientHeight = 252
  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 = 252
  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 lblPercent: TLabel
  58. Left = 336
  59. Top = 84
  60. Width = 74
  61. Height = 30
  62. Alignment = taRightJustify
  63. AutoSize = False
  64. Caption = '100%'
  65. Font.Charset = GB2312_CHARSET
  66. Font.Color = 43690
  67. Font.Height = -35
  68. Font.Name = #40657#20307
  69. Font.Style = [fsBold]
  70. ParentFont = False
  71. end
  72. object mmTask: TMemo
  73. Left = 16
  74. Top = 125
  75. Width = 393
  76. Height = 116
  77. TabStop = False
  78. BorderStyle = bsNone
  79. Font.Charset = DEFAULT_CHARSET
  80. Font.Color = clGray
  81. Font.Height = -12
  82. Font.Name = #23435#20307
  83. Font.Style = []
  84. ParentFont = False
  85. ReadOnly = True
  86. TabOrder = 0
  87. end
  88. end