

Nextrek
@ HEAD
Nextrek / WindowsPhone / OpenLavoro / OpenLavoro / obj / Release / MainPage.g.i.cs
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 |
#pragma checksum "C:\Users\Nextrek-ACER User\Documents\SVN nextrek\OpenLavoro\OpenLavoro\MainPage.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "39884C05B9BBEB4CB5AA2E2A8AC7452F" //------------------------------------------------------------------------------ // <auto-generated> // Il codice è stato generato da uno strumento. // Versione runtime:4.0.30319.34014 // // Le modifiche apportate a questo file possono provocare un comportamento non corretto e andranno perse se // il codice viene rigenerato. // </auto-generated> //------------------------------------------------------------------------------ using Microsoft.Phone.Controls; using System; using System.Windows; using System.Windows.Automation; using System.Windows.Automation.Peers; using System.Windows.Automation.Provider; 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.Interop; using System.Windows.Markup; using System.Windows.Media; using System.Windows.Media.Animation; using System.Windows.Media.Imaging; using System.Windows.Resources; using System.Windows.Shapes; using System.Windows.Threading; namespace OpenLavoro { public partial class MainPage : Microsoft.Phone.Controls.PhoneApplicationPage { internal System.Windows.Controls.Grid LayoutRoot; internal System.Windows.Controls.ListBox categoryListBox1; internal System.Windows.Controls.StackPanel searchPanel; internal System.Windows.Controls.TextBox textSearched; internal System.Windows.Controls.Button findButton; internal System.Windows.Controls.RadioButton dataRadio; internal System.Windows.Controls.RadioButton titoloRadio; internal System.Windows.Controls.RadioButton popolaritaRadio; internal System.Windows.Controls.RadioButton catRadio; internal System.Windows.Controls.RadioButton esatRadio; internal System.Windows.Controls.RadioButton qualsiasiRadio; internal System.Windows.Controls.RadioButton tuttiRadio; internal System.Windows.Controls.TextBlock resultcount; internal System.Windows.Controls.ListBox resultListBox; internal Microsoft.Phone.Controls.WebBrowser webBrowser1; internal Microsoft.Phone.Controls.WebBrowser webBrowser2; internal System.Windows.Controls.StackPanel loadingPanel1; internal Microsoft.Phone.Controls.PerformanceProgressBar loadingBar1; internal System.Windows.Controls.StackPanel loadingPanel2; internal Microsoft.Phone.Controls.PerformanceProgressBar loadingBar2; internal System.Windows.Controls.StackPanel loadingPanel; internal Microsoft.Phone.Controls.PerformanceProgressBar loadingBar; internal System.Windows.Controls.StackPanel headerPanel; internal System.Windows.Controls.Button searchButton; private bool _contentLoaded; /// <summary> /// InitializeComponent /// </summary> [System.Diagnostics.DebuggerNonUserCodeAttribute()] public void InitializeComponent() { if (_contentLoaded) { return; } _contentLoaded = true; System.Windows.Application.LoadComponent(this, new System.Uri("/OpenLavoro;component/MainPage.xaml", System.UriKind.Relative)); this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot"))); this.categoryListBox1 = ((System.Windows.Controls.ListBox)(this.FindName("categoryListBox1"))); this.searchPanel = ((System.Windows.Controls.StackPanel)(this.FindName("searchPanel"))); this.textSearched = ((System.Windows.Controls.TextBox)(this.FindName("textSearched"))); this.findButton = ((System.Windows.Controls.Button)(this.FindName("findButton"))); this.dataRadio = ((System.Windows.Controls.RadioButton)(this.FindName("dataRadio"))); this.titoloRadio = ((System.Windows.Controls.RadioButton)(this.FindName("titoloRadio"))); this.popolaritaRadio = ((System.Windows.Controls.RadioButton)(this.FindName("popolaritaRadio"))); this.catRadio = ((System.Windows.Controls.RadioButton)(this.FindName("catRadio"))); this.esatRadio = ((System.Windows.Controls.RadioButton)(this.FindName("esatRadio"))); this.qualsiasiRadio = ((System.Windows.Controls.RadioButton)(this.FindName("qualsiasiRadio"))); this.tuttiRadio = ((System.Windows.Controls.RadioButton)(this.FindName("tuttiRadio"))); this.resultcount = ((System.Windows.Controls.TextBlock)(this.FindName("resultcount"))); this.resultListBox = ((System.Windows.Controls.ListBox)(this.FindName("resultListBox"))); this.webBrowser1 = ((Microsoft.Phone.Controls.WebBrowser)(this.FindName("webBrowser1"))); this.webBrowser2 = ((Microsoft.Phone.Controls.WebBrowser)(this.FindName("webBrowser2"))); this.loadingPanel1 = ((System.Windows.Controls.StackPanel)(this.FindName("loadingPanel1"))); this.loadingBar1 = ((Microsoft.Phone.Controls.PerformanceProgressBar)(this.FindName("loadingBar1"))); this.loadingPanel2 = ((System.Windows.Controls.StackPanel)(this.FindName("loadingPanel2"))); this.loadingBar2 = ((Microsoft.Phone.Controls.PerformanceProgressBar)(this.FindName("loadingBar2"))); this.loadingPanel = ((System.Windows.Controls.StackPanel)(this.FindName("loadingPanel"))); this.loadingBar = ((Microsoft.Phone.Controls.PerformanceProgressBar)(this.FindName("loadingBar"))); this.headerPanel = ((System.Windows.Controls.StackPanel)(this.FindName("headerPanel"))); this.searchButton = ((System.Windows.Controls.Button)(this.FindName("searchButton"))); } } } |