forked from alexgoussev/TrackProcessor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Metadata.dfm
112 lines (112 loc) · 2.05 KB
/
Metadata.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
object EditMetadata: TEditMetadata
Left = 340
Top = 177
BorderIcons = []
BorderStyle = bsDialog
Caption = 'Track Metadata'
ClientHeight = 404
ClientWidth = 482
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 8
Top = 8
Width = 465
Height = 353
BevelOuter = bvLowered
TabOrder = 0
object Label1: TLabel
Left = 14
Top = 12
Width = 59
Height = 13
Caption = 'Track Name'
end
object Label2: TLabel
Left = 14
Top = 72
Width = 84
Height = 13
Caption = 'Track Description'
end
object Label3: TLabel
Left = 14
Top = 168
Width = 75
Height = 13
Caption = 'Track Comment'
end
object Label4: TLabel
Left = 14
Top = 264
Width = 65
Height = 13
Caption = 'Track Source'
end
object Name: TEdit
Left = 16
Top = 32
Width = 433
Height = 21
TabOrder = 0
end
object Description: TMemo
Left = 16
Top = 96
Width = 433
Height = 49
TabOrder = 1
end
object Comment: TMemo
Left = 16
Top = 192
Width = 433
Height = 49
TabOrder = 2
end
object Source: TMemo
Left = 16
Top = 288
Width = 433
Height = 49
TabOrder = 3
end
end
object Set: TButton
Left = 320
Top = 370
Width = 75
Height = 25
Action = SetAction
Default = True
ModalResult = 1
TabOrder = 1
end
object Cancel: TButton
Left = 400
Top = 370
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 2
end
object EtitMetadataActions: TActionList
Left = 8
Top = 368
object SetAction: TAction
Caption = 'Set'
OnExecute = SetActionExecute
OnUpdate = SetActionUpdate
end
end
end