91 lines
3.9 KiB
C#
91 lines
3.9 KiB
C#
#pragma checksum "f:\visual studio 2010\Projects\SWP\ZeitVernichter\ZeitVernichter\Statistics.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "D15674AA316BA885CD0A386FCC53E46B"
|
|
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// Dieser Code wurde von einem Tool generiert.
|
|
// Laufzeitversion:4.0.30319.239
|
|
//
|
|
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
|
// der Code erneut generiert wird.
|
|
// </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 ZeitVernichter {
|
|
|
|
|
|
public partial class Statistics : Microsoft.Phone.Controls.PhoneApplicationPage {
|
|
|
|
internal System.Windows.Controls.Grid LayoutRoot;
|
|
|
|
internal System.Windows.Controls.StackPanel TitlePanel;
|
|
|
|
internal System.Windows.Controls.TextBlock ApplicationTitle;
|
|
|
|
internal System.Windows.Controls.TextBlock PageTitle;
|
|
|
|
internal System.Windows.Controls.Grid ContentPanel;
|
|
|
|
internal System.Windows.Controls.Button bstatdate;
|
|
|
|
internal System.Windows.Controls.Button bstattime;
|
|
|
|
internal System.Windows.Controls.Button bstatmoney;
|
|
|
|
internal System.Windows.Controls.ListBox bstatsall;
|
|
|
|
internal System.Windows.Controls.Button tstatreset;
|
|
|
|
internal System.Windows.Controls.TextBlock tstattotalmoney;
|
|
|
|
internal System.Windows.Controls.TextBlock tstattotaltime;
|
|
|
|
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("/ZeitVernichter;component/Statistics.xaml", System.UriKind.Relative));
|
|
this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
|
|
this.TitlePanel = ((System.Windows.Controls.StackPanel)(this.FindName("TitlePanel")));
|
|
this.ApplicationTitle = ((System.Windows.Controls.TextBlock)(this.FindName("ApplicationTitle")));
|
|
this.PageTitle = ((System.Windows.Controls.TextBlock)(this.FindName("PageTitle")));
|
|
this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
|
|
this.bstatdate = ((System.Windows.Controls.Button)(this.FindName("bstatdate")));
|
|
this.bstattime = ((System.Windows.Controls.Button)(this.FindName("bstattime")));
|
|
this.bstatmoney = ((System.Windows.Controls.Button)(this.FindName("bstatmoney")));
|
|
this.bstatsall = ((System.Windows.Controls.ListBox)(this.FindName("bstatsall")));
|
|
this.tstatreset = ((System.Windows.Controls.Button)(this.FindName("tstatreset")));
|
|
this.tstattotalmoney = ((System.Windows.Controls.TextBlock)(this.FindName("tstattotalmoney")));
|
|
this.tstattotaltime = ((System.Windows.Controls.TextBlock)(this.FindName("tstattotaltime")));
|
|
}
|
|
}
|
|
}
|
|
|