Commit f0339ab

Nick committed on
Updating manual, and disabling routines
commit f0339ab3eda6650f0bfaab7d670aa964f9fd9713 parent d3f38fa
2 changed files +6−4
Modifiedtracker.lfm +6−4
@@ -1,7 +1,7 @@
1 object frmTracker: TfrmTracker 1 object frmTracker: TfrmTracker
2 Left = 712 2 Left = 878
3 Height = 1250 3 Height = 1250
4 Top = 247 4 Top = 196
5 Width = 2067 5 Width = 2067
6 Caption = 'hUGETracker' 6 Caption = 'hUGETracker'
7 ClientHeight = 1216 7 ClientHeight = 1216
@@ -58,10 +58,10 @@ object frmTracker: TfrmTracker
58 Height = 820 58 Height = 820
59 Top = 0 59 Top = 0
60 Width = 1720 60 Width = 1720
61 ActivePage = InstrumentTabSheet 61 ActivePage = RoutinesTabSheet
62 Align = alClient 62 Align = alClient
63 ParentFont = False 63 ParentFont = False
64 TabIndex = 2 64 TabIndex = 5
65 TabOrder = 0 65 TabOrder = 0
66 object GeneralTabSheet: TTabSheet 66 object GeneralTabSheet: TTabSheet
67 Caption = 'General' 67 Caption = 'General'
@@ -1024,6 +1024,7 @@ object frmTracker: TfrmTracker
1024 Align = alBottom 1024 Align = alBottom
1025 BorderSpacing.Top = 23 1025 BorderSpacing.Top = 23
1026 Anchors = [akTop, akLeft, akRight, akBottom] 1026 Anchors = [akTop, akLeft, akRight, akBottom]
1027 Enabled = False
1027 Font.Height = -23 1028 Font.Height = -23
1028 Font.Name = 'Courier New' 1029 Font.Name = 'Courier New'
1029 Font.Pitch = fpFixed 1030 Font.Pitch = fpFixed
@@ -1532,6 +1533,7 @@ object frmTracker: TfrmTracker
1532 Height = 38 1533 Height = 38
1533 Top = 14 1534 Top = 14
1534 Width = 308 1535 Width = 308
1536 Enabled = False
1535 MaxValue = 15 1537 MaxValue = 15
1536 MinValue = 1 1538 MinValue = 1
1537 ParentFont = False 1539 ParentFont = False