<?xml version="1.0" encoding="utf-8"?>
<Application xmlns="http://schemas.microsoft.com/windows/2009/Ribbon">
  <Application.Commands>
    <!-- Tabs -->
    <Command Name="Tab1" Id="11" LabelTitle="KRWD" Keytip="K" />

    <!-- Groups -->
    <Command Name="Group1" Id="101" LabelTitle="Open File"/>
    <Command Name="Group2" Id="102" LabelTitle="Treeview"/>
    <Command Name="Group3" Id="103" LabelTitle="WebBrowser"/>
    <Command Name="Group4" Id="104" LabelTitle="Weitere"/>

<!-- C:\Users\reneh\Desktop\Ribbon\Icons\png -->
    <!-- Buttons -->

    <Command Name="Control1" Id="1001" LabelTitle="Datei öffnen"  >
      <Command.LargeImages><Image Source="C:\Users\reneh\Desktop\Ribbon\Icons\bmp\1.bmp" /></Command.LargeImages>
      <Command.SmallImages><Image Source="C:\Users\reneh\Desktop\Ribbon\Icons\bmp\1.bmp" /></Command.SmallImages>
    </Command>

    <Command Name="Control2" Id="1002" LabelTitle="Ordner zuklappen"/>

	<Command Name="Control3" Id="1003" LabelTitle="Ordner aufklappen"/>

    <Command Name="Control4" Id="1004" LabelTitle="Zurück"/>

    <Command Name="Control5" Id="1005" LabelTitle="Vorwärts"/>
 
    <Command Name="Control6" Id="1006" LabelTitle="Refresh"/>

    <Command Name="Control7" Id="1007" LabelTitle="Abbrechen"/>
 
    <Command Name="Control8" Id="1008" LabelTitle="Einstellungen"/>
 
    <Command Name="Control9" Id="1009" LabelTitle="Hilfe"/>

    <Command Name="Control10" Id="1010" LabelTitle="Beenden"/>

    <!-- Application Menu -->
    <Command Name="ApplicationMenu" Id="10000" LabelTitle="Application Menu" Keytip="A" />
    
    <!-- Quick Access Toolbar-->
    <Command Name="QuickAccessToolbar" Id="11000" Keytip="Q" />
    
    <!-- Help Button -->
    <Command Name="HelpButton" Id="12000" Keytip="H" />
  </Application.Commands>
  <Application.Views>
    <Ribbon>
      <Ribbon.QuickAccessToolbar>
        <QuickAccessToolbar CommandName="QuickAccessToolbar" />
      </Ribbon.QuickAccessToolbar>
      <Ribbon.ApplicationMenu>
      <ApplicationMenu CommandName="ApplicationMenu">
        </ApplicationMenu>
      </Ribbon.ApplicationMenu>
      <Ribbon.HelpButton>
        <HelpButton CommandName="HelpButton" />
      </Ribbon.HelpButton>
      <Ribbon.Tabs>
        <Tab CommandName="Tab1">
            <Group CommandName="Group1" SizeDefinition="OneButton">
                <Button CommandName="Control1" />
                </Group>
            <Group CommandName="Group2" SizeDefinition="TwoButtons">
                <Button CommandName="Control2" />
                <Button CommandName="Control3" />
                </Group>
            <Group CommandName="Group3" SizeDefinition="FourButtons">
                <Button CommandName="Control4" />
                <Button CommandName="Control5" />
                <Button CommandName="Control6" />
                <Button CommandName="Control7" />
                </Group>
            <Group CommandName="Group4" SizeDefinition="ThreeButtons">
                <Button CommandName="Control8" />
                <Button CommandName="Control9" />
                <Button CommandName="Control10" />
                </Group>
        </Tab>
      </Ribbon.Tabs>
    </Ribbon>
  </Application.Views>
</Application>