Subversion Repository Public Repository

Nextrek

Diff Revisions 47 vs 48 for /WindowsPhone/NotizieTL/NotizieTL/obj/Debug/MainPage.g.cs

Diff revisions: vs.
  @@ -1,4 +1,4 @@
1 - #pragma checksum "F:\Users\Lorenzo\Desktop\svn\Nextrek\WindowsPhone\NotizieTL\NotizieTL\MainPage.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "0D3074703505D6B900B53EAE19FF65A7"
1 + #pragma checksum "F:\Users\Lorenzo\Desktop\svn\Nextrek\WindowsPhone\NotizieTL\NotizieTL\MainPage.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "EF931F7A08AEF8B70EEC3AF8F4651293"
2 2 //------------------------------------------------------------------------------
3 3 // <auto-generated>
4 4 // This code was generated by a tool.
  @@ -47,15 +47,69 @@
47 47
48 48 internal System.Windows.Controls.ListBox feedListBoxNews3;
49 49
50 + internal System.Windows.Controls.TextBlock noFavoritesText;
51 +
52 + internal System.Windows.Controls.Canvas notiziaCanvas;
53 +
54 + internal System.Windows.Controls.StackPanel pannelloNotizie;
55 +
56 + internal System.Windows.Controls.TextBlock titleCanvas;
57 +
58 + internal System.Windows.Controls.TextBlock dateCanvas;
59 +
60 + internal System.Windows.Controls.TextBox boxNote;
61 +
62 + internal System.Windows.Controls.Grid grigliaTesto;
63 +
64 + internal System.Windows.Controls.ScrollViewer webScroller;
65 +
66 + internal Microsoft.Phone.Controls.WebBrowser webBrowser1;
67 +
68 + internal System.Windows.Controls.ScrollViewer scroller;
69 +
70 + internal System.Windows.Controls.TextBlock textCanvas;
71 +
72 + internal System.Windows.Controls.StackPanel editNotePanel;
73 +
74 + internal System.Windows.Controls.Button deleteNoteButton;
75 +
76 + internal System.Windows.Controls.Button saveNoteButton;
77 +
50 78 internal System.Windows.Controls.StackPanel loadingPanel;
51 79
80 + internal System.Windows.Controls.Canvas sfondoLoading;
81 +
52 82 internal Microsoft.Phone.Controls.PerformanceProgressBar caricamentoProgress;
53 83
54 - internal Microsoft.Phone.Shell.ApplicationBarIconButton appBarDelete;
84 + internal System.Windows.Controls.TextBlock nomeAppTesto;
85 +
86 + internal System.Windows.Controls.Button refreshButton;
87 +
88 + internal System.Windows.Controls.StackPanel loadingPanel2;
89 +
90 + internal System.Windows.Controls.Border artAddFavCanvas;
91 +
92 + internal System.Windows.Controls.Border artDelFavCanvas;
93 +
94 + internal System.Windows.Controls.Border savedNoteCanvas;
95 +
96 + internal System.Windows.Controls.Border deletedNoteCanvas;
97 +
98 + internal System.Windows.Controls.Canvas splashScreenCanvas;
99 +
100 + internal Microsoft.Phone.Shell.ApplicationBarIconButton appBarPrev;
101 +
102 + internal Microsoft.Phone.Shell.ApplicationBarIconButton appBarAddNote;
103 +
104 + internal Microsoft.Phone.Shell.ApplicationBarIconButton appBarAddFavorites;
105 +
106 + internal Microsoft.Phone.Shell.ApplicationBarIconButton appBarNext;
107 +
108 + internal Microsoft.Phone.Shell.ApplicationBarMenuItem appBarDelete;
55 109
56 - internal Microsoft.Phone.Shell.ApplicationBarIconButton appBarRefresh;
110 + internal Microsoft.Phone.Shell.ApplicationBarMenuItem appBarCondividi;
57 111
58 - internal Microsoft.Phone.Shell.ApplicationBarIconButton appBarinfo;
112 + internal Microsoft.Phone.Shell.ApplicationBarMenuItem appBarInfo;
59 113
60 114 private bool _contentLoaded;
61 115
  @@ -74,11 +128,38 @@
74 128 this.feedListBoxNews1 = ((System.Windows.Controls.ListBox)(this.FindName("feedListBoxNews1")));
75 129 this.feedListPreferiti = ((System.Windows.Controls.ListBox)(this.FindName("feedListPreferiti")));
76 130 this.feedListBoxNews3 = ((System.Windows.Controls.ListBox)(this.FindName("feedListBoxNews3")));
131 + this.noFavoritesText = ((System.Windows.Controls.TextBlock)(this.FindName("noFavoritesText")));
132 + this.notiziaCanvas = ((System.Windows.Controls.Canvas)(this.FindName("notiziaCanvas")));
133 + this.pannelloNotizie = ((System.Windows.Controls.StackPanel)(this.FindName("pannelloNotizie")));
134 + this.titleCanvas = ((System.Windows.Controls.TextBlock)(this.FindName("titleCanvas")));
135 + this.dateCanvas = ((System.Windows.Controls.TextBlock)(this.FindName("dateCanvas")));
136 + this.boxNote = ((System.Windows.Controls.TextBox)(this.FindName("boxNote")));
137 + this.grigliaTesto = ((System.Windows.Controls.Grid)(this.FindName("grigliaTesto")));
138 + this.webScroller = ((System.Windows.Controls.ScrollViewer)(this.FindName("webScroller")));
139 + this.webBrowser1 = ((Microsoft.Phone.Controls.WebBrowser)(this.FindName("webBrowser1")));
140 + this.scroller = ((System.Windows.Controls.ScrollViewer)(this.FindName("scroller")));
141 + this.textCanvas = ((System.Windows.Controls.TextBlock)(this.FindName("textCanvas")));
142 + this.editNotePanel = ((System.Windows.Controls.StackPanel)(this.FindName("editNotePanel")));
143 + this.deleteNoteButton = ((System.Windows.Controls.Button)(this.FindName("deleteNoteButton")));
144 + this.saveNoteButton = ((System.Windows.Controls.Button)(this.FindName("saveNoteButton")));
77 145 this.loadingPanel = ((System.Windows.Controls.StackPanel)(this.FindName("loadingPanel")));
146 + this.sfondoLoading = ((System.Windows.Controls.Canvas)(this.FindName("sfondoLoading")));
78 147 this.caricamentoProgress = ((Microsoft.Phone.Controls.PerformanceProgressBar)(this.FindName("caricamentoProgress")));
79 - this.appBarDelete = ((Microsoft.Phone.Shell.ApplicationBarIconButton)(this.FindName("appBarDelete")));
80 - this.appBarRefresh = ((Microsoft.Phone.Shell.ApplicationBarIconButton)(this.FindName("appBarRefresh")));
81 - this.appBarinfo = ((Microsoft.Phone.Shell.ApplicationBarIconButton)(this.FindName("appBarinfo")));
148 + this.nomeAppTesto = ((System.Windows.Controls.TextBlock)(this.FindName("nomeAppTesto")));
149 + this.refreshButton = ((System.Windows.Controls.Button)(this.FindName("refreshButton")));
150 + this.loadingPanel2 = ((System.Windows.Controls.StackPanel)(this.FindName("loadingPanel2")));
151 + this.artAddFavCanvas = ((System.Windows.Controls.Border)(this.FindName("artAddFavCanvas")));
152 + this.artDelFavCanvas = ((System.Windows.Controls.Border)(this.FindName("artDelFavCanvas")));
153 + this.savedNoteCanvas = ((System.Windows.Controls.Border)(this.FindName("savedNoteCanvas")));
154 + this.deletedNoteCanvas = ((System.Windows.Controls.Border)(this.FindName("deletedNoteCanvas")));
155 + this.splashScreenCanvas = ((System.Windows.Controls.Canvas)(this.FindName("splashScreenCanvas")));
156 + this.appBarPrev = ((Microsoft.Phone.Shell.ApplicationBarIconButton)(this.FindName("appBarPrev")));
157 + this.appBarAddNote = ((Microsoft.Phone.Shell.ApplicationBarIconButton)(this.FindName("appBarAddNote")));
158 + this.appBarAddFavorites = ((Microsoft.Phone.Shell.ApplicationBarIconButton)(this.FindName("appBarAddFavorites")));
159 + this.appBarNext = ((Microsoft.Phone.Shell.ApplicationBarIconButton)(this.FindName("appBarNext")));
160 + this.appBarDelete = ((Microsoft.Phone.Shell.ApplicationBarMenuItem)(this.FindName("appBarDelete")));
161 + this.appBarCondividi = ((Microsoft.Phone.Shell.ApplicationBarMenuItem)(this.FindName("appBarCondividi")));
162 + this.appBarInfo = ((Microsoft.Phone.Shell.ApplicationBarMenuItem)(this.FindName("appBarInfo")));
82 163 }
83 164 }
84 165 }