Page.g.cs
上传用户:chenxing
上传日期:2019-09-16
资源大小:792k
文件大小:3k
源码类别:

SilverLight

开发平台:

Others

  1. #pragma checksum "C:ProjectsSilverlight2MenuDemoSilverlight2MenuDemoPage.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "8EBFE480503030084DBC26839592E2E7"
  2. //------------------------------------------------------------------------------
  3. // <auto-generated>
  4. //     This code was generated by a tool.
  5. //     Runtime Version:2.0.50727.1433
  6. //
  7. //     Changes to this file may cause incorrect behavior and will be lost if
  8. //     the code is regenerated.
  9. // </auto-generated>
  10. //------------------------------------------------------------------------------
  11. using System;
  12. using System.Windows;
  13. using System.Windows.Controls;
  14. using System.Windows.Controls.Primitives;
  15. using System.Windows.Data;
  16. using System.Windows.Documents;
  17. using System.Windows.Hosting;
  18. using System.Windows.Ink;
  19. using System.Windows.Input;
  20. using System.Windows.Interop;
  21. using System.Windows.Markup;
  22. using System.Windows.Media;
  23. using System.Windows.Media.Animation;
  24. using System.Windows.Media.Imaging;
  25. using System.Windows.Resources;
  26. using System.Windows.Shapes;
  27. using System.Windows.Threading;
  28. namespace Silverlight2MenuDemo {
  29.     
  30.     
  31.     public partial class Page : System.Windows.Controls.UserControl {
  32.         
  33.         internal System.Windows.Media.Animation.Storyboard myStoryboard;
  34.         
  35.         internal System.Windows.Controls.Canvas LayoutRoot;
  36.         
  37.         internal System.Windows.Controls.TextBlock MenuItemHome;
  38.         
  39.         internal System.Windows.Controls.TextBlock MenuItemA;
  40.         
  41.         internal System.Windows.Controls.TextBlock MenuItemB;
  42.         
  43.         internal System.Windows.Shapes.Rectangle mySlider;
  44.         
  45.         private bool _contentLoaded;
  46.         
  47.         /// <summary>
  48.         /// InitializeComponent
  49.         /// </summary>
  50.         [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  51.         public void InitializeComponent() {
  52.             if (_contentLoaded) {
  53.                 return;
  54.             }
  55.             _contentLoaded = true;
  56.             System.Windows.Application.LoadComponent(this, new System.Uri("/Silverlight2MenuDemo;component/Page.xaml", System.UriKind.Relative));
  57.             this.myStoryboard = ((System.Windows.Media.Animation.Storyboard)(this.FindName("myStoryboard")));
  58.             this.LayoutRoot = ((System.Windows.Controls.Canvas)(this.FindName("LayoutRoot")));
  59.             this.MenuItemHome = ((System.Windows.Controls.TextBlock)(this.FindName("MenuItemHome")));
  60.             this.MenuItemA = ((System.Windows.Controls.TextBlock)(this.FindName("MenuItemA")));
  61.             this.MenuItemB = ((System.Windows.Controls.TextBlock)(this.FindName("MenuItemB")));
  62.             this.mySlider = ((System.Windows.Shapes.Rectangle)(this.FindName("mySlider")));
  63.         }
  64.     }
  65. }