added maratonvalto doga

This commit is contained in:
szabomarton 2024-09-13 08:04:15 +02:00
parent b62deda57c
commit a0d873af59
54 changed files with 2164 additions and 0 deletions

Binary file not shown.

View File

@ -0,0 +1,37 @@
{
"Version": 1,
"WorkspaceRootPath": "C:\\Users\\szabomarton\\Desktop\\C#\\Dolgozat\\MaratonValto\\",
"Documents": [
{
"AbsoluteMoniker": "D:0:0:{25221A15-D75B-4765-BD96-9B81F68D7024}|MaratonValto\\MaratonValto.csproj|c:\\users\\szabomarton\\desktop\\c#\\dolgozat\\maratonvalto\\maratonvalto\\program.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
"RelativeMoniker": "D:0:0:{25221A15-D75B-4765-BD96-9B81F68D7024}|MaratonValto\\MaratonValto.csproj|solutionrelative:maratonvalto\\program.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
}
],
"DocumentGroupContainers": [
{
"Orientation": 0,
"VerticalTabListWidth": 256,
"DocumentGroups": [
{
"DockedWidth": 200,
"SelectedChildIndex": 0,
"Children": [
{
"$type": "Document",
"DocumentIndex": 0,
"Title": "Program.cs",
"DocumentMoniker": "C:\\Users\\szabomarton\\Desktop\\C#\\Dolgozat\\MaratonValto\\MaratonValto\\Program.cs",
"RelativeDocumentMoniker": "MaratonValto\\Program.cs",
"ToolTip": "C:\\Users\\szabomarton\\Desktop\\C#\\Dolgozat\\MaratonValto\\MaratonValto\\Program.cs",
"RelativeToolTip": "MaratonValto\\Program.cs",
"ViewState": "AgIAADEAAAAAAAAAAAAwwFEAAAAPAAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
"WhenOpened": "2024-09-12T05:57:04.042Z",
"EditorCaption": ""
}
]
}
]
}
]
}

View File

@ -0,0 +1,37 @@
{
"Version": 1,
"WorkspaceRootPath": "C:\\Users\\szabomarton\\Desktop\\C#\\Dolgozat\\MaratonValto\\",
"Documents": [
{
"AbsoluteMoniker": "D:0:0:{25221A15-D75B-4765-BD96-9B81F68D7024}|MaratonValto\\MaratonValto.csproj|c:\\users\\szabomarton\\desktop\\c#\\dolgozat\\maratonvalto\\maratonvalto\\program.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
"RelativeMoniker": "D:0:0:{25221A15-D75B-4765-BD96-9B81F68D7024}|MaratonValto\\MaratonValto.csproj|solutionrelative:maratonvalto\\program.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
}
],
"DocumentGroupContainers": [
{
"Orientation": 0,
"VerticalTabListWidth": 256,
"DocumentGroups": [
{
"DockedWidth": 200,
"SelectedChildIndex": 0,
"Children": [
{
"$type": "Document",
"DocumentIndex": 0,
"Title": "Program.cs",
"DocumentMoniker": "C:\\Users\\szabomarton\\Desktop\\C#\\Dolgozat\\MaratonValto\\MaratonValto\\Program.cs",
"RelativeDocumentMoniker": "MaratonValto\\Program.cs",
"ToolTip": "C:\\Users\\szabomarton\\Desktop\\C#\\Dolgozat\\MaratonValto\\MaratonValto\\Program.cs",
"RelativeToolTip": "MaratonValto\\Program.cs",
"ViewState": "AgIAADEAAAAAAAAAAAAwwFEAAAAPAAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
"WhenOpened": "2024-09-12T05:57:04.042Z",
"EditorCaption": ""
}
]
}
]
}
]
}

View File

@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35222.181
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MaratonValto", "MaratonValto\MaratonValto.csproj", "{25221A15-D75B-4765-BD96-9B81F68D7024}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{25221A15-D75B-4765-BD96-9B81F68D7024}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{25221A15-D75B-4765-BD96-9B81F68D7024}.Debug|Any CPU.Build.0 = Debug|Any CPU
{25221A15-D75B-4765-BD96-9B81F68D7024}.Release|Any CPU.ActiveCfg = Release|Any CPU
{25221A15-D75B-4765-BD96-9B81F68D7024}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {973828CD-EED4-4FD5-A762-8F474482A1AB}
EndGlobalSection
EndGlobal

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
</startup>
</configuration>

View File

@ -0,0 +1,53 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{25221A15-D75B-4765-BD96-9B81F68D7024}</ProjectGuid>
<OutputType>Exe</OutputType>
<RootNamespace>MaratonValto</RootNamespace>
<AssemblyName>MaratonValto</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<Deterministic>true</Deterministic>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>

View File

@ -0,0 +1,203 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.IO;
namespace MaratonValto
{
internal class Program
{
static void Main(string[] args)
{
string filename = "maratonvalto.csv";
List<Eredmeny> eredmenyek = LoadFromCsv(filename);
Feladat6(eredmenyek);
Feladat7(eredmenyek);
Feladat8(eredmenyek);
Console.ReadLine();
}
public static void Feladat8(List<Eredmeny> eredmenyek)
{
List<int> csapatok = new List<int>();
List<int> csapatok_ido = new List<int>();
foreach (var item in eredmenyek)
{
if (!csapatok.Contains(item.Versenyzo.Csapat))
{
csapatok.Add(item.Versenyzo.Csapat);
csapatok_ido.Add(item.Ido);
}
else
{
int index = 0;
while (item.Versenyzo.Csapat != csapatok[index])
{
index++;
}
csapatok_ido[index] += item.Ido;
}
}
int min = csapatok_ido[0];
int ind = 0; // indexe a csapatnak a csapatoklistában
for (int i = 1; i < csapatok.Count; i++)
{
if (csapatok_ido[i] < min)
{
min = csapatok_ido[i];
ind = i;
}
}
int ora = csapatok_ido[ind] / 3600;
int perc = csapatok_ido[ind] / 60 - (ora * 60);
int masodperc = csapatok_ido[ind] - (perc * 60) - (ora * 3600);
Console.WriteLine($"8. feladat: ");
Console.WriteLine($"A legjobb csapat száma: {csapatok[ind]} ideje: {ora}:{perc}:{masodperc}");
foreach (var item in eredmenyek)
{
if (item.Versenyzo.Csapat == csapatok[ind])
{
Console.WriteLine($"\t{item.Kor}. Kör: {item.Versenyzo.Fid} {item.Versenyzo.Fnev} {item.Versenyzo.Szulev}");
}
}
/*
SELECT * FROM eredmenyek
GROUP BY versemyzo.csapat
ORDER BY SUM(versenyzo.ido) DESC LIMIT 1;
*/
}
public static void Feladat7(List<Eredmeny> eredmenyek)
{
Console.WriteLine("7. feladat:");
IEnumerable<MaratonValto.Eredmeny> gyorsak = from eredmeny in eredmenyek
where eredmeny.Ido/60 <= 30
select eredmeny;
GyorsakCreate(gyorsak);
Console.WriteLine("A gyorsak.txt állomány létrehozva.");
}
public static void GyorsakCreate(IEnumerable<MaratonValto.Eredmeny> gyorsak)
{
FileStream fs = new FileStream("gyorsak.txt", FileMode.Create, FileAccess.Write);
StreamWriter sw = new StreamWriter(fs);
foreach (var item in gyorsak)
{
string line = $"{item.Versenyzo.Fid} {item.Versenyzo.Fnev} {item.Ido}";
sw.WriteLine(line);
}
sw.Close();
fs.Close();
}
public static void Feladat6(List<Eredmeny> eredmenyek)
{
double atlagoskorido = AtlagosKorIdo(eredmenyek);
Console.WriteLine($"6.feladat:");
Console.WriteLine($"\tA versenyzők átlagos körideje: {atlagoskorido} másodperc");
}
public static double AtlagosKorIdo(List<Eredmeny> eredmenyek)
{
double result = 0.00;
foreach (var item in eredmenyek)
{
double ido = Convert.ToDouble(item.Ido);
result += ido;
}
return result / eredmenyek.Count;
}
public static List<Eredmeny> LoadFromCsv(string filename)
{
List<Eredmeny> result = new List<Eredmeny>();
FileStream fileStream = new FileStream(filename, FileMode.Open, FileAccess.Read);
StreamReader streamReader = new StreamReader(fileStream);
string line = streamReader.ReadLine();
line = streamReader.ReadLine();
while (line != null) {
string[] adatok = line.Split(';');
int fid = int.Parse(adatok[0]);
string fnev = adatok[1];
int szulev = int.Parse(adatok[2]);
int szulho = int.Parse(adatok[3]);
int csapat = int.Parse(adatok[4]);
int ffi = int.Parse(adatok[5]);
int kor = int.Parse(adatok[6]);
int ido = int.Parse(adatok[7]);
Futo futo = new Futo(fid, fnev, szulev, szulho, csapat, ffi);
Eredmeny eredmeny = new Eredmeny(futo, kor, ido);
result.Add(eredmeny);
line = streamReader.ReadLine();
}
streamReader.Close();
fileStream.Close();
return result;
}
}
public class Futo
{
public int Fid;
public string Fnev;
public int Szulev;
public int Szulho;
public int Csapat;
public int Ffi; //1 - férfi || 0 - nő
public Futo(int fid, string fnev, int szulev, int szulho, int csapat, int ffi)
{
Fid = fid;
Fnev = fnev;
Szulev = szulev;
Szulho = szulho;
Csapat = csapat;
Ffi = ffi;
}
}
public class Eredmeny
{
public Futo Versenyzo;
public int Kor;
public int Ido;
public Eredmeny(Futo versenyzo, int kor, int ido) {
Versenyzo = versenyzo;
Kor = kor;
Ido = ido;
}
}
}

View File

@ -0,0 +1,33 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("MaratonValto")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("MaratonValto")]
[assembly: AssemblyCopyright("Copyright © 2024")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("25221a15-d75b-4765-bd96-9b81f68d7024")]
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
</startup>
</configuration>

View File

@ -0,0 +1,34 @@
1141 Király Richárd 1703
1481 Nemes Gyula 1814
1081 Gulyás Lili 1728
1112 Bogdán Katalin 1740
1002 Váradi Mariann 1708
1152 Varga Márta 1744
1293 Fodor Alex 1750
1353 Orbán Gergő 1825
1463 Novák Júlia 1717
1303 Nemes Anikó 1854
1333 Varga Ervin 1765
1103 Budai Klára 1710
1043 Kovács Bence 1702
1203 Pintér Zsófia 1797
1374 Varga Henrik 1845
1504 Németh János 1824
1264 Budai Dorina 1805
1384 Kovács Györgyi 1763
1164 Sipos Zita 1737
1394 Csonka András 1795
1254 Végh Renáta 1852
1105 Major Erika 1771
1475 Vincze Pál 1847
1025 Király Zsombor 1714
1445 Takács Ervin 1776
1145 Bogdán Kitti 1747
1094 Vincze Jolán 1795
1196 Lakatos Norbert 1854
1216 Fodor Patrik 1715
1146 Csonka Mariann 1758
1133 Lengyel Tivadar 1784
1174 Vincze Nándor 1761
1466 Balla Milán 1839
1126 Budai Nikoletta 1815

View File

@ -0,0 +1,313 @@
fid;fnev;szulev;szulho;csapat;ffi;kor;ido
1131;Fazekas Györgyi;1969;8;113;0;1;2073
1321;Lukács Benjámin;1976;6;132;1;1;2013
1311;Fodor Gizella;1985;12;131;0;1;2217
1101;Vincze Tímea;1996;7;110;0;1;1911
1151;Faragó Balázs;1968;11;115;1;1;2942
1341;Pintér Olga;1986;4;134;0;1;2873
1111;Horváth Ferenc;1985;3;111;1;1;2631
1021;Szalai Szilvia;1971;7;102;0;1;2795
1401;Sándor Alex;1981;3;140;1;1;2690
1371;Magyar Benjámin;1986;3;137;1;1;2041
1121;Varga Károly;1986;6;112;1;1;3043
1421;Kocsis Benjamin;1972;12;142;1;1;2993
1051;Orsós Brigitta;1993;7;105;0;1;2527
1281;Pintér Lóránt;1990;9;128;1;1;2114
1461;Bodnár Petra;1984;11;146;0;1;2341
1191;Faragó Virág;1970;6;119;0;1;2318
1141;Király Richárd;1973;1;114;1;1;1703
1291;Dobos Luca;1966;9;129;0;1;3041
1201;Váradi Benedek;1982;1;120;1;1;2429
1351;Gáspár Klaudia;1982;9;135;0;1;2761
1491;Nemes Dominik;1989;9;149;1;1;2877
1481;Nemes Gyula;1990;4;148;1;1;1814
1301;Fodor Renátó;1969;5;130;1;1;2888
1061;Kerekes Zalán;1992;10;106;1;1;2412
1411;Székely Rozália;1969;11;141;0;1;2144
1361;Szalai Ágnes;1968;5;136;0;1;2768
1171;Végh Mónika;1992;4;117;0;1;1881
1271;Pásztor Barnabás;1993;4;127;1;1;2408
1261;Oláh Mátyás;1992;8;126;1;1;2622
1211;Veres Richárd;1975;11;121;1;1;2992
1031;Végh Marcell;1998;3;103;1;1;2140
1181;Borbély Klára;1991;2;118;0;1;2303
1471;Gulyás Richárd;1999;12;147;1;1;2429
1241;Péter Szabolcs;1989;5;124;1;1;1913
1431;Orsós Albert;1977;11;143;1;1;2559
1251;Simon Róza;1982;11;125;0;1;1985
1511;Faragó Lilla;1989;4;151;0;1;2951
1441;Orosz Andrea;1973;11;144;0;1;2209
1451;Gál Veronika;1974;10;145;0;1;1988
1221;Illés Csongor;1978;11;122;1;1;2931
1011;Balla Anikó;1988;1;101;0;1;2267
1161;Soós Csaba;1972;5;116;1;1;2563
1081;Gulyás Lili;1998;12;108;0;1;1728
1331;Sipos Géza;1998;6;133;1;1;2062
1501;Balogh Győző;1979;5;150;1;1;2577
1381;Dobos Virág;1973;8;138;0;1;2126
1071;Balogh Richárd;1974;5;107;1;1;2213
1091;Hegedűs Beáta;1968;7;109;0;1;2007
1231;Magyar Mihály;1976;6;123;1;1;2531
1001;Kelemen Dezső;1977;7;100;1;1;2720
1041;Bálint Eszter;1970;11;104;0;1;2312
1391;Biró Csilla;1997;3;139;0;1;2854
1422;Dobos Martin;1973;4;142;1;2;2201
1072;Horváth Dénes;1977;6;107;1;2;2129
1122;Vincze Róbert;1973;9;112;1;2;2993
1092;Péter Elek;1990;4;109;1;2;2721
1452;Szőke Dorina;1999;2;145;0;2;2315
1312;Sipos Szabolcs;1992;11;131;1;2;2128
1112;Bogdán Katalin;1983;10;111;0;2;1740
1352;Kocsis Marcell;1993;4;135;1;2;2896
1192;Szilágyi Anikó;1975;1;119;0;2;2884
1182;Szűcs Klára;1999;9;118;0;2;2545
1412;Kovács Vivien;1986;1;141;0;2;2556
1222;Szalai Renáta;1968;6;122;0;2;2890
1512;Somogyi Marcell;1996;7;151;1;2;1999
1282;Borbély Brigitta;1974;1;128;0;2;1880
1492;Gulyás Aranka;1967;5;149;0;2;2396
1162;László Bertalan;1970;2;116;1;2;2379
1032;Hegedűs Dorina;1992;4;103;0;2;2914
1372;Pásztor Györgyi;1975;5;137;0;2;2059
1102;Halász Dorina;1990;4;110;0;2;2614
1402;Balogh Brigitta;1984;10;140;0;2;2197
1442;Oláh Marcell;1985;10;144;1;2;2011
1302;Mészáros Gergely;1980;3;130;1;2;1984
1002;Váradi Mariann;1992;2;100;0;2;1708
1242;Kovács Ervin;1982;5;124;1;2;2262
1392;Gulyás Ervin;1979;1;139;1;2;2391
1132;Barta Lóránt;1970;8;113;1;2;2914
1172;Lukács Zita;1994;9;117;0;2;2351
1362;Oláh Ida;1997;9;136;0;2;2809
1472;Szilágyi János;1996;5;147;1;2;2408
1432;Molnár Szabolcs;1985;9;143;1;2;1898
1332;Kocsis Tibor;1974;1;133;1;2;2883
1022;Németh Klára;1997;1;102;0;2;2733
1322;Szőke Szabolcs;1966;8;132;1;2;2045
1292;Vass Mátyás;1983;6;129;1;2;3003
1502;Tamás Klaudia;1990;1;150;0;2;2262
1342;Faragó Jolán;1982;9;134;0;2;1888
1042;Fazekas Gizella;1991;2;104;0;2;2240
1252;Nemes Mária;1987;7;125;0;2;2876
1382;Balázs Pál;1980;8;138;1;2;2614
1212;Gáspár Péter;1985;2;121;1;2;2487
1082;Veres Kitti;1972;12;108;0;2;2277
1232;Halász József;1971;12;123;1;2;2149
1012;Molnár Rudolf;1980;5;101;1;2;2227
1062;Antal Gergő;1997;5;106;1;2;2905
1202;Tamás János;1984;8;120;1;2;3066
1142;Veres Olga;1987;3;114;0;2;2618
1152;Varga Márta;1972;3;115;0;2;1744
1262;Gál Viktória;1969;1;126;0;2;1934
1052;Major Róbert;1971;1;105;1;2;2458
1272;Veres Petra;1990;9;127;0;2;2680
1482;Puskás János;1986;11;148;1;2;2796
1462;Takács Réka;1984;10;146;0;2;1883
1383;Tamás Gergő;1976;8;138;1;3;2114
1063;Sipos Benjámin;1970;9;106;1;3;3084
1363;Barta Júlia;1989;8;136;0;3;3068
1173;Kocsis György;1998;6;117;1;3;2181
1293;Fodor Alex;1992;2;129;1;3;1750
1433;Somogyi Márk;1969;6;143;1;3;2871
1423;Nemes József;1972;8;142;1;3;2535
1353;Orbán Gergő;1995;9;135;1;3;1825
1473;Orosz Ildikó;1978;9;147;0;3;2202
1513;Faragó Dávid;1973;10;151;1;3;2312
1133;Lengyel Tivadar;1976;2;113;1;3;2718
1013;Magyar Szabolcs;1998;9;101;1;3;2031
1143;Fazekas Réka;1976;6;114;0;3;2533
1273;Nagy Mariann;1977;3;127;0;3;2200
1463;Novák Júlia;1992;10;146;0;3;1717
1113;Halász Marcell;1967;8;111;1;3;2416
1393;Sándor Lili;1973;9;139;0;3;2965
1253;Biró Zsigmond;1988;12;125;1;3;2850
1233;Szilágyi Emese;1967;6;123;0;3;2117
1313;Gál Terézia;1985;7;131;0;3;2774
1283;Deák Gizella;1991;8;128;0;3;2467
1303;Nemes Anikó;1972;11;130;0;3;1854
1483;Major Virág;1970;1;148;0;3;2113
1333;Varga Ervin;1994;12;133;1;3;1765
1453;Sándor Terézia;1974;3;145;0;3;2426
1443;Bodnár Beatrix;1989;10;144;0;3;2145
1103;Budai Klára;1995;11;110;0;3;1710
1183;Fehér Csongor;1978;7;118;1;3;2118
1053;Király Tibor;1974;12;105;1;3;2418
1243;Szalai Renátó;1977;5;124;1;3;2709
1403;Vincze Szilvia;1971;10;140;0;3;2182
1043;Kovács Bence;1984;1;104;1;3;1702
1023;Szilágyi Roland;1989;1;102;1;3;2035
1373;Szücs Richárd;1993;3;137;1;3;2977
1193;Pataki Kevin;1992;4;119;1;3;2304
1163;Antal Erika;1985;4;116;0;3;1985
1493;Vincze Beáta;1995;6;149;0;3;2187
1503;Katona Barbara;1993;10;150;0;3;2118
1413;Kozma Richárd;1989;1;141;1;3;2807
1093;Király Anita;1998;11;109;0;3;2784
1263;Vincze Barnabás;1977;12;126;1;3;2688
1323;Péter Tünde;1975;7;132;0;3;2061
1213;Papp Bernadett;1998;3;121;0;3;1985
1033;Szekeres Hajnalka;1976;11;103;0;3;2028
1223;Varga Ilona;1989;5;122;0;3;2052
1123;Horváth Alex;1984;1;112;1;3;2371
1343;Veres János;1992;5;134;1;3;2614
1153;Gáspár Barnabás;1982;1;115;1;3;2998
1203;Pintér Zsófia;1991;6;120;0;3;1797
1083;Balog Attila;1988;11;108;1;3;2991
1003;László Szilvia;1990;8;100;0;3;2168
1073;Takács Gergely;1977;1;107;1;3;2804
1374;Varga Henrik;1995;5;137;1;4;1845
1144;Fehér Karolina;1981;4;114;0;4;2763
1034;Novák Kitti;1996;1;103;0;4;2036
1274;Kelemen Dorina;1975;2;127;0;4;1942
1054;Tamás Máté;1973;8;105;1;4;2007
1214;Juhász Balázs;1972;4;121;1;4;2149
1444;Pintér Beáta;1981;7;144;0;4;2838
1364;Orsós Mihály;1983;2;136;1;4;2061
1304;Major Zoltán;1993;9;130;1;4;2997
1434;Kocsis Márta;1992;6;143;0;4;1993
1284;Pap Lajos;1970;1;128;1;4;2853
1084;Vincze Zsolt;1969;12;108;1;4;2735
1074;Sipos Fanni;1967;6;107;0;4;2794
1404;Rácz Júlia;1991;5;140;0;4;2885
1064;Simon Brigitta;1971;10;106;0;4;2783
1464;Kocsis Dániel;1966;3;146;1;4;2235
1504;Németh János;1966;12;150;1;4;1824
1324;Pap Enikő;1966;5;132;0;4;2951
1244;Sándor Zsombor;1992;3;124;1;4;2025
1484;Puskás Júlia;1978;11;148;0;4;2358
1334;Szekeres Csongor;1991;6;133;1;4;2188
1224;Papp András;1974;2;122;1;4;2622
1154;Vörös Ábel;1986;7;115;1;4;2599
1131;Fazekas Györgyi;1969;8;113;0;4;1949
1124;Váradi Andor;1976;5;112;1;4;2344
1194;Pásztor Lili;1969;7;119;0;4;2853
1454;Németh Henrik;1997;6;145;1;4;2253
1294;Pál Rita;1976;1;129;0;4;2637
1094;Vincze Jolán;1989;9;109;0;4;2971
1174;Vincze Nándor;1971;12;117;1;4;2141
1004;Bognár Sándor;1969;6;100;1;4;2671
1414;Oláh Júlia;1992;8;141;0;4;2968
1264;Budai Dorina;1996;2;126;0;4;1805
1424;Kiss Anikó;1981;7;142;0;4;3015
1104;Pataki Zoltán;1970;7;110;1;4;1936
1204;László Csilla;1980;5;120;0;4;2895
1044;Tóth Antal;1968;6;104;1;4;2304
1314;Török Kornél;1988;4;131;1;4;2938
1014;Bodnár Renáta;1985;5;101;0;4;2396
1514;Antal Klaudia;1980;3;151;0;4;2914
1344;Novák Henrik;1995;9;134;1;4;2296
1491;Nemes Dominik;1989;9;149;1;4;1882
1384;Kovács Györgyi;1978;8;138;0;4;1763
1164;Sipos Zita;1972;4;116;0;4;1737
1024;Szalai Fanni;1967;12;102;0;4;2496
1354;Török Renáta;1985;4;135;0;4;2362
1394;Csonka András;1978;4;139;1;4;1795
1234;Hegedüs Anikó;1997;2;123;0;4;2604
1184;Farkas Henrik;1996;11;118;1;4;2148
1254;Végh Renáta;1986;11;125;0;4;1852
1114;László Róza;1972;4;111;0;4;2253
1474;Mészáros Éva;1994;5;147;0;4;2096
1171;Végh Mónika;1992;4;117;0;5;2538
1295;Kelemen Béla;1984;11;129;1;5;1943
1395;Bodnár Ildikó;1981;11;139;0;5;1869
1235;Deák Csilla;1975;8;123;0;5;2315
1075;Deák Luca;1977;9;107;0;5;2848
1215;Varga Klára;1984;2;121;0;5;2451
1515;Pál Dezső;1973;5;151;1;5;2904
1505;Gál Renáta;1997;9;150;0;5;2450
1375;Nagy Renáta;1993;7;137;0;5;2851
1435;Deák Edit;1994;12;143;0;5;2000
1385;Pataki Emil;1987;9;138;1;5;2349
1415;Balázs Barna;1967;7;141;1;5;2795
1185;Fodor Dénes;1977;10;118;1;5;2535
1325;Budai Tibor;1996;8;132;1;5;2820
1365;Soós Réka;1973;11;136;0;5;2101
1195;Hajdu Julianna;1992;3;119;0;5;2064
1105;Major Erika;1979;11;110;0;5;1771
1065;Fazekas Csilla;1998;5;106;0;5;2211
1475;Vincze Pál;1984;6;147;1;5;1847
1265;Magyar Lilla;1971;1;126;0;5;2697
1165;Veres Gergő;1992;2;116;1;5;2898
1025;Király Zsombor;1997;1;102;1;5;1714
1005;Rácz Melinda;1976;1;100;0;5;2081
1045;Váradi József;1999;7;104;1;5;1883
1345;Pál Olga;1987;7;134;0;5;3056
1155;Király Zita;1981;3;115;0;5;2688
1225;Sipos Martin;1999;5;122;1;5;2920
1052;Major Róbert;1971;1;105;1;5;3005
1285;Fazekas Arnold;1995;3;128;1;5;2953
1255;Varga Klaudia;1984;12;125;0;5;2109
1305;Dudás Dezső;1974;1;130;1;5;1940
1275;Rácz Olga;1968;11;127;0;5;2592
1492;Gulyás Aranka;1967;5;149;0;5;2915
1335;Váradi Vilmos;1974;1;133;1;5;2640
1465;Barta Olga;1984;7;146;0;5;2696
1125;Fekete Mariann;1984;2;112;0;5;2114
1355;Major Evelin;1993;6;135;0;5;3060
1445;Takács Ervin;1982;3;144;1;5;1776
1015;Csonka Júlia;1981;9;101;0;5;2720
1035;Deák Ákos;1985;7;103;1;5;2025
1315;Végh Lóránt;1974;3;131;1;5;2704
1205;Szücs Ágnes;1979;4;120;0;5;2574
1425;Mészáros Balázs;1995;6;142;1;5;2028
1115;Fehér Milán;1984;2;111;1;5;2087
1085;Balogh György;1973;9;108;1;5;2240
1145;Bogdán Kitti;1966;1;114;0;5;1747
1405;Szabó Martin;1981;10;140;1;5;2410
1485;Székely Dorina;1986;8;148;0;5;2662
1132;Barta Lóránt;1970;8;113;1;5;3057
1455;Hegedüs Erika;1966;9;145;0;5;3069
1095;Vincze Klára;1971;7;109;0;5;2933
1245;Kelemen Alex;1987;4;124;1;5;2970
1326;Katona Viktória;1968;6;132;0;6;2469
1506;Pataki Roland;1996;2;150;1;6;2502
1026;Szabó Marcell;1981;11;102;1;6;2328
1376;Fodor Szilvia;1985;8;137;0;6;2705
1256;Péter Zsuzsanna;1981;4;125;0;6;2723
1094;Vincze Jolán;1989;9;109;0;6;1795
1493;Vincze Beáta;1995;6;149;0;6;2375
1086;Gáspár Balázs;1986;9;108;1;6;2623
1196;Lakatos Norbert;1981;4;119;1;6;1854
1016;Bakos Györgyi;1969;8;101;0;6;2113
1106;Boros György;1989;5;110;1;6;1898
1516;Szekeres Szilvia;1991;4;151;0;6;2233
1392;Gulyás Ervin;1979;1;139;1;6;2125
1216;Fodor Patrik;1987;5;121;1;6;1715
1146;Csonka Mariann;1995;2;114;0;6;1758
1336;Farkas Piroska;1968;12;133;0;6;2737
1243;Szalai Renátó;1977;5;124;1;6;2699
1423;Nemes József;1972;8;142;1;6;3037
1133;Lengyel Tivadar;1976;2;113;1;6;1784
1386;Antal Balázs;1993;9;138;1;6;2633
1151;Faragó Balázs;1968;11;115;1;6;2980
1174;Vincze Nándor;1971;12;117;1;6;1761
1222;Szalai Renáta;1968;6;122;0;6;2118
1236;Varga Júlia;1971;3;123;0;6;1865
1456;Jakab Zsigmond;1978;1;145;1;6;2565
1046;Csonka János;1976;10;104;1;6;2392
1436;Vörös Csongor;1971;8;143;1;6;3008
1003;László Szilvia;1990;8;100;0;6;2325
1166;Molnár Olivér;1969;6;116;1;6;2442
1066;Szilágyi András;1988;11;106;1;6;2756
1266;Simon Renáta;1987;4;126;0;6;2765
1036;Deák Szabolcs;1993;11;103;1;6;3022
1296;Barna Irma;1987;2;129;0;6;2640
1466;Balla Milán;1983;5;146;1;6;1839
1276;Somogyi Szilvia;1972;3;127;0;6;2024
1316;Váradi Kitti;1986;6;131;0;6;2691
1486;Szőke Dániel;1996;11;148;1;6;1895
1286;Pál Arnold;1971;4;128;1;6;2177
1406;Borbély Ildikó;1980;1;140;0;6;2343
1306;Barta Brigitta;1992;2;130;0;6;1922
1476;Vass Martin;1966;11;147;1;6;3005
1446;Horváth Júlia;1976;4;144;0;6;3095
1182;Szűcs Klára;1999;9;118;0;6;2528
1203;Pintér Zsófia;1991;6;120;0;6;2713
1416;Jónás János;1979;12;141;1;6;1871
1126;Budai Nikoletta;1990;1;112;0;6;1815
1116;Deák Ágnes;1997;3;111;0;6;3047
1346;Szücs János;1989;9;134;1;6;2779
1051;Orsós Brigitta;1993;7;105;0;6;3060
1076;Péter Brigitta;1973;6;107;0;6;2961
1366;Balog Beáta;1979;10;136;0;6;3017
1352;Kocsis Marcell;1993;4;135;1;6;2588
1 fid fnev szulev szulho csapat ffi kor ido
2 1131 Fazekas Györgyi 1969 8 113 0 1 2073
3 1321 Lukács Benjámin 1976 6 132 1 1 2013
4 1311 Fodor Gizella 1985 12 131 0 1 2217
5 1101 Vincze Tímea 1996 7 110 0 1 1911
6 1151 Faragó Balázs 1968 11 115 1 1 2942
7 1341 Pintér Olga 1986 4 134 0 1 2873
8 1111 Horváth Ferenc 1985 3 111 1 1 2631
9 1021 Szalai Szilvia 1971 7 102 0 1 2795
10 1401 Sándor Alex 1981 3 140 1 1 2690
11 1371 Magyar Benjámin 1986 3 137 1 1 2041
12 1121 Varga Károly 1986 6 112 1 1 3043
13 1421 Kocsis Benjamin 1972 12 142 1 1 2993
14 1051 Orsós Brigitta 1993 7 105 0 1 2527
15 1281 Pintér Lóránt 1990 9 128 1 1 2114
16 1461 Bodnár Petra 1984 11 146 0 1 2341
17 1191 Faragó Virág 1970 6 119 0 1 2318
18 1141 Király Richárd 1973 1 114 1 1 1703
19 1291 Dobos Luca 1966 9 129 0 1 3041
20 1201 Váradi Benedek 1982 1 120 1 1 2429
21 1351 Gáspár Klaudia 1982 9 135 0 1 2761
22 1491 Nemes Dominik 1989 9 149 1 1 2877
23 1481 Nemes Gyula 1990 4 148 1 1 1814
24 1301 Fodor Renátó 1969 5 130 1 1 2888
25 1061 Kerekes Zalán 1992 10 106 1 1 2412
26 1411 Székely Rozália 1969 11 141 0 1 2144
27 1361 Szalai Ágnes 1968 5 136 0 1 2768
28 1171 Végh Mónika 1992 4 117 0 1 1881
29 1271 Pásztor Barnabás 1993 4 127 1 1 2408
30 1261 Oláh Mátyás 1992 8 126 1 1 2622
31 1211 Veres Richárd 1975 11 121 1 1 2992
32 1031 Végh Marcell 1998 3 103 1 1 2140
33 1181 Borbély Klára 1991 2 118 0 1 2303
34 1471 Gulyás Richárd 1999 12 147 1 1 2429
35 1241 Péter Szabolcs 1989 5 124 1 1 1913
36 1431 Orsós Albert 1977 11 143 1 1 2559
37 1251 Simon Róza 1982 11 125 0 1 1985
38 1511 Faragó Lilla 1989 4 151 0 1 2951
39 1441 Orosz Andrea 1973 11 144 0 1 2209
40 1451 Gál Veronika 1974 10 145 0 1 1988
41 1221 Illés Csongor 1978 11 122 1 1 2931
42 1011 Balla Anikó 1988 1 101 0 1 2267
43 1161 Soós Csaba 1972 5 116 1 1 2563
44 1081 Gulyás Lili 1998 12 108 0 1 1728
45 1331 Sipos Géza 1998 6 133 1 1 2062
46 1501 Balogh Győző 1979 5 150 1 1 2577
47 1381 Dobos Virág 1973 8 138 0 1 2126
48 1071 Balogh Richárd 1974 5 107 1 1 2213
49 1091 Hegedűs Beáta 1968 7 109 0 1 2007
50 1231 Magyar Mihály 1976 6 123 1 1 2531
51 1001 Kelemen Dezső 1977 7 100 1 1 2720
52 1041 Bálint Eszter 1970 11 104 0 1 2312
53 1391 Biró Csilla 1997 3 139 0 1 2854
54 1422 Dobos Martin 1973 4 142 1 2 2201
55 1072 Horváth Dénes 1977 6 107 1 2 2129
56 1122 Vincze Róbert 1973 9 112 1 2 2993
57 1092 Péter Elek 1990 4 109 1 2 2721
58 1452 Szőke Dorina 1999 2 145 0 2 2315
59 1312 Sipos Szabolcs 1992 11 131 1 2 2128
60 1112 Bogdán Katalin 1983 10 111 0 2 1740
61 1352 Kocsis Marcell 1993 4 135 1 2 2896
62 1192 Szilágyi Anikó 1975 1 119 0 2 2884
63 1182 Szűcs Klára 1999 9 118 0 2 2545
64 1412 Kovács Vivien 1986 1 141 0 2 2556
65 1222 Szalai Renáta 1968 6 122 0 2 2890
66 1512 Somogyi Marcell 1996 7 151 1 2 1999
67 1282 Borbély Brigitta 1974 1 128 0 2 1880
68 1492 Gulyás Aranka 1967 5 149 0 2 2396
69 1162 László Bertalan 1970 2 116 1 2 2379
70 1032 Hegedűs Dorina 1992 4 103 0 2 2914
71 1372 Pásztor Györgyi 1975 5 137 0 2 2059
72 1102 Halász Dorina 1990 4 110 0 2 2614
73 1402 Balogh Brigitta 1984 10 140 0 2 2197
74 1442 Oláh Marcell 1985 10 144 1 2 2011
75 1302 Mészáros Gergely 1980 3 130 1 2 1984
76 1002 Váradi Mariann 1992 2 100 0 2 1708
77 1242 Kovács Ervin 1982 5 124 1 2 2262
78 1392 Gulyás Ervin 1979 1 139 1 2 2391
79 1132 Barta Lóránt 1970 8 113 1 2 2914
80 1172 Lukács Zita 1994 9 117 0 2 2351
81 1362 Oláh Ida 1997 9 136 0 2 2809
82 1472 Szilágyi János 1996 5 147 1 2 2408
83 1432 Molnár Szabolcs 1985 9 143 1 2 1898
84 1332 Kocsis Tibor 1974 1 133 1 2 2883
85 1022 Németh Klára 1997 1 102 0 2 2733
86 1322 Szőke Szabolcs 1966 8 132 1 2 2045
87 1292 Vass Mátyás 1983 6 129 1 2 3003
88 1502 Tamás Klaudia 1990 1 150 0 2 2262
89 1342 Faragó Jolán 1982 9 134 0 2 1888
90 1042 Fazekas Gizella 1991 2 104 0 2 2240
91 1252 Nemes Mária 1987 7 125 0 2 2876
92 1382 Balázs Pál 1980 8 138 1 2 2614
93 1212 Gáspár Péter 1985 2 121 1 2 2487
94 1082 Veres Kitti 1972 12 108 0 2 2277
95 1232 Halász József 1971 12 123 1 2 2149
96 1012 Molnár Rudolf 1980 5 101 1 2 2227
97 1062 Antal Gergő 1997 5 106 1 2 2905
98 1202 Tamás János 1984 8 120 1 2 3066
99 1142 Veres Olga 1987 3 114 0 2 2618
100 1152 Varga Márta 1972 3 115 0 2 1744
101 1262 Gál Viktória 1969 1 126 0 2 1934
102 1052 Major Róbert 1971 1 105 1 2 2458
103 1272 Veres Petra 1990 9 127 0 2 2680
104 1482 Puskás János 1986 11 148 1 2 2796
105 1462 Takács Réka 1984 10 146 0 2 1883
106 1383 Tamás Gergő 1976 8 138 1 3 2114
107 1063 Sipos Benjámin 1970 9 106 1 3 3084
108 1363 Barta Júlia 1989 8 136 0 3 3068
109 1173 Kocsis György 1998 6 117 1 3 2181
110 1293 Fodor Alex 1992 2 129 1 3 1750
111 1433 Somogyi Márk 1969 6 143 1 3 2871
112 1423 Nemes József 1972 8 142 1 3 2535
113 1353 Orbán Gergő 1995 9 135 1 3 1825
114 1473 Orosz Ildikó 1978 9 147 0 3 2202
115 1513 Faragó Dávid 1973 10 151 1 3 2312
116 1133 Lengyel Tivadar 1976 2 113 1 3 2718
117 1013 Magyar Szabolcs 1998 9 101 1 3 2031
118 1143 Fazekas Réka 1976 6 114 0 3 2533
119 1273 Nagy Mariann 1977 3 127 0 3 2200
120 1463 Novák Júlia 1992 10 146 0 3 1717
121 1113 Halász Marcell 1967 8 111 1 3 2416
122 1393 Sándor Lili 1973 9 139 0 3 2965
123 1253 Biró Zsigmond 1988 12 125 1 3 2850
124 1233 Szilágyi Emese 1967 6 123 0 3 2117
125 1313 Gál Terézia 1985 7 131 0 3 2774
126 1283 Deák Gizella 1991 8 128 0 3 2467
127 1303 Nemes Anikó 1972 11 130 0 3 1854
128 1483 Major Virág 1970 1 148 0 3 2113
129 1333 Varga Ervin 1994 12 133 1 3 1765
130 1453 Sándor Terézia 1974 3 145 0 3 2426
131 1443 Bodnár Beatrix 1989 10 144 0 3 2145
132 1103 Budai Klára 1995 11 110 0 3 1710
133 1183 Fehér Csongor 1978 7 118 1 3 2118
134 1053 Király Tibor 1974 12 105 1 3 2418
135 1243 Szalai Renátó 1977 5 124 1 3 2709
136 1403 Vincze Szilvia 1971 10 140 0 3 2182
137 1043 Kovács Bence 1984 1 104 1 3 1702
138 1023 Szilágyi Roland 1989 1 102 1 3 2035
139 1373 Szücs Richárd 1993 3 137 1 3 2977
140 1193 Pataki Kevin 1992 4 119 1 3 2304
141 1163 Antal Erika 1985 4 116 0 3 1985
142 1493 Vincze Beáta 1995 6 149 0 3 2187
143 1503 Katona Barbara 1993 10 150 0 3 2118
144 1413 Kozma Richárd 1989 1 141 1 3 2807
145 1093 Király Anita 1998 11 109 0 3 2784
146 1263 Vincze Barnabás 1977 12 126 1 3 2688
147 1323 Péter Tünde 1975 7 132 0 3 2061
148 1213 Papp Bernadett 1998 3 121 0 3 1985
149 1033 Szekeres Hajnalka 1976 11 103 0 3 2028
150 1223 Varga Ilona 1989 5 122 0 3 2052
151 1123 Horváth Alex 1984 1 112 1 3 2371
152 1343 Veres János 1992 5 134 1 3 2614
153 1153 Gáspár Barnabás 1982 1 115 1 3 2998
154 1203 Pintér Zsófia 1991 6 120 0 3 1797
155 1083 Balog Attila 1988 11 108 1 3 2991
156 1003 László Szilvia 1990 8 100 0 3 2168
157 1073 Takács Gergely 1977 1 107 1 3 2804
158 1374 Varga Henrik 1995 5 137 1 4 1845
159 1144 Fehér Karolina 1981 4 114 0 4 2763
160 1034 Novák Kitti 1996 1 103 0 4 2036
161 1274 Kelemen Dorina 1975 2 127 0 4 1942
162 1054 Tamás Máté 1973 8 105 1 4 2007
163 1214 Juhász Balázs 1972 4 121 1 4 2149
164 1444 Pintér Beáta 1981 7 144 0 4 2838
165 1364 Orsós Mihály 1983 2 136 1 4 2061
166 1304 Major Zoltán 1993 9 130 1 4 2997
167 1434 Kocsis Márta 1992 6 143 0 4 1993
168 1284 Pap Lajos 1970 1 128 1 4 2853
169 1084 Vincze Zsolt 1969 12 108 1 4 2735
170 1074 Sipos Fanni 1967 6 107 0 4 2794
171 1404 Rácz Júlia 1991 5 140 0 4 2885
172 1064 Simon Brigitta 1971 10 106 0 4 2783
173 1464 Kocsis Dániel 1966 3 146 1 4 2235
174 1504 Németh János 1966 12 150 1 4 1824
175 1324 Pap Enikő 1966 5 132 0 4 2951
176 1244 Sándor Zsombor 1992 3 124 1 4 2025
177 1484 Puskás Júlia 1978 11 148 0 4 2358
178 1334 Szekeres Csongor 1991 6 133 1 4 2188
179 1224 Papp András 1974 2 122 1 4 2622
180 1154 Vörös Ábel 1986 7 115 1 4 2599
181 1131 Fazekas Györgyi 1969 8 113 0 4 1949
182 1124 Váradi Andor 1976 5 112 1 4 2344
183 1194 Pásztor Lili 1969 7 119 0 4 2853
184 1454 Németh Henrik 1997 6 145 1 4 2253
185 1294 Pál Rita 1976 1 129 0 4 2637
186 1094 Vincze Jolán 1989 9 109 0 4 2971
187 1174 Vincze Nándor 1971 12 117 1 4 2141
188 1004 Bognár Sándor 1969 6 100 1 4 2671
189 1414 Oláh Júlia 1992 8 141 0 4 2968
190 1264 Budai Dorina 1996 2 126 0 4 1805
191 1424 Kiss Anikó 1981 7 142 0 4 3015
192 1104 Pataki Zoltán 1970 7 110 1 4 1936
193 1204 László Csilla 1980 5 120 0 4 2895
194 1044 Tóth Antal 1968 6 104 1 4 2304
195 1314 Török Kornél 1988 4 131 1 4 2938
196 1014 Bodnár Renáta 1985 5 101 0 4 2396
197 1514 Antal Klaudia 1980 3 151 0 4 2914
198 1344 Novák Henrik 1995 9 134 1 4 2296
199 1491 Nemes Dominik 1989 9 149 1 4 1882
200 1384 Kovács Györgyi 1978 8 138 0 4 1763
201 1164 Sipos Zita 1972 4 116 0 4 1737
202 1024 Szalai Fanni 1967 12 102 0 4 2496
203 1354 Török Renáta 1985 4 135 0 4 2362
204 1394 Csonka András 1978 4 139 1 4 1795
205 1234 Hegedüs Anikó 1997 2 123 0 4 2604
206 1184 Farkas Henrik 1996 11 118 1 4 2148
207 1254 Végh Renáta 1986 11 125 0 4 1852
208 1114 László Róza 1972 4 111 0 4 2253
209 1474 Mészáros Éva 1994 5 147 0 4 2096
210 1171 Végh Mónika 1992 4 117 0 5 2538
211 1295 Kelemen Béla 1984 11 129 1 5 1943
212 1395 Bodnár Ildikó 1981 11 139 0 5 1869
213 1235 Deák Csilla 1975 8 123 0 5 2315
214 1075 Deák Luca 1977 9 107 0 5 2848
215 1215 Varga Klára 1984 2 121 0 5 2451
216 1515 Pál Dezső 1973 5 151 1 5 2904
217 1505 Gál Renáta 1997 9 150 0 5 2450
218 1375 Nagy Renáta 1993 7 137 0 5 2851
219 1435 Deák Edit 1994 12 143 0 5 2000
220 1385 Pataki Emil 1987 9 138 1 5 2349
221 1415 Balázs Barna 1967 7 141 1 5 2795
222 1185 Fodor Dénes 1977 10 118 1 5 2535
223 1325 Budai Tibor 1996 8 132 1 5 2820
224 1365 Soós Réka 1973 11 136 0 5 2101
225 1195 Hajdu Julianna 1992 3 119 0 5 2064
226 1105 Major Erika 1979 11 110 0 5 1771
227 1065 Fazekas Csilla 1998 5 106 0 5 2211
228 1475 Vincze Pál 1984 6 147 1 5 1847
229 1265 Magyar Lilla 1971 1 126 0 5 2697
230 1165 Veres Gergő 1992 2 116 1 5 2898
231 1025 Király Zsombor 1997 1 102 1 5 1714
232 1005 Rácz Melinda 1976 1 100 0 5 2081
233 1045 Váradi József 1999 7 104 1 5 1883
234 1345 Pál Olga 1987 7 134 0 5 3056
235 1155 Király Zita 1981 3 115 0 5 2688
236 1225 Sipos Martin 1999 5 122 1 5 2920
237 1052 Major Róbert 1971 1 105 1 5 3005
238 1285 Fazekas Arnold 1995 3 128 1 5 2953
239 1255 Varga Klaudia 1984 12 125 0 5 2109
240 1305 Dudás Dezső 1974 1 130 1 5 1940
241 1275 Rácz Olga 1968 11 127 0 5 2592
242 1492 Gulyás Aranka 1967 5 149 0 5 2915
243 1335 Váradi Vilmos 1974 1 133 1 5 2640
244 1465 Barta Olga 1984 7 146 0 5 2696
245 1125 Fekete Mariann 1984 2 112 0 5 2114
246 1355 Major Evelin 1993 6 135 0 5 3060
247 1445 Takács Ervin 1982 3 144 1 5 1776
248 1015 Csonka Júlia 1981 9 101 0 5 2720
249 1035 Deák Ákos 1985 7 103 1 5 2025
250 1315 Végh Lóránt 1974 3 131 1 5 2704
251 1205 Szücs Ágnes 1979 4 120 0 5 2574
252 1425 Mészáros Balázs 1995 6 142 1 5 2028
253 1115 Fehér Milán 1984 2 111 1 5 2087
254 1085 Balogh György 1973 9 108 1 5 2240
255 1145 Bogdán Kitti 1966 1 114 0 5 1747
256 1405 Szabó Martin 1981 10 140 1 5 2410
257 1485 Székely Dorina 1986 8 148 0 5 2662
258 1132 Barta Lóránt 1970 8 113 1 5 3057
259 1455 Hegedüs Erika 1966 9 145 0 5 3069
260 1095 Vincze Klára 1971 7 109 0 5 2933
261 1245 Kelemen Alex 1987 4 124 1 5 2970
262 1326 Katona Viktória 1968 6 132 0 6 2469
263 1506 Pataki Roland 1996 2 150 1 6 2502
264 1026 Szabó Marcell 1981 11 102 1 6 2328
265 1376 Fodor Szilvia 1985 8 137 0 6 2705
266 1256 Péter Zsuzsanna 1981 4 125 0 6 2723
267 1094 Vincze Jolán 1989 9 109 0 6 1795
268 1493 Vincze Beáta 1995 6 149 0 6 2375
269 1086 Gáspár Balázs 1986 9 108 1 6 2623
270 1196 Lakatos Norbert 1981 4 119 1 6 1854
271 1016 Bakos Györgyi 1969 8 101 0 6 2113
272 1106 Boros György 1989 5 110 1 6 1898
273 1516 Szekeres Szilvia 1991 4 151 0 6 2233
274 1392 Gulyás Ervin 1979 1 139 1 6 2125
275 1216 Fodor Patrik 1987 5 121 1 6 1715
276 1146 Csonka Mariann 1995 2 114 0 6 1758
277 1336 Farkas Piroska 1968 12 133 0 6 2737
278 1243 Szalai Renátó 1977 5 124 1 6 2699
279 1423 Nemes József 1972 8 142 1 6 3037
280 1133 Lengyel Tivadar 1976 2 113 1 6 1784
281 1386 Antal Balázs 1993 9 138 1 6 2633
282 1151 Faragó Balázs 1968 11 115 1 6 2980
283 1174 Vincze Nándor 1971 12 117 1 6 1761
284 1222 Szalai Renáta 1968 6 122 0 6 2118
285 1236 Varga Júlia 1971 3 123 0 6 1865
286 1456 Jakab Zsigmond 1978 1 145 1 6 2565
287 1046 Csonka János 1976 10 104 1 6 2392
288 1436 Vörös Csongor 1971 8 143 1 6 3008
289 1003 László Szilvia 1990 8 100 0 6 2325
290 1166 Molnár Olivér 1969 6 116 1 6 2442
291 1066 Szilágyi András 1988 11 106 1 6 2756
292 1266 Simon Renáta 1987 4 126 0 6 2765
293 1036 Deák Szabolcs 1993 11 103 1 6 3022
294 1296 Barna Irma 1987 2 129 0 6 2640
295 1466 Balla Milán 1983 5 146 1 6 1839
296 1276 Somogyi Szilvia 1972 3 127 0 6 2024
297 1316 Váradi Kitti 1986 6 131 0 6 2691
298 1486 Szőke Dániel 1996 11 148 1 6 1895
299 1286 Pál Arnold 1971 4 128 1 6 2177
300 1406 Borbély Ildikó 1980 1 140 0 6 2343
301 1306 Barta Brigitta 1992 2 130 0 6 1922
302 1476 Vass Martin 1966 11 147 1 6 3005
303 1446 Horváth Júlia 1976 4 144 0 6 3095
304 1182 Szűcs Klára 1999 9 118 0 6 2528
305 1203 Pintér Zsófia 1991 6 120 0 6 2713
306 1416 Jónás János 1979 12 141 1 6 1871
307 1126 Budai Nikoletta 1990 1 112 0 6 1815
308 1116 Deák Ágnes 1997 3 111 0 6 3047
309 1346 Szücs János 1989 9 134 1 6 2779
310 1051 Orsós Brigitta 1993 7 105 0 6 3060
311 1076 Péter Brigitta 1973 6 107 0 6 2961
312 1366 Balog Beáta 1979 10 136 0 6 3017
313 1352 Kocsis Marcell 1993 4 135 1 6 2588

View File

@ -0,0 +1,4 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.7.2", FrameworkDisplayName = ".NET Framework 4.7.2")]

View File

@ -0,0 +1 @@
137ddb1975586287657f37337b64d051167bb6a147915d9fb5b8eb94b1093509

View File

@ -0,0 +1,7 @@
C:\Users\szabomarton\Desktop\C#\Dolgozat\MaratonValto\MaratonValto\bin\Debug\MaratonValto.exe.config
C:\Users\szabomarton\Desktop\C#\Dolgozat\MaratonValto\MaratonValto\bin\Debug\MaratonValto.exe
C:\Users\szabomarton\Desktop\C#\Dolgozat\MaratonValto\MaratonValto\bin\Debug\MaratonValto.pdb
C:\Users\szabomarton\Desktop\C#\Dolgozat\MaratonValto\MaratonValto\obj\Debug\MaratonValto.csproj.AssemblyReference.cache
C:\Users\szabomarton\Desktop\C#\Dolgozat\MaratonValto\MaratonValto\obj\Debug\MaratonValto.csproj.CoreCompileInputs.cache
C:\Users\szabomarton\Desktop\C#\Dolgozat\MaratonValto\MaratonValto\obj\Debug\MaratonValto.exe
C:\Users\szabomarton\Desktop\C#\Dolgozat\MaratonValto\MaratonValto\obj\Debug\MaratonValto.pdb

View File

@ -0,0 +1,51 @@
{
"Version": 1,
"WorkspaceRootPath": "S:\\Programoz\u00E1s_dolgozat\\Szab\u00F3M\u00E1rton_20240912\\MaratonValtoGUI\\",
"Documents": [
{
"AbsoluteMoniker": "D:0:0:{F1F2A2F9-D38C-404A-AC20-237C68980382}|MaratonValtoGUI\\MaratonValtoGUI.csproj|s:\\programoz\u00E1s_dolgozat\\szab\u00F3m\u00E1rton_20240912\\maratonvaltogui\\maratonvaltogui\\form1.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
"RelativeMoniker": "D:0:0:{F1F2A2F9-D38C-404A-AC20-237C68980382}|MaratonValtoGUI\\MaratonValtoGUI.csproj|solutionrelative:maratonvaltogui\\form1.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
},
{
"AbsoluteMoniker": "D:0:0:{F1F2A2F9-D38C-404A-AC20-237C68980382}|MaratonValtoGUI\\MaratonValtoGUI.csproj|S:\\Programoz\u00E1s_dolgozat\\Szab\u00F3M\u00E1rton_20240912\\MaratonValtoGUI\\maratonvaltogui\\form1.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}|Form",
"RelativeMoniker": "D:0:0:{F1F2A2F9-D38C-404A-AC20-237C68980382}|MaratonValtoGUI\\MaratonValtoGUI.csproj|solutionrelative:maratonvaltogui\\form1.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}|Form"
}
],
"DocumentGroupContainers": [
{
"Orientation": 0,
"VerticalTabListWidth": 256,
"DocumentGroups": [
{
"DockedWidth": 200,
"SelectedChildIndex": 0,
"Children": [
{
"$type": "Document",
"DocumentIndex": 0,
"Title": "Form1.cs",
"DocumentMoniker": "S:\\Programoz\u00E1s_dolgozat\\Szab\u00F3M\u00E1rton_20240912\\MaratonValtoGUI\\MaratonValtoGUI\\Form1.cs",
"RelativeDocumentMoniker": "MaratonValtoGUI\\Form1.cs",
"ToolTip": "S:\\Programoz\u00E1s_dolgozat\\Szab\u00F3M\u00E1rton_20240912\\MaratonValtoGUI\\MaratonValtoGUI\\Form1.cs",
"RelativeToolTip": "MaratonValtoGUI\\Form1.cs",
"ViewState": "AgIAAFEAAAAAAAAAAAAAwGMAAAAjAAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
"WhenOpened": "2024-09-12T07:43:09.212Z",
"EditorCaption": ""
},
{
"$type": "Document",
"DocumentIndex": 1,
"Title": "Form1.cs [Design]",
"DocumentMoniker": "S:\\Programoz\u00E1s_dolgozat\\Szab\u00F3M\u00E1rton_20240912\\MaratonValtoGUI\\MaratonValtoGUI\\Form1.cs",
"RelativeDocumentMoniker": "MaratonValtoGUI\\Form1.cs",
"ToolTip": "C:\\Users\\szabomarton\\Desktop\\C#\\Dolgozat\\MaratonValtoGUI\\MaratonValtoGUI\\Form1.cs [Design]",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
"WhenOpened": "2024-09-12T07:39:37.232Z"
}
]
}
]
}
]
}

View File

@ -0,0 +1,51 @@
{
"Version": 1,
"WorkspaceRootPath": "S:\\Programoz\u00E1s_dolgozat\\Szab\u00F3M\u00E1rton_20240912\\MaratonValtoGUI\\",
"Documents": [
{
"AbsoluteMoniker": "D:0:0:{F1F2A2F9-D38C-404A-AC20-237C68980382}|MaratonValtoGUI\\MaratonValtoGUI.csproj|s:\\programoz\u00E1s_dolgozat\\szab\u00F3m\u00E1rton_20240912\\maratonvaltogui\\maratonvaltogui\\form1.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
"RelativeMoniker": "D:0:0:{F1F2A2F9-D38C-404A-AC20-237C68980382}|MaratonValtoGUI\\MaratonValtoGUI.csproj|solutionrelative:maratonvaltogui\\form1.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
},
{
"AbsoluteMoniker": "D:0:0:{F1F2A2F9-D38C-404A-AC20-237C68980382}|MaratonValtoGUI\\MaratonValtoGUI.csproj|S:\\Programoz\u00E1s_dolgozat\\Szab\u00F3M\u00E1rton_20240912\\MaratonValtoGUI\\maratonvaltogui\\form1.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}|Form",
"RelativeMoniker": "D:0:0:{F1F2A2F9-D38C-404A-AC20-237C68980382}|MaratonValtoGUI\\MaratonValtoGUI.csproj|solutionrelative:maratonvaltogui\\form1.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}|Form"
}
],
"DocumentGroupContainers": [
{
"Orientation": 0,
"VerticalTabListWidth": 256,
"DocumentGroups": [
{
"DockedWidth": 200,
"SelectedChildIndex": 0,
"Children": [
{
"$type": "Document",
"DocumentIndex": 0,
"Title": "Form1.cs",
"DocumentMoniker": "S:\\Programoz\u00E1s_dolgozat\\Szab\u00F3M\u00E1rton_20240912\\MaratonValtoGUI\\MaratonValtoGUI\\Form1.cs",
"RelativeDocumentMoniker": "MaratonValtoGUI\\Form1.cs",
"ToolTip": "S:\\Programoz\u00E1s_dolgozat\\Szab\u00F3M\u00E1rton_20240912\\MaratonValtoGUI\\MaratonValtoGUI\\Form1.cs",
"RelativeToolTip": "MaratonValtoGUI\\Form1.cs",
"ViewState": "AgIAAFEAAAAAAAAAAAAAwGMAAAAjAAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
"WhenOpened": "2024-09-12T07:43:09.212Z",
"EditorCaption": ""
},
{
"$type": "Document",
"DocumentIndex": 1,
"Title": "Form1.cs [Design]",
"DocumentMoniker": "S:\\Programoz\u00E1s_dolgozat\\Szab\u00F3M\u00E1rton_20240912\\MaratonValtoGUI\\MaratonValtoGUI\\Form1.cs",
"RelativeDocumentMoniker": "MaratonValtoGUI\\Form1.cs",
"ToolTip": "C:\\Users\\szabomarton\\Desktop\\C#\\Dolgozat\\MaratonValtoGUI\\MaratonValtoGUI\\Form1.cs [Design]",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
"WhenOpened": "2024-09-12T07:39:37.232Z"
}
]
}
]
}
]
}

View File

@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35222.181
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MaratonValtoGUI", "MaratonValtoGUI\MaratonValtoGUI.csproj", "{F1F2A2F9-D38C-404A-AC20-237C68980382}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F1F2A2F9-D38C-404A-AC20-237C68980382}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F1F2A2F9-D38C-404A-AC20-237C68980382}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F1F2A2F9-D38C-404A-AC20-237C68980382}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F1F2A2F9-D38C-404A-AC20-237C68980382}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EB132700-680C-4EE5-BA8A-08811C323347}
EndGlobalSection
EndGlobal

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
</startup>
</configuration>

View File

@ -0,0 +1,305 @@
namespace MaratonValtoGUI
{
partial class Form1
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.label1 = new System.Windows.Forms.Label();
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.fájlToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.megnyitásToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.kiléToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.label2 = new System.Windows.Forms.Label();
this.listBox1 = new System.Windows.Forms.ListBox();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.textBox6 = new System.Windows.Forms.TextBox();
this.textBox5 = new System.Windows.Forms.TextBox();
this.textBox4 = new System.Windows.Forms.TextBox();
this.textBox3 = new System.Windows.Forms.TextBox();
this.textBox2 = new System.Windows.Forms.TextBox();
this.textBox1 = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.listBox2 = new System.Windows.Forms.ListBox();
this.menuStrip1.SuspendLayout();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 20F);
this.label1.ForeColor = System.Drawing.Color.Blue;
this.label1.Location = new System.Drawing.Point(130, 29);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(309, 31);
this.label1.TabIndex = 0;
this.label1.Text = "Maratonváltó versenyzői";
//
// menuStrip1
//
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.fájlToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(599, 24);
this.menuStrip1.TabIndex = 1;
this.menuStrip1.Text = "menuStrip1";
//
// fájlToolStripMenuItem
//
this.fájlToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.megnyitásToolStripMenuItem,
this.kiléToolStripMenuItem});
this.fájlToolStripMenuItem.Name = "fájlToolStripMenuItem";
this.fájlToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
this.fájlToolStripMenuItem.Text = "Fájl";
//
// megnyitásToolStripMenuItem
//
this.megnyitásToolStripMenuItem.Name = "megnyitásToolStripMenuItem";
this.megnyitásToolStripMenuItem.Size = new System.Drawing.Size(129, 22);
this.megnyitásToolStripMenuItem.Text = "Megnyitás";
this.megnyitásToolStripMenuItem.Click += new System.EventHandler(this.megnyitásToolStripMenuItem_Click);
//
// kiléToolStripMenuItem
//
this.kiléToolStripMenuItem.Name = "kiléToolStripMenuItem";
this.kiléToolStripMenuItem.Size = new System.Drawing.Size(129, 22);
this.kiléToolStripMenuItem.Text = "Kilépés";
this.kiléToolStripMenuItem.Click += new System.EventHandler(this.kiléToolStripMenuItem_Click);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(12, 90);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(63, 13);
this.label2.TabIndex = 2;
this.label2.Text = "Futók listája";
//
// listBox1
//
this.listBox1.FormattingEnabled = true;
this.listBox1.Location = new System.Drawing.Point(15, 115);
this.listBox1.Name = "listBox1";
this.listBox1.Size = new System.Drawing.Size(287, 303);
this.listBox1.TabIndex = 3;
this.listBox1.SelectedIndexChanged += new System.EventHandler(this.listBox1_SelectedIndexChanged);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.textBox6);
this.groupBox1.Controls.Add(this.textBox5);
this.groupBox1.Controls.Add(this.textBox4);
this.groupBox1.Controls.Add(this.textBox3);
this.groupBox1.Controls.Add(this.textBox2);
this.groupBox1.Controls.Add(this.textBox1);
this.groupBox1.Controls.Add(this.label8);
this.groupBox1.Controls.Add(this.label7);
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Location = new System.Drawing.Point(308, 90);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(279, 193);
this.groupBox1.TabIndex = 4;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Kiválasztott futó adatai";
//
// textBox6
//
this.textBox6.Location = new System.Drawing.Point(182, 154);
this.textBox6.Name = "textBox6";
this.textBox6.Size = new System.Drawing.Size(91, 20);
this.textBox6.TabIndex = 11;
//
// textBox5
//
this.textBox5.Location = new System.Drawing.Point(182, 128);
this.textBox5.Name = "textBox5";
this.textBox5.Size = new System.Drawing.Size(91, 20);
this.textBox5.TabIndex = 10;
//
// textBox4
//
this.textBox4.Location = new System.Drawing.Point(182, 105);
this.textBox4.Name = "textBox4";
this.textBox4.Size = new System.Drawing.Size(91, 20);
this.textBox4.TabIndex = 9;
//
// textBox3
//
this.textBox3.Location = new System.Drawing.Point(182, 79);
this.textBox3.Name = "textBox3";
this.textBox3.Size = new System.Drawing.Size(91, 20);
this.textBox3.TabIndex = 8;
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(182, 51);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(91, 20);
this.textBox2.TabIndex = 7;
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(45, 22);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(228, 20);
this.textBox1.TabIndex = 6;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(6, 154);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(63, 13);
this.label8.TabIndex = 5;
this.label8.Text = "Köridő (mp):";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(6, 128);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(118, 13);
this.label7.TabIndex = 4;
this.label7.Text = "Hanyadik körben futott:";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(6, 104);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(76, 13);
this.label6.TabIndex = 3;
this.label6.Text = "Csapat száma:";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(6, 79);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(96, 13);
this.label5.TabIndex = 2;
this.label5.Text = "Születési év és hó:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(6, 51);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(53, 13);
this.label4.TabIndex = 1;
this.label4.Text = "Rajtszám:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(6, 25);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(33, 13);
this.label3.TabIndex = 0;
this.label3.Text = "Név: ";
//
// button1
//
this.button1.Location = new System.Drawing.Point(375, 289);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(139, 23);
this.button1.TabIndex = 5;
this.button1.Text = "Csapattársak";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// listBox2
//
this.listBox2.FormattingEnabled = true;
this.listBox2.Location = new System.Drawing.Point(317, 324);
this.listBox2.Name = "listBox2";
this.listBox2.Size = new System.Drawing.Size(264, 95);
this.listBox2.TabIndex = 6;
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(599, 451);
this.Controls.Add(this.listBox2);
this.Controls.Add(this.button1);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.listBox1);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.menuStrip1);
this.MainMenuStrip = this.menuStrip1;
this.Name = "Form1";
this.Text = "Maratonváltó GUI";
this.Load += new System.EventHandler(this.Form1_Load);
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem fájlToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem megnyitásToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem kiléToolStripMenuItem;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.ListBox listBox1;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.TextBox textBox4;
private System.Windows.Forms.TextBox textBox3;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox textBox6;
private System.Windows.Forms.TextBox textBox5;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.ListBox listBox2;
}
}

View File

@ -0,0 +1,146 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using System.IO;
namespace MaratonValtoGUI
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
public void Form1_Load(object sender, EventArgs e)
{
Data.eredmenyek = LoadFromCsv("maratonvalto.csv");
foreach (var item in Data.eredmenyek)
{
listBox1.Items.Add(item.Versenyzo.Fnev);
}
}
private void megnyitásToolStripMenuItem_Click(object sender, EventArgs e)
{
//string filepath = OpenFileDialog();
}
private void kiléToolStripMenuItem_Click(object sender, EventArgs e)
{
this.Close();
}
public static List<Eredmeny> LoadFromCsv(string filename)
{
List<Eredmeny> result = new List<Eredmeny>();
FileStream fileStream = new FileStream(filename, FileMode.Open, FileAccess.Read);
StreamReader streamReader = new StreamReader(fileStream);
string line = streamReader.ReadLine();
line = streamReader.ReadLine();
while (line != null)
{
string[] adatok = line.Split(';');
int fid = int.Parse(adatok[0]);
string fnev = adatok[1];
int szulev = int.Parse(adatok[2]);
int szulho = int.Parse(adatok[3]);
int csapat = int.Parse(adatok[4]);
int ffi = int.Parse(adatok[5]);
int kor = int.Parse(adatok[6]);
int ido = int.Parse(adatok[7]);
Futo futo = new Futo(fid, fnev, szulev, szulho, csapat, ffi);
Eredmeny eredmeny = new Eredmeny(futo, kor, ido);
result.Add(eredmeny);
line = streamReader.ReadLine();
}
streamReader.Close();
fileStream.Close();
return result;
}
private void listBox1_SelectedIndexChanged(object sender, EventArgs e)
{
int index = listBox1.SelectedIndex;
textBox1.Text = Data.eredmenyek[index].Versenyzo.Fnev;
textBox2.Text = $"{Data.eredmenyek[index].Versenyzo.Fid}";
textBox3.Text = $"{Data.eredmenyek[index].Versenyzo.Szulev}. {Data.eredmenyek[index].Versenyzo.Szulho}";
textBox4.Text = $"{Data.eredmenyek[index].Versenyzo.Csapat}";
textBox5.Text = $"{Data.eredmenyek[index].Kor}";
textBox6.Text = $"{Data.eredmenyek[index].Ido}";
}
public static class Data
{
public static List<Eredmeny> eredmenyek = new List<Eredmeny>();
}
private void button1_Click(object sender, EventArgs e)
{
listBox2.Items.Clear();
int csapatszam = Int32.Parse(textBox4.Text);
foreach (var item in Data.eredmenyek)
{
if (item.Versenyzo.Csapat == csapatszam)
{
listBox2.Items.Add(item.Versenyzo.Fnev);
}
}
}
}
public class Futo
{
public int Fid;
public string Fnev;
public int Szulev;
public int Szulho;
public int Csapat;
public int Ffi; //1 - férfi || 0 - nő
public Futo(int fid, string fnev, int szulev, int szulho, int csapat, int ffi)
{
Fid = fid;
Fnev = fnev;
Szulev = szulev;
Szulho = szulho;
Csapat = csapat;
Ffi = ffi;
}
}
public class Eredmeny
{
public Futo Versenyzo;
public int Kor;
public int Ido;
public Eredmeny(Futo versenyzo, int kor, int ido)
{
Versenyzo = versenyzo;
Kor = kor;
Ido = ido;
}
}
}

View File

@ -0,0 +1,123 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<metadata name="menuStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
</root>

View File

@ -0,0 +1,84 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{F1F2A2F9-D38C-404A-AC20-237C68980382}</ProjectGuid>
<OutputType>WinExe</OutputType>
<RootNamespace>MaratonValtoGUI</RootNamespace>
<AssemblyName>MaratonValtoGUI</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<Deterministic>true</Deterministic>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.ServiceProcess" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
<Reference Include="System.Drawing" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Form1.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Form1.Designer.cs">
<DependentUpon>Form1.cs</DependentUpon>
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<EmbeddedResource Include="Form1.resx">
<DependentUpon>Form1.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>

View File

@ -0,0 +1,22 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace MaratonValtoGUI
{
internal static class Program
{
/// <summary>
/// The main entry point for the application.
/// </summary>
[STAThread]
static void Main()
{
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new Form1());
}
}
}

View File

@ -0,0 +1,33 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("MaratonValtoGUI")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("MaratonValtoGUI")]
[assembly: AssemblyCopyright("Copyright © 2024")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("f1f2a2f9-d38c-404a-ac20-237c68980382")]
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]

View File

@ -0,0 +1,71 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace MaratonValtoGUI.Properties
{
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class Resources
{
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal Resources()
{
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager
{
get
{
if ((resourceMan == null))
{
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("MaratonValtoGUI.Properties.Resources", typeof(Resources).Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture
{
get
{
return resourceCulture;
}
set
{
resourceCulture = value;
}
}
}
}

View File

@ -0,0 +1,117 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>

View File

@ -0,0 +1,30 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace MaratonValtoGUI.Properties
{
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")]
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase
{
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
public static Settings Default
{
get
{
return defaultInstance;
}
}
}
}

View File

@ -0,0 +1,7 @@
<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)">
<Profiles>
<Profile Name="(Default)" />
</Profiles>
<Settings />
</SettingsFile>

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
</startup>
</configuration>

View File

@ -0,0 +1,313 @@
fid;fnev;szulev;szulho;csapat;ffi;kor;ido
1131;Fazekas Györgyi;1969;8;113;0;1;2073
1321;Lukács Benjámin;1976;6;132;1;1;2013
1311;Fodor Gizella;1985;12;131;0;1;2217
1101;Vincze Tímea;1996;7;110;0;1;1911
1151;Faragó Balázs;1968;11;115;1;1;2942
1341;Pintér Olga;1986;4;134;0;1;2873
1111;Horváth Ferenc;1985;3;111;1;1;2631
1021;Szalai Szilvia;1971;7;102;0;1;2795
1401;Sándor Alex;1981;3;140;1;1;2690
1371;Magyar Benjámin;1986;3;137;1;1;2041
1121;Varga Károly;1986;6;112;1;1;3043
1421;Kocsis Benjamin;1972;12;142;1;1;2993
1051;Orsós Brigitta;1993;7;105;0;1;2527
1281;Pintér Lóránt;1990;9;128;1;1;2114
1461;Bodnár Petra;1984;11;146;0;1;2341
1191;Faragó Virág;1970;6;119;0;1;2318
1141;Király Richárd;1973;1;114;1;1;1703
1291;Dobos Luca;1966;9;129;0;1;3041
1201;Váradi Benedek;1982;1;120;1;1;2429
1351;Gáspár Klaudia;1982;9;135;0;1;2761
1491;Nemes Dominik;1989;9;149;1;1;2877
1481;Nemes Gyula;1990;4;148;1;1;1814
1301;Fodor Renátó;1969;5;130;1;1;2888
1061;Kerekes Zalán;1992;10;106;1;1;2412
1411;Székely Rozália;1969;11;141;0;1;2144
1361;Szalai Ágnes;1968;5;136;0;1;2768
1171;Végh Mónika;1992;4;117;0;1;1881
1271;Pásztor Barnabás;1993;4;127;1;1;2408
1261;Oláh Mátyás;1992;8;126;1;1;2622
1211;Veres Richárd;1975;11;121;1;1;2992
1031;Végh Marcell;1998;3;103;1;1;2140
1181;Borbély Klára;1991;2;118;0;1;2303
1471;Gulyás Richárd;1999;12;147;1;1;2429
1241;Péter Szabolcs;1989;5;124;1;1;1913
1431;Orsós Albert;1977;11;143;1;1;2559
1251;Simon Róza;1982;11;125;0;1;1985
1511;Faragó Lilla;1989;4;151;0;1;2951
1441;Orosz Andrea;1973;11;144;0;1;2209
1451;Gál Veronika;1974;10;145;0;1;1988
1221;Illés Csongor;1978;11;122;1;1;2931
1011;Balla Anikó;1988;1;101;0;1;2267
1161;Soós Csaba;1972;5;116;1;1;2563
1081;Gulyás Lili;1998;12;108;0;1;1728
1331;Sipos Géza;1998;6;133;1;1;2062
1501;Balogh Győző;1979;5;150;1;1;2577
1381;Dobos Virág;1973;8;138;0;1;2126
1071;Balogh Richárd;1974;5;107;1;1;2213
1091;Hegedűs Beáta;1968;7;109;0;1;2007
1231;Magyar Mihály;1976;6;123;1;1;2531
1001;Kelemen Dezső;1977;7;100;1;1;2720
1041;Bálint Eszter;1970;11;104;0;1;2312
1391;Biró Csilla;1997;3;139;0;1;2854
1422;Dobos Martin;1973;4;142;1;2;2201
1072;Horváth Dénes;1977;6;107;1;2;2129
1122;Vincze Róbert;1973;9;112;1;2;2993
1092;Péter Elek;1990;4;109;1;2;2721
1452;Szőke Dorina;1999;2;145;0;2;2315
1312;Sipos Szabolcs;1992;11;131;1;2;2128
1112;Bogdán Katalin;1983;10;111;0;2;1740
1352;Kocsis Marcell;1993;4;135;1;2;2896
1192;Szilágyi Anikó;1975;1;119;0;2;2884
1182;Szűcs Klára;1999;9;118;0;2;2545
1412;Kovács Vivien;1986;1;141;0;2;2556
1222;Szalai Renáta;1968;6;122;0;2;2890
1512;Somogyi Marcell;1996;7;151;1;2;1999
1282;Borbély Brigitta;1974;1;128;0;2;1880
1492;Gulyás Aranka;1967;5;149;0;2;2396
1162;László Bertalan;1970;2;116;1;2;2379
1032;Hegedűs Dorina;1992;4;103;0;2;2914
1372;Pásztor Györgyi;1975;5;137;0;2;2059
1102;Halász Dorina;1990;4;110;0;2;2614
1402;Balogh Brigitta;1984;10;140;0;2;2197
1442;Oláh Marcell;1985;10;144;1;2;2011
1302;Mészáros Gergely;1980;3;130;1;2;1984
1002;Váradi Mariann;1992;2;100;0;2;1708
1242;Kovács Ervin;1982;5;124;1;2;2262
1392;Gulyás Ervin;1979;1;139;1;2;2391
1132;Barta Lóránt;1970;8;113;1;2;2914
1172;Lukács Zita;1994;9;117;0;2;2351
1362;Oláh Ida;1997;9;136;0;2;2809
1472;Szilágyi János;1996;5;147;1;2;2408
1432;Molnár Szabolcs;1985;9;143;1;2;1898
1332;Kocsis Tibor;1974;1;133;1;2;2883
1022;Németh Klára;1997;1;102;0;2;2733
1322;Szőke Szabolcs;1966;8;132;1;2;2045
1292;Vass Mátyás;1983;6;129;1;2;3003
1502;Tamás Klaudia;1990;1;150;0;2;2262
1342;Faragó Jolán;1982;9;134;0;2;1888
1042;Fazekas Gizella;1991;2;104;0;2;2240
1252;Nemes Mária;1987;7;125;0;2;2876
1382;Balázs Pál;1980;8;138;1;2;2614
1212;Gáspár Péter;1985;2;121;1;2;2487
1082;Veres Kitti;1972;12;108;0;2;2277
1232;Halász József;1971;12;123;1;2;2149
1012;Molnár Rudolf;1980;5;101;1;2;2227
1062;Antal Gergő;1997;5;106;1;2;2905
1202;Tamás János;1984;8;120;1;2;3066
1142;Veres Olga;1987;3;114;0;2;2618
1152;Varga Márta;1972;3;115;0;2;1744
1262;Gál Viktória;1969;1;126;0;2;1934
1052;Major Róbert;1971;1;105;1;2;2458
1272;Veres Petra;1990;9;127;0;2;2680
1482;Puskás János;1986;11;148;1;2;2796
1462;Takács Réka;1984;10;146;0;2;1883
1383;Tamás Gergő;1976;8;138;1;3;2114
1063;Sipos Benjámin;1970;9;106;1;3;3084
1363;Barta Júlia;1989;8;136;0;3;3068
1173;Kocsis György;1998;6;117;1;3;2181
1293;Fodor Alex;1992;2;129;1;3;1750
1433;Somogyi Márk;1969;6;143;1;3;2871
1423;Nemes József;1972;8;142;1;3;2535
1353;Orbán Gergő;1995;9;135;1;3;1825
1473;Orosz Ildikó;1978;9;147;0;3;2202
1513;Faragó Dávid;1973;10;151;1;3;2312
1133;Lengyel Tivadar;1976;2;113;1;3;2718
1013;Magyar Szabolcs;1998;9;101;1;3;2031
1143;Fazekas Réka;1976;6;114;0;3;2533
1273;Nagy Mariann;1977;3;127;0;3;2200
1463;Novák Júlia;1992;10;146;0;3;1717
1113;Halász Marcell;1967;8;111;1;3;2416
1393;Sándor Lili;1973;9;139;0;3;2965
1253;Biró Zsigmond;1988;12;125;1;3;2850
1233;Szilágyi Emese;1967;6;123;0;3;2117
1313;Gál Terézia;1985;7;131;0;3;2774
1283;Deák Gizella;1991;8;128;0;3;2467
1303;Nemes Anikó;1972;11;130;0;3;1854
1483;Major Virág;1970;1;148;0;3;2113
1333;Varga Ervin;1994;12;133;1;3;1765
1453;Sándor Terézia;1974;3;145;0;3;2426
1443;Bodnár Beatrix;1989;10;144;0;3;2145
1103;Budai Klára;1995;11;110;0;3;1710
1183;Fehér Csongor;1978;7;118;1;3;2118
1053;Király Tibor;1974;12;105;1;3;2418
1243;Szalai Renátó;1977;5;124;1;3;2709
1403;Vincze Szilvia;1971;10;140;0;3;2182
1043;Kovács Bence;1984;1;104;1;3;1702
1023;Szilágyi Roland;1989;1;102;1;3;2035
1373;Szücs Richárd;1993;3;137;1;3;2977
1193;Pataki Kevin;1992;4;119;1;3;2304
1163;Antal Erika;1985;4;116;0;3;1985
1493;Vincze Beáta;1995;6;149;0;3;2187
1503;Katona Barbara;1993;10;150;0;3;2118
1413;Kozma Richárd;1989;1;141;1;3;2807
1093;Király Anita;1998;11;109;0;3;2784
1263;Vincze Barnabás;1977;12;126;1;3;2688
1323;Péter Tünde;1975;7;132;0;3;2061
1213;Papp Bernadett;1998;3;121;0;3;1985
1033;Szekeres Hajnalka;1976;11;103;0;3;2028
1223;Varga Ilona;1989;5;122;0;3;2052
1123;Horváth Alex;1984;1;112;1;3;2371
1343;Veres János;1992;5;134;1;3;2614
1153;Gáspár Barnabás;1982;1;115;1;3;2998
1203;Pintér Zsófia;1991;6;120;0;3;1797
1083;Balog Attila;1988;11;108;1;3;2991
1003;László Szilvia;1990;8;100;0;3;2168
1073;Takács Gergely;1977;1;107;1;3;2804
1374;Varga Henrik;1995;5;137;1;4;1845
1144;Fehér Karolina;1981;4;114;0;4;2763
1034;Novák Kitti;1996;1;103;0;4;2036
1274;Kelemen Dorina;1975;2;127;0;4;1942
1054;Tamás Máté;1973;8;105;1;4;2007
1214;Juhász Balázs;1972;4;121;1;4;2149
1444;Pintér Beáta;1981;7;144;0;4;2838
1364;Orsós Mihály;1983;2;136;1;4;2061
1304;Major Zoltán;1993;9;130;1;4;2997
1434;Kocsis Márta;1992;6;143;0;4;1993
1284;Pap Lajos;1970;1;128;1;4;2853
1084;Vincze Zsolt;1969;12;108;1;4;2735
1074;Sipos Fanni;1967;6;107;0;4;2794
1404;Rácz Júlia;1991;5;140;0;4;2885
1064;Simon Brigitta;1971;10;106;0;4;2783
1464;Kocsis Dániel;1966;3;146;1;4;2235
1504;Németh János;1966;12;150;1;4;1824
1324;Pap Enikő;1966;5;132;0;4;2951
1244;Sándor Zsombor;1992;3;124;1;4;2025
1484;Puskás Júlia;1978;11;148;0;4;2358
1334;Szekeres Csongor;1991;6;133;1;4;2188
1224;Papp András;1974;2;122;1;4;2622
1154;Vörös Ábel;1986;7;115;1;4;2599
1131;Fazekas Györgyi;1969;8;113;0;4;1949
1124;Váradi Andor;1976;5;112;1;4;2344
1194;Pásztor Lili;1969;7;119;0;4;2853
1454;Németh Henrik;1997;6;145;1;4;2253
1294;Pál Rita;1976;1;129;0;4;2637
1094;Vincze Jolán;1989;9;109;0;4;2971
1174;Vincze Nándor;1971;12;117;1;4;2141
1004;Bognár Sándor;1969;6;100;1;4;2671
1414;Oláh Júlia;1992;8;141;0;4;2968
1264;Budai Dorina;1996;2;126;0;4;1805
1424;Kiss Anikó;1981;7;142;0;4;3015
1104;Pataki Zoltán;1970;7;110;1;4;1936
1204;László Csilla;1980;5;120;0;4;2895
1044;Tóth Antal;1968;6;104;1;4;2304
1314;Török Kornél;1988;4;131;1;4;2938
1014;Bodnár Renáta;1985;5;101;0;4;2396
1514;Antal Klaudia;1980;3;151;0;4;2914
1344;Novák Henrik;1995;9;134;1;4;2296
1491;Nemes Dominik;1989;9;149;1;4;1882
1384;Kovács Györgyi;1978;8;138;0;4;1763
1164;Sipos Zita;1972;4;116;0;4;1737
1024;Szalai Fanni;1967;12;102;0;4;2496
1354;Török Renáta;1985;4;135;0;4;2362
1394;Csonka András;1978;4;139;1;4;1795
1234;Hegedüs Anikó;1997;2;123;0;4;2604
1184;Farkas Henrik;1996;11;118;1;4;2148
1254;Végh Renáta;1986;11;125;0;4;1852
1114;László Róza;1972;4;111;0;4;2253
1474;Mészáros Éva;1994;5;147;0;4;2096
1171;Végh Mónika;1992;4;117;0;5;2538
1295;Kelemen Béla;1984;11;129;1;5;1943
1395;Bodnár Ildikó;1981;11;139;0;5;1869
1235;Deák Csilla;1975;8;123;0;5;2315
1075;Deák Luca;1977;9;107;0;5;2848
1215;Varga Klára;1984;2;121;0;5;2451
1515;Pál Dezső;1973;5;151;1;5;2904
1505;Gál Renáta;1997;9;150;0;5;2450
1375;Nagy Renáta;1993;7;137;0;5;2851
1435;Deák Edit;1994;12;143;0;5;2000
1385;Pataki Emil;1987;9;138;1;5;2349
1415;Balázs Barna;1967;7;141;1;5;2795
1185;Fodor Dénes;1977;10;118;1;5;2535
1325;Budai Tibor;1996;8;132;1;5;2820
1365;Soós Réka;1973;11;136;0;5;2101
1195;Hajdu Julianna;1992;3;119;0;5;2064
1105;Major Erika;1979;11;110;0;5;1771
1065;Fazekas Csilla;1998;5;106;0;5;2211
1475;Vincze Pál;1984;6;147;1;5;1847
1265;Magyar Lilla;1971;1;126;0;5;2697
1165;Veres Gergő;1992;2;116;1;5;2898
1025;Király Zsombor;1997;1;102;1;5;1714
1005;Rácz Melinda;1976;1;100;0;5;2081
1045;Váradi József;1999;7;104;1;5;1883
1345;Pál Olga;1987;7;134;0;5;3056
1155;Király Zita;1981;3;115;0;5;2688
1225;Sipos Martin;1999;5;122;1;5;2920
1052;Major Róbert;1971;1;105;1;5;3005
1285;Fazekas Arnold;1995;3;128;1;5;2953
1255;Varga Klaudia;1984;12;125;0;5;2109
1305;Dudás Dezső;1974;1;130;1;5;1940
1275;Rácz Olga;1968;11;127;0;5;2592
1492;Gulyás Aranka;1967;5;149;0;5;2915
1335;Váradi Vilmos;1974;1;133;1;5;2640
1465;Barta Olga;1984;7;146;0;5;2696
1125;Fekete Mariann;1984;2;112;0;5;2114
1355;Major Evelin;1993;6;135;0;5;3060
1445;Takács Ervin;1982;3;144;1;5;1776
1015;Csonka Júlia;1981;9;101;0;5;2720
1035;Deák Ákos;1985;7;103;1;5;2025
1315;Végh Lóránt;1974;3;131;1;5;2704
1205;Szücs Ágnes;1979;4;120;0;5;2574
1425;Mészáros Balázs;1995;6;142;1;5;2028
1115;Fehér Milán;1984;2;111;1;5;2087
1085;Balogh György;1973;9;108;1;5;2240
1145;Bogdán Kitti;1966;1;114;0;5;1747
1405;Szabó Martin;1981;10;140;1;5;2410
1485;Székely Dorina;1986;8;148;0;5;2662
1132;Barta Lóránt;1970;8;113;1;5;3057
1455;Hegedüs Erika;1966;9;145;0;5;3069
1095;Vincze Klára;1971;7;109;0;5;2933
1245;Kelemen Alex;1987;4;124;1;5;2970
1326;Katona Viktória;1968;6;132;0;6;2469
1506;Pataki Roland;1996;2;150;1;6;2502
1026;Szabó Marcell;1981;11;102;1;6;2328
1376;Fodor Szilvia;1985;8;137;0;6;2705
1256;Péter Zsuzsanna;1981;4;125;0;6;2723
1094;Vincze Jolán;1989;9;109;0;6;1795
1493;Vincze Beáta;1995;6;149;0;6;2375
1086;Gáspár Balázs;1986;9;108;1;6;2623
1196;Lakatos Norbert;1981;4;119;1;6;1854
1016;Bakos Györgyi;1969;8;101;0;6;2113
1106;Boros György;1989;5;110;1;6;1898
1516;Szekeres Szilvia;1991;4;151;0;6;2233
1392;Gulyás Ervin;1979;1;139;1;6;2125
1216;Fodor Patrik;1987;5;121;1;6;1715
1146;Csonka Mariann;1995;2;114;0;6;1758
1336;Farkas Piroska;1968;12;133;0;6;2737
1243;Szalai Renátó;1977;5;124;1;6;2699
1423;Nemes József;1972;8;142;1;6;3037
1133;Lengyel Tivadar;1976;2;113;1;6;1784
1386;Antal Balázs;1993;9;138;1;6;2633
1151;Faragó Balázs;1968;11;115;1;6;2980
1174;Vincze Nándor;1971;12;117;1;6;1761
1222;Szalai Renáta;1968;6;122;0;6;2118
1236;Varga Júlia;1971;3;123;0;6;1865
1456;Jakab Zsigmond;1978;1;145;1;6;2565
1046;Csonka János;1976;10;104;1;6;2392
1436;Vörös Csongor;1971;8;143;1;6;3008
1003;László Szilvia;1990;8;100;0;6;2325
1166;Molnár Olivér;1969;6;116;1;6;2442
1066;Szilágyi András;1988;11;106;1;6;2756
1266;Simon Renáta;1987;4;126;0;6;2765
1036;Deák Szabolcs;1993;11;103;1;6;3022
1296;Barna Irma;1987;2;129;0;6;2640
1466;Balla Milán;1983;5;146;1;6;1839
1276;Somogyi Szilvia;1972;3;127;0;6;2024
1316;Váradi Kitti;1986;6;131;0;6;2691
1486;Szőke Dániel;1996;11;148;1;6;1895
1286;Pál Arnold;1971;4;128;1;6;2177
1406;Borbély Ildikó;1980;1;140;0;6;2343
1306;Barta Brigitta;1992;2;130;0;6;1922
1476;Vass Martin;1966;11;147;1;6;3005
1446;Horváth Júlia;1976;4;144;0;6;3095
1182;Szűcs Klára;1999;9;118;0;6;2528
1203;Pintér Zsófia;1991;6;120;0;6;2713
1416;Jónás János;1979;12;141;1;6;1871
1126;Budai Nikoletta;1990;1;112;0;6;1815
1116;Deák Ágnes;1997;3;111;0;6;3047
1346;Szücs János;1989;9;134;1;6;2779
1051;Orsós Brigitta;1993;7;105;0;6;3060
1076;Péter Brigitta;1973;6;107;0;6;2961
1366;Balog Beáta;1979;10;136;0;6;3017
1352;Kocsis Marcell;1993;4;135;1;6;2588
1 fid fnev szulev szulho csapat ffi kor ido
2 1131 Fazekas Györgyi 1969 8 113 0 1 2073
3 1321 Lukács Benjámin 1976 6 132 1 1 2013
4 1311 Fodor Gizella 1985 12 131 0 1 2217
5 1101 Vincze Tímea 1996 7 110 0 1 1911
6 1151 Faragó Balázs 1968 11 115 1 1 2942
7 1341 Pintér Olga 1986 4 134 0 1 2873
8 1111 Horváth Ferenc 1985 3 111 1 1 2631
9 1021 Szalai Szilvia 1971 7 102 0 1 2795
10 1401 Sándor Alex 1981 3 140 1 1 2690
11 1371 Magyar Benjámin 1986 3 137 1 1 2041
12 1121 Varga Károly 1986 6 112 1 1 3043
13 1421 Kocsis Benjamin 1972 12 142 1 1 2993
14 1051 Orsós Brigitta 1993 7 105 0 1 2527
15 1281 Pintér Lóránt 1990 9 128 1 1 2114
16 1461 Bodnár Petra 1984 11 146 0 1 2341
17 1191 Faragó Virág 1970 6 119 0 1 2318
18 1141 Király Richárd 1973 1 114 1 1 1703
19 1291 Dobos Luca 1966 9 129 0 1 3041
20 1201 Váradi Benedek 1982 1 120 1 1 2429
21 1351 Gáspár Klaudia 1982 9 135 0 1 2761
22 1491 Nemes Dominik 1989 9 149 1 1 2877
23 1481 Nemes Gyula 1990 4 148 1 1 1814
24 1301 Fodor Renátó 1969 5 130 1 1 2888
25 1061 Kerekes Zalán 1992 10 106 1 1 2412
26 1411 Székely Rozália 1969 11 141 0 1 2144
27 1361 Szalai Ágnes 1968 5 136 0 1 2768
28 1171 Végh Mónika 1992 4 117 0 1 1881
29 1271 Pásztor Barnabás 1993 4 127 1 1 2408
30 1261 Oláh Mátyás 1992 8 126 1 1 2622
31 1211 Veres Richárd 1975 11 121 1 1 2992
32 1031 Végh Marcell 1998 3 103 1 1 2140
33 1181 Borbély Klára 1991 2 118 0 1 2303
34 1471 Gulyás Richárd 1999 12 147 1 1 2429
35 1241 Péter Szabolcs 1989 5 124 1 1 1913
36 1431 Orsós Albert 1977 11 143 1 1 2559
37 1251 Simon Róza 1982 11 125 0 1 1985
38 1511 Faragó Lilla 1989 4 151 0 1 2951
39 1441 Orosz Andrea 1973 11 144 0 1 2209
40 1451 Gál Veronika 1974 10 145 0 1 1988
41 1221 Illés Csongor 1978 11 122 1 1 2931
42 1011 Balla Anikó 1988 1 101 0 1 2267
43 1161 Soós Csaba 1972 5 116 1 1 2563
44 1081 Gulyás Lili 1998 12 108 0 1 1728
45 1331 Sipos Géza 1998 6 133 1 1 2062
46 1501 Balogh Győző 1979 5 150 1 1 2577
47 1381 Dobos Virág 1973 8 138 0 1 2126
48 1071 Balogh Richárd 1974 5 107 1 1 2213
49 1091 Hegedűs Beáta 1968 7 109 0 1 2007
50 1231 Magyar Mihály 1976 6 123 1 1 2531
51 1001 Kelemen Dezső 1977 7 100 1 1 2720
52 1041 Bálint Eszter 1970 11 104 0 1 2312
53 1391 Biró Csilla 1997 3 139 0 1 2854
54 1422 Dobos Martin 1973 4 142 1 2 2201
55 1072 Horváth Dénes 1977 6 107 1 2 2129
56 1122 Vincze Róbert 1973 9 112 1 2 2993
57 1092 Péter Elek 1990 4 109 1 2 2721
58 1452 Szőke Dorina 1999 2 145 0 2 2315
59 1312 Sipos Szabolcs 1992 11 131 1 2 2128
60 1112 Bogdán Katalin 1983 10 111 0 2 1740
61 1352 Kocsis Marcell 1993 4 135 1 2 2896
62 1192 Szilágyi Anikó 1975 1 119 0 2 2884
63 1182 Szűcs Klára 1999 9 118 0 2 2545
64 1412 Kovács Vivien 1986 1 141 0 2 2556
65 1222 Szalai Renáta 1968 6 122 0 2 2890
66 1512 Somogyi Marcell 1996 7 151 1 2 1999
67 1282 Borbély Brigitta 1974 1 128 0 2 1880
68 1492 Gulyás Aranka 1967 5 149 0 2 2396
69 1162 László Bertalan 1970 2 116 1 2 2379
70 1032 Hegedűs Dorina 1992 4 103 0 2 2914
71 1372 Pásztor Györgyi 1975 5 137 0 2 2059
72 1102 Halász Dorina 1990 4 110 0 2 2614
73 1402 Balogh Brigitta 1984 10 140 0 2 2197
74 1442 Oláh Marcell 1985 10 144 1 2 2011
75 1302 Mészáros Gergely 1980 3 130 1 2 1984
76 1002 Váradi Mariann 1992 2 100 0 2 1708
77 1242 Kovács Ervin 1982 5 124 1 2 2262
78 1392 Gulyás Ervin 1979 1 139 1 2 2391
79 1132 Barta Lóránt 1970 8 113 1 2 2914
80 1172 Lukács Zita 1994 9 117 0 2 2351
81 1362 Oláh Ida 1997 9 136 0 2 2809
82 1472 Szilágyi János 1996 5 147 1 2 2408
83 1432 Molnár Szabolcs 1985 9 143 1 2 1898
84 1332 Kocsis Tibor 1974 1 133 1 2 2883
85 1022 Németh Klára 1997 1 102 0 2 2733
86 1322 Szőke Szabolcs 1966 8 132 1 2 2045
87 1292 Vass Mátyás 1983 6 129 1 2 3003
88 1502 Tamás Klaudia 1990 1 150 0 2 2262
89 1342 Faragó Jolán 1982 9 134 0 2 1888
90 1042 Fazekas Gizella 1991 2 104 0 2 2240
91 1252 Nemes Mária 1987 7 125 0 2 2876
92 1382 Balázs Pál 1980 8 138 1 2 2614
93 1212 Gáspár Péter 1985 2 121 1 2 2487
94 1082 Veres Kitti 1972 12 108 0 2 2277
95 1232 Halász József 1971 12 123 1 2 2149
96 1012 Molnár Rudolf 1980 5 101 1 2 2227
97 1062 Antal Gergő 1997 5 106 1 2 2905
98 1202 Tamás János 1984 8 120 1 2 3066
99 1142 Veres Olga 1987 3 114 0 2 2618
100 1152 Varga Márta 1972 3 115 0 2 1744
101 1262 Gál Viktória 1969 1 126 0 2 1934
102 1052 Major Róbert 1971 1 105 1 2 2458
103 1272 Veres Petra 1990 9 127 0 2 2680
104 1482 Puskás János 1986 11 148 1 2 2796
105 1462 Takács Réka 1984 10 146 0 2 1883
106 1383 Tamás Gergő 1976 8 138 1 3 2114
107 1063 Sipos Benjámin 1970 9 106 1 3 3084
108 1363 Barta Júlia 1989 8 136 0 3 3068
109 1173 Kocsis György 1998 6 117 1 3 2181
110 1293 Fodor Alex 1992 2 129 1 3 1750
111 1433 Somogyi Márk 1969 6 143 1 3 2871
112 1423 Nemes József 1972 8 142 1 3 2535
113 1353 Orbán Gergő 1995 9 135 1 3 1825
114 1473 Orosz Ildikó 1978 9 147 0 3 2202
115 1513 Faragó Dávid 1973 10 151 1 3 2312
116 1133 Lengyel Tivadar 1976 2 113 1 3 2718
117 1013 Magyar Szabolcs 1998 9 101 1 3 2031
118 1143 Fazekas Réka 1976 6 114 0 3 2533
119 1273 Nagy Mariann 1977 3 127 0 3 2200
120 1463 Novák Júlia 1992 10 146 0 3 1717
121 1113 Halász Marcell 1967 8 111 1 3 2416
122 1393 Sándor Lili 1973 9 139 0 3 2965
123 1253 Biró Zsigmond 1988 12 125 1 3 2850
124 1233 Szilágyi Emese 1967 6 123 0 3 2117
125 1313 Gál Terézia 1985 7 131 0 3 2774
126 1283 Deák Gizella 1991 8 128 0 3 2467
127 1303 Nemes Anikó 1972 11 130 0 3 1854
128 1483 Major Virág 1970 1 148 0 3 2113
129 1333 Varga Ervin 1994 12 133 1 3 1765
130 1453 Sándor Terézia 1974 3 145 0 3 2426
131 1443 Bodnár Beatrix 1989 10 144 0 3 2145
132 1103 Budai Klára 1995 11 110 0 3 1710
133 1183 Fehér Csongor 1978 7 118 1 3 2118
134 1053 Király Tibor 1974 12 105 1 3 2418
135 1243 Szalai Renátó 1977 5 124 1 3 2709
136 1403 Vincze Szilvia 1971 10 140 0 3 2182
137 1043 Kovács Bence 1984 1 104 1 3 1702
138 1023 Szilágyi Roland 1989 1 102 1 3 2035
139 1373 Szücs Richárd 1993 3 137 1 3 2977
140 1193 Pataki Kevin 1992 4 119 1 3 2304
141 1163 Antal Erika 1985 4 116 0 3 1985
142 1493 Vincze Beáta 1995 6 149 0 3 2187
143 1503 Katona Barbara 1993 10 150 0 3 2118
144 1413 Kozma Richárd 1989 1 141 1 3 2807
145 1093 Király Anita 1998 11 109 0 3 2784
146 1263 Vincze Barnabás 1977 12 126 1 3 2688
147 1323 Péter Tünde 1975 7 132 0 3 2061
148 1213 Papp Bernadett 1998 3 121 0 3 1985
149 1033 Szekeres Hajnalka 1976 11 103 0 3 2028
150 1223 Varga Ilona 1989 5 122 0 3 2052
151 1123 Horváth Alex 1984 1 112 1 3 2371
152 1343 Veres János 1992 5 134 1 3 2614
153 1153 Gáspár Barnabás 1982 1 115 1 3 2998
154 1203 Pintér Zsófia 1991 6 120 0 3 1797
155 1083 Balog Attila 1988 11 108 1 3 2991
156 1003 László Szilvia 1990 8 100 0 3 2168
157 1073 Takács Gergely 1977 1 107 1 3 2804
158 1374 Varga Henrik 1995 5 137 1 4 1845
159 1144 Fehér Karolina 1981 4 114 0 4 2763
160 1034 Novák Kitti 1996 1 103 0 4 2036
161 1274 Kelemen Dorina 1975 2 127 0 4 1942
162 1054 Tamás Máté 1973 8 105 1 4 2007
163 1214 Juhász Balázs 1972 4 121 1 4 2149
164 1444 Pintér Beáta 1981 7 144 0 4 2838
165 1364 Orsós Mihály 1983 2 136 1 4 2061
166 1304 Major Zoltán 1993 9 130 1 4 2997
167 1434 Kocsis Márta 1992 6 143 0 4 1993
168 1284 Pap Lajos 1970 1 128 1 4 2853
169 1084 Vincze Zsolt 1969 12 108 1 4 2735
170 1074 Sipos Fanni 1967 6 107 0 4 2794
171 1404 Rácz Júlia 1991 5 140 0 4 2885
172 1064 Simon Brigitta 1971 10 106 0 4 2783
173 1464 Kocsis Dániel 1966 3 146 1 4 2235
174 1504 Németh János 1966 12 150 1 4 1824
175 1324 Pap Enikő 1966 5 132 0 4 2951
176 1244 Sándor Zsombor 1992 3 124 1 4 2025
177 1484 Puskás Júlia 1978 11 148 0 4 2358
178 1334 Szekeres Csongor 1991 6 133 1 4 2188
179 1224 Papp András 1974 2 122 1 4 2622
180 1154 Vörös Ábel 1986 7 115 1 4 2599
181 1131 Fazekas Györgyi 1969 8 113 0 4 1949
182 1124 Váradi Andor 1976 5 112 1 4 2344
183 1194 Pásztor Lili 1969 7 119 0 4 2853
184 1454 Németh Henrik 1997 6 145 1 4 2253
185 1294 Pál Rita 1976 1 129 0 4 2637
186 1094 Vincze Jolán 1989 9 109 0 4 2971
187 1174 Vincze Nándor 1971 12 117 1 4 2141
188 1004 Bognár Sándor 1969 6 100 1 4 2671
189 1414 Oláh Júlia 1992 8 141 0 4 2968
190 1264 Budai Dorina 1996 2 126 0 4 1805
191 1424 Kiss Anikó 1981 7 142 0 4 3015
192 1104 Pataki Zoltán 1970 7 110 1 4 1936
193 1204 László Csilla 1980 5 120 0 4 2895
194 1044 Tóth Antal 1968 6 104 1 4 2304
195 1314 Török Kornél 1988 4 131 1 4 2938
196 1014 Bodnár Renáta 1985 5 101 0 4 2396
197 1514 Antal Klaudia 1980 3 151 0 4 2914
198 1344 Novák Henrik 1995 9 134 1 4 2296
199 1491 Nemes Dominik 1989 9 149 1 4 1882
200 1384 Kovács Györgyi 1978 8 138 0 4 1763
201 1164 Sipos Zita 1972 4 116 0 4 1737
202 1024 Szalai Fanni 1967 12 102 0 4 2496
203 1354 Török Renáta 1985 4 135 0 4 2362
204 1394 Csonka András 1978 4 139 1 4 1795
205 1234 Hegedüs Anikó 1997 2 123 0 4 2604
206 1184 Farkas Henrik 1996 11 118 1 4 2148
207 1254 Végh Renáta 1986 11 125 0 4 1852
208 1114 László Róza 1972 4 111 0 4 2253
209 1474 Mészáros Éva 1994 5 147 0 4 2096
210 1171 Végh Mónika 1992 4 117 0 5 2538
211 1295 Kelemen Béla 1984 11 129 1 5 1943
212 1395 Bodnár Ildikó 1981 11 139 0 5 1869
213 1235 Deák Csilla 1975 8 123 0 5 2315
214 1075 Deák Luca 1977 9 107 0 5 2848
215 1215 Varga Klára 1984 2 121 0 5 2451
216 1515 Pál Dezső 1973 5 151 1 5 2904
217 1505 Gál Renáta 1997 9 150 0 5 2450
218 1375 Nagy Renáta 1993 7 137 0 5 2851
219 1435 Deák Edit 1994 12 143 0 5 2000
220 1385 Pataki Emil 1987 9 138 1 5 2349
221 1415 Balázs Barna 1967 7 141 1 5 2795
222 1185 Fodor Dénes 1977 10 118 1 5 2535
223 1325 Budai Tibor 1996 8 132 1 5 2820
224 1365 Soós Réka 1973 11 136 0 5 2101
225 1195 Hajdu Julianna 1992 3 119 0 5 2064
226 1105 Major Erika 1979 11 110 0 5 1771
227 1065 Fazekas Csilla 1998 5 106 0 5 2211
228 1475 Vincze Pál 1984 6 147 1 5 1847
229 1265 Magyar Lilla 1971 1 126 0 5 2697
230 1165 Veres Gergő 1992 2 116 1 5 2898
231 1025 Király Zsombor 1997 1 102 1 5 1714
232 1005 Rácz Melinda 1976 1 100 0 5 2081
233 1045 Váradi József 1999 7 104 1 5 1883
234 1345 Pál Olga 1987 7 134 0 5 3056
235 1155 Király Zita 1981 3 115 0 5 2688
236 1225 Sipos Martin 1999 5 122 1 5 2920
237 1052 Major Róbert 1971 1 105 1 5 3005
238 1285 Fazekas Arnold 1995 3 128 1 5 2953
239 1255 Varga Klaudia 1984 12 125 0 5 2109
240 1305 Dudás Dezső 1974 1 130 1 5 1940
241 1275 Rácz Olga 1968 11 127 0 5 2592
242 1492 Gulyás Aranka 1967 5 149 0 5 2915
243 1335 Váradi Vilmos 1974 1 133 1 5 2640
244 1465 Barta Olga 1984 7 146 0 5 2696
245 1125 Fekete Mariann 1984 2 112 0 5 2114
246 1355 Major Evelin 1993 6 135 0 5 3060
247 1445 Takács Ervin 1982 3 144 1 5 1776
248 1015 Csonka Júlia 1981 9 101 0 5 2720
249 1035 Deák Ákos 1985 7 103 1 5 2025
250 1315 Végh Lóránt 1974 3 131 1 5 2704
251 1205 Szücs Ágnes 1979 4 120 0 5 2574
252 1425 Mészáros Balázs 1995 6 142 1 5 2028
253 1115 Fehér Milán 1984 2 111 1 5 2087
254 1085 Balogh György 1973 9 108 1 5 2240
255 1145 Bogdán Kitti 1966 1 114 0 5 1747
256 1405 Szabó Martin 1981 10 140 1 5 2410
257 1485 Székely Dorina 1986 8 148 0 5 2662
258 1132 Barta Lóránt 1970 8 113 1 5 3057
259 1455 Hegedüs Erika 1966 9 145 0 5 3069
260 1095 Vincze Klára 1971 7 109 0 5 2933
261 1245 Kelemen Alex 1987 4 124 1 5 2970
262 1326 Katona Viktória 1968 6 132 0 6 2469
263 1506 Pataki Roland 1996 2 150 1 6 2502
264 1026 Szabó Marcell 1981 11 102 1 6 2328
265 1376 Fodor Szilvia 1985 8 137 0 6 2705
266 1256 Péter Zsuzsanna 1981 4 125 0 6 2723
267 1094 Vincze Jolán 1989 9 109 0 6 1795
268 1493 Vincze Beáta 1995 6 149 0 6 2375
269 1086 Gáspár Balázs 1986 9 108 1 6 2623
270 1196 Lakatos Norbert 1981 4 119 1 6 1854
271 1016 Bakos Györgyi 1969 8 101 0 6 2113
272 1106 Boros György 1989 5 110 1 6 1898
273 1516 Szekeres Szilvia 1991 4 151 0 6 2233
274 1392 Gulyás Ervin 1979 1 139 1 6 2125
275 1216 Fodor Patrik 1987 5 121 1 6 1715
276 1146 Csonka Mariann 1995 2 114 0 6 1758
277 1336 Farkas Piroska 1968 12 133 0 6 2737
278 1243 Szalai Renátó 1977 5 124 1 6 2699
279 1423 Nemes József 1972 8 142 1 6 3037
280 1133 Lengyel Tivadar 1976 2 113 1 6 1784
281 1386 Antal Balázs 1993 9 138 1 6 2633
282 1151 Faragó Balázs 1968 11 115 1 6 2980
283 1174 Vincze Nándor 1971 12 117 1 6 1761
284 1222 Szalai Renáta 1968 6 122 0 6 2118
285 1236 Varga Júlia 1971 3 123 0 6 1865
286 1456 Jakab Zsigmond 1978 1 145 1 6 2565
287 1046 Csonka János 1976 10 104 1 6 2392
288 1436 Vörös Csongor 1971 8 143 1 6 3008
289 1003 László Szilvia 1990 8 100 0 6 2325
290 1166 Molnár Olivér 1969 6 116 1 6 2442
291 1066 Szilágyi András 1988 11 106 1 6 2756
292 1266 Simon Renáta 1987 4 126 0 6 2765
293 1036 Deák Szabolcs 1993 11 103 1 6 3022
294 1296 Barna Irma 1987 2 129 0 6 2640
295 1466 Balla Milán 1983 5 146 1 6 1839
296 1276 Somogyi Szilvia 1972 3 127 0 6 2024
297 1316 Váradi Kitti 1986 6 131 0 6 2691
298 1486 Szőke Dániel 1996 11 148 1 6 1895
299 1286 Pál Arnold 1971 4 128 1 6 2177
300 1406 Borbély Ildikó 1980 1 140 0 6 2343
301 1306 Barta Brigitta 1992 2 130 0 6 1922
302 1476 Vass Martin 1966 11 147 1 6 3005
303 1446 Horváth Júlia 1976 4 144 0 6 3095
304 1182 Szűcs Klára 1999 9 118 0 6 2528
305 1203 Pintér Zsófia 1991 6 120 0 6 2713
306 1416 Jónás János 1979 12 141 1 6 1871
307 1126 Budai Nikoletta 1990 1 112 0 6 1815
308 1116 Deák Ágnes 1997 3 111 0 6 3047
309 1346 Szücs János 1989 9 134 1 6 2779
310 1051 Orsós Brigitta 1993 7 105 0 6 3060
311 1076 Péter Brigitta 1973 6 107 0 6 2961
312 1366 Balog Beáta 1979 10 136 0 6 3017
313 1352 Kocsis Marcell 1993 4 135 1 6 2588

View File

@ -0,0 +1,4 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.7.2", FrameworkDisplayName = ".NET Framework 4.7.2")]

View File

@ -0,0 +1 @@
5b4f258a01958a0039bdadc53f88829f966260ad782bf73ac3df61baf88c2226

View File

@ -0,0 +1,10 @@
C:\Users\szabomarton\Desktop\C#\Dolgozat\MaratonValtoGUI\MaratonValtoGUI\bin\Debug\MaratonValtoGUI.exe.config
C:\Users\szabomarton\Desktop\C#\Dolgozat\MaratonValtoGUI\MaratonValtoGUI\bin\Debug\MaratonValtoGUI.exe
C:\Users\szabomarton\Desktop\C#\Dolgozat\MaratonValtoGUI\MaratonValtoGUI\bin\Debug\MaratonValtoGUI.pdb
C:\Users\szabomarton\Desktop\C#\Dolgozat\MaratonValtoGUI\MaratonValtoGUI\obj\Debug\MaratonValtoGUI.csproj.AssemblyReference.cache
C:\Users\szabomarton\Desktop\C#\Dolgozat\MaratonValtoGUI\MaratonValtoGUI\obj\Debug\MaratonValtoGUI.Form1.resources
C:\Users\szabomarton\Desktop\C#\Dolgozat\MaratonValtoGUI\MaratonValtoGUI\obj\Debug\MaratonValtoGUI.Properties.Resources.resources
C:\Users\szabomarton\Desktop\C#\Dolgozat\MaratonValtoGUI\MaratonValtoGUI\obj\Debug\MaratonValtoGUI.csproj.GenerateResource.cache
C:\Users\szabomarton\Desktop\C#\Dolgozat\MaratonValtoGUI\MaratonValtoGUI\obj\Debug\MaratonValtoGUI.csproj.CoreCompileInputs.cache
C:\Users\szabomarton\Desktop\C#\Dolgozat\MaratonValtoGUI\MaratonValtoGUI\obj\Debug\MaratonValtoGUI.exe
C:\Users\szabomarton\Desktop\C#\Dolgozat\MaratonValtoGUI\MaratonValtoGUI\obj\Debug\MaratonValtoGUI.pdb