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

SilverLight

开发平台:

HTML/CSS

  1. #pragma checksum "C:Documents and Settingszouna桌面SFGSlastSFGSSFGSAddSurvery.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "5F0E36A19C033FCE48C308BF5D20CE60"
  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 LayoutRoot1;
  36.         
  37.         internal System.Windows.Controls.HyperlinkButton start;
  38.         
  39.         internal System.Windows.Controls.HyperlinkButton entertitle;
  40.         
  41.         internal System.Windows.Controls.HyperlinkButton enterdes;
  42.         
  43.         internal System.Windows.Controls.HyperlinkButton addquestion;
  44.         
  45.         internal System.Windows.Controls.HyperlinkButton done;
  46.         
  47.         internal System.Windows.Controls.Canvas cn2;
  48.         
  49.         internal System.Windows.Controls.TextBox Title;
  50.         
  51.         internal System.Windows.Controls.Canvas cn1;
  52.         
  53.         internal System.Windows.Controls.Canvas cn3;
  54.         
  55.         internal System.Windows.Controls.TextBox Description;
  56.         
  57.         internal System.Windows.Controls.Canvas cn4;
  58.         
  59.         internal System.Windows.Controls.TextBox Question;
  60.         
  61.         internal System.Windows.Controls.Grid LayoutRoot2;
  62.         
  63.         internal System.Windows.Controls.TextBox questionA;
  64.         
  65.         internal System.Windows.Controls.TextBox questionB;
  66.         
  67.         internal System.Windows.Controls.TextBox questionC;
  68.         
  69.         internal System.Windows.Controls.TextBox questionD;
  70.         
  71.         internal System.Windows.Controls.Button Save;
  72.         
  73.         internal System.Windows.Controls.TextBox id;
  74.         
  75.         internal System.Windows.Controls.Button preview;
  76.         
  77.         internal System.Windows.Controls.Button next;
  78.         
  79.         private bool _contentLoaded;
  80.         
  81.         /// <summary>
  82.         /// InitializeComponent
  83.         /// </summary>
  84.         [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  85.         public void InitializeComponent() {
  86.             if (_contentLoaded) {
  87.                 return;
  88.             }
  89.             _contentLoaded = true;
  90.             System.Windows.Application.LoadComponent(this, new System.Uri("/SFGS;component/AddSurvery.xaml", System.UriKind.Relative));
  91.             this.LayoutRoot1 = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot1")));
  92.             this.start = ((System.Windows.Controls.HyperlinkButton)(this.FindName("start")));
  93.             this.entertitle = ((System.Windows.Controls.HyperlinkButton)(this.FindName("entertitle")));
  94.             this.enterdes = ((System.Windows.Controls.HyperlinkButton)(this.FindName("enterdes")));
  95.             this.addquestion = ((System.Windows.Controls.HyperlinkButton)(this.FindName("addquestion")));
  96.             this.done = ((System.Windows.Controls.HyperlinkButton)(this.FindName("done")));
  97.             this.cn2 = ((System.Windows.Controls.Canvas)(this.FindName("cn2")));
  98.             this.Title = ((System.Windows.Controls.TextBox)(this.FindName("Title")));
  99.             this.cn1 = ((System.Windows.Controls.Canvas)(this.FindName("cn1")));
  100.             this.cn3 = ((System.Windows.Controls.Canvas)(this.FindName("cn3")));
  101.             this.Description = ((System.Windows.Controls.TextBox)(this.FindName("Description")));
  102.             this.cn4 = ((System.Windows.Controls.Canvas)(this.FindName("cn4")));
  103.             this.Question = ((System.Windows.Controls.TextBox)(this.FindName("Question")));
  104.             this.LayoutRoot2 = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot2")));
  105.             this.questionA = ((System.Windows.Controls.TextBox)(this.FindName("questionA")));
  106.             this.questionB = ((System.Windows.Controls.TextBox)(this.FindName("questionB")));
  107.             this.questionC = ((System.Windows.Controls.TextBox)(this.FindName("questionC")));
  108.             this.questionD = ((System.Windows.Controls.TextBox)(this.FindName("questionD")));
  109.             this.Save = ((System.Windows.Controls.Button)(this.FindName("Save")));
  110.             this.id = ((System.Windows.Controls.TextBox)(this.FindName("id")));
  111.             this.preview = ((System.Windows.Controls.Button)(this.FindName("preview")));
  112.             this.next = ((System.Windows.Controls.Button)(this.FindName("next")));
  113.         }
  114.     }
  115. }