[MK]updated .gitignore

main
Marcus Kauffeld 5 years ago
parent e71f29d667
commit 1708392db7

99
.gitignore vendored

@ -1 +1,98 @@
*.md
*.md### Java template
# Compiled class file
*.class
# Log file
*.log
# BlueJ files
*.ctxt
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
### JetBrains template
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
# User-specific stuff
.idea/**/workspace.xml
.idea/**/tasks.xml
.idea/**/usage.statistics.xml
.idea/**/dictionaries
.idea/**/shelf
# Generated files
.idea/**/contentModel.xml
# Sensitive or high-churn files
.idea/**/dataSources/
.idea/**/dataSources.ids
.idea/**/dataSources.local.xml
.idea/**/sqlDataSources.xml
.idea/**/dynamic.xml
.idea/**/uiDesigner.xml
.idea/**/dbnavigator.xml
# Gradle
.idea/**/gradle.xml
.idea/**/libraries
# Gradle and Maven with auto-import
# When using Gradle or Maven with auto-import, you should exclude module files,
# since they will be recreated, and may cause churn. Uncomment if using
# auto-import.
# .idea/artifacts
# .idea/compiler.xml
# .idea/jarRepositories.xml
# .idea/modules.xml
# .idea/*.iml
# .idea/modules
# *.iml
# *.ipr
# CMake
cmake-build-*/
# Mongo Explorer plugin
.idea/**/mongoSettings.xml
# File-based project format
*.iws
# IntelliJ
out/
# mpeltonen/sbt-idea plugin
.idea_modules/
# JIRA plugin
atlassian-ide-plugin.xml
# Cursive Clojure plugin
.idea/replstate.xml
# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
fabric.properties
# Editor-based Rest Client
.idea/httpRequests
# Android studio 3.1+ serialized cache file
.idea/caches/build_file_checksums.ser

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="RunConfigurationProducerService">
<option name="ignoredProducers">
<set>
<option value="com.android.tools.idea.compose.preview.runconfiguration.ComposePreviewRunConfigurationProducer" />
</set>
</option>
</component>
</project>

@ -1,77 +0,0 @@
/* css */
/* Author Lukas Martin */
.buttonMenu {
-fx-background-color: #252530;
-fx-text-fill: white;
-fx-font-size: 14;
}
.buttonMenu:hover {
-fx-text-fill: grey;
}
.buttonTopBarMenus {
-fx-background-color: #252530;
-fx-text-fill: white;
}
.buttonTopBarMenus:hover {
-fx-text-fill: grey;
}
#borderpane {
-fx-background-color: #252526;
}
#topbar {
-fx-background-color: #0b111a;
-fx-border-color: #6b6868;
-fx-border-width: 0px 0px 0.5px 0px;
}
#men {
-fx-background-color: #252530;
-fx-border-color: #6b6868;
-fx-border-width: 0px 0.5px 0.5px 0.5px;
}
#menuslide {
-fx-background-color: #252530;
-fx-border-color: #6b6868;
-fx-border-width: 0px 0.5px 0.5px 0.5px;
border-top: none;
}
#menubutton {
-fx-text-fill: white;
}
#menubutton:hover {
-fx-text-fill: grey;
}
#panehome {
-fx-background-color: #252526;
}
#filesmenu {
-fx-background-color: #252530;
-fx-border-color: #6b6868;
-fx-border-width: 0px 0.5px 0.5px 0.5px;
}
#optionPane {
-fx-background-color: #252530;
-fx-border-color: #6b6868;
-fx-border-width: 0px 0.5px 0.5px 0.5px;
}
#VboxOption0 {
-fx-background-color: #252530;
-fx-border-color: #6b6868;
-fx-border-width: 0px 0.5px 0px 0px;
}
#VboxOption1 {
-fx-background-color: #252530;
-fx-border-color: #6b6868;
-fx-border-width: 0.5px 0.5px 0.5px 0px;
}
#welcomeLabel {
}
#searchBar {
-fx-background-color: #252530;
-fx-border-color: #6b6868;
-fx-border-width: 0.5px 0.5px 0.5px 0.5px;
-fx-text-fill: white;
-fx-border-radius: 8 8 8 8;
-fx-background-radius: 8 8 8 8;
}

@ -1,53 +0,0 @@
/* css */
/* Author Lukas Martin */
.background {
-fx-background-color: #252530;
}
.topbar {
-fx-background-color: #0b111a;
}
.menu {
-fx-border-color: #6b6868;
-fx-border-width: 0px 0px 0.5px 0px;
}
#lefttopbar {
}
#righttopbar {
}
#leftPane {
-fx-border-color: #6b6868;
-fx-border-width: 0.5px 0.5px 0.5px 0.5px;
}
#centrePane {
}
#submitButton {
}
#nicknameLabel {
-fx-border-color: #6b6868;
-fx-border-width: 0px 0px 0.5px 0px;
}
#nickNamePane {
-fx-border-color: #6b6868;
-fx-border-width: 0px 0px 0.5px 0px;
}
#nicknameField {
-fx-background-color: #252533;
-fx-border-color: #6b6868;
-fx-border-width: 0.5px 0.5px 0.5px 0.5px;
-fx-text-fill: white;
-fx-border-radius: 8 8 8 8;
-fx-background-radius: 8 8 8 8;
}
#menuName1Pane {
}
#menu1MainPane {
}
#welcomeText {
}

@ -1,10 +0,0 @@
/* css */
/* Author: Lukas Martin */
.background {
-fx-background-color: #252530;
-fx-border-color: #6b6868;
-fx-background-radius: 16 16 16 16;
-fx-border-radius: 16 16 16 16;
-fx-border-width: 1px 1px 1px 1px;
}

@ -1,574 +0,0 @@
0 HEAD
1 CHAR UTF-8
1 SOUR Ancestry.com Family Trees
2 VERS (2010.3)
2 NAME Ancestry.com Family Trees
2 CORP Ancestry.com
1 GEDC
2 VERS 5.5
2 FORM LINEAGE-LINKED
0 @P1@ INDI
1 SEX M
1 NAME Lukas /Martin/
1 BIRT
2 DATE 03.12.2000
2 PLAC Rüsselsheim, Groß-Gerau, Hessen, Deutschland
2 OBJE
3 FILE http://trees.ancestry.com/rd?f=image&guid=74e84c9a-6dd4-43ab-9ee1-6ee8b4362857&tid=118734012&pid=1
3 FORM jpg
3 TITL Abstammungsurkunde Lukas
1 _DEG finished secondary school (Martin-Buber-Schule)
2 DATE 01.06.2018
2 PLAC Groß-Gerau, Groß-Gerau, Hessen, Deutschland
1 _DEG finished elementery school (Schwenkschule)
2 DATE 01.06.2011
2 PLAC Groß-Gerau, Groß-Gerau, Hessen, Deutschland
1 _DEG finished high school (Berufliche Schulen Groß-Gerau)
2 DATE 01.06.2020
2 PLAC Groß-Gerau, Groß-Gerau, Hessen, Deutschland
1 OBJE
2 FILE http://trees.ancestry.com/rd?f=image&guid=74e84c9a-6dd4-43ab-9ee1-6ee8b4362857&tid=118734012&pid=1
2 FORM jpg
2 TITL Abstammungsurkunde Lukas
1 FAMC @F1@
0 @P2@ INDI
1 BIRT
2 DATE 10 Nov 1968
2 PLAC Mainz, Rheinland-Pfalz, Deutschland
1 NAME Ulrike Margot /Martin/
1 SEX F
1 OBJE
2 FILE http://trees.ancestry.com/rd?f=image&guid=5eec306a-27d1-41ce-a1d5-f5f86418c315&tid=118734012&pid=2
2 FORM jpg
2 TITL Foto
1 OBJE
2 FILE http://trees.ancestry.com/rd?f=image&guid=fc0852d7-4cd9-4e4f-b969-470a65e957dd&tid=118734012&pid=2
2 FORM jpg
2 TITL Heiratsurkunde
1 FAMC @F3@
1 FAMS @F1@
0 @P3@ INDI
1 BIRT
2 DATE 29 Sep 1959
2 PLAC Groß-Gerau, Hessen, Deutschland
2 SOUR @S1446587138@
3 _APID 1,60533::172063687
2 OBJE
3 FILE http://trees.ancestry.com/rd?f=image&guid=37599470-f782-4d5a-9f88-d2f074ba00bd&tid=118734012&pid=3
3 FORM jpg
3 TITL Abstammungsurkunde Ralf
1 DEAT
2 DATE 26 Apr 2006
2 PLAC Frankfurt am Main, Hessen, Deutschland
2 SOUR @S1446587138@
3 _APID 1,60533::172063687
2 OBJE
3 FILE http://trees.ancestry.com/rd?f=image&guid=fa45f0be-707d-4432-b7fc-97322541f1a0&tid=118734012&pid=3
3 FORM jpg
3 TITL Sterbeurkunde Ralf
1 BURI
2 PLAC Gross-Gerau, Landkreis Groß-Gerau, Hessen, Germany
2 SOUR @S1446587138@
3 _APID 1,60533::172063687
1 NAME Ralf Karl /Martin/
2 SOUR @S1446587138@
3 _APID 1,60533::172063687
1 SEX M
1 CONF
2 DATE 11 Nov 1967
2 PLAC Groß-Gerau, Hessen, Deutschland
2 OBJE
3 FILE http://trees.ancestry.com/rd?f=image&guid=96aa0a45-d7d1-4ec1-baca-746ec9d7446d&tid=118734012&pid=3
3 FORM jpg
3 TITL Konformationsurkunde Ralf
1 SOUR @S1434613321@
2 PAGE Ancestry Family Tree
2 DATA
3 TEXT http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=118734012&pid=3
1 OBJE
2 FILE http://trees.ancestry.com/rd?f=image&guid=96aa0a45-d7d1-4ec1-baca-746ec9d7446d&tid=118734012&pid=3
2 FORM jpg
2 TITL Konformationsurkunde Ralf
1 OBJE
2 FILE http://trees.ancestry.com/rd?f=image&guid=e6f93ccf-fdbd-47ea-b99a-a06e09d7f697&tid=118734012&pid=3
2 FORM jpg
2 TITL Foto
1 OBJE
2 FILE http://trees.ancestry.com/rd?f=image&guid=fc0852d7-4cd9-4e4f-b969-470a65e957dd&tid=118734012&pid=3
2 FORM jpg
2 TITL Heiratsurkunde
1 OBJE
2 FILE http://trees.ancestry.com/rd?f=image&guid=fa45f0be-707d-4432-b7fc-97322541f1a0&tid=118734012&pid=3
2 FORM jpg
2 TITL Sterbeurkunde Ralf
1 OBJE
2 FILE http://trees.ancestry.com/rd?f=image&guid=37599470-f782-4d5a-9f88-d2f074ba00bd&tid=118734012&pid=3
2 FORM jpg
2 TITL Abstammungsurkunde Ralf
1 OBJE
2 FILE http://trees.ancestry.com/rd?f=image&guid=fc0852d7-4cd9-4e4f-b969-470a65e957dd&tid=118734012&pid=3
2 FORM jpg
2 TITL Heiratsurkunde
1 OBJE
2 FILE http://trees.ancestry.com/rd?f=image&guid=96aa0a45-d7d1-4ec1-baca-746ec9d7446d&tid=118734012&pid=3
2 FORM jpg
2 TITL Konformationsurkunde Ralf
1 FAMC @F7@
1 FAMS @F1@
0 @P4@ INDI
1 BIRT
2 DATE 3 Dez 2000
2 PLAC Rüsselsheim, Groß-Gerau, Hessen, Deutschland
2 OBJE
3 FILE http://trees.ancestry.com/rd?f=image&guid=088b91a8-2608-4cd4-94aa-8b1f9487000c&tid=118734012&pid=4
3 FORM jpg
3 TITL Abstammungsurkund Jan
1 SEX M
1 NAME Jan /Martin/
1 OBJE
2 FILE http://trees.ancestry.com/rd?f=image&guid=088b91a8-2608-4cd4-94aa-8b1f9487000c&tid=118734012&pid=4
2 FORM jpg
2 TITL Abstammungsurkund Jan
1 FAMC @F1@
0 @P5@ INDI
1 BIRT
2 DATE 30 JAN 1926
1 DEAT
2 DATE 9 OCT 2011
1 NAME Elisabeth /Martin/
1 SEX F
1 SOUR @S1434613321@
2 PAGE Ancestry Family Tree
2 DATA
3 TEXT http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=118734012&pid=5
1 FAMC @F10@
1 FAMS @F7@
0 @P6@ INDI
1 BIRT
2 DATE 3 MAR 1925
1 DEAT
2 DATE 26 JAN 2003
1 NAME Heinrich /Martin/
1 SEX M
1 SOUR @S1434613321@
2 PAGE Ancestry Family Tree
2 DATA
3 TEXT http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=118734012&pid=6
1 FAMS @F7@
0 @P7@ INDI
1 BIRT
2 DATE 12.Sep.1944
2 PLAC Königsheim
1 DEAT
2 DATE 9.12.1975
2 PLAC Rüsselsheim, Groß-Gerau, Hessen, Deutschland
1 NAME Regina /Hamann/
1 SEX F
1 FAMC @F8@
1 FAMS @F3@
0 @P8@ INDI
1 BIRT
2 DATE 22 Jun 1938
2 PLAC Nackenheim, Mainz-Bingen, Rheinland-Pfalz, Deutschland
1 DEAT
2 DATE 24.03.1997
2 PLAC Wiesbaden, Hessen, Deutschland
1 NAME Walter /Sans/
1 SEX M
1 FAMC @F9@
1 FAMS @F3@
0 @P9@ INDI
1 BIRT
2 DATE 10 Nov 1948
2 PLAC Groß-Gerau, Hessen, Deutschland
1 SEX F
1 NAME Monika /Martin/
1 FAMC @F7@
1 FAMS @F6@
0 @P10@ INDI
1 BIRT
2 DATE 30 Dez.xx
2 PLAC Groß-Gerau, Hessen, Deutschland
1 SEX F
1 NAME Rita /Fadda/
1 FAMC @F7@
1 FAMS @F5@
0 @P11@ INDI
1 BIRT
2 DATE 15 Feb 1956
1 NAME Jürgen /Martin/
1 SEX M
1 OBJE
2 FILE http://trees.ancestry.com/rd?f=image&guid=8e36ccaa-073f-4405-b928-1b5b41028adb&tid=118734012&pid=11
2 FORM jpg
2 TITL XV8M5716Juergen_Martin_3cmhp
1 FAMC @F7@
1 FAMS @F2@
0 @P12@ INDI
1 BIRT
2 DATE 4 MAY 1885
2 PLAC Worfelden
2 SOUR @S1434613561@
3 PAGE Hessisches Hauptstaatsarchiv; Wiesbaden, Deutschland; Bestand: 906; Laufende Nummer: 246
3 _APID 1,61118::900270602
1 NAME Barbara Elisabeth /Best/
2 SOUR @S1434613561@
3 PAGE Hessisches Hauptstaatsarchiv; Wiesbaden, Deutschland; Bestand: 906; Laufende Nummer: 246
3 _APID 1,61118::900270602
1 SEX F
1 DEAT Y
2 DATE 27 SEP 1969
2 PLAC Goddelau
1 FAMC @F13@
1 FAMS @F10@
0 @P13@ INDI
1 BIRT
2 DATE 17 Mai 1886
2 PLAC Wallerstaedten, Hessen, Deutschland
2 SOUR @S1434613561@
3 PAGE Hessisches Hauptstaatsarchiv; Wiesbaden, Deutschland; Bestand: 906; Laufende Nummer: 246
3 _APID 1,61118::270602
2 SOUR @S1446588284@
3 PAGE Hessisches Hauptstaatsarchiv; Wiesbaden, Deutschland; Bestand: 906; Laufende Nummer: 541
3 _APID 1,61117::1081166
1 NAME Peter /Bender/
2 SOUR @S1434613561@
3 PAGE Hessisches Hauptstaatsarchiv; Wiesbaden, Deutschland; Bestand: 906; Laufende Nummer: 246
3 _APID 1,61118::270602
2 SOUR @S1446588284@
3 PAGE Hessisches Hauptstaatsarchiv; Wiesbaden, Deutschland; Bestand: 906; Laufende Nummer: 541
3 _APID 1,61117::1081166
1 SEX M
1 DEAT Y
1 FAMC @F12@
1 FAMS @F10@
0 @P14@ INDI
1 BIRT
2 DATE 3 SEP 1960
1 DEAT
2 DATE 21 OCT 2018
2 PLAC Frankfurt am Main Uni-Klinikum, Hessen, Deutschland
1 NAME Heidemarie /Seidel/
1 SEX F
1 SOUR @S1434613321@
2 PAGE Ancestry Family Tree
2 DATA
3 TEXT http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=118734012&pid=14
1 FAMS @F2@
0 @P15@ INDI
1 BIRT
2 DATE 3 Jun 2002
1 NAME Anna-Livia Marta Marie /Martin/
1 SEX F
1 FAMC @F2@
0 @P16@ INDI
1 SEX F
1 NAME Graziella /Fadda/
1 FAMC @F5@
1 FAMS @F15@
0 @P17@ INDI
1 BIRT
2 DATE 3 Sep.xx
2 PLAC Italien
1 NAME Carlo /Fadda/
1 SEX M
1 FAMS @F5@
0 @P18@ INDI
1 SEX M
1 NAME Silvio /Fadda/
1 FAMC @F5@
0 @P19@ INDI
1 SEX M
1 NAME Julio /Rivas/
1 FAMS @F6@
0 @P20@ INDI
1 NAME Johannes
1 SEX M
1 FAMC @F6@
0 @P21@ INDI
1 SEX F
1 NAME Karina
1 FAMC @F6@
0 @P22@ INDI
1 SEX M
1 NAME Martin /Sans/
1 FAMS @F9@
0 @P23@ INDI
1 SEX F
1 NAME Therese /Sans/
1 FAMS @F9@
0 @P24@ INDI
1 BIRT
2 DATE 4 Nov 1972
2 PLAC Mainz, Rheinland-Pfalz, Deutschland
1 NAME Annette /Simon/
1 SEX F
1 FAMC @F3@
1 FAMS @F14@
0 @P25@ INDI
1 BIRT
2 DATE 25 Mai 1965
2 PLAC Mainz, Rheinland-Pfalz, Deutschland
1 NAME Petra /Scheib/
1 SEX F
1 FAMC @F3@
1 FAMS @F4@
0 @P26@ INDI
1 NAME Dietmar /Scheib/
1 BIRT
2 DATE 18 Dez 1960
2 PLAC Rüsselsheim, Groß-Gerau, Hessen, Deutschland
1 SEX M
1 FAMS @F4@
0 @P27@ INDI
1 BIRT
2 DATE 16.04.1992
2 PLAC Rüsselsheim, Groß-Gerau, Hessen, Deutschland
1 NAME Lisa Isabell /Scheib/
1 SEX F
1 FAMC @F4@
0 @P28@ INDI
1 BIRT
2 DATE 24 Mär 1996
2 PLAC Rüsselsheim, Groß-Gerau, Hessen, Deutschland
1 SEX F
1 NAME Julia /Simon/
1 FAMC @F14@
0 @P29@ INDI
1 SEX M
1 NAME Martin /Hamann/
1 FAMS @F8@
0 @P30@ INDI
1 DEAT
2 DATE 2 Okt 2010
1 SEX F
1 NAME Berta /Hamann/
1 FAMS @F8@
0 @P31@ INDI
1 BIRT
2 DATE xx.xx.xx
1 DEAT
2 DATE xx.xx.xx
1 SEX M
1 NAME Wolfgang /Hamann/
1 FAMC @F8@
0 @P32@ INDI
1 BIRT
2 DATE 10 Mär 1959
1 SEX F
1 NAME Elvira /Bous/
1 FAMC @F8@
0 @P33@ INDI
1 SEX F
1 NAME Danielle /Fadda/
1 BIRT
2 DATE 25.12.2013
1 FAMC @F15@
0 @P34@ INDI
1 SEX M
1 NAME Engelbert /Sans/
1 FAMC @F9@
0 @P35@ INDI
1 BIRT
2 DATE 21 SEP 1844
2 PLAC Bauschheim
1 DEAT Y
2 DATE 30 APR 1887
2 PLAC Wallerstädten
1 SEX F
1 NAME Christina Margaretha /Horst/
1 FAMS @F12@
0 @P36@ INDI
1 BIRT
2 DATE 27 Dez 1844
2 PLAC Wallerstädten
2 SOUR @S1434613561@
3 PAGE Hessisches Hauptstaatsarchiv; Wiesbaden, Deutschland; Bestand: 906; Laufende Nummer: 543
3 _APID 1,61118::258571
1 NAME Philipp /Bender/
2 SOUR @S1434613561@
3 PAGE Hessisches Hauptstaatsarchiv; Wiesbaden, Deutschland; Bestand: 906; Laufende Nummer: 543
3 _APID 1,61118::258571
1 SEX M
1 DEAT Y
2 DATE 24 FEB 1896
1 FAMS @F11@
1 FAMS @F12@
0 @P37@ INDI
1 BIRT
2 DATE 7 JAN 1859
2 PLAC Wixhausen
1 DEAT Y
1 SEX F
1 NAME Elisabeth Karoline /Storck/
1 FAMS @F13@
0 @P38@ INDI
1 BIRT
2 DATE 6 Juli 1868
2 SOUR @S1434613561@
3 PAGE Hessisches Hauptstaatsarchiv; Wiesbaden, Deutschland; Bestand: 906; Laufende Nummer: 543
3 _APID 1,61118::900258571
1 NAME Barbara Elisabetha /Gerhardt/
2 SOUR @S1434613561@
3 PAGE Hessisches Hauptstaatsarchiv; Wiesbaden, Deutschland; Bestand: 906; Laufende Nummer: 543
3 _APID 1,61118::900258571
1 SEX F
1 FAMS @F11@
0 @F1@ FAM
1 HUSB @P3@
1 WIFE @P2@
1 CHIL @P4@
2 _FREL Natural
2 _MREL Natural
1 CHIL @P1@
2 _FREL Natural
2 _MREL Natural
1 MARR
2 DATE 15 Okt 1993
2 PLAC Büttelborn, Groß-Gerau, Hessen, Deutschland
2 OBJE
3 FILE http://trees.ancestry.com/rd?f=image&guid=fc0852d7-4cd9-4e4f-b969-470a65e957dd&tid=118734012&pid=3
3 FORM jpg
3 TITL Heiratsurkunde
0 @F2@ FAM
1 HUSB @P11@
1 WIFE @P14@
1 CHIL @P15@
2 _FREL Natural
2 _MREL Natural
0 @F3@ FAM
1 HUSB @P8@
1 WIFE @P7@
1 CHIL @P25@
2 _FREL Natural
2 _MREL Natural
1 CHIL @P2@
2 _FREL Natural
2 _MREL Natural
1 CHIL @P24@
2 _FREL Natural
2 _MREL Natural
0 @F4@ FAM
1 HUSB @P26@
1 WIFE @P25@
1 CHIL @P27@
2 _FREL Natural
2 _MREL Natural
0 @F5@ FAM
1 HUSB @P17@
1 WIFE @P10@
1 CHIL @P16@
2 _FREL Natural
2 _MREL Natural
1 CHIL @P18@
2 _FREL Natural
2 _MREL Natural
0 @F6@ FAM
1 HUSB @P19@
1 WIFE @P9@
1 CHIL @P20@
2 _FREL Natural
2 _MREL Natural
1 CHIL @P21@
2 _FREL Natural
2 _MREL Natural
0 @F7@ FAM
1 HUSB @P6@
1 WIFE @P5@
1 CHIL @P9@
2 _FREL Natural
2 _MREL Natural
1 CHIL @P3@
2 _FREL Natural
2 _MREL Natural
1 CHIL @P10@
2 _FREL Natural
2 _MREL Natural
1 CHIL @P11@
2 _FREL Natural
2 _MREL Natural
0 @F8@ FAM
1 HUSB @P29@
1 WIFE @P30@
1 CHIL @P7@
2 _FREL Natural
2 _MREL Natural
1 CHIL @P31@
2 _FREL Natural
2 _MREL Natural
1 CHIL @P32@
2 _FREL Natural
2 _MREL Natural
0 @F9@ FAM
1 HUSB @P22@
1 WIFE @P23@
1 CHIL @P8@
2 _FREL Natural
2 _MREL Natural
1 CHIL @P34@
2 _FREL Natural
2 _MREL Natural
0 @F10@ FAM
1 HUSB @P13@
1 WIFE @P12@
1 CHIL @P5@
2 _FREL Natural
2 _MREL Natural
1 MARR
2 DATE 15 Mai 1910
2 PLAC Groß-Gerau, Hessen, Deutschland
2 SOUR @S1434613561@
3 PAGE Hessisches Hauptstaatsarchiv; Wiesbaden, Deutschland; Bestand: 906; Laufende Nummer: 246
3 _APID 1,61118::270602
0 @F11@ FAM
1 HUSB @P36@
1 WIFE @P38@
1 MARR
2 DATE 2 Sept 1887
2 PLAC Wallerstaedten, Hessen, Deutschland
2 SOUR @S1434613561@
3 PAGE Hessisches Hauptstaatsarchiv; Wiesbaden, Deutschland; Bestand: 906; Laufende Nummer: 543
3 _APID 1,61118::258571
0 @F12@ FAM
1 HUSB @P36@
1 WIFE @P35@
1 CHIL @P13@
2 _FREL Natural
2 _MREL Natural
0 @F13@ FAM
1 WIFE @P37@
1 CHIL @P12@
2 _MREL Natural
0 @F14@ FAM
1 WIFE @P24@
1 CHIL @P28@
2 _MREL Natural
0 @F15@ FAM
1 WIFE @P16@
1 CHIL @P33@
2 _MREL Natural
0 @R1403577562@ REPO
1 NAME Ancestry.com
0 @S1434613321@ SOUR
1 REPO @R1403577562@
1 TITL Ancestry Family Trees
1 PUBL Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree eu.lukasmartin.files submitted by Ancestry members.
0 @S1434613561@ SOUR
1 REPO @R1403577562@
1 TITL Hesse, Germany, Marriages, 1849-1930
1 AUTH Ancestry.com
1 PUBL Ancestry.com Operations, Inc.
1 _APID 1,61118::0
0 @S1446587138@ SOUR
1 REPO @R1403577562@
1 TITL Germany, Find A Grave Index, 1600s-Current
1 AUTH Ancestry.com
1 PUBL Ancestry.com Operations, Inc.
1 _APID 1,60533::0
0 @S1446588284@ SOUR
1 REPO @R1403577562@
1 TITL Hesse, Germany, Births, 1851-1901
1 AUTH Ancestry.com
1 PUBL Ancestry.com Operations, Inc.
1 _APID 1,61117::0
0 TRLR

@ -1,574 +0,0 @@
0 HEAD
1 CHAR UTF-8
1 SOUR Ancestry.com Family Trees
2 VERS (2010.3)
2 NAME Ancestry.com Family Trees
2 CORP Ancestry.com
1 GEDC
2 VERS 5.5
2 FORM LINEAGE-LINKED
0 @P1@ INDI
1 SEX M
1 NAME Lukas Martin
1 BIRT
2 DATE 03.12.2000
2 PLAC Rüsselsheim, Groß-Gerau, Hessen, Deutschland
2 OBJE
3 FILE httptrees.ancestry.comrdf=image&guid=74e84c9a-6dd4-43ab-9ee1-6ee8b4362857&tid=118734012&pid=1
3 FORM jpg
3 TITL Abstammungsurkunde Lukas
1 _DEG finished secondary school (Martin-Buber-Schule)
2 DATE 01.06.2018
2 PLAC Groß-Gerau, Groß-Gerau, Hessen, Deutschland
1 _DEG finished elementery school (Schwenkschule)
2 DATE 01.06.2011
2 PLAC Groß-Gerau, Groß-Gerau, Hessen, Deutschland
1 _DEG finished high school (Berufliche Schulen Groß-Gerau)
2 DATE 01.06.2020
2 PLAC Groß-Gerau, Groß-Gerau, Hessen, Deutschland
1 OBJE
2 FILE httptrees.ancestry.comrdf=image&guid=74e84c9a-6dd4-43ab-9ee1-6ee8b4362857&tid=118734012&pid=1
2 FORM jpg
2 TITL Abstammungsurkunde Lukas
1 FAMC @F1@
0 @P2@ INDI
1 BIRT
2 DATE 10 Nov 1968
2 PLAC Mainz, Rheinland-Pfalz, Deutschland
1 NAME Ulrike Margot Martin
1 SEX F
1 OBJE
2 FILE httptrees.ancestry.comrdf=image&guid=5eec306a-27d1-41ce-a1d5-f5f86418c315&tid=118734012&pid=2
2 FORM jpg
2 TITL Foto
1 OBJE
2 FILE httptrees.ancestry.comrdf=image&guid=fc0852d7-4cd9-4e4f-b969-470a65e957dd&tid=118734012&pid=2
2 FORM jpg
2 TITL Heiratsurkunde
1 FAMC @F3@
1 FAMS @F1@
0 @P3@ INDI
1 BIRT
2 DATE 29 Sep 1959
2 PLAC Groß-Gerau, Hessen, Deutschland
2 SOUR @S1446587138@
3 _APID 1,60533172063687
2 OBJE
3 FILE httptrees.ancestry.comrdf=image&guid=37599470-f782-4d5a-9f88-d2f074ba00bd&tid=118734012&pid=3
3 FORM jpg
3 TITL Abstammungsurkunde Ralf
1 DEAT
2 DATE 26 Apr 2006
2 PLAC Frankfurt am Main, Hessen, Deutschland
2 SOUR @S1446587138@
3 _APID 1,60533172063687
2 OBJE
3 FILE httptrees.ancestry.comrdf=image&guid=fa45f0be-707d-4432-b7fc-97322541f1a0&tid=118734012&pid=3
3 FORM jpg
3 TITL Sterbeurkunde Ralf
1 BURI
2 PLAC Gross-Gerau, Landkreis Groß-Gerau, Hessen, Germany
2 SOUR @S1446587138@
3 _APID 1,60533172063687
1 NAME Ralf Karl Martin
2 SOUR @S1446587138@
3 _APID 1,60533172063687
1 SEX M
1 CONF
2 DATE 11 Nov 1967
2 PLAC Groß-Gerau, Hessen, Deutschland
2 OBJE
3 FILE httptrees.ancestry.comrdf=image&guid=96aa0a45-d7d1-4ec1-baca-746ec9d7446d&tid=118734012&pid=3
3 FORM jpg
3 TITL Konformationsurkunde Ralf
1 SOUR @S1434613321@
2 PAGE Ancestry Family Tree
2 DATA
3 TEXT httptrees.ancestry.comptAMTCitationRedir.aspxtid=118734012&pid=3
1 OBJE
2 FILE httptrees.ancestry.comrdf=image&guid=96aa0a45-d7d1-4ec1-baca-746ec9d7446d&tid=118734012&pid=3
2 FORM jpg
2 TITL Konformationsurkunde Ralf
1 OBJE
2 FILE httptrees.ancestry.comrdf=image&guid=e6f93ccf-fdbd-47ea-b99a-a06e09d7f697&tid=118734012&pid=3
2 FORM jpg
2 TITL Foto
1 OBJE
2 FILE httptrees.ancestry.comrdf=image&guid=fc0852d7-4cd9-4e4f-b969-470a65e957dd&tid=118734012&pid=3
2 FORM jpg
2 TITL Heiratsurkunde
1 OBJE
2 FILE httptrees.ancestry.comrdf=image&guid=fa45f0be-707d-4432-b7fc-97322541f1a0&tid=118734012&pid=3
2 FORM jpg
2 TITL Sterbeurkunde Ralf
1 OBJE
2 FILE httptrees.ancestry.comrdf=image&guid=37599470-f782-4d5a-9f88-d2f074ba00bd&tid=118734012&pid=3
2 FORM jpg
2 TITL Abstammungsurkunde Ralf
1 OBJE
2 FILE httptrees.ancestry.comrdf=image&guid=fc0852d7-4cd9-4e4f-b969-470a65e957dd&tid=118734012&pid=3
2 FORM jpg
2 TITL Heiratsurkunde
1 OBJE
2 FILE httptrees.ancestry.comrdf=image&guid=96aa0a45-d7d1-4ec1-baca-746ec9d7446d&tid=118734012&pid=3
2 FORM jpg
2 TITL Konformationsurkunde Ralf
1 FAMC @F7@
1 FAMS @F1@
0 @P4@ INDI
1 BIRT
2 DATE 3 Dez 2000
2 PLAC Rüsselsheim, Groß-Gerau, Hessen, Deutschland
2 OBJE
3 FILE httptrees.ancestry.comrdf=image&guid=088b91a8-2608-4cd4-94aa-8b1f9487000c&tid=118734012&pid=4
3 FORM jpg
3 TITL Abstammungsurkund Jan
1 SEX M
1 NAME Jan Martin
1 OBJE
2 FILE httptrees.ancestry.comrdf=image&guid=088b91a8-2608-4cd4-94aa-8b1f9487000c&tid=118734012&pid=4
2 FORM jpg
2 TITL Abstammungsurkund Jan
1 FAMC @F1@
0 @P5@ INDI
1 BIRT
2 DATE 30 JAN 1926
1 DEAT
2 DATE 9 OCT 2011
1 NAME Elisabeth Martin
1 SEX F
1 SOUR @S1434613321@
2 PAGE Ancestry Family Tree
2 DATA
3 TEXT httptrees.ancestry.comptAMTCitationRedir.aspxtid=118734012&pid=5
1 FAMC @F10@
1 FAMS @F7@
0 @P6@ INDI
1 BIRT
2 DATE 3 MAR 1925
1 DEAT
2 DATE 26 JAN 2003
1 NAME Heinrich Martin
1 SEX M
1 SOUR @S1434613321@
2 PAGE Ancestry Family Tree
2 DATA
3 TEXT httptrees.ancestry.comptAMTCitationRedir.aspxtid=118734012&pid=6
1 FAMS @F7@
0 @P7@ INDI
1 BIRT
2 DATE 12.Sep.1944
2 PLAC Königsheim
1 DEAT
2 DATE 9.12.1975
2 PLAC Rüsselsheim, Groß-Gerau, Hessen, Deutschland
1 NAME Regina Hamann
1 SEX F
1 FAMC @F8@
1 FAMS @F3@
0 @P8@ INDI
1 BIRT
2 DATE 22 Jun 1938
2 PLAC Nackenheim, Mainz-Bingen, Rheinland-Pfalz, Deutschland
1 DEAT
2 DATE 24.03.1997
2 PLAC Wiesbaden, Hessen, Deutschland
1 NAME Walter Sans
1 SEX M
1 FAMC @F9@
1 FAMS @F3@
0 @P9@ INDI
1 BIRT
2 DATE 10 Nov 1948
2 PLAC Groß-Gerau, Hessen, Deutschland
1 SEX F
1 NAME Monika Martin
1 FAMC @F7@
1 FAMS @F6@
0 @P10@ INDI
1 BIRT
2 DATE 30 Dez.xx
2 PLAC Groß-Gerau, Hessen, Deutschland
1 SEX F
1 NAME Rita Fadda
1 FAMC @F7@
1 FAMS @F5@
0 @P11@ INDI
1 BIRT
2 DATE 15 Feb 1956
1 NAME Jürgen Martin
1 SEX M
1 OBJE
2 FILE httptrees.ancestry.comrdf=image&guid=8e36ccaa-073f-4405-b928-1b5b41028adb&tid=118734012&pid=11
2 FORM jpg
2 TITL XV8M5716Juergen_Martin_3cmhp
1 FAMC @F7@
1 FAMS @F2@
0 @P12@ INDI
1 BIRT
2 DATE 4 MAY 1885
2 PLAC Worfelden
2 SOUR @S1434613561@
3 PAGE Hessisches Hauptstaatsarchiv; Wiesbaden, Deutschland; Bestand 906; Laufende Nummer 246
3 _APID 1,61118900270602
1 NAME Barbara Elisabeth Best
2 SOUR @S1434613561@
3 PAGE Hessisches Hauptstaatsarchiv; Wiesbaden, Deutschland; Bestand 906; Laufende Nummer 246
3 _APID 1,61118900270602
1 SEX F
1 DEAT Y
2 DATE 27 SEP 1969
2 PLAC Goddelau
1 FAMC @F13@
1 FAMS @F10@
0 @P13@ INDI
1 BIRT
2 DATE 17 Mai 1886
2 PLAC Wallerstaedten, Hessen, Deutschland
2 SOUR @S1434613561@
3 PAGE Hessisches Hauptstaatsarchiv; Wiesbaden, Deutschland; Bestand 906; Laufende Nummer 246
3 _APID 1,61118270602
2 SOUR @S1446588284@
3 PAGE Hessisches Hauptstaatsarchiv; Wiesbaden, Deutschland; Bestand 906; Laufende Nummer 541
3 _APID 1,611171081166
1 NAME Peter Bender
2 SOUR @S1434613561@
3 PAGE Hessisches Hauptstaatsarchiv; Wiesbaden, Deutschland; Bestand 906; Laufende Nummer 246
3 _APID 1,61118270602
2 SOUR @S1446588284@
3 PAGE Hessisches Hauptstaatsarchiv; Wiesbaden, Deutschland; Bestand 906; Laufende Nummer 541
3 _APID 1,611171081166
1 SEX M
1 DEAT Y
1 FAMC @F12@
1 FAMS @F10@
0 @P14@ INDI
1 BIRT
2 DATE 3 SEP 1960
1 DEAT
2 DATE 21 OCT 2018
2 PLAC Frankfurt am Main Uni-Klinikum, Hessen, Deutschland
1 NAME Heidemarie Seidel
1 SEX F
1 SOUR @S1434613321@
2 PAGE Ancestry Family Tree
2 DATA
3 TEXT httptrees.ancestry.comptAMTCitationRedir.aspxtid=118734012&pid=14
1 FAMS @F2@
0 @P15@ INDI
1 BIRT
2 DATE 3 Jun 2002
1 NAME Anna-Livia Marta Marie Martin
1 SEX F
1 FAMC @F2@
0 @P16@ INDI
1 SEX F
1 NAME Graziella Fadda
1 FAMC @F5@
1 FAMS @F15@
0 @P17@ INDI
1 BIRT
2 DATE 3 Sep.xx
2 PLAC Italien
1 NAME Carlo Fadda
1 SEX M
1 FAMS @F5@
0 @P18@ INDI
1 SEX M
1 NAME Silvio Fadda
1 FAMC @F5@
0 @P19@ INDI
1 SEX M
1 NAME Julio Rivas
1 FAMS @F6@
0 @P20@ INDI
1 NAME Johannes
1 SEX M
1 FAMC @F6@
0 @P21@ INDI
1 SEX F
1 NAME Karina
1 FAMC @F6@
0 @P22@ INDI
1 SEX M
1 NAME Martin Sans
1 FAMS @F9@
0 @P23@ INDI
1 SEX F
1 NAME Therese Sans
1 FAMS @F9@
0 @P24@ INDI
1 BIRT
2 DATE 4 Nov 1972
2 PLAC Mainz, Rheinland-Pfalz, Deutschland
1 NAME Annette Simon
1 SEX F
1 FAMC @F3@
1 FAMS @F14@
0 @P25@ INDI
1 BIRT
2 DATE 25 Mai 1965
2 PLAC Mainz, Rheinland-Pfalz, Deutschland
1 NAME Petra Scheib
1 SEX F
1 FAMC @F3@
1 FAMS @F4@
0 @P26@ INDI
1 NAME Dietmar Scheib
1 BIRT
2 DATE 18 Dez 1960
2 PLAC Rüsselsheim, Groß-Gerau, Hessen, Deutschland
1 SEX M
1 FAMS @F4@
0 @P27@ INDI
1 BIRT
2 DATE 16.04.1992
2 PLAC Rüsselsheim, Groß-Gerau, Hessen, Deutschland
1 NAME Lisa Isabell Scheib
1 SEX F
1 FAMC @F4@
0 @P28@ INDI
1 BIRT
2 DATE 24 Mär 1996
2 PLAC Rüsselsheim, Groß-Gerau, Hessen, Deutschland
1 SEX F
1 NAME Julia Simon
1 FAMC @F14@
0 @P29@ INDI
1 SEX M
1 NAME Martin Hamann
1 FAMS @F8@
0 @P30@ INDI
1 DEAT
2 DATE 2 Okt 2010
1 SEX F
1 NAME Berta Hamann
1 FAMS @F8@
0 @P31@ INDI
1 BIRT
2 DATE xx.xx.xx
1 DEAT
2 DATE xx.xx.xx
1 SEX M
1 NAME Wolfgang Hamann
1 FAMC @F8@
0 @P32@ INDI
1 BIRT
2 DATE 10 Mär 1959
1 SEX F
1 NAME Elvira Bous
1 FAMC @F8@
0 @P33@ INDI
1 SEX F
1 NAME Danielle Fadda
1 BIRT
2 DATE 25.12.2013
1 FAMC @F15@
0 @P34@ INDI
1 SEX M
1 NAME Engelbert Sans
1 FAMC @F9@
0 @P35@ INDI
1 BIRT
2 DATE 21 SEP 1844
2 PLAC Bauschheim
1 DEAT Y
2 DATE 30 APR 1887
2 PLAC Wallerstädten
1 SEX F
1 NAME Christina Margaretha Horst
1 FAMS @F12@
0 @P36@ INDI
1 BIRT
2 DATE 27 Dez 1844
2 PLAC Wallerstädten
2 SOUR @S1434613561@
3 PAGE Hessisches Hauptstaatsarchiv; Wiesbaden, Deutschland; Bestand 906; Laufende Nummer 543
3 _APID 1,61118258571
1 NAME Philipp Bender
2 SOUR @S1434613561@
3 PAGE Hessisches Hauptstaatsarchiv; Wiesbaden, Deutschland; Bestand 906; Laufende Nummer 543
3 _APID 1,61118258571
1 SEX M
1 DEAT Y
2 DATE 24 FEB 1896
1 FAMS @F11@
1 FAMS @F12@
0 @P37@ INDI
1 BIRT
2 DATE 7 JAN 1859
2 PLAC Wixhausen
1 DEAT Y
1 SEX F
1 NAME Elisabeth Karoline Storck
1 FAMS @F13@
0 @P38@ INDI
1 BIRT
2 DATE 6 Juli 1868
2 SOUR @S1434613561@
3 PAGE Hessisches Hauptstaatsarchiv; Wiesbaden, Deutschland; Bestand 906; Laufende Nummer 543
3 _APID 1,61118900258571
1 NAME Barbara Elisabetha Gerhardt
2 SOUR @S1434613561@
3 PAGE Hessisches Hauptstaatsarchiv; Wiesbaden, Deutschland; Bestand 906; Laufende Nummer 543
3 _APID 1,61118900258571
1 SEX F
1 FAMS @F11@
0 @F1@ FAM
1 HUSB @P3@
1 WIFE @P2@
1 CHIL @P4@
2 _FREL Natural
2 _MREL Natural
1 CHIL @P1@
2 _FREL Natural
2 _MREL Natural
1 MARR
2 DATE 15 Okt 1993
2 PLAC Büttelborn, Groß-Gerau, Hessen, Deutschland
2 OBJE
3 FILE httptrees.ancestry.comrdf=image&guid=fc0852d7-4cd9-4e4f-b969-470a65e957dd&tid=118734012&pid=3
3 FORM jpg
3 TITL Heiratsurkunde
0 @F2@ FAM
1 HUSB @P11@
1 WIFE @P14@
1 CHIL @P15@
2 _FREL Natural
2 _MREL Natural
0 @F3@ FAM
1 HUSB @P8@
1 WIFE @P7@
1 CHIL @P25@
2 _FREL Natural
2 _MREL Natural
1 CHIL @P2@
2 _FREL Natural
2 _MREL Natural
1 CHIL @P24@
2 _FREL Natural
2 _MREL Natural
0 @F4@ FAM
1 HUSB @P26@
1 WIFE @P25@
1 CHIL @P27@
2 _FREL Natural
2 _MREL Natural
0 @F5@ FAM
1 HUSB @P17@
1 WIFE @P10@
1 CHIL @P16@
2 _FREL Natural
2 _MREL Natural
1 CHIL @P18@
2 _FREL Natural
2 _MREL Natural
0 @F6@ FAM
1 HUSB @P19@
1 WIFE @P9@
1 CHIL @P20@
2 _FREL Natural
2 _MREL Natural
1 CHIL @P21@
2 _FREL Natural
2 _MREL Natural
0 @F7@ FAM
1 HUSB @P6@
1 WIFE @P5@
1 CHIL @P9@
2 _FREL Natural
2 _MREL Natural
1 CHIL @P3@
2 _FREL Natural
2 _MREL Natural
1 CHIL @P10@
2 _FREL Natural
2 _MREL Natural
1 CHIL @P11@
2 _FREL Natural
2 _MREL Natural
0 @F8@ FAM
1 HUSB @P29@
1 WIFE @P30@
1 CHIL @P7@
2 _FREL Natural
2 _MREL Natural
1 CHIL @P31@
2 _FREL Natural
2 _MREL Natural
1 CHIL @P32@
2 _FREL Natural
2 _MREL Natural
0 @F9@ FAM
1 HUSB @P22@
1 WIFE @P23@
1 CHIL @P8@
2 _FREL Natural
2 _MREL Natural
1 CHIL @P34@
2 _FREL Natural
2 _MREL Natural
0 @F10@ FAM
1 HUSB @P13@
1 WIFE @P12@
1 CHIL @P5@
2 _FREL Natural
2 _MREL Natural
1 MARR
2 DATE 15 Mai 1910
2 PLAC Groß-Gerau, Hessen, Deutschland
2 SOUR @S1434613561@
3 PAGE Hessisches Hauptstaatsarchiv; Wiesbaden, Deutschland; Bestand 906; Laufende Nummer 246
3 _APID 1,61118270602
0 @F11@ FAM
1 HUSB @P36@
1 WIFE @P38@
1 MARR
2 DATE 2 Sept 1887
2 PLAC Wallerstaedten, Hessen, Deutschland
2 SOUR @S1434613561@
3 PAGE Hessisches Hauptstaatsarchiv; Wiesbaden, Deutschland; Bestand 906; Laufende Nummer 543
3 _APID 1,61118258571
0 @F12@ FAM
1 HUSB @P36@
1 WIFE @P35@
1 CHIL @P13@
2 _FREL Natural
2 _MREL Natural
0 @F13@ FAM
1 WIFE @P37@
1 CHIL @P12@
2 _MREL Natural
0 @F14@ FAM
1 WIFE @P24@
1 CHIL @P28@
2 _MREL Natural
0 @F15@ FAM
1 WIFE @P16@
1 CHIL @P33@
2 _MREL Natural
0 @R1403577562@ REPO
1 NAME Ancestry.com
0 @S1434613321@ SOUR
1 REPO @R1403577562@
1 TITL Ancestry Family Trees
1 PUBL Online publication - Provo, UT, USA Ancestry.com. Original data Family Tree eu.lukasmartin.files submitted by Ancestry members.
0 @S1434613561@ SOUR
1 REPO @R1403577562@
1 TITL Hesse, Germany, Marriages, 1849-1930
1 AUTH Ancestry.com
1 PUBL Ancestry.com Operations, Inc.
1 _APID 1,611180
0 @S1446587138@ SOUR
1 REPO @R1403577562@
1 TITL Germany, Find A Grave Index, 1600s-Current
1 AUTH Ancestry.com
1 PUBL Ancestry.com Operations, Inc.
1 _APID 1,605330
0 @S1446588284@ SOUR
1 REPO @R1403577562@
1 TITL Hesse, Germany, Births, 1851-1901
1 AUTH Ancestry.com
1 PUBL Ancestry.com Operations, Inc.
1 _APID 1,611170
0 TRLR

@ -1,165 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2015, 2019, Gluon and/or its affiliates.
All rights reserved. Use is subject to license terms.
This file is available and licensed under the following license:
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
- Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
- Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the distribution.
- Neither the name of Oracle Corporation nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-->
<?import com.jfoenix.controls.JFXListCell?>
<?import de.jensd.fx.glyphs.fontawesome.FontAwesomeIcon?>
<?import javafx.geometry.Insets?>
<?import javafx.scene.control.Label?>
<?import javafx.scene.control.TextField?>
<?import javafx.scene.layout.AnchorPane?>
<?import javafx.scene.layout.BorderPane?>
<?import javafx.scene.layout.HBox?>
<?import javafx.scene.layout.Pane?>
<?import javafx.scene.layout.VBox?>
<?import javafx.scene.text.Font?>
<AnchorPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" onKeyPressed="#pressedkey" prefHeight="680.0" prefWidth="1280.0" xmlns="http://javafx.com/javafx/15.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="eu.lukasmartin.controller.homeController">
<BorderPane id="borderpane" layoutX="162.0" layoutY="64.0" prefHeight="200.0" prefWidth="200.0" stylesheets="@../css/home.css" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
<top>
<BorderPane prefHeight="0.0" prefWidth="1280.0" BorderPane.alignment="CENTER">
<center>
<HBox id="men" prefHeight="25.0" prefWidth="1920.0" stylesheets="@../css/home.css" BorderPane.alignment="CENTER">
<Label id="menubutton" onMouseClicked="#menuOpenClicked" onMouseEntered="#menuOpenEntered" stylesheets="@../css/home.css" text="Menu" textAlignment="CENTER" textFill="WHITE" translateX="10.0">
<padding>
<Insets bottom="5.0" left="5.0" right="5.0" top="5.0" />
</padding>
</Label>
<Label id="menubutton" onMouseClicked="#filesButtonClicked" onMouseEntered="#filesButtonEntred" stylesheets="@../css/home.css" text="Files" textFill="WHITE" translateX="10.0">
<padding>
<Insets bottom="5.0" left="5.0" right="5.0" top="5.0" />
</padding>
</Label>
<Label id="menubutton" onMouseClicked="#optionButtonClicked" onMouseEntered="#optionButtonEntered" stylesheets="@../css/home.css" text="Options" textFill="WHITE" translateX="10.0">
<padding>
<Insets bottom="5.0" left="5.0" right="5.0" top="5.0" />
</padding>
</Label>
<Label id="menubutton" onMouseEntered="#borderLabelEntered" prefHeight="27.0" prefWidth="18.0" stylesheets="@../css/home.css" textFill="WHITE" translateX="10.0">
<padding>
<Insets bottom="5.0" left="5.0" right="5.0" top="5.0" />
</padding>
<opaqueInsets>
<Insets />
</opaqueInsets>
</Label>
</HBox>
</center>
<top>
<BorderPane id="topbar" fx:id="hboxmen" onMouseDragged="#dragged" onMouseEntered="#topBarEntered" onMousePressed="#pressed" prefHeight="25.0" prefWidth="1280.0" stylesheets="@../css/home.css" BorderPane.alignment="CENTER">
<right>
<HBox id="topbar" alignment="TOP_RIGHT" prefHeight="25.0" prefWidth="678.0" stylesheets="@../css/home.css" BorderPane.alignment="CENTER">
<FontAwesomeIcon fill="WHITE" iconName="MINUS" onMouseClicked="#min" textAlignment="CENTER" translateY="2.0">
<HBox.margin>
<Insets bottom="5.0" left="5.0" right="5.0" top="5.0" />
</HBox.margin>
</FontAwesomeIcon>
<FontAwesomeIcon fill="#86ff6b" iconName="CIRCLE" onMouseClicked="#max" textAlignment="CENTER" translateY="1.0">
<HBox.margin>
<Insets bottom="5.0" left="5.0" right="5.0" top="5.0" />
</HBox.margin>
</FontAwesomeIcon>
<FontAwesomeIcon fill="RED" iconName="CLOSE" onMouseClicked="#close" scaleX="1.2" scaleY="1.2" scaleZ="1.2" selectionFill="#f20000" size="1.1em" textAlignment="CENTER">
<HBox.margin>
<Insets bottom="5.0" left="5.0" right="5.0" top="5.0" />
</HBox.margin>
</FontAwesomeIcon>
<padding>
<Insets bottom="2.0" left="5.0" right="5.0" top="2.0" />
</padding>
</HBox>
</right>
<left>
<HBox id="topbar" prefHeight="29.0" prefWidth="592.0" stylesheets="@../css/home.css" BorderPane.alignment="CENTER">
<Label id="topbartext" stylesheets="@../css/home.css" text="Genealogie" textFill="WHITE">
<padding>
<Insets bottom="5.0" left="10.0" right="5.0" top="6.0" />
</padding>
</Label>
</HBox>
</left>
</BorderPane>
</top>
</BorderPane>
</top>
<center>
<AnchorPane onMouseClicked="#bodyOnClick" onMouseEntered="#bodyMouseEntred" prefHeight="627.0" prefWidth="1135.0" BorderPane.alignment="CENTER">
<Pane id="panehome" stylesheets="@../css/home.css" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
<VBox id="menuslide" fx:id="menuslideV" prefHeight="622.0" prefWidth="200.0" stylesheets="@../css/home.css" visible="false">
<Pane prefHeight="34.0" prefWidth="198.0" styleClass="background" stylesheets="@../css/home.css">
<padding>
<Insets left="10.0" />
</padding>
<Label id="labelSearch" fx:id="labelSearch" contentDisplay="CENTER" layoutX="74.0" layoutY="14.0" prefHeight="25.0" prefWidth="50.0" stylesheets="@../css/home.css" text="Search" textAlignment="CENTER" textFill="#71f86e">
<font>
<Font size="16.0" />
</font>
</Label>
</Pane>
<Pane prefHeight="52.0" prefWidth="198.0" stylesheets="@../css/home.css">
<TextField id="searchBar" layoutX="7.0" layoutY="11.0" prefHeight="31.0" prefWidth="185.0" styleClass="background" stylesheets="@../css/home.css" />
</Pane>
<Pane prefHeight="35.0" prefWidth="198.0">
<Label id="labelWindows" fx:id="labelWindows" contentDisplay="CENTER" layoutX="65.0" layoutY="9.0" prefHeight="23.0" prefWidth="68.0" stylesheets="@../css/home.css" text="Windows" textAlignment="CENTER" textFill="#71f86e">
<font>
<Font size="16.0" />
</font>
</Label>
</Pane>
<JFXListCell id="buttonStammbaum" fx:id="buttonStammbaum" alignment="CENTER" onMouseClicked="#buttonStammbaumClicked" prefHeight="40.0" prefWidth="198.0" styleClass="buttonMenu" stylesheets="@../css/home.css" text="Stammbaum" textFill="WHITE" />
<JFXListCell id="buttonResearch" fx:id="buttoResearch" alignment="CENTER" onMouseClicked="#buttonResearchClicked" prefHeight="40.0" prefWidth="198.0" styleClass="buttonMenu" stylesheets="@../css/home.css" text="Research " textFill="WHITE" />
<JFXListCell id="buttonPeople" fx:id="buttonPeople" alignment="CENTER" contentDisplay="CENTER" onMouseClicked="#buttonPeopleClicked" prefHeight="40.0" prefWidth="198.0" styleClass="buttonMenu" stylesheets="@../css/home.css" text="People " textFill="WHITE" />
<JFXListCell id="buttonPictrues" fx:id="buttonPictures" alignment="CENTER" onMouseClicked="#buttonPicturesClicked" prefHeight="40.0" prefWidth="198.0" styleClass="buttonMenu" stylesheets="@../css/home.css" text="Pictures " textFill="WHITE" />
<JFXListCell id="buttonMoney" fx:id="buttonMoney" alignment="CENTER" contentDisplay="CENTER" onMouseClicked="#buttonMoneyClicked" prefHeight="40.0" prefWidth="198.0" styleClass="buttonMenu" stylesheets="@../css/home.css" text="Money " textFill="WHITE" />
<opaqueInsets>
<Insets />
</opaqueInsets>
</VBox>
<VBox id="filesmenu" fx:id="filesmenu" layoutX="57.0" onMouseExited="#filesOpenPaneExited" prefHeight="250.0" prefWidth="150.0" stylesheets="@../css/home.css" visible="false" />
<BorderPane id="optionPane" fx:id="optionsmenu" layoutX="91.0" onMouseEntered="#optionPaneEntered" onMouseExited="#optionPaneExited" prefHeight="245.0" prefWidth="148.0" visible="false">
<center>
<VBox id="VboxOption0" prefHeight="250.0" prefWidth="150.0" stylesheets="@../css/home.css" BorderPane.alignment="CENTER">
<JFXListCell id="prefreceButtonOptionsMenu" prefHeight="30.0" prefWidth="152.0" styleClass="buttonTopBarMenus" stylesheets="@../css/home.css" text="Preferences" />
</VBox>
</center>
<bottom>
<VBox id="VboxOption1" prefHeight="30.0" prefWidth="147.0" stylesheets="@../css/home.css" BorderPane.alignment="CENTER">
<JFXListCell id="prefreceButtonOptionsMenu" fx:id="preferenceButton" onMouseClicked="#optionsTopMenuPrefrenceButton" prefHeight="33.0" prefWidth="184.0" styleClass="buttonTopBarMenus" stylesheets="@../css/home.css" text="Prefrences" />
</VBox>
</bottom>
</BorderPane>
</Pane>
</AnchorPane>
</center>
</BorderPane>
</AnchorPane>

@ -1,98 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<?import de.jensd.fx.glyphs.fontawesome.FontAwesomeIcon?>
<?import java.lang.String?>
<?import javafx.geometry.Insets?>
<?import javafx.scene.control.Label?>
<?import javafx.scene.control.TextField?>
<?import javafx.scene.layout.AnchorPane?>
<?import javafx.scene.layout.BorderPane?>
<?import javafx.scene.layout.HBox?>
<?import javafx.scene.layout.Pane?>
<?import javafx.scene.layout.VBox?>
<?import javafx.scene.text.Font?>
<AnchorPane prefHeight="400.0" prefWidth="800.0" xmlns="http://javafx.com/javafx/15.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="eu.lukasmartin.controller.preferenceController">
<BorderPane id="backgroundBorderPane" layoutX="67.0" layoutY="54.0" prefHeight="200.0" prefWidth="200.0" styleClass="background" stylesheets="@../css/prefrence.css" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
<top>
<BorderPane onMouseDragged="#dragged" onMousePressed="#pressed" prefHeight="25.0" prefWidth="600.0" styleClass="topbar" stylesheets="@../css/prefrence.css" BorderPane.alignment="CENTER">
<left>
<HBox id="lefttopbar" prefHeight="25.0" prefWidth="368.0" styleClass="topbar" stylesheets="@../css/prefrence.css" BorderPane.alignment="CENTER">
<opaqueInsets>
<Insets />
</opaqueInsets>
<Label text="Preferences" textFill="WHITE">
<padding>
<Insets left="10.0" top="4.0" />
</padding>
</Label>
</HBox>
</left>
<right>
<HBox id="lefttopbar" alignment="CENTER_RIGHT" prefHeight="25.0" prefWidth="230.0" styleClass="topbar" stylesheets="@../css/prefrence.css" BorderPane.alignment="CENTER">
<opaqueInsets>
<Insets />
</opaqueInsets>
<padding>
<Insets bottom="2.0" left="5.0" right="5.0" top="2.0" />
</padding>
<FontAwesomeIcon fill="#bf9728" iconName="SAVE" onMouseClicked="#saveButtonClicked" scaleX="0.8" scaleY="0.8" selectionFill="#b09515" text="">
<HBox.margin>
<Insets bottom="2.0" left="2.0" right="6.0" top="3.0" />
</HBox.margin>
</FontAwesomeIcon>
<FontAwesomeIcon fill="#f20000" iconName="CLOSE" onMousePressed="#closeButtonClicked" scaleX="1.2" scaleY="1.2" scaleZ="1.2" selectionEnd="0" selectionFill="#f20000" />
</HBox>
</right>
</BorderPane>
</top>
<center>
<BorderPane prefHeight="380.0" prefWidth="800.0" BorderPane.alignment="CENTER">
<top>
<VBox prefHeight="376.0" prefWidth="800.0" BorderPane.alignment="CENTER">
<Pane prefHeight="10.0" prefWidth="800.0" />
<Pane id="menuName1Pane" prefHeight="23.0" prefWidth="800.0" stylesheets="@../css/prefrence.css">
<styleClass>
<String fx:value="background" />
<String fx:value="menu" />
</styleClass>
<Label alignment="CENTER" layoutX="354.0" layoutY="1.0" stylesheets="@../css/prefrence.css" text="Personalisieren" textFill="WHITE">
<font>
<Font size="14.0" />
</font>
</Label>
</Pane>
<Pane id="menu1MainPane" prefHeight="150.0" prefWidth="800.0" styleClass="background" stylesheets="@../css/prefrence.css">
<HBox prefHeight="150.0" prefWidth="800.0" stylesheets="@../css/prefrence.css">
<Pane prefHeight="150.0" prefWidth="270.0" styleClass="background" stylesheets="@../css/prefrence.css">
<Label layoutX="104.0" layoutY="14.0" text="Nickname" textFill="WHITE" />
<TextField id="nicknameField" fx:id="usernameInputField" layoutX="34.0" layoutY="32.0" prefHeight="26.0" prefWidth="200.0" stylesheets="@../css/prefrence.css" />
<Label layoutX="84.0" layoutY="90.0" text="Vor &amp; Nachname" textFill="WHITE" />
<TextField id="nicknameField" fx:id="nameInputField" layoutX="34.0" layoutY="109.0" prefHeight="26.0" prefWidth="200.0" stylesheets="@../css/prefrence.css" />
</Pane>
<Pane prefHeight="150.0" prefWidth="270.0" styleClass="background" stylesheets="@../css/prefrence.css">
<Label layoutX="114.0" layoutY="14.0" text="Design" textFill="WHITE" />
</Pane>
<Pane prefHeight="150.0" prefWidth="270.0" styleClass="background" stylesheets="@../css/prefrence.css" />
</HBox>
</Pane>
<Pane prefHeight="13.0" prefWidth="800.0" />
<Pane id="menuName1Pane" prefHeight="23.0" prefWidth="800.0" stylesheets="@../css/prefrence.css">
<styleClass>
<String fx:value="background" />
<String fx:value="menu" />
</styleClass>
<Label alignment="CENTER" layoutX="382.0" layoutY="2.0" stylesheets="@../css/prefrence.css" text="Other" textFill="WHITE">
<font>
<Font size="14.0" />
</font>
</Label>
</Pane>
<Pane prefHeight="159.0" prefWidth="800.0">
<HBox prefHeight="162.0" prefWidth="800.0" styleClass="background" stylesheets="@../css/prefrence.css" />
</Pane>
</VBox>
</top>
</BorderPane>
</center></BorderPane>
</AnchorPane>

@ -1,30 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<?import java.net.URL?>
<?import javafx.scene.control.Button?>
<?import javafx.scene.control.Label?>
<?import javafx.scene.layout.AnchorPane?>
<?import javafx.scene.layout.Pane?>
<?import javafx.scene.text.Font?>
<AnchorPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="200.0" prefWidth="350.0" styleClass="background" xmlns="http://javafx.com/javafx/15.0.1" xmlns:fx="http://javafx.com/fxml/1">
<Pane layoutX="1.0" layoutY="1.0" prefHeight="200.0" prefWidth="200.0" style="-fx-background-color: transparent;" stylesheets="@../css/saveChanges.css" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="1.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="1.0">
<Label layoutX="34.0" layoutY="64.0" text="Unsaved changes, do you want to save them?" textFill="WHITE">
<font>
<Font size="14.0" />
</font>
</Label>
<Button layoutX="267.0" layoutY="145.0" mnemonicParsing="false" prefHeight="25.0" prefWidth="63.0" text="Save" />
<Button layoutX="34.0" layoutY="145.0" mnemonicParsing="false" prefHeight="25.0" prefWidth="63.0" text="Cancel" />
<Label layoutX="34.0" layoutY="25.0" text="Review Changes" textFill="WHITE">
<font>
<Font size="18.0" />
</font>
</Label>
<Button layoutX="197.0" layoutY="145.0" mnemonicParsing="false" prefHeight="25.0" prefWidth="63.0" text="Discard" />
</Pane>
<stylesheets>
<URL value="@../css/prefrence.css" />
<URL value="@../css/saveChanges.css" />
</stylesheets>
</AnchorPane>
Loading…
Cancel
Save