@@ -1,8 +1,9 @@ |
| 1 |
object frmTracker: TfrmTracker |
1 |
object frmTracker: TfrmTracker |
| 2 |
Left = 968 |
2 |
Left = 1872 |
| 3 |
Height = 726 |
3 |
Height = 726 |
| 4 |
Top = 181 |
4 |
Top = 301 |
| 5 |
Width = 1180 |
5 |
Width = 1180 |
|
|
6 |
AllowDropFiles = True |
| 6 |
Caption = 'hUGETracker' |
7 |
Caption = 'hUGETracker' |
| 7 |
ClientHeight = 706 |
8 |
ClientHeight = 706 |
| 8 |
ClientWidth = 1180 |
9 |
ClientWidth = 1180 |
@@ -11,6 +12,7 @@ object frmTracker: TfrmTracker |
| 11 |
OnClose = FormClose |
12 |
OnClose = FormClose |
| 12 |
OnCloseQuery = FormCloseQuery |
13 |
OnCloseQuery = FormCloseQuery |
| 13 |
OnCreate = FormCreate |
14 |
OnCreate = FormCreate |
|
|
15 |
OnDropFiles = FormDropFiles |
| 14 |
OnKeyDown = FormKeyDown |
16 |
OnKeyDown = FormKeyDown |
| 15 |
OnKeyUp = FormKeyUp |
17 |
OnKeyUp = FormKeyUp |
| 16 |
OnShow = FormShow |
18 |
OnShow = FormShow |
@@ -60,10 +62,10 @@ object frmTracker: TfrmTracker |
| 60 |
Height = 563 |
62 |
Height = 563 |
| 61 |
Top = 0 |
63 |
Top = 0 |
| 62 |
Width = 982 |
64 |
Width = 982 |
| 63 |
ActivePage = PatternTabSheet |
65 |
ActivePage = InstrumentTabSheet |
| 64 |
Align = alClient |
66 |
Align = alClient |
| 65 |
ParentFont = False |
67 |
ParentFont = False |
| 66 |
TabIndex = 1 |
68 |
TabIndex = 2 |
| 67 |
TabOrder = 0 |
69 |
TabOrder = 0 |
| 68 |
object GeneralTabSheet: TTabSheet |
70 |
object GeneralTabSheet: TTabSheet |
| 69 |
Caption = 'General' |
71 |
Caption = 'General' |
@@ -288,7 +290,7 @@ object frmTracker: TfrmTracker |
| 288 |
end |
290 |
end |
| 289 |
object InstrumentTabSheet: TTabSheet |
291 |
object InstrumentTabSheet: TTabSheet |
| 290 |
Caption = 'Instruments' |
292 |
Caption = 'Instruments' |
| 291 |
ClientHeight = 452 |
293 |
ClientHeight = 535 |
| 292 |
ClientWidth = 974 |
294 |
ClientWidth = 974 |
| 293 |
ParentFont = False |
295 |
ParentFont = False |
| 294 |
object PaintBox1: TPaintBox |
296 |
object PaintBox1: TPaintBox |
@@ -296,7 +298,7 @@ object frmTracker: TfrmTracker |
| 296 |
AnchorSideTop.Side = asrBottom |
298 |
AnchorSideTop.Side = asrBottom |
| 297 |
AnchorSideBottom.Side = asrBottom |
299 |
AnchorSideBottom.Side = asrBottom |
| 298 |
Left = 0 |
300 |
Left = 0 |
| 299 |
Height = 14 |
301 |
Height = 97 |
| 300 |
Hint = 'Preview of how the resulting waveform will look with envelope applied' |
302 |
Hint = 'Preview of how the resulting waveform will look with envelope applied' |
| 301 |
Top = 438 |
303 |
Top = 438 |
| 302 |
Width = 974 |
304 |
Width = 974 |