protected virtual void OnLoaded(object sender, RoutedEventArgs routedEventArgs) { VM.GetRecCount(); EntityList = (DataGrid)FindName("entityList"); Pager = (PagingControl)FindName("pager"); if (Pager != null) { Pager.OnNewPage += OnNewPage; Pager.Init(VM.TotalCount, RecPerPage); } }
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: #line 29 "..\..\..\..\..\..\View\Futures\LME\LMEPositionList.xaml" ((System.Windows.Input.CommandBinding)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.ListEditCanExecute); #line default #line hidden #line 29 "..\..\..\..\..\..\View\Futures\LME\LMEPositionList.xaml" ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.ListEditExecuted); #line default #line hidden return; case 2: #line 30 "..\..\..\..\..\..\View\Futures\LME\LMEPositionList.xaml" ((System.Windows.Input.CommandBinding)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.ListDeleteCanExecute); #line default #line hidden #line 31 "..\..\..\..\..\..\View\Futures\LME\LMEPositionList.xaml" ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.ListDeleteExecuted); #line default #line hidden return; case 3: this.rootGrid = ((System.Windows.Controls.Grid)(target)); return; case 4: this.lbTitle = ((System.Windows.Controls.Label)(target)); return; case 5: this.pagerList = ((Utility.Controls.PagingControl)(target)); return; case 6: this.listGrid = ((System.Windows.Controls.DataGrid)(target)); return; } this._contentLoaded = true; }
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: this.rootGrid = ((System.Windows.Controls.Grid)(target)); return; case 2: this.lbTitle = ((System.Windows.Controls.Label)(target)); return; case 3: this.label2 = ((System.Windows.Controls.Label)(target)); return; case 4: this.rBtnCustomer = ((System.Windows.Controls.RadioButton)(target)); return; case 5: this.rBtn1 = ((System.Windows.Controls.RadioButton)(target)); return; case 6: this.rBtnInnerCustomer = ((System.Windows.Controls.RadioButton)(target)); return; case 7: this.label3 = ((System.Windows.Controls.Label)(target)); return; case 8: this.txtShortName = ((System.Windows.Controls.TextBox)(target)); return; case 9: this.label4 = ((System.Windows.Controls.Label)(target)); return; case 10: this.txtCustomerCode = ((System.Windows.Controls.TextBox)(target)); return; case 11: this.label5 = ((System.Windows.Controls.Label)(target)); return; case 12: this.txtFullName = ((System.Windows.Controls.TextBox)(target)); return; case 13: this.label12 = ((System.Windows.Controls.Label)(target)); return; case 14: this.textBox1 = ((System.Windows.Controls.TextBox)(target)); return; case 15: this.label6 = ((System.Windows.Controls.Label)(target)); return; case 16: this.txtAddress = ((System.Windows.Controls.TextBox)(target)); return; case 17: this.label7 = ((System.Windows.Controls.Label)(target)); return; case 18: this.txtPerson = ((System.Windows.Controls.TextBox)(target)); return; case 19: this.label8 = ((System.Windows.Controls.Label)(target)); return; case 20: this.txtPhone = ((System.Windows.Controls.TextBox)(target)); return; case 21: this.label9 = ((System.Windows.Controls.Label)(target)); return; case 22: this.txtFax = ((System.Windows.Controls.TextBox)(target)); return; case 23: this.label10 = ((System.Windows.Controls.Label)(target)); return; case 24: this.txtZip = ((System.Windows.Controls.TextBox)(target)); return; case 25: this.label1 = ((System.Windows.Controls.Label)(target)); return; case 26: this.dataGridBanks = ((System.Windows.Controls.DataGrid)(target)); #line 84 "..\..\..\..\..\..\View\SystemSetting\BusinessPartnerSetting\BusinessPartnerDetail.xaml" this.dataGridBanks.LoadingRow += new System.EventHandler<System.Windows.Controls.DataGridRowEventArgs>(this.DataGrid1LoadingRow); #line default #line hidden return; case 27: this.label11 = ((System.Windows.Controls.Label)(target)); return; case 28: this.txtRemark = ((System.Windows.Controls.TextBox)(target)); return; case 29: this.btnOK = ((System.Windows.Controls.Button)(target)); #line 97 "..\..\..\..\..\..\View\SystemSetting\BusinessPartnerSetting\BusinessPartnerDetail.xaml" this.btnOK.Click += new System.Windows.RoutedEventHandler(this.Save); #line default #line hidden return; case 30: this.btnCancel = ((System.Windows.Controls.Button)(target)); #line 99 "..\..\..\..\..\..\View\SystemSetting\BusinessPartnerSetting\BusinessPartnerDetail.xaml" this.btnCancel.Click += new System.Windows.RoutedEventHandler(this.Cancel); #line default #line hidden return; case 31: this.label13 = ((System.Windows.Controls.Label)(target)); return; case 32: this.textBox2 = ((System.Windows.Controls.TextBox)(target)); return; case 33: this.label14 = ((System.Windows.Controls.Label)(target)); return; case 34: this.textBox3 = ((System.Windows.Controls.TextBox)(target)); return; case 35: this.pgBankList = ((Utility.Controls.PagingControl)(target)); return; case 36: this.checkBox1 = ((System.Windows.Controls.CheckBox)(target)); return; } this._contentLoaded = true; }
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: #line 59 "..\..\..\..\..\..\View\SystemSetting\BankAccountSetting\BankAccountHome.xaml" ((System.Windows.Input.CommandBinding)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.BankEditCanExecute); #line default #line hidden #line 59 "..\..\..\..\..\..\View\SystemSetting\BankAccountSetting\BankAccountHome.xaml" ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.BankEditExecuted); #line default #line hidden return; case 2: #line 60 "..\..\..\..\..\..\View\SystemSetting\BankAccountSetting\BankAccountHome.xaml" ((System.Windows.Input.CommandBinding)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.BankDeleteCanExecute); #line default #line hidden #line 61 "..\..\..\..\..\..\View\SystemSetting\BankAccountSetting\BankAccountHome.xaml" ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.BankDeleteExecuted); #line default #line hidden return; case 3: #line 62 "..\..\..\..\..\..\View\SystemSetting\BankAccountSetting\BankAccountHome.xaml" ((System.Windows.Input.CommandBinding)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.BankViewCanExecute); #line default #line hidden #line 62 "..\..\..\..\..\..\View\SystemSetting\BankAccountSetting\BankAccountHome.xaml" ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.BankViewExecuted); #line default #line hidden return; case 4: #line 63 "..\..\..\..\..\..\View\SystemSetting\BankAccountSetting\BankAccountHome.xaml" ((System.Windows.Input.CommandBinding)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.AccountEditCanExecute); #line default #line hidden #line 64 "..\..\..\..\..\..\View\SystemSetting\BankAccountSetting\BankAccountHome.xaml" ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.AccountEditExecuted); #line default #line hidden return; case 5: #line 65 "..\..\..\..\..\..\View\SystemSetting\BankAccountSetting\BankAccountHome.xaml" ((System.Windows.Input.CommandBinding)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.AccountDeleteCanExecute); #line default #line hidden #line 66 "..\..\..\..\..\..\View\SystemSetting\BankAccountSetting\BankAccountHome.xaml" ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.AccountDeleteExecuted); #line default #line hidden return; case 6: #line 67 "..\..\..\..\..\..\View\SystemSetting\BankAccountSetting\BankAccountHome.xaml" ((System.Windows.Input.CommandBinding)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.AccountViewCanExecute); #line default #line hidden #line 68 "..\..\..\..\..\..\View\SystemSetting\BankAccountSetting\BankAccountHome.xaml" ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.AccountViewExecuted); #line default #line hidden return; case 7: this.rootGrid = ((System.Windows.Controls.Grid)(target)); return; case 8: this.lbTitle = ((System.Windows.Controls.Label)(target)); return; case 9: this.tabControl1 = ((System.Windows.Controls.TabControl)(target)); return; case 10: this.tiBank = ((System.Windows.Controls.TabItem)(target)); #line 77 "..\..\..\..\..\..\View\SystemSetting\BankAccountSetting\BankAccountHome.xaml" this.tiBank.GotFocus += new System.Windows.RoutedEventHandler(this.TiBankGotFocus); #line default #line hidden return; case 11: this.button1 = ((System.Windows.Controls.Button)(target)); #line 80 "..\..\..\..\..\..\View\SystemSetting\BankAccountSetting\BankAccountHome.xaml" this.button1.Click += new System.Windows.RoutedEventHandler(this.Button1Click); #line default #line hidden return; case 12: this.pagingControl1 = ((Utility.Controls.PagingControl)(target)); return; case 13: this.dataGrid1 = ((System.Windows.Controls.DataGrid)(target)); #line 85 "..\..\..\..\..\..\View\SystemSetting\BankAccountSetting\BankAccountHome.xaml" this.dataGrid1.LoadingRow += new System.EventHandler<System.Windows.Controls.DataGridRowEventArgs>(this.DataGrid1LoadingRow); #line default #line hidden return; case 14: this.groupBox1 = ((System.Windows.Controls.GroupBox)(target)); return; case 15: this.label2 = ((System.Windows.Controls.Label)(target)); return; case 16: this.txtName = ((System.Windows.Controls.TextBox)(target)); return; case 17: this.btnSearch = ((System.Windows.Controls.Button)(target)); #line 107 "..\..\..\..\..\..\View\SystemSetting\BankAccountSetting\BankAccountHome.xaml" this.btnSearch.Click += new System.Windows.RoutedEventHandler(this.BtnSearchClick); #line default #line hidden return; case 18: this.tiAccount = ((System.Windows.Controls.TabItem)(target)); #line 112 "..\..\..\..\..\..\View\SystemSetting\BankAccountSetting\BankAccountHome.xaml" this.tiAccount.GotFocus += new System.Windows.RoutedEventHandler(this.TiAccountGotFocus); #line default #line hidden return; case 19: this.button2 = ((System.Windows.Controls.Button)(target)); #line 115 "..\..\..\..\..\..\View\SystemSetting\BankAccountSetting\BankAccountHome.xaml" this.button2.Click += new System.Windows.RoutedEventHandler(this.Button2Click); #line default #line hidden return; case 20: this.pagingControl2 = ((Utility.Controls.PagingControl)(target)); return; case 21: this.dataGrid2 = ((System.Windows.Controls.DataGrid)(target)); #line 120 "..\..\..\..\..\..\View\SystemSetting\BankAccountSetting\BankAccountHome.xaml" this.dataGrid2.LoadingRow += new System.EventHandler<System.Windows.Controls.DataGridRowEventArgs>(this.DataGrid2LoadingRow); #line default #line hidden return; case 22: this.groupBox2 = ((System.Windows.Controls.GroupBox)(target)); return; case 23: this.label1 = ((System.Windows.Controls.Label)(target)); return; case 24: this.txtBAName = ((System.Windows.Controls.TextBox)(target)); return; case 25: this.button3 = ((System.Windows.Controls.Button)(target)); #line 145 "..\..\..\..\..\..\View\SystemSetting\BankAccountSetting\BankAccountHome.xaml" this.button3.Click += new System.Windows.RoutedEventHandler(this.BtnSearchAccountClick); #line default #line hidden return; case 26: this.label3 = ((System.Windows.Controls.Label)(target)); return; case 27: this.button4 = ((System.Windows.Controls.Button)(target)); #line 147 "..\..\..\..\..\..\View\SystemSetting\BankAccountSetting\BankAccountHome.xaml" this.button4.Click += new System.Windows.RoutedEventHandler(this.BtnBusinessPartnerClick); #line default #line hidden return; case 28: this.textBox5 = ((System.Windows.Controls.TextBox)(target)); return; } this._contentLoaded = true; }
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: #line 51 "..\..\..\..\..\..\View\SystemSetting\BusinessPartnerSetting\BusinessPartnerHome.xaml" ((System.Windows.Input.CommandBinding)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.PartnerEditCanExecute); #line default #line hidden #line 52 "..\..\..\..\..\..\View\SystemSetting\BusinessPartnerSetting\BusinessPartnerHome.xaml" ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.PartnerEditExecuted); #line default #line hidden return; case 2: #line 53 "..\..\..\..\..\..\View\SystemSetting\BusinessPartnerSetting\BusinessPartnerHome.xaml" ((System.Windows.Input.CommandBinding)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.PartnerDeleteCanExecute); #line default #line hidden #line 54 "..\..\..\..\..\..\View\SystemSetting\BusinessPartnerSetting\BusinessPartnerHome.xaml" ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.PartnerDeleteExecuted); #line default #line hidden return; case 3: #line 55 "..\..\..\..\..\..\View\SystemSetting\BusinessPartnerSetting\BusinessPartnerHome.xaml" ((System.Windows.Input.CommandBinding)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.PartnerViewCanExecute); #line default #line hidden #line 56 "..\..\..\..\..\..\View\SystemSetting\BusinessPartnerSetting\BusinessPartnerHome.xaml" ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.PartnerViewExecuted); #line default #line hidden return; case 4: this.rootGrid = ((System.Windows.Controls.Grid)(target)); return; case 5: this.lbTitle = ((System.Windows.Controls.Label)(target)); return; case 6: this.btnAdd = ((System.Windows.Controls.Button)(target)); #line 64 "..\..\..\..\..\..\View\SystemSetting\BusinessPartnerSetting\BusinessPartnerHome.xaml" this.btnAdd.Click += new System.Windows.RoutedEventHandler(this.BtnAddClick); #line default #line hidden return; case 7: this.separator1 = ((System.Windows.Controls.Separator)(target)); return; case 8: this.groupBox1 = ((System.Windows.Controls.GroupBox)(target)); return; case 9: this.label2 = ((System.Windows.Controls.Label)(target)); return; case 10: this.txtName = ((System.Windows.Controls.TextBox)(target)); return; case 11: this.label3 = ((System.Windows.Controls.Label)(target)); return; case 12: this.comboBoxType = ((System.Windows.Controls.ComboBox)(target)); return; case 13: this.btnSearch = ((System.Windows.Controls.Button)(target)); #line 79 "..\..\..\..\..\..\View\SystemSetting\BusinessPartnerSetting\BusinessPartnerHome.xaml" this.btnSearch.Click += new System.Windows.RoutedEventHandler(this.BtnSearchClick); #line default #line hidden return; case 14: this.separator2 = ((System.Windows.Controls.Separator)(target)); return; case 15: this.pgPartners = ((Utility.Controls.PagingControl)(target)); return; case 16: this.dataGridPartner = ((System.Windows.Controls.DataGrid)(target)); #line 87 "..\..\..\..\..\..\View\SystemSetting\BusinessPartnerSetting\BusinessPartnerHome.xaml" this.dataGridPartner.LoadingRow += new System.EventHandler<System.Windows.Controls.DataGridRowEventArgs>(this.DataGridPartnerLoadingRow); #line default #line hidden return; } this._contentLoaded = true; }
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: #line 30 "..\..\..\..\..\..\View\Futures\SHFE\SHFEPositionList.xaml" ((System.Windows.Input.CommandBinding)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.PositionViewCanExecute); #line default #line hidden #line 31 "..\..\..\..\..\..\View\Futures\SHFE\SHFEPositionList.xaml" ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.PositionViewExecuted); #line default #line hidden return; case 2: this.rootGrid = ((System.Windows.Controls.Grid)(target)); return; case 3: this.pager = ((Utility.Controls.PagingControl)(target)); return; case 4: this.dataGridPosition = ((System.Windows.Controls.DataGrid)(target)); #line 40 "..\..\..\..\..\..\View\Futures\SHFE\SHFEPositionList.xaml" this.dataGridPosition.LoadingRow += new System.EventHandler<System.Windows.Controls.DataGridRowEventArgs>(this.DataGridPositionLoadingRow); #line default #line hidden return; case 5: this.lbTitle = ((System.Windows.Controls.Label)(target)); return; } this._contentLoaded = true; }
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: this.rootGrid = ((System.Windows.Controls.Grid)(target)); return; case 2: this.lbTitle = ((System.Windows.Controls.Label)(target)); return; case 3: this.groupBox1 = ((System.Windows.Controls.GroupBox)(target)); return; case 4: this.button2 = ((System.Windows.Controls.Button)(target)); #line 35 "..\..\..\..\..\View\Reports\SHFEFundFlowReport.xaml" this.button2.Click += new System.Windows.RoutedEventHandler(this.Button2Click); #line default #line hidden return; case 5: this.label5 = ((System.Windows.Controls.Label)(target)); return; case 6: this.datePicker1 = ((System.Windows.Controls.DatePicker)(target)); return; case 7: this.label6 = ((System.Windows.Controls.Label)(target)); return; case 8: this.datePicker2 = ((System.Windows.Controls.DatePicker)(target)); return; case 9: this.label2 = ((System.Windows.Controls.Label)(target)); return; case 10: this.comboBox2 = ((System.Windows.Controls.ComboBox)(target)); return; case 11: this.label3 = ((System.Windows.Controls.Label)(target)); return; case 12: this.comboBox1 = ((System.Windows.Controls.ComboBox)(target)); return; case 13: this.separator1 = ((System.Windows.Controls.Separator)(target)); return; case 14: this.pagingControl1 = ((Utility.Controls.PagingControl)(target)); return; case 15: this.dataGridSHFEFundFlow = ((System.Windows.Controls.DataGrid)(target)); return; } this._contentLoaded = true; }
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: #line 42 "..\..\..\..\..\..\View\SystemSetting\UserSetting\UserList.xaml" ((System.Windows.Input.CommandBinding)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.EditUserCanExecute); #line default #line hidden #line 42 "..\..\..\..\..\..\View\SystemSetting\UserSetting\UserList.xaml" ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.EditUserExecuted); #line default #line hidden return; case 2: #line 43 "..\..\..\..\..\..\View\SystemSetting\UserSetting\UserList.xaml" ((System.Windows.Input.CommandBinding)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.ViewUserCanExecute); #line default #line hidden #line 43 "..\..\..\..\..\..\View\SystemSetting\UserSetting\UserList.xaml" ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.ViewUserExecuted); #line default #line hidden return; case 3: #line 44 "..\..\..\..\..\..\View\SystemSetting\UserSetting\UserList.xaml" ((System.Windows.Input.CommandBinding)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.DeleteUserCanExecute); #line default #line hidden #line 45 "..\..\..\..\..\..\View\SystemSetting\UserSetting\UserList.xaml" ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.DeleteUserExecuted); #line default #line hidden return; case 4: #line 46 "..\..\..\..\..\..\View\SystemSetting\UserSetting\UserList.xaml" ((System.Windows.Input.CommandBinding)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.LinkCommodityCanExecute); #line default #line hidden #line 47 "..\..\..\..\..\..\View\SystemSetting\UserSetting\UserList.xaml" ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.LinkCommodityExecuted); #line default #line hidden return; case 5: #line 48 "..\..\..\..\..\..\View\SystemSetting\UserSetting\UserList.xaml" ((System.Windows.Input.CommandBinding)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.LinkICCanExecute); #line default #line hidden #line 49 "..\..\..\..\..\..\View\SystemSetting\UserSetting\UserList.xaml" ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.LinkICExecuted); #line default #line hidden return; case 6: this.rootGrid = ((System.Windows.Controls.Grid)(target)); return; case 7: this.lbTitle = ((System.Windows.Controls.Label)(target)); return; case 8: this.pagingControl1 = ((Utility.Controls.PagingControl)(target)); return; case 9: this.dataGrid1 = ((System.Windows.Controls.DataGrid)(target)); #line 60 "..\..\..\..\..\..\View\SystemSetting\UserSetting\UserList.xaml" this.dataGrid1.LoadingRow += new System.EventHandler<System.Windows.Controls.DataGridRowEventArgs>(this.DataGrid1LoadingRow); #line default #line hidden return; case 10: this.button1 = ((System.Windows.Controls.Button)(target)); #line 72 "..\..\..\..\..\..\View\SystemSetting\UserSetting\UserList.xaml" this.button1.Click += new System.Windows.RoutedEventHandler(this.Button1Click); #line default #line hidden return; } this._contentLoaded = true; }
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: #line 67 "..\..\..\..\..\..\View\Physical\Contracts\ContractList.xaml" ((System.Windows.Input.CommandBinding)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.MoreBrandsViewCanExecute); #line default #line hidden #line 68 "..\..\..\..\..\..\View\Physical\Contracts\ContractList.xaml" ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.MoreBrandsViewExecuted); #line default #line hidden return; case 2: #line 71 "..\..\..\..\..\..\View\Physical\Contracts\ContractList.xaml" ((System.Windows.Input.CommandBinding)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.QuotaDetailViewCanExecute); #line default #line hidden #line 72 "..\..\..\..\..\..\View\Physical\Contracts\ContractList.xaml" ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.QuotaDetailViewExecuted); #line default #line hidden return; case 3: #line 74 "..\..\..\..\..\..\View\Physical\Contracts\ContractList.xaml" ((System.Windows.Input.CommandBinding)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.QuotaEditCanExecute); #line default #line hidden #line 75 "..\..\..\..\..\..\View\Physical\Contracts\ContractList.xaml" ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.QuotaEditExecuted); #line default #line hidden return; case 4: #line 77 "..\..\..\..\..\..\View\Physical\Contracts\ContractList.xaml" ((System.Windows.Input.CommandBinding)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.ContractSplitCanExecute); #line default #line hidden #line 78 "..\..\..\..\..\..\View\Physical\Contracts\ContractList.xaml" ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.ContractSplitExecuted); #line default #line hidden return; case 5: #line 80 "..\..\..\..\..\..\View\Physical\Contracts\ContractList.xaml" ((System.Windows.Input.CommandBinding)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.QuotaDeleteCanExecute); #line default #line hidden #line 81 "..\..\..\..\..\..\View\Physical\Contracts\ContractList.xaml" ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.QuotaDeleteExecuted); #line default #line hidden return; case 6: #line 83 "..\..\..\..\..\..\View\Physical\Contracts\ContractList.xaml" ((System.Windows.Input.CommandBinding)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.PricingViewCanExecute); #line default #line hidden #line 84 "..\..\..\..\..\..\View\Physical\Contracts\ContractList.xaml" ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.PricingViewExecuted); #line default #line hidden return; case 7: #line 86 "..\..\..\..\..\..\View\Physical\Contracts\ContractList.xaml" ((System.Windows.Input.CommandBinding)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.PrintContractCanExecute); #line default #line hidden #line 87 "..\..\..\..\..\..\View\Physical\Contracts\ContractList.xaml" ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.PrintContractExecuted); #line default #line hidden return; case 8: #line 89 "..\..\..\..\..\..\View\Physical\Contracts\ContractList.xaml" ((System.Windows.Input.CommandBinding)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.AttachmentViewCanExecute); #line default #line hidden #line 90 "..\..\..\..\..\..\View\Physical\Contracts\ContractList.xaml" ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.AttachmentViewExecuted); #line default #line hidden return; case 9: this.rootGrid = ((System.Windows.Controls.Grid)(target)); return; case 10: this.lbTitle = ((System.Windows.Controls.Label)(target)); return; case 11: this.pagerContract = ((Utility.Controls.PagingControl)(target)); return; case 12: #line 108 "..\..\..\..\..\..\View\Physical\Contracts\ContractList.xaml" ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.ButtonClick); #line default #line hidden return; case 13: #line 109 "..\..\..\..\..\..\View\Physical\Contracts\ContractList.xaml" ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.button1_Click); #line default #line hidden return; case 14: this.dataGridQuotas = ((System.Windows.Controls.DataGrid)(target)); #line 115 "..\..\..\..\..\..\View\Physical\Contracts\ContractList.xaml" this.dataGridQuotas.LoadingRow += new System.EventHandler<System.Windows.Controls.DataGridRowEventArgs>(this.QuotaGridLoadingRow); #line default #line hidden return; case 15: this.cbSelectAll = ((System.Windows.Controls.CheckBox)(target)); return; } this._contentLoaded = true; }
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: #line 81 "..\..\..\..\..\..\View\SystemSetting\CommoditySetting\CommodityHome.xaml" ((System.Windows.Input.CommandBinding)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.CommodityTypeEditCanExecute); #line default #line hidden #line 81 "..\..\..\..\..\..\View\SystemSetting\CommoditySetting\CommodityHome.xaml" ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.CommodityTypeEditExecuted); #line default #line hidden return; case 2: #line 82 "..\..\..\..\..\..\View\SystemSetting\CommoditySetting\CommodityHome.xaml" ((System.Windows.Input.CommandBinding)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.CommodityTypeDeleteCanExecute); #line default #line hidden #line 82 "..\..\..\..\..\..\View\SystemSetting\CommoditySetting\CommodityHome.xaml" ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.CommodityTypeDeleteExecuted); #line default #line hidden return; case 3: #line 83 "..\..\..\..\..\..\View\SystemSetting\CommoditySetting\CommodityHome.xaml" ((System.Windows.Input.CommandBinding)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.CommodityTypeViewCanExecute); #line default #line hidden #line 83 "..\..\..\..\..\..\View\SystemSetting\CommoditySetting\CommodityHome.xaml" ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.CommodityTypeViewExecuted); #line default #line hidden return; case 4: #line 85 "..\..\..\..\..\..\View\SystemSetting\CommoditySetting\CommodityHome.xaml" ((System.Windows.Input.CommandBinding)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.BrandEditCanExecute); #line default #line hidden #line 85 "..\..\..\..\..\..\View\SystemSetting\CommoditySetting\CommodityHome.xaml" ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.BrandEditExecuted); #line default #line hidden return; case 5: #line 86 "..\..\..\..\..\..\View\SystemSetting\CommoditySetting\CommodityHome.xaml" ((System.Windows.Input.CommandBinding)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.BrandDeleteCanExecute); #line default #line hidden #line 86 "..\..\..\..\..\..\View\SystemSetting\CommoditySetting\CommodityHome.xaml" ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.BrandDeleteExecuted); #line default #line hidden return; case 6: #line 87 "..\..\..\..\..\..\View\SystemSetting\CommoditySetting\CommodityHome.xaml" ((System.Windows.Input.CommandBinding)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.BrandViewCanExecute); #line default #line hidden #line 87 "..\..\..\..\..\..\View\SystemSetting\CommoditySetting\CommodityHome.xaml" ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.BrandViewExecuted); #line default #line hidden return; case 7: #line 89 "..\..\..\..\..\..\View\SystemSetting\CommoditySetting\CommodityHome.xaml" ((System.Windows.Input.CommandBinding)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.SpecificationEditCanExecute); #line default #line hidden #line 89 "..\..\..\..\..\..\View\SystemSetting\CommoditySetting\CommodityHome.xaml" ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.SpecificationEditExecuted); #line default #line hidden return; case 8: #line 90 "..\..\..\..\..\..\View\SystemSetting\CommoditySetting\CommodityHome.xaml" ((System.Windows.Input.CommandBinding)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.SpecificationDeleteCanExecute); #line default #line hidden #line 90 "..\..\..\..\..\..\View\SystemSetting\CommoditySetting\CommodityHome.xaml" ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.SpecificationDeleteExecuted); #line default #line hidden return; case 9: #line 91 "..\..\..\..\..\..\View\SystemSetting\CommoditySetting\CommodityHome.xaml" ((System.Windows.Input.CommandBinding)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.SpecificationViewCanExecute); #line default #line hidden #line 91 "..\..\..\..\..\..\View\SystemSetting\CommoditySetting\CommodityHome.xaml" ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.SpecificationViewExecuted); #line default #line hidden return; case 10: this.rootGrid = ((System.Windows.Controls.Grid)(target)); return; case 11: this.lbTitle = ((System.Windows.Controls.Label)(target)); return; case 12: this.tabControl1 = ((System.Windows.Controls.TabControl)(target)); #line 97 "..\..\..\..\..\..\View\SystemSetting\CommoditySetting\CommodityHome.xaml" this.tabControl1.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.TabControl1SelectionChanged); #line default #line hidden return; case 13: this.tiCommodity = ((System.Windows.Controls.TabItem)(target)); return; case 14: this.pagingControl1 = ((Utility.Controls.PagingControl)(target)); return; case 15: this.dataGrid1 = ((System.Windows.Controls.DataGrid)(target)); #line 102 "..\..\..\..\..\..\View\SystemSetting\CommoditySetting\CommodityHome.xaml" this.dataGrid1.LoadingRow += new System.EventHandler<System.Windows.Controls.DataGridRowEventArgs>(this.DataGrid1LoadingRow); #line default #line hidden return; case 16: this.tiCommodityType = ((System.Windows.Controls.TabItem)(target)); return; case 17: this.button2 = ((System.Windows.Controls.Button)(target)); #line 120 "..\..\..\..\..\..\View\SystemSetting\CommoditySetting\CommodityHome.xaml" this.button2.Click += new System.Windows.RoutedEventHandler(this.Button2Click); #line default #line hidden return; case 18: this.pagingControl2 = ((Utility.Controls.PagingControl)(target)); return; case 19: this.dataGrid2 = ((System.Windows.Controls.DataGrid)(target)); #line 123 "..\..\..\..\..\..\View\SystemSetting\CommoditySetting\CommodityHome.xaml" this.dataGrid2.LoadingRow += new System.EventHandler<System.Windows.Controls.DataGridRowEventArgs>(this.DataGrid2LoadingRow); #line default #line hidden return; case 20: this.groupBox1 = ((System.Windows.Controls.GroupBox)(target)); return; case 21: this.comboBox3 = ((System.Windows.Controls.ComboBox)(target)); return; case 22: this.button5 = ((System.Windows.Controls.Button)(target)); #line 135 "..\..\..\..\..\..\View\SystemSetting\CommoditySetting\CommodityHome.xaml" this.button5.Click += new System.Windows.RoutedEventHandler(this.ButtonSearchClick); #line default #line hidden return; case 23: this.label3 = ((System.Windows.Controls.Label)(target)); return; case 24: this.tiBrand = ((System.Windows.Controls.TabItem)(target)); return; case 25: this.nodeGrid = ((System.Windows.Controls.Grid)(target)); return; case 26: this.button3 = ((System.Windows.Controls.Button)(target)); #line 143 "..\..\..\..\..\..\View\SystemSetting\CommoditySetting\CommodityHome.xaml" this.button3.Click += new System.Windows.RoutedEventHandler(this.Button3Click); #line default #line hidden return; case 27: this.pagingControl3 = ((Utility.Controls.PagingControl)(target)); return; case 28: this.dataGrid3 = ((System.Windows.Controls.DataGrid)(target)); #line 146 "..\..\..\..\..\..\View\SystemSetting\CommoditySetting\CommodityHome.xaml" this.dataGrid3.LoadingRow += new System.EventHandler<System.Windows.Controls.DataGridRowEventArgs>(this.DataGrid3LoadingRow); #line default #line hidden return; case 29: this.groupBox2 = ((System.Windows.Controls.GroupBox)(target)); return; case 30: this.comboBox1 = ((System.Windows.Controls.ComboBox)(target)); #line 158 "..\..\..\..\..\..\View\SystemSetting\CommoditySetting\CommodityHome.xaml" this.comboBox1.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.CbxSelectionChanged); #line default #line hidden return; case 31: this.label1 = ((System.Windows.Controls.Label)(target)); return; case 32: this.label2 = ((System.Windows.Controls.Label)(target)); return; case 33: this.comboBox2 = ((System.Windows.Controls.ComboBox)(target)); return; case 34: this.button1 = ((System.Windows.Controls.Button)(target)); #line 162 "..\..\..\..\..\..\View\SystemSetting\CommoditySetting\CommodityHome.xaml" this.button1.Click += new System.Windows.RoutedEventHandler(this.ButtonSearchClick); #line default #line hidden return; case 35: this.label6 = ((System.Windows.Controls.Label)(target)); return; case 36: this.textBox1 = ((System.Windows.Controls.TextBox)(target)); return; case 37: this.tiSpecification = ((System.Windows.Controls.TabItem)(target)); return; case 38: this.button4 = ((System.Windows.Controls.Button)(target)); #line 175 "..\..\..\..\..\..\View\SystemSetting\CommoditySetting\CommodityHome.xaml" this.button4.Click += new System.Windows.RoutedEventHandler(this.Button4Click); #line default #line hidden return; case 39: this.pagingControl4 = ((Utility.Controls.PagingControl)(target)); return; case 40: this.dataGrid4 = ((System.Windows.Controls.DataGrid)(target)); #line 178 "..\..\..\..\..\..\View\SystemSetting\CommoditySetting\CommodityHome.xaml" this.dataGrid4.LoadingRow += new System.EventHandler<System.Windows.Controls.DataGridRowEventArgs>(this.DataGrid4LoadingRow); #line default #line hidden return; case 41: this.groupBox3 = ((System.Windows.Controls.GroupBox)(target)); return; case 42: this.comboBox5 = ((System.Windows.Controls.ComboBox)(target)); return; case 43: this.button6 = ((System.Windows.Controls.Button)(target)); #line 190 "..\..\..\..\..\..\View\SystemSetting\CommoditySetting\CommodityHome.xaml" this.button6.Click += new System.Windows.RoutedEventHandler(this.ButtonSearchClick); #line default #line hidden return; case 44: this.label5 = ((System.Windows.Controls.Label)(target)); return; case 45: this.label4 = ((System.Windows.Controls.Label)(target)); return; case 46: this.comboBox4 = ((System.Windows.Controls.ComboBox)(target)); #line 193 "..\..\..\..\..\..\View\SystemSetting\CommoditySetting\CommodityHome.xaml" this.comboBox4.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.CbxSelectionChanged); #line default #line hidden return; } this._contentLoaded = true; }
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: #line 20 "..\..\..\..\..\..\View\SystemSetting\FinancialAccountSetting\FinancialAccountHome.xaml" ((System.Windows.Input.CommandBinding)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.EditFinancialAccountCommandCanExecute); #line default #line hidden #line 20 "..\..\..\..\..\..\View\SystemSetting\FinancialAccountSetting\FinancialAccountHome.xaml" ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.EditFinancialAccountCommandExecuted); #line default #line hidden return; case 2: #line 21 "..\..\..\..\..\..\View\SystemSetting\FinancialAccountSetting\FinancialAccountHome.xaml" ((System.Windows.Input.CommandBinding)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.DeleteFinancialAccountCommandCanExecute); #line default #line hidden #line 21 "..\..\..\..\..\..\View\SystemSetting\FinancialAccountSetting\FinancialAccountHome.xaml" ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.DeleteFinancialAccountCommandExecuted); #line default #line hidden return; case 3: this.rootGrid = ((System.Windows.Controls.Grid)(target)); return; case 4: this.label1 = ((System.Windows.Controls.Label)(target)); return; case 5: this.button1 = ((System.Windows.Controls.Button)(target)); #line 31 "..\..\..\..\..\..\View\SystemSetting\FinancialAccountSetting\FinancialAccountHome.xaml" this.button1.Click += new System.Windows.RoutedEventHandler(this.Button1Click); #line default #line hidden return; case 6: this.tvFinancialAccount = ((System.Windows.Controls.TreeView)(target)); #line 33 "..\..\..\..\..\..\View\SystemSetting\FinancialAccountSetting\FinancialAccountHome.xaml" this.tvFinancialAccount.SelectedItemChanged += new System.Windows.RoutedPropertyChangedEventHandler<object>(this.TvFinancialAccountSelectedItemChanged); #line default #line hidden return; case 7: this.grid1 = ((System.Windows.Controls.Grid)(target)); return; case 8: this.rectangle1 = ((System.Windows.Shapes.Rectangle)(target)); return; case 9: this.lbSelectedFinancialAccountName = ((System.Windows.Controls.Label)(target)); return; case 10: this.button2 = ((System.Windows.Controls.Button)(target)); #line 59 "..\..\..\..\..\..\View\SystemSetting\FinancialAccountSetting\FinancialAccountHome.xaml" this.button2.Click += new System.Windows.RoutedEventHandler(this.Button2Click); #line default #line hidden return; case 11: this.button3 = ((System.Windows.Controls.Button)(target)); #line 60 "..\..\..\..\..\..\View\SystemSetting\FinancialAccountSetting\FinancialAccountHome.xaml" this.button3.Click += new System.Windows.RoutedEventHandler(this.BtDeteleClick); #line default #line hidden return; case 12: this.dgFinancialAccountDetails = ((System.Windows.Controls.DataGrid)(target)); #line 64 "..\..\..\..\..\..\View\SystemSetting\FinancialAccountSetting\FinancialAccountHome.xaml" this.dgFinancialAccountDetails.LoadingRow += new System.EventHandler<System.Windows.Controls.DataGridRowEventArgs>(this.DgFinancialAccountDetailsLoadingRow); #line default #line hidden return; case 13: this.pagingControl1 = ((Utility.Controls.PagingControl)(target)); return; } this._contentLoaded = true; }
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: #line 25 "..\..\..\..\..\..\View\Futures\HedgeGroups\HedgeGroupList.xaml" ((System.Windows.Input.CommandBinding)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.HedgeGroupLinkCanExecute); #line default #line hidden #line 25 "..\..\..\..\..\..\View\Futures\HedgeGroups\HedgeGroupList.xaml" ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.HedgeGroupLinkExecuted); #line default #line hidden return; case 2: #line 26 "..\..\..\..\..\..\View\Futures\HedgeGroups\HedgeGroupList.xaml" ((System.Windows.Input.CommandBinding)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.HedgeGroupEditCanExecute); #line default #line hidden #line 26 "..\..\..\..\..\..\View\Futures\HedgeGroups\HedgeGroupList.xaml" ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.HedgeGroupEditExecuted); #line default #line hidden return; case 3: #line 27 "..\..\..\..\..\..\View\Futures\HedgeGroups\HedgeGroupList.xaml" ((System.Windows.Input.CommandBinding)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.HedgeGroupDeleteCanExecute); #line default #line hidden #line 27 "..\..\..\..\..\..\View\Futures\HedgeGroups\HedgeGroupList.xaml" ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.HedgeGroupDeleteExecuted); #line default #line hidden return; case 4: this.rootGrid = ((System.Windows.Controls.Grid)(target)); return; case 5: this.lbTitle = ((System.Windows.Controls.Label)(target)); return; case 6: this.pagingControl1 = ((Utility.Controls.PagingControl)(target)); return; case 7: this.dataGrid1 = ((System.Windows.Controls.DataGrid)(target)); #line 34 "..\..\..\..\..\..\View\Futures\HedgeGroups\HedgeGroupList.xaml" this.dataGrid1.LoadingRow += new System.EventHandler<System.Windows.Controls.DataGridRowEventArgs>(this.DataGrid1LoadingRow); #line default #line hidden return; } this._contentLoaded = true; }
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: #line 38 "..\..\..\..\..\..\View\SystemSetting\WarehouseSetting\WarehouseSettingHome.xaml" ((System.Windows.Input.CommandBinding)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.WarehouseEditCanExecute); #line default #line hidden #line 39 "..\..\..\..\..\..\View\SystemSetting\WarehouseSetting\WarehouseSettingHome.xaml" ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.WarehouseEditExecuted); #line default #line hidden return; case 2: #line 40 "..\..\..\..\..\..\View\SystemSetting\WarehouseSetting\WarehouseSettingHome.xaml" ((System.Windows.Input.CommandBinding)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.WarehouseDeleteCanExecute); #line default #line hidden #line 41 "..\..\..\..\..\..\View\SystemSetting\WarehouseSetting\WarehouseSettingHome.xaml" ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.WarehouseDeleteExecuted); #line default #line hidden return; case 3: #line 42 "..\..\..\..\..\..\View\SystemSetting\WarehouseSetting\WarehouseSettingHome.xaml" ((System.Windows.Input.CommandBinding)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.WarehouseViewCanExecute); #line default #line hidden #line 43 "..\..\..\..\..\..\View\SystemSetting\WarehouseSetting\WarehouseSettingHome.xaml" ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.WarehouseViewExecuted); #line default #line hidden return; case 4: this.label1 = ((System.Windows.Controls.Label)(target)); return; case 5: this.button1 = ((System.Windows.Controls.Button)(target)); #line 51 "..\..\..\..\..\..\View\SystemSetting\WarehouseSetting\WarehouseSettingHome.xaml" this.button1.Click += new System.Windows.RoutedEventHandler(this.Button1Click); #line default #line hidden return; case 6: this.pagingControl1 = ((Utility.Controls.PagingControl)(target)); return; case 7: this.dataGrid1 = ((System.Windows.Controls.DataGrid)(target)); #line 57 "..\..\..\..\..\..\View\SystemSetting\WarehouseSetting\WarehouseSettingHome.xaml" this.dataGrid1.LoadingRow += new System.EventHandler<System.Windows.Controls.DataGridRowEventArgs>(this.DataGrid1LoadingRow); #line default #line hidden return; } this._contentLoaded = true; }
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: #line 35 "..\..\..\..\..\..\View\Physical\Payments\PaymentRequestList.xaml" ((System.Windows.Input.CommandBinding)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.PaymentRequestEditCanExecute); #line default #line hidden #line 36 "..\..\..\..\..\..\View\Physical\Payments\PaymentRequestList.xaml" ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.PaymentRequestEditExecuted); #line default #line hidden return; case 2: #line 37 "..\..\..\..\..\..\View\Physical\Payments\PaymentRequestList.xaml" ((System.Windows.Input.CommandBinding)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.PaymentRequestDeleteCanExecute); #line default #line hidden #line 38 "..\..\..\..\..\..\View\Physical\Payments\PaymentRequestList.xaml" ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.PaymentRequestDeleteExecuted); #line default #line hidden return; case 3: #line 39 "..\..\..\..\..\..\View\Physical\Payments\PaymentRequestList.xaml" ((System.Windows.Input.CommandBinding)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.PaymentRequestPrintCanExecute); #line default #line hidden #line 40 "..\..\..\..\..\..\View\Physical\Payments\PaymentRequestList.xaml" ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.PaymentRequestPrintExecuted); #line default #line hidden return; case 4: this.rootGrid = ((System.Windows.Controls.Grid)(target)); return; case 5: this.pagingControl1 = ((Utility.Controls.PagingControl)(target)); return; case 6: #line 49 "..\..\..\..\..\..\View\Physical\Payments\PaymentRequestList.xaml" ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.ButtonClick); #line default #line hidden return; case 7: this.label1 = ((System.Windows.Controls.Label)(target)); return; case 8: this.contractGrid = ((System.Windows.Controls.DataGrid)(target)); #line 55 "..\..\..\..\..\..\View\Physical\Payments\PaymentRequestList.xaml" this.contractGrid.LoadingRow += new System.EventHandler<System.Windows.Controls.DataGridRowEventArgs>(this.DataGrid1LoadingRow); #line default #line hidden return; case 9: this.cbSelectAll = ((System.Windows.Controls.CheckBox)(target)); return; } this._contentLoaded = true; }
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: #line 31 "..\..\..\..\..\..\View\Physical\VATInvoices\VATInvoiceList.xaml" ((System.Windows.Input.CommandBinding)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.ListEditCanExecute); #line default #line hidden #line 31 "..\..\..\..\..\..\View\Physical\VATInvoices\VATInvoiceList.xaml" ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.ListEditExecuted); #line default #line hidden return; case 2: #line 32 "..\..\..\..\..\..\View\Physical\VATInvoices\VATInvoiceList.xaml" ((System.Windows.Input.CommandBinding)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.ListDeleteCanExecute); #line default #line hidden #line 33 "..\..\..\..\..\..\View\Physical\VATInvoices\VATInvoiceList.xaml" ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.ListDeleteExecuted); #line default #line hidden return; case 3: this.rootGrid = ((System.Windows.Controls.Grid)(target)); #line 37 "..\..\..\..\..\..\View\Physical\VATInvoices\VATInvoiceList.xaml" this.rootGrid.IsVisibleChanged += new System.Windows.DependencyPropertyChangedEventHandler(this.RootGridIsVisibleChanged); #line default #line hidden return; case 4: this.lbTitle = ((System.Windows.Controls.Label)(target)); return; case 5: this.pagerList = ((Utility.Controls.PagingControl)(target)); return; case 6: this.button1 = ((System.Windows.Controls.Button)(target)); #line 46 "..\..\..\..\..\..\View\Physical\VATInvoices\VATInvoiceList.xaml" this.button1.Click += new System.Windows.RoutedEventHandler(this.button1_Click); #line default #line hidden return; case 7: this.listGrid = ((System.Windows.Controls.DataGrid)(target)); #line 50 "..\..\..\..\..\..\View\Physical\VATInvoices\VATInvoiceList.xaml" this.listGrid.LoadingRow += new System.EventHandler<System.Windows.Controls.DataGridRowEventArgs>(this.ListGridLoadingRow); #line default #line hidden return; } this._contentLoaded = true; }
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: #line 50 "..\..\..\..\..\..\View\Physical\Payments\PaymentRequestDetail.xaml" ((System.Windows.Input.CommandBinding)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.DeliveryDeleteCanExecute); #line default #line hidden #line 51 "..\..\..\..\..\..\View\Physical\Payments\PaymentRequestDetail.xaml" ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.DeliveryDeleteExecuted); #line default #line hidden return; case 2: this.rootGrid = ((System.Windows.Controls.Grid)(target)); return; case 3: this.datePicker1 = ((System.Windows.Controls.DatePicker)(target)); return; case 4: this.currencyTextBox1 = ((Utility.Controls.CurrencyTextBox)(target)); return; case 5: this.comboBox3 = ((System.Windows.Controls.ComboBox)(target)); #line 70 "..\..\..\..\..\..\View\Physical\Payments\PaymentRequestDetail.xaml" this.comboBox3.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.CboxCurrencySelectionChanged); #line default #line hidden return; case 6: this.comboBox1 = ((System.Windows.Controls.ComboBox)(target)); #line 73 "..\..\..\..\..\..\View\Physical\Payments\PaymentRequestDetail.xaml" this.comboBox1.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.CboxPayBPSelectionChanged); #line default #line hidden return; case 7: this.comboBox4 = ((System.Windows.Controls.ComboBox)(target)); return; case 8: this.button2 = ((System.Windows.Controls.Button)(target)); #line 78 "..\..\..\..\..\..\View\Physical\Payments\PaymentRequestDetail.xaml" this.button2.Click += new System.Windows.RoutedEventHandler(this.BtnBusinessPartnerClick); #line default #line hidden return; case 9: this.comboBox5 = ((System.Windows.Controls.ComboBox)(target)); return; case 10: this.comboBox6 = ((System.Windows.Controls.ComboBox)(target)); #line 83 "..\..\..\..\..\..\View\Physical\Payments\PaymentRequestDetail.xaml" this.comboBox6.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.CboxPaymentUsagesSelectionChanged); #line default #line hidden return; case 11: this.comboBox2 = ((System.Windows.Controls.ComboBox)(target)); return; case 12: this.button1 = ((System.Windows.Controls.Button)(target)); #line 87 "..\..\..\..\..\..\View\Physical\Payments\PaymentRequestDetail.xaml" this.button1.Click += new System.Windows.RoutedEventHandler(this.BtnPurchaseQuotaClick); #line default #line hidden return; case 13: this.textBox7 = ((System.Windows.Controls.TextBox)(target)); return; case 14: this.button3 = ((System.Windows.Controls.Button)(target)); #line 91 "..\..\..\..\..\..\View\Physical\Payments\PaymentRequestDetail.xaml" this.button3.Click += new System.Windows.RoutedEventHandler(this.Save); #line default #line hidden return; case 15: this.button5 = ((System.Windows.Controls.Button)(target)); #line 93 "..\..\..\..\..\..\View\Physical\Payments\PaymentRequestDetail.xaml" this.button5.Click += new System.Windows.RoutedEventHandler(this.DraftSave); #line default #line hidden return; case 16: this.button4 = ((System.Windows.Controls.Button)(target)); #line 95 "..\..\..\..\..\..\View\Physical\Payments\PaymentRequestDetail.xaml" this.button4.Click += new System.Windows.RoutedEventHandler(this.Cancel); #line default #line hidden return; case 17: this.lbTitle = ((System.Windows.Controls.Label)(target)); return; case 18: this.label2 = ((System.Windows.Controls.Label)(target)); return; case 19: this.label3 = ((System.Windows.Controls.Label)(target)); return; case 20: this.label4 = ((System.Windows.Controls.Label)(target)); return; case 21: this.label5 = ((System.Windows.Controls.Label)(target)); return; case 22: this.label6 = ((System.Windows.Controls.Label)(target)); return; case 23: this.label7 = ((System.Windows.Controls.Label)(target)); return; case 24: this.label8 = ((System.Windows.Controls.Label)(target)); return; case 25: this.label9 = ((System.Windows.Controls.Label)(target)); return; case 26: this.label10 = ((System.Windows.Controls.Label)(target)); return; case 27: this.label11 = ((System.Windows.Controls.Label)(target)); return; case 28: this.label12 = ((System.Windows.Controls.Label)(target)); return; case 29: this.label13 = ((System.Windows.Controls.Label)(target)); return; case 30: this.label14 = ((System.Windows.Controls.Label)(target)); return; case 31: this.textBox1 = ((System.Windows.Controls.TextBox)(target)); return; case 32: this.textBox2 = ((System.Windows.Controls.TextBox)(target)); return; case 33: this.textBox5 = ((System.Windows.Controls.TextBox)(target)); return; case 34: this.textBox6 = ((System.Windows.Controls.TextBox)(target)); return; case 35: this.label15 = ((System.Windows.Controls.Label)(target)); return; case 36: this.currencyTextBox2 = ((Utility.Controls.CurrencyTextBox)(target)); return; case 37: this.button6 = ((System.Windows.Controls.Button)(target)); #line 137 "..\..\..\..\..\..\View\Physical\Payments\PaymentRequestDetail.xaml" this.button6.Click += new System.Windows.RoutedEventHandler(this.PRDeliverySearch); #line default #line hidden return; case 38: this.pagingControl1 = ((Utility.Controls.PagingControl)(target)); return; case 39: this.deliverydataGrid = ((System.Windows.Controls.DataGrid)(target)); return; case 40: this.label16 = ((System.Windows.Controls.Label)(target)); return; case 41: this.checkBox1 = ((System.Windows.Controls.CheckBox)(target)); return; case 42: this.label1 = ((System.Windows.Controls.Label)(target)); return; case 43: this.comboBox7 = ((System.Windows.Controls.ComboBox)(target)); return; case 44: this.button7 = ((System.Windows.Controls.Button)(target)); #line 159 "..\..\..\..\..\..\View\Physical\Payments\PaymentRequestDetail.xaml" this.button7.Click += new System.Windows.RoutedEventHandler(this.button7_Click); #line default #line hidden return; case 45: this.label17 = ((System.Windows.Controls.Label)(target)); return; case 46: this.textBox3 = ((System.Windows.Controls.TextBox)(target)); return; } this._contentLoaded = true; }
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: #line 31 "..\..\..\..\..\..\View\Physical\Pricings\AveragePricingList.xaml" ((System.Windows.Input.CommandBinding)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.UnPricingCanExecute); #line default #line hidden #line 32 "..\..\..\..\..\..\View\Physical\Pricings\AveragePricingList.xaml" ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.UnPricingExecuted); #line default #line hidden return; case 2: this.rootGrid = ((System.Windows.Controls.Grid)(target)); return; case 3: this.lbTitle = ((System.Windows.Controls.Label)(target)); return; case 4: this.dataGrid1 = ((System.Windows.Controls.DataGrid)(target)); #line 42 "..\..\..\..\..\..\View\Physical\Pricings\AveragePricingList.xaml" this.dataGrid1.LoadingRow += new System.EventHandler<System.Windows.Controls.DataGridRowEventArgs>(this.DataGrid1LoadingRow); #line default #line hidden return; case 5: this.pagingControl1 = ((Utility.Controls.PagingControl)(target)); return; } this._contentLoaded = true; }
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: #line 33 "..\..\..\..\..\..\View\Finance\FundFlows\FundFlowList.xaml" ((System.Windows.Input.CommandBinding)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.ListEditCanExecute); #line default #line hidden #line 33 "..\..\..\..\..\..\View\Finance\FundFlows\FundFlowList.xaml" ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.ListEditExecuted); #line default #line hidden return; case 2: #line 34 "..\..\..\..\..\..\View\Finance\FundFlows\FundFlowList.xaml" ((System.Windows.Input.CommandBinding)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.ListDeleteCanExecute); #line default #line hidden #line 35 "..\..\..\..\..\..\View\Finance\FundFlows\FundFlowList.xaml" ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.ListDeleteExecuted); #line default #line hidden return; case 3: this.rootGrid = ((System.Windows.Controls.Grid)(target)); return; case 4: this.lbTitle = ((System.Windows.Controls.Label)(target)); return; case 5: this.pager = ((Utility.Controls.PagingControl)(target)); return; case 6: this.entityList = ((System.Windows.Controls.DataGrid)(target)); #line 45 "..\..\..\..\..\..\View\Finance\FundFlows\FundFlowList.xaml" this.entityList.LoadingRow += new System.EventHandler<System.Windows.Controls.DataGridRowEventArgs>(this.OnLoadRowIndex); #line default #line hidden return; } this._contentLoaded = true; }
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: #line 43 "..\..\..\..\..\View\Reports\QuotaStatus.xaml" ((System.Windows.Input.CommandBinding)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.ChangeStatusCanExecute); #line default #line hidden #line 44 "..\..\..\..\..\View\Reports\QuotaStatus.xaml" ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.ChangeStatusExecuted); #line default #line hidden return; case 2: this.rootGrid = ((System.Windows.Controls.Grid)(target)); return; case 3: this.lbTitle = ((System.Windows.Controls.Label)(target)); return; case 4: this.groupBox1 = ((System.Windows.Controls.GroupBox)(target)); return; case 5: this.label1 = ((System.Windows.Controls.Label)(target)); return; case 6: this.textBox1 = ((System.Windows.Controls.TextBox)(target)); return; case 7: this.button1 = ((System.Windows.Controls.Button)(target)); #line 63 "..\..\..\..\..\View\Reports\QuotaStatus.xaml" this.button1.Click += new System.Windows.RoutedEventHandler(this.Button1Click); #line default #line hidden return; case 8: this.label2 = ((System.Windows.Controls.Label)(target)); return; case 9: this.datePicker1 = ((System.Windows.Controls.DatePicker)(target)); return; case 10: this.label3 = ((System.Windows.Controls.Label)(target)); return; case 11: this.datePicker2 = ((System.Windows.Controls.DatePicker)(target)); return; case 12: this.label4 = ((System.Windows.Controls.Label)(target)); return; case 13: this.textBox2 = ((System.Windows.Controls.TextBox)(target)); return; case 14: this.button2 = ((System.Windows.Controls.Button)(target)); #line 80 "..\..\..\..\..\View\Reports\QuotaStatus.xaml" this.button2.Click += new System.Windows.RoutedEventHandler(this.Button2Click); #line default #line hidden return; case 15: this.label5 = ((System.Windows.Controls.Label)(target)); return; case 16: this.comboBox1 = ((System.Windows.Controls.ComboBox)(target)); return; case 17: this.label6 = ((System.Windows.Controls.Label)(target)); return; case 18: this.comboBox2 = ((System.Windows.Controls.ComboBox)(target)); return; case 19: this.label7 = ((System.Windows.Controls.Label)(target)); return; case 20: this.comboBox3 = ((System.Windows.Controls.ComboBox)(target)); return; case 21: this.label8 = ((System.Windows.Controls.Label)(target)); return; case 22: this.comboBox4 = ((System.Windows.Controls.ComboBox)(target)); return; case 23: this.button3 = ((System.Windows.Controls.Button)(target)); #line 108 "..\..\..\..\..\View\Reports\QuotaStatus.xaml" this.button3.Click += new System.Windows.RoutedEventHandler(this.Button3Click); #line default #line hidden return; case 24: this.button4 = ((System.Windows.Controls.Button)(target)); #line 111 "..\..\..\..\..\View\Reports\QuotaStatus.xaml" this.button4.Click += new System.Windows.RoutedEventHandler(this.Button4Click); #line default #line hidden return; case 25: this.separator1 = ((System.Windows.Controls.Separator)(target)); return; case 26: this.pagingControl1 = ((Utility.Controls.PagingControl)(target)); return; case 27: this.dataGrid1 = ((System.Windows.Controls.DataGrid)(target)); return; } this._contentLoaded = true; }
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: #line 51 "..\..\..\..\..\..\View\Physical\VATInvoices\VATInvoiceRequestDetail.xaml" ((System.Windows.Input.CommandBinding)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.DeleteCanExecute); #line default #line hidden #line 51 "..\..\..\..\..\..\View\Physical\VATInvoices\VATInvoiceRequestDetail.xaml" ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.DeleteExecuted); #line default #line hidden return; case 2: #line 52 "..\..\..\..\..\..\View\Physical\VATInvoices\VATInvoiceRequestDetail.xaml" ((System.Windows.Input.CommandBinding)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.EditCanExecute); #line default #line hidden #line 52 "..\..\..\..\..\..\View\Physical\VATInvoices\VATInvoiceRequestDetail.xaml" ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.EditExecuted); #line default #line hidden return; case 3: this.rootGrid = ((System.Windows.Controls.Grid)(target)); return; case 4: this.lbTitle = ((System.Windows.Controls.Label)(target)); return; case 5: this.label7 = ((System.Windows.Controls.Label)(target)); return; case 6: this.textBox5 = ((System.Windows.Controls.TextBox)(target)); return; case 7: this.button2 = ((System.Windows.Controls.Button)(target)); #line 71 "..\..\..\..\..\..\View\Physical\VATInvoices\VATInvoiceRequestDetail.xaml" this.button2.Click += new System.Windows.RoutedEventHandler(this.BtnBusinessPartnerClick); #line default #line hidden return; case 8: this.label13 = ((System.Windows.Controls.Label)(target)); return; case 9: this.comboBox5 = ((System.Windows.Controls.ComboBox)(target)); return; case 10: this.label9 = ((System.Windows.Controls.Label)(target)); return; case 11: this.datePicker1 = ((System.Windows.Controls.DatePicker)(target)); return; case 12: this.vatdataGrid = ((System.Windows.Controls.DataGrid)(target)); return; case 13: this.pagerList = ((Utility.Controls.PagingControl)(target)); return; case 14: this.label15 = ((System.Windows.Controls.Label)(target)); return; case 15: this.textBox7 = ((System.Windows.Controls.TextBox)(target)); return; case 16: this.button3 = ((System.Windows.Controls.Button)(target)); #line 110 "..\..\..\..\..\..\View\Physical\VATInvoices\VATInvoiceRequestDetail.xaml" this.button3.Click += new System.Windows.RoutedEventHandler(this.Save); #line default #line hidden return; case 17: this.button4 = ((System.Windows.Controls.Button)(target)); #line 112 "..\..\..\..\..\..\View\Physical\VATInvoices\VATInvoiceRequestDetail.xaml" this.button4.Click += new System.Windows.RoutedEventHandler(this.Cancel); #line default #line hidden return; case 18: this.button5 = ((System.Windows.Controls.Button)(target)); return; case 19: this.button6 = ((System.Windows.Controls.Button)(target)); #line 116 "..\..\..\..\..\..\View\Physical\VATInvoices\VATInvoiceRequestDetail.xaml" this.button6.Click += new System.Windows.RoutedEventHandler(this.CreateQuota); #line default #line hidden return; case 20: this.label2 = ((System.Windows.Controls.Label)(target)); return; case 21: this.button1 = ((System.Windows.Controls.Button)(target)); #line 119 "..\..\..\..\..\..\View\Physical\VATInvoices\VATInvoiceRequestDetail.xaml" this.button1.Click += new System.Windows.RoutedEventHandler(this.button1_Click); #line default #line hidden return; } this._contentLoaded = true; }
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: #line 60 "..\..\..\..\..\..\View\Physical\VATInvoices\VATInvoiceRequestList.xaml" ((System.Windows.Input.CommandBinding)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.ListEditCanExecute); #line default #line hidden #line 61 "..\..\..\..\..\..\View\Physical\VATInvoices\VATInvoiceRequestList.xaml" ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.ListEditExecuted); #line default #line hidden return; case 2: #line 62 "..\..\..\..\..\..\View\Physical\VATInvoices\VATInvoiceRequestList.xaml" ((System.Windows.Input.CommandBinding)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.ListDeleteCanExecute); #line default #line hidden #line 63 "..\..\..\..\..\..\View\Physical\VATInvoices\VATInvoiceRequestList.xaml" ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.ListDeleteExecuted); #line default #line hidden return; case 3: #line 64 "..\..\..\..\..\..\View\Physical\VATInvoices\VATInvoiceRequestList.xaml" ((System.Windows.Input.CommandBinding)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.OperationCanExecute); #line default #line hidden #line 65 "..\..\..\..\..\..\View\Physical\VATInvoices\VATInvoiceRequestList.xaml" ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.OperationExecuted); #line default #line hidden return; case 4: this.rootGrid = ((System.Windows.Controls.Grid)(target)); #line 69 "..\..\..\..\..\..\View\Physical\VATInvoices\VATInvoiceRequestList.xaml" this.rootGrid.IsVisibleChanged += new System.Windows.DependencyPropertyChangedEventHandler(this.RootGridIsVisibleChanged); #line default #line hidden return; case 5: this.lbTitle = ((System.Windows.Controls.Label)(target)); return; case 6: this.pagerList = ((Utility.Controls.PagingControl)(target)); return; case 7: this.button1 = ((System.Windows.Controls.Button)(target)); #line 82 "..\..\..\..\..\..\View\Physical\VATInvoices\VATInvoiceRequestList.xaml" this.button1.Click += new System.Windows.RoutedEventHandler(this.button1_Click); #line default #line hidden return; case 8: this.button2 = ((System.Windows.Controls.Button)(target)); #line 83 "..\..\..\..\..\..\View\Physical\VATInvoices\VATInvoiceRequestList.xaml" this.button2.Click += new System.Windows.RoutedEventHandler(this.button2_Click); #line default #line hidden return; case 9: this.listGrid = ((System.Windows.Controls.DataGrid)(target)); #line 87 "..\..\..\..\..\..\View\Physical\VATInvoices\VATInvoiceRequestList.xaml" this.listGrid.LoadingRow += new System.EventHandler<System.Windows.Controls.DataGridRowEventArgs>(this.ListGridLoadingRow); #line default #line hidden return; case 10: this.cbSelectAll = ((System.Windows.Controls.CheckBox)(target)); return; case 11: this.grid1 = ((System.Windows.Controls.GroupBox)(target)); return; case 12: this.label6 = ((System.Windows.Controls.Label)(target)); return; case 13: this.textBox3 = ((System.Windows.Controls.TextBox)(target)); return; case 14: this.button5 = ((System.Windows.Controls.Button)(target)); #line 144 "..\..\..\..\..\..\View\Physical\VATInvoices\VATInvoiceRequestList.xaml" this.button5.Click += new System.Windows.RoutedEventHandler(this.BtnBusinessPartnerClick); #line default #line hidden return; case 15: this.label4 = ((System.Windows.Controls.Label)(target)); return; case 16: this.comboBox3 = ((System.Windows.Controls.ComboBox)(target)); return; case 17: this.datePicker1 = ((System.Windows.Controls.DatePicker)(target)); return; case 18: this.datePicker2 = ((System.Windows.Controls.DatePicker)(target)); return; case 19: this.btnSearch = ((System.Windows.Controls.Button)(target)); #line 155 "..\..\..\..\..\..\View\Physical\VATInvoices\VATInvoiceRequestList.xaml" this.btnSearch.Click += new System.Windows.RoutedEventHandler(this.BtnSearchClick); #line default #line hidden return; case 20: this.label10 = ((System.Windows.Controls.Label)(target)); return; case 21: this.label11 = ((System.Windows.Controls.Label)(target)); return; case 22: this.separator1 = ((System.Windows.Controls.Separator)(target)); return; } this._contentLoaded = true; }
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: #line 37 "..\..\..\..\..\..\View\Physical\WarehouseIns\WarehouseInSearch.xaml" ((System.Windows.Input.CommandBinding)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.WarehouseInEditCanExecute); #line default #line hidden #line 38 "..\..\..\..\..\..\View\Physical\WarehouseIns\WarehouseInSearch.xaml" ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.WarehouseInEditExecuted); #line default #line hidden return; case 2: #line 39 "..\..\..\..\..\..\View\Physical\WarehouseIns\WarehouseInSearch.xaml" ((System.Windows.Input.CommandBinding)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.WarehouseInDeleteCanExecute); #line default #line hidden #line 40 "..\..\..\..\..\..\View\Physical\WarehouseIns\WarehouseInSearch.xaml" ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.WarehouseInDeleteExecuted); #line default #line hidden return; case 3: #line 41 "..\..\..\..\..\..\View\Physical\WarehouseIns\WarehouseInSearch.xaml" ((System.Windows.Input.CommandBinding)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.WarehouseInPrintCanExecute); #line default #line hidden #line 42 "..\..\..\..\..\..\View\Physical\WarehouseIns\WarehouseInSearch.xaml" ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.WarehouseInPrintExecuted); #line default #line hidden return; case 4: this.rootGrid = ((System.Windows.Controls.Grid)(target)); return; case 5: this.lbTitle = ((System.Windows.Controls.Label)(target)); return; case 6: this.pagerContract = ((Utility.Controls.PagingControl)(target)); return; case 7: #line 51 "..\..\..\..\..\..\View\Physical\WarehouseIns\WarehouseInSearch.xaml" ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.ButtonClick); #line default #line hidden return; case 8: this.warehouseInGrid = ((System.Windows.Controls.DataGrid)(target)); return; case 9: this.cbSelectAll = ((System.Windows.Controls.CheckBox)(target)); return; } this._contentLoaded = true; }
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: #line 52 "..\..\..\..\..\..\View\Physical\Payments\PaymentWorkbench.xaml" ((System.Windows.Input.CommandBinding)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.PaymentCanExecute); #line default #line hidden #line 52 "..\..\..\..\..\..\View\Physical\Payments\PaymentWorkbench.xaml" ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.PaymentExecuted); #line default #line hidden return; case 2: #line 53 "..\..\..\..\..\..\View\Physical\Payments\PaymentWorkbench.xaml" ((System.Windows.Input.CommandBinding)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.PaymentConsummationCanExecute); #line default #line hidden #line 54 "..\..\..\..\..\..\View\Physical\Payments\PaymentWorkbench.xaml" ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.PaymentConsummationExecuted); #line default #line hidden return; case 3: this.rootGrid = ((System.Windows.Controls.Grid)(target)); #line 59 "..\..\..\..\..\..\View\Physical\Payments\PaymentWorkbench.xaml" this.rootGrid.IsVisibleChanged += new System.Windows.DependencyPropertyChangedEventHandler(this.RootGridIsVisibleChanged); #line default #line hidden return; case 4: this.groupBox1 = ((System.Windows.Controls.GroupBox)(target)); return; case 5: this.button1 = ((System.Windows.Controls.Button)(target)); #line 65 "..\..\..\..\..\..\View\Physical\Payments\PaymentWorkbench.xaml" this.button1.Click += new System.Windows.RoutedEventHandler(this.BtnBusinessPartnerClick); #line default #line hidden return; case 6: this.comboBox1 = ((System.Windows.Controls.ComboBox)(target)); return; case 7: this.comboBox2 = ((System.Windows.Controls.ComboBox)(target)); return; case 8: this.comboBox3 = ((System.Windows.Controls.ComboBox)(target)); return; case 9: this.datePicker1 = ((System.Windows.Controls.DatePicker)(target)); return; case 10: this.datePicker2 = ((System.Windows.Controls.DatePicker)(target)); return; case 11: this.button2 = ((System.Windows.Controls.Button)(target)); #line 79 "..\..\..\..\..\..\View\Physical\Payments\PaymentWorkbench.xaml" this.button2.Click += new System.Windows.RoutedEventHandler(this.BtnSearchClick); #line default #line hidden return; case 12: this.label1 = ((System.Windows.Controls.Label)(target)); return; case 13: this.textBox1 = ((System.Windows.Controls.TextBox)(target)); return; case 14: this.label2 = ((System.Windows.Controls.Label)(target)); return; case 15: this.label3 = ((System.Windows.Controls.Label)(target)); return; case 16: this.label4 = ((System.Windows.Controls.Label)(target)); return; case 17: this.label5 = ((System.Windows.Controls.Label)(target)); return; case 18: this.label6 = ((System.Windows.Controls.Label)(target)); return; case 19: this.dataGrid1 = ((System.Windows.Controls.DataGrid)(target)); #line 91 "..\..\..\..\..\..\View\Physical\Payments\PaymentWorkbench.xaml" this.dataGrid1.LoadingRow += new System.EventHandler<System.Windows.Controls.DataGridRowEventArgs>(this.DataGrid1LoadingRow); #line default #line hidden return; case 20: this.pagingControl1 = ((Utility.Controls.PagingControl)(target)); return; case 21: this.lbTitle = ((System.Windows.Controls.Label)(target)); return; } this._contentLoaded = true; }
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: this.rootGrid = ((System.Windows.Controls.Grid)(target)); return; case 2: this.lbTitle = ((System.Windows.Controls.Label)(target)); return; case 3: this.groupBox1 = ((System.Windows.Controls.GroupBox)(target)); return; case 4: this.label2 = ((System.Windows.Controls.Label)(target)); return; case 5: this.datePicker1 = ((System.Windows.Controls.DatePicker)(target)); return; case 6: this.label3 = ((System.Windows.Controls.Label)(target)); return; case 7: this.datePicker2 = ((System.Windows.Controls.DatePicker)(target)); return; case 8: this.label4 = ((System.Windows.Controls.Label)(target)); return; case 9: this.comboBox1 = ((System.Windows.Controls.ComboBox)(target)); return; case 10: this.label5 = ((System.Windows.Controls.Label)(target)); return; case 11: this.comboBox2 = ((System.Windows.Controls.ComboBox)(target)); return; case 12: this.button1 = ((System.Windows.Controls.Button)(target)); #line 53 "..\..\..\..\..\View\Reports\HedgeGroupPNL.xaml" this.button1.Click += new System.Windows.RoutedEventHandler(this.Query); #line default #line hidden return; case 13: this.separator1 = ((System.Windows.Controls.Separator)(target)); return; case 14: this.pagingControl1 = ((Utility.Controls.PagingControl)(target)); return; case 15: this.dataGrid1 = ((System.Windows.Controls.DataGrid)(target)); #line 58 "..\..\..\..\..\View\Reports\HedgeGroupPNL.xaml" this.dataGrid1.LoadingRow += new System.EventHandler<System.Windows.Controls.DataGridRowEventArgs>(this.OnLoadingRow); #line default #line hidden return; } this._contentLoaded = true; }
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: #line 50 "..\..\..\..\..\..\View\Physical\Deliveries\DeliveryList.xaml" ((System.Windows.Input.CommandBinding)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.DeliveryEditCanExecute); #line default #line hidden #line 51 "..\..\..\..\..\..\View\Physical\Deliveries\DeliveryList.xaml" ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.DeliveryEditExecuted); #line default #line hidden return; case 2: #line 53 "..\..\..\..\..\..\View\Physical\Deliveries\DeliveryList.xaml" ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.DeliveryPrintExecuted); #line default #line hidden return; case 3: #line 54 "..\..\..\..\..\..\View\Physical\Deliveries\DeliveryList.xaml" ((System.Windows.Input.CommandBinding)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.DeliveryLineDeleteCanExecute); #line default #line hidden #line 55 "..\..\..\..\..\..\View\Physical\Deliveries\DeliveryList.xaml" ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.DeliveryLineDeleteExecuted); #line default #line hidden return; case 4: #line 56 "..\..\..\..\..\..\View\Physical\Deliveries\DeliveryList.xaml" ((System.Windows.Input.CommandBinding)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.ShowCirculDetailCanExecute); #line default #line hidden #line 57 "..\..\..\..\..\..\View\Physical\Deliveries\DeliveryList.xaml" ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.ShowCirculDetailExecuted); #line default #line hidden return; case 5: #line 58 "..\..\..\..\..\..\View\Physical\Deliveries\DeliveryList.xaml" ((System.Windows.Input.CommandBinding)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.MDViewCanExecute); #line default #line hidden #line 59 "..\..\..\..\..\..\View\Physical\Deliveries\DeliveryList.xaml" ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.MDViewExecuted); #line default #line hidden return; case 6: #line 61 "..\..\..\..\..\..\View\Physical\Deliveries\DeliveryList.xaml" ((System.Windows.Input.CommandBinding)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.ConvertWRCanExecute); #line default #line hidden #line 62 "..\..\..\..\..\..\View\Physical\Deliveries\DeliveryList.xaml" ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.ConvertWRExecuted); #line default #line hidden return; case 7: this.rootGrid = ((System.Windows.Controls.Grid)(target)); return; case 8: this.lbTitle = ((System.Windows.Controls.Label)(target)); return; case 9: this.pagerDelivery = ((Utility.Controls.PagingControl)(target)); return; case 10: #line 75 "..\..\..\..\..\..\View\Physical\Deliveries\DeliveryList.xaml" ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.ButtonClick); #line default #line hidden return; case 11: this.deliveryGrid = ((System.Windows.Controls.DataGrid)(target)); #line 79 "..\..\..\..\..\..\View\Physical\Deliveries\DeliveryList.xaml" this.deliveryGrid.LoadingRow += new System.EventHandler<System.Windows.Controls.DataGridRowEventArgs>(this.DeliveryGridLoadingRow); #line default #line hidden return; case 12: this.cbSelectAll = ((System.Windows.Controls.CheckBox)(target)); return; } this._contentLoaded = true; }