Пример #1
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.ShippingModule = ((WpfFront.Views.OrderMngrV2View)(target));
     return;
     case 2:
     this.txtTitle = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 3:
     this.imgDocs = ((System.Windows.Controls.Image)(target));
     
     #line 91 "..\..\..\..\..\Trace\Views\OrderMngrV2View.xaml"
     this.imgDocs.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.imgDocs_MouseDown);
     
     #line default
     #line hidden
     return;
     case 4:
     this.cboAccount = ((System.Windows.Controls.ComboBox)(target));
     
     #line 100 "..\..\..\..\..\Trace\Views\OrderMngrV2View.xaml"
     this.cboAccount.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.cboAccount_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 5:
     this.cboDocs = ((System.Windows.Controls.ComboBox)(target));
     
     #line 105 "..\..\..\..\..\Trace\Views\OrderMngrV2View.xaml"
     this.cboDocs.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.cboDocs_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 6:
     this.cboItem = ((System.Windows.Controls.ComboBox)(target));
     
     #line 111 "..\..\..\..\..\Trace\Views\OrderMngrV2View.xaml"
     this.cboItem.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.cboItem_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 7:
     
     #line 115 "..\..\..\..\..\Trace\Views\OrderMngrV2View.xaml"
     ((System.Windows.Controls.Image)(target)).MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.Image_MouseDown);
     
     #line default
     #line hidden
     return;
     case 8:
     this.bntReset = ((System.Windows.Controls.Button)(target));
     
     #line 119 "..\..\..\..\..\Trace\Views\OrderMngrV2View.xaml"
     this.bntReset.Click += new System.Windows.RoutedEventHandler(this.bntReset_Click);
     
     #line default
     #line hidden
     return;
     case 9:
     this.ucDocList = ((WpfFront.Common.UserControls.DocumentList)(target));
     return;
     case 10:
     this.tabStep = ((System.Windows.Controls.TabControl)(target));
     
     #line 141 "..\..\..\..\..\Trace\Views\OrderMngrV2View.xaml"
     this.tabStep.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.tabStep_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 11:
     this.docName = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 12:
     this.chkAll = ((System.Windows.Controls.TextBlock)(target));
     
     #line 153 "..\..\..\..\..\Trace\Views\OrderMngrV2View.xaml"
     this.chkAll.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.chkAll_MouseDown);
     
     #line default
     #line hidden
     return;
     case 13:
     this.uncheckAll = ((System.Windows.Controls.TextBlock)(target));
     
     #line 155 "..\..\..\..\..\Trace\Views\OrderMngrV2View.xaml"
     this.uncheckAll.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.uncheckAll_MouseDown);
     
     #line default
     #line hidden
     return;
     case 14:
     this.dgDetails = ((System.Windows.Controls.ListView)(target));
     
     #line 170 "..\..\..\..\..\Trace\Views\OrderMngrV2View.xaml"
     this.dgDetails.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.dgDetails_SelectionChanged);
     
     #line default
     #line hidden
     
     #line 171 "..\..\..\..\..\Trace\Views\OrderMngrV2View.xaml"
     this.dgDetails.AddHandler(System.Windows.Controls.Primitives.ButtonBase.ClickEvent, new System.Windows.RoutedEventHandler(this.dgDetails_Click));
     
     #line default
     #line hidden
     return;
     case 15:
     this.gvLines = ((System.Windows.Controls.GridView)(target));
     return;
     case 17:
     this.dgVendorDetails = ((System.Windows.Controls.ListView)(target));
     return;
     case 18:
     this.txtComment = ((System.Windows.Controls.TextBox)(target));
     return;
     case 19:
     this.dgSelected = ((Xceed.Wpf.DataGrid.DataGridControl)(target));
     return;
     case 20:
     this.cboProcess = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 21:
     
     #line 375 "..\..\..\..\..\Trace\Views\OrderMngrV2View.xaml"
     ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click);
     
     #line default
     #line hidden
     return;
     case 22:
     this.popup3 = ((System.Windows.Controls.Primitives.Popup)(target));
     return;
     case 23:
     this.ucDocLine = ((WpfFront.Common.UserControls.AdminDocumentLine)(target));
     return;
     }
     this._contentLoaded = true;
 }
Пример #2
0
 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;
 }
Пример #3
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.ShippingModule = ((WpfFront.Views.ShippingView)(target));
     return;
     case 2:
     this.txtTitle = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 3:
     this.txtHide = ((System.Windows.Controls.TextBlock)(target));
     
     #line 37 "..\..\..\..\..\Trace\Views\ShippingView.xaml"
     this.txtHide.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.txtHide_MouseDown);
     
     #line default
     #line hidden
     return;
     case 4:
     this.stpDocLis = ((System.Windows.Controls.DockPanel)(target));
     return;
     case 5:
     this.gp1 = ((System.Windows.Controls.GroupBox)(target));
     return;
     case 6:
     this.txtCustomer = ((WpfFront.Common.UserControls.SearchAccount)(target));
     return;
     case 7:
     this.btnEmptyTask = ((System.Windows.Controls.Button)(target));
     
     #line 59 "..\..\..\..\..\Trace\Views\ShippingView.xaml"
     this.btnEmptyTask.Click += new System.Windows.RoutedEventHandler(this.btnEmptyTask_Click);
     
     #line default
     #line hidden
     return;
     case 8:
     this.dpList = ((System.Windows.Controls.DockPanel)(target));
     return;
     case 9:
     this.txtSearch = ((System.Windows.Controls.TextBox)(target));
     
     #line 76 "..\..\..\..\..\Trace\Views\ShippingView.xaml"
     this.txtSearch.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtSearch_TextChanged);
     
     #line default
     #line hidden
     return;
     case 10:
     this.chkLate = ((System.Windows.Controls.CheckBox)(target));
     
     #line 78 "..\..\..\..\..\Trace\Views\ShippingView.xaml"
     this.chkLate.Checked += new System.Windows.RoutedEventHandler(this.chkLate_Checked);
     
     #line default
     #line hidden
     
     #line 78 "..\..\..\..\..\Trace\Views\ShippingView.xaml"
     this.chkLate.Unchecked += new System.Windows.RoutedEventHandler(this.chkLate_Checked);
     
     #line default
     #line hidden
     return;
     case 11:
     this.chkMerged = ((System.Windows.Controls.CheckBox)(target));
     
     #line 80 "..\..\..\..\..\Trace\Views\ShippingView.xaml"
     this.chkMerged.Checked += new System.Windows.RoutedEventHandler(this.chkMerged_Checked);
     
     #line default
     #line hidden
     
     #line 80 "..\..\..\..\..\Trace\Views\ShippingView.xaml"
     this.chkMerged.Unchecked += new System.Windows.RoutedEventHandler(this.chkMerged_Unchecked);
     
     #line default
     #line hidden
     return;
     case 12:
     
     #line 82 "..\..\..\..\..\Trace\Views\ShippingView.xaml"
     ((System.Windows.Controls.Image)(target)).MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.Image_MouseDown);
     
     #line default
     #line hidden
     return;
     case 13:
     this.dgDocument = ((Xceed.Wpf.DataGrid.DataGridControl)(target));
     
     #line 95 "..\..\..\..\..\Trace\Views\ShippingView.xaml"
     this.dgDocument.GotFocus += new System.Windows.RoutedEventHandler(this.dgDocument_Click);
     
     #line default
     #line hidden
     return;
     case 14:
     this.ctnColsMenu = ((System.Windows.Controls.ContextMenu)(target));
     return;
     case 15:
     
     #line 122 "..\..\..\..\..\Trace\Views\ShippingView.xaml"
     ((System.Windows.Controls.MenuItem)(target)).MouseEnter += new System.Windows.Input.MouseEventHandler(this.MenuItem_MouseEnter);
     
     #line default
     #line hidden
     return;
     case 16:
     this.tabMenu = ((System.Windows.Controls.TabControl)(target));
     
     #line 193 "..\..\..\..\..\Trace\Views\ShippingView.xaml"
     this.tabMenu.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.tabMenu_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 17:
     this.lvDocumentData = ((System.Windows.Controls.ListView)(target));
     return;
     case 18:
     this.xRefresh = ((System.Windows.Controls.Image)(target));
     
     #line 241 "..\..\..\..\..\Trace\Views\ShippingView.xaml"
     this.xRefresh.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.xRefresh_MouseDown);
     
     #line default
     #line hidden
     return;
     case 19:
     this.btnPktTkt = ((System.Windows.Controls.Button)(target));
     
     #line 244 "..\..\..\..\..\Trace\Views\ShippingView.xaml"
     this.btnPktTkt.Click += new System.Windows.RoutedEventHandler(this.btnPktTkt_Click);
     
     #line default
     #line hidden
     return;
     case 20:
     this.ucDirectPrint = ((WpfFront.Common.UserControls.DirectPrint)(target));
     return;
     case 21:
     this.cboStatus = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 22:
     this.cboPickM = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 23:
     this.btnChangeStatus = ((System.Windows.Controls.Button)(target));
     
     #line 291 "..\..\..\..\..\Trace\Views\ShippingView.xaml"
     this.btnChangeStatus.Click += new System.Windows.RoutedEventHandler(this.btnChangeStatus_Click);
     
     #line default
     #line hidden
     return;
     case 24:
     this.txtWarning = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 25:
     this.expDocLines = ((Odyssey.Controls.OdcExpander)(target));
     
     #line 322 "..\..\..\..\..\Trace\Views\ShippingView.xaml"
     this.expDocLines.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.expDocLines_MouseDoubleClick);
     
     #line default
     #line hidden
     return;
     case 26:
     this.dgLines = ((Xceed.Wpf.DataGrid.DataGridControl)(target));
     return;
     case 27:
     this.stkUpdLines = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 28:
     this.btnAdd = ((System.Windows.Controls.Button)(target));
     
     #line 390 "..\..\..\..\..\Trace\Views\ShippingView.xaml"
     this.btnAdd.Click += new System.Windows.RoutedEventHandler(this.btnAdd_Click);
     
     #line default
     #line hidden
     return;
     case 29:
     this.btnRemove = ((System.Windows.Controls.Button)(target));
     
     #line 391 "..\..\..\..\..\Trace\Views\ShippingView.xaml"
     this.btnRemove.Click += new System.Windows.RoutedEventHandler(this.btnRemove_Click);
     
     #line default
     #line hidden
     return;
     case 30:
     this.stkPosting = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 31:
     this.dgPostingBalance = ((Xceed.Wpf.DataGrid.DataGridControl)(target));
     
     #line 415 "..\..\..\..\..\Trace\Views\ShippingView.xaml"
     this.dgPostingBalance.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.dgPostingBalance_MouseDoubleClick);
     
     #line default
     #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:
     this.txtProduct = ((WpfFront.Common.UserControls.SearchProduct)(target));
     return;
     case 44:
     this.cboUnit = ((System.Windows.Controls.ListView)(target));
     
     #line 569 "..\..\..\..\..\Trace\Views\ShippingView.xaml"
     this.cboUnit.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.cboUnit_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 45:
     this.txtQuantity = ((System.Windows.Controls.TextBox)(target));
     
     #line 582 "..\..\..\..\..\Trace\Views\ShippingView.xaml"
     this.txtQuantity.LostFocus += new System.Windows.RoutedEventHandler(this.txtQuantity_LostFocus);
     
     #line default
     #line hidden
     return;
     case 46:
     this.cboPackage = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 47:
     this.txtProductTrackMsg = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 48:
     this.btnTrack = ((System.Windows.Controls.Button)(target));
     
     #line 601 "..\..\..\..\..\Trace\Views\ShippingView.xaml"
     this.btnTrack.Click += new System.Windows.RoutedEventHandler(this.btnTrack_Click);
     
     #line default
     #line hidden
     return;
     case 49:
     this.btnPick = ((System.Windows.Controls.Button)(target));
     
     #line 602 "..\..\..\..\..\Trace\Views\ShippingView.xaml"
     this.btnPick.Click += new System.Windows.RoutedEventHandler(this.btnShip_Click);
     
     #line default
     #line hidden
     return;
     case 50:
     this.lvBinStock = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 51:
     this.lsStock = ((System.Windows.Controls.ListView)(target));
     
     #line 609 "..\..\..\..\..\Trace\Views\ShippingView.xaml"
     this.lsStock.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.lsStock_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 52:
     this.expLabel = ((Odyssey.Controls.OdcExpander)(target));
     
     #line 631 "..\..\..\..\..\Trace\Views\ShippingView.xaml"
     this.expLabel.Expanded += new System.Windows.RoutedEventHandler(this.expLabel_Expanded);
     
     #line default
     #line hidden
     
     #line 631 "..\..\..\..\..\Trace\Views\ShippingView.xaml"
     this.expLabel.Collapsed += new System.Windows.RoutedEventHandler(this.expLabel_Collapsed);
     
     #line default
     #line hidden
     return;
     case 53:
     this.txtScanLabel = ((System.Windows.Controls.TextBox)(target));
     
     #line 638 "..\..\..\..\..\Trace\Views\ShippingView.xaml"
     this.txtScanLabel.LostFocus += new System.Windows.RoutedEventHandler(this.txtScanLabel_LostFocus);
     
     #line default
     #line hidden
     return;
     case 54:
     this.lvLabelsAvailable = ((System.Windows.Controls.ListView)(target));
     
     #line 648 "..\..\..\..\..\Trace\Views\ShippingView.xaml"
     this.lvLabelsAvailable.AddHandler(System.Windows.Controls.Primitives.ButtonBase.ClickEvent, new System.Windows.RoutedEventHandler(this.lvLabelsAvailable_Click));
     
     #line default
     #line hidden
     return;
     case 55:
     this.btnShipLabel = ((System.Windows.Controls.Button)(target));
     
     #line 660 "..\..\..\..\..\Trace\Views\ShippingView.xaml"
     this.btnShipLabel.Click += new System.Windows.RoutedEventHandler(this.btnShipLabel_Click);
     
     #line default
     #line hidden
     return;
     case 56:
     this.dgDocumentBalance = ((Xceed.Wpf.DataGrid.DataGridControl)(target));
     return;
     case 57:
     this.btnShipmentAtOnce = ((System.Windows.Controls.Button)(target));
     
     #line 717 "..\..\..\..\..\Trace\Views\ShippingView.xaml"
     this.btnShipmentAtOnce.Click += new System.Windows.RoutedEventHandler(this.btnShipmentAtOnce_Click);
     
     #line default
     #line hidden
     return;
     case 58:
     this.tbItemTracking = ((System.Windows.Controls.TabItem)(target));
     return;
     case 59:
     this.itmTrackOpts = ((System.Windows.Controls.ItemsControl)(target));
     return;
     case 60:
     this.tbPosting = ((System.Windows.Controls.TabItem)(target));
     return;
     case 61:
     this.imgPack = ((System.Windows.Controls.Image)(target));
     
     #line 765 "..\..\..\..\..\Trace\Views\ShippingView.xaml"
     this.imgPack.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.imgPack_MouseDown);
     
     #line default
     #line hidden
     return;
     case 62:
     this.imgTicket = ((System.Windows.Controls.Image)(target));
     
     #line 768 "..\..\..\..\..\Trace\Views\ShippingView.xaml"
     this.imgTicket.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.imgTicket_MouseDown);
     
     #line default
     #line hidden
     return;
     case 63:
     this.imgRefresh = ((System.Windows.Controls.Image)(target));
     
     #line 770 "..\..\..\..\..\Trace\Views\ShippingView.xaml"
     this.imgRefresh.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.imgRefresh_MouseDown);
     
     #line default
     #line hidden
     return;
     case 64:
     this.lvInvoice = ((System.Windows.Controls.ListView)(target));
     
     #line 776 "..\..\..\..\..\Trace\Views\ShippingView.xaml"
     this.lvInvoice.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.lvInvoice_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 65:
     this.stkShipmentData = ((System.Windows.Controls.Border)(target));
     return;
     case 66:
     this.btnReversePosted = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 67:
     this.binRestock = ((WpfFront.Common.UserControls.BinLocation)(target));
     return;
     case 68:
     
     #line 830 "..\..\..\..\..\Trace\Views\ShippingView.xaml"
     ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.btnReversePosted_Click);
     
     #line default
     #line hidden
     return;
     case 69:
     this.dgShipmentLines = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 70:
     this.btnFullfil = ((System.Windows.Controls.Button)(target));
     
     #line 846 "..\..\..\..\..\Trace\Views\ShippingView.xaml"
     this.btnFullfil.Click += new System.Windows.RoutedEventHandler(this.btnFullfil_Click);
     
     #line default
     #line hidden
     return;
     case 71:
     
     #line 862 "..\..\..\..\..\Trace\Views\ShippingView.xaml"
     ((Xceed.Wpf.DataGrid.DataGridControl)(target)).MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.DataGridControl_MouseDoubleClick);
     
     #line default
     #line hidden
     return;
     case 72:
     this.tabPack = ((System.Windows.Controls.TabControl)(target));
     
     #line 910 "..\..\..\..\..\Trace\Views\ShippingView.xaml"
     this.tabPack.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.TabControl_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 73:
     this.imgPackL = ((System.Windows.Controls.Image)(target));
     
     #line 916 "..\..\..\..\..\Trace\Views\ShippingView.xaml"
     this.imgPackL.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.imgPackL_MouseDown);
     
     #line default
     #line hidden
     return;
     case 74:
     this.lvPacks = ((System.Windows.Controls.ListView)(target));
     return;
     case 75:
     this.updPack = ((System.Windows.Controls.Button)(target));
     
     #line 974 "..\..\..\..\..\Trace\Views\ShippingView.xaml"
     this.updPack.Click += new System.Windows.RoutedEventHandler(this.updPack_Click);
     
     #line default
     #line hidden
     return;
     case 76:
     this.prPreview = ((System.Windows.Controls.Button)(target));
     
     #line 977 "..\..\..\..\..\Trace\Views\ShippingView.xaml"
     this.prPreview.Click += new System.Windows.RoutedEventHandler(this.prPrint_Click);
     
     #line default
     #line hidden
     return;
     case 77:
     this.btnAdmPacks = ((System.Windows.Controls.Button)(target));
     
     #line 987 "..\..\..\..\..\Trace\Views\ShippingView.xaml"
     this.btnAdmPacks.Click += new System.Windows.RoutedEventHandler(this.btnAdmPacks_Click);
     
     #line default
     #line hidden
     return;
     case 78:
     this.btnPS = ((System.Windows.Controls.Button)(target));
     
     #line 1001 "..\..\..\..\..\Trace\Views\ShippingView.xaml"
     this.btnPS.Click += new System.Windows.RoutedEventHandler(this.btnPS_Click);
     
     #line default
     #line hidden
     return;
     case 79:
     this.ucDirectShip = ((WpfFront.Common.UserControls.DirectPrint)(target));
     return;
     case 80:
     this.ucShowFiles = ((WpfFront.Common.UserControls.ShowProcessFile)(target));
     return;
     case 81:
     this.popup1 = ((System.Windows.Controls.Primitives.Popup)(target));
     return;
     case 82:
     this.ucRecBalance = ((WpfFront.Common.UserControls.PopUpShell)(target));
     return;
     case 83:
     this.popup2 = ((System.Windows.Controls.Primitives.Popup)(target));
     return;
     case 84:
     this.ucAdminPkg = ((WpfFront.Common.UserControls.AdminPackagesV2)(target));
     return;
     case 85:
     
     #line 1059 "..\..\..\..\..\Trace\Views\ShippingView.xaml"
     ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click);
     
     #line default
     #line hidden
     return;
     case 86:
     this.popup3 = ((System.Windows.Controls.Primitives.Popup)(target));
     return;
     case 87:
     this.ucDocLine = ((WpfFront.Common.UserControls.AdminDocumentLine)(target));
     return;
     }
     this._contentLoaded = true;
 }
Пример #4
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.ShippingModule = ((WpfFront.Views.BookingMngrView)(target));
     return;
     case 2:
     this.txtTitle = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 3:
     this.imgDocs = ((System.Windows.Controls.Image)(target));
     
     #line 84 "..\..\..\..\Trace\Views\BookingMngrView.xaml"
     this.imgDocs.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.imgDocs_MouseDown);
     
     #line default
     #line hidden
     return;
     case 4:
     this.cboAccount = ((System.Windows.Controls.ComboBox)(target));
     
     #line 90 "..\..\..\..\Trace\Views\BookingMngrView.xaml"
     this.cboAccount.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.cboAccount_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 5:
     this.cboDoc = ((System.Windows.Controls.ComboBox)(target));
     
     #line 94 "..\..\..\..\Trace\Views\BookingMngrView.xaml"
     this.cboDoc.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.cboDoc_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 6:
     this.filter = ((System.Windows.Controls.CheckBox)(target));
     
     #line 97 "..\..\..\..\Trace\Views\BookingMngrView.xaml"
     this.filter.Checked += new System.Windows.RoutedEventHandler(this.filter_Checked);
     
     #line default
     #line hidden
     
     #line 98 "..\..\..\..\Trace\Views\BookingMngrView.xaml"
     this.filter.Unchecked += new System.Windows.RoutedEventHandler(this.filter_Unchecked);
     
     #line default
     #line hidden
     return;
     case 7:
     this.imgRfr = ((System.Windows.Controls.Image)(target));
     
     #line 101 "..\..\..\..\Trace\Views\BookingMngrView.xaml"
     this.imgRfr.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.imgRfr_MouseDown);
     
     #line default
     #line hidden
     return;
     case 8:
     this.ucDocList = ((WpfFront.Common.UserControls.DocumentList)(target));
     return;
     case 9:
     this.tabStep = ((System.Windows.Controls.TabControl)(target));
     
     #line 123 "..\..\..\..\Trace\Views\BookingMngrView.xaml"
     this.tabStep.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.tabStep_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 10:
     this.cboToDo = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 11:
     this.docName = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 12:
     this.chkAll = ((System.Windows.Controls.TextBlock)(target));
     
     #line 140 "..\..\..\..\Trace\Views\BookingMngrView.xaml"
     this.chkAll.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.chkAll_MouseDown);
     
     #line default
     #line hidden
     return;
     case 13:
     this.uncheckAll = ((System.Windows.Controls.TextBlock)(target));
     
     #line 142 "..\..\..\..\Trace\Views\BookingMngrView.xaml"
     this.uncheckAll.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.uncheckAll_MouseDown);
     
     #line default
     #line hidden
     return;
     case 14:
     this.stkUpdLines = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 15:
     this.btnAdd = ((System.Windows.Controls.Button)(target));
     
     #line 146 "..\..\..\..\Trace\Views\BookingMngrView.xaml"
     this.btnAdd.Click += new System.Windows.RoutedEventHandler(this.btnAdd_Click);
     
     #line default
     #line hidden
     return;
     case 16:
     this.btnRemove = ((System.Windows.Controls.Button)(target));
     
     #line 147 "..\..\..\..\Trace\Views\BookingMngrView.xaml"
     this.btnRemove.Click += new System.Windows.RoutedEventHandler(this.btnRemove_Click);
     
     #line default
     #line hidden
     return;
     case 17:
     this.dgDocument = ((Xceed.Wpf.DataGrid.DataGridControl)(target));
     
     #line 160 "..\..\..\..\Trace\Views\BookingMngrView.xaml"
     this.dgDocument.GotFocus += new System.Windows.RoutedEventHandler(this.dgDocument_GotFocus);
     
     #line default
     #line hidden
     return;
     case 18:
     this.dgDetails = ((System.Windows.Controls.ListView)(target));
     
     #line 226 "..\..\..\..\Trace\Views\BookingMngrView.xaml"
     this.dgDetails.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.dgDetails_MouseDoubleClick);
     
     #line default
     #line hidden
     
     #line 226 "..\..\..\..\Trace\Views\BookingMngrView.xaml"
     this.dgDetails.AddHandler(System.Windows.Controls.Primitives.ButtonBase.ClickEvent, new System.Windows.RoutedEventHandler(this.dgDetails_Click));
     
     #line default
     #line hidden
     return;
     case 19:
     this.gvLines = ((System.Windows.Controls.GridView)(target));
     return;
     case 23:
     this.dgTotal = ((System.Windows.Controls.ListView)(target));
     return;
     case 24:
     this.totLines = ((System.Windows.Controls.GridView)(target));
     return;
     case 25:
     this.cboShipTo = ((System.Windows.Controls.ComboBox)(target));
     
     #line 369 "..\..\..\..\Trace\Views\BookingMngrView.xaml"
     this.cboShipTo.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.cboShipTo_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 26:
     this.cboDocList = ((System.Windows.Controls.ComboBox)(target));
     
     #line 382 "..\..\..\..\Trace\Views\BookingMngrView.xaml"
     this.cboDocList.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.cboDocList_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 27:
     this.dgSelected = ((Xceed.Wpf.DataGrid.DataGridControl)(target));
     return;
     case 28:
     this.txtComment = ((System.Windows.Controls.TextBox)(target));
     return;
     case 29:
     
     #line 492 "..\..\..\..\Trace\Views\BookingMngrView.xaml"
     ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click);
     
     #line default
     #line hidden
     return;
     case 30:
     this.expBkInfo = ((Odyssey.Controls.OdcExpander)(target));
     return;
     case 31:
     this.stkAddInfo = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 32:
     this.shipToDesc = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 33:
     this._D12 = ((Microsoft.Windows.Controls.DatePicker)(target));
     return;
     case 34:
     this._C15 = ((System.Windows.Controls.TextBox)(target));
     return;
     case 35:
     this._C17 = ((System.Windows.Controls.TextBox)(target));
     return;
     case 36:
     this.btnUpdInfo = ((System.Windows.Controls.Button)(target));
     
     #line 708 "..\..\..\..\Trace\Views\BookingMngrView.xaml"
     this.btnUpdInfo.Click += new System.Windows.RoutedEventHandler(this.btnUpdInfo_Click);
     
     #line default
     #line hidden
     return;
     case 37:
     this.popup3 = ((System.Windows.Controls.Primitives.Popup)(target));
     return;
     case 38:
     this.ucDocLine = ((WpfFront.Common.UserControls.AdminDocumentLine)(target));
     return;
     case 39:
     this.popAddr = ((System.Windows.Controls.Primitives.Popup)(target));
     return;
     case 40:
     this.ucAccuntAddr = ((WpfFront.Common.UserControls.UcAccountAddress)(target));
     return;
     case 41:
     this.txtHide = ((System.Windows.Controls.TextBlock)(target));
     
     #line 750 "..\..\..\..\Trace\Views\BookingMngrView.xaml"
     this.txtHide.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.txtHide_MouseDown);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
Пример #5
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.ShippingModule = ((WpfFront.Views.ShipperMngrView)(target));
     return;
     case 2:
     this.txtTitle = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 3:
     this.imgDocs = ((System.Windows.Controls.Image)(target));
     
     #line 91 "..\..\..\..\Trace\Views\ShipperMngrView.xaml"
     this.imgDocs.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.imgDocs_MouseDown);
     
     #line default
     #line hidden
     return;
     case 4:
     this.cboAccount = ((System.Windows.Controls.ComboBox)(target));
     
     #line 97 "..\..\..\..\Trace\Views\ShipperMngrView.xaml"
     this.cboAccount.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.cboAccount_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 5:
     this.filter = ((System.Windows.Controls.CheckBox)(target));
     
     #line 100 "..\..\..\..\Trace\Views\ShipperMngrView.xaml"
     this.filter.Checked += new System.Windows.RoutedEventHandler(this.filter_Checked);
     
     #line default
     #line hidden
     
     #line 101 "..\..\..\..\Trace\Views\ShipperMngrView.xaml"
     this.filter.Unchecked += new System.Windows.RoutedEventHandler(this.filter_Unchecked);
     
     #line default
     #line hidden
     return;
     case 6:
     this.imgRfr = ((System.Windows.Controls.Image)(target));
     
     #line 104 "..\..\..\..\Trace\Views\ShipperMngrView.xaml"
     this.imgRfr.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.imgRfr_MouseDown);
     
     #line default
     #line hidden
     return;
     case 7:
     this.ucDocList = ((WpfFront.Common.UserControls.DocumentList)(target));
     return;
     case 8:
     this.tabStep = ((System.Windows.Controls.TabControl)(target));
     
     #line 124 "..\..\..\..\Trace\Views\ShipperMngrView.xaml"
     this.tabStep.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.tabStep_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 9:
     this.cboToDo = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 10:
     this.docName = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 11:
     this.chkAll = ((System.Windows.Controls.TextBlock)(target));
     
     #line 141 "..\..\..\..\Trace\Views\ShipperMngrView.xaml"
     this.chkAll.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.chkAll_MouseDown);
     
     #line default
     #line hidden
     return;
     case 12:
     this.uncheckAll = ((System.Windows.Controls.TextBlock)(target));
     
     #line 143 "..\..\..\..\Trace\Views\ShipperMngrView.xaml"
     this.uncheckAll.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.uncheckAll_MouseDown);
     
     #line default
     #line hidden
     return;
     case 13:
     this.stkUpdLines = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 14:
     this.btnAdd = ((System.Windows.Controls.Button)(target));
     
     #line 147 "..\..\..\..\Trace\Views\ShipperMngrView.xaml"
     this.btnAdd.Click += new System.Windows.RoutedEventHandler(this.btnAdd_Click);
     
     #line default
     #line hidden
     return;
     case 15:
     this.btnRemove = ((System.Windows.Controls.Button)(target));
     
     #line 148 "..\..\..\..\Trace\Views\ShipperMngrView.xaml"
     this.btnRemove.Click += new System.Windows.RoutedEventHandler(this.btnRemove_Click);
     
     #line default
     #line hidden
     return;
     case 16:
     this.dgDocument = ((Xceed.Wpf.DataGrid.DataGridControl)(target));
     
     #line 161 "..\..\..\..\Trace\Views\ShipperMngrView.xaml"
     this.dgDocument.GotFocus += new System.Windows.RoutedEventHandler(this.dgDocument_GotFocus);
     
     #line default
     #line hidden
     return;
     case 17:
     this.dgDetails = ((System.Windows.Controls.ListView)(target));
     
     #line 227 "..\..\..\..\Trace\Views\ShipperMngrView.xaml"
     this.dgDetails.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.dgDetails_MouseDoubleClick);
     
     #line default
     #line hidden
     
     #line 227 "..\..\..\..\Trace\Views\ShipperMngrView.xaml"
     this.dgDetails.AddHandler(System.Windows.Controls.Primitives.ButtonBase.ClickEvent, new System.Windows.RoutedEventHandler(this.dgDetails_Click));
     
     #line default
     #line hidden
     return;
     case 18:
     this.gvLines = ((System.Windows.Controls.GridView)(target));
     return;
     case 22:
     this.dtmDOB = ((Microsoft.Windows.Controls.DatePicker)(target));
     
     #line 319 "..\..\..\..\Trace\Views\ShipperMngrView.xaml"
     this.dtmDOB.SelectedDateChanged += new System.EventHandler<System.Windows.Controls.SelectionChangedEventArgs>(this.dtmDOB_SelectedDateChanged);
     
     #line default
     #line hidden
     return;
     case 23:
     this.stkDOBData = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 24:
     this.cboExtIPS = ((System.Windows.Controls.ComboBox)(target));
     
     #line 331 "..\..\..\..\Trace\Views\ShipperMngrView.xaml"
     this.cboExtIPS.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.cboExtIPS_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 25:
     this.dtmIPS = ((Microsoft.Windows.Controls.DatePicker)(target));
     return;
     case 26:
     this.rPort = ((System.Windows.Controls.TextBox)(target));
     return;
     case 27:
     this.rVoyage = ((System.Windows.Controls.TextBox)(target));
     return;
     case 28:
     this.ucPort = ((WpfFront.Common.UserControls.AutoComplete)(target));
     return;
     case 29:
     this.cboVoyage = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 30:
     this.cboShipTo = ((System.Windows.Controls.ComboBox)(target));
     
     #line 367 "..\..\..\..\Trace\Views\ShipperMngrView.xaml"
     this.cboShipTo.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.cboShipTo_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 31:
     this.txtComment = ((System.Windows.Controls.TextBox)(target));
     return;
     case 32:
     this.dgSelected = ((Xceed.Wpf.DataGrid.DataGridControl)(target));
     return;
     case 33:
     
     #line 468 "..\..\..\..\Trace\Views\ShipperMngrView.xaml"
     ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click);
     
     #line default
     #line hidden
     return;
     case 34:
     this.popup3 = ((System.Windows.Controls.Primitives.Popup)(target));
     return;
     case 35:
     this.ucDocLine = ((WpfFront.Common.UserControls.AdminDocumentLine)(target));
     return;
     case 36:
     this.popAddr = ((System.Windows.Controls.Primitives.Popup)(target));
     return;
     case 37:
     this.ucAccuntAddr = ((WpfFront.Common.UserControls.UcAccountAddress)(target));
     return;
     case 38:
     this.txtHide = ((System.Windows.Controls.TextBlock)(target));
     
     #line 502 "..\..\..\..\Trace\Views\ShipperMngrView.xaml"
     this.txtHide.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.txtHide_MouseDown);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }