コード例 #1
0
ファイル: ProductView.g.i.cs プロジェクト: erwin-hamid/LogPro
 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;
 }
コード例 #2
0
ファイル: ProcessFile.g.i.cs プロジェクト: erwin-hamid/LogPro
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.UcProcessFile = ((WpfFront.Common.UserControls.ProcessFile)(target));
     return;
     case 2:
     this.upFile = ((WpfFront.Common.UserControls.UploadFile)(target));
     return;
     case 3:
     this.cboFtype = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 4:
     this.cboProcess = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 5:
     this.cboPrinter = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 6:
     this.btnAdd = ((System.Windows.Controls.Button)(target));
     
     #line 50 "..\..\..\..\..\Common\UserControls\ProcessFile.xaml"
     this.btnAdd.Click += new System.Windows.RoutedEventHandler(this.btnAdd_Click);
     
     #line default
     #line hidden
     return;
     case 7:
     this.stkFiles = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 8:
     this.chkSelectAllLines = ((System.Windows.Controls.CheckBox)(target));
     
     #line 65 "..\..\..\..\..\Common\UserControls\ProcessFile.xaml"
     this.chkSelectAllLines.Checked += new System.Windows.RoutedEventHandler(this.chkSelectAllLines_Checked);
     
     #line default
     #line hidden
     
     #line 65 "..\..\..\..\..\Common\UserControls\ProcessFile.xaml"
     this.chkSelectAllLines.Unchecked += new System.Windows.RoutedEventHandler(this.chkSelectAllLines_Unchecked);
     
     #line default
     #line hidden
     return;
     case 9:
     this.btnRemBin = ((System.Windows.Controls.Button)(target));
     
     #line 68 "..\..\..\..\..\Common\UserControls\ProcessFile.xaml"
     this.btnRemBin.Click += new System.Windows.RoutedEventHandler(this.btnRemBin_Click);
     
     #line default
     #line hidden
     return;
     case 10:
     this.lvFileProcess = ((System.Windows.Controls.ListView)(target));
     return;
     }
     this._contentLoaded = true;
 }
コード例 #3
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.DocumentTypeSequence = ((WpfFront.Views.DocumentTypeSequenceView)(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 51 "..\..\..\..\General\Views\DocumentTypeSequenceView.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 66 "..\..\..\..\General\Views\DocumentTypeSequenceView.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 167 "..\..\..\..\General\Views\DocumentTypeSequenceView.xaml"
     this.btnSave.Click += new System.Windows.RoutedEventHandler(this.btnSave_Click);
     
     #line default
     #line hidden
     return;
     case 10:
     this.ucProcessFile = ((WpfFront.Common.UserControls.ProcessFile)(target));
     return;
     }
     this._contentLoaded = true;
 }