HF is almost done

This commit is contained in:
Digi
2025-02-21 06:58:11 +01:00
parent 5c776bdac7
commit 806cec4e0a
14 changed files with 475 additions and 19 deletions

View File

@@ -1,4 +1,4 @@
#pragma checksum "..\..\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "D7B927837D5F33807216B6926AD2149EA5FACB60ACA879EC40190F95BCA7BBFA"
#pragma checksum "..\..\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "E69C0D3D90D50994BB2ECC74394B05316B5DDAB84366D92A274A48910B19F9CC"
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
@@ -40,6 +40,78 @@ namespace ValasztasGUI {
/// </summary>
public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
#line 25 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.MenuItem open;
#line default
#line hidden
#line 36 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.MenuItem informatoin;
#line default
#line hidden
#line 43 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ListBox jeloltekListBox;
#line default
#line hidden
#line 64 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox nevTextBox;
#line default
#line hidden
#line 67 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox valasztokeruletSzamaTextBox;
#line default
#line hidden
#line 70 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox partTextBox;
#line default
#line hidden
#line 73 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox szavazatokSzamaTextBox;
#line default
#line hidden
#line 77 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button keruletButton;
#line default
#line hidden
#line 81 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ListBox keruletListBox;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
@@ -68,6 +140,68 @@ namespace ValasztasGUI {
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
switch (connectionId)
{
case 1:
this.open = ((System.Windows.Controls.MenuItem)(target));
#line 25 "..\..\MainWindow.xaml"
this.open.Click += new System.Windows.RoutedEventHandler(this.open_Click);
#line default
#line hidden
return;
case 2:
#line 28 "..\..\MainWindow.xaml"
((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.MenuItem_Click);
#line default
#line hidden
return;
case 3:
this.informatoin = ((System.Windows.Controls.MenuItem)(target));
#line 36 "..\..\MainWindow.xaml"
this.informatoin.Click += new System.Windows.RoutedEventHandler(this.informatoin_Click);
#line default
#line hidden
return;
case 4:
this.jeloltekListBox = ((System.Windows.Controls.ListBox)(target));
#line 43 "..\..\MainWindow.xaml"
this.jeloltekListBox.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.jeloltekListBox_SelectionChanged);
#line default
#line hidden
return;
case 5:
this.nevTextBox = ((System.Windows.Controls.TextBox)(target));
return;
case 6:
this.valasztokeruletSzamaTextBox = ((System.Windows.Controls.TextBox)(target));
return;
case 7:
this.partTextBox = ((System.Windows.Controls.TextBox)(target));
return;
case 8:
this.szavazatokSzamaTextBox = ((System.Windows.Controls.TextBox)(target));
return;
case 9:
this.keruletButton = ((System.Windows.Controls.Button)(target));
#line 77 "..\..\MainWindow.xaml"
this.keruletButton.Click += new System.Windows.RoutedEventHandler(this.keruletButton_Click);
#line default
#line hidden
return;
case 10:
this.keruletListBox = ((System.Windows.Controls.ListBox)(target));
return;
}
this._contentLoaded = true;
}
}