Subversion Repository Public Repository

Nextrek

Diff Revisions 37 vs 38 for /WindowsPhone/NotizieTL/NotizieTL/obj/Release/MainPage.g.i.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}" "89B313A46676734B1529FFFB020D1C99"
1 + #pragma checksum "F:\Users\Lorenzo\Desktop\svn\Nextrek\WindowsPhone\NotizieTL\NotizieTL\MainPage.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "797DC299E218B26F01FC73C975341F6C"
2 2 //------------------------------------------------------------------------------
3 3 // <auto-generated>
4 4 // This code was generated by a tool.
  @@ -47,6 +47,8 @@
47 47
48 48 internal System.Windows.Controls.ListBox feedListBoxNews3;
49 49
50 + internal System.Windows.Controls.TextBlock noFavoritesText;
51 +
50 52 internal System.Windows.Controls.StackPanel loadingPanel;
51 53
52 54 internal Microsoft.Phone.Controls.PerformanceProgressBar caricamentoProgress;
  @@ -57,12 +59,22 @@
57 59
58 60 internal System.Windows.Controls.TextBlock dateCanvas;
59 61
62 + internal System.Windows.Controls.StackPanel editNotePanel;
63 +
64 + internal System.Windows.Controls.Button deleteNoteButton;
65 +
66 + internal System.Windows.Controls.Button saveNoteButton;
67 +
68 + internal System.Windows.Controls.TextBox boxNote;
69 +
60 70 internal System.Windows.Controls.Grid grigliaTesto;
61 71
62 72 internal System.Windows.Controls.ScrollViewer scroller;
63 73
64 74 internal System.Windows.Controls.TextBlock textCanvas;
65 75
76 + internal System.Windows.Controls.Button refreshButton;
77 +
66 78 internal Microsoft.Phone.Shell.ApplicationBarIconButton appBarPrev;
67 79
68 80 internal Microsoft.Phone.Shell.ApplicationBarIconButton appBarDelete;
  @@ -75,6 +87,8 @@
75 87
76 88 internal Microsoft.Phone.Shell.ApplicationBarMenuItem appBarZoomOut;
77 89
90 + internal Microsoft.Phone.Shell.ApplicationBarMenuItem appBarAddNote;
91 +
78 92 internal Microsoft.Phone.Shell.ApplicationBarMenuItem appBarCondividi;
79 93
80 94 internal Microsoft.Phone.Shell.ApplicationBarMenuItem appBarInfo;
  @@ -96,20 +110,27 @@
96 110 this.feedListBoxNews1 = ((System.Windows.Controls.ListBox)(this.FindName("feedListBoxNews1")));
97 111 this.feedListPreferiti = ((System.Windows.Controls.ListBox)(this.FindName("feedListPreferiti")));
98 112 this.feedListBoxNews3 = ((System.Windows.Controls.ListBox)(this.FindName("feedListBoxNews3")));
113 + this.noFavoritesText = ((System.Windows.Controls.TextBlock)(this.FindName("noFavoritesText")));
99 114 this.loadingPanel = ((System.Windows.Controls.StackPanel)(this.FindName("loadingPanel")));
100 115 this.caricamentoProgress = ((Microsoft.Phone.Controls.PerformanceProgressBar)(this.FindName("caricamentoProgress")));
101 116 this.notiziaCanvas = ((System.Windows.Controls.Canvas)(this.FindName("notiziaCanvas")));
102 117 this.titleCanvas = ((System.Windows.Controls.TextBlock)(this.FindName("titleCanvas")));
103 118 this.dateCanvas = ((System.Windows.Controls.TextBlock)(this.FindName("dateCanvas")));
119 + this.editNotePanel = ((System.Windows.Controls.StackPanel)(this.FindName("editNotePanel")));
120 + this.deleteNoteButton = ((System.Windows.Controls.Button)(this.FindName("deleteNoteButton")));
121 + this.saveNoteButton = ((System.Windows.Controls.Button)(this.FindName("saveNoteButton")));
122 + this.boxNote = ((System.Windows.Controls.TextBox)(this.FindName("boxNote")));
104 123 this.grigliaTesto = ((System.Windows.Controls.Grid)(this.FindName("grigliaTesto")));
105 124 this.scroller = ((System.Windows.Controls.ScrollViewer)(this.FindName("scroller")));
106 125 this.textCanvas = ((System.Windows.Controls.TextBlock)(this.FindName("textCanvas")));
126 + this.refreshButton = ((System.Windows.Controls.Button)(this.FindName("refreshButton")));
107 127 this.appBarPrev = ((Microsoft.Phone.Shell.ApplicationBarIconButton)(this.FindName("appBarPrev")));
108 128 this.appBarDelete = ((Microsoft.Phone.Shell.ApplicationBarIconButton)(this.FindName("appBarDelete")));
109 129 this.appBarAddFavorites = ((Microsoft.Phone.Shell.ApplicationBarIconButton)(this.FindName("appBarAddFavorites")));
110 130 this.appBarNext = ((Microsoft.Phone.Shell.ApplicationBarIconButton)(this.FindName("appBarNext")));
111 131 this.appBarZoomIn = ((Microsoft.Phone.Shell.ApplicationBarMenuItem)(this.FindName("appBarZoomIn")));
112 132 this.appBarZoomOut = ((Microsoft.Phone.Shell.ApplicationBarMenuItem)(this.FindName("appBarZoomOut")));
133 + this.appBarAddNote = ((Microsoft.Phone.Shell.ApplicationBarMenuItem)(this.FindName("appBarAddNote")));
113 134 this.appBarCondividi = ((Microsoft.Phone.Shell.ApplicationBarMenuItem)(this.FindName("appBarCondividi")));
114 135 this.appBarInfo = ((Microsoft.Phone.Shell.ApplicationBarMenuItem)(this.FindName("appBarInfo")));
115 136 }