|
@@ -1,5 +1,5 @@
|
|
|
object Form1: TForm1
|
|
|
- Left = 599
|
|
|
+ Left = 597
|
|
|
Height = 622
|
|
|
Top = 0
|
|
|
Width = 981
|
|
@@ -364,6 +364,128 @@ object Form1: TForm1
|
|
|
end
|
|
|
end
|
|
|
end
|
|
|
+ object PanelPenFill: TBCPanel
|
|
|
+ Left = 62
|
|
|
+ Height = 59
|
|
|
+ Top = 0
|
|
|
+ Width = 151
|
|
|
+ Background.Color = clBtnFace
|
|
|
+ Background.ColorOpacity = 255
|
|
|
+ Background.Gradient1.StartColor = clWhite
|
|
|
+ Background.Gradient1.StartColorOpacity = 255
|
|
|
+ Background.Gradient1.DrawMode = dmSet
|
|
|
+ Background.Gradient1.EndColor = clBlack
|
|
|
+ Background.Gradient1.EndColorOpacity = 255
|
|
|
+ Background.Gradient1.ColorCorrection = True
|
|
|
+ Background.Gradient1.GradientType = gtLinear
|
|
|
+ Background.Gradient1.Point1XPercent = 0
|
|
|
+ Background.Gradient1.Point1YPercent = 0
|
|
|
+ Background.Gradient1.Point2XPercent = 0
|
|
|
+ Background.Gradient1.Point2YPercent = 100
|
|
|
+ Background.Gradient1.Sinus = False
|
|
|
+ Background.Gradient2.StartColor = clWhite
|
|
|
+ Background.Gradient2.StartColorOpacity = 255
|
|
|
+ Background.Gradient2.DrawMode = dmSet
|
|
|
+ Background.Gradient2.EndColor = clBlack
|
|
|
+ Background.Gradient2.EndColorOpacity = 255
|
|
|
+ Background.Gradient2.ColorCorrection = True
|
|
|
+ Background.Gradient2.GradientType = gtLinear
|
|
|
+ Background.Gradient2.Point1XPercent = 0
|
|
|
+ Background.Gradient2.Point1YPercent = 0
|
|
|
+ Background.Gradient2.Point2XPercent = 0
|
|
|
+ Background.Gradient2.Point2YPercent = 100
|
|
|
+ Background.Gradient2.Sinus = False
|
|
|
+ Background.Gradient1EndPercent = 35
|
|
|
+ Background.Style = bbsColor
|
|
|
+ BevelInner = bvNone
|
|
|
+ BevelOuter = bvRaised
|
|
|
+ BevelWidth = 1
|
|
|
+ Border.Color = clBlack
|
|
|
+ Border.ColorOpacity = 255
|
|
|
+ Border.LightColor = clWhite
|
|
|
+ Border.LightOpacity = 255
|
|
|
+ Border.LightWidth = 0
|
|
|
+ Border.Style = bboNone
|
|
|
+ Border.Width = 1
|
|
|
+ FontEx.Color = clDefault
|
|
|
+ FontEx.EndEllipsis = False
|
|
|
+ FontEx.FontQuality = fqFineAntialiasing
|
|
|
+ FontEx.Height = 0
|
|
|
+ FontEx.SingleLine = True
|
|
|
+ FontEx.Shadow = False
|
|
|
+ FontEx.ShadowColor = clBlack
|
|
|
+ FontEx.ShadowColorOpacity = 255
|
|
|
+ FontEx.ShadowRadius = 5
|
|
|
+ FontEx.ShadowOffsetX = 5
|
|
|
+ FontEx.ShadowOffsetY = 5
|
|
|
+ FontEx.Style = []
|
|
|
+ FontEx.TextAlignment = bcaCenter
|
|
|
+ FontEx.WordBreak = False
|
|
|
+ Rounding.RoundX = 1
|
|
|
+ Rounding.RoundY = 1
|
|
|
+ Rounding.RoundOptions = []
|
|
|
+ TabOrder = 5
|
|
|
+ object PanelPenFillHead: TPanel
|
|
|
+ Left = 1
|
|
|
+ Height = 57
|
|
|
+ Top = 1
|
|
|
+ Width = 31
|
|
|
+ Align = alLeft
|
|
|
+ BevelOuter = bvNone
|
|
|
+ ClientHeight = 57
|
|
|
+ ClientWidth = 31
|
|
|
+ TabOrder = 0
|
|
|
+ object LPen: TLabel
|
|
|
+ Left = 0
|
|
|
+ Height = 28
|
|
|
+ Top = 0
|
|
|
+ Width = 31
|
|
|
+ Align = alTop
|
|
|
+ AutoSize = False
|
|
|
+ Caption = 'Pen'
|
|
|
+ Layout = tlCenter
|
|
|
+ ParentColor = False
|
|
|
+ ParentFont = False
|
|
|
+ end
|
|
|
+ object ToolBarPenFill: TToolBar
|
|
|
+ Left = 0
|
|
|
+ Height = 29
|
|
|
+ Top = 28
|
|
|
+ Width = 31
|
|
|
+ Align = alClient
|
|
|
+ ButtonHeight = 28
|
|
|
+ ButtonWidth = 28
|
|
|
+ Caption = 'ToolBarBackFill'
|
|
|
+ EdgeBorders = []
|
|
|
+ EdgeInner = esNone
|
|
|
+ EdgeOuter = esNone
|
|
|
+ Images = VectorImageList24
|
|
|
+ Indent = 0
|
|
|
+ ParentColor = False
|
|
|
+ ParentShowHint = False
|
|
|
+ ShowHint = True
|
|
|
+ TabOrder = 0
|
|
|
+ object ButtonMovePenFillPoints: TToolButton
|
|
|
+ Left = 0
|
|
|
+ Hint = 'Move gradient/texture points'
|
|
|
+ Top = 0
|
|
|
+ Caption = 'ButtonMoveBackFillPoints'
|
|
|
+ ImageIndex = 12
|
|
|
+ OnClick = ToolButtonClick
|
|
|
+ Style = tbsCheck
|
|
|
+ end
|
|
|
+ end
|
|
|
+ end
|
|
|
+ object PenFillControl: TLCVectorialFillControl
|
|
|
+ Left = 32
|
|
|
+ Height = 57
|
|
|
+ Top = 1
|
|
|
+ Width = 117
|
|
|
+ AutoSize = True
|
|
|
+ Align = alLeft
|
|
|
+ ToolIconSize = 24
|
|
|
+ end
|
|
|
+ end
|
|
|
object PanelBasicStyle: TBCPanel
|
|
|
Left = 213
|
|
|
Height = 59
|
|
@@ -1068,128 +1190,6 @@ object Form1: TForm1
|
|
|
TabOrder = 4
|
|
|
Visible = False
|
|
|
end
|
|
|
- object PanelPenFill: TBCPanel
|
|
|
- Left = 62
|
|
|
- Height = 59
|
|
|
- Top = 0
|
|
|
- Width = 151
|
|
|
- Background.Color = clBtnFace
|
|
|
- Background.ColorOpacity = 255
|
|
|
- Background.Gradient1.StartColor = clWhite
|
|
|
- Background.Gradient1.StartColorOpacity = 255
|
|
|
- Background.Gradient1.DrawMode = dmSet
|
|
|
- Background.Gradient1.EndColor = clBlack
|
|
|
- Background.Gradient1.EndColorOpacity = 255
|
|
|
- Background.Gradient1.ColorCorrection = True
|
|
|
- Background.Gradient1.GradientType = gtLinear
|
|
|
- Background.Gradient1.Point1XPercent = 0
|
|
|
- Background.Gradient1.Point1YPercent = 0
|
|
|
- Background.Gradient1.Point2XPercent = 0
|
|
|
- Background.Gradient1.Point2YPercent = 100
|
|
|
- Background.Gradient1.Sinus = False
|
|
|
- Background.Gradient2.StartColor = clWhite
|
|
|
- Background.Gradient2.StartColorOpacity = 255
|
|
|
- Background.Gradient2.DrawMode = dmSet
|
|
|
- Background.Gradient2.EndColor = clBlack
|
|
|
- Background.Gradient2.EndColorOpacity = 255
|
|
|
- Background.Gradient2.ColorCorrection = True
|
|
|
- Background.Gradient2.GradientType = gtLinear
|
|
|
- Background.Gradient2.Point1XPercent = 0
|
|
|
- Background.Gradient2.Point1YPercent = 0
|
|
|
- Background.Gradient2.Point2XPercent = 0
|
|
|
- Background.Gradient2.Point2YPercent = 100
|
|
|
- Background.Gradient2.Sinus = False
|
|
|
- Background.Gradient1EndPercent = 35
|
|
|
- Background.Style = bbsColor
|
|
|
- BevelInner = bvNone
|
|
|
- BevelOuter = bvRaised
|
|
|
- BevelWidth = 1
|
|
|
- Border.Color = clBlack
|
|
|
- Border.ColorOpacity = 255
|
|
|
- Border.LightColor = clWhite
|
|
|
- Border.LightOpacity = 255
|
|
|
- Border.LightWidth = 0
|
|
|
- Border.Style = bboNone
|
|
|
- Border.Width = 1
|
|
|
- FontEx.Color = clDefault
|
|
|
- FontEx.EndEllipsis = False
|
|
|
- FontEx.FontQuality = fqFineAntialiasing
|
|
|
- FontEx.Height = 0
|
|
|
- FontEx.SingleLine = True
|
|
|
- FontEx.Shadow = False
|
|
|
- FontEx.ShadowColor = clBlack
|
|
|
- FontEx.ShadowColorOpacity = 255
|
|
|
- FontEx.ShadowRadius = 5
|
|
|
- FontEx.ShadowOffsetX = 5
|
|
|
- FontEx.ShadowOffsetY = 5
|
|
|
- FontEx.Style = []
|
|
|
- FontEx.TextAlignment = bcaCenter
|
|
|
- FontEx.WordBreak = False
|
|
|
- Rounding.RoundX = 1
|
|
|
- Rounding.RoundY = 1
|
|
|
- Rounding.RoundOptions = []
|
|
|
- TabOrder = 5
|
|
|
- object PanelPenFillHead: TPanel
|
|
|
- Left = 1
|
|
|
- Height = 57
|
|
|
- Top = 1
|
|
|
- Width = 31
|
|
|
- Align = alLeft
|
|
|
- BevelOuter = bvNone
|
|
|
- ClientHeight = 57
|
|
|
- ClientWidth = 31
|
|
|
- TabOrder = 0
|
|
|
- object LPen: TLabel
|
|
|
- Left = 0
|
|
|
- Height = 28
|
|
|
- Top = 0
|
|
|
- Width = 31
|
|
|
- Align = alTop
|
|
|
- AutoSize = False
|
|
|
- Caption = 'Pen'
|
|
|
- Layout = tlCenter
|
|
|
- ParentColor = False
|
|
|
- ParentFont = False
|
|
|
- end
|
|
|
- object ToolBarPenFill: TToolBar
|
|
|
- Left = 0
|
|
|
- Height = 29
|
|
|
- Top = 28
|
|
|
- Width = 31
|
|
|
- Align = alClient
|
|
|
- ButtonHeight = 28
|
|
|
- ButtonWidth = 28
|
|
|
- Caption = 'ToolBarBackFill'
|
|
|
- EdgeBorders = []
|
|
|
- EdgeInner = esNone
|
|
|
- EdgeOuter = esNone
|
|
|
- Images = VectorImageList24
|
|
|
- Indent = 0
|
|
|
- ParentColor = False
|
|
|
- ParentShowHint = False
|
|
|
- ShowHint = True
|
|
|
- TabOrder = 0
|
|
|
- object ButtonMovePenFillPoints: TToolButton
|
|
|
- Left = 0
|
|
|
- Hint = 'Move gradient/texture points'
|
|
|
- Top = 0
|
|
|
- Caption = 'ButtonMoveBackFillPoints'
|
|
|
- ImageIndex = 12
|
|
|
- OnClick = ToolButtonClick
|
|
|
- Style = tbsCheck
|
|
|
- end
|
|
|
- end
|
|
|
- end
|
|
|
- object PenFillControl: TLCVectorialFillControl
|
|
|
- Left = 32
|
|
|
- Height = 57
|
|
|
- Top = 1
|
|
|
- Width = 117
|
|
|
- AutoSize = True
|
|
|
- Align = alLeft
|
|
|
- ToolIconSize = 24
|
|
|
- end
|
|
|
- end
|
|
|
end
|
|
|
end
|
|
|
object ColorDialog1: TColorDialog
|