@@ -1,7 +1,7 @@ |
| 1 |
object frmTracker: TfrmTracker |
1 |
object frmTracker: TfrmTracker |
| 2 |
Left = 1669 |
2 |
Left = 880 |
| 3 |
Height = 857 |
3 |
Height = 857 |
| 4 |
Top = 152 |
4 |
Top = 201 |
| 5 |
Width = 1318 |
5 |
Width = 1318 |
| 6 |
AllowDropFiles = True |
6 |
AllowDropFiles = True |
| 7 |
Caption = 'hUGETracker' |
7 |
Caption = 'hUGETracker' |
@@ -20,7 +20,7 @@ object frmTracker: TfrmTracker |
| 20 |
LCLVersion = '2.2.3.0' |
20 |
LCLVersion = '2.2.3.0' |
| 21 |
object TreeView1: TTreeView |
21 |
object TreeView1: TTreeView |
| 22 |
Left = 0 |
22 |
Left = 0 |
| 23 |
Height = 720 |
23 |
Height = 725 |
| 24 |
Top = 89 |
24 |
Top = 89 |
| 25 |
Width = 193 |
25 |
Width = 193 |
| 26 |
Align = alLeft |
26 |
Align = alLeft |
@@ -42,34 +42,34 @@ object frmTracker: TfrmTracker |
| 42 |
end |
42 |
end |
| 43 |
object Splitter1: TSplitter |
43 |
object Splitter1: TSplitter |
| 44 |
Left = 193 |
44 |
Left = 193 |
| 45 |
Height = 720 |
45 |
Height = 725 |
| 46 |
Top = 89 |
46 |
Top = 89 |
| 47 |
Width = 5 |
47 |
Width = 5 |
| 48 |
end |
48 |
end |
| 49 |
object Panel1: TPanel |
49 |
object Panel1: TPanel |
| 50 |
Left = 198 |
50 |
Left = 198 |
| 51 |
Height = 720 |
51 |
Height = 725 |
| 52 |
Top = 89 |
52 |
Top = 89 |
| 53 |
Width = 1120 |
53 |
Width = 1120 |
| 54 |
Align = alClient |
54 |
Align = alClient |
| 55 |
BevelOuter = bvNone |
55 |
BevelOuter = bvNone |
| 56 |
ClientHeight = 720 |
56 |
ClientHeight = 725 |
| 57 |
ClientWidth = 1120 |
57 |
ClientWidth = 1120 |
| 58 |
ParentFont = False |
58 |
ParentFont = False |
| 59 |
TabOrder = 2 |
59 |
TabOrder = 2 |
| 60 |
object PageControl1: TPageControl |
60 |
object PageControl1: TPageControl |
| 61 |
Left = 0 |
61 |
Left = 0 |
| 62 |
Height = 720 |
62 |
Height = 725 |
| 63 |
Top = 0 |
63 |
Top = 0 |
| 64 |
Width = 1120 |
64 |
Width = 1120 |
| 65 |
ActivePage = InstrumentTabSheet |
65 |
ActivePage = GeneralTabSheet |
| 66 |
Align = alClient |
66 |
Align = alClient |
| 67 |
ParentFont = False |
67 |
ParentFont = False |
| 68 |
TabIndex = 2 |
68 |
TabIndex = 0 |
| 69 |
TabOrder = 0 |
69 |
TabOrder = 0 |
| 70 |
object GeneralTabSheet: TTabSheet |
70 |
object GeneralTabSheet: TTabSheet |
| 71 |
Caption = 'General' |
71 |
Caption = 'General' |
| 72 |
ClientHeight = 692 |
72 |
ClientHeight = 697 |
| 73 |
ClientWidth = 1112 |
73 |
ClientWidth = 1112 |
| 74 |
ParentFont = False |
74 |
ParentFont = False |
| 75 |
object SongInformationGroupbox: TGroupBox |
75 |
object SongInformationGroupbox: TGroupBox |
@@ -186,16 +186,16 @@ object frmTracker: TfrmTracker |
| 186 |
end |
186 |
end |
| 187 |
object PatternTabSheet: TTabSheet |
187 |
object PatternTabSheet: TTabSheet |
| 188 |
Caption = 'Patterns' |
188 |
Caption = 'Patterns' |
| 189 |
ClientHeight = 692 |
189 |
ClientHeight = 697 |
| 190 |
ClientWidth = 1112 |
190 |
ClientWidth = 1112 |
| 191 |
ParentFont = False |
191 |
ParentFont = False |
| 192 |
object Panel3: TPanel |
192 |
object Panel3: TPanel |
| 193 |
Left = 224 |
193 |
Left = 224 |
| 194 |
Height = 692 |
194 |
Height = 697 |
| 195 |
Top = 0 |
195 |
Top = 0 |
| 196 |
Width = 888 |
196 |
Width = 888 |
| 197 |
Align = alClient |
197 |
Align = alClient |
| 198 |
ClientHeight = 692 |
198 |
ClientHeight = 697 |
| 199 |
ClientWidth = 888 |
199 |
ClientWidth = 888 |
| 200 |
ParentFont = False |
200 |
ParentFont = False |
| 201 |
TabOrder = 0 |
201 |
TabOrder = 0 |
@@ -249,7 +249,7 @@ object frmTracker: TfrmTracker |
| 249 |
end |
249 |
end |
| 250 |
object ScrollBox1: TScrollBox |
250 |
object ScrollBox1: TScrollBox |
| 251 |
Left = 1 |
251 |
Left = 1 |
| 252 |
Height = 660 |
252 |
Height = 665 |
| 253 |
Top = 31 |
253 |
Top = 31 |
| 254 |
Width = 886 |
254 |
Width = 886 |
| 255 |
HorzScrollBar.Increment = 3 |
255 |
HorzScrollBar.Increment = 3 |
@@ -262,7 +262,7 @@ object frmTracker: TfrmTracker |
| 262 |
VertScrollBar.Tracking = True |
262 |
VertScrollBar.Tracking = True |
| 263 |
Align = alClient |
263 |
Align = alClient |
| 264 |
BorderStyle = bsNone |
264 |
BorderStyle = bsNone |
| 265 |
ClientHeight = 660 |
265 |
ClientHeight = 665 |
| 266 |
ClientWidth = 886 |
266 |
ClientWidth = 886 |
| 267 |
ParentFont = False |
267 |
ParentFont = False |
| 268 |
TabOrder = 1 |
268 |
TabOrder = 1 |
@@ -270,7 +270,7 @@ object frmTracker: TfrmTracker |
| 270 |
OnMouseWheelUp = ScrollBox1MouseWheelUp |
270 |
OnMouseWheelUp = ScrollBox1MouseWheelUp |
| 271 |
object RowNumberStringGrid: TStringGrid |
271 |
object RowNumberStringGrid: TStringGrid |
| 272 |
Left = 0 |
272 |
Left = 0 |
| 273 |
Height = 660 |
273 |
Height = 665 |
| 274 |
Top = 0 |
274 |
Top = 0 |
| 275 |
Width = 32 |
275 |
Width = 32 |
| 276 |
Align = alLeft |
276 |
Align = alLeft |
@@ -287,7 +287,7 @@ object frmTracker: TfrmTracker |
| 287 |
end |
287 |
end |
| 288 |
object OrderEditStringGrid: TStringGrid |
288 |
object OrderEditStringGrid: TStringGrid |
| 289 |
Left = 0 |
289 |
Left = 0 |
| 290 |
Height = 692 |
290 |
Height = 697 |
| 291 |
Top = 0 |
291 |
Top = 0 |
| 292 |
Width = 224 |
292 |
Width = 224 |
| 293 |
Align = alLeft |
293 |
Align = alLeft |
@@ -352,12 +352,12 @@ object frmTracker: TfrmTracker |
| 352 |
end |
352 |
end |
| 353 |
object InstrumentTabSheet: TTabSheet |
353 |
object InstrumentTabSheet: TTabSheet |
| 354 |
Caption = 'Instruments' |
354 |
Caption = 'Instruments' |
| 355 |
ClientHeight = 692 |
355 |
ClientHeight = 697 |
| 356 |
ClientWidth = 1112 |
356 |
ClientWidth = 1112 |
| 357 |
ParentFont = False |
357 |
ParentFont = False |
| 358 |
object FlowPanel1: TFlowPanel |
358 |
object FlowPanel1: TFlowPanel |
| 359 |
Left = 0 |
359 |
Left = 0 |
| 360 |
Height = 692 |
360 |
Height = 697 |
| 361 |
Top = 0 |
361 |
Top = 0 |
| 362 |
Width = 952 |
362 |
Width = 952 |
| 363 |
Align = alClient |
363 |
Align = alClient |
@@ -990,19 +990,19 @@ object frmTracker: TfrmTracker |
| 990 |
end |
990 |
end |
| 991 |
object SubpatternGroupBox: TGroupBox |
991 |
object SubpatternGroupBox: TGroupBox |
| 992 |
Left = 952 |
992 |
Left = 952 |
| 993 |
Height = 685 |
993 |
Height = 690 |
| 994 |
Top = 7 |
994 |
Top = 7 |
| 995 |
Width = 160 |
995 |
Width = 160 |
| 996 |
Align = alRight |
996 |
Align = alRight |
| 997 |
Anchors = [] |
997 |
Anchors = [] |
| 998 |
BorderSpacing.Top = 7 |
998 |
BorderSpacing.Top = 7 |
| 999 |
Caption = 'Subpattern' |
999 |
Caption = 'Subpattern' |
| 1000 |
ClientHeight = 665 |
1000 |
ClientHeight = 670 |
| 1001 |
ClientWidth = 156 |
1001 |
ClientWidth = 156 |
| 1002 |
TabOrder = 1 |
1002 |
TabOrder = 1 |
| 1003 |
object ScrollBox2: TScrollBox |
1003 |
object ScrollBox2: TScrollBox |
| 1004 |
Left = 0 |
1004 |
Left = 0 |
| 1005 |
Height = 665 |
1005 |
Height = 670 |
| 1006 |
Top = 0 |
1006 |
Top = 0 |
| 1007 |
Width = 156 |
1007 |
Width = 156 |
| 1008 |
HorzScrollBar.Increment = 3 |
1008 |
HorzScrollBar.Increment = 3 |
@@ -1015,14 +1015,14 @@ object frmTracker: TfrmTracker |
| 1015 |
VertScrollBar.Tracking = True |
1015 |
VertScrollBar.Tracking = True |
| 1016 |
Align = alClient |
1016 |
Align = alClient |
| 1017 |
BorderStyle = bsNone |
1017 |
BorderStyle = bsNone |
| 1018 |
ClientHeight = 665 |
1018 |
ClientHeight = 670 |
| 1019 |
ClientWidth = 156 |
1019 |
ClientWidth = 156 |
| 1020 |
TabOrder = 0 |
1020 |
TabOrder = 0 |
| 1021 |
OnMouseWheelDown = ScrollBox1MouseWheelDown |
1021 |
OnMouseWheelDown = ScrollBox1MouseWheelDown |
| 1022 |
OnMouseWheelUp = ScrollBox1MouseWheelUp |
1022 |
OnMouseWheelUp = ScrollBox1MouseWheelUp |
| 1023 |
object RowNumberStringGrid1: TStringGrid |
1023 |
object RowNumberStringGrid1: TStringGrid |
| 1024 |
Left = 124 |
1024 |
Left = 124 |
| 1025 |
Height = 665 |
1025 |
Height = 670 |
| 1026 |
Top = 0 |
1026 |
Top = 0 |
| 1027 |
Width = 32 |
1027 |
Width = 32 |
| 1028 |
Align = alRight |
1028 |
Align = alRight |
@@ -1040,14 +1040,14 @@ object frmTracker: TfrmTracker |
| 1040 |
end |
1040 |
end |
| 1041 |
object WavesTabSheet: TTabSheet |
1041 |
object WavesTabSheet: TTabSheet |
| 1042 |
Caption = 'Waves' |
1042 |
Caption = 'Waves' |
| 1043 |
ClientHeight = 692 |
1043 |
ClientHeight = 697 |
| 1044 |
ClientWidth = 1112 |
1044 |
ClientWidth = 1112 |
| 1045 |
ParentFont = False |
1045 |
ParentFont = False |
| 1046 |
object WaveEditPaintBox: TPaintBox |
1046 |
object WaveEditPaintBox: TPaintBox |
| 1047 |
AnchorSideTop.Control = WaveEditGroupBox |
1047 |
AnchorSideTop.Control = WaveEditGroupBox |
| 1048 |
AnchorSideTop.Side = asrBottom |
1048 |
AnchorSideTop.Side = asrBottom |
| 1049 |
Left = 0 |
1049 |
Left = 0 |
| 1050 |
Height = 532 |
1050 |
Height = 537 |
| 1051 |
Top = 160 |
1051 |
Top = 160 |
| 1052 |
Width = 1112 |
1052 |
Width = 1112 |
| 1053 |
Align = alBottom |
1053 |
Align = alBottom |
@@ -1144,14 +1144,14 @@ object frmTracker: TfrmTracker |
| 1144 |
end |
1144 |
end |
| 1145 |
object CommentsTabSheet: TTabSheet |
1145 |
object CommentsTabSheet: TTabSheet |
| 1146 |
Caption = 'Comments' |
1146 |
Caption = 'Comments' |
| 1147 |
ClientHeight = 692 |
1147 |
ClientHeight = 697 |
| 1148 |
ClientWidth = 1112 |
1148 |
ClientWidth = 1112 |
| 1149 |
ParentFont = False |
1149 |
ParentFont = False |
| 1150 |
object CommentMemo: TMemo |
1150 |
object CommentMemo: TMemo |
| 1151 |
AnchorSideTop.Control = Label17 |
1151 |
AnchorSideTop.Control = Label17 |
| 1152 |
AnchorSideTop.Side = asrBottom |
1152 |
AnchorSideTop.Side = asrBottom |
| 1153 |
Left = 0 |
1153 |
Left = 0 |
| 1154 |
Height = 656 |
1154 |
Height = 661 |
| 1155 |
Hint = 'The comments section for your song. Greetings/links/etc' |
1155 |
Hint = 'The comments section for your song. Greetings/links/etc' |
| 1156 |
Top = 36 |
1156 |
Top = 36 |
| 1157 |
Width = 1112 |
1157 |
Width = 1112 |
@@ -1175,14 +1175,14 @@ object frmTracker: TfrmTracker |
| 1175 |
end |
1175 |
end |
| 1176 |
object RoutinesTabSheet: TTabSheet |
1176 |
object RoutinesTabSheet: TTabSheet |
| 1177 |
Caption = 'Routines' |
1177 |
Caption = 'Routines' |
| 1178 |
ClientHeight = 692 |
1178 |
ClientHeight = 697 |
| 1179 |
ClientWidth = 1112 |
1179 |
ClientWidth = 1112 |
| 1180 |
ParentFont = False |
1180 |
ParentFont = False |
| 1181 |
inline RoutineSynedit: TSynEdit |
1181 |
inline RoutineSynedit: TSynEdit |
| 1182 |
AnchorSideTop.Control = Label19 |
1182 |
AnchorSideTop.Control = Label19 |
| 1183 |
AnchorSideTop.Side = asrBottom |
1183 |
AnchorSideTop.Side = asrBottom |
| 1184 |
Left = 0 |
1184 |
Left = 0 |
| 1185 |
Height = 564 |
1185 |
Height = 569 |
| 1186 |
Top = 128 |
1186 |
Top = 128 |
| 1187 |
Width = 1112 |
1187 |
Width = 1112 |
| 1188 |
Align = alBottom |
1188 |
Align = alBottom |
@@ -1815,8 +1815,8 @@ object frmTracker: TfrmTracker |
| 1815 |
end |
1815 |
end |
| 1816 |
object StatusBar1: TStatusBar |
1816 |
object StatusBar1: TStatusBar |
| 1817 |
Left = 0 |
1817 |
Left = 0 |
| 1818 |
Height = 28 |
1818 |
Height = 23 |
| 1819 |
Top = 809 |
1819 |
Top = 814 |
| 1820 |
Width = 1318 |
1820 |
Width = 1318 |
| 1821 |
AutoHint = True |
1821 |
AutoHint = True |
| 1822 |
Panels = < |
1822 |
Panels = < |