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

SilverLight

开发平台:

HTML/CSS

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