SetWindowWaitControl.g.cs
上传用户:lvyingde
上传日期:2018-04-24
资源大小:610k
文件大小:4k
- #pragma checksum "E:BPMwxwinter.WFDesignerSlwxwinter.WFDesignerSlSetWindowWaitControl.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "26D3D97867B63DB3C9B9E4901ED4A4C9"
- //------------------------------------------------------------------------------
- // <auto-generated>
- // 此代码由工具生成。
- // 运行时版本:2.0.50727.3053
- //
- // 对此文件的更改可能会导致不正确的行为,并且如果
- // 重新生成代码,这些更改将会丢失。
- // </auto-generated>
- //------------------------------------------------------------------------------
- using System;
- using System.Windows;
- using System.Windows.Automation;
- using System.Windows.Automation.Peers;
- using System.Windows.Automation.Provider;
- using System.Windows.Controls;
- using System.Windows.Controls.Primitives;
- using System.Windows.Data;
- using System.Windows.Documents;
- using System.Windows.Ink;
- using System.Windows.Input;
- using System.Windows.Interop;
- using System.Windows.Markup;
- using System.Windows.Media;
- using System.Windows.Media.Animation;
- using System.Windows.Media.Imaging;
- using System.Windows.Resources;
- using System.Windows.Shapes;
- using System.Windows.Threading;
- namespace wxwinter.WFDesignerSl {
-
-
- public partial class SetWindowWaitControl : System.Windows.Controls.UserControl {
-
- internal System.Windows.Controls.Canvas LayoutRoot;
-
- internal System.Windows.Controls.TextBox activityName;
-
- internal System.Windows.Controls.TextBox activityTitle;
-
- internal System.Windows.Controls.TextBox activityX;
-
- internal System.Windows.Controls.TextBox activityY;
-
- internal System.Windows.Controls.TextBox activityDescription;
-
- internal System.Windows.Controls.TextBlock ErrorInfo;
-
- internal System.Windows.Controls.TextBox txtSubmtItem;
-
- internal System.Windows.Controls.ListBox lbSubmtOption;
-
- internal System.Windows.Controls.Button buttonAddsubmtItem;
-
- internal System.Windows.Controls.Button buttonRemovesubmtItem;
-
- private bool _contentLoaded;
-
- /// <summary>
- /// InitializeComponent
- /// </summary>
- [System.Diagnostics.DebuggerNonUserCodeAttribute()]
- public void InitializeComponent() {
- if (_contentLoaded) {
- return;
- }
- _contentLoaded = true;
- System.Windows.Application.LoadComponent(this, new System.Uri("/wxwinter.WFDesignerSl;component/SetWindowWaitControl.xaml", System.UriKind.Relative));
- this.LayoutRoot = ((System.Windows.Controls.Canvas)(this.FindName("LayoutRoot")));
- this.activityName = ((System.Windows.Controls.TextBox)(this.FindName("activityName")));
- this.activityTitle = ((System.Windows.Controls.TextBox)(this.FindName("activityTitle")));
- this.activityX = ((System.Windows.Controls.TextBox)(this.FindName("activityX")));
- this.activityY = ((System.Windows.Controls.TextBox)(this.FindName("activityY")));
- this.activityDescription = ((System.Windows.Controls.TextBox)(this.FindName("activityDescription")));
- this.ErrorInfo = ((System.Windows.Controls.TextBlock)(this.FindName("ErrorInfo")));
- this.txtSubmtItem = ((System.Windows.Controls.TextBox)(this.FindName("txtSubmtItem")));
- this.lbSubmtOption = ((System.Windows.Controls.ListBox)(this.FindName("lbSubmtOption")));
- this.buttonAddsubmtItem = ((System.Windows.Controls.Button)(this.FindName("buttonAddsubmtItem")));
- this.buttonRemovesubmtItem = ((System.Windows.Controls.Button)(this.FindName("buttonRemovesubmtItem")));
- }
- }
- }