source: trunk/Packages/bgracontrols/testbgraneobutton/utestbgraneobutton.lfm

Last change on this file was 2, checked in by chronos, 5 years ago
File size: 1.2 KB
Line 
1object Form1: TForm1
2 Left = 517
3 Height = 240
4 Top = 191
5 Width = 320
6 Caption = 'Form1'
7 ChildSizing.LeftRightSpacing = 6
8 ChildSizing.TopBottomSpacing = 6
9 ChildSizing.HorizontalSpacing = 6
10 ChildSizing.VerticalSpacing = 6
11 ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
12 ChildSizing.EnlargeVertical = crsHomogenousChildResize
13 ChildSizing.ShrinkHorizontal = crsScaleChilds
14 ChildSizing.ShrinkVertical = crsScaleChilds
15 ChildSizing.Layout = cclLeftToRightThenTopToBottom
16 ChildSizing.ControlsPerLine = 1
17 ClientHeight = 240
18 ClientWidth = 320
19 OnCreate = FormCreate
20 LCLVersion = '0.9.31'
21 object BGRANeoButton1: TBGRANeoButton
22 Left = 6
23 Height = 111
24 Top = 6
25 Width = 308
26 StyleNormal.GradientPosition = 0.5
27 StyleHover.GradientPosition = 0.5
28 StyleActive.GradientPosition = 0.5
29 StyleDisabled.GradientPosition = 0.5
30 Caption = 'BGRANeoButton1'
31 end
32 object BGRANeoButton2: TBGRANeoButton
33 Left = 6
34 Height = 111
35 Top = 123
36 Width = 308
37 StyleNormal.GradientPosition = 0.5
38 StyleHover.GradientPosition = 0.5
39 StyleActive.GradientPosition = 0.5
40 StyleDisabled.GradientPosition = 0.5
41 Caption = 'BGRANeoButton1'
42 Enabled = False
43 end
44end
Note: See TracBrowser for help on using the repository browser.