|
20 | 20 | <TextBlock DockPanel.Dock="Top" TextWrapping="Wrap" Margin="0,2">
|
21 | 21 | <TextBlock FontWeight="Bold">Author:</TextBlock> Fernando Andreu
|
22 | 22 | </TextBlock>
|
| 23 | + <TextBlock DockPanel.Dock="Top" TextWrapping="Wrap" Margin="0,2"> |
| 24 | + <TextBlock FontWeight="Bold">License:</TextBlock> <controls:ExternalHyperlink NavigateUri="https://github.com/fernandreu/office-ribbonx-editor/blob/master/LICENSE">MIT</controls:ExternalHyperlink> |
| 25 | + </TextBlock> |
| 26 | + <TextBlock DockPanel.Dock="Top" TextWrapping="Wrap" Margin="0,2"> |
| 27 | + <TextBlock FontWeight="Bold">Project Page:</TextBlock> <controls:ExternalHyperlink NavigateUri="https://github.com/fernandreu/office-ribbonx-editor">https://github.com/fernandreu/office-ribbonx-editor</controls:ExternalHyperlink> |
| 28 | + </TextBlock> |
23 | 29 | <TextBlock DockPanel.Dock="Top" TextWrapping="Wrap" Margin="0,2">
|
24 | 30 | <TextBlock FontWeight="Bold">Version:</TextBlock> <TextBlock Text="{Binding AssemblyVersion}"/>
|
25 | 31 | </TextBlock>
|
26 | 32 | <TextBlock DockPanel.Dock="Top" TextWrapping="Wrap" Margin="0,2">
|
27 |
| - <TextBlock FontWeight="Bold">License:</TextBlock> <controls:ExternalHyperlink NavigateUri="https://github.com/fernandreu/office-ribbonx-editor/blob/master/LICENSE">MIT</controls:ExternalHyperlink> |
| 33 | + <TextBlock FontWeight="Bold">Runtime:</TextBlock> <TextBlock Text="{Binding RuntimeVersion}"/> |
28 | 34 | </TextBlock>
|
29 | 35 | <TextBlock DockPanel.Dock="Top" TextWrapping="Wrap" Margin="0,2">
|
30 |
| - <TextBlock FontWeight="Bold">Project Page:</TextBlock> <controls:ExternalHyperlink NavigateUri="https://github.com/fernandreu/office-ribbonx-editor">https://github.com/fernandreu/office-ribbonx-editor</controls:ExternalHyperlink> |
| 36 | + <TextBlock FontWeight="Bold">Operating System:</TextBlock> <TextBlock Text="{Binding OperatingSystemVersion}"/> |
31 | 37 | </TextBlock>
|
32 | 38 | <TextBlock DockPanel.Dock="Top" TextWrapping="Wrap" Margin="0,8,0,4">
|
33 | 39 | Office RibbonX Editor is a free, open source, standalone tool to edit the Custom UI part of Office open document file format. It contains both Office 2007 and Office 2010 custom UI schemas.
|
34 | 40 | </TextBlock>
|
35 | 41 | <TextBlock DockPanel.Dock="Top" TextWrapping="Wrap" Margin="0,4">
|
36 |
| - The Office 2010 custom UI schema is the latest schema and it's still being used in the latest versions of Office including Office 2013, Office 2016 and Office 365. |
| 42 | + The Office 2010 custom UI schema is the latest schema and it's still being used in the latest versions of Office including Office 2013, Office 2016, Office 2019 and Office 365. |
37 | 43 | </TextBlock>
|
38 | 44 | <TextBlock DockPanel.Dock="Top" TextWrapping="Wrap" Margin="0,4" FontStyle="Italic">
|
39 | 45 | This tool is a fork of the original <controls:ExternalHyperlink NavigateUri="https://github.com/OfficeDev/office-custom-ui-editor">Custom UI Editor for Microsoft Office</controls:ExternalHyperlink>,
|
40 | 46 | developed by Microsoft. However, the tool is not affiliated with, endorsed by, sponsored by, or in any way officially connected with Microsoft Corporation, or any of its subsidiaries or its affiliates.
|
41 | 47 | </TextBlock>
|
42 |
| - <StackPanel DockPanel.Dock="Bottom" Orientation="Horizontal" HorizontalAlignment="Right"> |
| 48 | + <StackPanel DockPanel.Dock="Bottom" Margin="0,4,0,0" Orientation="Horizontal" HorizontalAlignment="Right"> |
| 49 | + <Button Content="Copy version information" Padding="10,2" Margin="8,0,0,0" Command="{Binding CopyInfoCommand}"/> |
| 50 | + <Button Content="Submit an issue" Padding="10,2" Margin="8,0,0,0" Command="{Binding SubmitIssueCommand}"/> |
43 | 51 | <Button Content="Close" Padding="10,2" Margin="8,0,0,0" Command="{Binding CloseCommand}"/>
|
44 | 52 | </StackPanel>
|
45 | 53 | </DockPanel>
|
|
0 commit comments