source: trunk/Packages/bgracontrols/testbgracontrols/unice.lfm

Last change on this file was 2, checked in by chronos, 5 years ago
File size: 3.9 KB
Line 
1object frmNice: TfrmNice
2 Left = 451
3 Height = 480
4 Top = 178
5 Width = 720
6 Caption = 'Nice Buttons'
7 ChildSizing.LeftRightSpacing = 10
8 ChildSizing.TopBottomSpacing = 10
9 ChildSizing.HorizontalSpacing = 10
10 ChildSizing.VerticalSpacing = 10
11 ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
12 ChildSizing.EnlargeVertical = crsHomogenousChildResize
13 ChildSizing.ShrinkHorizontal = crsScaleChilds
14 ChildSizing.ShrinkVertical = crsScaleChilds
15 ChildSizing.Layout = cclLeftToRightThenTopToBottom
16 ChildSizing.ControlsPerLine = 2
17 ClientHeight = 480
18 ClientWidth = 720
19 Color = 5263440
20 OnCreate = FormCreate
21 OnResize = FormResize
22 Position = poDesktopCenter
23 LCLVersion = '0.9.31'
24 object btn1: TBGRAImageButton
25 Left = 10
26 Height = 84
27 Top = 10
28 Width = 345
29 Caption = 'acMagenta'
30 Color = 9896191
31 Font.Height = 18
32 ParentFont = False
33 Shadow.Alpha = 255
34 Shadow.Color = clBlack
35 Shadow.OffsetX = 1
36 Shadow.OffsetY = 1
37 Shadow.Visible = True
38 Shadow.Radius = 1
39 end
40 object btn2: TBGRAImageButton
41 Left = 365
42 Height = 84
43 Top = 10
44 Width = 345
45 Caption = 'acPurple'
46 Color = 16711842
47 Font.Height = 18
48 ParentFont = False
49 Shadow.Alpha = 255
50 Shadow.Color = clBlack
51 Shadow.OffsetX = 1
52 Shadow.OffsetY = 1
53 Shadow.Visible = True
54 Shadow.Radius = 1
55 end
56 object btn3: TBGRAImageButton
57 Left = 10
58 Height = 84
59 Top = 104
60 Width = 345
61 Caption = 'acTeal'
62 Color = 11119360
63 Font.Height = 18
64 ParentFont = False
65 Shadow.Alpha = 255
66 Shadow.Color = clBlack
67 Shadow.OffsetX = 1
68 Shadow.OffsetY = 1
69 Shadow.Visible = True
70 Shadow.Radius = 1
71 end
72 object btn4: TBGRAImageButton
73 Left = 365
74 Height = 84
75 Top = 104
76 Width = 345
77 Caption = 'acLime'
78 Color = 2539404
79 Font.Height = 18
80 ParentFont = False
81 Shadow.Alpha = 255
82 Shadow.Color = clBlack
83 Shadow.OffsetX = 1
84 Shadow.OffsetY = 1
85 Shadow.Visible = True
86 Shadow.Radius = 1
87 end
88 object btn5: TBGRAImageButton
89 Left = 10
90 Height = 84
91 Top = 198
92 Width = 345
93 Caption = 'acBrown'
94 Color = 20640
95 Font.Height = 18
96 ParentFont = False
97 Shadow.Alpha = 255
98 Shadow.Color = clBlack
99 Shadow.OffsetX = 1
100 Shadow.OffsetY = 1
101 Shadow.Visible = True
102 Shadow.Radius = 1
103 end
104 object btn6: TBGRAImageButton
105 Left = 365
106 Height = 84
107 Top = 198
108 Width = 345
109 Caption = 'acPink'
110 Color = 12087782
111 Font.Height = 18
112 ParentFont = False
113 Shadow.Alpha = 255
114 Shadow.Color = clBlack
115 Shadow.OffsetX = 1
116 Shadow.OffsetY = 1
117 Shadow.Visible = True
118 Shadow.Radius = 1
119 end
120 object btn7: TBGRAImageButton
121 Left = 10
122 Height = 84
123 Top = 292
124 Width = 345
125 Caption = 'acOrange'
126 Color = 628464
127 Font.Height = 18
128 ParentFont = False
129 Shadow.Alpha = 255
130 Shadow.Color = clBlack
131 Shadow.OffsetX = 1
132 Shadow.OffsetY = 1
133 Shadow.Visible = True
134 Shadow.Radius = 1
135 end
136 object btn8: TBGRAImageButton
137 Left = 365
138 Height = 84
139 Top = 292
140 Width = 345
141 Caption = 'acBlue'
142 Color = 14852379
143 Font.Height = 18
144 ParentFont = False
145 Shadow.Alpha = 255
146 Shadow.Color = clBlack
147 Shadow.OffsetX = 1
148 Shadow.OffsetY = 1
149 Shadow.Visible = True
150 Shadow.Radius = 1
151 end
152 object btn9: TBGRAImageButton
153 Left = 10
154 Height = 84
155 Top = 386
156 Width = 345
157 Caption = 'acRed'
158 Color = 5349
159 Font.Height = 18
160 ParentFont = False
161 Shadow.Alpha = 255
162 Shadow.Color = clBlack
163 Shadow.OffsetX = 1
164 Shadow.OffsetY = 1
165 Shadow.Visible = True
166 Shadow.Radius = 1
167 end
168 object btn10: TBGRAImageButton
169 Left = 365
170 Height = 84
171 Top = 386
172 Width = 345
173 Caption = 'acGreen'
174 Color = 3381555
175 Font.Height = 18
176 ParentFont = False
177 Shadow.Alpha = 255
178 Shadow.Color = clBlack
179 Shadow.OffsetX = 1
180 Shadow.OffsetY = 1
181 Shadow.Visible = True
182 Shadow.Radius = 1
183 end
184end
Note: See TracBrowser for help on using the repository browser.