Subversion Repositories spacemission

Rev

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

Rev 15 Rev 21
Line 107... Line 107...
107
        Enabled = False
107
        Enabled = False
108
        GroupIndex = 1
108
        GroupIndex = 1
109
        object Leicht: TMenuItem
109
        object Leicht: TMenuItem
110
          Caption = '&Leicht'
110
          Caption = '&Leicht'
111
          RadioItem = True
111
          RadioItem = True
-
 
112
          ShortCut = 49
112
          OnClick = LeichtClick
113
          OnClick = LeichtClick
113
        end
114
        end
114
        object Mittel: TMenuItem
115
        object Mittel: TMenuItem
115
          Caption = '&Mittel'
116
          Caption = '&Mittel'
116
          Checked = True
117
          Checked = True
117
          RadioItem = True
118
          RadioItem = True
-
 
119
          ShortCut = 50
118
          OnClick = MittelClick
120
          OnClick = MittelClick
119
        end
121
        end
120
        object Schwer: TMenuItem
122
        object Schwer: TMenuItem
121
          Caption = '&Schwer'
123
          Caption = '&Schwer'
122
          RadioItem = True
124
          RadioItem = True
-
 
125
          ShortCut = 51
123
          OnClick = SchwerClick
126
          OnClick = SchwerClick
124
        end
127
        end
125
        object Master: TMenuItem
128
        object Master: TMenuItem
126
          Caption = 'Meist&er'
129
          Caption = 'Meist&er'
127
          RadioItem = True
130
          RadioItem = True
-
 
131
          ShortCut = 52
128
          OnClick = MasterClick
132
          OnClick = MasterClick
129
        end
133
        end
130
      end
134
      end
131
    end
135
    end
132
    object Hilfe: TMenuItem
136
    object Hilfe: TMenuItem