Grid und Farben passen jetzt, MEILENSTEIN

This commit is contained in:
OliverT87 2025-05-13 14:29:55 +02:00
parent e941b4539e
commit e6836f2a81
3 changed files with 38 additions and 13 deletions

View File

@ -87,8 +87,8 @@ namespace Project_Periodensystem.Persistence
new Element( 81, "Tl", "Thallium", 204.380,1.62,11.850, "Post-Übergangsmetall",5, 12),
new Element( 82, "Pb", "Blei", 207.200,2.33,11.340, "Post-Übergangsmetall",5, 13),
new Element( 83, "Bi", "Bismut", 208.980,2.02, 9.780, "Post-Übergangsmetall",5, 14),
new Element( 84, "Po", "Polonium", 209.000,2.00, 9.196, "Metall", 5, 15),
new Element( 85, "At", "Astat", 210.000,2.20, 7.000, "Halogen", 5, 16),
new Element( 84, "Po", "Polonium", 209.000,2.00, 9.196, "Post-Übergangsmetall",5, 15),
new Element( 85, "At", "Astat", 210.000,2.20, 7.000, "Halbmetall", 5, 16),
new Element( 86, "Rn", "Radon", 222.000,0.00, 0.010, "Edelgas", 5, 17),
// Siebte Periode (ohne 5f-Block)
@ -99,16 +99,16 @@ namespace Project_Periodensystem.Persistence
new Element(106, "Sg", "Seaborgium", 271.000,0.00,35.000, "Metall", 6, 5),
new Element(107, "Bh", "Bohrium", 270.000,0.00,37.100, "Metall", 6, 6),
new Element(108, "Hs", "Hassium", 270.000,0.00,41.000, "Metall", 6, 7),
new Element(109, "Mt", "Meitnerium", 278.000,0.00,27.000, "Metall", 6, 8),
new Element(110, "Ds", "Darmstadtium", 281.000,0.00,28.500, "Metall", 6, 9),
new Element(111, "Rg", "Roentgenium", 282.000,0.00,32.000, "Metall", 6, 10),
new Element(112, "Cn", "Copernicium", 285.000,0.00,23.700, "Metall", 6, 11),
new Element(113, "Nh", "Nihonium", 286.000,0.00,16.000, "Post-Übergangsmetall",6, 12),
new Element(114, "Fl", "Flerovium", 289.000,0.00,14.000, "Post-Übergangsmetall",6, 13),
new Element(115, "Mc", "Moscovium", 290.000,0.00,13.500, "Post-Übergangsmetall",6, 14),
new Element(116, "Lv", "Livermorium", 293.000,0.00,12.900, "Metall", 6, 15),
new Element(117, "Ts", "Tennessine", 294.000,0.00, 7.200, "Halogen", 6, 16),
new Element(118, "Og", "Oganesson", 294.000,0.00, 4.900, "Edelgas", 6, 17),
new Element(109, "Mt", "Meitnerium", 278.000,0.00,27.000, "_", 6, 8),
new Element(110, "Ds", "Darmstadtium", 281.000,0.00,28.500, "_", 6, 9),
new Element(111, "Rg", "Roentgenium", 282.000,0.00,32.000, "_", 6, 10),
new Element(112, "Cn", "Copernicium", 285.000,0.00,23.700, "_", 6, 11),
new Element(113, "Nh", "Nihonium", 286.000,0.00,16.000, "_", 6, 12),
new Element(114, "Fl", "Flerovium", 289.000,0.00,14.000, "_", 6, 13),
new Element(115, "Mc", "Moscovium", 290.000,0.00,13.500, "_", 6, 14),
new Element(116, "Lv", "Livermorium", 293.000,0.00,12.900, "_", 6, 15),
new Element(117, "Ts", "Tennessine", 294.000,0.00, 7.200, "_", 6, 16),
new Element(118, "Og", "Oganesson", 294.000,0.00, 4.900, "_", 6, 17),
// Lanthanoide (LaLu) → in Zeile 8 (4f-Block)
new Element( 57, "La", "Lanthan", 138.910,1.10, 6.145, "Lanthanoid", 8, 0),

View File

@ -5,7 +5,8 @@
x:Class="Project_Periodensystem.View.MainWindow"
Title="Periodensystem"
Width="900" Height="650"
CanResize="True">
CanResize="True"
Background="#111111">
<!-- DataContext auf den Controller setzen -->
<Window.DataContext>

View File

@ -0,0 +1,24 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.2.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Project_Periodensystem.View", "Project_Periodensystem.View.csproj", "{3BA534AD-B53E-DE3F-FB93-DE5D06C54912}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3BA534AD-B53E-DE3F-FB93-DE5D06C54912}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3BA534AD-B53E-DE3F-FB93-DE5D06C54912}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3BA534AD-B53E-DE3F-FB93-DE5D06C54912}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3BA534AD-B53E-DE3F-FB93-DE5D06C54912}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C8382E23-8381-4A75-855E-3A5267950A88}
EndGlobalSection
EndGlobal