-
Notifications
You must be signed in to change notification settings - Fork 3
/
FontConfig.dfm
206 lines (206 loc) · 3.97 KB
/
FontConfig.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
object FFontConfig: TFFontConfig
Left = 209
Top = 116
BorderIcons = []
BorderStyle = bsSingle
Caption = 'Font Configuration'
ClientHeight = 249
ClientWidth = 314
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnClose = FormClose
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label3: TLabel
Left = 81
Top = 43
Width = 44
Height = 13
Caption = 'Font Size'
end
object SBold: TSpeedButton
Left = 159
Top = 62
Width = 23
Height = 22
AllowAllUp = True
GroupIndex = 2
Caption = 'B'
Enabled = False
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'Tahoma'
Font.Style = [fsBold]
Layout = blGlyphBottom
ParentFont = False
OnClick = SBoldClick
end
object SItalic: TSpeedButton
Left = 159
Top = 88
Width = 23
Height = 22
AllowAllUp = True
GroupIndex = 1
Caption = 'i'
Enabled = False
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'Times New Roman'
Font.Style = [fsBold, fsItalic]
Layout = blGlyphTop
ParentFont = False
OnClick = SItalicClick
end
object Label1: TLabel
Left = 94
Top = 117
Width = 54
Height = 13
Caption = 'Text Colour'
end
object CBFont: TComboBox
Left = 9
Top = 11
Width = 177
Height = 21
Style = csDropDownList
Enabled = False
ItemHeight = 13
Sorted = True
TabOrder = 0
OnChange = CBFontChange
end
object FontTick: TCheckBox
Left = 201
Top = 11
Width = 110
Height = 17
Caption = 'Force this setting'
TabOrder = 1
OnClick = FontTickClick
end
object SizeTick: TCheckBox
Left = 201
Top = 37
Width = 110
Height = 17
Caption = 'Force this setting'
TabOrder = 2
OnClick = SizeTickClick
end
object FontSize: TEdit
Left = 137
Top = 37
Width = 30
Height = 21
Hint = 'Font Size|Select font size'
Enabled = False
TabOrder = 3
Text = '24'
end
object UpDown1: TUpDown
Left = 167
Top = 37
Width = 15
Height = 21
Associate = FontSize
Enabled = False
Position = 24
TabOrder = 4
OnClick = UpDown1Click
end
object BoldTick: TCheckBox
Left = 201
Top = 62
Width = 110
Height = 17
Caption = 'Force this setting'
TabOrder = 5
OnClick = BoldTickClick
end
object ItalTick: TCheckBox
Left = 201
Top = 88
Width = 110
Height = 17
Caption = 'Force this setting'
TabOrder = 6
OnClick = ItalTickClick
end
object PCol1: TPanel
Left = 159
Top = 113
Width = 22
Height = 22
TabOrder = 7
OnClick = PCol1Click
object PColf: TPanel
Left = 4
Top = 4
Width = 14
Height = 14
BevelOuter = bvNone
Color = clHighlightText
TabOrder = 0
OnClick = PColfClick
end
end
object ForeTick: TCheckBox
Left = 201
Top = 113
Width = 110
Height = 17
Caption = 'Force this setting'
TabOrder = 8
OnClick = ForeTickClick
end
object PSample: TPanel
Left = 7
Top = 150
Width = 300
Height = 70
BevelInner = bvLowered
BevelOuter = bvLowered
Caption = 'PSample'
TabOrder = 9
object LSample: TLabel
Left = 2
Top = 2
Width = 295
Height = 65
Alignment = taCenter
AutoSize = False
Caption = 'LSample'
Color = clBlack
Font.Charset = DEFAULT_CHARSET
Font.Color = clWhite
Font.Height = -32
Font.Name = 'Arial'
Font.Style = []
ParentColor = False
ParentFont = False
end
end
object BOK: TButton
Left = 136
Top = 224
Width = 75
Height = 25
Caption = 'OK'
TabOrder = 10
OnClick = BOKClick
end
object ColorDialog2: TmbOfficeColorDialog
Left = 32
Top = 224
end
end