|
|
@@ -1,12 +1,11 @@
|
|
|
object Form1: TForm1
|
|
|
Left = 357
|
|
|
- Height = 240
|
|
|
+ Height = 288
|
|
|
Top = 179
|
|
|
- Width = 320
|
|
|
+ Width = 340
|
|
|
Caption = 'Form1'
|
|
|
- ClientHeight = 240
|
|
|
- ClientWidth = 320
|
|
|
- LCLVersion = '1.2.6.0'
|
|
|
+ ClientHeight = 288
|
|
|
+ ClientWidth = 340
|
|
|
object BGRAFlashProgressBar1: TBGRAFlashProgressBar
|
|
|
Left = 8
|
|
|
Height = 33
|
|
|
@@ -14,27 +13,38 @@ object Form1: TForm1
|
|
|
Width = 307
|
|
|
MinValue = 0
|
|
|
MaxValue = 100
|
|
|
- Value = 30
|
|
|
- OnRedraw = BGRAFlashProgressBar1Redraw
|
|
|
+ Value = 50
|
|
|
Color = 14852966
|
|
|
+ BarColor = 14852966
|
|
|
+ BackgroundColor = 3092271
|
|
|
+ BackgroundRandomizeMinIntensity = 4000
|
|
|
+ BackgroundRandomizeMaxIntensity = 5000
|
|
|
+ BackgroundRandomize = True
|
|
|
+ OnRedraw = BGRAFlashProgressBar1Redraw
|
|
|
end
|
|
|
object BGRAFlashProgressBar2: TBGRAFlashProgressBar
|
|
|
Left = 8
|
|
|
Height = 33
|
|
|
Top = 48
|
|
|
Width = 307
|
|
|
+ OnClick = BGRAFlashProgressBar2Click
|
|
|
MinValue = 0
|
|
|
MaxValue = 100
|
|
|
- Value = 30
|
|
|
- OnClick = BGRAFlashProgressBar2Click
|
|
|
- OnRedraw = BGRAFlashProgressBar2Redraw
|
|
|
+ Value = 50
|
|
|
Color = 14852966
|
|
|
+ BarColor = 14852966
|
|
|
+ BackgroundColor = 3092271
|
|
|
+ BackgroundRandomizeMinIntensity = 4000
|
|
|
+ BackgroundRandomizeMaxIntensity = 5000
|
|
|
+ BackgroundRandomize = True
|
|
|
+ OnRedraw = BGRAFlashProgressBar2Redraw
|
|
|
end
|
|
|
object BCTrackbarUpdown1: TBCTrackbarUpdown
|
|
|
Left = 8
|
|
|
Height = 26
|
|
|
Top = 96
|
|
|
- Width = 182
|
|
|
+ Width = 328
|
|
|
+ AllowNegativeValues = False
|
|
|
BarExponent = 1
|
|
|
Increment = 1
|
|
|
LongTimeInterval = 400
|
|
|
@@ -44,99 +54,59 @@ object Form1: TForm1
|
|
|
Value = 50
|
|
|
ShortTimeInterval = 100
|
|
|
Background.Color = clWindow
|
|
|
- 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
|
|
|
- ButtonBackground.Color = clBlack
|
|
|
- ButtonBackground.ColorOpacity = 255
|
|
|
ButtonBackground.Gradient1.StartColor = clBtnShadow
|
|
|
- ButtonBackground.Gradient1.StartColorOpacity = 255
|
|
|
- ButtonBackground.Gradient1.DrawMode = dmSet
|
|
|
ButtonBackground.Gradient1.EndColor = clBtnFace
|
|
|
- ButtonBackground.Gradient1.EndColorOpacity = 255
|
|
|
- ButtonBackground.Gradient1.ColorCorrection = True
|
|
|
ButtonBackground.Gradient1.GradientType = gtLinear
|
|
|
ButtonBackground.Gradient1.Point1XPercent = 0
|
|
|
ButtonBackground.Gradient1.Point1YPercent = -50
|
|
|
ButtonBackground.Gradient1.Point2XPercent = 0
|
|
|
ButtonBackground.Gradient1.Point2YPercent = 50
|
|
|
- ButtonBackground.Gradient1.Sinus = False
|
|
|
ButtonBackground.Gradient2.StartColor = clBtnFace
|
|
|
- ButtonBackground.Gradient2.StartColorOpacity = 255
|
|
|
- ButtonBackground.Gradient2.DrawMode = dmSet
|
|
|
ButtonBackground.Gradient2.EndColor = clBtnShadow
|
|
|
- ButtonBackground.Gradient2.EndColorOpacity = 255
|
|
|
- ButtonBackground.Gradient2.ColorCorrection = True
|
|
|
ButtonBackground.Gradient2.GradientType = gtLinear
|
|
|
ButtonBackground.Gradient2.Point1XPercent = 0
|
|
|
ButtonBackground.Gradient2.Point1YPercent = 50
|
|
|
ButtonBackground.Gradient2.Point2XPercent = 0
|
|
|
ButtonBackground.Gradient2.Point2YPercent = 150
|
|
|
- ButtonBackground.Gradient2.Sinus = False
|
|
|
ButtonBackground.Gradient1EndPercent = 50
|
|
|
ButtonBackground.Style = bbsGradient
|
|
|
ButtonDownBackground.Color = clBtnShadow
|
|
|
- ButtonDownBackground.ColorOpacity = 255
|
|
|
ButtonDownBackground.Gradient1.StartColor = clWhite
|
|
|
- ButtonDownBackground.Gradient1.StartColorOpacity = 255
|
|
|
- ButtonDownBackground.Gradient1.DrawMode = dmSet
|
|
|
ButtonDownBackground.Gradient1.EndColor = clBlack
|
|
|
- ButtonDownBackground.Gradient1.EndColorOpacity = 255
|
|
|
- ButtonDownBackground.Gradient1.ColorCorrection = True
|
|
|
ButtonDownBackground.Gradient1.GradientType = gtLinear
|
|
|
ButtonDownBackground.Gradient1.Point1XPercent = 0
|
|
|
ButtonDownBackground.Gradient1.Point1YPercent = 0
|
|
|
ButtonDownBackground.Gradient1.Point2XPercent = 0
|
|
|
ButtonDownBackground.Gradient1.Point2YPercent = 100
|
|
|
- ButtonDownBackground.Gradient1.Sinus = False
|
|
|
ButtonDownBackground.Gradient2.StartColor = clWhite
|
|
|
- ButtonDownBackground.Gradient2.StartColorOpacity = 255
|
|
|
- ButtonDownBackground.Gradient2.DrawMode = dmSet
|
|
|
ButtonDownBackground.Gradient2.EndColor = clBlack
|
|
|
- ButtonDownBackground.Gradient2.EndColorOpacity = 255
|
|
|
- ButtonDownBackground.Gradient2.ColorCorrection = True
|
|
|
ButtonDownBackground.Gradient2.GradientType = gtLinear
|
|
|
ButtonDownBackground.Gradient2.Point1XPercent = 0
|
|
|
ButtonDownBackground.Gradient2.Point1YPercent = 0
|
|
|
ButtonDownBackground.Gradient2.Point2XPercent = 0
|
|
|
ButtonDownBackground.Gradient2.Point2YPercent = 100
|
|
|
- ButtonDownBackground.Gradient2.Sinus = False
|
|
|
ButtonDownBackground.Gradient1EndPercent = 35
|
|
|
ButtonDownBackground.Style = bbsColor
|
|
|
Border.Color = clWindowText
|
|
|
- Border.ColorOpacity = 255
|
|
|
- Border.LightColor = clWhite
|
|
|
- Border.LightOpacity = 255
|
|
|
- Border.LightWidth = 0
|
|
|
Border.Style = bboSolid
|
|
|
- Border.Width = 1
|
|
|
Rounding.RoundX = 1
|
|
|
Rounding.RoundY = 1
|
|
|
- Rounding.RoundOptions = []
|
|
|
Font.Color = clWindowText
|
|
|
Font.Name = 'Arial'
|
|
|
HasTrackBar = True
|
|
|
@@ -145,4 +115,317 @@ object Form1: TForm1
|
|
|
TabStop = True
|
|
|
UseDockManager = False
|
|
|
end
|
|
|
+ object BGRASpeedButton1: TBGRASpeedButton
|
|
|
+ Left = 8
|
|
|
+ Height = 22
|
|
|
+ Top = 192
|
|
|
+ Width = 64
|
|
|
+ Caption = 'Marquee'
|
|
|
+ OnClick = BGRASpeedButton1Click
|
|
|
+ end
|
|
|
+ object BGRAMaxMProgress: TBGRAFlashProgressBar
|
|
|
+ Left = 8
|
|
|
+ Height = 33
|
|
|
+ Top = 152
|
|
|
+ Width = 307
|
|
|
+ MinValue = 0
|
|
|
+ MaxValue = 100
|
|
|
+ Value = 30
|
|
|
+ Color = 14852966
|
|
|
+ BarColor = 14852966
|
|
|
+ BackgroundColor = 3092271
|
|
|
+ BackgroundRandomizeMinIntensity = 4000
|
|
|
+ BackgroundRandomizeMaxIntensity = 5000
|
|
|
+ BackgroundRandomize = True
|
|
|
+ end
|
|
|
+ object BGRASpeedButton2: TBGRASpeedButton
|
|
|
+ Left = 8
|
|
|
+ Height = 22
|
|
|
+ Top = 216
|
|
|
+ Width = 80
|
|
|
+ Caption = 'Right / Left'
|
|
|
+ OnClick = BGRASpeedButton2Click
|
|
|
+ end
|
|
|
+ object rgMarqueeSpeed: TRadioGroup
|
|
|
+ Left = 88
|
|
|
+ Height = 65
|
|
|
+ Top = 192
|
|
|
+ Width = 79
|
|
|
+ AutoFill = True
|
|
|
+ Caption = 'Speed'
|
|
|
+ ChildSizing.LeftRightSpacing = 6
|
|
|
+ ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
|
|
|
+ ChildSizing.EnlargeVertical = crsHomogenousChildResize
|
|
|
+ ChildSizing.ShrinkHorizontal = crsScaleChilds
|
|
|
+ ChildSizing.ShrinkVertical = crsScaleChilds
|
|
|
+ ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
|
+ ChildSizing.ControlsPerLine = 1
|
|
|
+ ClientHeight = 45
|
|
|
+ ClientWidth = 75
|
|
|
+ ItemIndex = 1
|
|
|
+ Items.Strings = (
|
|
|
+ 'Slow'
|
|
|
+ 'Medium'
|
|
|
+ 'Fast'
|
|
|
+ )
|
|
|
+ TabOrder = 1
|
|
|
+ OnClick = rgMarqueeSpeedClick
|
|
|
+ end
|
|
|
+ object edMarqueeWidth: TBCTrackbarUpdown
|
|
|
+ Left = 13
|
|
|
+ Height = 26
|
|
|
+ Top = 256
|
|
|
+ Width = 75
|
|
|
+ AllowNegativeValues = False
|
|
|
+ BarExponent = 1
|
|
|
+ Increment = 1
|
|
|
+ LongTimeInterval = 400
|
|
|
+ MinValue = 30
|
|
|
+ MaxValue = 100
|
|
|
+ OnChange = edMarqueeWidthChange
|
|
|
+ Value = 30
|
|
|
+ ShortTimeInterval = 100
|
|
|
+ Background.Color = clWindow
|
|
|
+ Background.Gradient1.StartColor = clWhite
|
|
|
+ Background.Gradient1.EndColor = clBlack
|
|
|
+ Background.Gradient1.GradientType = gtLinear
|
|
|
+ Background.Gradient1.Point1XPercent = 0
|
|
|
+ Background.Gradient1.Point1YPercent = 0
|
|
|
+ Background.Gradient1.Point2XPercent = 0
|
|
|
+ Background.Gradient1.Point2YPercent = 100
|
|
|
+ Background.Gradient2.StartColor = clWhite
|
|
|
+ Background.Gradient2.EndColor = clBlack
|
|
|
+ Background.Gradient2.GradientType = gtLinear
|
|
|
+ Background.Gradient2.Point1XPercent = 0
|
|
|
+ Background.Gradient2.Point1YPercent = 0
|
|
|
+ Background.Gradient2.Point2XPercent = 0
|
|
|
+ Background.Gradient2.Point2YPercent = 100
|
|
|
+ Background.Gradient1EndPercent = 35
|
|
|
+ Background.Style = bbsColor
|
|
|
+ ButtonBackground.Gradient1.StartColor = clBtnShadow
|
|
|
+ ButtonBackground.Gradient1.EndColor = clBtnFace
|
|
|
+ ButtonBackground.Gradient1.GradientType = gtLinear
|
|
|
+ ButtonBackground.Gradient1.Point1XPercent = 0
|
|
|
+ ButtonBackground.Gradient1.Point1YPercent = -50
|
|
|
+ ButtonBackground.Gradient1.Point2XPercent = 0
|
|
|
+ ButtonBackground.Gradient1.Point2YPercent = 50
|
|
|
+ ButtonBackground.Gradient2.StartColor = clBtnFace
|
|
|
+ ButtonBackground.Gradient2.EndColor = clBtnShadow
|
|
|
+ ButtonBackground.Gradient2.GradientType = gtLinear
|
|
|
+ ButtonBackground.Gradient2.Point1XPercent = 0
|
|
|
+ ButtonBackground.Gradient2.Point1YPercent = 50
|
|
|
+ ButtonBackground.Gradient2.Point2XPercent = 0
|
|
|
+ ButtonBackground.Gradient2.Point2YPercent = 150
|
|
|
+ ButtonBackground.Gradient1EndPercent = 50
|
|
|
+ ButtonBackground.Style = bbsGradient
|
|
|
+ ButtonDownBackground.Color = clBtnShadow
|
|
|
+ ButtonDownBackground.Gradient1.StartColor = clWhite
|
|
|
+ ButtonDownBackground.Gradient1.EndColor = clBlack
|
|
|
+ ButtonDownBackground.Gradient1.GradientType = gtLinear
|
|
|
+ ButtonDownBackground.Gradient1.Point1XPercent = 0
|
|
|
+ ButtonDownBackground.Gradient1.Point1YPercent = 0
|
|
|
+ ButtonDownBackground.Gradient1.Point2XPercent = 0
|
|
|
+ ButtonDownBackground.Gradient1.Point2YPercent = 100
|
|
|
+ ButtonDownBackground.Gradient2.StartColor = clWhite
|
|
|
+ ButtonDownBackground.Gradient2.EndColor = clBlack
|
|
|
+ ButtonDownBackground.Gradient2.GradientType = gtLinear
|
|
|
+ ButtonDownBackground.Gradient2.Point1XPercent = 0
|
|
|
+ ButtonDownBackground.Gradient2.Point1YPercent = 0
|
|
|
+ ButtonDownBackground.Gradient2.Point2XPercent = 0
|
|
|
+ ButtonDownBackground.Gradient2.Point2YPercent = 100
|
|
|
+ ButtonDownBackground.Gradient1EndPercent = 35
|
|
|
+ ButtonDownBackground.Style = bbsColor
|
|
|
+ Border.Color = clWindowText
|
|
|
+ Border.Style = bboSolid
|
|
|
+ Rounding.RoundX = 1
|
|
|
+ Rounding.RoundY = 1
|
|
|
+ Font.Color = clWindowText
|
|
|
+ Font.Name = 'Arial'
|
|
|
+ HasTrackBar = True
|
|
|
+ ArrowColor = clBtnText
|
|
|
+ TabOrder = 2
|
|
|
+ TabStop = True
|
|
|
+ UseDockManager = False
|
|
|
+ end
|
|
|
+ object Label1: TLabel
|
|
|
+ Left = 9
|
|
|
+ Height = 15
|
|
|
+ Top = 241
|
|
|
+ Width = 38
|
|
|
+ Caption = 'Width :'
|
|
|
+ end
|
|
|
+ object BGRASpeedButton3: TBGRASpeedButton
|
|
|
+ Left = 193
|
|
|
+ Height = 22
|
|
|
+ Top = 192
|
|
|
+ Width = 79
|
|
|
+ Caption = 'MultiProgress'
|
|
|
+ OnClick = BGRASpeedButton3Click
|
|
|
+ end
|
|
|
+ object edMultiPValue: TBCTrackbarUpdown
|
|
|
+ Left = 248
|
|
|
+ Height = 26
|
|
|
+ Top = 216
|
|
|
+ Width = 72
|
|
|
+ AllowNegativeValues = False
|
|
|
+ BarExponent = 1
|
|
|
+ Increment = 1
|
|
|
+ LongTimeInterval = 400
|
|
|
+ MinValue = 0
|
|
|
+ MaxValue = 100
|
|
|
+ OnChange = edMultiPValueChange
|
|
|
+ Value = 30
|
|
|
+ ShortTimeInterval = 100
|
|
|
+ Background.Color = clWindow
|
|
|
+ Background.Gradient1.StartColor = clWhite
|
|
|
+ Background.Gradient1.EndColor = clBlack
|
|
|
+ Background.Gradient1.GradientType = gtLinear
|
|
|
+ Background.Gradient1.Point1XPercent = 0
|
|
|
+ Background.Gradient1.Point1YPercent = 0
|
|
|
+ Background.Gradient1.Point2XPercent = 0
|
|
|
+ Background.Gradient1.Point2YPercent = 100
|
|
|
+ Background.Gradient2.StartColor = clWhite
|
|
|
+ Background.Gradient2.EndColor = clBlack
|
|
|
+ Background.Gradient2.GradientType = gtLinear
|
|
|
+ Background.Gradient2.Point1XPercent = 0
|
|
|
+ Background.Gradient2.Point1YPercent = 0
|
|
|
+ Background.Gradient2.Point2XPercent = 0
|
|
|
+ Background.Gradient2.Point2YPercent = 100
|
|
|
+ Background.Gradient1EndPercent = 35
|
|
|
+ Background.Style = bbsColor
|
|
|
+ ButtonBackground.Gradient1.StartColor = clBtnShadow
|
|
|
+ ButtonBackground.Gradient1.EndColor = clBtnFace
|
|
|
+ ButtonBackground.Gradient1.GradientType = gtLinear
|
|
|
+ ButtonBackground.Gradient1.Point1XPercent = 0
|
|
|
+ ButtonBackground.Gradient1.Point1YPercent = -50
|
|
|
+ ButtonBackground.Gradient1.Point2XPercent = 0
|
|
|
+ ButtonBackground.Gradient1.Point2YPercent = 50
|
|
|
+ ButtonBackground.Gradient2.StartColor = clBtnFace
|
|
|
+ ButtonBackground.Gradient2.EndColor = clBtnShadow
|
|
|
+ ButtonBackground.Gradient2.GradientType = gtLinear
|
|
|
+ ButtonBackground.Gradient2.Point1XPercent = 0
|
|
|
+ ButtonBackground.Gradient2.Point1YPercent = 50
|
|
|
+ ButtonBackground.Gradient2.Point2XPercent = 0
|
|
|
+ ButtonBackground.Gradient2.Point2YPercent = 150
|
|
|
+ ButtonBackground.Gradient1EndPercent = 50
|
|
|
+ ButtonBackground.Style = bbsGradient
|
|
|
+ ButtonDownBackground.Color = clBtnShadow
|
|
|
+ ButtonDownBackground.Gradient1.StartColor = clWhite
|
|
|
+ ButtonDownBackground.Gradient1.EndColor = clBlack
|
|
|
+ ButtonDownBackground.Gradient1.GradientType = gtLinear
|
|
|
+ ButtonDownBackground.Gradient1.Point1XPercent = 0
|
|
|
+ ButtonDownBackground.Gradient1.Point1YPercent = 0
|
|
|
+ ButtonDownBackground.Gradient1.Point2XPercent = 0
|
|
|
+ ButtonDownBackground.Gradient1.Point2YPercent = 100
|
|
|
+ ButtonDownBackground.Gradient2.StartColor = clWhite
|
|
|
+ ButtonDownBackground.Gradient2.EndColor = clBlack
|
|
|
+ ButtonDownBackground.Gradient2.GradientType = gtLinear
|
|
|
+ ButtonDownBackground.Gradient2.Point1XPercent = 0
|
|
|
+ ButtonDownBackground.Gradient2.Point1YPercent = 0
|
|
|
+ ButtonDownBackground.Gradient2.Point2XPercent = 0
|
|
|
+ ButtonDownBackground.Gradient2.Point2YPercent = 100
|
|
|
+ ButtonDownBackground.Gradient1EndPercent = 35
|
|
|
+ ButtonDownBackground.Style = bbsColor
|
|
|
+ Border.Color = clWindowText
|
|
|
+ Border.Style = bboSolid
|
|
|
+ Rounding.RoundX = 1
|
|
|
+ Rounding.RoundY = 1
|
|
|
+ Font.Color = clWindowText
|
|
|
+ Font.Name = 'Arial'
|
|
|
+ HasTrackBar = True
|
|
|
+ ArrowColor = clBtnText
|
|
|
+ TabOrder = 3
|
|
|
+ TabStop = True
|
|
|
+ UseDockManager = False
|
|
|
+ end
|
|
|
+ object Label2: TLabel
|
|
|
+ Left = 199
|
|
|
+ Height = 15
|
|
|
+ Top = 223
|
|
|
+ Width = 34
|
|
|
+ Caption = 'Value :'
|
|
|
+ end
|
|
|
+ object Label3: TLabel
|
|
|
+ Left = 199
|
|
|
+ Height = 15
|
|
|
+ Top = 251
|
|
|
+ Width = 48
|
|
|
+ Caption = 'Value M :'
|
|
|
+ end
|
|
|
+ object edMultiPValueM: TBCTrackbarUpdown
|
|
|
+ Left = 248
|
|
|
+ Height = 26
|
|
|
+ Top = 244
|
|
|
+ Width = 72
|
|
|
+ AllowNegativeValues = False
|
|
|
+ BarExponent = 1
|
|
|
+ Increment = 1
|
|
|
+ LongTimeInterval = 400
|
|
|
+ MinValue = 0
|
|
|
+ MaxValue = 100
|
|
|
+ OnChange = edMultiPValueMChange
|
|
|
+ Value = 10
|
|
|
+ ShortTimeInterval = 100
|
|
|
+ Background.Color = clWindow
|
|
|
+ Background.Gradient1.StartColor = clWhite
|
|
|
+ Background.Gradient1.EndColor = clBlack
|
|
|
+ Background.Gradient1.GradientType = gtLinear
|
|
|
+ Background.Gradient1.Point1XPercent = 0
|
|
|
+ Background.Gradient1.Point1YPercent = 0
|
|
|
+ Background.Gradient1.Point2XPercent = 0
|
|
|
+ Background.Gradient1.Point2YPercent = 100
|
|
|
+ Background.Gradient2.StartColor = clWhite
|
|
|
+ Background.Gradient2.EndColor = clBlack
|
|
|
+ Background.Gradient2.GradientType = gtLinear
|
|
|
+ Background.Gradient2.Point1XPercent = 0
|
|
|
+ Background.Gradient2.Point1YPercent = 0
|
|
|
+ Background.Gradient2.Point2XPercent = 0
|
|
|
+ Background.Gradient2.Point2YPercent = 100
|
|
|
+ Background.Gradient1EndPercent = 35
|
|
|
+ Background.Style = bbsColor
|
|
|
+ ButtonBackground.Gradient1.StartColor = clBtnShadow
|
|
|
+ ButtonBackground.Gradient1.EndColor = clBtnFace
|
|
|
+ ButtonBackground.Gradient1.GradientType = gtLinear
|
|
|
+ ButtonBackground.Gradient1.Point1XPercent = 0
|
|
|
+ ButtonBackground.Gradient1.Point1YPercent = -50
|
|
|
+ ButtonBackground.Gradient1.Point2XPercent = 0
|
|
|
+ ButtonBackground.Gradient1.Point2YPercent = 50
|
|
|
+ ButtonBackground.Gradient2.StartColor = clBtnFace
|
|
|
+ ButtonBackground.Gradient2.EndColor = clBtnShadow
|
|
|
+ ButtonBackground.Gradient2.GradientType = gtLinear
|
|
|
+ ButtonBackground.Gradient2.Point1XPercent = 0
|
|
|
+ ButtonBackground.Gradient2.Point1YPercent = 50
|
|
|
+ ButtonBackground.Gradient2.Point2XPercent = 0
|
|
|
+ ButtonBackground.Gradient2.Point2YPercent = 150
|
|
|
+ ButtonBackground.Gradient1EndPercent = 50
|
|
|
+ ButtonBackground.Style = bbsGradient
|
|
|
+ ButtonDownBackground.Color = clBtnShadow
|
|
|
+ ButtonDownBackground.Gradient1.StartColor = clWhite
|
|
|
+ ButtonDownBackground.Gradient1.EndColor = clBlack
|
|
|
+ ButtonDownBackground.Gradient1.GradientType = gtLinear
|
|
|
+ ButtonDownBackground.Gradient1.Point1XPercent = 0
|
|
|
+ ButtonDownBackground.Gradient1.Point1YPercent = 0
|
|
|
+ ButtonDownBackground.Gradient1.Point2XPercent = 0
|
|
|
+ ButtonDownBackground.Gradient1.Point2YPercent = 100
|
|
|
+ ButtonDownBackground.Gradient2.StartColor = clWhite
|
|
|
+ ButtonDownBackground.Gradient2.EndColor = clBlack
|
|
|
+ ButtonDownBackground.Gradient2.GradientType = gtLinear
|
|
|
+ ButtonDownBackground.Gradient2.Point1XPercent = 0
|
|
|
+ ButtonDownBackground.Gradient2.Point1YPercent = 0
|
|
|
+ ButtonDownBackground.Gradient2.Point2XPercent = 0
|
|
|
+ ButtonDownBackground.Gradient2.Point2YPercent = 100
|
|
|
+ ButtonDownBackground.Gradient1EndPercent = 35
|
|
|
+ ButtonDownBackground.Style = bbsColor
|
|
|
+ Border.Color = clWindowText
|
|
|
+ Border.Style = bboSolid
|
|
|
+ Rounding.RoundX = 1
|
|
|
+ Rounding.RoundY = 1
|
|
|
+ Font.Color = clWindowText
|
|
|
+ Font.Name = 'Arial'
|
|
|
+ HasTrackBar = True
|
|
|
+ ArrowColor = clBtnText
|
|
|
+ TabOrder = 4
|
|
|
+ TabStop = True
|
|
|
+ UseDockManager = False
|
|
|
+ end
|
|
|
end
|