-
-
Notifications
You must be signed in to change notification settings - Fork 26
/
frmIcons.dfm
224 lines (224 loc) · 5.46 KB
/
frmIcons.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
object frameIcons: TframeIcons
Left = 0
Top = 0
Width = 538
Height = 378
TabOrder = 0
DesignSize = (
538
378)
object imgOriginal: TImage
Left = 194
Top = 88
Width = 105
Height = 105
end
object UText3: TUText
AlignWithMargins = True
Left = 0
Top = 20
Width = 538
Height = 28
Margins.Left = 0
Margins.Top = 20
Margins.Right = 0
Margins.Bottom = 5
Align = alTop
Caption = 'Customize Pinned Icons'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -20
Font.Name = 'Segoe UI'
Font.Style = []
ParentFont = False
TextKind = tkHeading
ExplicitWidth = 206
end
object imgNormal: TImage
Left = 305
Top = 88
Width = 105
Height = 105
end
object imgAlt: TImage
Left = 416
Top = 88
Width = 105
Height = 105
end
object UText1: TUText
Left = 194
Top = 56
Width = 74
Height = 17
Caption = 'Original icon'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Segoe UI'
Font.Style = []
ParentFont = False
end
object UText2: TUText
Left = 305
Top = 56
Width = 54
Height = 17
Caption = 'New Icon'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Segoe UI'
Font.Style = []
ParentFont = False
end
object UText4: TUText
Left = 416
Top = 56
Width = 99
Height = 17
Caption = 'Light Theme Icon'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Segoe UI'
Font.Style = []
ParentFont = False
end
object UScrollBox2: TUScrollBox
Left = 3
Top = 56
Width = 185
Height = 257
BorderStyle = bsNone
DoubleBuffered = True
Color = 15132390
ParentColor = False
ParentDoubleBuffered = False
TabOrder = 0
MaxScrollCount = 6
object ListBox1: TListBox
Left = 3
Top = 3
Width = 179
Height = 238
ItemHeight = 13
TabOrder = 0
end
end
object UButton5: TUButton
Left = 370
Top = 312
Width = 135
Height = 30
CustomBorderColors.None = 15921906
CustomBorderColors.Hover = 15132390
CustomBorderColors.Press = 13421772
CustomBorderColors.Disabled = 15921906
CustomBorderColors.Focused = 15921906
CustomBackColors.None = 15921906
CustomBackColors.Hover = 15132390
CustomBackColors.Press = 13421772
CustomBackColors.Disabled = 15921906
CustomBackColors.Focused = 15921906
CustomTextColors.Disabled = clGray
Text = 'Apply'
Anchors = [akRight, akBottom]
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Segoe UI'
Font.Style = []
ParentFont = False
TabOrder = 1
TabStop = True
OnClick = UButton5Click
end
object UButton1: TUButton
Left = 305
Top = 208
Width = 105
Height = 30
CustomBorderColors.None = 15921906
CustomBorderColors.Hover = 15132390
CustomBorderColors.Press = 13421772
CustomBorderColors.Disabled = 15921906
CustomBorderColors.Focused = 15921906
CustomBackColors.None = 15921906
CustomBackColors.Hover = 15132390
CustomBackColors.Press = 13421772
CustomBackColors.Disabled = 15921906
CustomBackColors.Focused = 15921906
CustomTextColors.Disabled = clGray
Text = 'Search icon'
Anchors = [akRight, akBottom]
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Segoe UI'
Font.Style = []
ParentFont = False
TabOrder = 2
TabStop = True
OnClick = UButton1Click
end
object UButton2: TUButton
Left = 416
Top = 208
Width = 105
Height = 30
CustomBorderColors.None = 15921906
CustomBorderColors.Hover = 15132390
CustomBorderColors.Press = 13421772
CustomBorderColors.Disabled = 15921906
CustomBorderColors.Focused = 15921906
CustomBackColors.None = 15921906
CustomBackColors.Hover = 15132390
CustomBackColors.Press = 13421772
CustomBackColors.Disabled = 15921906
CustomBackColors.Focused = 15921906
CustomTextColors.Disabled = clGray
Text = 'Search icon'
Anchors = [akRight, akBottom]
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Segoe UI'
Font.Style = []
ParentFont = False
TabOrder = 3
TabStop = True
OnClick = UButton2Click
end
object UButton3: TUButton
Left = 194
Top = 208
Width = 105
Height = 30
CustomBorderColors.None = 15921906
CustomBorderColors.Hover = 15132390
CustomBorderColors.Press = 13421772
CustomBorderColors.Disabled = 15921906
CustomBorderColors.Focused = 15921906
CustomBackColors.None = 15921906
CustomBackColors.Hover = 15132390
CustomBackColors.Press = 13421772
CustomBackColors.Disabled = 15921906
CustomBackColors.Focused = 15921906
CustomTextColors.Disabled = clGray
Text = 'Restore'
Anchors = [akRight, akBottom]
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Segoe UI'
Font.Style = []
ParentFont = False
TabOrder = 4
TabStop = True
end
object OpenPictureDialog1: TOpenPictureDialog
Left = 40
Top = 328
end
end