File tree Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" ?>
2
+ <dataroot xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
3
+ <USysRibbons >
4
+ <lngID >1</lngID >
5
+ <RibbonName >MainRibbon</RibbonName >
6
+ <RibbonXml >< customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui" >< commands>< command idMso="Help" enabled="false"/>< /commands>< ribbon startFromScratch="true">
7
+ < tabs>< tab id="T1" label="Home">
8
+ < group id="G1" label="Test">
9
+ < button id="TestBtn1" label="Don't click here" size="large" imageMso="CreateTable" onAction="=RibbonProcTest1()" />
10
+ < button idMso="PrintDialogAccess" size="large" label="Print Dialog" />
11
+ < control idMso="WindowsSwitch" size="large" label="Switch Windows" />
12
+ < /group>
13
+ < /tab>< /tabs>< /ribbon>< /customUI> </RibbonXml >
14
+ </USysRibbons >
15
+ </dataroot >
Original file line number Diff line number Diff line change 46
46
"Format" : " Tab Delimited"
47
47
},
48
48
"USysRibbons" : {
49
- "Format" : " Tab Delimited "
49
+ "Format" : " XML Format "
50
50
}
51
51
},
52
52
"SchemaExports" : {
You can’t perform that action at this time.
0 commit comments