ProgaOra/20250219/asztali_minta_valasztas/ValasztasGUI/obj/Debug/View/Statisztika.g.cs

159 lines
6.2 KiB
C#
Raw Normal View History

2025-02-22 08:59:35 +00:00
#pragma checksum "..\..\..\View\Statisztika.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "DD2D641370B258319D05EE66EC41AA2DEE62ABB000782FF75273CC61B57F0B95"
//------------------------------------------------------------------------------
// <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>
//------------------------------------------------------------------------------
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
using ValasztasGUI.View;
namespace ValasztasGUI.View {
/// <summary>
/// Statisztika
/// </summary>
public partial class Statisztika : System.Windows.Window, System.Windows.Markup.IComponentConnector {
#line 29 "..\..\..\View\Statisztika.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox szavazasraJogosultakSzamaTextBox;
#line default
#line hidden
#line 33 "..\..\..\View\Statisztika.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button szavazasraJogosultakSzamaButton;
#line default
#line hidden
#line 40 "..\..\..\View\Statisztika.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox kepviselokSzamaTextBox;
#line default
#line hidden
#line 47 "..\..\..\View\Statisztika.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox szavazottakTextBox;
#line default
#line hidden
#line 51 "..\..\..\View\Statisztika.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox szazalekTextBox;
#line default
#line hidden
#line 59 "..\..\..\View\Statisztika.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ListBox szavazatiaranyokListBox;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/ValasztasGUI;component/view/statisztika.xaml", System.UriKind.Relative);
#line 1 "..\..\..\View\Statisztika.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[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.szavazasraJogosultakSzamaTextBox = ((System.Windows.Controls.TextBox)(target));
return;
case 2:
this.szavazasraJogosultakSzamaButton = ((System.Windows.Controls.Button)(target));
#line 33 "..\..\..\View\Statisztika.xaml"
this.szavazasraJogosultakSzamaButton.Click += new System.Windows.RoutedEventHandler(this.szavazasraJogosultakSzamaButton_Click);
#line default
#line hidden
return;
case 3:
this.kepviselokSzamaTextBox = ((System.Windows.Controls.TextBox)(target));
return;
case 4:
this.szavazottakTextBox = ((System.Windows.Controls.TextBox)(target));
return;
case 5:
this.szazalekTextBox = ((System.Windows.Controls.TextBox)(target));
return;
case 6:
this.szavazatiaranyokListBox = ((System.Windows.Controls.ListBox)(target));
return;
case 7:
#line 63 "..\..\..\View\Statisztika.xaml"
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click);
#line default
#line hidden
return;
}
this._contentLoaded = true;
}
}
}