Page.g.cs
上传用户:jxqhsy
上传日期:2020-12-31
资源大小:1793k
文件大小:3k
源码类别:

SilverLight

开发平台:

HTML/CSS

  1. #pragma checksum "C:Documents and Settingszouna桌面SFGSlastSFGSSFGSPage.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "27CD6C38B143CA6552A587FB58EC190E"
  2. //------------------------------------------------------------------------------
  3. // <auto-generated>
  4. //     此代码由工具生成。
  5. //     运行时版本:2.0.50727.3053
  6. //
  7. //     对此文件的更改可能会导致不正确的行为,并且如果
  8. //     重新生成代码,这些更改将会丢失。
  9. // </auto-generated>
  10. //------------------------------------------------------------------------------
  11. using SFGS;
  12. using System;
  13. using System.Windows;
  14. using System.Windows.Automation;
  15. using System.Windows.Automation.Peers;
  16. using System.Windows.Automation.Provider;
  17. using System.Windows.Controls;
  18. using System.Windows.Controls.Primitives;
  19. using System.Windows.Data;
  20. using System.Windows.Documents;
  21. using System.Windows.Ink;
  22. using System.Windows.Input;
  23. using System.Windows.Interop;
  24. using System.Windows.Markup;
  25. using System.Windows.Media;
  26. using System.Windows.Media.Animation;
  27. using System.Windows.Media.Imaging;
  28. using System.Windows.Resources;
  29. using System.Windows.Shapes;
  30. using System.Windows.Threading;
  31. namespace SFGS {
  32.     
  33.     
  34.     public partial class Page : System.Windows.Controls.UserControl {
  35.         
  36.         internal System.Windows.Controls.Grid LayoutRoot;
  37.         
  38.         internal System.Windows.Controls.HyperlinkButton hbHome;
  39.         
  40.         internal System.Windows.Controls.HyperlinkButton hbAbout;
  41.         
  42.         internal System.Windows.Controls.HyperlinkButton hbContact;
  43.         
  44.         internal System.Windows.Controls.HyperlinkButton hbAdmin;
  45.         
  46.         internal System.Windows.Controls.Canvas containerCanvas;
  47.         
  48.         internal SFGS.Welcome welcome;
  49.         
  50.         private bool _contentLoaded;
  51.         
  52.         /// <summary>
  53.         /// InitializeComponent
  54.         /// </summary>
  55.         [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  56.         public void InitializeComponent() {
  57.             if (_contentLoaded) {
  58.                 return;
  59.             }
  60.             _contentLoaded = true;
  61.             System.Windows.Application.LoadComponent(this, new System.Uri("/SFGS;component/Page.xaml", System.UriKind.Relative));
  62.             this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
  63.             this.hbHome = ((System.Windows.Controls.HyperlinkButton)(this.FindName("hbHome")));
  64.             this.hbAbout = ((System.Windows.Controls.HyperlinkButton)(this.FindName("hbAbout")));
  65.             this.hbContact = ((System.Windows.Controls.HyperlinkButton)(this.FindName("hbContact")));
  66.             this.hbAdmin = ((System.Windows.Controls.HyperlinkButton)(this.FindName("hbAdmin")));
  67.             this.containerCanvas = ((System.Windows.Controls.Canvas)(this.FindName("containerCanvas")));
  68.             this.welcome = ((SFGS.Welcome)(this.FindName("welcome")));
  69.         }
  70.     }
  71. }