Advertisement
Guest User

Untitled

a guest
Aug 20th, 2013
891
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.11 KB | None | 0 0
  1. <customUI
  2. xmlns:x="http://schemas.microsoft.com/office/2006/01/customui/currentDocument"
  3. xmlns="http://schemas.microsoft.com/office/2006/01/customui" >
  4. <ribbon startFromScratch="false">
  5. <tabs>
  6. <tab id="tabJanus" label="4flow" insertBeforeMso="TabHome">
  7. <group id="grpBasics" label="Basics">
  8. <button id="btSpiel" imageMso="HappyFace" onAction = "Test" supertip="Spielbutton" size="large" />
  9. <control idMso="SlideNew" showLabel="false" />
  10. <control idMso="SlideLayoutGallery" showLabel="false" />
  11. <control idMso="FileSave" showLabel="false" />
  12. <control idMso="FileSaveAs" showLabel="false" />
  13. <separator id="Separator11" />
  14. <button id="btPDF" image="PDF" onAction = "SaveAsPdf" supertip="Publish selected slides as PDF" />
  15. <button id="btMail" imageMso="GoToMail" onAction = "SendAsMail" supertip="Send selected slides as pdf per eMail" />
  16. <button id="btpptxMail" imageMso="MailMergeStartMailMergeMenu" onAction = "SendAsPPTX" supertip="Send selected slides as pptx per eMail" />
  17. <control idMso="FilePrintPreview" showLabel="false" />
  18. <control idMso="FilePrint" showLabel="false" />
  19. <separator id="Separator1" />
  20. <control idMso="PasteSpecialDialog" showLabel="false" />
  21. <control idMso="FormatPainter" showLabel="false" />
  22. <control idMso="ReplaceDialog" showLabel="false" />
  23. </group>
  24.  
  25. <group id="grpSchrift" label="Font">
  26. <control idMso="Font" showLabel="false" />
  27. <control idMso="FontSize" showLabel="false" />
  28. <buttonGroup id="btgrpSchrift2">
  29. <control idMso="Bold" showLabel="false" />
  30. <control idMso="Italic" showLabel="false" />
  31. <control idMso="Underline" showLabel="false" />
  32. <control idMso="Strikethrough" showLabel="false" />
  33. </buttonGroup>
  34.  
  35. <buttonGroup id="bthighlow">
  36. <control idMso="Superscript" showLabel="false" />
  37. <control idMso="Subscript" showLabel="false" />
  38. </buttonGroup>
  39.  
  40. <buttonGroup id="btFontSize">
  41. <control idMso="FontSizeIncrease" showLabel="false" />
  42. <control idMso="FontSizeDecrease" showLabel="false" />
  43. </buttonGroup>
  44.  
  45. <buttonGroup id="btMath">
  46. <control idMso="SymbolInsert" showLabel="false" />
  47. <control idMso="EquationInsertNew" showLabel="false" />
  48. </buttonGroup>
  49. </group>
  50.  
  51. <group id="grpAbsatz" label="Paragraph">
  52. <buttonGroup id="btgrpTextausrichtung">
  53. <control idMso="AlignLeft" showLabel="false" />
  54. <control idMso="AlignCenter" showLabel="false" />
  55. <control idMso="AlignRight" showLabel="false" />
  56. </buttonGroup>
  57.  
  58. <buttonGroup id="btgrpTextebenenausrichtung">
  59. <control idMso="TextDirectionGallery" showLabel="false" />
  60. <control idMso="TextAlignGallery" showLabel="false" />
  61. </buttonGroup>
  62.  
  63. <buttonGroup id="btgrpSonstiges">
  64. <control idMso="LineSpacingGalleryPowerPoint" showLabel="false" />
  65. <control idMso="HeaderFooterInsert" showLabel="false" />
  66. </buttonGroup>
  67. <separator id="Separator2" />
  68. <buttonGroup id="btgrpListen">
  69. <control idMso="BulletsGallery" showLabel="false" />
  70. <control idMso="NumberingGallery" showLabel="false" />
  71. </buttonGroup>
  72.  
  73. <buttonGroup id="btgrpEinrucken1">
  74. <control idMso="IndentDecrease" showLabel="false" />
  75. <control idMso="IndentIncrease" showLabel="false" />
  76. </buttonGroup>
  77.  
  78. </group>
  79.  
  80. <group id="grpFarbe" label="Color">
  81. <control idMso="FontColorPicker" showLabel="false" />
  82. <control idMso="ShapeOutlineColorPicker" showLabel="false" />
  83. <control idMso="ShapeFillColorPicker" showLabel="false" />
  84. </group>
  85.  
  86. <group id="grpZeichnung" label="Shapes">
  87. <control idMso="ShapesInsertGallery" showLabel="false" />
  88. <control idMso="ShapeChangeShapeGallery" showLabel="false" imageMso="DatabaseCopyDatabaseFile" />
  89. <control idMso="ObjectEditShapeMenu" showLabel="false" />
  90. <control idMso="LineStylesDialog" showLabel="false" />
  91. <control idMso="OutlineWeightGallery" showLabel="false" />
  92. </group>
  93.  
  94. <group id="grpAusrichten" label="Layout">
  95. <control idMso="ObjectBringToFront" showLabel="false" />
  96. <control idMso="ObjectSendToBack" showLabel="false" />
  97. <control idMso="ObjectBringForward" showLabel="false" />
  98. <separator id="Separator3" />
  99. <buttonGroup id="btgrpAusrichten1" >
  100. <control idMso="ObjectsAlignLeftSmart" showLabel="false" />
  101. <control idMso="ObjectsAlignRightSmart" showLabel="false" />
  102. <control idMso="ObjectsAlignTopSmart" showLabel="false" />
  103. <control idMso="ObjectsAlignBottomSmart" showLabel="false" />
  104. </buttonGroup>
  105.  
  106. <buttonGroup id="btgrpAusrichten2" >
  107. <control idMso="ObjectsAlignCenterHorizontalSmart" showLabel="false" />
  108. <control idMso="ObjectsAlignMiddleVerticalSmart" showLabel="false" />
  109. <control idMso="AlignDistributeHorizontally" showLabel="false" />
  110. <control idMso="AlignDistributeVertically" showLabel="false" />
  111. </buttonGroup>
  112.  
  113. <buttonGroup id="btgrpDrehen" >
  114. <control idMso="ObjectRotateLeft90" showLabel="false" />
  115. <control idMso="ObjectRotateRight90" showLabel="false" />
  116. <control idMso="ObjectFlipHorizontal" showLabel="false" />
  117. <control idMso="ObjectFlipVertical" showLabel="false" />
  118. </buttonGroup>
  119.  
  120. <control idMso="HorizontalSpacingDecreaseSmart" showLabel="false" />
  121. <control idMso="HorizontalSpacingIncreaseSmart" showLabel="false" />
  122. <control idMso="ObjectsArrangeBottomSmart" showLabel="false" />
  123. <control idMso="ObjectsArrangeRigthSmart" showLabel="false" />
  124. <separator id="Separator4" />
  125. <control idMso="ObjectsGroup" showLabel="false" />
  126. <control idMso="ObjectsUngroup" showLabel="false" />
  127. <control idMso="ObjectsRegroup" showLabel="false" />
  128. <button id="btAlles" imageMso="ZoomFitToWindow" onAction = "Alles_anpassen" supertip="Höhe und Breite anpassen"/>
  129. <button id="btHoehe" imageMso="ObjectSizeDialog" onAction = "Hoehe_anpassen" supertip="Höhe anpassen"/>
  130. <button id="btBreite" imageMso="ShapeWidth" onAction = "Laenge_anpassen" supertip="Breite anpassen"/>
  131. </group>
  132. <group id="grpDiverse" label="Tools">
  133. <menu id="bt4flow" image="logo_4flow" supertip="Templates" size="large">
  134. <button id="btSlideBib" imageMso="FunctionsRecentlyUsedtInsertGallery" onAction = "Slidebib" supertip="Opens the Slide Library" label="Slide Library" />
  135. <button id="btConsultingDocuments" imageMso="FunctionsRecentlyUsedtInsertGallery" onAction = "ConsultingDocuments" supertip="Opens the Consulting Documents" label="Consulting Documents" />
  136. <button id="btDictionary" imageMso="FunctionsRecentlyUsedtInsertGallery" onAction = "Dictionary" supertip="Opens the 4flow Dictionary" label="4flow Dictionary" />
  137. <button id="btPresentationsAndTemplates" imageMso="FunctionsRecentlyUsedtInsertGallery" onAction = "PresentationsAndTemplates" supertip="Opens the Presentations and Templates" label="Presentation and Templates" />
  138. </menu>
  139. <control idMso="SlideThemesGallery" showLabel="false" />
  140. <separator id="Separator5" />
  141. <button id="brPrivacyOn" image="privacyon" onAction = "PrivacyOn" supertip="Privacy Mode On"/>
  142. <button id="btPrivacyOff" imageMso="VisibilityVisible" onAction = "PrivacyOff" supertip="Privacy Mode Off"/>
  143. <control idMso="PictureSetTransparentColor" showLabel="false" />
  144. <control idMso="PictureCrop" showLabel="false" />
  145. <control idMso="PictureSetTransparentColor" showLabel="false" />
  146. <control idMso="PicturesCompress" showLabel="false" />
  147. <button id="btInfo" imageMso="ZoomPrintPreviewExcel" onAction = "Infos" supertip="Informationen zum selektierten Shape"/>
  148. <button id="btRaster" imageMso="ViewGridlinesFrontPage" onAction = "Guidelines" supertip="Raster ein- und ausblenden"/>
  149. </group>
  150. <group id="grpEinfugen" label="Add">
  151. <buttonGroup id="btgrpKommentar">
  152. <button id="btKommentarRot" imageMso="AppointmentColor1" onAction = "Kommentar_rot" supertip="Kommentar einfügen"/>
  153. <button id="btKommentarGrun" imageMso="AppointmentColor3" onAction = "Kommentar_grun" supertip="Kommentar einfügen"/>
  154. <button id="btKommentarTurkis" imageMso="AppointmentColor6" onAction = "Kommentar_turkis" supertip="Kommentar einfügen"/>
  155. <button id="btKommentarPink" imageMso="AppointmentColor8" onAction = "Kommentar_pink" supertip="Kommentar einfügen"/>
  156. </buttonGroup>
  157. <buttonGroup id="btgrpPfeil">
  158. <button id="btPfeilRot" image="pfeilrot" onAction = "Pfeil_rot" supertip="Kommentar einfügen"/>
  159. <button id="btPfeilGrun" image="pfeilgrun" onAction = "Pfeil_grun" supertip="Kommentar einfügen"/>
  160. <button id="btPfeilTurkis" image="pfeilturkis" onAction = "Pfeil_turkis" supertip="Kommentar einfügen"/>
  161. <button id="btPfeilPink" image="pfeilpink" onAction = "Pfeil_pink" supertip="Kommentar einfügen"/>
  162. </buttonGroup>
  163. <buttonGroup id="btgrButtons">
  164. <control idMso="ReviewNewComment" showLabel="false" />
  165. <button id="btDraft" image="Draft" onAction = "Draft" supertip="Inserts a Draft button on the selected slide range."/>
  166. <button id="btBackup" imageMso="ActiveXButton" onAction = "Backup" supertip="Inserts a Backup Button"/>
  167. </buttonGroup>
  168. </group>
  169.  
  170. <group id="grpEntfernen" label="Delete">
  171. <button id="btDeleteKommentar" image="kommentardel" onAction = "DeleteKommentar" supertip="Deletes all comments in the selected shape range."/>
  172. <button id="btDeletePfeil" image="pfeildel" onAction = "DeletePfeil" supertip="Deletes all arrows in the selected shape range."/>
  173. <button id="btDeleteDraft" imageMso="RecordsDeleteRecord" onAction = "DeleteDraft" supertip="Deletes all Draft button in the selected shape range."/>
  174. <button id="btTextloeschen" image="shapetextdel" onAction = "Text_loeschen" supertip="Text in makierten Shapes löschen"/>
  175. </group>
  176. <group id="grpLangauge" label="Language">
  177. <button id="btChangeSpellCheckingLanguageENG" image="USA" onAction = "ChangeSpellCheckingLanguageENG" supertip="Change Spellcheck to English for all Shapes"/>
  178. <button id="btChangeSpellCheckingLanguageDE" image="DE" onAction = "ChangeSpellCheckingLanguageDE" supertip="Change Spellcheck to German for all Shapes"/>
  179. <button id="btChangeSpellCheckingLanguageCS" imageMso="HangulHanjaConversion" onAction = "ChangeSpellCheckingLanguageCS" supertip="Change Spellcheck to Chinese Simplified for all Shapes"/>
  180. <control idMso="SetLanguage" showLabel="false" />
  181. </group>
  182. </tab>
  183. </tabs>
  184. </ribbon>
  185. </customUI>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement