|
4 | 4 | <ribbon startFromScratch="true"> |
5 | 5 | <qat> |
6 | 6 | <sharedControls > |
7 | | - <control |
8 | | - idMso ="Undo" |
9 | | - /> |
10 | | - <control |
11 | | - idMso ="Redo" |
12 | | - /> |
13 | | - <button |
14 | | - idMso ="FileSendAsAttachment" |
15 | | - label="Email" |
16 | | - screentip="Email File As Attachment" |
17 | | - supertip="This will email the current file as an attachment. " |
18 | | - /> |
19 | | - <separator id="sepSc1"/> |
| 7 | + <control idMso ="FileSave" /> |
20 | 8 | <button |
21 | 9 | id="btnSaveVersion" |
22 | 10 | label="Save Version" |
23 | 11 | onAction="OnAction" |
24 | | - getImage="GetButtonImage" |
| 12 | + imageMso="FileSaveAs" |
25 | 13 | screentip="Save File As Version" |
26 | 14 | supertip="This will save the current file as a version in the same directory." |
| 15 | + insertBeforeMso="Undo" |
27 | 16 | /> |
28 | 17 | <button |
29 | 18 | id="btnSaveCode" |
30 | 19 | label="Save Code" |
31 | 20 | onAction="OnAction" |
32 | | - getImage="GetButtonImage" |
| 21 | + imageMso="ThemeSaveCurrent" |
33 | 22 | screentip="Save VBA/XML Code" |
34 | 23 | supertip="This will save the VBA and XML for the current file in the same directory. (Coming Soon!)" |
| 24 | + insertBeforeMso="Undo" |
35 | 25 | enabled="false" |
36 | 26 | /> |
| 27 | + <control idMso ="Undo"/> |
| 28 | + <control idMso ="Redo" /> |
| 29 | + <button |
| 30 | + idMso ="FileSendAsAttachment" |
| 31 | + label="Email" |
| 32 | + screentip="Email File As Attachment" |
| 33 | + supertip="This will email the current file as an attachment. " |
| 34 | + /> |
37 | 35 | <separator id="sepSc2"/> |
38 | 36 | <button |
39 | 37 | idMso ="Camera" |
|
57 | 55 | getImage="GetButtonImage" |
58 | 56 | screentip="Microsoft Problem Steps Recorder" |
59 | 57 | supertip="Problem Steps Recorder or PSR records the actions you take on your computer which you can then send to the person or group helping you with your computer problem." |
60 | | - /> |
| 58 | + /> |
61 | 59 | </sharedControls> |
62 | 60 | <documentControls > |
63 | 61 | <button idMso="Cut"/> |
|
624 | 622 | <checkBox id="chkBackstagePlsql" label ="PL-SQL" onAction="OnAction_Checkbox" getPressed="GetPressed"/> |
625 | 623 | <checkBox id="chkBackstageDql" label ="DQL" onAction="OnAction_Checkbox" getPressed="GetPressed"/> |
626 | 624 | <checkBox id="chkBackstageMarkdown" label ="MARKDOWN" onAction="OnAction_Checkbox" getPressed="GetPressed"/> |
627 | | - <checkBox id="chkBackstageMarkup" label ="MARKUP" onAction="OnAction_Checkbox" getPressed="GetPressed"/> |
| 625 | + <checkBox id="chkBackstageMarkup" label ="MARKUP" onAction="OnAction_Checkbox" getPressed="GetPressed"/> |
628 | 626 | </layoutContainer> |
629 | 627 | </topItems> |
630 | 628 | </group> |
|
0 commit comments