-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMainForm.dfm
More file actions
74 lines (74 loc) · 1.48 KB
/
MainForm.dfm
File metadata and controls
74 lines (74 loc) · 1.48 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
object FormMain: TFormMain
Left = 0
Top = 0
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = 'VolBalCon'
ClientHeight = 225
ClientWidth = 171
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
KeyPreview = True
OldCreateOrder = False
OnKeyPress = FormKeyPress
DesignSize = (
171
225)
PixelsPerInch = 96
TextHeight = 13
object GroupBoxMaster: TGroupBox
Left = 8
Top = 32
Width = 65
Height = 185
Anchors = [akLeft, akTop, akBottom]
Caption = ' Master '
TabOrder = 0
object TrackBarMaster: TTrackBar
Left = 16
Top = 24
Width = 45
Height = 145
Max = 100
Orientation = trVertical
PageSize = 10
Frequency = 10
TabOrder = 0
OnChange = TrackBarMasterChange
end
end
object GroupBoxChannels: TGroupBox
Left = 79
Top = 32
Width = 82
Height = 185
Anchors = [akLeft, akTop, akBottom]
Caption = ' Channels '
TabOrder = 1
object TrackBarChannel0: TTrackBar
Left = 16
Top = 24
Width = 45
Height = 145
Max = 100
Orientation = trVertical
PageSize = 10
Frequency = 10
TabOrder = 0
OnChange = TrackBarChannelChange
end
end
object ButtonPresets: TButton
Left = 8
Top = 8
Width = 54
Height = 20
Caption = '&Presets'
TabOrder = 2
OnClick = ButtonPresetsClick
end
end