Skip to content

Commit 4d59b0a

Browse files
committed
Minor interface changes
1 parent b9eff0c commit 4d59b0a

4 files changed

Lines changed: 8 additions & 6 deletions

File tree

AnalyticHierarchyProcess/CurrentCriteriaPage.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<Grid>
1313
<Label Content="Current criteria:" HorizontalAlignment="Center" Margin="0,37,0,0" VerticalAlignment="Top" FontSize="44" Foreground="#FF353B48"/>
14-
<Button Click="AddAnother" Content="Add another" HorizontalAlignment="Left" VerticalAlignment="Bottom" Margin="50,0,0,40" Height="60" Width="180
14+
<Button Click="AddAnother" Content="Add another one" HorizontalAlignment="Left" VerticalAlignment="Bottom" Margin="50,0,0,40" Height="60" Width="220
1515
" BorderBrush="#FF353B48" Foreground="#FF353B48" Background="White" BorderThickness="2,2,2,2" FontSize="25" FontFamily="Segoe UI Semibold"/>
1616
<Button Click="Confirm" Content="Confirm" HorizontalAlignment="Right" VerticalAlignment="Bottom" Margin="0,0,50,40" Height="60" Width="150" BorderBrush="#FF353B48" Foreground="White" Background="#FF353B48" BorderThickness="2,2,2,2" FontSize="25" FontFamily="Segoe UI Semibold"/>
1717
<ListBox x:Name="listBox" Margin="218,124,218,124" BorderBrush="#FF353B48" Foreground="#FF353B48" Padding="10,10,10,10" FontSize="25" BorderThickness="2,2,2,2"/>

AnalyticHierarchyProcess/CurrentOptionsPage.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<Grid>
1313
<Label Content="Current options:" HorizontalAlignment="Center" Margin="0,37,0,0" VerticalAlignment="Top" FontSize="44" Foreground="#FF353B48"/>
14-
<Button Click="AddAnother" Content="Add another" HorizontalAlignment="Left" VerticalAlignment="Bottom" Margin="50,0,0,40" Height="60" Width="180 " BorderBrush="#FF353B48" Foreground="#FF353B48" Background="White" BorderThickness="2,2,2,2" FontSize="25" FontFamily="Segoe UI Semibold"/>
14+
<Button Click="AddAnother" Content="Add another one" HorizontalAlignment="Left" VerticalAlignment="Bottom" Margin="50,0,0,40" Height="60" Width="220" BorderBrush="#FF353B48" Foreground="#FF353B48" Background="White" BorderThickness="2,2,2,2" FontSize="25" FontFamily="Segoe UI Semibold"/>
1515
<Button Click="Confirm" Content="Confirm" HorizontalAlignment="Right" VerticalAlignment="Bottom" Margin="0,0,50,40" Height="60" Width="150" BorderBrush="#FF353B48" Foreground="White" Background="#FF353B48" BorderThickness="2,2,2,2" FontSize="25" FontFamily="Segoe UI Semibold"/>
1616
<ListBox x:Name="listBox" Margin="218,124,218,124" BorderBrush="#FF353B48" Foreground="#FF353B48" Padding="10,10,10,10" FontSize="25" BorderThickness="2,2,2,2"/>
1717

AnalyticHierarchyProcess/HelpPage.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<Grid>
1212
<ScrollViewer Margin="0,0,0,118" VerticalScrollBarVisibility="Auto">
13-
<TextBlock TextWrapping="Wrap" FontSize="22" Foreground="#FF353B48" Margin="50,25,50,0" TextAlignment="Justify"><Run Text="The Analytic Hierarchy Process (abbr. AHP) was developed by Prof. Thomas L. Saaty in early 1970s. It aims to overcome the inherent complexity of decision-making problems by coping with rational and intangible aspects relevant to problems representing all this in the form of non-linear (hierarchical) models that reflect the human perception of specifics of these problems, determining criteria and alternatives in reference to the stated goal as the top factor of the hierarchies (models), and prioritizing successively criteria and alternatives using reciprocal pairwise comparisons. As pointed out by Prof. T.L. Saaty and Prof. L.G. Vargas, the decision maker (a group of individuals involved in the problem's discussion) &quot;... carries out simple pairwise comparison judgments which are used to develop overall priorities for ranking the alternatives - AHP both allows for inconsistency in the judgments and provides a means to improve consistency&quot; (in Models, Methods, Concepts &amp; Applications of the Analytic Hierarchy Process, 2nd ed., Int. Series in Operations Research &amp; Management Science, vol. 175)."/><LineBreak/><Run Text="The given program employs a 'classical' three-level hierarchy, i.e. goal of the decision (level 0) – criteria considered (level 1) – alternatives that must be ranked (level 2), and fundamental 1-9 scale."/></TextBlock>
13+
<TextBlock TextWrapping="Wrap" FontSize="22" Foreground="#FF353B48" Margin="50,25,50,0" TextAlignment="Justify"><Run Text="The Analytic Hierarchy Process (abbr. AHP) was developed by Prof. Thomas L. Saaty in early 1970s. It aims to overcome the inherent complexity of decision-making problems by coping with rational and intangible aspects relevant to problems representing all this in the form of non-linear (hierarchical) models that reflect the human perception of specifics of these problems, determining criteria and alternatives in reference to the stated goal as the top factor of the hierarchies (models), and prioritizing successively criteria and alternatives using reciprocal pairwise comparisons. As pointed out by Prof. T.L. Saaty and Prof. L.G. Vargas, the decision maker (a group of individuals involved in the problem's discussion) &quot;... carries out simple pairwise comparison judgments which are used to develop overall priorities for ranking the alternatives - AHP both allows for inconsistency in the judgments and provides a means to improve consistency&quot; (in Models, Methods, Concepts &amp; Applications of the Analytic Hierarchy Process, 2nd ed., Int. Series in Operations Research &amp; Management Science, vol. 175)."/><LineBreak/><Run Text="The given program employs a 'classical' three-level hierarchy, i.e. goal of the decision (level 0) – criteria considered (level 1) – alternatives (options) that must be ranked (level 2), and fundamental 1..9 scale. If needed, it is also possible to switch to a 4-level AHP-model, which has an additional level of sub-criteria (let's refer to it level 1A), which further details the level of criteria that is higher in the hierarchy (level 1)."/><LineBreak/><Run Text="Hope the interface of the program will allow at each step of the actions being performed not to be distracted by insignificant aspects and to fully focus attention on what is being done right now. Have a great time working with the program!"/></TextBlock>
1414
</ScrollViewer>
1515
<Button Click="Back" Content="Back" HorizontalAlignment="Left" VerticalAlignment="Bottom" Margin="50,0,0,40" Height="60" Width="150" BorderBrush="#FF353B48" Foreground="#FF353B48" Background="White" BorderThickness="2,2,2,2" FontSize="25" FontFamily="Segoe UI Semibold"/>
1616
<Button Click="Next" Content="Next" HorizontalAlignment="Right" VerticalAlignment="Bottom" Margin="0,0,50,40" Height="60" Width="150" BorderBrush="#FF353B48" Foreground="White" Background="#FF353B48" BorderThickness="2,2,2,2" FontSize="25" FontFamily="Segoe UI Semibold"/>

AnalyticHierarchyProcess/MainPage.xaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,15 @@
88
d:DesignHeight="450" d:DesignWidth="800"
99
Title="MainPage">
1010
<Grid>
11-
<Grid Height="380" Width="550" VerticalAlignment="Center" HorizontalAlignment="Center">
11+
<Grid Height="430" Width="550" VerticalAlignment="Center" HorizontalAlignment="Center">
1212
<Label Content="AHP" HorizontalAlignment="Center" VerticalAlignment="Top" FontFamily="Segoe UI Semibold" FontSize="125" Foreground="#FF353B48" Margin="0,-20,0,0"/>
1313
<Label Content="Analytic Hierarchy Process" HorizontalAlignment="Center" Margin="0,125,0,0" VerticalAlignment="Top" FontSize="44" Foreground="#99353B48"/>
14-
<Button Click="OpenProject" Content="Open project" HorizontalAlignment="Center" VerticalAlignment="Top" Margin="0,300,0,0" Height="60" Width="200" BorderBrush="#FF353B48" Foreground="#FF353B48" Background="White" BorderThickness="2,2,2,2" FontSize="25" FontFamily="Segoe UI Semibold"/>
15-
<Button Click="NewProject" Content="New project" HorizontalAlignment="Center" VerticalAlignment="Top" Margin="0,225,0,0" Height="60" Width="200" BorderBrush="#FF353B48" Foreground="White" Background="#FF353B48" BorderThickness="2,2,2,2" FontSize="25" FontFamily="Segoe UI Semibold"/>
14+
<Button Click="OpenProject" Content="Open project" HorizontalAlignment="Center" VerticalAlignment="Top" Margin="0,285,0,0" Height="60" Width="200" BorderBrush="#FF353B48" Foreground="#FF353B48" Background="White" BorderThickness="2,2,2,2" FontSize="25" FontFamily="Segoe UI Semibold"/>
15+
<Button Click="NewProject" Content="New project" HorizontalAlignment="Center" VerticalAlignment="Top" Margin="0,210,0,0" Height="60" Width="200" BorderBrush="#FF353B48" Foreground="White" Background="#FF353B48" BorderThickness="2,2,2,2" FontSize="25" FontFamily="Segoe UI Semibold"/>
1616
</Grid>
1717
<Button Click="Help" Content="Help" HorizontalAlignment="Right" VerticalAlignment="Bottom" Margin="0,0,50,40" Height="60" Width="150" BorderBrush="#FF353B48" Foreground="#FF353B48" Background="White" BorderThickness="2,2,2,2" FontSize="25" FontFamily="Segoe UI Semibold"/>
1818
<Button Click="Exit" Content="Exit" HorizontalAlignment="Left" VerticalAlignment="Bottom" Margin="50,0,0,40" Height="60" Width="150" BorderBrush="#FF353B48" Foreground="#FF353B48" Background="White" BorderThickness="2,2,2,2" FontSize="25" FontFamily="Segoe UI Semibold"/>
19+
<Label Content="Created by Kaverin Maxim, 2023" HorizontalAlignment="Center" FontSize="20" Foreground="#7F353B48" Margin="0,0,0,40" VerticalAlignment="Bottom"/>
20+
1921
</Grid>
2022
</Page>

0 commit comments

Comments
 (0)