Subversion Repositories jumper

Rev

Rev 1 | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1 Rev 11
1
object HighScoreForm: THighScoreForm
1
object HighScoreForm: THighScoreForm
2
  Left = 258
2
  Left = 258
3
  Top = 131
3
  Top = 131
4
  BorderIcons = [biSystemMenu, biMinimize]
4
  BorderIcons = [biSystemMenu, biMinimize]
5
  BorderStyle = bsSingle
5
  BorderStyle = bsSingle
6
  Caption = 'High scores'
6
  Caption = 'High scores'
7
  ClientHeight = 305
7
  ClientHeight = 305
8
  ClientWidth = 441
8
  ClientWidth = 441
9
  Color = clBtnFace
9
  Color = clBtnFace
10
  Font.Charset = DEFAULT_CHARSET
10
  Font.Charset = DEFAULT_CHARSET
11
  Font.Color = clWindowText
11
  Font.Color = clWindowText
12
  Font.Height = -11
12
  Font.Height = -11
13
  Font.Name = 'MS Sans Serif'
13
  Font.Name = 'MS Sans Serif'
14
  Font.Style = []
14
  Font.Style = []
15
  OldCreateOrder = False
15
  OldCreateOrder = False
16
  Position = poMainFormCenter
16
  Position = poMainFormCenter
17
  PixelsPerInch = 96
17
  PixelsPerInch = 96
18
  TextHeight = 13
18
  TextHeight = 13
19
  object PageControl: TPageControl
19
  object PageControl: TPageControl
20
    Left = 8
20
    Left = 8
21
    Top = 8
21
    Top = 8
22
    Width = 425
22
    Width = 425
23
    Height = 249
23
    Height = 249
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
34
        Columns = <
38
        Columns = <
35
          item
39
          item
36
            Caption = 'Name'
40
            Caption = 'Name'
37
            Width = 123
41
            Width = 123
38
          end
42
          end
39
          item
43
          item
40
            Caption = 'Date'
44
            Caption = 'Date'
41
            Width = 123
45
            Width = 123
42
          end
46
          end
43
          item
47
          item
44
            Caption = 'Points per Minute'
48
            Caption = 'Points per Minute'
45
            Width = 123
49
            Width = 123
46
          end>
50
          end>
47
        ColumnClick = False
51
        ColumnClick = False
48
        ReadOnly = True
52
        ReadOnly = True
49
        RowSelect = True
53
        RowSelect = True
50
        TabOrder = 0
54
        TabOrder = 0
51
        TabStop = False
55
        TabStop = False
52
        ViewStyle = vsReport
56
        ViewStyle = vsReport
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
63
        Columns = <
71
        Columns = <
64
          item
72
          item
65
            Caption = 'Name'
73
            Caption = 'Name'
66
            Width = 123
74
            Width = 123
67
          end
75
          end
68
          item
76
          item
69
            Caption = 'Date'
77
            Caption = 'Date'
70
            Width = 123
78
            Width = 123
71
          end
79
          end
72
          item
80
          item
73
            Caption = 'Remaining stones'
81
            Caption = 'Remaining stones'
74
            Width = 123
82
            Width = 123
75
          end>
83
          end>
76
        ColumnClick = False
84
        ColumnClick = False
77
        ReadOnly = True
85
        ReadOnly = True
78
        RowSelect = True
86
        RowSelect = True
79
        TabOrder = 0
87
        TabOrder = 0
80
        TabStop = False
88
        TabStop = False
81
        ViewStyle = vsReport
89
        ViewStyle = vsReport
82
        OnCompare = CompareDesc
90
        OnCompare = CompareDesc
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
93
        Columns = <
105
        Columns = <
94
          item
106
          item
95
            Caption = 'Name'
107
            Caption = 'Name'
96
            Width = 123
108
            Width = 123
97
          end
109
          end
98
          item
110
          item
99
            Caption = 'Date'
111
            Caption = 'Date'
100
            Width = 123
112
            Width = 123
101
          end
113
          end
102
          item
114
          item
103
            Caption = 'Time [Seconds]'
115
            Caption = 'Time [Seconds]'
104
            Width = 123
116
            Width = 123
105
          end>
117
          end>
106
        ColumnClick = False
118
        ColumnClick = False
107
        ReadOnly = True
119
        ReadOnly = True
108
        RowSelect = True
120
        RowSelect = True
109
        TabOrder = 0
121
        TabOrder = 0
110
        TabStop = False
122
        TabStop = False
111
        ViewStyle = vsReport
123
        ViewStyle = vsReport
112
        OnCompare = CompareDesc
124
        OnCompare = CompareDesc
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
123
        Columns = <
139
        Columns = <
124
          item
140
          item
125
            Caption = 'Name'
141
            Caption = 'Name'
126
            Width = 123
142
            Width = 123
127
          end
143
          end
128
          item
144
          item
129
            Caption = 'Date'
145
            Caption = 'Date'
130
            Width = 123
146
            Width = 123
131
          end
147
          end
132
          item
148
          item
133
            Caption = 'Score'
149
            Caption = 'Score'
134
            Width = 123
150
            Width = 123
135
          end>
151
          end>
136
        ColumnClick = False
152
        ColumnClick = False
137
        ReadOnly = True
153
        ReadOnly = True
138
        RowSelect = True
154
        RowSelect = True
139
        TabOrder = 0
155
        TabOrder = 0
140
        TabStop = False
156
        TabStop = False
141
        ViewStyle = vsReport
157
        ViewStyle = vsReport
142
        OnCompare = CompareAsc
158
        OnCompare = CompareAsc
143
      end
159
      end
144
    end
160
    end
145
  end
161
  end
146
  object CloseBtn: TButton
162
  object CloseBtn: TButton
147
    Left = 312
163
    Left = 312
148
    Top = 272
164
    Top = 272
149
    Width = 123
165
    Width = 123
150
    Height = 25
166
    Height = 25
151
    Cancel = True
167
    Cancel = True
152
    Caption = 'Close'
168
    Caption = 'Close'
153
    Default = True
169
    Default = True
154
    TabOrder = 0
170
    TabOrder = 0
155
    OnClick = CloseBtnClick
171
    OnClick = CloseBtnClick
156
  end
172
  end
157
  object ClearBtn: TButton
173
  object ClearBtn: TButton
158
    Left = 8
174
    Left = 8
159
    Top = 272
175
    Top = 272
160
    Width = 75
176
    Width = 75
161
    Height = 25
177
    Height = 25
162
    Caption = 'Clear list'
178
    Caption = 'Clear list'
163
    TabOrder = 2
179
    TabOrder = 2
164
    OnClick = ClearBtnClick
180
    OnClick = ClearBtnClick
165
  end
181
  end
166
end
182
end