• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    公众号

C# WPF.FormNotification类代码示例

原作者: [db:作者] 来自: [db:来源] 收藏 邀请

本文整理汇总了C#中Core.WPF.FormNotification的典型用法代码示例。如果您正苦于以下问题:C# FormNotification类的具体用法?C# FormNotification怎么用?C# FormNotification使用的例子?那么恭喜您, 这里精选的类代码示例或许可以为您提供帮助。



FormNotification类属于Core.WPF命名空间,在下文中一共展示了FormNotification类的19个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于我们的系统推荐出更棒的C#代码示例。

示例1: switch

 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.ConfigOption = ((WpfFront.Views.ConfigOptionView)(target));
     return;
     case 2:
     this.stkSearchForm = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 3:
     this.dgSearch = ((System.Windows.Controls.Grid)(target));
     return;
     case 4:
     this.lstType = ((System.Windows.Controls.ComboBox)(target));
     
     #line 51 "..\..\..\..\..\Profile\Views\ConfigOptionView.xaml"
     this.lstType.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.Lst_type_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 5:
     this.btnNew = ((System.Windows.Controls.Button)(target));
     
     #line 55 "..\..\..\..\..\Profile\Views\ConfigOptionView.xaml"
     this.btnNew.Click += new System.Windows.RoutedEventHandler(this.btnNew_Click);
     
     #line default
     #line hidden
     return;
     case 6:
     this.dgList = ((Xceed.Wpf.DataGrid.DataGridControl)(target));
     
     #line 68 "..\..\..\..\..\Profile\Views\ConfigOptionView.xaml"
     this.dgList.GotFocus += new System.Windows.RoutedEventHandler(this.dgList_GotFocus);
     
     #line default
     #line hidden
     return;
     case 7:
     this.stkEdit = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 8:
     this.frmNotification = ((Core.WPF.FormNotification)(target));
     return;
     case 9:
     this.dgEdit = ((System.Windows.Controls.Grid)(target));
     return;
     case 10:
     this.btnSave = ((System.Windows.Controls.Button)(target));
     
     #line 185 "..\..\..\..\..\Profile\Views\ConfigOptionView.xaml"
     this.btnSave.Click += new System.Windows.RoutedEventHandler(this.btnSave_Click);
     
     #line default
     #line hidden
     return;
     case 11:
     this.btnDelete = ((System.Windows.Controls.Button)(target));
     
     #line 191 "..\..\..\..\..\Profile\Views\ConfigOptionView.xaml"
     this.btnDelete.Click += new System.Windows.RoutedEventHandler(this.btnDelete_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
开发者ID:erwin-hamid,项目名称:LogPro,代码行数:69,代码来源:ConfigOptionView.g.i.cs


示例2: switch

 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.AdminDocLine = ((WpfFront.Common.UserControls.AdminDocumentLine)(target));
     return;
     case 2:
     this.frmNotification = ((Core.WPF.FormNotification)(target));
     return;
     case 3:
     this.dgEditLine = ((System.Windows.Controls.Grid)(target));
     return;
     case 4:
     this.scProduct = ((WpfFront.Common.UserControls.SearchProduct)(target));
     return;
     case 5:
     this.cboUnit = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 6:
     this.txtQty = ((System.Windows.Controls.TextBox)(target));
     return;
     case 7:
     this.txtBO = ((System.Windows.Controls.TextBox)(target));
     return;
     case 8:
     this.txtCancel = ((System.Windows.Controls.TextBox)(target));
     return;
     case 9:
     this.txtNotes = ((System.Windows.Controls.TextBox)(target));
     return;
     case 10:
     
     #line 87 "..\..\..\..\..\bin\Common\UserControls\AdminDocumentLine.xaml"
     ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click_1);
     
     #line default
     #line hidden
     return;
     case 11:
     this.btnProcess = ((System.Windows.Controls.Button)(target));
     
     #line 88 "..\..\..\..\..\bin\Common\UserControls\AdminDocumentLine.xaml"
     this.btnProcess.Click += new System.Windows.RoutedEventHandler(this.Button_Click);
     
     #line default
     #line hidden
     return;
     case 12:
     this.txtHide = ((System.Windows.Controls.TextBlock)(target));
     
     #line 94 "..\..\..\..\..\bin\Common\UserControls\AdminDocumentLine.xaml"
     this.txtHide.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.txtHide_MouseDown);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
开发者ID:erwin-hamid,项目名称:LogPro,代码行数:59,代码来源:AdminDocumentLine.g.i.cs


示例3: switch

 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.Product = ((WpfFront.Views.ProductView)(target));
     return;
     case 2:
     this.stkSearchForm = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 3:
     this.dgSearch = ((System.Windows.Controls.Grid)(target));
     return;
     case 4:
     this.txtSearch = ((System.Windows.Controls.TextBox)(target));
     
     #line 50 "..\..\..\..\..\IQ\Master\Views\ProductView.xaml"
     this.txtSearch.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtSearch_TextChanged);
     
     #line default
     #line hidden
     return;
     case 5:
     this.btnNew = ((System.Windows.Controls.Button)(target));
     
     #line 51 "..\..\..\..\..\IQ\Master\Views\ProductView.xaml"
     this.btnNew.Click += new System.Windows.RoutedEventHandler(this.btnNew_Click);
     
     #line default
     #line hidden
     return;
     case 6:
     this.dgList = ((Xceed.Wpf.DataGrid.DataGridControl)(target));
     
     #line 64 "..\..\..\..\..\IQ\Master\Views\ProductView.xaml"
     this.dgList.GotFocus += new System.Windows.RoutedEventHandler(this.dgList_GotFocus);
     
     #line default
     #line hidden
     return;
     case 7:
     this.stkEdit = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 8:
     this.frmNotification = ((Core.WPF.FormNotification)(target));
     return;
     case 9:
     this.dgEdit = ((System.Windows.Controls.Grid)(target));
     return;
     case 10:
     this.cboPickM = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 11:
     this.UnidadBase = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 12:
     this.btnSave = ((System.Windows.Controls.Button)(target));
     
     #line 303 "..\..\..\..\..\IQ\Master\Views\ProductView.xaml"
     this.btnSave.Click += new System.Windows.RoutedEventHandler(this.btnSave_Click);
     
     #line default
     #line hidden
     return;
     case 13:
     this.btnDelete = ((System.Windows.Controls.Button)(target));
     
     #line 309 "..\..\..\..\..\IQ\Master\Views\ProductView.xaml"
     this.btnDelete.Click += new System.Windows.RoutedEventHandler(this.btnDelete_Click);
     
     #line default
     #line hidden
     return;
     case 14:
     this.dgSearchBin = ((System.Windows.Controls.Grid)(target));
     return;
     case 15:
     this.lvDenyTrack = ((System.Windows.Controls.ListView)(target));
     return;
     case 16:
     this.btnAdd = ((System.Windows.Controls.Button)(target));
     
     #line 357 "..\..\..\..\..\IQ\Master\Views\ProductView.xaml"
     this.btnAdd.Click += new System.Windows.RoutedEventHandler(this.btnAdd_Click);
     
     #line default
     #line hidden
     return;
     case 17:
     this.btnRemTrack = ((System.Windows.Controls.Button)(target));
     
     #line 358 "..\..\..\..\..\IQ\Master\Views\ProductView.xaml"
     this.btnRemTrack.Click += new System.Windows.RoutedEventHandler(this.btnRemove_Click);
     
     #line default
     #line hidden
     return;
     case 18:
     this.lvAllowTrack = ((System.Windows.Controls.ListView)(target));
     return;
     case 20:
//.........这里部分代码省略.........
开发者ID:erwin-hamid,项目名称:LogPro,代码行数:101,代码来源:ProductView.g.i.cs


示例4: switch

 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.LabelTemplate = ((WpfFront.Views.LabelTemplateView)(target));
     return;
     case 2:
     this.stkSearchForm = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 3:
     this.dgSearch = ((System.Windows.Controls.Grid)(target));
     return;
     case 4:
     this.txtSearch = ((System.Windows.Controls.TextBox)(target));
     
     #line 45 "..\..\..\..\General\Views\LabelTemplateView.xaml"
     this.txtSearch.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtSearch_TextChanged);
     
     #line default
     #line hidden
     return;
     case 5:
     this.btnNew = ((System.Windows.Controls.Button)(target));
     
     #line 46 "..\..\..\..\General\Views\LabelTemplateView.xaml"
     this.btnNew.Click += new System.Windows.RoutedEventHandler(this.btnNew_Click);
     
     #line default
     #line hidden
     return;
     case 6:
     this.dgList = ((Xceed.Wpf.DataGrid.DataGridControl)(target));
     
     #line 61 "..\..\..\..\General\Views\LabelTemplateView.xaml"
     this.dgList.GotFocus += new System.Windows.RoutedEventHandler(this.dgList_GotFocus);
     
     #line default
     #line hidden
     return;
     case 7:
     this.stkEdit = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 8:
     this.frmNotification = ((Core.WPF.FormNotification)(target));
     return;
     case 9:
     this.dgEdit = ((System.Windows.Controls.Grid)(target));
     return;
     case 10:
     
     #line 155 "..\..\..\..\General\Views\LabelTemplateView.xaml"
     ((System.Windows.Controls.ComboBox)(target)).SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.ComboBox_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 11:
     this.chkIsUnique = ((System.Windows.Controls.CheckBox)(target));
     return;
     case 12:
     this.btnSave = ((System.Windows.Controls.Button)(target));
     
     #line 205 "..\..\..\..\General\Views\LabelTemplateView.xaml"
     this.btnSave.Click += new System.Windows.RoutedEventHandler(this.btnSave_Click);
     
     #line default
     #line hidden
     return;
     case 13:
     this.btnDelete = ((System.Windows.Controls.Button)(target));
     
     #line 213 "..\..\..\..\General\Views\LabelTemplateView.xaml"
     this.btnDelete.Click += new System.Windows.RoutedEventHandler(this.btnDelete_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
开发者ID:erwin-hamid,项目名称:LogPro,代码行数:80,代码来源:LabelTemplateView.g.i.cs


示例5: switch

 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.Connection = ((WpfFront.Views.ConnectionView)(target));
     return;
     case 2:
     this.stkSearchForm = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 3:
     this.dgList = ((System.Windows.Controls.ListView)(target));
     
     #line 35 "..\..\..\..\General\Views\ConnectionView.xaml"
     this.dgList.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.dgList_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 4:
     this.dpChilds = ((System.Windows.Controls.DockPanel)(target));
     return;
     case 5:
     this.stkSearchForm2 = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 6:
     this.dgSearch2 = ((System.Windows.Controls.Grid)(target));
     return;
     case 7:
     this.btnNew2 = ((System.Windows.Controls.Button)(target));
     
     #line 82 "..\..\..\..\General\Views\ConnectionView.xaml"
     this.btnNew2.Click += new System.Windows.RoutedEventHandler(this.btnNew_Click);
     
     #line default
     #line hidden
     return;
     case 8:
     this.dgListDataSource = ((System.Windows.Controls.ListView)(target));
     
     #line 96 "..\..\..\..\General\Views\ConnectionView.xaml"
     this.dgListDataSource.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.dgListDataSource_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 9:
     this.stkEdit = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 10:
     this.frmNotification = ((Core.WPF.FormNotification)(target));
     return;
     case 11:
     this.dgEdit = ((System.Windows.Controls.Grid)(target));
     return;
     case 12:
     this.dsName = ((System.Windows.Controls.TextBox)(target));
     return;
     case 13:
     this.btnTestCnn = ((System.Windows.Controls.Button)(target));
     
     #line 185 "..\..\..\..\General\Views\ConnectionView.xaml"
     this.btnTestCnn.Click += new System.Windows.RoutedEventHandler(this.btnTestCnn_Click);
     
     #line default
     #line hidden
     return;
     case 14:
     this.btnSave = ((System.Windows.Controls.Button)(target));
     
     #line 205 "..\..\..\..\General\Views\ConnectionView.xaml"
     this.btnSave.Click += new System.Windows.RoutedEventHandler(this.btnSave_Click);
     
     #line default
     #line hidden
     return;
     case 15:
     this.btnDelete = ((System.Windows.Controls.Button)(target));
     
     #line 214 "..\..\..\..\General\Views\ConnectionView.xaml"
     this.btnDelete.Click += new System.Windows.RoutedEventHandler(this.btnDelete_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
开发者ID:erwin-hamid,项目名称:LogPro,代码行数:87,代码来源:ConnectionView.g.i.cs


示例6: switch

 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.Unit = ((WpfFront.Views.ScheduleView)(target));
     return;
     case 2:
     this.stkSearchForm = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 3:
     this.dgSearch = ((System.Windows.Controls.Grid)(target));
     return;
     case 4:
     this.dgList = ((Xceed.Wpf.DataGrid.DataGridControl)(target));
     
     #line 52 "..\..\..\..\Trace\Views\ScheduleView.xaml"
     this.dgList.GotFocus += new System.Windows.RoutedEventHandler(this.dgList_GotFocus);
     
     #line default
     #line hidden
     return;
     case 5:
     this.stkEdit = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 6:
     this.frmNotification = ((Core.WPF.FormNotification)(target));
     return;
     case 7:
     this.dgEdit = ((System.Windows.Controls.Grid)(target));
     return;
     case 8:
     this.txtTitle = ((System.Windows.Controls.TextBox)(target));
     return;
     case 9:
     this.txtSchDateFrom = ((Microsoft.Windows.Controls.DatePicker)(target));
     return;
     case 10:
     this.txtSchDateTo = ((Microsoft.Windows.Controls.DatePicker)(target));
     return;
     case 11:
     this.txtSchNextDate = ((Microsoft.Windows.Controls.DatePicker)(target));
     return;
     case 12:
     this.txtFrecuency = ((System.Windows.Controls.TextBox)(target));
     return;
     case 13:
     this.stkButtons = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 14:
     this.btnSave = ((System.Windows.Controls.Button)(target));
     
     #line 166 "..\..\..\..\Trace\Views\ScheduleView.xaml"
     this.btnSave.Click += new System.Windows.RoutedEventHandler(this.btnSave_Click);
     
     #line default
     #line hidden
     return;
     case 15:
     this.btnDelete = ((System.Windows.Controls.Button)(target));
     
     #line 175 "..\..\..\..\Trace\Views\ScheduleView.xaml"
     this.btnDelete.Click += new System.Windows.RoutedEventHandler(this.btnDelete_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
开发者ID:erwin-hamid,项目名称:LogPro,代码行数:69,代码来源:ScheduleView.g.cs


示例7: switch


//.........这里部分代码省略.........
     #line hidden
     return;
     case 32:
     this.pnPosting = ((System.Windows.Controls.Border)(target));
     return;
     case 33:
     this.btnConfirmPicking = ((System.Windows.Controls.Button)(target));
     
     #line 462 "..\..\..\..\..\Trace\Views\ShippingView.xaml"
     this.btnConfirmPicking.Click += new System.Windows.RoutedEventHandler(this.btnConfirmPicking_Click);
     
     #line default
     #line hidden
     return;
     case 34:
     this.btnCreateShipment = ((System.Windows.Controls.Button)(target));
     
     #line 467 "..\..\..\..\..\Trace\Views\ShippingView.xaml"
     this.btnCreateShipment.Click += new System.Windows.RoutedEventHandler(this.btnCreateShipment_Click);
     
     #line default
     #line hidden
     return;
     case 35:
     this.txtPostResult = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 36:
     this.tbItemShip = ((System.Windows.Controls.TabItem)(target));
     return;
     case 37:
     this.stkBox = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 38:
     this.frmNotification = ((Core.WPF.FormNotification)(target));
     return;
     case 39:
     this.txtBinLabel = ((System.Windows.Controls.TextBox)(target));
     
     #line 509 "..\..\..\..\..\Trace\Views\ShippingView.xaml"
     this.txtBinLabel.LostFocus += new System.Windows.RoutedEventHandler(this.txtBinLabel_LostFocus);
     
     #line default
     #line hidden
     return;
     case 40:
     this.txtProcessResult = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 41:
     this.expManual = ((Odyssey.Controls.OdcExpander)(target));
     
     #line 522 "..\..\..\..\..\Trace\Views\ShippingView.xaml"
     this.expManual.Expanded += new System.Windows.RoutedEventHandler(this.expLabel_Expanded);
     
     #line default
     #line hidden
     
     #line 522 "..\..\..\..\..\Trace\Views\ShippingView.xaml"
     this.expManual.Collapsed += new System.Windows.RoutedEventHandler(this.expLabel_Collapsed);
     
     #line default
     #line hidden
     return;
     case 42:
     this.dgShip = ((System.Windows.Controls.Grid)(target));
     return;
     case 43:
开发者ID:erwin-hamid,项目名称:LogPro,代码行数:67,代码来源:ShippingView.g.i.cs


示例8: switch

 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.AdminTrackOption = ((WpfFront.Views.AdminTrackOptionView)(target));
     return;
     case 2:
     this.stkSearchForm = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 3:
     this.dgSearch = ((System.Windows.Controls.Grid)(target));
     return;
     case 4:
     this.btnNew = ((System.Windows.Controls.Button)(target));
     
     #line 50 "..\..\..\..\..\General\Views\AdminTrackOptionView.xaml"
     this.btnNew.Click += new System.Windows.RoutedEventHandler(this.btnNew_Click);
     
     #line default
     #line hidden
     return;
     case 5:
     this.dgList = ((Xceed.Wpf.DataGrid.DataGridControl)(target));
     
     #line 65 "..\..\..\..\..\General\Views\AdminTrackOptionView.xaml"
     this.dgList.GotFocus += new System.Windows.RoutedEventHandler(this.dgList_GotFocus);
     
     #line default
     #line hidden
     return;
     case 6:
     this.stkEdit = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 7:
     this.frmNotification = ((Core.WPF.FormNotification)(target));
     return;
     case 8:
     this.dgEdit = ((System.Windows.Controls.Grid)(target));
     return;
     case 9:
     this.btnSave = ((System.Windows.Controls.Button)(target));
     
     #line 189 "..\..\..\..\..\General\Views\AdminTrackOptionView.xaml"
     this.btnSave.Click += new System.Windows.RoutedEventHandler(this.btnSave_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
开发者ID:erwin-hamid,项目名称:LogPro,代码行数:51,代码来源:AdminTrackOptionView.g.cs


示例9: switch

 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.C_CasNumber = ((WpfFront.Views.C_CasNumberView)(target));
     return;
     case 2:
     this.stkSearchForm = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 3:
     this.dgSearch = ((System.Windows.Controls.Grid)(target));
     return;
     case 4:
     this.txtSearch = ((System.Windows.Controls.TextBox)(target));
     
     #line 43 "..\..\..\..\Master\Views\C_CasNumberView.xaml"
     this.txtSearch.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtSearch_TextChanged);
     
     #line default
     #line hidden
     return;
     case 5:
     this.btnNew = ((System.Windows.Controls.Button)(target));
     
     #line 45 "..\..\..\..\Master\Views\C_CasNumberView.xaml"
     this.btnNew.Click += new System.Windows.RoutedEventHandler(this.btnNew_Click);
     
     #line default
     #line hidden
     return;
     case 6:
     this.dgList = ((Xceed.Wpf.DataGrid.DataGridControl)(target));
     
     #line 59 "..\..\..\..\Master\Views\C_CasNumberView.xaml"
     this.dgList.GotFocus += new System.Windows.RoutedEventHandler(this.dgList_GotFocus);
     
     #line default
     #line hidden
     return;
     case 7:
     this.tabMenu = ((System.Windows.Controls.TabControl)(target));
     return;
     case 8:
     this.stkEdit = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 9:
     this.frmNotification = ((Core.WPF.FormNotification)(target));
     return;
     case 10:
     this.dgEdit = ((System.Windows.Controls.Grid)(target));
     return;
     case 11:
     this.btnSave = ((System.Windows.Controls.Button)(target));
     
     #line 147 "..\..\..\..\Master\Views\C_CasNumberView.xaml"
     this.btnSave.Click += new System.Windows.RoutedEventHandler(this.btnSave_Click);
     
     #line default
     #line hidden
     return;
     case 12:
     this.btnDelete = ((System.Windows.Controls.Button)(target));
     
     #line 153 "..\..\..\..\Master\Views\C_CasNumberView.xaml"
     this.btnDelete.Click += new System.Windows.RoutedEventHandler(this.btnDelete_Click);
     
     #line default
     #line hidden
     return;
     case 13:
     this.tbIRules = ((System.Windows.Controls.TabItem)(target));
     return;
     case 14:
     this.ucCasNumberRule = ((WpfFront.Common.UserControls.CasNumberRule)(target));
     return;
     }
     this._contentLoaded = true;
 }
开发者ID:erwin-hamid,项目名称:LogPro,代码行数:78,代码来源:C_CasNumberView.g.i.cs


示例10: switch

 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.Company = ((WpfFront.Views.CompanyView)(target));
     return;
     case 2:
     this.stkSearchForm = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 3:
     this.dgSearch = ((System.Windows.Controls.Grid)(target));
     return;
     case 4:
     this.btnNew = ((System.Windows.Controls.Button)(target));
     
     #line 49 "..\..\..\..\..\IQ\Master\Views\CompanyView.xaml"
     this.btnNew.Click += new System.Windows.RoutedEventHandler(this.btnNew_Click);
     
     #line default
     #line hidden
     return;
     case 5:
     this.dgList = ((Xceed.Wpf.DataGrid.DataGridControl)(target));
     
     #line 60 "..\..\..\..\..\IQ\Master\Views\CompanyView.xaml"
     this.dgList.GotFocus += new System.Windows.RoutedEventHandler(this.dgList_GotFocus);
     
     #line default
     #line hidden
     return;
     case 6:
     this.stkEdit = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 7:
     this.frmNotification = ((Core.WPF.FormNotification)(target));
     return;
     case 8:
     this.dgEdit = ((System.Windows.Controls.Grid)(target));
     return;
     case 9:
     this.fUpload = ((WpfFront.Common.UserControls.UploadFile)(target));
     return;
     case 10:
     this.cboStatus = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 11:
     this.cboConnection = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 12:
     this.btnCnn = ((System.Windows.Controls.Button)(target));
     
     #line 197 "..\..\..\..\..\IQ\Master\Views\CompanyView.xaml"
     this.btnCnn.Click += new System.Windows.RoutedEventHandler(this.btnCnn_Click);
     
     #line default
     #line hidden
     return;
     case 13:
     this.btnSave = ((System.Windows.Controls.Button)(target));
     
     #line 206 "..\..\..\..\..\IQ\Master\Views\CompanyView.xaml"
     this.btnSave.Click += new System.Windows.RoutedEventHandler(this.btnSave_Click);
     
     #line default
     #line hidden
     return;
     case 14:
     this.btnDelete = ((System.Windows.Controls.Button)(target));
     
     #line 212 "..\..\..\..\..\IQ\Master\Views\CompanyView.xaml"
     this.btnDelete.Click += new System.Windows.RoutedEventHandler(this.btnDelete_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
开发者ID:erwin-hamid,项目名称:LogPro,代码行数:78,代码来源:CompanyView.g.i.cs


示例11: switch

 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.MetaType = ((WpfFront.Views.MetaTypeView)(target));
     return;
     case 2:
     this.stkSearchForm = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 3:
     this.dgSearch = ((System.Windows.Controls.Grid)(target));
     return;
     case 4:
     this.txtSearch = ((System.Windows.Controls.TextBox)(target));
     
     #line 49 "..\..\..\..\Master\Views\MetaTypeView.xaml"
     this.txtSearch.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtSearch_TextChanged);
     
     #line default
     #line hidden
     return;
     case 5:
     this.btnNew = ((System.Windows.Controls.Button)(target));
     
     #line 50 "..\..\..\..\Master\Views\MetaTypeView.xaml"
     this.btnNew.Click += new System.Windows.RoutedEventHandler(this.btnNew_Click);
     
     #line default
     #line hidden
     return;
     case 6:
     this.dgList = ((Xceed.Wpf.DataGrid.DataGridControl)(target));
     
     #line 63 "..\..\..\..\Master\Views\MetaTypeView.xaml"
     this.dgList.GotFocus += new System.Windows.RoutedEventHandler(this.dgList_GotFocus);
     
     #line default
     #line hidden
     return;
     case 7:
     this.stkEdit = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 8:
     this.frmNotification = ((Core.WPF.FormNotification)(target));
     return;
     case 9:
     this.dgEdit = ((System.Windows.Controls.Grid)(target));
     return;
     case 10:
     this.txtName = ((System.Windows.Controls.TextBox)(target));
     return;
     case 11:
     this.txtCode = ((System.Windows.Controls.TextBox)(target));
     return;
     case 12:
     this.btnSave = ((System.Windows.Controls.Button)(target));
     
     #line 150 "..\..\..\..\Master\Views\MetaTypeView.xaml"
     this.btnSave.Click += new System.Windows.RoutedEventHandler(this.btnSave_Click);
     
     #line default
     #line hidden
     return;
     case 13:
     this.btnDelete = ((System.Windows.Controls.Button)(target));
     
     #line 159 "..\..\..\..\Master\Views\MetaTypeView.xaml"
     this.btnDelete.Click += new System.Windows.RoutedEventHandler(this.btnDelete_Click);
     
     #line default
     #line hidden
     return;
     case 14:
     this.Brd_Detail = ((System.Windows.Controls.Border)(target));
     return;
     case 15:
     this.btnNewDet = ((System.Windows.Controls.Button)(target));
     
     #line 176 "..\..\..\..\Master\Views\MetaTypeView.xaml"
     this.btnNewDet.Click += new System.Windows.RoutedEventHandler(this.btnNewDet_Click);
     
     #line default
     #line hidden
     return;
     case 16:
     this.dgDetail = ((Xceed.Wpf.DataGrid.DataGridControl)(target));
     
     #line 188 "..\..\..\..\Master\Views\MetaTypeView.xaml"
     this.dgDetail.GotFocus += new System.Windows.RoutedEventHandler(this.dgDetail_GotFocus);
     
     #line default
     #line hidden
     return;
     case 17:
     this.Border_det = ((System.Windows.Controls.Border)(target));
     return;
     case 18:
     this.stkEditDetail = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 19:
//.........这里部分代码省略.........
开发者ID:erwin-hamid,项目名称:LogPro,代码行数:101,代码来源:MetaTypeView.g.cs


示例12: switch

 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.UC_IV_Replanish_Packing = ((WpfFront.Views.UC_IV_Replanish_PackingView)(target));
     return;
     case 2:
     this.frmNotification = ((Core.WPF.FormNotification)(target));
     return;
     case 3:
     this.cboSelector = ((System.Windows.Controls.ComboBox)(target));
     
     #line 74 "..\..\..\..\..\Trace\Views\UC_IV_Replanish_Packing.xaml"
     this.cboSelector.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.cboSelector_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 4:
     this.bRange = ((WpfFront.Common.UserControls.BinRange)(target));
     return;
     case 5:
     this.cboProduct = ((System.Windows.Controls.TextBox)(target));
     
     #line 100 "..\..\..\..\..\Trace\Views\UC_IV_Replanish_Packing.xaml"
     this.cboProduct.LostFocus += new System.Windows.RoutedEventHandler(this.cboProduct_LostFocus);
     
     #line default
     #line hidden
     return;
     case 6:
     this.imgRep = ((System.Windows.Controls.Button)(target));
     
     #line 108 "..\..\..\..\..\Trace\Views\UC_IV_Replanish_Packing.xaml"
     this.imgRep.Click += new System.Windows.RoutedEventHandler(this.imgRep_Click);
     
     #line default
     #line hidden
     return;
     case 7:
     
     #line 112 "..\..\..\..\..\Trace\Views\UC_IV_Replanish_Packing.xaml"
     ((System.Windows.Controls.CheckBox)(target)).Checked += new System.Windows.RoutedEventHandler(this.CheckBox_Checked);
     
     #line default
     #line hidden
     
     #line 113 "..\..\..\..\..\Trace\Views\UC_IV_Replanish_Packing.xaml"
     ((System.Windows.Controls.CheckBox)(target)).Unchecked += new System.Windows.RoutedEventHandler(this.CheckBox_Unchecked);
     
     #line default
     #line hidden
     return;
     case 8:
     this.dgRepPack = ((System.Windows.Controls.ListView)(target));
     
     #line 124 "..\..\..\..\..\Trace\Views\UC_IV_Replanish_Packing.xaml"
     this.dgRepPack.AddHandler(System.Windows.Controls.Primitives.ButtonBase.ClickEvent, new System.Windows.RoutedEventHandler(this.dgRepPack_Click));
     
     #line default
     #line hidden
     return;
     case 9:
     this.shEmpty = ((System.Windows.Controls.CheckBox)(target));
     
     #line 222 "..\..\..\..\..\Trace\Views\UC_IV_Replanish_Packing.xaml"
     this.shEmpty.Checked += new System.Windows.RoutedEventHandler(this.CheckBox_Checked_1);
     
     #line default
     #line hidden
     
     #line 223 "..\..\..\..\..\Trace\Views\UC_IV_Replanish_Packing.xaml"
     this.shEmpty.Unchecked += new System.Windows.RoutedEventHandler(this.CheckBox_Unchecked_1);
     
     #line default
     #line hidden
     return;
     case 10:
     this.btnProces = ((System.Windows.Controls.Button)(target));
     
     #line 226 "..\..\..\..\..\Trace\Views\UC_IV_Replanish_Packing.xaml"
     this.btnProces.Click += new System.Windows.RoutedEventHandler(this.btnProces_Click);
     
     #line default
     #line hidden
     return;
     case 11:
     this.ucDocList = ((WpfFront.Common.UserControls.DocumentList)(target));
     return;
     }
     this._contentLoaded = true;
 }
开发者ID:erwin-hamid,项目名称:LogPro,代码行数:92,代码来源:UC_IV_Replanish_Packing.g.cs


示例13: switch

 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.Bin = ((WpfFront.Views.BinView)(target));
     return;
     case 2:
     this.stkSearchForm = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 3:
     this.dgSearch = ((System.Windows.Controls.Grid)(target));
     return;
     case 4:
     this.txtSearch = ((System.Windows.Controls.TextBox)(target));
     
     #line 49 "..\..\..\..\Master\Views\BinView.xaml"
     this.txtSearch.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtSearch_TextChanged);
     
     #line default
     #line hidden
     return;
     case 5:
     this.cboStatusSearch = ((System.Windows.Controls.ComboBox)(target));
     
     #line 53 "..\..\..\..\Master\Views\BinView.xaml"
     this.cboStatusSearch.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.cboStatusSearch_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 6:
     this.ImageRefresh = ((System.Windows.Controls.Image)(target));
     
     #line 54 "..\..\..\..\Master\Views\BinView.xaml"
     this.ImageRefresh.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.ImageRefresh_MouseDown);
     
     #line default
     #line hidden
     return;
     case 7:
     this.btnNew = ((System.Windows.Controls.Button)(target));
     
     #line 58 "..\..\..\..\Master\Views\BinView.xaml"
     this.btnNew.Click += new System.Windows.RoutedEventHandler(this.btnNew_Click);
     
     #line default
     #line hidden
     return;
     case 8:
     this.dgList = ((Xceed.Wpf.DataGrid.DataGridControl)(target));
     
     #line 71 "..\..\..\..\Master\Views\BinView.xaml"
     this.dgList.GotFocus += new System.Windows.RoutedEventHandler(this.dgList_GotFocus);
     
     #line default
     #line hidden
     return;
     case 9:
     this.stkEdit = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 10:
     this.frmNotification = ((Core.WPF.FormNotification)(target));
     return;
     case 11:
     this.dgEdit = ((System.Windows.Controls.Grid)(target));
     return;
     case 12:
     this.cboStatus = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 13:
     this.cboProcess = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 14:
     this.btnSave = ((System.Windows.Controls.Button)(target));
     
     #line 229 "..\..\..\..\Master\Views\BinView.xaml"
     this.btnSave.Click += new System.Windows.RoutedEventHandler(this.btnSave_Click);
     
     #line default
     #line hidden
     return;
     case 15:
     this.btnDelete = ((System.Windows.Controls.Button)(target));
     
     #line 235 "..\..\..\..\Master\Views\BinView.xaml"
     this.btnDelete.Click += new System.Windows.RoutedEventHandler(this.btnDelete_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
开发者ID:erwin-hamid,项目名称:LogPro,代码行数:93,代码来源:BinView.g.cs


示例14: switch


//.........这里部分代码省略.........
     this.btnPrintOpc.Click += new System.Windows.RoutedEventHandler(this.btnPrintOpc_Click);
     
     #line default
     #line hidden
     return;
     case 15:
     this.cboStatus = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 16:
     this.cboPickM = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 17:
     this.btnChangeStatus = ((System.Windows.Controls.Button)(target));
     
     #line 256 "..\..\..\..\Trace\Views\KitAssemblyView.xaml"
     this.btnChangeStatus.Click += new System.Windows.RoutedEventHandler(this.btnChangeStatus_Click);
     
     #line default
     #line hidden
     return;
     case 18:
     this.expDocLines = ((Odyssey.Controls.OdcExpander)(target));
     return;
     case 19:
     this.dgLines = ((Xceed.Wpf.DataGrid.DataGridControl)(target));
     return;
     case 20:
     this.tbItemReceive = ((System.Windows.Controls.TabItem)(target));
     return;
     case 21:
     this.stkBox = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 22:
     this.frmNotification = ((Core.WPF.FormNotification)(target));
     return;
     case 23:
     this.txtBinLabel = ((System.Windows.Controls.TextBox)(target));
     
     #line 370 "..\..\..\..\Trace\Views\KitAssemblyView.xaml"
     this.txtBinLabel.LostFocus += new System.Windows.RoutedEventHandler(this.txtBinLabel_LostFocus);
     
     #line default
     #line hidden
     return;
     case 24:
     this.txtProcessResult = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 25:
     this.btnConfirmAsemblyOrder = ((System.Windows.Controls.Button)(target));
     
     #line 385 "..\..\..\..\Trace\Views\KitAssemblyView.xaml"
     this.btnConfirmAsemblyOrder.Click += new System.Windows.RoutedEventHandler(this.btnConfirmAsemblyOrder_Click);
     
     #line default
     #line hidden
     return;
     case 26:
     this.btnPrintOpc2 = ((System.Windows.Controls.Button)(target));
     
     #line 389 "..\..\..\..\Trace\Views\KitAssemblyView.xaml"
     this.btnPrintOpc2.Click += new System.Windows.RoutedEventHandler(this.btnPrintOpc_Click);
     
     #line default
     #line hidden
     return;
     case 27:
开发者ID:erwin-hamid,项目名称:LogPro,代码行数:67,代码来源:KitAssemblyView.g.cs


示例15: switch


//.........这里部分代码省略.........
     #line hidden
     return;
     case 33:
     this.pnPosting = ((System.Windows.Controls.Border)(target));
     return;
     case 34:
     this.txtDocDate = ((Microsoft.Windows.Controls.DatePicker)(target));
     return;
     case 35:
     this.txtVendDoc = ((System.Windows.Controls.TextBox)(target));
     return;
     case 36:
     this.btnCreateReceipt = ((System.Windows.Controls.Button)(target));
     
     #line 462 "..\..\..\..\Trace\Views\ReceivingView.xaml"
     this.btnCreateReceipt.Click += new System.Windows.RoutedEventHandler(this.btnCreteReceipt_Click);
     
     #line default
     #line hidden
     return;
     case 37:
     this.txtRctComment = ((System.Windows.Controls.TextBox)(target));
     return;
     case 38:
     this.txtPostResult = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 39:
     this.tbItemReceive = ((System.Windows.Controls.TabItem)(target));
     return;
     case 40:
     this.stkBox = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 41:
     this.frmNotification = ((Core.WPF.FormNotification)(target));
     return;
     case 42:
     this.txtBinLabel = ((WpfFront.Common.UserControls.BinLocation)(target));
     return;
     case 43:
     this.chkPutAway = ((System.Windows.Controls.CheckBox)(target));
     return;
     case 44:
     this.btnPrintOpcR = ((System.Windows.Controls.Button)(target));
     
     #line 533 "..\..\..\..\Trace\Views\ReceivingView.xaml"
     this.btnPrintOpcR.Click += new System.Windows.RoutedEventHandler(this.btnPrintOpc_Click);
     
     #line default
     #line hidden
     return;
     case 45:
     this.txtProcessResult = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 46:
     this.expManual = ((Odyssey.Controls.OdcExpander)(target));
     
     #line 550 "..\..\..\..\Trace\Views\ReceivingView.xaml"
     this.expManual.Expanded += new System.Windows.RoutedEventHandler(this.expLabel_Expanded);
     
     #line default
     #line hidden
     
     #line 550 "..\..\..\..\Trace\Views\ReceivingView.xaml"
     this.expManual.Collapsed += new System.Windows.RoutedEventHandler(this.expLabel_Collapsed);
     
     #line default
开发者ID:erwin-hamid,项目名称:LogPro,代码行数:67,代码来源:ReceivingView.g.i.cs


示例16: switch

 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.Unit = ((WpfFront.Views.UnitView)(target));
     return;
     case 2:
     this.stkSearchForm = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 3:
     this.dgSearch = ((System.Windows.Controls.Grid)(target));
     return;
     case 4:
     this.txtSearch = ((System.Windows.Controls.TextBox)(target));
     
     #line 49 "..\..\..\..\..\Master\Views\UnitView.xaml"
     this.txtSearch.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtSearch_TextChanged);
     
     #line default
     #line hidden
     return;
     case 5:
     this.btnNew = ((System.Windows.Controls.Button)(target));
     
     #line 52 "..\..\..\..\..\Master\Views\UnitView.xaml"
     this.btnNew.Click += new System.Windows.RoutedEventHandler(this.btnNew_Click);
     
     #line default
     #line hidden
     return;
     case 6:
     this.btnAdmGroup = ((System.Windows.Controls.CheckBox)(target));
     
     #line 60 "..\..\..\..\..\Master\Views\UnitView.xaml"
     this.btnAdmGroup.Click += new System.Windows.RoutedEventHandler(this.btnAdmGroup_Click);
     
     #line default
     #line hidden
     return;
     case 7:
     this.dgList = ((Xceed.Wpf.DataGrid.DataGridControl)(target));
     
     #line 67 "..\..\..\..\..\Master\Views\UnitView.xaml"
     this.dgList.GotFocus += new System.Windows.RoutedEventHandler(this.dgList_GotFocus);
     
     #line default
     #line hidden
     return;
     case 8:
     this.stkEdit = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 9:
     this.frmNotification = ((Core.WPF.FormNotification)(target));
     return;
     case 10:
     this.dgEdit = ((System.Windows.Controls.Grid)(target));
     return;
     case 11:
     this.txtUnitGroup = ((System.Windows.Controls.TextBox)(target));
     return;
     case 12:
     this.cboUnitGroup = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 13:
     this.txtBaseAmount = ((System.Windows.Controls.TextBox)(target));
     return;
     case 14:
     this.stkButtons = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 15:
     this.btnSave = ((System.Windows.Controls.Button)(target));
     
     #line 187 "..\..\..\..\..\Master\Views\UnitView.xaml"
     this.btnSave.Click += new System.Windows.RoutedEventHandler(this.btnSave_Click);
     
     #line default
     #line hidden
     return;
     case 16:
     this.btnDelete = ((System.Windows.Controls.Button)(target));
     
     #line 193 "..\..\..\..\..\Master\Views\UnitView.xaml"
     this.btnDelete.Click += new System.Windows.RoutedEventHandler(this.btnDelete_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
开发者ID:erwin-hamid,项目名称:LogPro,代码行数:90,代码来源:UnitView.g.cs


示例17: switch

该文章已有0人参与评论

请发表评论

全部评论

专题导读
上一篇:
C# CoreLib.RawMarketData类代码示例发布时间:2022-05-24
下一篇:
C# Core.Packet类代码示例发布时间:2022-05-24
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap