12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- #pragma checksum "C:\IDTemplate\IDTemplate\MainPage.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "90B87064F71D1A1F856C7050DD59727C"
- //------------------------------------------------------------------------------
- // <auto-generated>
- // This code was generated by a tool.
- // Runtime Version:4.0.30319.296
- //
- // Changes to this file may cause incorrect behavior and will be lost if
- // the code is regenerated.
- // </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 IDTemplate {
-
-
- public partial class MainPage : Microsoft.Phone.Controls.PhoneApplicationPage {
-
- internal System.Windows.Controls.Grid LayoutRoot;
-
- internal System.Windows.Controls.StackPanel TitlePanel;
-
- internal System.Windows.Controls.Grid ContentPanel;
-
- internal System.Windows.Controls.Border BusinessBorder;
-
- internal System.Windows.Controls.TextBlock textBlock3;
-
- internal System.Windows.Controls.Border StudentBorder;
-
- internal System.Windows.Controls.TextBlock textBlock4;
-
- internal System.Windows.Controls.Border EmployeeBorder;
-
- internal System.Windows.Controls.TextBlock textBlock5;
-
- internal System.Windows.Controls.Border VistingBorder;
-
- internal System.Windows.Controls.TextBlock textBlock6;
-
- internal System.Windows.Controls.TextBlock textBlock1;
-
- internal System.Windows.Controls.TextBlock textBlock2;
-
- 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("/IDTemplate;component/MainPage.xaml", System.UriKind.Relative));
- this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
- this.TitlePanel = ((System.Windows.Controls.StackPanel)(this.FindName("TitlePanel")));
- this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
- this.BusinessBorder = ((System.Windows.Controls.Border)(this.FindName("BusinessBorder")));
- this.textBlock3 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock3")));
- this.StudentBorder = ((System.Windows.Controls.Border)(this.FindName("StudentBorder")));
- this.textBlock4 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock4")));
- this.EmployeeBorder = ((System.Windows.Controls.Border)(this.FindName("EmployeeBorder")));
- this.textBlock5 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock5")));
- this.VistingBorder = ((System.Windows.Controls.Border)(this.FindName("VistingBorder")));
- this.textBlock6 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock6")));
- this.textBlock1 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock1")));
- this.textBlock2 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock2")));
- }
- }
- }
|