Beispiel #1
0
        public static void IsExpandedChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
        {
            OdcExpander     expander = d as OdcExpander;
            RoutedEventArgs args     = new RoutedEventArgs((bool)e.NewValue ? ExpandedEvent : CollapsedEvent);

            expander.RaiseEvent(args);
        }
Beispiel #2
0
        public static void OnMinimizedPropertyChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
        {
            bool            minimized = (bool)e.NewValue;
            OdcExpander     expander  = d as OdcExpander;
            RoutedEventArgs args      = new RoutedEventArgs(minimized ? MinimizedEvent : MaximizedEvent);

            expander.IsEnabled = !minimized;
            expander.RaiseEvent(args);
        }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.MoverProducto = ((WpfFront.Views.MoverProductoView)(target));
     return;
     case 2:
     this.Border_1 = ((System.Windows.Controls.Border)(target));
     return;
     case 3:
     this.Stack_Panel_Filter = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 4:
     this.Stack_Panel1 = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 5:
     this.Text_block1 = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 6:
     this.cb_LocationFrom = ((System.Windows.Controls.ComboBox)(target));
     
     #line 27 "..\..\..\..\IQ\Views\MoverProductoView.xaml"
     this.cb_LocationFrom.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.cb_LocationFrom_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 7:
     this.Stack_Panel2 = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 8:
     this.Text_block2 = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 9:
     this.cb_BinFrom = ((System.Windows.Controls.ComboBox)(target));
     
     #line 31 "..\..\..\..\IQ\Views\MoverProductoView.xaml"
     this.cb_BinFrom.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.cb_BinFrom_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 10:
     this.Stack_Panel3 = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 11:
     this.Text_block3 = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 12:
     this.cb_LocationTo = ((System.Windows.Controls.ComboBox)(target));
     
     #line 36 "..\..\..\..\IQ\Views\MoverProductoView.xaml"
     this.cb_LocationTo.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.cb_LocationTo_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 13:
     this.Stack_Panel4 = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 14:
     this.Text_block4 = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 15:
     this.cb_BinTo = ((System.Windows.Controls.ComboBox)(target));
     
     #line 40 "..\..\..\..\IQ\Views\MoverProductoView.xaml"
     this.cb_BinTo.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.cb_BinTo_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 16:
     this.Stack_5 = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 17:
     this.rb_serializable = ((System.Windows.Controls.RadioButton)(target));
     
     #line 50 "..\..\..\..\IQ\Views\MoverProductoView.xaml"
     this.rb_serializable.Checked += new System.Windows.RoutedEventHandler(this.rb_serializable_Checked);
     
     #line default
     #line hidden
     return;
     case 18:
     this.rb_no_serializable = ((System.Windows.Controls.RadioButton)(target));
     
     #line 52 "..\..\..\..\IQ\Views\MoverProductoView.xaml"
     this.rb_no_serializable.Checked += new System.Windows.RoutedEventHandler(this.rb_no_serializable_Checked);
     
     #line default
     #line hidden
     return;
     case 19:
     this.Stack_Panel9 = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 20:
     this.btn_cancelar = ((System.Windows.Controls.Button)(target));
     
     #line 55 "..\..\..\..\IQ\Views\MoverProductoView.xaml"
     this.btn_cancelar.Click += new System.Windows.RoutedEventHandler(this.btn_cancelar_Click);
     
     #line default
     #line hidden
     return;
     case 21:
     this.btn_nuevo = ((System.Windows.Controls.Button)(target));
     
     #line 56 "..\..\..\..\IQ\Views\MoverProductoView.xaml"
     this.btn_nuevo.Click += new System.Windows.RoutedEventHandler(this.btn_nuevo_Click);
     
     #line default
     #line hidden
     return;
     case 22:
     this.btn_confirmar = ((System.Windows.Controls.Button)(target));
     
     #line 57 "..\..\..\..\IQ\Views\MoverProductoView.xaml"
     this.btn_confirmar.Click += new System.Windows.RoutedEventHandler(this.btn_confirmar_Click);
     
     #line default
     #line hidden
     return;
     case 23:
     this.expHeader = ((Odyssey.Controls.OdcExpander)(target));
     
     #line 62 "..\..\..\..\IQ\Views\MoverProductoView.xaml"
     this.expHeader.Expanded += new System.Windows.RoutedEventHandler(this.expLabel_Expanded);
     
     #line default
     #line hidden
     
     #line 62 "..\..\..\..\IQ\Views\MoverProductoView.xaml"
     this.expHeader.Collapsed += new System.Windows.RoutedEventHandler(this.expLabel_Collapsed);
     
     #line default
     #line hidden
     return;
     case 24:
     this.expDetail = ((Odyssey.Controls.OdcExpander)(target));
     
     #line 65 "..\..\..\..\IQ\Views\MoverProductoView.xaml"
     this.expDetail.Expanded += new System.Windows.RoutedEventHandler(this.expLabel_Expanded);
     
     #line default
     #line hidden
     
     #line 65 "..\..\..\..\IQ\Views\MoverProductoView.xaml"
     this.expDetail.Collapsed += new System.Windows.RoutedEventHandler(this.expLabel_Collapsed);
     
     #line default
     #line hidden
     return;
     case 25:
     this.Border_Header = ((System.Windows.Controls.Border)(target));
     return;
     case 26:
     this.Stack_Panel22 = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 27:
     this.Text_block22 = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 28:
     this.tb_Referencia = ((System.Windows.Controls.TextBox)(target));
     return;
     case 29:
     this.Stack_Panel_Header = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 30:
     this.Stack_Panel26 = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 31:
     this.Text_block26 = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 32:
     this.chb_ComentariosSeriales = ((System.Windows.Controls.CheckBox)(target));
     return;
     case 33:
     this.tb_Comentarios = ((System.Windows.Controls.TextBox)(target));
     return;
     case 34:
     this.Stack_Panel_Details = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 35:
     this.Border_Detail = ((System.Windows.Controls.Border)(target));
     return;
     case 36:
     this.Stack_DetailSerial = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 37:
     this.Stack_SerialGroup = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 38:
     this.Stack_Serial1 = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 39:
     this.txt_Serial1 = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 40:
     this.tb_Serial1 = ((System.Windows.Controls.TextBox)(target));
     
     #line 98 "..\..\..\..\IQ\Views\MoverProductoView.xaml"
     this.tb_Serial1.KeyDown += new System.Windows.Input.KeyEventHandler(this.tb_Serial1_KeyDown);
     
     #line default
     #line hidden
     return;
     case 41:
     this.Stack_Serial2 = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 42:
     this.txt_Serial2 = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 43:
     this.tb_Serial2 = ((System.Windows.Controls.TextBox)(target));
     
     #line 102 "..\..\..\..\IQ\Views\MoverProductoView.xaml"
     this.tb_Serial2.KeyDown += new System.Windows.Input.KeyEventHandler(this.tb_Serial2_KeyDown);
     
     #line default
     #line hidden
     return;
     case 44:
     this.Stack_Serial3 = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 45:
     this.txt_Serial3 = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 46:
     this.tb_Serial3 = ((System.Windows.Controls.TextBox)(target));
     
     #line 106 "..\..\..\..\IQ\Views\MoverProductoView.xaml"
     this.tb_Serial3.KeyDown += new System.Windows.Input.KeyEventHandler(this.tb_Serial3_KeyDown);
     
     #line default
     #line hidden
     return;
     case 47:
     this.Stack_Product = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 48:
     this.txt_Product = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 49:
     this.sp_Product = ((WpfFront.Common.UserControls.SearchProduct)(target));
     return;
     case 50:
     this.Stack_Cantidad = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 51:
     this.textblock_cantidad = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 52:
     this.tb_Cantidad = ((System.Windows.Controls.TextBox)(target));
     
     #line 117 "..\..\..\..\IQ\Views\MoverProductoView.xaml"
     this.tb_Cantidad.KeyDown += new System.Windows.Input.KeyEventHandler(this.tb_Serial3_KeyDown);
     
     #line default
     #line hidden
     return;
     case 53:
     this.Stack_UploadFile = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 54:
     this.txt_UploadFile = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 55:
     this.fUpload = ((WpfFront.Common.UserControls.UploadFile)(target));
     return;
     case 56:
     this.Stack_Adicionales = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 57:
     this.chkRep = ((System.Windows.Controls.CheckBox)(target));
     
     #line 126 "..\..\..\..\IQ\Views\MoverProductoView.xaml"
     this.chkRep.Checked += new System.Windows.RoutedEventHandler(this.chkRep_Checked);
     
     #line default
     #line hidden
     return;
     case 58:
     this.textblock_recuento = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 59:
     this.txt_RegistrosNoCargados = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 60:
     this.lvDocumentMaster = ((System.Windows.Controls.ListView)(target));
     return;
     case 61:
     this.GridViewDetails = ((System.Windows.Controls.GridView)(target));
     return;
     case 62:
     this.Stack_Button = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 63:
     this.Btn_Guardar = ((System.Windows.Controls.Button)(target));
     
     #line 146 "..\..\..\..\IQ\Views\MoverProductoView.xaml"
     this.Btn_Guardar.Click += new System.Windows.RoutedEventHandler(this.Btn_Guardar_Click);
     
     #line default
     #line hidden
     return;
     case 64:
     this.Btn_GuardarProductosCantidad = ((System.Windows.Controls.Button)(target));
     return;
     case 65:
     this.Btn_Copiar = ((System.Windows.Controls.Button)(target));
     
     #line 149 "..\..\..\..\IQ\Views\MoverProductoView.xaml"
     this.Btn_Copiar.Click += new System.Windows.RoutedEventHandler(this.Btn_Copiar_Click);
     
     #line default
     #line hidden
     return;
     case 66:
     this.Lbl_Etiq_Impre1 = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 67:
     this.Cbx_Etiqueta1 = ((System.Windows.Controls.ComboBox)(target));
     
     #line 156 "..\..\..\..\IQ\Views\MoverProductoView.xaml"
     this.Cbx_Etiqueta1.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.Cbx_Etiqueta_SelectedValue);
     
     #line default
     #line hidden
     return;
     case 68:
     this.Btn1_Impresiora_1 = ((System.Windows.Controls.Button)(target));
     
     #line 161 "..\..\..\..\IQ\Views\MoverProductoView.xaml"
     this.Btn1_Impresiora_1.Click += new System.Windows.RoutedEventHandler(this.Click_Btn1_Impresiora_1);
     
     #line default
     #line hidden
     return;
     case 69:
     this.Btn1_Impresiora_2 = ((System.Windows.Controls.Button)(target));
     
     #line 162 "..\..\..\..\IQ\Views\MoverProductoView.xaml"
     this.Btn1_Impresiora_2.Click += new System.Windows.RoutedEventHandler(this.Click_Btn2_Impresiora_2);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.KitAssembly = ((WpfFront.Views.KitAssemblyView)(target));
     return;
     case 2:
     this.stpDocList2 = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 3:
     this.txtSearch = ((System.Windows.Controls.TextBox)(target));
     
     #line 59 "..\..\..\..\Trace\Views\KitAssemblyView.xaml"
     this.txtSearch.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtSearch_TextChanged);
     
     #line default
     #line hidden
     return;
     case 4:
     this.chkLate = ((System.Windows.Controls.CheckBox)(target));
     
     #line 60 "..\..\..\..\Trace\Views\KitAssemblyView.xaml"
     this.chkLate.Checked += new System.Windows.RoutedEventHandler(this.chkLate_Checked);
     
     #line default
     #line hidden
     
     #line 60 "..\..\..\..\Trace\Views\KitAssemblyView.xaml"
     this.chkLate.Unchecked += new System.Windows.RoutedEventHandler(this.chkLate_Checked);
     
     #line default
     #line hidden
     return;
     case 5:
     
     #line 61 "..\..\..\..\Trace\Views\KitAssemblyView.xaml"
     ((System.Windows.Controls.Image)(target)).MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.Image_MouseDown);
     
     #line default
     #line hidden
     return;
     case 6:
     this.dgDocument = ((Xceed.Wpf.DataGrid.DataGridControl)(target));
     
     #line 73 "..\..\..\..\Trace\Views\KitAssemblyView.xaml"
     this.dgDocument.GotFocus += new System.Windows.RoutedEventHandler(this.dgDocument_Click);
     
     #line default
     #line hidden
     return;
     case 7:
     this.ctnColsMenu1 = ((System.Windows.Controls.ContextMenu)(target));
     return;
     case 8:
     
     #line 85 "..\..\..\..\Trace\Views\KitAssemblyView.xaml"
     ((System.Windows.Controls.MenuItem)(target)).MouseEnter += new System.Windows.Input.MouseEventHandler(this.MenuItem_MouseEnter);
     
     #line default
     #line hidden
     return;
     case 9:
     this.tabMenu = ((System.Windows.Controls.TabControl)(target));
     return;
     case 10:
     this.lvDocumentData = ((System.Windows.Controls.ListView)(target));
     return;
     case 11:
     this.xRefresh = ((System.Windows.Controls.Image)(target));
     
     #line 197 "..\..\..\..\Trace\Views\KitAssemblyView.xaml"
     this.xRefresh.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.xRefresh_MouseDown);
     
     #line default
     #line hidden
     return;
     case 12:
     this.btnRecTkt = ((System.Windows.Controls.Button)(target));
     
     #line 200 "..\..\..\..\Trace\Views\KitAssemblyView.xaml"
     this.btnRecTkt.Click += new System.Windows.RoutedEventHandler(this.btnRecTkt_Click);
     
     #line default
     #line hidden
     return;
     case 13:
     this.ucDirectPrint = ((WpfFront.Common.UserControls.DirectPrint)(target));
     return;
     case 14:
     this.btnPrintOpc = ((System.Windows.Controls.Button)(target));
     
     #line 212 "..\..\..\..\Trace\Views\KitAssemblyView.xaml"
     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:
     this.expManual = ((Odyssey.Controls.OdcExpander)(target));
     
     #line 402 "..\..\..\..\Trace\Views\KitAssemblyView.xaml"
     this.expManual.Expanded += new System.Windows.RoutedEventHandler(this.expLabel_Expanded);
     
     #line default
     #line hidden
     
     #line 402 "..\..\..\..\Trace\Views\KitAssemblyView.xaml"
     this.expManual.Collapsed += new System.Windows.RoutedEventHandler(this.expLabel_Collapsed);
     
     #line default
     #line hidden
     return;
     case 28:
     this.dgReceive = ((System.Windows.Controls.Grid)(target));
     return;
     case 29:
     this.txtProduct = ((WpfFront.Common.UserControls.SearchProduct)(target));
     return;
     case 30:
     this.cboUnit = ((System.Windows.Controls.ListView)(target));
     
     #line 451 "..\..\..\..\Trace\Views\KitAssemblyView.xaml"
     this.cboUnit.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.cboUnit_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 31:
     this.txtQuantity = ((System.Windows.Controls.TextBox)(target));
     return;
     case 32:
     this.txtProductTrackMsg = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 33:
     this.btnTrack = ((System.Windows.Controls.Button)(target));
     
     #line 479 "..\..\..\..\Trace\Views\KitAssemblyView.xaml"
     this.btnTrack.Click += new System.Windows.RoutedEventHandler(this.btnTrack_Click);
     
     #line default
     #line hidden
     return;
     case 34:
     this.btnReceive = ((System.Windows.Controls.Button)(target));
     
     #line 480 "..\..\..\..\Trace\Views\KitAssemblyView.xaml"
     this.btnReceive.Click += new System.Windows.RoutedEventHandler(this.btnReceive_Click);
     
     #line default
     #line hidden
     return;
     case 35:
     this.lvBinStock = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 36:
     this.lsStock = ((System.Windows.Controls.ListView)(target));
     
     #line 490 "..\..\..\..\Trace\Views\KitAssemblyView.xaml"
     this.lsStock.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.lsStock_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 37:
     this.expLabel = ((Odyssey.Controls.OdcExpander)(target));
     
     #line 524 "..\..\..\..\Trace\Views\KitAssemblyView.xaml"
     this.expLabel.Expanded += new System.Windows.RoutedEventHandler(this.expLabel_Expanded);
     
     #line default
     #line hidden
     
     #line 524 "..\..\..\..\Trace\Views\KitAssemblyView.xaml"
     this.expLabel.Collapsed += new System.Windows.RoutedEventHandler(this.expLabel_Collapsed);
     
     #line default
     #line hidden
     return;
     case 38:
     this.txtScanLabel = ((System.Windows.Controls.TextBox)(target));
     
     #line 532 "..\..\..\..\Trace\Views\KitAssemblyView.xaml"
     this.txtScanLabel.LostFocus += new System.Windows.RoutedEventHandler(this.txtScanLabel_LostFocus);
     
     #line default
     #line hidden
     return;
     case 39:
     this.stkLabelTrack = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 40:
     this.lvTrackLabel = ((System.Windows.Controls.ListView)(target));
     return;
     case 41:
     this.btnLabelTrakOpt = ((System.Windows.Controls.Button)(target));
     
     #line 556 "..\..\..\..\Trace\Views\KitAssemblyView.xaml"
     this.btnLabelTrakOpt.Click += new System.Windows.RoutedEventHandler(this.btnLabelTrakOpt_Click);
     
     #line default
     #line hidden
     return;
     case 42:
     this.lvLabelsAvailable = ((System.Windows.Controls.ListView)(target));
     return;
     case 43:
     this.btnReceiveLabel = ((System.Windows.Controls.Button)(target));
     
     #line 582 "..\..\..\..\Trace\Views\KitAssemblyView.xaml"
     this.btnReceiveLabel.Click += new System.Windows.RoutedEventHandler(this.btnReceiveLabel_Click);
     
     #line default
     #line hidden
     return;
     case 44:
     this.dgDocumentBalance = ((Xceed.Wpf.DataGrid.DataGridControl)(target));
     
     #line 603 "..\..\..\..\Trace\Views\KitAssemblyView.xaml"
     this.dgDocumentBalance.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.dgPostingBalance_MouseDoubleClick);
     
     #line default
     #line hidden
     return;
     case 45:
     this.btnReceiptAtOnce = ((System.Windows.Controls.Button)(target));
     
     #line 648 "..\..\..\..\Trace\Views\KitAssemblyView.xaml"
     this.btnReceiptAtOnce.Click += new System.Windows.RoutedEventHandler(this.btnReceiptAtOnce_Click);
     
     #line default
     #line hidden
     return;
     case 46:
     this.tbItemTracking = ((System.Windows.Controls.TabItem)(target));
     return;
     case 47:
     this.lvTrackProduct = ((System.Windows.Controls.ListView)(target));
     return;
     case 48:
     this.txtQtyTrack = ((System.Windows.Controls.TextBox)(target));
     return;
     case 49:
     this.btnAddTrackOpt = ((System.Windows.Controls.Button)(target));
     
     #line 712 "..\..\..\..\Trace\Views\KitAssemblyView.xaml"
     this.btnAddTrackOpt.Click += new System.Windows.RoutedEventHandler(this.Add_TrackOpt_Click);
     
     #line default
     #line hidden
     return;
     case 50:
     this.txtTrackRemaining = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 51:
     this.txtTrackRemain = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 52:
     this.lvManualTrackList = ((System.Windows.Controls.ListView)(target));
     return;
     case 53:
     this.btnTrackRemove = ((System.Windows.Controls.Button)(target));
     
     #line 739 "..\..\..\..\Trace\Views\KitAssemblyView.xaml"
     this.btnTrackRemove.Click += new System.Windows.RoutedEventHandler(this.btnTrackRemove_Click);
     
     #line default
     #line hidden
     return;
     case 54:
     this.btnTrackReceive = ((System.Windows.Controls.Button)(target));
     
     #line 740 "..\..\..\..\Trace\Views\KitAssemblyView.xaml"
     this.btnTrackReceive.Click += new System.Windows.RoutedEventHandler(this.btnTrackReceive_Click);
     
     #line default
     #line hidden
     return;
     case 55:
     this.popup1 = ((System.Windows.Controls.Primitives.Popup)(target));
     return;
     case 56:
     this.ucRecBalance = ((WpfFront.Common.UserControls.PopUpShell)(target));
     return;
     case 57:
     this.popup2 = ((System.Windows.Controls.Primitives.Popup)(target));
     return;
     case 58:
     this.txtConfirm = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 59:
     this.cboPrinter = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 60:
     this.btnCofirmContinue = ((System.Windows.Controls.Button)(target));
     
     #line 791 "..\..\..\..\Trace\Views\KitAssemblyView.xaml"
     this.btnCofirmContinue.Click += new System.Windows.RoutedEventHandler(this.btnCofirmContinue_Click);
     
     #line default
     #line hidden
     return;
     case 61:
     this.btnConfirmCancel = ((System.Windows.Controls.Button)(target));
     
     #line 793 "..\..\..\..\Trace\Views\KitAssemblyView.xaml"
     this.btnConfirmCancel.Click += new System.Windows.RoutedEventHandler(this.btnConfirmCancel_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.ShippingConsole = ((WpfFront.Views.ShippingConsoleView)(target));
     return;
     case 2:
     this.lvNotification = ((System.Windows.Controls.ListView)(target));
     return;
     case 3:
     this.exToday = ((Odyssey.Controls.OdcExpander)(target));
     
     #line 45 "..\..\..\..\Trace\Views\ShippingConsoleView.xaml"
     this.exToday.Expanded += new System.Windows.RoutedEventHandler(this.exToday_Expanded);
     
     #line default
     #line hidden
     return;
     case 4:
     this.lvToday = ((Xceed.Wpf.DataGrid.DataGridControl)(target));
     return;
     case 5:
     this.exWeek = ((Odyssey.Controls.OdcExpander)(target));
     
     #line 106 "..\..\..\..\Trace\Views\ShippingConsoleView.xaml"
     this.exWeek.Expanded += new System.Windows.RoutedEventHandler(this.exWeek_Expanded);
     
     #line default
     #line hidden
     return;
     case 6:
     this.lvWeek = ((System.Windows.Controls.ListView)(target));
     return;
     case 7:
     this.exMonth = ((Odyssey.Controls.OdcExpander)(target));
     
     #line 123 "..\..\..\..\Trace\Views\ShippingConsoleView.xaml"
     this.exMonth.Expanded += new System.Windows.RoutedEventHandler(this.exMonth_Expanded);
     
     #line default
     #line hidden
     return;
     case 8:
     this.lvMonth = ((System.Windows.Controls.ListView)(target));
     return;
     case 9:
     this.btnPrint = ((System.Windows.Controls.Button)(target));
     
     #line 160 "..\..\..\..\Trace\Views\ShippingConsoleView.xaml"
     this.btnPrint.Click += new System.Windows.RoutedEventHandler(this.btnPrint_Click);
     
     #line default
     #line hidden
     return;
     case 10:
     this.btnAutomatic = ((System.Windows.Controls.Button)(target));
     
     #line 167 "..\..\..\..\Trace\Views\ShippingConsoleView.xaml"
     this.btnAutomatic.Click += new System.Windows.RoutedEventHandler(this.btnAutomatic_Click);
     
     #line default
     #line hidden
     return;
     case 11:
     this.cboPicker = ((System.Windows.Controls.ComboBox)(target));
     
     #line 181 "..\..\..\..\Trace\Views\ShippingConsoleView.xaml"
     this.cboPicker.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.cboPicker_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 12:
     this.stkPikerOrders = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 13:
     this.lvPickOrders = ((Xceed.Wpf.DataGrid.DataGridControl)(target));
     return;
     }
     this._contentLoaded = true;
 }
Beispiel #6
0
        public static void PressedHeaderBackgroundPropertyChangedCallback(DependencyObject d, DependencyPropertyChangedEventArgs e)
        {
            OdcExpander expander = (OdcExpander)d;

            expander.HasPressedBackground = e.NewValue != null;
        }
 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;
 }
Beispiel #8
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.CrossDockModule = ((WpfFront.Views.CrossDockView)(target));
     return;
     case 2:
     this.tbControl = ((System.Windows.Controls.TabControl)(target));
     
     #line 19 "..\..\..\..\Trace\Views\CrossDockView.xaml"
     this.tbControl.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.tbControl_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 3:
     this.tbCross = ((System.Windows.Controls.TabItem)(target));
     return;
     case 4:
     this.stkReceiptData = ((System.Windows.Controls.Border)(target));
     return;
     case 5:
     this.dgDocumentBalance = ((System.Windows.Controls.ListView)(target));
     return;
     case 6:
     this.stkPendingMsg = ((System.Windows.Controls.Border)(target));
     return;
     case 7:
     this.cboToDo = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 8:
     this.btnProcessPending = ((System.Windows.Controls.Button)(target));
     
     #line 100 "..\..\..\..\Trace\Views\CrossDockView.xaml"
     this.btnProcessPending.Click += new System.Windows.RoutedEventHandler(this.btnProcessPending_Click);
     
     #line default
     #line hidden
     return;
     case 9:
     this.expDocs = ((Odyssey.Controls.OdcExpander)(target));
     return;
     case 10:
     this.txtSearch = ((System.Windows.Controls.TextBox)(target));
     
     #line 128 "..\..\..\..\Trace\Views\CrossDockView.xaml"
     this.txtSearch.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtSearch_TextChanged);
     
     #line default
     #line hidden
     return;
     case 11:
     this.dgSearchDoc = ((System.Windows.Controls.Grid)(target));
     return;
     case 12:
     this.lvAvailableDocs = ((System.Windows.Controls.ListView)(target));
     return;
     case 13:
     this.btnAdd = ((System.Windows.Controls.Button)(target));
     
     #line 171 "..\..\..\..\Trace\Views\CrossDockView.xaml"
     this.btnAdd.Click += new System.Windows.RoutedEventHandler(this.btnAdd_Click);
     
     #line default
     #line hidden
     return;
     case 14:
     this.btnRemDoc = ((System.Windows.Controls.Button)(target));
     
     #line 173 "..\..\..\..\Trace\Views\CrossDockView.xaml"
     this.btnRemDoc.Click += new System.Windows.RoutedEventHandler(this.btnRemDoc_Click);
     
     #line default
     #line hidden
     return;
     case 15:
     this.btnDet = ((System.Windows.Controls.Button)(target));
     
     #line 178 "..\..\..\..\Trace\Views\CrossDockView.xaml"
     this.btnDet.Click += new System.Windows.RoutedEventHandler(this.btnDet_Click);
     
     #line default
     #line hidden
     return;
     case 16:
     this.lvAsignedDocs = ((System.Windows.Controls.ListView)(target));
     return;
     case 17:
     this.btnStep1 = ((System.Windows.Controls.Button)(target));
     
     #line 202 "..\..\..\..\Trace\Views\CrossDockView.xaml"
     this.btnStep1.Click += new System.Windows.RoutedEventHandler(this.btnStep1_Click);
     
     #line default
     #line hidden
     return;
     case 18:
     this.expResult = ((Odyssey.Controls.OdcExpander)(target));
     return;
     case 19:
     this.dgPreview = ((Xceed.Wpf.DataGrid.DataGridControl)(target));
     return;
     case 20:
     this.stkConfirm = ((System.Windows.Controls.Border)(target));
     return;
     case 21:
     this.txWarning = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 22:
     this.btnStep2 = ((System.Windows.Controls.Button)(target));
     
     #line 283 "..\..\..\..\Trace\Views\CrossDockView.xaml"
     this.btnStep2.Click += new System.Windows.RoutedEventHandler(this.btnStep2_Click);
     
     #line default
     #line hidden
     return;
     case 23:
     this.tbHistory = ((System.Windows.Controls.TabItem)(target));
     return;
     case 24:
     this.txtSearchH = ((System.Windows.Controls.TextBox)(target));
     
     #line 319 "..\..\..\..\Trace\Views\CrossDockView.xaml"
     this.txtSearchH.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtSearchH_TextChanged);
     
     #line default
     #line hidden
     return;
     case 25:
     this.dgDocument = ((Xceed.Wpf.DataGrid.DataGridControl)(target));
     
     #line 326 "..\..\..\..\Trace\Views\CrossDockView.xaml"
     this.dgDocument.GotFocus += new System.Windows.RoutedEventHandler(this.dgDocument_GotFocus);
     
     #line default
     #line hidden
     return;
     case 26:
     this.stkDetail = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 27:
     this.lvDocumentData = ((System.Windows.Controls.ListView)(target));
     return;
     case 28:
     this.lvCrossDocs = ((System.Windows.Controls.ListView)(target));
     return;
     case 29:
     this.btnTkt = ((System.Windows.Controls.Button)(target));
     
     #line 429 "..\..\..\..\Trace\Views\CrossDockView.xaml"
     this.btnTkt.Click += new System.Windows.RoutedEventHandler(this.btnTkt_Click);
     
     #line default
     #line hidden
     return;
     case 30:
     this.expDocLines = ((Odyssey.Controls.OdcExpander)(target));
     return;
     case 31:
     this.dgLines = ((Xceed.Wpf.DataGrid.DataGridControl)(target));
     return;
     case 32:
     this.popup1 = ((System.Windows.Controls.Primitives.Popup)(target));
     return;
     case 33:
     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.ReceivingModule = ((WpfFront.Views.ReceivingView)(target));
     return;
     case 2:
     this.txtTitle = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 3:
     this.txtHide = ((System.Windows.Controls.TextBlock)(target));
     
     #line 36 "..\..\..\..\Trace\Views\ReceivingView.xaml"
     this.txtHide.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.TextBlock_MouseDown);
     
     #line default
     #line hidden
     return;
     case 4:
     this.stpDocLis = ((System.Windows.Controls.DockPanel)(target));
     return;
     case 5:
     this.gb1 = ((System.Windows.Controls.GroupBox)(target));
     return;
     case 6:
     this.txtVendor = ((WpfFront.Common.UserControls.SearchAccount)(target));
     return;
     case 7:
     this.btnEmptyTask = ((System.Windows.Controls.Button)(target));
     
     #line 59 "..\..\..\..\Trace\Views\ReceivingView.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 75 "..\..\..\..\Trace\Views\ReceivingView.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 76 "..\..\..\..\Trace\Views\ReceivingView.xaml"
     this.chkLate.Checked += new System.Windows.RoutedEventHandler(this.chkLate_Checked);
     
     #line default
     #line hidden
     
     #line 76 "..\..\..\..\Trace\Views\ReceivingView.xaml"
     this.chkLate.Unchecked += new System.Windows.RoutedEventHandler(this.chkLate_Checked);
     
     #line default
     #line hidden
     return;
     case 11:
     
     #line 78 "..\..\..\..\Trace\Views\ReceivingView.xaml"
     ((System.Windows.Controls.Image)(target)).MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.Image_MouseDown);
     
     #line default
     #line hidden
     return;
     case 12:
     this.dgDocument = ((Xceed.Wpf.DataGrid.DataGridControl)(target));
     
     #line 85 "..\..\..\..\Trace\Views\ReceivingView.xaml"
     this.dgDocument.GotFocus += new System.Windows.RoutedEventHandler(this.dgDocument_Click);
     
     #line default
     #line hidden
     return;
     case 13:
     this.ctnColsMenu = ((System.Windows.Controls.ContextMenu)(target));
     return;
     case 14:
     
     #line 112 "..\..\..\..\Trace\Views\ReceivingView.xaml"
     ((System.Windows.Controls.MenuItem)(target)).MouseEnter += new System.Windows.Input.MouseEventHandler(this.MenuItem_MouseEnter);
     
     #line default
     #line hidden
     return;
     case 15:
     this.tabMenu = ((System.Windows.Controls.TabControl)(target));
     return;
     case 16:
     this.lvDocumentData = ((System.Windows.Controls.ListView)(target));
     return;
     case 17:
     this.xRefresh = ((System.Windows.Controls.Image)(target));
     
     #line 209 "..\..\..\..\Trace\Views\ReceivingView.xaml"
     this.xRefresh.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.xRefresh_MouseDown);
     
     #line default
     #line hidden
     return;
     case 18:
     this.btnRecTkt = ((System.Windows.Controls.Button)(target));
     
     #line 212 "..\..\..\..\Trace\Views\ReceivingView.xaml"
     this.btnRecTkt.Click += new System.Windows.RoutedEventHandler(this.btnRecTkt_Click);
     
     #line default
     #line hidden
     return;
     case 19:
     this.ucDirectPrint = ((WpfFront.Common.UserControls.DirectPrint)(target));
     return;
     case 20:
     this.btnPrintOpc = ((System.Windows.Controls.Button)(target));
     
     #line 227 "..\..\..\..\Trace\Views\ReceivingView.xaml"
     this.btnPrintOpc.Click += new System.Windows.RoutedEventHandler(this.btnPrintOpc_Click);
     
     #line default
     #line hidden
     return;
     case 21:
     this.btnCrossDock = ((System.Windows.Controls.Button)(target));
     
     #line 237 "..\..\..\..\Trace\Views\ReceivingView.xaml"
     this.btnCrossDock.Click += new System.Windows.RoutedEventHandler(this.btnCrossDock_Click);
     
     #line default
     #line hidden
     return;
     case 22:
     this.gAbArrive = ((System.Windows.Controls.GroupBox)(target));
     return;
     case 23:
     this.txtQtyArrived = ((System.Windows.Controls.TextBox)(target));
     
     #line 264 "..\..\..\..\Trace\Views\ReceivingView.xaml"
     this.txtQtyArrived.LostFocus += new System.Windows.RoutedEventHandler(this.txtQuantity_LostFocus);
     
     #line default
     #line hidden
     return;
     case 24:
     this.btnArrived = ((System.Windows.Controls.Button)(target));
     
     #line 273 "..\..\..\..\Trace\Views\ReceivingView.xaml"
     this.btnArrived.Click += new System.Windows.RoutedEventHandler(this.btnArrived_Click);
     
     #line default
     #line hidden
     return;
     case 25:
     this.cboStatus = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 26:
     this.btnChangeStatus = ((System.Windows.Controls.Button)(target));
     
     #line 296 "..\..\..\..\Trace\Views\ReceivingView.xaml"
     this.btnChangeStatus.Click += new System.Windows.RoutedEventHandler(this.btnChangeStatus_Click);
     
     #line default
     #line hidden
     return;
     case 27:
     this.stkCross = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 28:
     
     #line 307 "..\..\..\..\Trace\Views\ReceivingView.xaml"
     ((System.Windows.Controls.TextBlock)(target)).MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.TextBlock_MouseEnter);
     
     #line default
     #line hidden
     return;
     case 29:
     this.expDocLines = ((Odyssey.Controls.OdcExpander)(target));
     return;
     case 30:
     this.dgLines = ((Xceed.Wpf.DataGrid.DataGridControl)(target));
     return;
     case 31:
     this.stkPosting = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 32:
     this.dgPostingBalance = ((Xceed.Wpf.DataGrid.DataGridControl)(target));
     
     #line 392 "..\..\..\..\Trace\Views\ReceivingView.xaml"
     this.dgPostingBalance.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.dgPostingBalance_MouseDoubleClick);
     
     #line default
     #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
     #line hidden
     return;
     case 47:
     this.dgReceive = ((System.Windows.Controls.Grid)(target));
     return;
     case 48:
     this.txtProduct = ((WpfFront.Common.UserControls.SearchProduct)(target));
     return;
     case 49:
     this.cboUnit = ((System.Windows.Controls.ListView)(target));
     
     #line 579 "..\..\..\..\Trace\Views\ReceivingView.xaml"
     this.cboUnit.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.cboUnit_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 50:
     this.grdRecManual = ((System.Windows.Controls.Grid)(target));
     return;
     case 51:
     this.txtQuantity = ((System.Windows.Controls.TextBox)(target));
     
     #line 606 "..\..\..\..\Trace\Views\ReceivingView.xaml"
     this.txtQuantity.LostFocus += new System.Windows.RoutedEventHandler(this.txtQuantity_LostFocus);
     
     #line default
     #line hidden
     return;
     case 52:
     this.txtCurQty = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 53:
     this.cboLogiUnit = ((System.Windows.Controls.ComboBox)(target));
     
     #line 619 "..\..\..\..\Trace\Views\ReceivingView.xaml"
     this.cboLogiUnit.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.cboLogiUnit_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 54:
     this.txtQtyPerPack = ((System.Windows.Controls.TextBox)(target));
     return;
     case 55:
     this.txtProductTrackMsg = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 56:
     this.btnTrack = ((System.Windows.Controls.Button)(target));
     
     #line 630 "..\..\..\..\Trace\Views\ReceivingView.xaml"
     this.btnTrack.Click += new System.Windows.RoutedEventHandler(this.btnTrack_Click);
     
     #line default
     #line hidden
     return;
     case 57:
     this.btnReceive = ((System.Windows.Controls.Button)(target));
     
     #line 631 "..\..\..\..\Trace\Views\ReceivingView.xaml"
     this.btnReceive.Click += new System.Windows.RoutedEventHandler(this.btnReceive_Click);
     
     #line default
     #line hidden
     return;
     case 58:
     this.dgReturn = ((System.Windows.Controls.Grid)(target));
     return;
     case 59:
     this.txtRetPending = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 60:
     this.txtQtyHnd = ((System.Windows.Controls.TextBox)(target));
     
     #line 663 "..\..\..\..\Trace\Views\ReceivingView.xaml"
     this.txtQtyHnd.LostFocus += new System.Windows.RoutedEventHandler(this.txtQtyHnd_LostFocus);
     
     #line default
     #line hidden
     return;
     case 61:
     this.txtDamage = ((System.Windows.Controls.TextBox)(target));
     
     #line 669 "..\..\..\..\Trace\Views\ReceivingView.xaml"
     this.txtDamage.LostFocus += new System.Windows.RoutedEventHandler(this.txDamage_LostFocus);
     
     #line default
     #line hidden
     return;
     case 62:
     this.txtRetTotal = ((System.Windows.Controls.TextBox)(target));
     return;
     case 63:
     this.btnReceiveReturn = ((System.Windows.Controls.Button)(target));
     
     #line 678 "..\..\..\..\Trace\Views\ReceivingView.xaml"
     this.btnReceiveReturn.Click += new System.Windows.RoutedEventHandler(this.btnReceiveReturn_Click);
     
     #line default
     #line hidden
     return;
     case 64:
     this.tbProductInfo = ((System.Windows.Controls.TabControl)(target));
     return;
     case 65:
     this.txtUPC = ((System.Windows.Controls.TextBox)(target));
     return;
     case 66:
     this.txtReference = ((System.Windows.Controls.TextBox)(target));
     return;
     case 67:
     this.txtManufacturer = ((System.Windows.Controls.TextBox)(target));
     return;
     case 68:
     this.lvBinStock = ((System.Windows.Controls.ListView)(target));
     
     #line 731 "..\..\..\..\Trace\Views\ReceivingView.xaml"
     this.lvBinStock.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.lsStock_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 69:
     this.txtAssigBin = ((System.Windows.Controls.TextBox)(target));
     return;
     case 70:
     this.cboBinDirection = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 71:
     this.btnAssignBin = ((System.Windows.Controls.Button)(target));
     
     #line 752 "..\..\..\..\Trace\Views\ReceivingView.xaml"
     this.btnAssignBin.Click += new System.Windows.RoutedEventHandler(this.btnAssignBin_Click);
     
     #line default
     #line hidden
     return;
     case 72:
     this.expLabel = ((Odyssey.Controls.OdcExpander)(target));
     
     #line 783 "..\..\..\..\Trace\Views\ReceivingView.xaml"
     this.expLabel.Expanded += new System.Windows.RoutedEventHandler(this.expLabel_Expanded);
     
     #line default
     #line hidden
     
     #line 783 "..\..\..\..\Trace\Views\ReceivingView.xaml"
     this.expLabel.Collapsed += new System.Windows.RoutedEventHandler(this.expLabel_Collapsed);
     
     #line default
     #line hidden
     return;
     case 73:
     this.txtScanLabel = ((System.Windows.Controls.TextBox)(target));
     
     #line 791 "..\..\..\..\Trace\Views\ReceivingView.xaml"
     this.txtScanLabel.LostFocus += new System.Windows.RoutedEventHandler(this.txtScanLabel_LostFocus);
     
     #line default
     #line hidden
     return;
     case 74:
     this.stkLabelTrack = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 75:
     this.lvTrackLabel = ((System.Windows.Controls.ListView)(target));
     return;
     case 76:
     this.btnLabelTrakOpt = ((System.Windows.Controls.Button)(target));
     
     #line 814 "..\..\..\..\Trace\Views\ReceivingView.xaml"
     this.btnLabelTrakOpt.Click += new System.Windows.RoutedEventHandler(this.btnLabelTrakOpt_Click);
     
     #line default
     #line hidden
     return;
     case 77:
     this.chkSelectLabel = ((System.Windows.Controls.CheckBox)(target));
     
     #line 829 "..\..\..\..\Trace\Views\ReceivingView.xaml"
     this.chkSelectLabel.Checked += new System.Windows.RoutedEventHandler(this.chkSelectAll_Checked);
     
     #line default
     #line hidden
     
     #line 829 "..\..\..\..\Trace\Views\ReceivingView.xaml"
     this.chkSelectLabel.Unchecked += new System.Windows.RoutedEventHandler(this.chkSelectAll_Unchecked);
     
     #line default
     #line hidden
     return;
     case 78:
     this.lvLabelsAvailable = ((System.Windows.Controls.ListView)(target));
     
     #line 834 "..\..\..\..\Trace\Views\ReceivingView.xaml"
     this.lvLabelsAvailable.AddHandler(System.Windows.Controls.Primitives.ButtonBase.ClickEvent, new System.Windows.RoutedEventHandler(this.lvLabelsAvailable_Click));
     
     #line default
     #line hidden
     return;
     case 79:
     this.btnReceiveLabel = ((System.Windows.Controls.Button)(target));
     
     #line 845 "..\..\..\..\Trace\Views\ReceivingView.xaml"
     this.btnReceiveLabel.Click += new System.Windows.RoutedEventHandler(this.btnReceiveLabel_Click);
     
     #line default
     #line hidden
     return;
     case 80:
     this.dgDocumentBalance = ((Xceed.Wpf.DataGrid.DataGridControl)(target));
     
     #line 868 "..\..\..\..\Trace\Views\ReceivingView.xaml"
     this.dgDocumentBalance.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.dgPostingBalance_MouseDoubleClick);
     
     #line default
     #line hidden
     return;
     case 81:
     this.btnReceiptAtOnce = ((System.Windows.Controls.Button)(target));
     
     #line 914 "..\..\..\..\Trace\Views\ReceivingView.xaml"
     this.btnReceiptAtOnce.Click += new System.Windows.RoutedEventHandler(this.btnReceiptAtOnce_Click);
     
     #line default
     #line hidden
     return;
     case 82:
     this.tbItemTracking = ((System.Windows.Controls.TabItem)(target));
     return;
     case 83:
     this.itmTrackOpts = ((System.Windows.Controls.ItemsControl)(target));
     return;
     case 84:
     this.btnTrackReceive = ((System.Windows.Controls.Button)(target));
     
     #line 936 "..\..\..\..\Trace\Views\ReceivingView.xaml"
     this.btnTrackReceive.Click += new System.Windows.RoutedEventHandler(this.btnTrackReceive_Click);
     
     #line default
     #line hidden
     return;
     case 85:
     this.tbPosting = ((System.Windows.Controls.TabItem)(target));
     return;
     case 86:
     this.lvReceipts = ((System.Windows.Controls.ListView)(target));
     
     #line 952 "..\..\..\..\Trace\Views\ReceivingView.xaml"
     this.lvReceipts.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.lvReceipts_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 87:
     this.stkReceiptData = ((System.Windows.Controls.Border)(target));
     return;
     case 88:
     this.btnReversePosted = ((System.Windows.Controls.Button)(target));
     
     #line 998 "..\..\..\..\Trace\Views\ReceivingView.xaml"
     this.btnReversePosted.Click += new System.Windows.RoutedEventHandler(this.btnReversePosted_Click);
     
     #line default
     #line hidden
     return;
     case 89:
     this.btnViewPR = ((System.Windows.Controls.Button)(target));
     
     #line 1001 "..\..\..\..\Trace\Views\ReceivingView.xaml"
     this.btnViewPR.Click += new System.Windows.RoutedEventHandler(this.btnViewPR_Click);
     
     #line default
     #line hidden
     return;
     case 90:
     this.dgReceiptLines = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 91:
     this.popup1 = ((System.Windows.Controls.Primitives.Popup)(target));
     return;
     case 92:
     this.ucRecBalance = ((WpfFront.Common.UserControls.PopUpShell)(target));
     return;
     }
     this._contentLoaded = true;
 }
        private void CheckExpanders(OdcExpander sender, bool expand)
        {

            if (expHeader == null || expDetail == null)
                return;

            if (sender.Name == "expHeader")
            {
                if (expand)
                    expDetail.IsExpanded = false;
                else
                    expDetail.IsExpanded = true;
                return;
            }

            if (sender.Name == "expDetail")
            {
                if (expand)
                    expHeader.IsExpanded = false;
                else
                    expHeader.IsExpanded = true;
                return;
            }
        }
Beispiel #11
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;
 }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.ZoneManager = ((WpfFront.Views.ZoneManagerView)(target));
     return;
     case 2:
     this.stkSearchForm = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 3:
     
     #line 33 "..\..\..\..\..\..\IQ\Views\Master\Views\ZoneManagerView.xaml"
     ((System.Windows.Controls.ComboBox)(target)).SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.Location_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 4:
     this.dgSearch = ((System.Windows.Controls.Grid)(target));
     return;
     case 5:
     this.dgList = ((System.Windows.Controls.ListView)(target));
     
     #line 59 "..\..\..\..\..\..\IQ\Views\Master\Views\ZoneManagerView.xaml"
     this.dgList.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.dgList_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 6:
     this.stkInfo = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 7:
     this.expBin = ((Odyssey.Controls.OdcExpander)(target));
     
     #line 92 "..\..\..\..\..\..\IQ\Views\Master\Views\ZoneManagerView.xaml"
     this.expBin.Expanded += new System.Windows.RoutedEventHandler(this.expBin_Expanded);
     
     #line default
     #line hidden
     
     #line 92 "..\..\..\..\..\..\IQ\Views\Master\Views\ZoneManagerView.xaml"
     this.expBin.Collapsed += new System.Windows.RoutedEventHandler(this.expBin_Collapsed);
     
     #line default
     #line hidden
     return;
     case 8:
     this.dgSearchBin = ((System.Windows.Controls.Grid)(target));
     return;
     case 9:
     this.txtSearch = ((System.Windows.Controls.TextBox)(target));
     
     #line 110 "..\..\..\..\..\..\IQ\Views\Master\Views\ZoneManagerView.xaml"
     this.txtSearch.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtSearch_TextChanged);
     
     #line default
     #line hidden
     return;
     case 10:
     this.dgOpenBin = ((Xceed.Wpf.DataGrid.DataGridControl)(target));
     return;
     case 11:
     
     #line 142 "..\..\..\..\..\..\IQ\Views\Master\Views\ZoneManagerView.xaml"
     ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click);
     
     #line default
     #line hidden
     return;
     case 12:
     
     #line 143 "..\..\..\..\..\..\IQ\Views\Master\Views\ZoneManagerView.xaml"
     ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click_1);
     
     #line default
     #line hidden
     return;
     case 13:
     this.dgRelatedBin = ((Xceed.Wpf.DataGrid.DataGridControl)(target));
     return;
     case 14:
     this.expPicker = ((Odyssey.Controls.OdcExpander)(target));
     
     #line 176 "..\..\..\..\..\..\IQ\Views\Master\Views\ZoneManagerView.xaml"
     this.expPicker.Expanded += new System.Windows.RoutedEventHandler(this.expBin_Expanded);
     
     #line default
     #line hidden
     
     #line 177 "..\..\..\..\..\..\IQ\Views\Master\Views\ZoneManagerView.xaml"
     this.expPicker.Collapsed += new System.Windows.RoutedEventHandler(this.expBin_Collapsed);
     
     #line default
     #line hidden
     return;
     case 15:
     this.dgOpenPicker = ((Xceed.Wpf.DataGrid.DataGridControl)(target));
     return;
     case 16:
     
     #line 211 "..\..\..\..\..\..\IQ\Views\Master\Views\ZoneManagerView.xaml"
     ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.AddPicker_Click);
     
     #line default
     #line hidden
     return;
     case 17:
     
     #line 212 "..\..\..\..\..\..\IQ\Views\Master\Views\ZoneManagerView.xaml"
     ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.RemovePicker_Click);
     
     #line default
     #line hidden
     return;
     case 18:
     this.dgRelatedPicker = ((Xceed.Wpf.DataGrid.DataGridControl)(target));
     return;
     case 19:
     this.expCriterias = ((Odyssey.Controls.OdcExpander)(target));
     
     #line 246 "..\..\..\..\..\..\IQ\Views\Master\Views\ZoneManagerView.xaml"
     this.expCriterias.Expanded += new System.Windows.RoutedEventHandler(this.expBin_Expanded);
     
     #line default
     #line hidden
     
     #line 246 "..\..\..\..\..\..\IQ\Views\Master\Views\ZoneManagerView.xaml"
     this.expCriterias.Collapsed += new System.Windows.RoutedEventHandler(this.expBin_Collapsed);
     
     #line default
     #line hidden
     return;
     case 20:
     this.dgCriterias = ((System.Windows.Controls.Grid)(target));
     return;
     case 21:
     this.cmbEntity = ((System.Windows.Controls.ComboBox)(target));
     
     #line 267 "..\..\..\..\..\..\IQ\Views\Master\Views\ZoneManagerView.xaml"
     this.cmbEntity.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.cmbEntity_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 22:
     this.txtSearchCriteria = ((System.Windows.Controls.TextBox)(target));
     
     #line 272 "..\..\..\..\..\..\IQ\Views\Master\Views\ZoneManagerView.xaml"
     this.txtSearchCriteria.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtSearchCriteria_TextChanged);
     
     #line default
     #line hidden
     return;
     case 23:
     this.dgOpenCriterias = ((Xceed.Wpf.DataGrid.DataGridControl)(target));
     return;
     case 24:
     this.btnAddRecord = ((System.Windows.Controls.Button)(target));
     
     #line 299 "..\..\..\..\..\..\IQ\Views\Master\Views\ZoneManagerView.xaml"
     this.btnAddRecord.Click += new System.Windows.RoutedEventHandler(this.btnAddRecord_Click);
     
     #line default
     #line hidden
     return;
     case 25:
     this.btnRemoveRecord = ((System.Windows.Controls.Button)(target));
     
     #line 300 "..\..\..\..\..\..\IQ\Views\Master\Views\ZoneManagerView.xaml"
     this.btnRemoveRecord.Click += new System.Windows.RoutedEventHandler(this.btnRemoveRecord_Click);
     
     #line default
     #line hidden
     return;
     case 26:
     this.dgRelatedCriterias = ((Xceed.Wpf.DataGrid.DataGridControl)(target));
     return;
     }
     this._contentLoaded = true;
 }
         private void CheckExpanders(OdcExpander sender, bool expand)
         {

             if (expBin == null || expPicker == null)
                 return;

             if (sender.Name == "expPicker")
             {
                 if (expand)
                 {
                     expBin.IsExpanded = false;
                 }
                 else
                 {
                     expBin.IsExpanded = true;

                 }

                 return;
             }

             if (sender.Name == "expBin")
             {
                 if (expand)
                 {
                     expPicker.IsExpanded = false;
                 }
                 else
                 {
                     expPicker.IsExpanded = true;
                 }

                 return;
             }

             if (sender.Name == "expCriterias")
             {
                 if (expand)
                 {
                    expCriterias.IsExpanded = true;
                 }
                 else
                 {
                     expCriterias.IsExpanded = false;
                 }

                 return;
             }
         }
Beispiel #14
0
        private void CheckExpanders(OdcExpander sender, bool expand)
        {

            if (expLabel == null || expManual == null)
                return;

            if (sender.Name == "expManual")
            {
                if (expand)
                {
                    //cboProduct.Focus();
                    expLabel.IsExpanded = false;
                }
                else
                {
                    txtScanLabel.Focus();
                    expLabel.IsExpanded = true;

                }

                return;
            }

            if (sender.Name == "expLabel")
            {
                if (expand)
                {
                    expManual.IsExpanded = false;
                    txtScanLabel.Focus();
                }
                else
                {
                    expManual.IsExpanded = true;
                    //cboProduct.Focus();
                }

                return;
            }
        }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.Intro = ((WpfFront.Views.InventoryCountView)(target));
     return;
     case 2:
     this.txtTitle = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 3:
     this.stpDocList2 = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 4:
     this.txtSearch = ((System.Windows.Controls.TextBox)(target));
     
     #line 64 "..\..\..\..\Trace\Views\InventoryCountView.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 68 "..\..\..\..\Trace\Views\InventoryCountView.xaml"
     this.btnNew.Click += new System.Windows.RoutedEventHandler(this.btnNew_Click);
     
     #line default
     #line hidden
     return;
     case 6:
     
     #line 71 "..\..\..\..\Trace\Views\InventoryCountView.xaml"
     ((System.Windows.Controls.Image)(target)).MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.Image_MouseDown);
     
     #line default
     #line hidden
     return;
     case 7:
     this.dgDocument = ((Xceed.Wpf.DataGrid.DataGridControl)(target));
     
     #line 81 "..\..\..\..\Trace\Views\InventoryCountView.xaml"
     this.dgDocument.GotFocus += new System.Windows.RoutedEventHandler(this.dgDocument_GotFocus);
     
     #line default
     #line hidden
     return;
     case 8:
     this.ctnColsMenu1 = ((System.Windows.Controls.ContextMenu)(target));
     return;
     case 9:
     this.tabMenu = ((System.Windows.Controls.TabControl)(target));
     
     #line 137 "..\..\..\..\Trace\Views\InventoryCountView.xaml"
     this.tabMenu.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.tabMenu_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 10:
     this.stkTask = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 11:
     this.txtSchDate = ((Microsoft.Windows.Controls.DatePicker)(target));
     return;
     case 12:
     this.btnChangeStatus = ((System.Windows.Controls.Button)(target));
     
     #line 171 "..\..\..\..\Trace\Views\InventoryCountView.xaml"
     this.btnChangeStatus.Click += new System.Windows.RoutedEventHandler(this.btnChangeStatus_Click);
     
     #line default
     #line hidden
     return;
     case 13:
     
     #line 175 "..\..\..\..\Trace\Views\InventoryCountView.xaml"
     ((System.Windows.Controls.Image)(target)).MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.Image_MouseDown_1);
     
     #line default
     #line hidden
     return;
     case 14:
     this.btnCancel = ((System.Windows.Controls.Button)(target));
     
     #line 184 "..\..\..\..\Trace\Views\InventoryCountView.xaml"
     this.btnCancel.Click += new System.Windows.RoutedEventHandler(this.btnCancel_Click);
     
     #line default
     #line hidden
     return;
     case 15:
     this.btnTktList = ((System.Windows.Controls.Button)(target));
     
     #line 189 "..\..\..\..\Trace\Views\InventoryCountView.xaml"
     this.btnTktList.Click += new System.Windows.RoutedEventHandler(this.btnTktList_Click);
     
     #line default
     #line hidden
     return;
     case 16:
     this.btnTkt = ((System.Windows.Controls.Button)(target));
     
     #line 199 "..\..\..\..\Trace\Views\InventoryCountView.xaml"
     this.btnTkt.Click += new System.Windows.RoutedEventHandler(this.btnTkt_Click);
     
     #line default
     #line hidden
     return;
     case 17:
     this.expSetup = ((Odyssey.Controls.OdcExpander)(target));
     
     #line 218 "..\..\..\..\Trace\Views\InventoryCountView.xaml"
     this.expSetup.Expanded += new System.Windows.RoutedEventHandler(this.expLabel_Expanded);
     
     #line default
     #line hidden
     
     #line 218 "..\..\..\..\Trace\Views\InventoryCountView.xaml"
     this.expSetup.Collapsed += new System.Windows.RoutedEventHandler(this.expLabel_Collapsed);
     
     #line default
     #line hidden
     return;
     case 18:
     this.cboToDo = ((System.Windows.Controls.ComboBox)(target));
     
     #line 226 "..\..\..\..\Trace\Views\InventoryCountView.xaml"
     this.cboToDo.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.cboToDo_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 19:
     this.StackPanel_f1 = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 20:
     this.bFilters = ((WpfFront.Common.UserControls.QueryFilter)(target));
     return;
     case 21:
     this.btnFilter = ((System.Windows.Controls.Button)(target));
     
     #line 235 "..\..\..\..\Trace\Views\InventoryCountView.xaml"
     this.btnFilter.Click += new System.Windows.RoutedEventHandler(this.btnFilter_Click);
     
     #line default
     #line hidden
     return;
     case 22:
     this.stkOptions = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 23:
     this.stkByBin = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 24:
     this.bRange = ((WpfFront.Common.UserControls.BinRange)(target));
     return;
     case 25:
     this.chkSelectAllLines = ((System.Windows.Controls.CheckBox)(target));
     
     #line 252 "..\..\..\..\Trace\Views\InventoryCountView.xaml"
     this.chkSelectAllLines.Checked += new System.Windows.RoutedEventHandler(this.chkSelectAll_Checked);
     
     #line default
     #line hidden
     
     #line 252 "..\..\..\..\Trace\Views\InventoryCountView.xaml"
     this.chkSelectAllLines.Unchecked += new System.Windows.RoutedEventHandler(this.chkSelectAll_Unchecked);
     
     #line default
     #line hidden
     return;
     case 26:
     this.chkHideBin = ((System.Windows.Controls.CheckBox)(target));
     return;
     case 27:
     this.lvAvailableBins = ((System.Windows.Controls.ListView)(target));
     return;
     case 28:
     this.stkByProduct = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 29:
     this.cboCategory = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 30:
     this.txtProduct = ((System.Windows.Controls.TextBox)(target));
     return;
     case 31:
     this.imgLoad = ((System.Windows.Controls.Button)(target));
     
     #line 287 "..\..\..\..\Trace\Views\InventoryCountView.xaml"
     this.imgLoad.Click += new System.Windows.RoutedEventHandler(this.imgLoad_Click);
     
     #line default
     #line hidden
     return;
     case 32:
     this.chkPrdAllLines = ((System.Windows.Controls.CheckBox)(target));
     
     #line 298 "..\..\..\..\Trace\Views\InventoryCountView.xaml"
     this.chkPrdAllLines.Checked += new System.Windows.RoutedEventHandler(this.chkSelectAll_Checked);
     
     #line default
     #line hidden
     
     #line 298 "..\..\..\..\Trace\Views\InventoryCountView.xaml"
     this.chkPrdAllLines.Unchecked += new System.Windows.RoutedEventHandler(this.chkSelectAll_Unchecked);
     
     #line default
     #line hidden
     return;
     case 33:
     this.lvAvailableProd = ((System.Windows.Controls.ListView)(target));
     return;
     case 34:
     this.btnRem = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 35:
     this.btnAdd = ((System.Windows.Controls.Button)(target));
     
     #line 328 "..\..\..\..\Trace\Views\InventoryCountView.xaml"
     this.btnAdd.Click += new System.Windows.RoutedEventHandler(this.btnAdd_Click);
     
     #line default
     #line hidden
     return;
     case 36:
     this.btnRemove = ((System.Windows.Controls.Button)(target));
     
     #line 330 "..\..\..\..\Trace\Views\InventoryCountView.xaml"
     this.btnRemove.Click += new System.Windows.RoutedEventHandler(this.btnRemDoc_Click);
     
     #line default
     #line hidden
     return;
     case 37:
     this.lvAsignedBins = ((System.Windows.Controls.ListView)(target));
     return;
     case 38:
     this.expExe = ((Odyssey.Controls.OdcExpander)(target));
     
     #line 364 "..\..\..\..\Trace\Views\InventoryCountView.xaml"
     this.expExe.Expanded += new System.Windows.RoutedEventHandler(this.expLabel_Expanded);
     
     #line default
     #line hidden
     
     #line 364 "..\..\..\..\Trace\Views\InventoryCountView.xaml"
     this.expExe.Collapsed += new System.Windows.RoutedEventHandler(this.expLabel_Collapsed);
     
     #line default
     #line hidden
     return;
     case 39:
     this.lvSummX = ((System.Windows.Controls.ListView)(target));
     return;
     case 40:
     this.lvSumm = ((System.Windows.Controls.ListView)(target));
     
     #line 419 "..\..\..\..\Trace\Views\InventoryCountView.xaml"
     this.lvSumm.AddHandler(System.Windows.Controls.Primitives.ButtonBase.ClickEvent, new System.Windows.RoutedEventHandler(this.lvSumm_Click));
     
     #line default
     #line hidden
     return;
     case 41:
     this.stkConfirm = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 42:
     this.btnStep2 = ((System.Windows.Controls.Button)(target));
     
     #line 490 "..\..\..\..\Trace\Views\InventoryCountView.xaml"
     this.btnStep2.Click += new System.Windows.RoutedEventHandler(this.btnStep2_Click);
     
     #line default
     #line hidden
     return;
     case 43:
     this.chkAll = ((System.Windows.Controls.TextBlock)(target));
     
     #line 518 "..\..\..\..\Trace\Views\InventoryCountView.xaml"
     this.chkAll.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.chkAll_MouseDown);
     
     #line default
     #line hidden
     return;
     case 44:
     this.uncheckAll = ((System.Windows.Controls.TextBlock)(target));
     
     #line 520 "..\..\..\..\Trace\Views\InventoryCountView.xaml"
     this.uncheckAll.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.uncheckAll_MouseDown);
     
     #line default
     #line hidden
     return;
     case 45:
     this.lvSummNoCount = ((System.Windows.Controls.ListView)(target));
     
     #line 524 "..\..\..\..\Trace\Views\InventoryCountView.xaml"
     this.lvSummNoCount.AddHandler(System.Windows.Controls.Primitives.ButtonBase.ClickEvent, new System.Windows.RoutedEventHandler(this.lvSummNoCount_Click));
     
     #line default
     #line hidden
     return;
     case 46:
     this.stkCount = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 47:
     this.stkAdjustmentOptions = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 48:
     this.cboSendOptions = ((System.Windows.Controls.ComboBox)(target));
     
     #line 573 "..\..\..\..\Trace\Views\InventoryCountView.xaml"
     this.cboSendOptions.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.cboSendOptions_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 49:
     this.stkUcBin = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 50:
     this.binRestock = ((WpfFront.Common.UserControls.BinLocation)(target));
     return;
     case 51:
     this.btnStepN = ((System.Windows.Controls.Button)(target));
     
     #line 586 "..\..\..\..\Trace\Views\InventoryCountView.xaml"
     this.btnStepN.Click += new System.Windows.RoutedEventHandler(this.btnStepN_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.DocumentManager = ((WpfFront.Views.DocumentManagerView)(target));
     return;
     case 2:
     this.expHeader = ((Odyssey.Controls.OdcExpander)(target));
     
     #line 30 "..\..\..\..\Trace\Views\DocumentManagerView.xaml"
     this.expHeader.Expanded += new System.Windows.RoutedEventHandler(this.expLabel_Expanded);
     
     #line default
     #line hidden
     
     #line 30 "..\..\..\..\Trace\Views\DocumentManagerView.xaml"
     this.expHeader.Collapsed += new System.Windows.RoutedEventHandler(this.expLabel_Collapsed);
     
     #line default
     #line hidden
     return;
     case 3:
     this.stk_DatosDocumento = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 4:
     this.Lst_DocType = ((System.Windows.Controls.ComboBox)(target));
     
     #line 38 "..\..\..\..\Trace\Views\DocumentManagerView.xaml"
     this.Lst_DocType.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.Lst_DocType_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 5:
     this.Txt_DocNumber = ((System.Windows.Controls.TextBox)(target));
     return;
     case 6:
     this.Lst_Location = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 7:
     this.stkVendor = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 8:
     this.txtb_VendorID = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 9:
     this.txt_VendorID = ((WpfFront.Common.UserControls.SearchAccount)(target));
     return;
     case 10:
     this.stkCustomer = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 11:
     this.txtb_CustomerID = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 12:
     this.txt_CustomerID = ((WpfFront.Common.UserControls.SearchAccount)(target));
     return;
     case 13:
     this.txtDates = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 14:
     this.stk_Fechas = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 15:
     this.Txt_Date = ((Microsoft.Windows.Controls.DatePicker)(target));
     return;
     case 16:
     this.stkDate2 = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 17:
     this.txtb_Date2 = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 18:
     this.Txt_Date2 = ((Microsoft.Windows.Controls.DatePicker)(target));
     return;
     case 19:
     this.stkDate3 = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 20:
     this.txtb_Date3 = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 21:
     this.Txt_Date3 = ((Microsoft.Windows.Controls.DatePicker)(target));
     return;
     case 22:
     this.stkDate4 = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 23:
     this.txtb_Date4 = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 24:
     this.Txt_Date4 = ((Microsoft.Windows.Controls.DatePicker)(target));
     return;
     case 25:
     this.stkDate5 = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 26:
     this.txtb_Date5 = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 27:
     this.Txt_Date5 = ((Microsoft.Windows.Controls.DatePicker)(target));
     return;
     case 28:
     this.stkShipAddress = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 29:
     this.txtAddress = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 30:
     this.stk_Direcciones = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 31:
     this.stkBildAddress = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 32:
     this.txtb_BildAddress = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 33:
     this.Lst_BildAddress = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 34:
     this.txtb_ShipAddress = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 35:
     this.Lst_ShipAddress = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 36:
     this.txtOtherInfo = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 37:
     this.stk_InformacionAdicional = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 38:
     this.stkSalesPersonName = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 39:
     this.txtb_SalesPersonName = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 40:
     this.txt_SalesPersonName = ((System.Windows.Controls.TextBox)(target));
     return;
     case 41:
     this.stkQuoteNumber = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 42:
     this.txtb_QuoteNumber = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 43:
     this.txt_QuoteNumber = ((System.Windows.Controls.TextBox)(target));
     return;
     case 44:
     this.stkCustPONumber = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 45:
     this.txtb_CustPONumber = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 46:
     this.txt_CustPONumber = ((System.Windows.Controls.TextBox)(target));
     return;
     case 47:
     this.Txt_Reference = ((System.Windows.Controls.TextBox)(target));
     return;
     case 48:
     this.stkShipMethodID = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 49:
     this.txtb_ShipMethodID = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 50:
     this.Lst_ShipMethodID = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 51:
     this.stkPickMethodID = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 52:
     this.txtb_PickMethodID = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 53:
     this.Lst_PickMethodID = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 54:
     this.Txt_Comments = ((System.Windows.Controls.TextBox)(target));
     return;
     case 55:
     this.stkButton = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 56:
     this.Button_Save = ((System.Windows.Controls.Button)(target));
     
     #line 156 "..\..\..\..\Trace\Views\DocumentManagerView.xaml"
     this.Button_Save.Click += new System.Windows.RoutedEventHandler(this.Button_Save_Click);
     
     #line default
     #line hidden
     return;
     case 57:
     this.expDetail = ((Odyssey.Controls.OdcExpander)(target));
     
     #line 174 "..\..\..\..\Trace\Views\DocumentManagerView.xaml"
     this.expDetail.Expanded += new System.Windows.RoutedEventHandler(this.expLabel_Expanded);
     
     #line default
     #line hidden
     
     #line 174 "..\..\..\..\Trace\Views\DocumentManagerView.xaml"
     this.expDetail.Collapsed += new System.Windows.RoutedEventHandler(this.expLabel_Collapsed);
     
     #line default
     #line hidden
     return;
     case 58:
     this.txtAdminDocumentLine = ((WpfFront.Common.UserControls.AdminDocumentLineV2)(target));
     return;
     case 59:
     this.lvDocumentLines = ((System.Windows.Controls.ListView)(target));
     return;
     case 60:
     this.Stk_btnDeleteDocumentLines = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 61:
     this.btnDeleteDocumentLines = ((System.Windows.Controls.Button)(target));
     
     #line 193 "..\..\..\..\Trace\Views\DocumentManagerView.xaml"
     this.btnDeleteDocumentLines.Click += new System.Windows.RoutedEventHandler(this.btnDeleteDocumentLines_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
        private void CheckExpanders(OdcExpander sender, bool expand)
        {

            if (expSetup == null || expExe == null)
                return;

            if (sender.Name == "expSetup")
            {
                if (expand)
                {
                    //cboProduct.Focus();
                    expExe.IsExpanded = false;
                }
                else
                {
                    expExe.IsExpanded = true;

                }

                return;
            }

            if (sender.Name == "expExe")
            {
                if (expand)
                {
                    expSetup.IsExpanded = false;
                }
                else
                {
                    expSetup.IsExpanded = true;
                    //cboProduct.Focus();
                }

                return;
            }
        }