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

SilverLight

开发平台:

C#

  1. #pragma checksum "E:BPMwxwinter.WFDesignerSlwxwinter.WFDesignerSlWaitControl.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "1A62C28869EF02EA870CB06B6853A015"
  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. using wxwinter.WFDesignerSl;
  31. namespace wxwinter.WFDesignerSl {
  32.     
  33.     
  34.     public partial class WaitControl : wxwinter.WFDesignerSl.ActivityControl {
  35.         
  36.         internal System.Windows.Controls.StackPanel Activity;
  37.         
  38.         internal System.Windows.Controls.TextBlock title;
  39.         
  40.         internal System.Windows.Controls.TextBlock description;
  41.         
  42.         internal System.Windows.Controls.Image setData;
  43.         
  44.         internal System.Windows.Controls.Image del;
  45.         
  46.         internal System.Windows.Controls.Image img_activite;
  47.         
  48.         internal System.Windows.Controls.ItemsControl submtOption;
  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("/wxwinter.WFDesignerSl;component/WaitControl.xaml", System.UriKind.Relative));
  62.             this.Activity = ((System.Windows.Controls.StackPanel)(this.FindName("Activity")));
  63.             this.title = ((System.Windows.Controls.TextBlock)(this.FindName("title")));
  64.             this.description = ((System.Windows.Controls.TextBlock)(this.FindName("description")));
  65.             this.setData = ((System.Windows.Controls.Image)(this.FindName("setData")));
  66.             this.del = ((System.Windows.Controls.Image)(this.FindName("del")));
  67.             this.img_activite = ((System.Windows.Controls.Image)(this.FindName("img_activite")));
  68.             this.submtOption = ((System.Windows.Controls.ItemsControl)(this.FindName("submtOption")));
  69.         }
  70.     }
  71. }