-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProperties.dfm
More file actions
273 lines (273 loc) · 5.7 KB
/
Properties.dfm
File metadata and controls
273 lines (273 loc) · 5.7 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
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
object FilePropertiesForm: TFilePropertiesForm
Left = 225
Top = 137
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Properties'
ClientHeight = 241
ClientWidth = 369
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object GroupBox1: TGroupBox
Left = 8
Top = 8
Width = 177
Height = 113
Caption = 'Audio format'
TabOrder = 0
object Label1: TLabel
Left = 23
Top = 15
Width = 59
Height = 13
Alignment = taRightJustify
Caption = 'Sample rate:'
end
object Label2: TLabel
Left = 8
Top = 39
Width = 74
Height = 13
Alignment = taRightJustify
Caption = 'Bits per sample:'
end
object Label3: TLabel
Left = 35
Top = 63
Width = 47
Height = 13
Alignment = taRightJustify
Caption = 'Channels:'
end
object Label4: TLabel
Left = 12
Top = 87
Width = 70
Height = 13
Alignment = taRightJustify
Caption = 'Avg. data rate:'
end
object Label5: TLabel
Left = 144
Top = 16
Width = 16
Height = 13
Caption = 'Hz.'
end
object Label6: TLabel
Left = 144
Top = 88
Width = 21
Height = 13
Caption = 'Bps.'
end
object lSamplesPerSec: TStaticText
Left = 88
Top = 16
Width = 49
Height = 17
Alignment = taRightJustify
AutoSize = False
BorderStyle = sbsSunken
Caption = '00000'
TabOrder = 0
end
object lBitsPerSample: TStaticText
Left = 88
Top = 40
Width = 25
Height = 17
Alignment = taRightJustify
AutoSize = False
BorderStyle = sbsSunken
Caption = '00'
TabOrder = 1
end
object lChannels: TStaticText
Left = 88
Top = 64
Width = 25
Height = 17
Alignment = taRightJustify
AutoSize = False
BorderStyle = sbsSunken
Caption = '0'
TabOrder = 2
end
object lAvgBytesPerSec: TStaticText
Left = 88
Top = 88
Width = 49
Height = 17
Alignment = taRightJustify
AutoSize = False
BorderStyle = sbsSunken
Caption = '000000'
TabOrder = 3
end
end
object BitBtn1: TBitBtn
Left = 147
Top = 200
Width = 75
Height = 33
TabOrder = 1
Kind = bkOK
end
object GroupBox2: TGroupBox
Left = 8
Top = 128
Width = 177
Height = 65
Caption = 'Wave file'
TabOrder = 2
object Label7: TLabel
Left = 8
Top = 16
Width = 79
Height = 13
Alignment = taRightJustify
Caption = 'Total data bytes:'
end
object Label8: TLabel
Left = 13
Top = 40
Width = 90
Height = 13
Alignment = taRightJustify
Caption = 'Duration (mm:ss:ff):'
end
object lWaveSize: TStaticText
Left = 96
Top = 16
Width = 73
Height = 17
AutoSize = False
BorderStyle = sbsSunken
Caption = '0'
TabOrder = 0
end
object lTotalTime: TStaticText
Left = 120
Top = 40
Width = 49
Height = 17
AutoSize = False
BorderStyle = sbsSunken
Caption = '00:00.00'
TabOrder = 1
end
end
object GroupBox3: TGroupBox
Left = 192
Top = 8
Width = 169
Height = 185
Caption = 'Dynamics'
TabOrder = 3
object Label9: TLabel
Left = 8
Top = 16
Width = 140
Height = 13
Caption = 'Maximum sample level (16-bit)'
end
object Label10: TLabel
Left = 56
Top = 32
Width = 35
Height = 13
Caption = '/32767'
end
object Label11: TLabel
Left = 136
Top = 32
Width = 8
Height = 13
Caption = '%'
end
object Label12: TLabel
Left = 56
Top = 56
Width = 35
Height = 13
Caption = '/32768'
end
object Label13: TLabel
Left = 136
Top = 56
Width = 8
Height = 13
Caption = '%'
end
object Label14: TLabel
Left = 8
Top = 88
Width = 126
Height = 13
Caption = 'Number of clipped sectors:'
end
object lMaxSampleValue: TStaticText
Left = 12
Top = 32
Width = 45
Height = 17
Alignment = taRightJustify
AutoSize = False
BorderStyle = sbsSunken
Caption = '00000'
TabOrder = 0
end
object lMaxSamplePercent: TStaticText
Left = 112
Top = 32
Width = 24
Height = 17
Alignment = taRightJustify
AutoSize = False
BorderStyle = sbsSunken
Caption = '00'
TabOrder = 1
end
object lMinSampleValue: TStaticText
Left = 12
Top = 56
Width = 45
Height = 17
Alignment = taRightJustify
AutoSize = False
BorderStyle = sbsSunken
Caption = '00000'
TabOrder = 2
end
object lMinSamplePercent: TStaticText
Left = 112
Top = 56
Width = 24
Height = 17
Alignment = taRightJustify
AutoSize = False
BorderStyle = sbsSunken
Caption = '00'
TabOrder = 3
end
object lClippedSectors: TStaticText
Left = 88
Top = 104
Width = 49
Height = 17
Alignment = taRightJustify
AutoSize = False
BorderStyle = sbsSunken
Caption = '00'
TabOrder = 4
end
end
end