Example #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;
 }
 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;
 }
 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;
 }
Example #4
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.DocumentListName = ((WpfFront.Common.UserControls.DocumentList)(target));
     
     #line 5 "..\..\..\..\Common\UserControls\DocumentList.xaml"
     this.DocumentListName.Loaded += new System.Windows.RoutedEventHandler(this.DocumentList_Loaded);
     
     #line default
     #line hidden
     return;
     case 2:
     this.brDocList = ((System.Windows.Controls.Border)(target));
     return;
     case 3:
     this.imgDetails = ((System.Windows.Controls.Image)(target));
     
     #line 30 "..\..\..\..\Common\UserControls\DocumentList.xaml"
     this.imgDetails.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.imgDetails_MouseDown);
     
     #line default
     #line hidden
     return;
     case 4:
     this.imgTicket = ((System.Windows.Controls.Image)(target));
     
     #line 33 "..\..\..\..\Common\UserControls\DocumentList.xaml"
     this.imgTicket.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.imgTicket_MouseDown);
     
     #line default
     #line hidden
     return;
     case 5:
     this.imgRefresh = ((System.Windows.Controls.Image)(target));
     
     #line 35 "..\..\..\..\Common\UserControls\DocumentList.xaml"
     this.imgRefresh.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.imgRefresh_MouseDown);
     
     #line default
     #line hidden
     return;
     case 6:
     this.lvOrders = ((System.Windows.Controls.ListView)(target));
     
     #line 42 "..\..\..\..\Common\UserControls\DocumentList.xaml"
     this.lvOrders.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.lvOrders_MouseDoubleClick);
     
     #line default
     #line hidden
     return;
     case 7:
     this.txtHide = ((System.Windows.Controls.TextBlock)(target));
     
     #line 54 "..\..\..\..\Common\UserControls\DocumentList.xaml"
     this.txtHide.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.txtHide_MouseDown);
     
     #line default
     #line hidden
     return;
     case 8:
     this.popup1 = ((System.Windows.Controls.Primitives.Popup)(target));
     return;
     case 9:
     this.ucDocDetail = ((WpfFront.Common.UserControls.PopUpDocumentDetail)(target));
     return;
     }
     this._contentLoaded = true;
 }
 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;
 }