-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathToolSettings.dfm
More file actions
94 lines (94 loc) · 2.86 KB
/
Copy pathToolSettings.dfm
File metadata and controls
94 lines (94 loc) · 2.86 KB
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
inherited frmToolSettings: TfrmToolSettings
Caption = 'Settings'
ClientHeight = 82
ExplicitHeight = 121
PixelsPerInch = 96
TextHeight = 13
inherited pnlMain: TPanel
Height = 82
Font.Height = -16
ParentFont = False
OnResize = pnlMainResize
ExplicitHeight = 82
inherited Panel1: TPanel
inherited lblTitle: TLabel
Width = 303
Caption = 'Settings'
ExplicitWidth = 46
end
inherited Button1: TButton
Visible = False
ExplicitLeft = 322
ExplicitHeight = 19
end
end
object btnSettings: TAdvSmoothButton
AlignWithMargins = True
Left = 6
Top = 27
Width = 147
Height = 49
Margins.Left = 6
Margins.Right = 6
Margins.Bottom = 6
Align = alLeft
Appearance.PictureAlignment = taCenter
Appearance.SimpleLayout = False
Appearance.Rounding = 0
Status.Caption = '0'
Status.Appearance.Fill.Color = clRed
Status.Appearance.Fill.ColorMirror = clNone
Status.Appearance.Fill.ColorMirrorTo = clNone
Status.Appearance.Fill.GradientType = gtSolid
Status.Appearance.Fill.GradientMirrorType = gtSolid
Status.Appearance.Fill.BorderColor = clGray
Status.Appearance.Fill.Rounding = 0
Status.Appearance.Fill.ShadowOffset = 0
Status.Appearance.Fill.Glow = gmNone
Status.Appearance.Font.Charset = DEFAULT_CHARSET
Status.Appearance.Font.Color = clWhite
Status.Appearance.Font.Height = -11
Status.Appearance.Font.Name = 'Tahoma'
Status.Appearance.Font.Style = []
Caption = 'System Settings'
TabOrder = 1
Version = '2.2.3.1'
OnClick = btnSettingsClick
TMSStyle = 8
end
object btnFilters: TAdvSmoothButton
AlignWithMargins = True
Left = 165
Top = 27
Width = 180
Height = 49
Margins.Left = 6
Margins.Right = 6
Margins.Bottom = 6
Align = alClient
Appearance.PictureAlignment = taCenter
Appearance.SimpleLayout = False
Appearance.Rounding = 0
Status.Caption = '0'
Status.Appearance.Fill.Color = clRed
Status.Appearance.Fill.ColorMirror = clNone
Status.Appearance.Fill.ColorMirrorTo = clNone
Status.Appearance.Fill.GradientType = gtSolid
Status.Appearance.Fill.GradientMirrorType = gtSolid
Status.Appearance.Fill.BorderColor = clGray
Status.Appearance.Fill.Rounding = 0
Status.Appearance.Fill.ShadowOffset = 0
Status.Appearance.Fill.Glow = gmNone
Status.Appearance.Font.Charset = DEFAULT_CHARSET
Status.Appearance.Font.Color = clWhite
Status.Appearance.Font.Height = -11
Status.Appearance.Font.Name = 'Tahoma'
Status.Appearance.Font.Style = []
Caption = 'Balloon Filters'
TabOrder = 2
Version = '2.2.3.1'
OnClick = btnFiltersClick
TMSStyle = 8
end
end
end