123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- object CheckerFrame: TCheckerFrame
- Left = 0
- Top = 0
- Width = 354
- Height = 78
- Color = clWindow
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = #24494#36719#38597#40657
- Font.Style = []
- ParentColor = False
- ParentFont = False
- TabOrder = 0
- object pnlProject: TPanel
- Left = 0
- Top = 20
- Width = 354
- Height = 20
- Align = alTop
- BevelOuter = bvNone
- Caption = 'pnlProject'
- Color = 31097
- TabOrder = 0
- Visible = False
- end
- object sbChecker: TScrollBox
- Left = 0
- Top = 40
- Width = 354
- Height = 20
- Align = alTop
- BorderStyle = bsNone
- Color = clWindow
- ParentColor = False
- TabOrder = 1
- end
- object pnlTitle: TPanel
- Left = 0
- Top = 0
- Width = 354
- Height = 20
- Align = alTop
- BevelOuter = bvNone
- Color = clGradientInactiveCaption
- TabOrder = 2
- object labTitle: TJimGradLabel
- Left = 0
- Top = 0
- Width = 354
- Height = 20
- Align = alTop
- AutoSize = False
- ColorBegin = clGradientInactiveCaption
- ColorEnd = clGradientInactiveCaption
- Caption = ' '#23457#25209#20154
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = [fsBold]
- ParentFont = False
- Layout = tlCenter
- end
- end
- object tRefreshCheckers: TTimer
- Enabled = False
- OnTimer = tRefreshCheckersTimer
- Left = 272
- Top = 16
- end
- end
|