mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-01 18:32:39 +02:00
102 lines
2.3 KiB
Plaintext
102 lines
2.3 KiB
Plaintext
object PenFrame: TPenFrame
|
|
Left = 0
|
|
Height = 56
|
|
Top = 0
|
|
Width = 212
|
|
AutoSize = True
|
|
ClientHeight = 56
|
|
ClientWidth = 212
|
|
TabOrder = 0
|
|
DesignLeft = 332
|
|
DesignTop = 128
|
|
object cbPenStyle: TChartComboBox
|
|
AnchorSideLeft.Control = lblPenWidth
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = Owner
|
|
AnchorSideRight.Control = Bevel1
|
|
Left = 48
|
|
Height = 22
|
|
Top = 0
|
|
Width = 128
|
|
PenPattern = '1|1'
|
|
PointerStyle = psNone
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Left = 16
|
|
ItemHeight = 16
|
|
ItemIndex = 0
|
|
TabOrder = 0
|
|
OnChange = cbPenStyleChange
|
|
end
|
|
object lblPenStyle: TLabel
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = cbPenStyle
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 0
|
|
Height = 15
|
|
Top = 4
|
|
Width = 25
|
|
Caption = 'Style'
|
|
ParentColor = False
|
|
end
|
|
object cbPenWidth: TChartComboBox
|
|
AnchorSideLeft.Control = lblPenWidth
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = cbPenStyle
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Bevel1
|
|
Left = 48
|
|
Height = 22
|
|
Top = 30
|
|
Width = 128
|
|
Mode = ccmPenWidth
|
|
PenPattern = '1|1'
|
|
PointerStyle = psNone
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Left = 16
|
|
BorderSpacing.Top = 8
|
|
ItemHeight = 16
|
|
ItemIndex = 0
|
|
TabOrder = 1
|
|
OnChange = cbPenWidthChange
|
|
end
|
|
object lblPenWidth: TLabel
|
|
AnchorSideTop.Control = cbPenWidth
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 0
|
|
Height = 15
|
|
Top = 34
|
|
Width = 32
|
|
Caption = 'Width'
|
|
ParentColor = False
|
|
end
|
|
object cbPenColor: TColorButton
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = Bevel1
|
|
AnchorSideTop.Side = asrCenter
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 181
|
|
Height = 25
|
|
Top = 14
|
|
Width = 31
|
|
Anchors = [akTop, akRight]
|
|
BorderWidth = 2
|
|
ButtonColorSize = 16
|
|
ButtonColor = clBlack
|
|
Margin = 2
|
|
OnColorChanged = cbPenColorColorChanged
|
|
end
|
|
object Bevel1: TBevel
|
|
AnchorSideTop.Control = cbPenStyle
|
|
AnchorSideRight.Control = cbPenColor
|
|
AnchorSideBottom.Control = cbPenWidth
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 176
|
|
Height = 52
|
|
Top = 0
|
|
Width = 5
|
|
Anchors = [akTop, akRight, akBottom]
|
|
Shape = bsSpacer
|
|
end
|
|
end
|