-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathweb.main.dfm
391 lines (391 loc) · 20.3 KB
/
web.main.dfm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
object Form2: TForm2
Left = 0
Top = 0
Caption = 'AMPortable WebView2 '
ClientHeight = 373
ClientWidth = 677
Color = clBtnFace
CustomTitleBar.Enabled = True
CustomTitleBar.Height = 1
CustomTitleBar.SystemHeight = False
CustomTitleBar.ShowCaption = False
CustomTitleBar.ShowIcon = False
CustomTitleBar.BackgroundColor = 14051691
CustomTitleBar.ForegroundColor = clWhite
CustomTitleBar.InactiveBackgroundColor = clWhite
CustomTitleBar.InactiveForegroundColor = 10066329
CustomTitleBar.ButtonForegroundColor = clWhite
CustomTitleBar.ButtonBackgroundColor = 14051691
CustomTitleBar.ButtonHoverForegroundColor = 65793
CustomTitleBar.ButtonHoverBackgroundColor = 14650510
CustomTitleBar.ButtonPressedForegroundColor = 65793
CustomTitleBar.ButtonPressedBackgroundColor = 15515327
CustomTitleBar.ButtonInactiveForegroundColor = 10066329
CustomTitleBar.ButtonInactiveBackgroundColor = clWhite
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
GlassFrame.Enabled = True
GlassFrame.Top = 1
OldCreateOrder = False
StyleElements = [seFont, seClient]
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object EdgeBrowser1: TEdgeBrowser
Left = 0
Top = 30
Width = 677
Height = 343
Align = alClient
TabOrder = 0
OnCreateWebViewCompleted = EdgeBrowser1CreateWebViewCompleted
ExplicitLeft = 8
ExplicitTop = 16
ExplicitWidth = 609
ExplicitHeight = 319
end
object ChromeTabs1: TChromeTabs
Left = 0
Top = 0
Width = 677
Height = 30
ActiveTabIndex = 0
Options.Display.CloseButton.Offsets.Vertical = 6
Options.Display.CloseButton.Offsets.Horizontal = 2
Options.Display.CloseButton.Height = 14
Options.Display.CloseButton.Width = 14
Options.Display.CloseButton.AutoHide = True
Options.Display.CloseButton.Visibility = bvAll
Options.Display.CloseButton.AutoHideWidth = 20
Options.Display.CloseButton.CrossRadialOffset = 4
Options.Display.AddButton.Offsets.Vertical = 10
Options.Display.AddButton.Offsets.Horizontal = 2
Options.Display.AddButton.Height = 14
Options.Display.AddButton.Width = 31
Options.Display.AddButton.ShowPlusSign = False
Options.Display.AddButton.Visibility = avRightFloating
Options.Display.AddButton.HorizontalOffsetFloating = -3
Options.Display.ScrollButtonLeft.Offsets.Vertical = 10
Options.Display.ScrollButtonLeft.Offsets.Horizontal = 1
Options.Display.ScrollButtonLeft.Height = 15
Options.Display.ScrollButtonLeft.Width = 15
Options.Display.ScrollButtonRight.Offsets.Vertical = 10
Options.Display.ScrollButtonRight.Offsets.Horizontal = 1
Options.Display.ScrollButtonRight.Height = 15
Options.Display.ScrollButtonRight.Width = 15
Options.Display.TabModifiedGlow.Style = msRightToLeft
Options.Display.TabModifiedGlow.VerticalOffset = -6
Options.Display.TabModifiedGlow.Height = 30
Options.Display.TabModifiedGlow.Width = 100
Options.Display.TabModifiedGlow.AnimationPeriodMS = 4000
Options.Display.TabModifiedGlow.EaseType = ttEaseInOutQuad
Options.Display.TabModifiedGlow.AnimationUpdateMS = 50
Options.Display.Tabs.SeeThroughTabs = False
Options.Display.Tabs.TabOverlap = 15
Options.Display.Tabs.ContentOffsetLeft = 18
Options.Display.Tabs.ContentOffsetRight = 16
Options.Display.Tabs.OffsetLeft = 0
Options.Display.Tabs.OffsetTop = 4
Options.Display.Tabs.OffsetRight = 0
Options.Display.Tabs.OffsetBottom = 0
Options.Display.Tabs.MinWidth = 25
Options.Display.Tabs.MaxWidth = 200
Options.Display.Tabs.TabWidthFromContent = False
Options.Display.Tabs.PinnedWidth = 39
Options.Display.Tabs.ImageOffsetLeft = 13
Options.Display.Tabs.TextTrimType = tttFade
Options.Display.Tabs.Orientation = toTop
Options.Display.Tabs.BaseLineTabRegionOnly = False
Options.Display.Tabs.WordWrap = False
Options.Display.Tabs.TextAlignmentHorizontal = taLeftJustify
Options.Display.Tabs.TextAlignmentVertical = taVerticalCenter
Options.Display.Tabs.ShowImages = True
Options.Display.Tabs.ShowPinnedTabText = False
Options.Display.TabContainer.TransparentBackground = True
Options.Display.TabContainer.OverlayButtons = True
Options.Display.TabContainer.PaddingLeft = 0
Options.Display.TabContainer.PaddingRight = 0
Options.Display.TabMouseGlow.Offsets.Vertical = 0
Options.Display.TabMouseGlow.Offsets.Horizontal = 0
Options.Display.TabMouseGlow.Height = 200
Options.Display.TabMouseGlow.Width = 200
Options.Display.TabMouseGlow.Visible = True
Options.Display.TabSpinners.Upload.ReverseDirection = True
Options.Display.TabSpinners.Upload.RenderedAnimationStep = 2
Options.Display.TabSpinners.Upload.Position.Offsets.Vertical = 0
Options.Display.TabSpinners.Upload.Position.Offsets.Horizontal = 0
Options.Display.TabSpinners.Upload.Position.Height = 16
Options.Display.TabSpinners.Upload.Position.Width = 16
Options.Display.TabSpinners.Upload.SweepAngle = 135
Options.Display.TabSpinners.Download.ReverseDirection = False
Options.Display.TabSpinners.Download.RenderedAnimationStep = 5
Options.Display.TabSpinners.Download.Position.Offsets.Vertical = 0
Options.Display.TabSpinners.Download.Position.Offsets.Horizontal = 0
Options.Display.TabSpinners.Download.Position.Height = 16
Options.Display.TabSpinners.Download.Position.Width = 16
Options.Display.TabSpinners.Download.SweepAngle = 135
Options.Display.TabSpinners.AnimationUpdateMS = 50
Options.Display.TabSpinners.HideImagesWhenSpinnerVisible = True
Options.DragDrop.DragType = dtBetweenContainers
Options.DragDrop.DragOutsideImageAlpha = 220
Options.DragDrop.DragOutsideDistancePixels = 30
Options.DragDrop.DragStartPixels = 20
Options.DragDrop.DragControlImageResizeFactor = 0.500000000000000000
Options.DragDrop.DragCursor = crDefault
Options.DragDrop.DragDisplay = ddTabAndControl
Options.DragDrop.DragFormBorderWidth = 2
Options.DragDrop.DragFormBorderColor = 8421504
Options.DragDrop.ContrainDraggedTabWithinContainer = True
Options.Animation.DefaultMovementAnimationTimeMS = 100
Options.Animation.DefaultStyleAnimationTimeMS = 300
Options.Animation.AnimationTimerInterval = 15
Options.Animation.MinimumTabAnimationWidth = 40
Options.Animation.DefaultMovementEaseType = ttLinearTween
Options.Animation.DefaultStyleEaseType = ttLinearTween
Options.Animation.MovementAnimations.TabAdd.UseDefaultEaseType = True
Options.Animation.MovementAnimations.TabAdd.UseDefaultAnimationTime = True
Options.Animation.MovementAnimations.TabAdd.EaseType = ttEaseOutExpo
Options.Animation.MovementAnimations.TabAdd.AnimationTimeMS = 500
Options.Animation.MovementAnimations.TabDelete.UseDefaultEaseType = True
Options.Animation.MovementAnimations.TabDelete.UseDefaultAnimationTime = True
Options.Animation.MovementAnimations.TabDelete.EaseType = ttEaseOutExpo
Options.Animation.MovementAnimations.TabDelete.AnimationTimeMS = 500
Options.Animation.MovementAnimations.TabMove.UseDefaultEaseType = False
Options.Animation.MovementAnimations.TabMove.UseDefaultAnimationTime = False
Options.Animation.MovementAnimations.TabMove.EaseType = ttEaseOutExpo
Options.Animation.MovementAnimations.TabMove.AnimationTimeMS = 500
Options.Behaviour.BackgroundDblClickMaximiseRestoreForm = True
Options.Behaviour.BackgroundDragMovesForm = True
Options.Behaviour.TabSmartDeleteResizing = True
Options.Behaviour.TabSmartDeleteResizeCancelDelay = 700
Options.Behaviour.UseBuiltInPopupMenu = True
Options.Behaviour.TabRightClickSelect = True
Options.Behaviour.ActivateNewTab = True
Options.Behaviour.DebugMode = False
Options.Behaviour.IgnoreDoubleClicksWhileAnimatingMovement = True
Options.Scrolling.Enabled = True
Options.Scrolling.ScrollButtons = csbRight
Options.Scrolling.ScrollStep = 20
Options.Scrolling.ScrollRepeatDelay = 20
Options.Scrolling.AutoHideButtons = False
Options.Scrolling.DragScroll = True
Options.Scrolling.DragScrollOffset = 50
Options.Scrolling.MouseWheelScroll = True
Tabs = <
item
Caption = 'WebViewer'
Active = True
Tag = 0
ImageIndex = -1
ImageIndexOverlay = -1
Pinned = False
Visible = True
Modified = False
SpinnerState = tssNone
HideCloseButton = False
end>
LookAndFeel.TabsContainer.StartColor = 14586466
LookAndFeel.TabsContainer.StopColor = 13201730
LookAndFeel.TabsContainer.StartAlpha = 255
LookAndFeel.TabsContainer.StopAlpha = 255
LookAndFeel.TabsContainer.OutlineColor = 14520930
LookAndFeel.TabsContainer.OutlineAlpha = 0
LookAndFeel.Tabs.BaseLine.Color = 11110509
LookAndFeel.Tabs.BaseLine.Thickness = 1.000000000000000000
LookAndFeel.Tabs.BaseLine.Alpha = 255
LookAndFeel.Tabs.Modified.CentreColor = clWhite
LookAndFeel.Tabs.Modified.OutsideColor = clWhite
LookAndFeel.Tabs.Modified.CentreAlpha = 130
LookAndFeel.Tabs.Modified.OutsideAlpha = 0
LookAndFeel.Tabs.DefaultFont.Name = 'Segoe UI'
LookAndFeel.Tabs.DefaultFont.Color = clBlack
LookAndFeel.Tabs.DefaultFont.Size = 9
LookAndFeel.Tabs.DefaultFont.Alpha = 255
LookAndFeel.Tabs.DefaultFont.TextRenderingMode = TextRenderingHintClearTypeGridFit
LookAndFeel.Tabs.MouseGlow.CentreColor = clWhite
LookAndFeel.Tabs.MouseGlow.OutsideColor = clWhite
LookAndFeel.Tabs.MouseGlow.CentreAlpha = 120
LookAndFeel.Tabs.MouseGlow.OutsideAlpha = 0
LookAndFeel.Tabs.Spinners.Upload.Color = 12759975
LookAndFeel.Tabs.Spinners.Upload.Thickness = 2.500000000000000000
LookAndFeel.Tabs.Spinners.Upload.Alpha = 255
LookAndFeel.Tabs.Spinners.Download.Color = 14388040
LookAndFeel.Tabs.Spinners.Download.Thickness = 2.500000000000000000
LookAndFeel.Tabs.Spinners.Download.Alpha = 255
LookAndFeel.Tabs.Active.Font.Name = 'Segoe UI'
LookAndFeel.Tabs.Active.Font.Color = clOlive
LookAndFeel.Tabs.Active.Font.Size = 9
LookAndFeel.Tabs.Active.Font.Alpha = 100
LookAndFeel.Tabs.Active.Font.TextRenderingMode = TextRenderingHintClearTypeGridFit
LookAndFeel.Tabs.Active.Font.UseDefaultFont = True
LookAndFeel.Tabs.Active.Style.StartColor = clWhite
LookAndFeel.Tabs.Active.Style.StopColor = 16316920
LookAndFeel.Tabs.Active.Style.StartAlpha = 255
LookAndFeel.Tabs.Active.Style.StopAlpha = 255
LookAndFeel.Tabs.Active.Style.OutlineColor = 10189918
LookAndFeel.Tabs.Active.Style.OutlineSize = 1.000000000000000000
LookAndFeel.Tabs.Active.Style.OutlineAlpha = 255
LookAndFeel.Tabs.NotActive.Font.Name = 'Segoe UI'
LookAndFeel.Tabs.NotActive.Font.Color = 4603477
LookAndFeel.Tabs.NotActive.Font.Size = 9
LookAndFeel.Tabs.NotActive.Font.Alpha = 215
LookAndFeel.Tabs.NotActive.Font.TextRenderingMode = TextRenderingHintClearTypeGridFit
LookAndFeel.Tabs.NotActive.Font.UseDefaultFont = False
LookAndFeel.Tabs.NotActive.Style.StartColor = 15194573
LookAndFeel.Tabs.NotActive.Style.StopColor = 15194573
LookAndFeel.Tabs.NotActive.Style.StartAlpha = 210
LookAndFeel.Tabs.NotActive.Style.StopAlpha = 210
LookAndFeel.Tabs.NotActive.Style.OutlineColor = 13546390
LookAndFeel.Tabs.NotActive.Style.OutlineSize = 1.000000000000000000
LookAndFeel.Tabs.NotActive.Style.OutlineAlpha = 215
LookAndFeel.Tabs.Hot.Font.Name = 'Segoe UI'
LookAndFeel.Tabs.Hot.Font.Color = 4210752
LookAndFeel.Tabs.Hot.Font.Size = 9
LookAndFeel.Tabs.Hot.Font.Alpha = 215
LookAndFeel.Tabs.Hot.Font.TextRenderingMode = TextRenderingHintClearTypeGridFit
LookAndFeel.Tabs.Hot.Font.UseDefaultFont = False
LookAndFeel.Tabs.Hot.Style.StartColor = 15721176
LookAndFeel.Tabs.Hot.Style.StopColor = 15589847
LookAndFeel.Tabs.Hot.Style.StartAlpha = 255
LookAndFeel.Tabs.Hot.Style.StopAlpha = 255
LookAndFeel.Tabs.Hot.Style.OutlineColor = 12423799
LookAndFeel.Tabs.Hot.Style.OutlineSize = 1.000000000000000000
LookAndFeel.Tabs.Hot.Style.OutlineAlpha = 235
LookAndFeel.CloseButton.Cross.Normal.Color = 6643031
LookAndFeel.CloseButton.Cross.Normal.Thickness = 1.500000000000000000
LookAndFeel.CloseButton.Cross.Normal.Alpha = 255
LookAndFeel.CloseButton.Cross.Down.Color = 15461369
LookAndFeel.CloseButton.Cross.Down.Thickness = 2.000000000000000000
LookAndFeel.CloseButton.Cross.Down.Alpha = 220
LookAndFeel.CloseButton.Cross.Hot.Color = clWhite
LookAndFeel.CloseButton.Cross.Hot.Thickness = 2.000000000000000000
LookAndFeel.CloseButton.Cross.Hot.Alpha = 220
LookAndFeel.CloseButton.Circle.Normal.StartColor = clGradientActiveCaption
LookAndFeel.CloseButton.Circle.Normal.StopColor = clNone
LookAndFeel.CloseButton.Circle.Normal.StartAlpha = 0
LookAndFeel.CloseButton.Circle.Normal.StopAlpha = 0
LookAndFeel.CloseButton.Circle.Normal.OutlineColor = clGray
LookAndFeel.CloseButton.Circle.Normal.OutlineSize = 1.000000000000000000
LookAndFeel.CloseButton.Circle.Normal.OutlineAlpha = 0
LookAndFeel.CloseButton.Circle.Down.StartColor = 3487169
LookAndFeel.CloseButton.Circle.Down.StopColor = 3487169
LookAndFeel.CloseButton.Circle.Down.StartAlpha = 255
LookAndFeel.CloseButton.Circle.Down.StopAlpha = 255
LookAndFeel.CloseButton.Circle.Down.OutlineColor = clGray
LookAndFeel.CloseButton.Circle.Down.OutlineSize = 1.000000000000000000
LookAndFeel.CloseButton.Circle.Down.OutlineAlpha = 255
LookAndFeel.CloseButton.Circle.Hot.StartColor = 9408475
LookAndFeel.CloseButton.Circle.Hot.StopColor = 9803748
LookAndFeel.CloseButton.Circle.Hot.StartAlpha = 255
LookAndFeel.CloseButton.Circle.Hot.StopAlpha = 255
LookAndFeel.CloseButton.Circle.Hot.OutlineColor = 6054595
LookAndFeel.CloseButton.Circle.Hot.OutlineSize = 1.000000000000000000
LookAndFeel.CloseButton.Circle.Hot.OutlineAlpha = 255
LookAndFeel.AddButton.Button.Normal.StartColor = 14340292
LookAndFeel.AddButton.Button.Normal.StopColor = 14340035
LookAndFeel.AddButton.Button.Normal.StartAlpha = 255
LookAndFeel.AddButton.Button.Normal.StopAlpha = 255
LookAndFeel.AddButton.Button.Normal.OutlineColor = 13088421
LookAndFeel.AddButton.Button.Normal.OutlineSize = 1.000000000000000000
LookAndFeel.AddButton.Button.Normal.OutlineAlpha = 255
LookAndFeel.AddButton.Button.Down.StartColor = 13417645
LookAndFeel.AddButton.Button.Down.StopColor = 13417644
LookAndFeel.AddButton.Button.Down.StartAlpha = 255
LookAndFeel.AddButton.Button.Down.StopAlpha = 255
LookAndFeel.AddButton.Button.Down.OutlineColor = 10852748
LookAndFeel.AddButton.Button.Down.OutlineSize = 1.000000000000000000
LookAndFeel.AddButton.Button.Down.OutlineAlpha = 255
LookAndFeel.AddButton.Button.Hot.StartColor = 15524314
LookAndFeel.AddButton.Button.Hot.StopColor = 15524314
LookAndFeel.AddButton.Button.Hot.StartAlpha = 255
LookAndFeel.AddButton.Button.Hot.StopAlpha = 255
LookAndFeel.AddButton.Button.Hot.OutlineColor = 14927787
LookAndFeel.AddButton.Button.Hot.OutlineSize = 1.000000000000000000
LookAndFeel.AddButton.Button.Hot.OutlineAlpha = 255
LookAndFeel.AddButton.PlusSign.Normal.StartColor = clWhite
LookAndFeel.AddButton.PlusSign.Normal.StopColor = clWhite
LookAndFeel.AddButton.PlusSign.Normal.StartAlpha = 255
LookAndFeel.AddButton.PlusSign.Normal.StopAlpha = 255
LookAndFeel.AddButton.PlusSign.Normal.OutlineColor = clGray
LookAndFeel.AddButton.PlusSign.Normal.OutlineSize = 1.000000000000000000
LookAndFeel.AddButton.PlusSign.Normal.OutlineAlpha = 255
LookAndFeel.AddButton.PlusSign.Down.StartColor = clWhite
LookAndFeel.AddButton.PlusSign.Down.StopColor = clWhite
LookAndFeel.AddButton.PlusSign.Down.StartAlpha = 255
LookAndFeel.AddButton.PlusSign.Down.StopAlpha = 255
LookAndFeel.AddButton.PlusSign.Down.OutlineColor = clGray
LookAndFeel.AddButton.PlusSign.Down.OutlineSize = 1.000000000000000000
LookAndFeel.AddButton.PlusSign.Down.OutlineAlpha = 255
LookAndFeel.AddButton.PlusSign.Hot.StartColor = clWhite
LookAndFeel.AddButton.PlusSign.Hot.StopColor = clWhite
LookAndFeel.AddButton.PlusSign.Hot.StartAlpha = 255
LookAndFeel.AddButton.PlusSign.Hot.StopAlpha = 255
LookAndFeel.AddButton.PlusSign.Hot.OutlineColor = clGray
LookAndFeel.AddButton.PlusSign.Hot.OutlineSize = 1.000000000000000000
LookAndFeel.AddButton.PlusSign.Hot.OutlineAlpha = 255
LookAndFeel.ScrollButtons.Button.Normal.StartColor = 14735310
LookAndFeel.ScrollButtons.Button.Normal.StopColor = 14274499
LookAndFeel.ScrollButtons.Button.Normal.StartAlpha = 255
LookAndFeel.ScrollButtons.Button.Normal.StopAlpha = 255
LookAndFeel.ScrollButtons.Button.Normal.OutlineColor = 11507842
LookAndFeel.ScrollButtons.Button.Normal.OutlineSize = 1.000000000000000000
LookAndFeel.ScrollButtons.Button.Normal.OutlineAlpha = 255
LookAndFeel.ScrollButtons.Button.Down.StartColor = 13417645
LookAndFeel.ScrollButtons.Button.Down.StopColor = 13417644
LookAndFeel.ScrollButtons.Button.Down.StartAlpha = 255
LookAndFeel.ScrollButtons.Button.Down.StopAlpha = 255
LookAndFeel.ScrollButtons.Button.Down.OutlineColor = 10852748
LookAndFeel.ScrollButtons.Button.Down.OutlineSize = 1.000000000000000000
LookAndFeel.ScrollButtons.Button.Down.OutlineAlpha = 255
LookAndFeel.ScrollButtons.Button.Hot.StartColor = 15524314
LookAndFeel.ScrollButtons.Button.Hot.StopColor = 15524313
LookAndFeel.ScrollButtons.Button.Hot.StartAlpha = 255
LookAndFeel.ScrollButtons.Button.Hot.StopAlpha = 255
LookAndFeel.ScrollButtons.Button.Hot.OutlineColor = 14927788
LookAndFeel.ScrollButtons.Button.Hot.OutlineSize = 1.000000000000000000
LookAndFeel.ScrollButtons.Button.Hot.OutlineAlpha = 255
LookAndFeel.ScrollButtons.Button.Disabled.StartColor = 14340036
LookAndFeel.ScrollButtons.Button.Disabled.StopColor = 14274499
LookAndFeel.ScrollButtons.Button.Disabled.StartAlpha = 150
LookAndFeel.ScrollButtons.Button.Disabled.StopAlpha = 150
LookAndFeel.ScrollButtons.Button.Disabled.OutlineColor = 11113341
LookAndFeel.ScrollButtons.Button.Disabled.OutlineSize = 1.000000000000000000
LookAndFeel.ScrollButtons.Button.Disabled.OutlineAlpha = 100
LookAndFeel.ScrollButtons.Arrow.Normal.StartColor = clWhite
LookAndFeel.ScrollButtons.Arrow.Normal.StopColor = clWhite
LookAndFeel.ScrollButtons.Arrow.Normal.StartAlpha = 255
LookAndFeel.ScrollButtons.Arrow.Normal.StopAlpha = 255
LookAndFeel.ScrollButtons.Arrow.Normal.OutlineColor = clGray
LookAndFeel.ScrollButtons.Arrow.Normal.OutlineSize = 1.000000000000000000
LookAndFeel.ScrollButtons.Arrow.Normal.OutlineAlpha = 200
LookAndFeel.ScrollButtons.Arrow.Down.StartColor = clWhite
LookAndFeel.ScrollButtons.Arrow.Down.StopColor = clWhite
LookAndFeel.ScrollButtons.Arrow.Down.StartAlpha = 255
LookAndFeel.ScrollButtons.Arrow.Down.StopAlpha = 255
LookAndFeel.ScrollButtons.Arrow.Down.OutlineColor = clGray
LookAndFeel.ScrollButtons.Arrow.Down.OutlineSize = 1.000000000000000000
LookAndFeel.ScrollButtons.Arrow.Down.OutlineAlpha = 200
LookAndFeel.ScrollButtons.Arrow.Hot.StartColor = clWhite
LookAndFeel.ScrollButtons.Arrow.Hot.StopColor = clWhite
LookAndFeel.ScrollButtons.Arrow.Hot.StartAlpha = 255
LookAndFeel.ScrollButtons.Arrow.Hot.StopAlpha = 255
LookAndFeel.ScrollButtons.Arrow.Hot.OutlineColor = clGray
LookAndFeel.ScrollButtons.Arrow.Hot.OutlineSize = 1.000000000000000000
LookAndFeel.ScrollButtons.Arrow.Hot.OutlineAlpha = 200
LookAndFeel.ScrollButtons.Arrow.Disabled.StartColor = clSilver
LookAndFeel.ScrollButtons.Arrow.Disabled.StopColor = clSilver
LookAndFeel.ScrollButtons.Arrow.Disabled.StartAlpha = 150
LookAndFeel.ScrollButtons.Arrow.Disabled.StopAlpha = 150
LookAndFeel.ScrollButtons.Arrow.Disabled.OutlineColor = clGray
LookAndFeel.ScrollButtons.Arrow.Disabled.OutlineSize = 1.000000000000000000
LookAndFeel.ScrollButtons.Arrow.Disabled.OutlineAlpha = 200
Align = alTop
TabOrder = 1
ExplicitLeft = 176
ExplicitTop = 176
ExplicitWidth = 300
end
end