CnProgressFrm.dfm 932 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. object ProgressForm: TProgressForm
  2. Left = 265
  3. Top = 265
  4. AutoSize = True
  5. BorderStyle = bsNone
  6. Caption = '½ø¶ÈÏÔʾ'
  7. ClientHeight = 81
  8. ClientWidth = 297
  9. Color = clBtnFace
  10. Font.Charset = GB2312_CHARSET
  11. Font.Color = clWindowText
  12. Font.Height = -12
  13. Font.Name = 'ËÎÌå'
  14. Font.Style = []
  15. FormStyle = fsStayOnTop
  16. OldCreateOrder = False
  17. Position = poMainFormCenter
  18. PixelsPerInch = 96
  19. TextHeight = 12
  20. object SpeedButton1: TSpeedButton
  21. Left = 0
  22. Top = 0
  23. Width = 297
  24. Height = 81
  25. Enabled = False
  26. end
  27. object lblTitle: TLabel
  28. Left = 8
  29. Top = 8
  30. Width = 48
  31. Height = 12
  32. Caption = 'lblTitle'
  33. end
  34. object Label1: TLabel
  35. Left = 8
  36. Top = 27
  37. Width = 54
  38. Height = 12
  39. Caption = 'ÇëÉÔºò...'
  40. end
  41. object ProgressBar: TProgressBar
  42. Left = 8
  43. Top = 48
  44. Width = 281
  45. Height = 23
  46. Min = 0
  47. Max = 100
  48. Smooth = True
  49. TabOrder = 0
  50. end
  51. end