Subversion Repositories jumper

Rev

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

Rev 1 Rev 8
Line 2... Line 2...
2
  Left = 256
2
  Left = 256
3
  Top = 133
3
  Top = 133
4
  BorderIcons = [biSystemMenu]
4
  BorderIcons = [biSystemMenu]
5
  BorderStyle = bsSingle
5
  BorderStyle = bsSingle
6
  Caption = 'Level finished'
6
  Caption = 'Level finished'
7
  ClientHeight = 290
7
  ClientHeight = 306
8
  ClientWidth = 274
8
  ClientWidth = 274
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
Line 88... Line 88...
88
      DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD00}
88
      DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD00}
89
    Transparent = True
89
    Transparent = True
90
  end
90
  end
91
  object JumpHistoryLink: TLabel
91
  object JumpHistoryLink: TLabel
92
    Left = 8
92
    Left = 8
93
    Top = 200
93
    Top = 216
94
    Width = 232
94
    Width = 232
95
    Height = 13
95
    Height = 13
96
    Cursor = crHandPoint
96
    Cursor = crHandPoint
97
    Caption = 'View jump history (will not be saved in the journal)'
97
    Caption = 'View jump history (will not be saved in the journal)'
98
    Font.Charset = DEFAULT_CHARSET
98
    Font.Charset = DEFAULT_CHARSET
Line 104... Line 104...
104
    Transparent = True
104
    Transparent = True
105
    OnClick = JumpHistoryLinkClick
105
    OnClick = JumpHistoryLinkClick
106
  end
106
  end
107
  object SaveBtn: TButton
107
  object SaveBtn: TButton
108
    Left = 128
108
    Left = 128
109
    Top = 256
109
    Top = 272
110
    Width = 137
110
    Width = 137
111
    Height = 25
111
    Height = 25
112
    Caption = 'OK'
112
    Caption = 'OK'
113
    Default = True
113
    Default = True
114
    TabOrder = 2
114
    TabOrder = 2
115
    OnClick = SaveBtnClick
115
    OnClick = SaveBtnClick
116
  end
116
  end
117
  object CancelBtn: TButton
117
  object CancelBtn: TButton
118
    Left = 8
118
    Left = 8
119
    Top = 256
119
    Top = 272
120
    Width = 89
120
    Width = 89
121
    Height = 25
121
    Height = 25
122
    Cancel = True
122
    Cancel = True
123
    Caption = 'Cancel'
123
    Caption = 'Cancel'
124
    TabOrder = 3
124
    TabOrder = 3
Line 133... Line 133...
133
  end
133
  end
134
  object PerformanceMemo: TMemo
134
  object PerformanceMemo: TMemo
135
    Left = 8
135
    Left = 8
136
    Top = 112
136
    Top = 112
137
    Width = 257
137
    Width = 257
138
    Height = 81
138
    Height = 98
139
    TabStop = False
139
    TabStop = False
140
    Color = clBtnFace
140
    Color = clBtnFace
141
    ReadOnly = True
141
    ReadOnly = True
142
    TabOrder = 4
142
    TabOrder = 4
143
  end
143
  end
144
  object ReplayCheckBox: TCheckBox
144
  object ReplayCheckBox: TCheckBox
145
    Left = 8
145
    Left = 8
146
    Top = 224
146
    Top = 240
147
    Width = 145
147
    Width = 145
148
    Height = 17
148
    Height = 17
149
    Caption = 'Play the same level again'
149
    Caption = 'Play the same level again'
150
    Checked = True
150
    Checked = True
151
    State = cbChecked
151
    State = cbChecked