Пример #1
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.ConfigOption = ((WpfFront.Views.ConfigOptionView)(target));
     return;
     case 2:
     this.stkSearchForm = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 3:
     this.dgSearch = ((System.Windows.Controls.Grid)(target));
     return;
     case 4:
     this.lstType = ((System.Windows.Controls.ComboBox)(target));
     
     #line 51 "..\..\..\..\..\Profile\Views\ConfigOptionView.xaml"
     this.lstType.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.Lst_type_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 5:
     this.btnNew = ((System.Windows.Controls.Button)(target));
     
     #line 55 "..\..\..\..\..\Profile\Views\ConfigOptionView.xaml"
     this.btnNew.Click += new System.Windows.RoutedEventHandler(this.btnNew_Click);
     
     #line default
     #line hidden
     return;
     case 6:
     this.dgList = ((Xceed.Wpf.DataGrid.DataGridControl)(target));
     
     #line 68 "..\..\..\..\..\Profile\Views\ConfigOptionView.xaml"
     this.dgList.GotFocus += new System.Windows.RoutedEventHandler(this.dgList_GotFocus);
     
     #line default
     #line hidden
     return;
     case 7:
     this.stkEdit = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 8:
     this.frmNotification = ((Core.WPF.FormNotification)(target));
     return;
     case 9:
     this.dgEdit = ((System.Windows.Controls.Grid)(target));
     return;
     case 10:
     this.btnSave = ((System.Windows.Controls.Button)(target));
     
     #line 185 "..\..\..\..\..\Profile\Views\ConfigOptionView.xaml"
     this.btnSave.Click += new System.Windows.RoutedEventHandler(this.btnSave_Click);
     
     #line default
     #line hidden
     return;
     case 11:
     this.btnDelete = ((System.Windows.Controls.Button)(target));
     
     #line 191 "..\..\..\..\..\Profile\Views\ConfigOptionView.xaml"
     this.btnDelete.Click += new System.Windows.RoutedEventHandler(this.btnDelete_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
Пример #2
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.AdminDocLine = ((WpfFront.Common.UserControls.AdminDocumentLine)(target));
     return;
     case 2:
     this.frmNotification = ((Core.WPF.FormNotification)(target));
     return;
     case 3:
     this.dgEditLine = ((System.Windows.Controls.Grid)(target));
     return;
     case 4:
     this.scProduct = ((WpfFront.Common.UserControls.SearchProduct)(target));
     return;
     case 5:
     this.cboUnit = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 6:
     this.txtQty = ((System.Windows.Controls.TextBox)(target));
     return;
     case 7:
     this.txtBO = ((System.Windows.Controls.TextBox)(target));
     return;
     case 8:
     this.txtCancel = ((System.Windows.Controls.TextBox)(target));
     return;
     case 9:
     this.txtNotes = ((System.Windows.Controls.TextBox)(target));
     return;
     case 10:
     
     #line 87 "..\..\..\..\..\bin\Common\UserControls\AdminDocumentLine.xaml"
     ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click_1);
     
     #line default
     #line hidden
     return;
     case 11:
     this.btnProcess = ((System.Windows.Controls.Button)(target));
     
     #line 88 "..\..\..\..\..\bin\Common\UserControls\AdminDocumentLine.xaml"
     this.btnProcess.Click += new System.Windows.RoutedEventHandler(this.Button_Click);
     
     #line default
     #line hidden
     return;
     case 12:
     this.txtHide = ((System.Windows.Controls.TextBlock)(target));
     
     #line 94 "..\..\..\..\..\bin\Common\UserControls\AdminDocumentLine.xaml"
     this.txtHide.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.txtHide_MouseDown);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
Пример #3
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.Product = ((WpfFront.Views.ProductView)(target));
     return;
     case 2:
     this.stkSearchForm = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 3:
     this.dgSearch = ((System.Windows.Controls.Grid)(target));
     return;
     case 4:
     this.txtSearch = ((System.Windows.Controls.TextBox)(target));
     
     #line 50 "..\..\..\..\..\IQ\Master\Views\ProductView.xaml"
     this.txtSearch.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtSearch_TextChanged);
     
     #line default
     #line hidden
     return;
     case 5:
     this.btnNew = ((System.Windows.Controls.Button)(target));
     
     #line 51 "..\..\..\..\..\IQ\Master\Views\ProductView.xaml"
     this.btnNew.Click += new System.Windows.RoutedEventHandler(this.btnNew_Click);
     
     #line default
     #line hidden
     return;
     case 6:
     this.dgList = ((Xceed.Wpf.DataGrid.DataGridControl)(target));
     
     #line 64 "..\..\..\..\..\IQ\Master\Views\ProductView.xaml"
     this.dgList.GotFocus += new System.Windows.RoutedEventHandler(this.dgList_GotFocus);
     
     #line default
     #line hidden
     return;
     case 7:
     this.stkEdit = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 8:
     this.frmNotification = ((Core.WPF.FormNotification)(target));
     return;
     case 9:
     this.dgEdit = ((System.Windows.Controls.Grid)(target));
     return;
     case 10:
     this.cboPickM = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 11:
     this.UnidadBase = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 12:
     this.btnSave = ((System.Windows.Controls.Button)(target));
     
     #line 303 "..\..\..\..\..\IQ\Master\Views\ProductView.xaml"
     this.btnSave.Click += new System.Windows.RoutedEventHandler(this.btnSave_Click);
     
     #line default
     #line hidden
     return;
     case 13:
     this.btnDelete = ((System.Windows.Controls.Button)(target));
     
     #line 309 "..\..\..\..\..\IQ\Master\Views\ProductView.xaml"
     this.btnDelete.Click += new System.Windows.RoutedEventHandler(this.btnDelete_Click);
     
     #line default
     #line hidden
     return;
     case 14:
     this.dgSearchBin = ((System.Windows.Controls.Grid)(target));
     return;
     case 15:
     this.lvDenyTrack = ((System.Windows.Controls.ListView)(target));
     return;
     case 16:
     this.btnAdd = ((System.Windows.Controls.Button)(target));
     
     #line 357 "..\..\..\..\..\IQ\Master\Views\ProductView.xaml"
     this.btnAdd.Click += new System.Windows.RoutedEventHandler(this.btnAdd_Click);
     
     #line default
     #line hidden
     return;
     case 17:
     this.btnRemTrack = ((System.Windows.Controls.Button)(target));
     
     #line 358 "..\..\..\..\..\IQ\Master\Views\ProductView.xaml"
     this.btnRemTrack.Click += new System.Windows.RoutedEventHandler(this.btnRemove_Click);
     
     #line default
     #line hidden
     return;
     case 18:
     this.lvAllowTrack = ((System.Windows.Controls.ListView)(target));
     return;
     case 20:
     this.cboUnitGroup = ((System.Windows.Controls.ComboBox)(target));
     
     #line 399 "..\..\..\..\..\IQ\Master\Views\ProductView.xaml"
     this.cboUnitGroup.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.cboUnitGroup_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 21:
     this.dgUnits = ((System.Windows.Controls.Grid)(target));
     return;
     case 22:
     this.lvAvailableUnits = ((System.Windows.Controls.ListView)(target));
     return;
     case 23:
     this.btnAddUnit = ((System.Windows.Controls.Button)(target));
     
     #line 427 "..\..\..\..\..\IQ\Master\Views\ProductView.xaml"
     this.btnAddUnit.Click += new System.Windows.RoutedEventHandler(this.btnAddUnit_Click);
     
     #line default
     #line hidden
     return;
     case 24:
     this.btnRemUnit = ((System.Windows.Controls.Button)(target));
     
     #line 428 "..\..\..\..\..\IQ\Master\Views\ProductView.xaml"
     this.btnRemUnit.Click += new System.Windows.RoutedEventHandler(this.btnRemove_Click);
     
     #line default
     #line hidden
     return;
     case 25:
     this.lvAssignedUnits = ((System.Windows.Controls.ListView)(target));
     return;
     case 26:
     this.txtAssigBin = ((WpfFront.Common.UserControls.BinLocation)(target));
     return;
     case 27:
     this.cboBinDirection = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 28:
     this.txtMinStock = ((System.Windows.Controls.TextBox)(target));
     return;
     case 29:
     this.txtMaxStock = ((System.Windows.Controls.TextBox)(target));
     return;
     case 30:
     this.btnAssignBin = ((System.Windows.Controls.Button)(target));
     
     #line 486 "..\..\..\..\..\IQ\Master\Views\ProductView.xaml"
     this.btnAssignBin.Click += new System.Windows.RoutedEventHandler(this.btnAssignBin_Click);
     
     #line default
     #line hidden
     return;
     case 31:
     this.stkLocations = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 32:
     this.chkSelectAllLines = ((System.Windows.Controls.CheckBox)(target));
     
     #line 501 "..\..\..\..\..\IQ\Master\Views\ProductView.xaml"
     this.chkSelectAllLines.Checked += new System.Windows.RoutedEventHandler(this.chkSelectAll_Checked);
     
     #line default
     #line hidden
     
     #line 502 "..\..\..\..\..\IQ\Master\Views\ProductView.xaml"
     this.chkSelectAllLines.Unchecked += new System.Windows.RoutedEventHandler(this.chkSelectAll_Unchecked);
     
     #line default
     #line hidden
     return;
     case 33:
     this.btnRemBin = ((System.Windows.Controls.Button)(target));
     
     #line 504 "..\..\..\..\..\IQ\Master\Views\ProductView.xaml"
     this.btnRemBin.Click += new System.Windows.RoutedEventHandler(this.btnRemove_Click);
     
     #line default
     #line hidden
     return;
     case 34:
     this.chkRestrict = ((System.Windows.Controls.CheckBox)(target));
     
     #line 509 "..\..\..\..\..\IQ\Master\Views\ProductView.xaml"
     this.chkRestrict.Click += new System.Windows.RoutedEventHandler(this.chkRestrict_Click);
     
     #line default
     #line hidden
     return;
     case 35:
     this.lvBinStock = ((System.Windows.Controls.ListView)(target));
     return;
     case 36:
     this.btnUpdate = ((System.Windows.Controls.Button)(target));
     
     #line 551 "..\..\..\..\..\IQ\Master\Views\ProductView.xaml"
     this.btnUpdate.Click += new System.Windows.RoutedEventHandler(this.btnUpdate_Click);
     
     #line default
     #line hidden
     return;
     case 37:
     this.txtAltProduct = ((WpfFront.Common.UserControls.SearchProduct)(target));
     return;
     case 38:
     this.btnAddAltern = ((System.Windows.Controls.Button)(target));
     
     #line 590 "..\..\..\..\..\IQ\Master\Views\ProductView.xaml"
     this.btnAddAltern.Click += new System.Windows.RoutedEventHandler(this.btnAddAltern_Click);
     
     #line default
     #line hidden
     return;
     case 39:
     this.stkAltern = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 40:
     this.chkSelectAlternate = ((System.Windows.Controls.CheckBox)(target));
     
     #line 609 "..\..\..\..\..\IQ\Master\Views\ProductView.xaml"
     this.chkSelectAlternate.Checked += new System.Windows.RoutedEventHandler(this.chkSelectAll_Checked);
     
     #line default
     #line hidden
     
     #line 609 "..\..\..\..\..\IQ\Master\Views\ProductView.xaml"
     this.chkSelectAlternate.Unchecked += new System.Windows.RoutedEventHandler(this.chkSelectAll_Unchecked);
     
     #line default
     #line hidden
     return;
     case 41:
     this.btnRemAlt = ((System.Windows.Controls.Button)(target));
     
     #line 611 "..\..\..\..\..\IQ\Master\Views\ProductView.xaml"
     this.btnRemAlt.Click += new System.Windows.RoutedEventHandler(this.btnRemove_Click);
     
     #line default
     #line hidden
     return;
     case 42:
     this.lvAlternateProducts = ((System.Windows.Controls.ListView)(target));
     return;
     case 43:
     this.txtVendor = ((WpfFront.Common.UserControls.SearchAccount)(target));
     return;
     case 44:
     this.txtVendorCode1 = ((System.Windows.Controls.TextBox)(target));
     return;
     case 45:
     this.txtVendorItem = ((System.Windows.Controls.TextBox)(target));
     return;
     case 46:
     this.txtVendorCode2 = ((System.Windows.Controls.TextBox)(target));
     return;
     case 47:
     this.chkMain = ((System.Windows.Controls.CheckBox)(target));
     return;
     case 48:
     this.btnAddVendor = ((System.Windows.Controls.Button)(target));
     
     #line 679 "..\..\..\..\..\IQ\Master\Views\ProductView.xaml"
     this.btnAddVendor.Click += new System.Windows.RoutedEventHandler(this.btnAddVendor_Click);
     
     #line default
     #line hidden
     return;
     case 49:
     this.stkVendors = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 50:
     this.chkSelectAllVendors = ((System.Windows.Controls.CheckBox)(target));
     
     #line 694 "..\..\..\..\..\IQ\Master\Views\ProductView.xaml"
     this.chkSelectAllVendors.Checked += new System.Windows.RoutedEventHandler(this.chkSelectAll_Checked);
     
     #line default
     #line hidden
     
     #line 694 "..\..\..\..\..\IQ\Master\Views\ProductView.xaml"
     this.chkSelectAllVendors.Unchecked += new System.Windows.RoutedEventHandler(this.chkSelectAll_Unchecked);
     
     #line default
     #line hidden
     return;
     case 51:
     this.btnRemVendor = ((System.Windows.Controls.Button)(target));
     
     #line 696 "..\..\..\..\..\IQ\Master\Views\ProductView.xaml"
     this.btnRemVendor.Click += new System.Windows.RoutedEventHandler(this.btnRemove_Click);
     
     #line default
     #line hidden
     return;
     case 52:
     this.lvVendorProduct = ((System.Windows.Controls.ListView)(target));
     return;
     case 56:
     this.txtCust = ((WpfFront.Common.UserControls.SearchAccount)(target));
     return;
     case 57:
     this.txtCustItem = ((System.Windows.Controls.TextBox)(target));
     return;
     case 58:
     this.txtCustCode1 = ((System.Windows.Controls.TextBox)(target));
     return;
     case 59:
     this.txtCustCode2 = ((System.Windows.Controls.TextBox)(target));
     return;
     case 60:
     this.btnAddCust = ((System.Windows.Controls.Button)(target));
     
     #line 810 "..\..\..\..\..\IQ\Master\Views\ProductView.xaml"
     this.btnAddCust.Click += new System.Windows.RoutedEventHandler(this.btnAddCust_Click);
     
     #line default
     #line hidden
     return;
     case 61:
     this.stkCustomers = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 62:
     this.chkSelectAllCustomers = ((System.Windows.Controls.CheckBox)(target));
     
     #line 825 "..\..\..\..\..\IQ\Master\Views\ProductView.xaml"
     this.chkSelectAllCustomers.Checked += new System.Windows.RoutedEventHandler(this.chkSelectAll_Checked);
     
     #line default
     #line hidden
     
     #line 825 "..\..\..\..\..\IQ\Master\Views\ProductView.xaml"
     this.chkSelectAllCustomers.Unchecked += new System.Windows.RoutedEventHandler(this.chkSelectAll_Unchecked);
     
     #line default
     #line hidden
     return;
     case 63:
     this.btnRemCust = ((System.Windows.Controls.Button)(target));
     
     #line 827 "..\..\..\..\..\IQ\Master\Views\ProductView.xaml"
     this.btnRemCust.Click += new System.Windows.RoutedEventHandler(this.btnRemove_Click);
     
     #line default
     #line hidden
     return;
     case 64:
     this.lvCustProduct = ((System.Windows.Controls.ListView)(target));
     return;
     case 65:
     this.ucProcessFile = ((WpfFront.Common.UserControls.ProcessFile)(target));
     return;
     case 66:
     this.tbiCasN = ((System.Windows.Controls.TabItem)(target));
     return;
     case 67:
     this.ucCasNumberFormula = ((WpfFront.Common.UserControls.CasNumberFormula)(target));
     return;
     }
     this._contentLoaded = true;
 }
Пример #4
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.LabelTemplate = ((WpfFront.Views.LabelTemplateView)(target));
     return;
     case 2:
     this.stkSearchForm = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 3:
     this.dgSearch = ((System.Windows.Controls.Grid)(target));
     return;
     case 4:
     this.txtSearch = ((System.Windows.Controls.TextBox)(target));
     
     #line 45 "..\..\..\..\General\Views\LabelTemplateView.xaml"
     this.txtSearch.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtSearch_TextChanged);
     
     #line default
     #line hidden
     return;
     case 5:
     this.btnNew = ((System.Windows.Controls.Button)(target));
     
     #line 46 "..\..\..\..\General\Views\LabelTemplateView.xaml"
     this.btnNew.Click += new System.Windows.RoutedEventHandler(this.btnNew_Click);
     
     #line default
     #line hidden
     return;
     case 6:
     this.dgList = ((Xceed.Wpf.DataGrid.DataGridControl)(target));
     
     #line 61 "..\..\..\..\General\Views\LabelTemplateView.xaml"
     this.dgList.GotFocus += new System.Windows.RoutedEventHandler(this.dgList_GotFocus);
     
     #line default
     #line hidden
     return;
     case 7:
     this.stkEdit = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 8:
     this.frmNotification = ((Core.WPF.FormNotification)(target));
     return;
     case 9:
     this.dgEdit = ((System.Windows.Controls.Grid)(target));
     return;
     case 10:
     
     #line 155 "..\..\..\..\General\Views\LabelTemplateView.xaml"
     ((System.Windows.Controls.ComboBox)(target)).SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.ComboBox_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 11:
     this.chkIsUnique = ((System.Windows.Controls.CheckBox)(target));
     return;
     case 12:
     this.btnSave = ((System.Windows.Controls.Button)(target));
     
     #line 205 "..\..\..\..\General\Views\LabelTemplateView.xaml"
     this.btnSave.Click += new System.Windows.RoutedEventHandler(this.btnSave_Click);
     
     #line default
     #line hidden
     return;
     case 13:
     this.btnDelete = ((System.Windows.Controls.Button)(target));
     
     #line 213 "..\..\..\..\General\Views\LabelTemplateView.xaml"
     this.btnDelete.Click += new System.Windows.RoutedEventHandler(this.btnDelete_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
Пример #5
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.Connection = ((WpfFront.Views.ConnectionView)(target));
     return;
     case 2:
     this.stkSearchForm = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 3:
     this.dgList = ((System.Windows.Controls.ListView)(target));
     
     #line 35 "..\..\..\..\General\Views\ConnectionView.xaml"
     this.dgList.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.dgList_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 4:
     this.dpChilds = ((System.Windows.Controls.DockPanel)(target));
     return;
     case 5:
     this.stkSearchForm2 = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 6:
     this.dgSearch2 = ((System.Windows.Controls.Grid)(target));
     return;
     case 7:
     this.btnNew2 = ((System.Windows.Controls.Button)(target));
     
     #line 82 "..\..\..\..\General\Views\ConnectionView.xaml"
     this.btnNew2.Click += new System.Windows.RoutedEventHandler(this.btnNew_Click);
     
     #line default
     #line hidden
     return;
     case 8:
     this.dgListDataSource = ((System.Windows.Controls.ListView)(target));
     
     #line 96 "..\..\..\..\General\Views\ConnectionView.xaml"
     this.dgListDataSource.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.dgListDataSource_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 9:
     this.stkEdit = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 10:
     this.frmNotification = ((Core.WPF.FormNotification)(target));
     return;
     case 11:
     this.dgEdit = ((System.Windows.Controls.Grid)(target));
     return;
     case 12:
     this.dsName = ((System.Windows.Controls.TextBox)(target));
     return;
     case 13:
     this.btnTestCnn = ((System.Windows.Controls.Button)(target));
     
     #line 185 "..\..\..\..\General\Views\ConnectionView.xaml"
     this.btnTestCnn.Click += new System.Windows.RoutedEventHandler(this.btnTestCnn_Click);
     
     #line default
     #line hidden
     return;
     case 14:
     this.btnSave = ((System.Windows.Controls.Button)(target));
     
     #line 205 "..\..\..\..\General\Views\ConnectionView.xaml"
     this.btnSave.Click += new System.Windows.RoutedEventHandler(this.btnSave_Click);
     
     #line default
     #line hidden
     return;
     case 15:
     this.btnDelete = ((System.Windows.Controls.Button)(target));
     
     #line 214 "..\..\..\..\General\Views\ConnectionView.xaml"
     this.btnDelete.Click += new System.Windows.RoutedEventHandler(this.btnDelete_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
Пример #6
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.Unit = ((WpfFront.Views.ScheduleView)(target));
     return;
     case 2:
     this.stkSearchForm = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 3:
     this.dgSearch = ((System.Windows.Controls.Grid)(target));
     return;
     case 4:
     this.dgList = ((Xceed.Wpf.DataGrid.DataGridControl)(target));
     
     #line 52 "..\..\..\..\Trace\Views\ScheduleView.xaml"
     this.dgList.GotFocus += new System.Windows.RoutedEventHandler(this.dgList_GotFocus);
     
     #line default
     #line hidden
     return;
     case 5:
     this.stkEdit = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 6:
     this.frmNotification = ((Core.WPF.FormNotification)(target));
     return;
     case 7:
     this.dgEdit = ((System.Windows.Controls.Grid)(target));
     return;
     case 8:
     this.txtTitle = ((System.Windows.Controls.TextBox)(target));
     return;
     case 9:
     this.txtSchDateFrom = ((Microsoft.Windows.Controls.DatePicker)(target));
     return;
     case 10:
     this.txtSchDateTo = ((Microsoft.Windows.Controls.DatePicker)(target));
     return;
     case 11:
     this.txtSchNextDate = ((Microsoft.Windows.Controls.DatePicker)(target));
     return;
     case 12:
     this.txtFrecuency = ((System.Windows.Controls.TextBox)(target));
     return;
     case 13:
     this.stkButtons = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 14:
     this.btnSave = ((System.Windows.Controls.Button)(target));
     
     #line 166 "..\..\..\..\Trace\Views\ScheduleView.xaml"
     this.btnSave.Click += new System.Windows.RoutedEventHandler(this.btnSave_Click);
     
     #line default
     #line hidden
     return;
     case 15:
     this.btnDelete = ((System.Windows.Controls.Button)(target));
     
     #line 175 "..\..\..\..\Trace\Views\ScheduleView.xaml"
     this.btnDelete.Click += new System.Windows.RoutedEventHandler(this.btnDelete_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
Пример #7
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;
 }
Пример #8
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.AdminTrackOption = ((WpfFront.Views.AdminTrackOptionView)(target));
     return;
     case 2:
     this.stkSearchForm = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 3:
     this.dgSearch = ((System.Windows.Controls.Grid)(target));
     return;
     case 4:
     this.btnNew = ((System.Windows.Controls.Button)(target));
     
     #line 50 "..\..\..\..\..\General\Views\AdminTrackOptionView.xaml"
     this.btnNew.Click += new System.Windows.RoutedEventHandler(this.btnNew_Click);
     
     #line default
     #line hidden
     return;
     case 5:
     this.dgList = ((Xceed.Wpf.DataGrid.DataGridControl)(target));
     
     #line 65 "..\..\..\..\..\General\Views\AdminTrackOptionView.xaml"
     this.dgList.GotFocus += new System.Windows.RoutedEventHandler(this.dgList_GotFocus);
     
     #line default
     #line hidden
     return;
     case 6:
     this.stkEdit = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 7:
     this.frmNotification = ((Core.WPF.FormNotification)(target));
     return;
     case 8:
     this.dgEdit = ((System.Windows.Controls.Grid)(target));
     return;
     case 9:
     this.btnSave = ((System.Windows.Controls.Button)(target));
     
     #line 189 "..\..\..\..\..\General\Views\AdminTrackOptionView.xaml"
     this.btnSave.Click += new System.Windows.RoutedEventHandler(this.btnSave_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
Пример #9
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.C_CasNumber = ((WpfFront.Views.C_CasNumberView)(target));
     return;
     case 2:
     this.stkSearchForm = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 3:
     this.dgSearch = ((System.Windows.Controls.Grid)(target));
     return;
     case 4:
     this.txtSearch = ((System.Windows.Controls.TextBox)(target));
     
     #line 43 "..\..\..\..\Master\Views\C_CasNumberView.xaml"
     this.txtSearch.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtSearch_TextChanged);
     
     #line default
     #line hidden
     return;
     case 5:
     this.btnNew = ((System.Windows.Controls.Button)(target));
     
     #line 45 "..\..\..\..\Master\Views\C_CasNumberView.xaml"
     this.btnNew.Click += new System.Windows.RoutedEventHandler(this.btnNew_Click);
     
     #line default
     #line hidden
     return;
     case 6:
     this.dgList = ((Xceed.Wpf.DataGrid.DataGridControl)(target));
     
     #line 59 "..\..\..\..\Master\Views\C_CasNumberView.xaml"
     this.dgList.GotFocus += new System.Windows.RoutedEventHandler(this.dgList_GotFocus);
     
     #line default
     #line hidden
     return;
     case 7:
     this.tabMenu = ((System.Windows.Controls.TabControl)(target));
     return;
     case 8:
     this.stkEdit = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 9:
     this.frmNotification = ((Core.WPF.FormNotification)(target));
     return;
     case 10:
     this.dgEdit = ((System.Windows.Controls.Grid)(target));
     return;
     case 11:
     this.btnSave = ((System.Windows.Controls.Button)(target));
     
     #line 147 "..\..\..\..\Master\Views\C_CasNumberView.xaml"
     this.btnSave.Click += new System.Windows.RoutedEventHandler(this.btnSave_Click);
     
     #line default
     #line hidden
     return;
     case 12:
     this.btnDelete = ((System.Windows.Controls.Button)(target));
     
     #line 153 "..\..\..\..\Master\Views\C_CasNumberView.xaml"
     this.btnDelete.Click += new System.Windows.RoutedEventHandler(this.btnDelete_Click);
     
     #line default
     #line hidden
     return;
     case 13:
     this.tbIRules = ((System.Windows.Controls.TabItem)(target));
     return;
     case 14:
     this.ucCasNumberRule = ((WpfFront.Common.UserControls.CasNumberRule)(target));
     return;
     }
     this._contentLoaded = true;
 }
Пример #10
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.Company = ((WpfFront.Views.CompanyView)(target));
     return;
     case 2:
     this.stkSearchForm = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 3:
     this.dgSearch = ((System.Windows.Controls.Grid)(target));
     return;
     case 4:
     this.btnNew = ((System.Windows.Controls.Button)(target));
     
     #line 49 "..\..\..\..\..\IQ\Master\Views\CompanyView.xaml"
     this.btnNew.Click += new System.Windows.RoutedEventHandler(this.btnNew_Click);
     
     #line default
     #line hidden
     return;
     case 5:
     this.dgList = ((Xceed.Wpf.DataGrid.DataGridControl)(target));
     
     #line 60 "..\..\..\..\..\IQ\Master\Views\CompanyView.xaml"
     this.dgList.GotFocus += new System.Windows.RoutedEventHandler(this.dgList_GotFocus);
     
     #line default
     #line hidden
     return;
     case 6:
     this.stkEdit = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 7:
     this.frmNotification = ((Core.WPF.FormNotification)(target));
     return;
     case 8:
     this.dgEdit = ((System.Windows.Controls.Grid)(target));
     return;
     case 9:
     this.fUpload = ((WpfFront.Common.UserControls.UploadFile)(target));
     return;
     case 10:
     this.cboStatus = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 11:
     this.cboConnection = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 12:
     this.btnCnn = ((System.Windows.Controls.Button)(target));
     
     #line 197 "..\..\..\..\..\IQ\Master\Views\CompanyView.xaml"
     this.btnCnn.Click += new System.Windows.RoutedEventHandler(this.btnCnn_Click);
     
     #line default
     #line hidden
     return;
     case 13:
     this.btnSave = ((System.Windows.Controls.Button)(target));
     
     #line 206 "..\..\..\..\..\IQ\Master\Views\CompanyView.xaml"
     this.btnSave.Click += new System.Windows.RoutedEventHandler(this.btnSave_Click);
     
     #line default
     #line hidden
     return;
     case 14:
     this.btnDelete = ((System.Windows.Controls.Button)(target));
     
     #line 212 "..\..\..\..\..\IQ\Master\Views\CompanyView.xaml"
     this.btnDelete.Click += new System.Windows.RoutedEventHandler(this.btnDelete_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
Пример #11
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.MetaType = ((WpfFront.Views.MetaTypeView)(target));
     return;
     case 2:
     this.stkSearchForm = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 3:
     this.dgSearch = ((System.Windows.Controls.Grid)(target));
     return;
     case 4:
     this.txtSearch = ((System.Windows.Controls.TextBox)(target));
     
     #line 49 "..\..\..\..\Master\Views\MetaTypeView.xaml"
     this.txtSearch.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtSearch_TextChanged);
     
     #line default
     #line hidden
     return;
     case 5:
     this.btnNew = ((System.Windows.Controls.Button)(target));
     
     #line 50 "..\..\..\..\Master\Views\MetaTypeView.xaml"
     this.btnNew.Click += new System.Windows.RoutedEventHandler(this.btnNew_Click);
     
     #line default
     #line hidden
     return;
     case 6:
     this.dgList = ((Xceed.Wpf.DataGrid.DataGridControl)(target));
     
     #line 63 "..\..\..\..\Master\Views\MetaTypeView.xaml"
     this.dgList.GotFocus += new System.Windows.RoutedEventHandler(this.dgList_GotFocus);
     
     #line default
     #line hidden
     return;
     case 7:
     this.stkEdit = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 8:
     this.frmNotification = ((Core.WPF.FormNotification)(target));
     return;
     case 9:
     this.dgEdit = ((System.Windows.Controls.Grid)(target));
     return;
     case 10:
     this.txtName = ((System.Windows.Controls.TextBox)(target));
     return;
     case 11:
     this.txtCode = ((System.Windows.Controls.TextBox)(target));
     return;
     case 12:
     this.btnSave = ((System.Windows.Controls.Button)(target));
     
     #line 150 "..\..\..\..\Master\Views\MetaTypeView.xaml"
     this.btnSave.Click += new System.Windows.RoutedEventHandler(this.btnSave_Click);
     
     #line default
     #line hidden
     return;
     case 13:
     this.btnDelete = ((System.Windows.Controls.Button)(target));
     
     #line 159 "..\..\..\..\Master\Views\MetaTypeView.xaml"
     this.btnDelete.Click += new System.Windows.RoutedEventHandler(this.btnDelete_Click);
     
     #line default
     #line hidden
     return;
     case 14:
     this.Brd_Detail = ((System.Windows.Controls.Border)(target));
     return;
     case 15:
     this.btnNewDet = ((System.Windows.Controls.Button)(target));
     
     #line 176 "..\..\..\..\Master\Views\MetaTypeView.xaml"
     this.btnNewDet.Click += new System.Windows.RoutedEventHandler(this.btnNewDet_Click);
     
     #line default
     #line hidden
     return;
     case 16:
     this.dgDetail = ((Xceed.Wpf.DataGrid.DataGridControl)(target));
     
     #line 188 "..\..\..\..\Master\Views\MetaTypeView.xaml"
     this.dgDetail.GotFocus += new System.Windows.RoutedEventHandler(this.dgDetail_GotFocus);
     
     #line default
     #line hidden
     return;
     case 17:
     this.Border_det = ((System.Windows.Controls.Border)(target));
     return;
     case 18:
     this.stkEditDetail = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 19:
     this.dgEditDet = ((System.Windows.Controls.Grid)(target));
     return;
     case 20:
     this.txtNameDet = ((System.Windows.Controls.TextBox)(target));
     return;
     case 21:
     this.txtOrder = ((System.Windows.Controls.TextBox)(target));
     return;
     case 22:
     this.chkActive = ((System.Windows.Controls.CheckBox)(target));
     return;
     case 23:
     this.btnSaveDet = ((System.Windows.Controls.Button)(target));
     
     #line 259 "..\..\..\..\Master\Views\MetaTypeView.xaml"
     this.btnSaveDet.Click += new System.Windows.RoutedEventHandler(this.btnSaveDet_Click);
     
     #line default
     #line hidden
     return;
     case 24:
     this.btnDeleteDet = ((System.Windows.Controls.Button)(target));
     
     #line 266 "..\..\..\..\Master\Views\MetaTypeView.xaml"
     this.btnDeleteDet.Click += new System.Windows.RoutedEventHandler(this.btnDeleteDet_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.UC_IV_Replanish_Packing = ((WpfFront.Views.UC_IV_Replanish_PackingView)(target));
     return;
     case 2:
     this.frmNotification = ((Core.WPF.FormNotification)(target));
     return;
     case 3:
     this.cboSelector = ((System.Windows.Controls.ComboBox)(target));
     
     #line 74 "..\..\..\..\..\Trace\Views\UC_IV_Replanish_Packing.xaml"
     this.cboSelector.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.cboSelector_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 4:
     this.bRange = ((WpfFront.Common.UserControls.BinRange)(target));
     return;
     case 5:
     this.cboProduct = ((System.Windows.Controls.TextBox)(target));
     
     #line 100 "..\..\..\..\..\Trace\Views\UC_IV_Replanish_Packing.xaml"
     this.cboProduct.LostFocus += new System.Windows.RoutedEventHandler(this.cboProduct_LostFocus);
     
     #line default
     #line hidden
     return;
     case 6:
     this.imgRep = ((System.Windows.Controls.Button)(target));
     
     #line 108 "..\..\..\..\..\Trace\Views\UC_IV_Replanish_Packing.xaml"
     this.imgRep.Click += new System.Windows.RoutedEventHandler(this.imgRep_Click);
     
     #line default
     #line hidden
     return;
     case 7:
     
     #line 112 "..\..\..\..\..\Trace\Views\UC_IV_Replanish_Packing.xaml"
     ((System.Windows.Controls.CheckBox)(target)).Checked += new System.Windows.RoutedEventHandler(this.CheckBox_Checked);
     
     #line default
     #line hidden
     
     #line 113 "..\..\..\..\..\Trace\Views\UC_IV_Replanish_Packing.xaml"
     ((System.Windows.Controls.CheckBox)(target)).Unchecked += new System.Windows.RoutedEventHandler(this.CheckBox_Unchecked);
     
     #line default
     #line hidden
     return;
     case 8:
     this.dgRepPack = ((System.Windows.Controls.ListView)(target));
     
     #line 124 "..\..\..\..\..\Trace\Views\UC_IV_Replanish_Packing.xaml"
     this.dgRepPack.AddHandler(System.Windows.Controls.Primitives.ButtonBase.ClickEvent, new System.Windows.RoutedEventHandler(this.dgRepPack_Click));
     
     #line default
     #line hidden
     return;
     case 9:
     this.shEmpty = ((System.Windows.Controls.CheckBox)(target));
     
     #line 222 "..\..\..\..\..\Trace\Views\UC_IV_Replanish_Packing.xaml"
     this.shEmpty.Checked += new System.Windows.RoutedEventHandler(this.CheckBox_Checked_1);
     
     #line default
     #line hidden
     
     #line 223 "..\..\..\..\..\Trace\Views\UC_IV_Replanish_Packing.xaml"
     this.shEmpty.Unchecked += new System.Windows.RoutedEventHandler(this.CheckBox_Unchecked_1);
     
     #line default
     #line hidden
     return;
     case 10:
     this.btnProces = ((System.Windows.Controls.Button)(target));
     
     #line 226 "..\..\..\..\..\Trace\Views\UC_IV_Replanish_Packing.xaml"
     this.btnProces.Click += new System.Windows.RoutedEventHandler(this.btnProces_Click);
     
     #line default
     #line hidden
     return;
     case 11:
     this.ucDocList = ((WpfFront.Common.UserControls.DocumentList)(target));
     return;
     }
     this._contentLoaded = true;
 }
Пример #13
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.Bin = ((WpfFront.Views.BinView)(target));
     return;
     case 2:
     this.stkSearchForm = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 3:
     this.dgSearch = ((System.Windows.Controls.Grid)(target));
     return;
     case 4:
     this.txtSearch = ((System.Windows.Controls.TextBox)(target));
     
     #line 49 "..\..\..\..\Master\Views\BinView.xaml"
     this.txtSearch.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtSearch_TextChanged);
     
     #line default
     #line hidden
     return;
     case 5:
     this.cboStatusSearch = ((System.Windows.Controls.ComboBox)(target));
     
     #line 53 "..\..\..\..\Master\Views\BinView.xaml"
     this.cboStatusSearch.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.cboStatusSearch_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 6:
     this.ImageRefresh = ((System.Windows.Controls.Image)(target));
     
     #line 54 "..\..\..\..\Master\Views\BinView.xaml"
     this.ImageRefresh.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.ImageRefresh_MouseDown);
     
     #line default
     #line hidden
     return;
     case 7:
     this.btnNew = ((System.Windows.Controls.Button)(target));
     
     #line 58 "..\..\..\..\Master\Views\BinView.xaml"
     this.btnNew.Click += new System.Windows.RoutedEventHandler(this.btnNew_Click);
     
     #line default
     #line hidden
     return;
     case 8:
     this.dgList = ((Xceed.Wpf.DataGrid.DataGridControl)(target));
     
     #line 71 "..\..\..\..\Master\Views\BinView.xaml"
     this.dgList.GotFocus += new System.Windows.RoutedEventHandler(this.dgList_GotFocus);
     
     #line default
     #line hidden
     return;
     case 9:
     this.stkEdit = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 10:
     this.frmNotification = ((Core.WPF.FormNotification)(target));
     return;
     case 11:
     this.dgEdit = ((System.Windows.Controls.Grid)(target));
     return;
     case 12:
     this.cboStatus = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 13:
     this.cboProcess = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 14:
     this.btnSave = ((System.Windows.Controls.Button)(target));
     
     #line 229 "..\..\..\..\Master\Views\BinView.xaml"
     this.btnSave.Click += new System.Windows.RoutedEventHandler(this.btnSave_Click);
     
     #line default
     #line hidden
     return;
     case 15:
     this.btnDelete = ((System.Windows.Controls.Button)(target));
     
     #line 235 "..\..\..\..\Master\Views\BinView.xaml"
     this.btnDelete.Click += new System.Windows.RoutedEventHandler(this.btnDelete_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
Пример #14
0
 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;
 }
Пример #15
0
 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;
 }
Пример #16
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.Unit = ((WpfFront.Views.UnitView)(target));
     return;
     case 2:
     this.stkSearchForm = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 3:
     this.dgSearch = ((System.Windows.Controls.Grid)(target));
     return;
     case 4:
     this.txtSearch = ((System.Windows.Controls.TextBox)(target));
     
     #line 49 "..\..\..\..\..\Master\Views\UnitView.xaml"
     this.txtSearch.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtSearch_TextChanged);
     
     #line default
     #line hidden
     return;
     case 5:
     this.btnNew = ((System.Windows.Controls.Button)(target));
     
     #line 52 "..\..\..\..\..\Master\Views\UnitView.xaml"
     this.btnNew.Click += new System.Windows.RoutedEventHandler(this.btnNew_Click);
     
     #line default
     #line hidden
     return;
     case 6:
     this.btnAdmGroup = ((System.Windows.Controls.CheckBox)(target));
     
     #line 60 "..\..\..\..\..\Master\Views\UnitView.xaml"
     this.btnAdmGroup.Click += new System.Windows.RoutedEventHandler(this.btnAdmGroup_Click);
     
     #line default
     #line hidden
     return;
     case 7:
     this.dgList = ((Xceed.Wpf.DataGrid.DataGridControl)(target));
     
     #line 67 "..\..\..\..\..\Master\Views\UnitView.xaml"
     this.dgList.GotFocus += new System.Windows.RoutedEventHandler(this.dgList_GotFocus);
     
     #line default
     #line hidden
     return;
     case 8:
     this.stkEdit = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 9:
     this.frmNotification = ((Core.WPF.FormNotification)(target));
     return;
     case 10:
     this.dgEdit = ((System.Windows.Controls.Grid)(target));
     return;
     case 11:
     this.txtUnitGroup = ((System.Windows.Controls.TextBox)(target));
     return;
     case 12:
     this.cboUnitGroup = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 13:
     this.txtBaseAmount = ((System.Windows.Controls.TextBox)(target));
     return;
     case 14:
     this.stkButtons = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 15:
     this.btnSave = ((System.Windows.Controls.Button)(target));
     
     #line 187 "..\..\..\..\..\Master\Views\UnitView.xaml"
     this.btnSave.Click += new System.Windows.RoutedEventHandler(this.btnSave_Click);
     
     #line default
     #line hidden
     return;
     case 16:
     this.btnDelete = ((System.Windows.Controls.Button)(target));
     
     #line 193 "..\..\..\..\..\Master\Views\UnitView.xaml"
     this.btnDelete.Click += new System.Windows.RoutedEventHandler(this.btnDelete_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.InventoryAdjustment = ((WpfFront.Views.InventoryAdjustmentView)(target));
     return;
     case 2:
     this.tabMenu = ((System.Windows.Controls.TabControl)(target));
     return;
     case 3:
     this.stkForm = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 4:
     this.stkManually = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 5:
     this.frmNotification = ((Core.WPF.FormNotification)(target));
     return;
     case 6:
     this.dgPrint = ((System.Windows.Controls.Grid)(target));
     return;
     case 7:
     this.cboProduct = ((WpfFront.Common.UserControls.SearchProduct)(target));
     return;
     case 8:
     this.cboUnit = ((System.Windows.Controls.ListView)(target));
     return;
     case 9:
     this.txtSourceLocation = ((WpfFront.Common.UserControls.BinLocation)(target));
     return;
     case 10:
     this.txtAdjType = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 11:
     this.txtQuantity = ((System.Windows.Controls.TextBox)(target));
     return;
     case 12:
     this.btnConfirm = ((System.Windows.Controls.Button)(target));
     
     #line 134 "..\..\..\..\Trace\Views\InventoryAdjustmentView.xaml"
     this.btnConfirm.Click += new System.Windows.RoutedEventHandler(this.btnConfirm_Click);
     
     #line default
     #line hidden
     return;
     case 13:
     this.brCart = ((System.Windows.Controls.Border)(target));
     return;
     case 14:
     this.brSerials = ((System.Windows.Controls.Border)(target));
     return;
     case 15:
     this.stkSerials = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 16:
     this.txtSerial = ((System.Windows.Controls.TextBox)(target));
     return;
     case 17:
     this.btnAddSerial = ((System.Windows.Controls.Button)(target));
     
     #line 162 "..\..\..\..\Trace\Views\InventoryAdjustmentView.xaml"
     this.btnAddSerial.Click += new System.Windows.RoutedEventHandler(this.btnAddSerial_Click);
     
     #line default
     #line hidden
     return;
     case 18:
     this.chkSelectAllLines = ((System.Windows.Controls.CheckBox)(target));
     
     #line 173 "..\..\..\..\Trace\Views\InventoryAdjustmentView.xaml"
     this.chkSelectAllLines.Checked += new System.Windows.RoutedEventHandler(this.chkSelectAll_Checked);
     
     #line default
     #line hidden
     
     #line 173 "..\..\..\..\Trace\Views\InventoryAdjustmentView.xaml"
     this.chkSelectAllLines.Unchecked += new System.Windows.RoutedEventHandler(this.chkSelectAll_Unchecked);
     
     #line default
     #line hidden
     return;
     case 19:
     this.btnRemProduct = ((System.Windows.Controls.Button)(target));
     
     #line 175 "..\..\..\..\Trace\Views\InventoryAdjustmentView.xaml"
     this.btnRemProduct.Click += new System.Windows.RoutedEventHandler(this.btnRemove_Click);
     
     #line default
     #line hidden
     return;
     case 20:
     this.lvListToProcess = ((System.Windows.Controls.ListView)(target));
     return;
     case 21:
     this.stkFinish = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 22:
     this.dgMoving = ((System.Windows.Controls.Grid)(target));
     return;
     case 23:
     this.tbkLot = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 24:
     this.cboConcepts = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 25:
     this.txtComment = ((System.Windows.Controls.TextBox)(target));
     return;
     case 26:
     this.txtResult = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 27:
     this.btnMove = ((System.Windows.Controls.Button)(target));
     
     #line 263 "..\..\..\..\Trace\Views\InventoryAdjustmentView.xaml"
     this.btnMove.Click += new System.Windows.RoutedEventHandler(this.btnMove_Click);
     
     #line default
     #line hidden
     return;
     case 28:
     
     #line 272 "..\..\..\..\Trace\Views\InventoryAdjustmentView.xaml"
     ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click);
     
     #line default
     #line hidden
     return;
     case 29:
     this.txtSearch = ((System.Windows.Controls.TextBox)(target));
     
     #line 294 "..\..\..\..\Trace\Views\InventoryAdjustmentView.xaml"
     this.txtSearch.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtSearch_TextChanged);
     
     #line default
     #line hidden
     return;
     case 30:
     
     #line 295 "..\..\..\..\Trace\Views\InventoryAdjustmentView.xaml"
     ((System.Windows.Controls.Image)(target)).MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.Image_MouseDown);
     
     #line default
     #line hidden
     return;
     case 31:
     this.lvAdjustments = ((System.Windows.Controls.ListView)(target));
     
     #line 306 "..\..\..\..\Trace\Views\InventoryAdjustmentView.xaml"
     this.lvAdjustments.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.lvAdjustments_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 32:
     this.stkAdjustData = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 33:
     this.brdAdjustData = ((System.Windows.Controls.Border)(target));
     return;
     case 34:
     this.btnReversePosted = ((System.Windows.Controls.Button)(target));
     
     #line 350 "..\..\..\..\Trace\Views\InventoryAdjustmentView.xaml"
     this.btnReversePosted.Click += new System.Windows.RoutedEventHandler(this.btnReversePosted_Click);
     
     #line default
     #line hidden
     return;
     case 35:
     this.btnSendErp = ((System.Windows.Controls.Button)(target));
     
     #line 354 "..\..\..\..\Trace\Views\InventoryAdjustmentView.xaml"
     this.btnSendErp.Click += new System.Windows.RoutedEventHandler(this.btnSendErp_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
Пример #18
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.CustomProcessRoute = ((WpfFront.Views.CustomProcessRouteView)(target));
     return;
     case 2:
     this.stkSearchForm = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 3:
     this.dgSearch = ((System.Windows.Controls.Grid)(target));
     return;
     case 4:
     this.txtSearch = ((System.Windows.Controls.TextBox)(target));
     
     #line 47 "..\..\..\..\Process\View\CustomProcessRouteView.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 48 "..\..\..\..\Process\View\CustomProcessRouteView.xaml"
     this.btnNew.Click += new System.Windows.RoutedEventHandler(this.btnNew_Click);
     
     #line default
     #line hidden
     return;
     case 6:
     this.dgList = ((Xceed.Wpf.DataGrid.DataGridControl)(target));
     
     #line 63 "..\..\..\..\Process\View\CustomProcessRouteView.xaml"
     this.dgList.GotFocus += new System.Windows.RoutedEventHandler(this.dgList_GotFocus);
     
     #line default
     #line hidden
     return;
     case 7:
     this.stkEdit = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 8:
     this.frmNotification = ((Core.WPF.FormNotification)(target));
     return;
     case 9:
     this.dgEdit = ((System.Windows.Controls.Grid)(target));
     return;
     case 10:
     this.btnSave = ((System.Windows.Controls.Button)(target));
     
     #line 200 "..\..\..\..\Process\View\CustomProcessRouteView.xaml"
     this.btnSave.Click += new System.Windows.RoutedEventHandler(this.btnSave_Click);
     
     #line default
     #line hidden
     return;
     case 11:
     this.btnDelete = ((System.Windows.Controls.Button)(target));
     
     #line 208 "..\..\..\..\Process\View\CustomProcessRouteView.xaml"
     this.btnDelete.Click += new System.Windows.RoutedEventHandler(this.btnDelete_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
Пример #19
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.PrintingModule = ((WpfFront.Views.PrintingView)(target));
     return;
     case 2:
     this.rbManual = ((System.Windows.Controls.RadioButton)(target));
     
     #line 32 "..\..\..\..\Trace\Views\PrintingView.xaml"
     this.rbManual.Click += new System.Windows.RoutedEventHandler(this.RadioButton_Click);
     
     #line default
     #line hidden
     return;
     case 3:
     this.rbDocument = ((System.Windows.Controls.RadioButton)(target));
     
     #line 33 "..\..\..\..\Trace\Views\PrintingView.xaml"
     this.rbDocument.Click += new System.Windows.RoutedEventHandler(this.RadioButton_Click);
     
     #line default
     #line hidden
     return;
     case 4:
     this.rbReprint = ((System.Windows.Controls.RadioButton)(target));
     
     #line 34 "..\..\..\..\Trace\Views\PrintingView.xaml"
     this.rbReprint.Click += new System.Windows.RoutedEventHandler(this.RadioButton_Click);
     
     #line default
     #line hidden
     return;
     case 5:
     this.rbBin = ((System.Windows.Controls.RadioButton)(target));
     
     #line 39 "..\..\..\..\Trace\Views\PrintingView.xaml"
     this.rbBin.Click += new System.Windows.RoutedEventHandler(this.RadioButton_Click);
     
     #line default
     #line hidden
     return;
     case 6:
     this.rbCustomer = ((System.Windows.Controls.RadioButton)(target));
     
     #line 40 "..\..\..\..\Trace\Views\PrintingView.xaml"
     this.rbCustomer.Click += new System.Windows.RoutedEventHandler(this.RadioButton_Click);
     
     #line default
     #line hidden
     return;
     case 7:
     this.btnReset = ((System.Windows.Controls.Button)(target));
     
     #line 47 "..\..\..\..\Trace\Views\PrintingView.xaml"
     this.btnReset.Click += new System.Windows.RoutedEventHandler(this.btnReset_Click);
     
     #line default
     #line hidden
     return;
     case 8:
     this.brDocList = ((System.Windows.Controls.Border)(target));
     return;
     case 9:
     this.stkPrintForm = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 10:
     this.stkPrintManually = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 11:
     this.frmNotification = ((Core.WPF.FormNotification)(target));
     return;
     case 12:
     this.dgPrint = ((System.Windows.Controls.Grid)(target));
     return;
     case 13:
     this.cboLabelType = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 14:
     this.txtProduct = ((WpfFront.Common.UserControls.SearchProduct)(target));
     return;
     case 15:
     this.cboUnit = ((System.Windows.Controls.ListView)(target));
     return;
     case 16:
     this.txtQuantity = ((System.Windows.Controls.TextBox)(target));
     return;
     case 17:
     this.cboLogiUnit = ((System.Windows.Controls.ComboBox)(target));
     
     #line 179 "..\..\..\..\Trace\Views\PrintingView.xaml"
     this.cboLogiUnit.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.cboLogiUnit_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 18:
     this.txtQtyPerPack = ((System.Windows.Controls.TextBox)(target));
     return;
     case 19:
     this.btnConfirm = ((System.Windows.Controls.Button)(target));
     
     #line 196 "..\..\..\..\Trace\Views\PrintingView.xaml"
     this.btnConfirm.Click += new System.Windows.RoutedEventHandler(this.btnConfirm_Click);
     
     #line default
     #line hidden
     return;
     case 20:
     this.txtProcessResult = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 21:
     this.stkPrintByDocument = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 22:
     this.txtSearch = ((System.Windows.Controls.TextBox)(target));
     
     #line 222 "..\..\..\..\Trace\Views\PrintingView.xaml"
     this.txtSearch.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtSearch_TextChanged);
     
     #line default
     #line hidden
     return;
     case 23:
     this.lvDocuments = ((System.Windows.Controls.ListView)(target));
     
     #line 227 "..\..\..\..\Trace\Views\PrintingView.xaml"
     this.lvDocuments.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.lvDocuments_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 24:
     this.stkLine = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 25:
     this.chkSelectAllLines = ((System.Windows.Controls.CheckBox)(target));
     
     #line 258 "..\..\..\..\Trace\Views\PrintingView.xaml"
     this.chkSelectAllLines.Checked += new System.Windows.RoutedEventHandler(this.chkSelectAll_Checked);
     
     #line default
     #line hidden
     
     #line 258 "..\..\..\..\Trace\Views\PrintingView.xaml"
     this.chkSelectAllLines.Unchecked += new System.Windows.RoutedEventHandler(this.chkSelectAll_Unchecked);
     
     #line default
     #line hidden
     return;
     case 26:
     this.btnRemLine = ((System.Windows.Controls.Button)(target));
     
     #line 260 "..\..\..\..\Trace\Views\PrintingView.xaml"
     this.btnRemLine.Click += new System.Windows.RoutedEventHandler(this.btnRemove_Click);
     
     #line default
     #line hidden
     return;
     case 27:
     this.lvListToPrint = ((System.Windows.Controls.ListView)(target));
     return;
     case 28:
     this.stkLabel = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 29:
     this.chkOnlyPack = ((System.Windows.Controls.CheckBox)(target));
     
     #line 318 "..\..\..\..\Trace\Views\PrintingView.xaml"
     this.chkOnlyPack.Checked += new System.Windows.RoutedEventHandler(this.chkOnlyPack_Checked);
     
     #line default
     #line hidden
     
     #line 318 "..\..\..\..\Trace\Views\PrintingView.xaml"
     this.chkOnlyPack.Unchecked += new System.Windows.RoutedEventHandler(this.chkOnlyPack_Checked);
     
     #line default
     #line hidden
     return;
     case 30:
     this.chkSelectAllLabel = ((System.Windows.Controls.CheckBox)(target));
     
     #line 322 "..\..\..\..\Trace\Views\PrintingView.xaml"
     this.chkSelectAllLabel.Checked += new System.Windows.RoutedEventHandler(this.chkSelectAll_Checked);
     
     #line default
     #line hidden
     
     #line 322 "..\..\..\..\Trace\Views\PrintingView.xaml"
     this.chkSelectAllLabel.Unchecked += new System.Windows.RoutedEventHandler(this.chkSelectAll_Unchecked);
     
     #line default
     #line hidden
     return;
     case 31:
     this.btnRemLabel = ((System.Windows.Controls.Button)(target));
     
     #line 324 "..\..\..\..\Trace\Views\PrintingView.xaml"
     this.btnRemLabel.Click += new System.Windows.RoutedEventHandler(this.btnRemove_Click);
     
     #line default
     #line hidden
     return;
     case 32:
     this.lvLabelsToProcess = ((System.Windows.Controls.ListView)(target));
     return;
     case 33:
     this.stkPrintFinish = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 34:
     this.brdGenerate = ((System.Windows.Controls.Border)(target));
     return;
     case 35:
     this.btnGenerate = ((System.Windows.Controls.Button)(target));
     
     #line 385 "..\..\..\..\Trace\Views\PrintingView.xaml"
     this.btnGenerate.Click += new System.Windows.RoutedEventHandler(this.btnGenerate_Click);
     
     #line default
     #line hidden
     return;
     case 36:
     this.brdPreview = ((System.Windows.Controls.Border)(target));
     return;
     case 37:
     this.cboTemplates = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 38:
     this.btnPreview = ((System.Windows.Controls.Button)(target));
     
     #line 411 "..\..\..\..\Trace\Views\PrintingView.xaml"
     this.btnPreview.Click += new System.Windows.RoutedEventHandler(this.btnPreview_Click);
     
     #line default
     #line hidden
     return;
     case 39:
     this.brFinishPrint = ((System.Windows.Controls.Border)(target));
     return;
     case 40:
     this.dgPrintForm = ((System.Windows.Controls.Grid)(target));
     return;
     case 41:
     this.tbkPrintLot = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 42:
     this.cboPrinter = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 43:
     this.cboPrintTemplate = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 44:
     this.btnPrint = ((System.Windows.Controls.Button)(target));
     
     #line 471 "..\..\..\..\Trace\Views\PrintingView.xaml"
     this.btnPrint.Click += new System.Windows.RoutedEventHandler(this.btnPrint_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }