Subversion Repositories jumper

Rev

Rev 19 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 19 Rev 21
Line 67... Line 67...
67
        Caption = 'Restart level'
67
        Caption = 'Restart level'
68
        ShortCut = 16466
68
        ShortCut = 16466
69
        OnClick = MRestartGameClick
69
        OnClick = MRestartGameClick
70
      end
70
      end
71
      object MPauseTime: TMenuItem
71
      object MPauseTime: TMenuItem
-
 
72
        AutoCheck = True
72
        Caption = 'Pause timer'
73
        Caption = 'Pause timer'
73
        ShortCut = 16464
74
        ShortCut = 16464
74
        OnClick = MPauseTimeClick
-
 
75
      end
75
      end
76
      object N2: TMenuItem
76
      object N2: TMenuItem
77
        Caption = '-'
77
        Caption = '-'
78
      end
78
      end
79
      object MUndo: TMenuItem
79
      object MUndo: TMenuItem
Line 105... Line 105...
105
      end
105
      end
106
    end
106
    end
107
    object MSettings: TMenuItem
107
    object MSettings: TMenuItem
108
      Caption = 'Settings'
108
      Caption = 'Settings'
109
      object MEnableSound: TMenuItem
109
      object MEnableSound: TMenuItem
-
 
110
        AutoCheck = True
110
        Caption = 'Enable sound'
111
        Caption = 'Enable sound'
111
        Checked = True
112
        Checked = True
112
        ShortCut = 32851
113
        ShortCut = 32851
113
        OnClick = MEnableSoundClick
-
 
114
      end
114
      end
115
    end
115
    end
116
    object Help2: TMenuItem
116
    object Help2: TMenuItem
117
      Caption = 'Help'
117
      Caption = 'Help'
118
      object MHelp: TMenuItem
118
      object MHelp: TMenuItem