lazarus/components/tachart/demo/charteditor/cesimplepenframe.lfm
2021-08-05 11:54:59 +02:00

80 lines
1.8 KiB
Plaintext

object SimpleChartPenFrame: TSimpleChartPenFrame
Left = 0
Height = 62
Top = 0
Width = 120
ClientHeight = 62
ClientWidth = 120
OnResize = FrameResize
TabOrder = 0
DesignLeft = 620
DesignTop = 210
object cbVisible: TCheckBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = cbPenColor
AnchorSideTop.Side = asrCenter
Left = 0
Height = 19
Top = 3
Width = 54
BorderSpacing.Top = 8
Caption = 'Visible'
OnChange = cbVisibleChange
TabOrder = 0
end
object cbPenColor: TColorButton
AnchorSideLeft.Control = cbVisible
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 62
Height = 25
Top = 0
Width = 30
BorderSpacing.Left = 8
BorderSpacing.Bottom = 6
BorderWidth = 2
ButtonColorSize = 16
ButtonColor = clBlack
Enabled = False
Margin = 2
OnColorChanged = cbPenColorColorChanged
end
object cbPenWidth: TChartComboBox
AnchorSideLeft.Control = lblPenWidth
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = cbPenColor
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 40
Height = 22
Top = 33
Width = 80
Mode = ccmPenWidth
Options = [ccoPatternBrush, ccoPatternPen]
PenPattern = '1|1'
PointerStyle = psNone
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 8
BorderSpacing.Top = 8
Constraints.MinWidth = 80
Enabled = False
ItemHeight = 16
ItemIndex = 0
TabOrder = 1
OnChange = cbPenWidthChange
end
object lblPenWidth: TLabel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = cbPenWidth
AnchorSideTop.Side = asrCenter
Left = 0
Height = 15
Top = 37
Width = 32
Caption = 'Width'
Enabled = False
end
end