1object Form1: TForm1 2 Left = 357 3 Height = 240 4 Top = 179 5 Width = 320 6 Caption = 'Form1' 7 ClientHeight = 240 8 ClientWidth = 320 9 LCLVersion = '1.2.6.0' 10 object BGRAFlashProgressBar1: TBGRAFlashProgressBar 11 Left = 8 12 Height = 33 13 Top = 8 14 Width = 307 15 MinValue = 0 16 MaxValue = 100 17 Value = 30 18 OnRedraw = BGRAFlashProgressBar1Redraw 19 Color = 14852966 20 end 21 object BGRAFlashProgressBar2: TBGRAFlashProgressBar 22 Left = 8 23 Height = 33 24 Top = 48 25 Width = 307 26 MinValue = 0 27 MaxValue = 100 28 Value = 30 29 OnClick = BGRAFlashProgressBar2Click 30 OnRedraw = BGRAFlashProgressBar2Redraw 31 Color = 14852966 32 end 33 object BCTrackbarUpdown1: TBCTrackbarUpdown 34 Left = 8 35 Height = 26 36 Top = 96 37 Width = 182 38 BarExponent = 1 39 Increment = 1 40 LongTimeInterval = 400 41 MinValue = 0 42 MaxValue = 100 43 OnChange = BCTrackbarUpdown1Change 44 Value = 50 45 ShortTimeInterval = 100 46 Background.Color = clWindow 47 Background.ColorOpacity = 255 48 Background.Gradient1.StartColor = clWhite 49 Background.Gradient1.StartColorOpacity = 255 50 Background.Gradient1.DrawMode = dmSet 51 Background.Gradient1.EndColor = clBlack 52 Background.Gradient1.EndColorOpacity = 255 53 Background.Gradient1.ColorCorrection = True 54 Background.Gradient1.GradientType = gtLinear 55 Background.Gradient1.Point1XPercent = 0 56 Background.Gradient1.Point1YPercent = 0 57 Background.Gradient1.Point2XPercent = 0 58 Background.Gradient1.Point2YPercent = 100 59 Background.Gradient1.Sinus = False 60 Background.Gradient2.StartColor = clWhite 61 Background.Gradient2.StartColorOpacity = 255 62 Background.Gradient2.DrawMode = dmSet 63 Background.Gradient2.EndColor = clBlack 64 Background.Gradient2.EndColorOpacity = 255 65 Background.Gradient2.ColorCorrection = True 66 Background.Gradient2.GradientType = gtLinear 67 Background.Gradient2.Point1XPercent = 0 68 Background.Gradient2.Point1YPercent = 0 69 Background.Gradient2.Point2XPercent = 0 70 Background.Gradient2.Point2YPercent = 100 71 Background.Gradient2.Sinus = False 72 Background.Gradient1EndPercent = 35 73 Background.Style = bbsColor 74 ButtonBackground.Color = clBlack 75 ButtonBackground.ColorOpacity = 255 76 ButtonBackground.Gradient1.StartColor = clBtnShadow 77 ButtonBackground.Gradient1.StartColorOpacity = 255 78 ButtonBackground.Gradient1.DrawMode = dmSet 79 ButtonBackground.Gradient1.EndColor = clBtnFace 80 ButtonBackground.Gradient1.EndColorOpacity = 255 81 ButtonBackground.Gradient1.ColorCorrection = True 82 ButtonBackground.Gradient1.GradientType = gtLinear 83 ButtonBackground.Gradient1.Point1XPercent = 0 84 ButtonBackground.Gradient1.Point1YPercent = -50 85 ButtonBackground.Gradient1.Point2XPercent = 0 86 ButtonBackground.Gradient1.Point2YPercent = 50 87 ButtonBackground.Gradient1.Sinus = False 88 ButtonBackground.Gradient2.StartColor = clBtnFace 89 ButtonBackground.Gradient2.StartColorOpacity = 255 90 ButtonBackground.Gradient2.DrawMode = dmSet 91 ButtonBackground.Gradient2.EndColor = clBtnShadow 92 ButtonBackground.Gradient2.EndColorOpacity = 255 93 ButtonBackground.Gradient2.ColorCorrection = True 94 ButtonBackground.Gradient2.GradientType = gtLinear 95 ButtonBackground.Gradient2.Point1XPercent = 0 96 ButtonBackground.Gradient2.Point1YPercent = 50 97 ButtonBackground.Gradient2.Point2XPercent = 0 98 ButtonBackground.Gradient2.Point2YPercent = 150 99 ButtonBackground.Gradient2.Sinus = False 100 ButtonBackground.Gradient1EndPercent = 50 101 ButtonBackground.Style = bbsGradient 102 ButtonDownBackground.Color = clBtnShadow 103 ButtonDownBackground.ColorOpacity = 255 104 ButtonDownBackground.Gradient1.StartColor = clWhite 105 ButtonDownBackground.Gradient1.StartColorOpacity = 255 106 ButtonDownBackground.Gradient1.DrawMode = dmSet 107 ButtonDownBackground.Gradient1.EndColor = clBlack 108 ButtonDownBackground.Gradient1.EndColorOpacity = 255 109 ButtonDownBackground.Gradient1.ColorCorrection = True 110 ButtonDownBackground.Gradient1.GradientType = gtLinear 111 ButtonDownBackground.Gradient1.Point1XPercent = 0 112 ButtonDownBackground.Gradient1.Point1YPercent = 0 113 ButtonDownBackground.Gradient1.Point2XPercent = 0 114 ButtonDownBackground.Gradient1.Point2YPercent = 100 115 ButtonDownBackground.Gradient1.Sinus = False 116 ButtonDownBackground.Gradient2.StartColor = clWhite 117 ButtonDownBackground.Gradient2.StartColorOpacity = 255 118 ButtonDownBackground.Gradient2.DrawMode = dmSet 119 ButtonDownBackground.Gradient2.EndColor = clBlack 120 ButtonDownBackground.Gradient2.EndColorOpacity = 255 121 ButtonDownBackground.Gradient2.ColorCorrection = True 122 ButtonDownBackground.Gradient2.GradientType = gtLinear 123 ButtonDownBackground.Gradient2.Point1XPercent = 0 124 ButtonDownBackground.Gradient2.Point1YPercent = 0 125 ButtonDownBackground.Gradient2.Point2XPercent = 0 126 ButtonDownBackground.Gradient2.Point2YPercent = 100 127 ButtonDownBackground.Gradient2.Sinus = False 128 ButtonDownBackground.Gradient1EndPercent = 35 129 ButtonDownBackground.Style = bbsColor 130 Border.Color = clWindowText 131 Border.ColorOpacity = 255 132 Border.LightColor = clWhite 133 Border.LightOpacity = 255 134 Border.LightWidth = 0 135 Border.Style = bboSolid 136 Border.Width = 1 137 Rounding.RoundX = 1 138 Rounding.RoundY = 1 139 Rounding.RoundOptions = [] 140 Font.Color = clWindowText 141 Font.Name = 'Arial' 142 HasTrackBar = True 143 ArrowColor = clBtnText 144 TabOrder = 0 145 TabStop = True 146 UseDockManager = False 147 end 148end 149