-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathViewCharSet.dfm
180 lines (180 loc) · 4.37 KB
/
ViewCharSet.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
object dlgViewCharacterSet: TdlgViewCharacterSet
Left = 308
Top = 157
Width = 330
Height = 311
Caption = 'View Character Set'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
DesignSize = (
322
277)
PixelsPerInch = 96
TextHeight = 13
object lblFontName: TLabel
Left = 8
Top = 8
Width = 137
Height = 13
AutoSize = False
end
object cbItalic: TSpeedButton
Left = 241
Top = 2
Width = 25
Height = 25
Hint = 'Italic'
AllowAllUp = True
GroupIndex = 2
Caption = 'I'
Flat = True
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -12
Font.Name = 'MS Sans Serif'
Font.Style = [fsItalic]
ParentFont = False
ParentShowHint = False
ShowHint = True
OnClick = cbItalicClick
end
object cbBold: TSpeedButton
Left = 216
Top = 2
Width = 25
Height = 25
Hint = 'Bold'
AllowAllUp = True
GroupIndex = 1
Caption = 'B'
Flat = True
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -12
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
ParentShowHint = False
ShowHint = True
OnClick = cbBoldClick
end
object cbUnderline: TSpeedButton
Left = 266
Top = 2
Width = 25
Height = 25
Hint = 'Underline'
AllowAllUp = True
GroupIndex = 3
Caption = 'U'
Flat = True
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -12
Font.Name = 'MS Sans Serif'
Font.Style = [fsUnderline]
ParentFont = False
ParentShowHint = False
ShowHint = True
OnClick = cbUnderlineClick
end
object cbStrikeout: TSpeedButton
Left = 291
Top = 2
Width = 25
Height = 25
Hint = 'Strikeout'
AllowAllUp = True
GroupIndex = 4
Caption = 'ABC'
Flat = True
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -9
Font.Name = 'MS Sans Serif'
Font.Style = [fsStrikeOut]
ParentFont = False
ParentShowHint = False
ShowHint = True
OnClick = cbStrikeoutClick
end
object bClose: TButton
Left = 242
Top = 256
Width = 75
Height = 25
Anchors = [akRight, akBottom]
Cancel = True
Caption = 'Close'
ModalResult = 2
TabOrder = 0
end
object eSample: TMemo
Left = 8
Top = 32
Width = 305
Height = 217
Anchors = [akLeft, akTop, akRight, akBottom]
Color = clBtnFace
ReadOnly = True
ScrollBars = ssVertical
TabOrder = 1
Visible = False
end
object cbASCIIcodes: TCheckBox
Left = 8
Top = 256
Width = 113
Height = 17
Anchors = [akLeft, akBottom]
Caption = 'Show ASCII codes'
Checked = True
State = cbChecked
TabOrder = 3
OnClick = cbASCIIcodesClick
end
object dgSample: TDrawGrid
Left = 8
Top = 32
Width = 305
Height = 217
Anchors = [akLeft, akTop, akRight, akBottom]
Color = clBtnFace
ColCount = 8
DefaultColWidth = 32
FixedCols = 0
RowCount = 64
FixedRows = 0
ScrollBars = ssVertical
TabOrder = 2
OnDrawCell = dgSampleDrawCell
end
object osePointSize: TOvcSliderEdit
Left = 156
Top = 2
Width = 57
Height = 21
AllowIncDec = True
ButtonGlyph.Data = {
4A010000424D4A0100000000000042000000280000000B0000000B0000000100
1000030000000801000000000000000000000000000000000000007C0000E003
00001F0000000042004200420042004200420042004200420042004200000042
0042004200420042004200420042004200420042000000420042004200000000
0042004200420042004200420000004200420042000000000000004200420042
0042004200000042004200420000000000000000004200420042004200000042
0042004200000000000000000000004200420042000000420042004200000000
0000000000420042004200420000004200420042000000000000004200420042
0042004200000042004200420000000000420042004200420042004200000042
0042004200420042004200420042004200420042000000420042004200420042
0042004200420042004200420000}
PopupMax = 72.000000000000000000
PopupStep = 1.000000000000000000
TabOrder = 4
end
end