-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathExportWav.dfm
More file actions
38 lines (38 loc) · 767 Bytes
/
ExportWav.dfm
File metadata and controls
38 lines (38 loc) · 767 Bytes
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
object Export: TExport
Left = 421
Top = 165
BorderIcons = []
BorderStyle = bsDialog
Caption = 'Export to wav...'
ClientHeight = 66
ClientWidth = 394
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsStayOnTop
KeyPreview = True
OldCreateOrder = False
Position = poOwnerFormCenter
PixelsPerInch = 96
TextHeight = 13
object ExportProgress: TProgressBar
Left = 16
Top = 16
Width = 360
Height = 33
Position = 100
Step = 1
TabOrder = 0
end
object ExportActions: TActionList
Left = 352
Top = 40
object StopExport: TAction
Caption = 'StopExport'
ShortCut = 27
end
end
end