Subversion Repositories jumper

Rev

Rev 1 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1 Rev 11
Line 24... Line 24...
24
    ActivePage = PPMTab
24
    ActivePage = PPMTab
25
    TabOrder = 1
25
    TabOrder = 1
26
    object PPMTab: TTabSheet
26
    object PPMTab: TTabSheet
27
      Caption = 'Highest Points per Minute'
27
      Caption = 'Highest Points per Minute'
28
      ImageIndex = 3
28
      ImageIndex = 3
-
 
29
      ExplicitLeft = 0
-
 
30
      ExplicitTop = 0
-
 
31
      ExplicitWidth = 0
-
 
32
      ExplicitHeight = 0
29
      object PPMList: TListView
33
      object PPMList: TListView
30
        Left = 8
34
        Left = 8
31
        Top = 8
35
        Top = 8
32
        Width = 401
36
        Width = 401
33
        Height = 201
37
        Height = 201
Line 53... Line 57...
53
        OnCompare = CompareAsc
57
        OnCompare = CompareAsc
54
      end
58
      end
55
    end
59
    end
56
    object RemainingTab: TTabSheet
60
    object RemainingTab: TTabSheet
57
      Caption = 'Lowest remaining stones'
61
      Caption = 'Lowest remaining stones'
-
 
62
      ExplicitLeft = 0
-
 
63
      ExplicitTop = 0
-
 
64
      ExplicitWidth = 0
-
 
65
      ExplicitHeight = 0
58
      object RemainingList: TListView
66
      object RemainingList: TListView
59
        Left = 8
67
        Left = 8
60
        Top = 8
68
        Top = 8
61
        Width = 401
69
        Width = 401
62
        Height = 201
70
        Height = 201
Line 83... Line 91...
83
      end
91
      end
84
    end
92
    end
85
    object TimeTab: TTabSheet
93
    object TimeTab: TTabSheet
86
      Caption = 'Shortest time'
94
      Caption = 'Shortest time'
87
      ImageIndex = 1
95
      ImageIndex = 1
-
 
96
      ExplicitLeft = 0
-
 
97
      ExplicitTop = 0
-
 
98
      ExplicitWidth = 0
-
 
99
      ExplicitHeight = 0
88
      object TimeList: TListView
100
      object TimeList: TListView
89
        Left = 8
101
        Left = 8
90
        Top = 8
102
        Top = 8
91
        Width = 401
103
        Width = 401
92
        Height = 201
104
        Height = 201
Line 113... Line 125...
113
      end
125
      end
114
    end
126
    end
115
    object ScoreTab: TTabSheet
127
    object ScoreTab: TTabSheet
116
      Caption = 'Highest score'
128
      Caption = 'Highest score'
117
      ImageIndex = 2
129
      ImageIndex = 2
-
 
130
      ExplicitLeft = 0
-
 
131
      ExplicitTop = 0
-
 
132
      ExplicitWidth = 0
-
 
133
      ExplicitHeight = 0
118
      object ScoreList: TListView
134
      object ScoreList: TListView
119
        Left = 8
135
        Left = 8
120
        Top = 8
136
        Top = 8
121
        Width = 401
137
        Width = 401
122
        Height = 201
138
        Height = 201