mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Rename in GUI files.
This commit is contained in:
@@ -31,7 +31,7 @@
|
|||||||
// Copyright © 2011-2020 Natalia Portillo
|
// Copyright © 2011-2020 Natalia Portillo
|
||||||
// ****************************************************************************/
|
// ****************************************************************************/
|
||||||
-->
|
-->
|
||||||
<Form xmlns="http://schema.picoe.ca/eto.forms" Title="DiscImageChef" ClientSize="600, 450" Padding="10">
|
<Form xmlns="http://schema.picoe.ca/eto.forms" Title="Aaru" ClientSize="600, 450" Padding="10">
|
||||||
<StackLayout Orientation="Vertical" HorizontalContentAlignment="Stretch" VerticalContentAlignment="Stretch">
|
<StackLayout Orientation="Vertical" HorizontalContentAlignment="Stretch" VerticalContentAlignment="Stretch">
|
||||||
<StackLayout Orientation="Vertical" HorizontalContentAlignment="Stretch" VerticalContentAlignment="Stretch"
|
<StackLayout Orientation="Vertical" HorizontalContentAlignment="Stretch" VerticalContentAlignment="Stretch"
|
||||||
ID="stkOptions">
|
ID="stkOptions">
|
||||||
|
|||||||
@@ -31,7 +31,7 @@
|
|||||||
// Copyright © 2011-2020 Natalia Portillo
|
// Copyright © 2011-2020 Natalia Portillo
|
||||||
// ****************************************************************************/
|
// ****************************************************************************/
|
||||||
-->
|
-->
|
||||||
<Form xmlns="http://schema.picoe.ca/eto.forms" Title="DiscImageChef" ClientSize="600, 450" Padding="10">
|
<Form xmlns="http://schema.picoe.ca/eto.forms" Title="Aaru" ClientSize="600, 450" Padding="10">
|
||||||
<Splitter Orientation="Horizontal" Panel1MinimumSize="200" FixedPanel="Panel1" ID="splMain">
|
<Splitter Orientation="Horizontal" Panel1MinimumSize="200" FixedPanel="Panel1" ID="splMain">
|
||||||
<Splitter.Panel1>
|
<Splitter.Panel1>
|
||||||
<TreeGridView ID="treeImages" SelectedItemChanged="OnTreeImagesSelectedItemChanged"
|
<TreeGridView ID="treeImages" SelectedItemChanged="OnTreeImagesSelectedItemChanged"
|
||||||
|
|||||||
@@ -31,7 +31,7 @@
|
|||||||
// Copyright © 2011-2020 Natalia Portillo
|
// Copyright © 2011-2020 Natalia Portillo
|
||||||
// ****************************************************************************/
|
// ****************************************************************************/
|
||||||
-->
|
-->
|
||||||
<Form xmlns="http://schema.picoe.ca/eto.forms" xmlns:local="clr-namespace:DiscImageChef.Gui.Controls;assembly=DiscImageChef.Gui" Title="Media scan" ClientSize="600, 450" Padding="10">
|
<Form xmlns="http://schema.picoe.ca/eto.forms" xmlns:local="clr-namespace:Aaru.Gui.Controls;assembly=Aaru.Gui" Title="Media scan" ClientSize="600, 450" Padding="10">
|
||||||
<StackLayout Orientation="Vertical" HorizontalContentAlignment="Stretch" VerticalContentAlignment="Stretch">
|
<StackLayout Orientation="Vertical" HorizontalContentAlignment="Stretch" VerticalContentAlignment="Stretch">
|
||||||
<TabControl Visible="True" ID="tabResults">
|
<TabControl Visible="True" ID="tabResults">
|
||||||
<TabPage Text="Log">
|
<TabPage Text="Log">
|
||||||
|
|||||||
@@ -31,7 +31,7 @@
|
|||||||
// Copyright © 2011-2020 Natalia Portillo
|
// Copyright © 2011-2020 Natalia Portillo
|
||||||
// ****************************************************************************/
|
// ****************************************************************************/
|
||||||
-->
|
-->
|
||||||
<Panel xmlns:local="clr-namespace:DiscImageChef.Gui.Controls;assembly=DiscImageChef.Gui"
|
<Panel xmlns:local="clr-namespace:Aaru.Gui.Controls;assembly=Aaru.Gui"
|
||||||
xmlns="http://schema.picoe.ca/eto.forms">
|
xmlns="http://schema.picoe.ca/eto.forms">
|
||||||
<StackLayout Orientation="Vertical">
|
<StackLayout Orientation="Vertical">
|
||||||
<StackLayoutItem HorizontalAlignment="Center" VerticalAlignment="Top">
|
<StackLayoutItem HorizontalAlignment="Center" VerticalAlignment="Top">
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
// ****************************************************************************/
|
// ****************************************************************************/
|
||||||
-->
|
-->
|
||||||
<Panel xmlns="http://schema.picoe.ca/eto.forms" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
<Panel xmlns="http://schema.picoe.ca/eto.forms" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||||
xmlns:local="clr-namespace:DiscImageChef.Gui.Controls;assembly=DiscImageChef.Gui">
|
xmlns:local="clr-namespace:Aaru.Gui.Controls;assembly=Aaru.Gui">
|
||||||
<StackLayout Orientation="Vertical">
|
<StackLayout Orientation="Vertical">
|
||||||
<StackLayoutItem HorizontalAlignment="Center">
|
<StackLayoutItem HorizontalAlignment="Center">
|
||||||
<Label ID="lblMediaInfo" Text="Media information"/>
|
<Label ID="lblMediaInfo" Text="Media information"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user