-
Notifications
You must be signed in to change notification settings - Fork 1
/
unitframesound.lfm
156 lines (156 loc) · 3.82 KB
/
unitframesound.lfm
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
object FrameSound: TFrameSound
Left = 0
Height = 295
Top = 0
Width = 412
ClientHeight = 295
ClientWidth = 412
TabOrder = 0
DesignLeft = 308
DesignTop = 119
object Panel1: TPanel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
Left = 0
Height = 280
Top = 0
Width = 408
ClientHeight = 280
ClientWidth = 408
TabOrder = 0
object CheckBox1: TCheckBox
AnchorSideLeft.Control = Panel4
AnchorSideTop.Control = Bevel2
AnchorSideTop.Side = asrBottom
Left = 16
Height = 19
Top = 181
Width = 82
Caption = 'Mute sound'
TabOrder = 0
end
object PanelSoundLibrary: TPanel
AnchorSideLeft.Control = Panel1
AnchorSideTop.Control = Panel1
Left = 1
Height = 122
Top = 1
Width = 402
Caption = 'PanelSoundLibrary'
TabOrder = 1
end
object Bevel1: TBevel
AnchorSideLeft.Control = PanelSoundLibrary
AnchorSideTop.Control = PanelSoundLibrary
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = PanelSoundLibrary
AnchorSideRight.Side = asrBottom
Left = 6
Height = 8
Top = 123
Width = 392
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 5
BorderSpacing.Right = 5
Shape = bsTopLine
end
object Panel2: TPanel
AnchorSideLeft.Control = CheckBox1
AnchorSideTop.Control = CheckBox1
AnchorSideTop.Side = asrBottom
Left = 16
Height = 43
Top = 204
Width = 343
AutoSize = True
BorderSpacing.Top = 4
BevelOuter = bvNone
BorderStyle = bsSingle
ClientHeight = 39
ClientWidth = 339
TabOrder = 2
object PanelVolume: TPanel
AnchorSideLeft.Control = Panel2
AnchorSideTop.Control = Panel2
Left = 4
Height = 31
Top = 4
Width = 331
BorderSpacing.Around = 4
Caption = 'PanelVolume'
ClientHeight = 31
ClientWidth = 331
TabOrder = 0
object LabelVolume: TLabel
AnchorSideLeft.Control = PanelVolume
AnchorSideTop.Control = PanelVolume
Left = 1
Height = 15
Top = 1
Width = 43
Caption = 'Volume:'
end
end
end
object Bevel2: TBevel
AnchorSideLeft.Control = PanelSoundLibrary
AnchorSideTop.Control = Panel4
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = PanelSoundLibrary
AnchorSideRight.Side = asrBottom
Left = 6
Height = 8
Top = 173
Width = 392
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 5
BorderSpacing.Top = 8
BorderSpacing.Right = 5
Shape = bsTopLine
end
object Panel4: TPanel
AnchorSideLeft.Control = Bevel1
AnchorSideTop.Control = Bevel1
AnchorSideTop.Side = asrBottom
Left = 16
Height = 34
Top = 131
Width = 280
BorderSpacing.Left = 10
Caption = 'Panel4'
ClientHeight = 34
ClientWidth = 280
TabOrder = 3
object Label1: TLabel
AnchorSideLeft.Control = Panel4
AnchorSideTop.Control = Panel4
AnchorSideTop.Side = asrCenter
Left = 1
Height = 15
Top = 10
Width = 126
Caption = 'AY sound output mode:'
end
object ComboBox1: TComboBox
AnchorSideLeft.Control = Label1
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Panel4
AnchorSideTop.Side = asrCenter
Left = 131
Height = 23
Top = 6
Width = 125
BorderSpacing.Left = 4
ItemHeight = 15
ItemIndex = 0
Items.Strings = (
'Mono'
'Stereo (A-B-C)'
)
Style = csDropDownList
TabOrder = 0
Text = 'Mono'
end
end
end
end