删除螺旋扫描、语言设置合并到全局设置中;
This commit is contained in:
@@ -68,8 +68,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "XP.Calibration", "XP.Calibr
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XP.ReportEngine", "XP.ReportEngine\XP.ReportEngine.csproj", "{809A8588-F64C-4738-8827-CFBC59943DBF}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XplorePlane.Tests", "XplorePlane.Tests\XplorePlane.Tests.csproj", "{223E2A75-E50E-BD82-506F-935F63B7A41A}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
@@ -279,18 +277,6 @@ Global
|
||||
{809A8588-F64C-4738-8827-CFBC59943DBF}.Release|x64.Build.0 = Release|Any CPU
|
||||
{809A8588-F64C-4738-8827-CFBC59943DBF}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{809A8588-F64C-4738-8827-CFBC59943DBF}.Release|x86.Build.0 = Release|Any CPU
|
||||
{223E2A75-E50E-BD82-506F-935F63B7A41A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{223E2A75-E50E-BD82-506F-935F63B7A41A}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{223E2A75-E50E-BD82-506F-935F63B7A41A}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{223E2A75-E50E-BD82-506F-935F63B7A41A}.Debug|x64.Build.0 = Debug|x64
|
||||
{223E2A75-E50E-BD82-506F-935F63B7A41A}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||
{223E2A75-E50E-BD82-506F-935F63B7A41A}.Debug|x86.Build.0 = Debug|Any CPU
|
||||
{223E2A75-E50E-BD82-506F-935F63B7A41A}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{223E2A75-E50E-BD82-506F-935F63B7A41A}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{223E2A75-E50E-BD82-506F-935F63B7A41A}.Release|x64.ActiveCfg = Release|x64
|
||||
{223E2A75-E50E-BD82-506F-935F63B7A41A}.Release|x64.Build.0 = Release|x64
|
||||
{223E2A75-E50E-BD82-506F-935F63B7A41A}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{223E2A75-E50E-BD82-506F-935F63B7A41A}.Release|x86.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
|
||||
@@ -433,13 +433,6 @@
|
||||
IsEnabled="False"
|
||||
Size="Large"
|
||||
SmallImage="/Assets/Icons/quick-scan.png" />
|
||||
<telerik:RadRibbonButton
|
||||
telerik:ScreenTip.Description="Create a link in your document for quick access to webpages and files. Hyperlinks can also take you to places in your document."
|
||||
telerik:ScreenTip.Title="Add a Hyperlink"
|
||||
Content="螺旋扫描"
|
||||
IsEnabled="False"
|
||||
Size="Large"
|
||||
SmallImage="/Assets/Icons/spiral.png" />
|
||||
</telerik:RadRibbonGroup>
|
||||
</telerik:RadRibbonTab>
|
||||
|
||||
@@ -538,22 +531,6 @@
|
||||
</StackPanel>
|
||||
</telerik:RadRibbonGroup>
|
||||
|
||||
|
||||
|
||||
<telerik:RadRibbonGroup Header="多语言">
|
||||
<telerik:RadRibbonGroup.Variants>
|
||||
<telerik:GroupVariant Priority="0" Variant="Large" />
|
||||
</telerik:RadRibbonGroup.Variants>
|
||||
<telerik:RadRibbonButton
|
||||
telerik:ScreenTip.Description="切换应用程序显示语言"
|
||||
telerik:ScreenTip.Title="多语言设置"
|
||||
Size="Large"
|
||||
SmallImage="/Assets/Icons/tools.png"
|
||||
Command="{Binding OpenLanguageSwitcherCommand}"
|
||||
Text="语言设置" />
|
||||
|
||||
</telerik:RadRibbonGroup>
|
||||
|
||||
<telerik:RadRibbonGroup Header="日志">
|
||||
<telerik:RadRibbonGroup.Variants>
|
||||
<telerik:GroupVariant Priority="0" Variant="Large" />
|
||||
|
||||
Reference in New Issue
Block a user