CheckerFme.dfm 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. object CheckerFrame: TCheckerFrame
  2. Left = 0
  3. Top = 0
  4. Width = 354
  5. Height = 78
  6. Color = clWindow
  7. Font.Charset = DEFAULT_CHARSET
  8. Font.Color = clWindowText
  9. Font.Height = -13
  10. Font.Name = #24494#36719#38597#40657
  11. Font.Style = []
  12. ParentColor = False
  13. ParentFont = False
  14. TabOrder = 0
  15. object pnlProject: TPanel
  16. Left = 0
  17. Top = 20
  18. Width = 354
  19. Height = 20
  20. Align = alTop
  21. BevelOuter = bvNone
  22. Caption = 'pnlProject'
  23. Color = 31097
  24. TabOrder = 0
  25. Visible = False
  26. end
  27. object sbChecker: TScrollBox
  28. Left = 0
  29. Top = 40
  30. Width = 354
  31. Height = 20
  32. Align = alTop
  33. BorderStyle = bsNone
  34. Color = clWindow
  35. ParentColor = False
  36. TabOrder = 1
  37. end
  38. object pnlTitle: TPanel
  39. Left = 0
  40. Top = 0
  41. Width = 354
  42. Height = 20
  43. Align = alTop
  44. BevelOuter = bvNone
  45. Color = clGradientInactiveCaption
  46. TabOrder = 2
  47. object labTitle: TJimGradLabel
  48. Left = 0
  49. Top = 0
  50. Width = 354
  51. Height = 20
  52. Align = alTop
  53. AutoSize = False
  54. ColorBegin = clGradientInactiveCaption
  55. ColorEnd = clGradientInactiveCaption
  56. Caption = ' '#23457#25209#20154
  57. Font.Charset = GB2312_CHARSET
  58. Font.Color = clWindowText
  59. Font.Height = -12
  60. Font.Name = #23435#20307
  61. Font.Style = [fsBold]
  62. ParentFont = False
  63. Layout = tlCenter
  64. end
  65. end
  66. object tRefreshCheckers: TTimer
  67. Enabled = False
  68. OnTimer = tRefreshCheckersTimer
  69. Left = 272
  70. Top = 16
  71. end
  72. end