SetWindowWaitControl.g.cs
上传用户:lvyingde
上传日期:2018-04-24
资源大小:610k
文件大小:4k
源码类别:

SilverLight

开发平台:

C#

  1. #pragma checksum "E:BPMwxwinter.WFDesignerSlwxwinter.WFDesignerSlSetWindowWaitControl.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "26D3D97867B63DB3C9B9E4901ED4A4C9"
  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 wxwinter.WFDesignerSl {
  31.     
  32.     
  33.     public partial class SetWindowWaitControl : System.Windows.Controls.UserControl {
  34.         
  35.         internal System.Windows.Controls.Canvas LayoutRoot;
  36.         
  37.         internal System.Windows.Controls.TextBox activityName;
  38.         
  39.         internal System.Windows.Controls.TextBox activityTitle;
  40.         
  41.         internal System.Windows.Controls.TextBox activityX;
  42.         
  43.         internal System.Windows.Controls.TextBox activityY;
  44.         
  45.         internal System.Windows.Controls.TextBox activityDescription;
  46.         
  47.         internal System.Windows.Controls.TextBlock ErrorInfo;
  48.         
  49.         internal System.Windows.Controls.TextBox txtSubmtItem;
  50.         
  51.         internal System.Windows.Controls.ListBox lbSubmtOption;
  52.         
  53.         internal System.Windows.Controls.Button buttonAddsubmtItem;
  54.         
  55.         internal System.Windows.Controls.Button buttonRemovesubmtItem;
  56.         
  57.         private bool _contentLoaded;
  58.         
  59.         /// <summary>
  60.         /// InitializeComponent
  61.         /// </summary>
  62.         [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  63.         public void InitializeComponent() {
  64.             if (_contentLoaded) {
  65.                 return;
  66.             }
  67.             _contentLoaded = true;
  68.             System.Windows.Application.LoadComponent(this, new System.Uri("/wxwinter.WFDesignerSl;component/SetWindowWaitControl.xaml", System.UriKind.Relative));
  69.             this.LayoutRoot = ((System.Windows.Controls.Canvas)(this.FindName("LayoutRoot")));
  70.             this.activityName = ((System.Windows.Controls.TextBox)(this.FindName("activityName")));
  71.             this.activityTitle = ((System.Windows.Controls.TextBox)(this.FindName("activityTitle")));
  72.             this.activityX = ((System.Windows.Controls.TextBox)(this.FindName("activityX")));
  73.             this.activityY = ((System.Windows.Controls.TextBox)(this.FindName("activityY")));
  74.             this.activityDescription = ((System.Windows.Controls.TextBox)(this.FindName("activityDescription")));
  75.             this.ErrorInfo = ((System.Windows.Controls.TextBlock)(this.FindName("ErrorInfo")));
  76.             this.txtSubmtItem = ((System.Windows.Controls.TextBox)(this.FindName("txtSubmtItem")));
  77.             this.lbSubmtOption = ((System.Windows.Controls.ListBox)(this.FindName("lbSubmtOption")));
  78.             this.buttonAddsubmtItem = ((System.Windows.Controls.Button)(this.FindName("buttonAddsubmtItem")));
  79.             this.buttonRemovesubmtItem = ((System.Windows.Controls.Button)(this.FindName("buttonRemovesubmtItem")));
  80.         }
  81.     }
  82. }