File: cesimplebrushframe.lfm

package info (click to toggle)
lazarus 2.2.6%2Bdfsg2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 219,980 kB
  • sloc: pascal: 1,944,919; xml: 357,634; makefile: 270,608; cpp: 57,115; sh: 3,249; java: 609; perl: 297; sql: 222; ansic: 137
file content (42 lines) | stat: -rw-r--r-- 952 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
object SimpleChartBrushFrame: TSimpleChartBrushFrame
  Left = 0
  Height = 38
  Top = 0
  Width = 120
  ClientHeight = 38
  ClientWidth = 120
  TabOrder = 0
  DesignLeft = 275
  DesignTop = 131
  object cbFilled: TCheckBox
    AnchorSideLeft.Control = Owner
    AnchorSideTop.Control = cbFillColor
    AnchorSideTop.Side = asrCenter
    Left = 0
    Height = 19
    Top = 3
    Width = 48
    BorderSpacing.Top = 6
    Caption = 'Filled'
    OnChange = cbFilledChange
    TabOrder = 0
  end
  object cbFillColor: TColorButton
    AnchorSideLeft.Control = cbFilled
    AnchorSideLeft.Side = asrBottom
    AnchorSideTop.Control = Owner
    AnchorSideRight.Control = Owner
    AnchorSideRight.Side = asrBottom
    Left = 56
    Height = 25
    Top = 0
    Width = 32
    BorderSpacing.Left = 8
    BorderWidth = 2
    ButtonColorSize = 16
    ButtonColor = clBlack
    Enabled = False
    Margin = 2
    OnColorChanged = cbFillColorColorChanged
  end
end