void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this._reportViewer = ((Microsoft.Reporting.WinForms.ReportViewer)(target));
     return;
     }
     this._contentLoaded = true;
 }
Example #2
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.reportViewer = ((Microsoft.Reporting.WinForms.ReportViewer)(target));
     
     #line 16 "..\..\..\View\TicketPopUp.xaml"
     this.reportViewer.Load += new System.EventHandler(this.reportViewer_Load);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
Example #3
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.buttonShowReport = ((System.Windows.Controls.Button)(target));

            #line 12 "..\..\Reports.xaml"
                this.buttonShowReport.Click += new System.Windows.RoutedEventHandler(this.buttonShowReport_Click);

            #line default
            #line hidden
                return;

            case 2:
                this.comboBoxReports = ((System.Windows.Controls.ComboBox)(target));
                return;

            case 3:
                this.reportViewerMain = ((Microsoft.Reporting.WinForms.ReportViewer)(target));
                return;
            }
            this._contentLoaded = true;
        }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.customer_number = ((System.Windows.Controls.TextBox)(target));
                return;

            case 2:
                this.button1 = ((System.Windows.Controls.Button)(target));

            #line 40 "..\..\ReportPage.xaml"
                this.button1.Click += new System.Windows.RoutedEventHandler(this.button1_Click);

            #line default
            #line hidden
                return;

            case 3:
                this.reportViewerDemo1 = ((Microsoft.Reporting.WinForms.ReportViewer)(target));
                return;
            }
            this._contentLoaded = true;
        }
Example #5
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.Viewer = ((System.Windows.Forms.Integration.WindowsFormsHost)(target));
                return;

            case 2:
                this._reportViewer = ((Microsoft.Reporting.WinForms.ReportViewer)(target));
                return;

            case 3:
                this.btDone = ((System.Windows.Controls.Button)(target));

            #line 10 "..\..\..\Purchase\Report.xaml"
                this.btDone.Click += new System.Windows.RoutedEventHandler(this.btDone_Click);

            #line default
            #line hidden
                return;

            case 4:
                this.chDone = ((System.Windows.Controls.CheckBox)(target));
                return;

            case 5:
                this.lbTotalPrice = ((System.Windows.Controls.Label)(target));
                return;

            case 6:
                this.ErrMsg = ((System.Windows.Controls.Label)(target));
                return;
            }
            this._contentLoaded = true;
        }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.tyre_entry_panel = ((System.Windows.Controls.StackPanel)(target));
                return;

            case 2:
                this.tyre_vehicle_number = ((System.Windows.Controls.ComboBox)(target));

            #line 24 "..\..\Tyre_Maintenance.xaml"
                this.tyre_vehicle_number.KeyDown += new System.Windows.Input.KeyEventHandler(this.vehicle_tyre_view_keydown);

            #line default
            #line hidden

            #line 24 "..\..\Tyre_Maintenance.xaml"
                this.tyre_vehicle_number.PreviewKeyDown += new System.Windows.Input.KeyEventHandler(this.Tyre_Vehicle_Number_PreviewKeydown);

            #line default
            #line hidden

            #line 24 "..\..\Tyre_Maintenance.xaml"
                this.tyre_vehicle_number.GotFocus += new System.Windows.RoutedEventHandler(this.tyre_vehicle_number_GotFocus);

            #line default
            #line hidden
                return;

            case 3:
                this.tl7 = ((System.Windows.Controls.Label)(target));
                return;

            case 4:
                this.tl8 = ((System.Windows.Controls.Label)(target));
                return;

            case 5:
                this.but1 = ((System.Windows.Controls.Button)(target));

            #line 35 "..\..\Tyre_Maintenance.xaml"
                this.but1.Click += new System.Windows.RoutedEventHandler(this.tank_back_left_outer_clicked);

            #line default
            #line hidden
                return;

            case 6:
                this.tl5 = ((System.Windows.Controls.Label)(target));
                return;

            case 7:
                this.tl6 = ((System.Windows.Controls.Label)(target));
                return;

            case 8:
                this.but2 = ((System.Windows.Controls.Button)(target));

            #line 48 "..\..\Tyre_Maintenance.xaml"
                this.but2.Click += new System.Windows.RoutedEventHandler(this.tank_back_left_inner_clicked);

            #line default
            #line hidden
                return;

            case 9:
                this.tl3 = ((System.Windows.Controls.Label)(target));
                return;

            case 10:
                this.tl4 = ((System.Windows.Controls.Label)(target));
                return;

            case 11:
                this.but3 = ((System.Windows.Controls.Button)(target));

            #line 61 "..\..\Tyre_Maintenance.xaml"
                this.but3.Click += new System.Windows.RoutedEventHandler(this.tank_front_left_outer_clicked);

            #line default
            #line hidden
                return;

            case 12:
                this.zl9 = ((System.Windows.Controls.Label)(target));
                return;

            case 13:
                this.zl10 = ((System.Windows.Controls.Label)(target));
                return;

            case 14:
                this.but4 = ((System.Windows.Controls.Button)(target));

            #line 74 "..\..\Tyre_Maintenance.xaml"
                this.but4.Click += new System.Windows.RoutedEventHandler(this.zeep_back_left_outer_clicked);

            #line default
            #line hidden
                return;

            case 15:
                this.tl1 = ((System.Windows.Controls.Label)(target));
                return;

            case 16:
                this.tl2 = ((System.Windows.Controls.Label)(target));
                return;

            case 17:
                this.but5 = ((System.Windows.Controls.Button)(target));

            #line 87 "..\..\Tyre_Maintenance.xaml"
                this.but5.Click += new System.Windows.RoutedEventHandler(this.tank_front_left_inner_clicked);

            #line default
            #line hidden
                return;

            case 18:
                this.zl7 = ((System.Windows.Controls.Label)(target));
                return;

            case 19:
                this.zl8 = ((System.Windows.Controls.Label)(target));
                return;

            case 20:
                this.but6 = ((System.Windows.Controls.Button)(target));

            #line 100 "..\..\Tyre_Maintenance.xaml"
                this.but6.Click += new System.Windows.RoutedEventHandler(this.zeep_back_left_inner_clicked);

            #line default
            #line hidden
                return;

            case 21:
                this.zl5 = ((System.Windows.Controls.Label)(target));
                return;

            case 22:
                this.zl6 = ((System.Windows.Controls.Label)(target));
                return;

            case 23:
                this.but7 = ((System.Windows.Controls.Button)(target));

            #line 113 "..\..\Tyre_Maintenance.xaml"
                this.but7.Click += new System.Windows.RoutedEventHandler(this.zeep_center_left_outer_clicked);

            #line default
            #line hidden
                return;

            case 24:
                this.zl3 = ((System.Windows.Controls.Label)(target));
                return;

            case 25:
                this.zl4 = ((System.Windows.Controls.Label)(target));
                return;

            case 26:
                this.but8 = ((System.Windows.Controls.Button)(target));

            #line 126 "..\..\Tyre_Maintenance.xaml"
                this.but8.Click += new System.Windows.RoutedEventHandler(this.zeep_center_left_inner_clicked);

            #line default
            #line hidden
                return;

            case 27:
                this.zl1 = ((System.Windows.Controls.Label)(target));
                return;

            case 28:
                this.zl2 = ((System.Windows.Controls.Label)(target));
                return;

            case 29:
                this.but9 = ((System.Windows.Controls.Button)(target));

            #line 139 "..\..\Tyre_Maintenance.xaml"
                this.but9.Click += new System.Windows.RoutedEventHandler(this.zeep_front_left_clicked);

            #line default
            #line hidden
                return;

            case 30:
                this.tr7 = ((System.Windows.Controls.Label)(target));
                return;

            case 31:
                this.tr8 = ((System.Windows.Controls.Label)(target));
                return;

            case 32:
                this.but10 = ((System.Windows.Controls.Button)(target));

            #line 152 "..\..\Tyre_Maintenance.xaml"
                this.but10.Click += new System.Windows.RoutedEventHandler(this.tank_back_right_outer_clicked);

            #line default
            #line hidden
                return;

            case 33:
                this.tr5 = ((System.Windows.Controls.Label)(target));
                return;

            case 34:
                this.tr6 = ((System.Windows.Controls.Label)(target));
                return;

            case 35:
                this.but11 = ((System.Windows.Controls.Button)(target));

            #line 165 "..\..\Tyre_Maintenance.xaml"
                this.but11.Click += new System.Windows.RoutedEventHandler(this.tank_back_right_inner_clicked);

            #line default
            #line hidden
                return;

            case 36:
                this.tr1 = ((System.Windows.Controls.Label)(target));
                return;

            case 37:
                this.tr2 = ((System.Windows.Controls.Label)(target));
                return;

            case 38:
                this.but12 = ((System.Windows.Controls.Button)(target));

            #line 178 "..\..\Tyre_Maintenance.xaml"
                this.but12.Click += new System.Windows.RoutedEventHandler(this.tank_front_right_inner_clicked);

            #line default
            #line hidden
                return;

            case 39:
                this.tr3 = ((System.Windows.Controls.Label)(target));
                return;

            case 40:
                this.tr4 = ((System.Windows.Controls.Label)(target));
                return;

            case 41:
                this.but13 = ((System.Windows.Controls.Button)(target));

            #line 191 "..\..\Tyre_Maintenance.xaml"
                this.but13.Click += new System.Windows.RoutedEventHandler(this.tank_front_right_outer_clicked);

            #line default
            #line hidden
                return;

            case 42:
                this.zr9 = ((System.Windows.Controls.Label)(target));
                return;

            case 43:
                this.zr10 = ((System.Windows.Controls.Label)(target));
                return;

            case 44:
                this.but14 = ((System.Windows.Controls.Button)(target));

            #line 204 "..\..\Tyre_Maintenance.xaml"
                this.but14.Click += new System.Windows.RoutedEventHandler(this.zeep_back_right_outer_clicked);

            #line default
            #line hidden
                return;

            case 45:
                this.zr7 = ((System.Windows.Controls.Label)(target));
                return;

            case 46:
                this.zr8 = ((System.Windows.Controls.Label)(target));
                return;

            case 47:
                this.but15 = ((System.Windows.Controls.Button)(target));

            #line 217 "..\..\Tyre_Maintenance.xaml"
                this.but15.Click += new System.Windows.RoutedEventHandler(this.zeep_back_right_inner_clicked);

            #line default
            #line hidden
                return;

            case 48:
                this.zr5 = ((System.Windows.Controls.Label)(target));
                return;

            case 49:
                this.zr6 = ((System.Windows.Controls.Label)(target));
                return;

            case 50:
                this.but16 = ((System.Windows.Controls.Button)(target));

            #line 230 "..\..\Tyre_Maintenance.xaml"
                this.but16.Click += new System.Windows.RoutedEventHandler(this.zeep_center_right_outer_clicked);

            #line default
            #line hidden
                return;

            case 51:
                this.zr3 = ((System.Windows.Controls.Label)(target));
                return;

            case 52:
                this.zr4 = ((System.Windows.Controls.Label)(target));
                return;

            case 53:
                this.but17 = ((System.Windows.Controls.Button)(target));

            #line 243 "..\..\Tyre_Maintenance.xaml"
                this.but17.Click += new System.Windows.RoutedEventHandler(this.zeep_center_right_inner_clicked);

            #line default
            #line hidden
                return;

            case 54:
                this.zr1 = ((System.Windows.Controls.Label)(target));
                return;

            case 55:
                this.zr2 = ((System.Windows.Controls.Label)(target));
                return;

            case 56:
                this.but18 = ((System.Windows.Controls.Button)(target));

            #line 256 "..\..\Tyre_Maintenance.xaml"
                this.but18.Click += new System.Windows.RoutedEventHandler(this.zeep_front_right);

            #line default
            #line hidden
                return;

            case 57:
                this.tyre_detail_insert = ((System.Windows.Controls.Button)(target));

            #line 267 "..\..\Tyre_Maintenance.xaml"
                this.tyre_detail_insert.Click += new System.Windows.RoutedEventHandler(this.tyre_details_insert_click);

            #line default
            #line hidden
                return;

            case 58:
                this.tyre_insert_img1 = ((System.Windows.Controls.Image)(target));
                return;

            case 59:
                this.tyre_insert_img2 = ((System.Windows.Controls.Image)(target));
                return;

            case 60:
                this.tyre_details_entry_panel = ((System.Windows.Controls.StackPanel)(target));
                return;

            case 61:
                this.new_tyre = ((System.Windows.Controls.RadioButton)(target));
                return;

            case 62:
                this.build_tyre = ((System.Windows.Controls.RadioButton)(target));
                return;

            case 63:
                this.vehicle_tyre_number = ((System.Windows.Controls.TextBox)(target));

            #line 292 "..\..\Tyre_Maintenance.xaml"
                this.vehicle_tyre_number.GotFocus += new System.Windows.RoutedEventHandler(this.vehicle_tyre_number_Gotfocus);

            #line default
            #line hidden
                return;

            case 64:
                this.vehicle_tyre_km = ((System.Windows.Controls.TextBox)(target));

            #line 302 "..\..\Tyre_Maintenance.xaml"
                this.vehicle_tyre_km.GotFocus += new System.Windows.RoutedEventHandler(this.vehicle_tyre_km_GotFocus);

            #line default
            #line hidden
                return;

            case 65:
                this.vehicle_tyre_company = ((System.Windows.Controls.ComboBox)(target));
                return;

            case 66:
                this.vehicle_tyre_add_date = ((System.Windows.Controls.DatePicker)(target));
                return;

            case 67:
                this.tyre_price = ((System.Windows.Controls.TextBox)(target));
                return;

            case 68:
                this.tyre_details_update = ((System.Windows.Controls.Button)(target));

            #line 347 "..\..\Tyre_Maintenance.xaml"
                this.tyre_details_update.Click += new System.Windows.RoutedEventHandler(this.tyre_details_update_click);

            #line default
            #line hidden
                return;

            case 69:
                this.tyre_update_img1 = ((System.Windows.Controls.Image)(target));
                return;

            case 70:
                this.tyre_update_img2 = ((System.Windows.Controls.Image)(target));
                return;

            case 71:

            #line 360 "..\..\Tyre_Maintenance.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.tyre_details_back_clicked);

            #line default
            #line hidden
                return;

            case 72:

            #line 368 "..\..\Tyre_Maintenance.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.tyre_details_delete_clicked);

            #line default
            #line hidden
                return;

            case 73:

            #line 377 "..\..\Tyre_Maintenance.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.tyre_print_panel_open);

            #line default
            #line hidden
                return;

            case 74:
                this.adno = ((System.Windows.Controls.Label)(target));
                return;

            case 75:
                this.adkm = ((System.Windows.Controls.Label)(target));
                return;

            case 76:
                this.addtional = ((System.Windows.Controls.Button)(target));

            #line 389 "..\..\Tyre_Maintenance.xaml"
                this.addtional.Click += new System.Windows.RoutedEventHandler(this.stepny_clicked);

            #line default
            #line hidden
                return;

            case 77:
                this.tyre_print_panel = ((System.Windows.Controls.StackPanel)(target));
                return;

            case 78:

            #line 404 "..\..\Tyre_Maintenance.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Tyre_Report_Back_Click);

            #line default
            #line hidden
                return;

            case 79:
                this.Report_Viewer = ((Microsoft.Reporting.WinForms.ReportViewer)(target));
                return;
            }
            this._contentLoaded = true;
        }
Example #7
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.label = ((System.Windows.Controls.Label)(target));
                return;

            case 2:
                this.label1 = ((System.Windows.Controls.Label)(target));
                return;

            case 3:
                this.text = ((System.Windows.Controls.TextBox)(target));

            #line 17 "..\..\..\Admin\UserCreation.xaml"
                this.text.GotFocus += new System.Windows.RoutedEventHandler(this.text_GotFocus);

            #line default
            #line hidden
                return;

            case 4:
                this.label2 = ((System.Windows.Controls.Label)(target));
                return;

            case 5:
                this.passtext = ((System.Windows.Controls.PasswordBox)(target));

            #line 27 "..\..\..\Admin\UserCreation.xaml"
                this.passtext.GotFocus += new System.Windows.RoutedEventHandler(this.passtext_GotFocus);

            #line default
            #line hidden
                return;

            case 6:
                this.label3 = ((System.Windows.Controls.Label)(target));
                return;

            case 7:
                this.passtext1 = ((System.Windows.Controls.PasswordBox)(target));

            #line 29 "..\..\..\Admin\UserCreation.xaml"
                this.passtext1.GotFocus += new System.Windows.RoutedEventHandler(this.passtext1_GotFocus);

            #line default
            #line hidden
                return;

            case 8:
                this.label4 = ((System.Windows.Controls.Label)(target));
                return;

            case 9:
                this.combo = ((System.Windows.Controls.ComboBox)(target));
                return;

            case 10:
                this.host = ((System.Windows.Forms.Integration.WindowsFormsHost)(target));
                return;

            case 11:
                this.ReportViewer = ((Microsoft.Reporting.WinForms.ReportViewer)(target));
                return;

            case 12:
                this.button1 = ((System.Windows.Controls.Button)(target));

            #line 40 "..\..\..\Admin\UserCreation.xaml"
                this.button1.Click += new System.Windows.RoutedEventHandler(this.button1_Click);

            #line default
            #line hidden
                return;

            case 13:
                this.togglebtn = ((System.Windows.Controls.Primitives.ToggleButton)(target));

            #line 41 "..\..\..\Admin\UserCreation.xaml"
                this.togglebtn.Click += new System.Windows.RoutedEventHandler(this.ToggleButton_Click);

            #line default
            #line hidden
                return;

            case 14:
                this.label5 = ((System.Windows.Controls.Label)(target));
                return;

            case 15:
                this.datagrid = ((System.Windows.Controls.DataGrid)(target));

            #line 44 "..\..\..\Admin\UserCreation.xaml"
                this.datagrid.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.click);

            #line default
            #line hidden
                return;

            case 16:
                this.button3 = ((System.Windows.Controls.Button)(target));

            #line 45 "..\..\..\Admin\UserCreation.xaml"
                this.button3.Click += new System.Windows.RoutedEventHandler(this.button3_Click);

            #line default
            #line hidden
                return;

            case 17:
                this.button2 = ((System.Windows.Controls.Button)(target));

            #line 46 "..\..\..\Admin\UserCreation.xaml"
                this.button2.Click += new System.Windows.RoutedEventHandler(this.button2_Click);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 11 "..\..\SummarisedIncomeExpenditure.xaml"
                ((PointOfSale.SummarisedIncomeExpenditure)(target)).Loaded += new System.Windows.RoutedEventHandler(this.UserControl_Loaded);

            #line default
            #line hidden
                return;

            case 2:
                this.btnFilter = ((System.Windows.Controls.Button)(target));

            #line 23 "..\..\SummarisedIncomeExpenditure.xaml"
                this.btnFilter.Click += new System.Windows.RoutedEventHandler(this.btnFilter_Click);

            #line default
            #line hidden
                return;

            case 3:
                this.btnClearFilter = ((System.Windows.Controls.Button)(target));

            #line 33 "..\..\SummarisedIncomeExpenditure.xaml"
                this.btnClearFilter.Click += new System.Windows.RoutedEventHandler(this.btnClearFilter_Click);

            #line default
            #line hidden
                return;

            case 4:
                this.wfHost = ((System.Windows.Forms.Integration.WindowsFormsHost)(target));
                return;

            case 5:
                this.rptViewer = ((Microsoft.Reporting.WinForms.ReportViewer)(target));
                return;

            case 6:
                this.popFilter = ((System.Windows.Controls.Primitives.Popup)(target));
                return;

            case 7:
                this.wndFilter = ((Xceed.Wpf.Toolkit.ChildWindow)(target));
                return;

            case 8:
                this.dtpStart = ((System.Windows.Controls.DatePicker)(target));
                return;

            case 9:
                this.dtpEnd = ((System.Windows.Controls.DatePicker)(target));
                return;

            case 10:
                this.btnSubmit = ((System.Windows.Controls.Button)(target));

            #line 105 "..\..\SummarisedIncomeExpenditure.xaml"
                this.btnSubmit.Click += new System.Windows.RoutedEventHandler(this.btnSubmit_Click);

            #line default
            #line hidden
                return;

            case 11:
                this.cmbInstructor = ((System.Windows.Controls.ComboBox)(target));

            #line 114 "..\..\SummarisedIncomeExpenditure.xaml"
                this.cmbInstructor.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.cmbInstructor_SelectionChanged);

            #line default
            #line hidden
                return;

            case 12:
                this.chkAll = ((System.Windows.Controls.CheckBox)(target));

            #line 121 "..\..\SummarisedIncomeExpenditure.xaml"
                this.chkAll.Checked += new System.Windows.RoutedEventHandler(this.chkAll_Checked);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.ctlPlayingFile = ((PlayFile.Presentation.ctlPlayFile)(target));
     return;
     case 2:
     this.cnvMain = ((System.Windows.Controls.Canvas)(target));
     return;
     case 3:
     this.grdMain = ((System.Windows.Controls.Grid)(target));
     return;
     case 4:
     this.lblCampaignName = ((System.Windows.Controls.Label)(target));
     return;
     case 5:
     this.cbCampaignName = ((System.Windows.Controls.ComboBox)(target));
     
     #line 34 "..\..\ctlPlayFile.xaml"
     this.cbCampaignName.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.cbCampaignName_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 6:
     this.lblStartDate = ((System.Windows.Controls.Label)(target));
     return;
     case 7:
     this.dpStart = ((VMukti.CtlDatePicker.Presentation.DatePicker)(target));
     
     #line 37 "..\..\ctlPlayFile.xaml"
     this.dpStart.DropDownClosed += new System.Windows.RoutedEventHandler(this.dpStart_DropDownClosed);
     
     #line default
     #line hidden
     return;
     case 8:
     this.lblEndDate = ((System.Windows.Controls.Label)(target));
     return;
     case 9:
     this.dpEnd = ((VMukti.CtlDatePicker.Presentation.DatePicker)(target));
     
     #line 40 "..\..\ctlPlayFile.xaml"
     this.dpEnd.DropDownClosed += new System.Windows.RoutedEventHandler(this.dpEnd_DropDownClosed);
     
     #line default
     #line hidden
     return;
     case 10:
     this.lblHHStart = ((System.Windows.Controls.Label)(target));
     return;
     case 11:
     this.cbHHStart = ((System.Windows.Controls.ComboBox)(target));
     
     #line 43 "..\..\ctlPlayFile.xaml"
     this.cbHHStart.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.cbHHStart_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 12:
     this.lblMMStart = ((System.Windows.Controls.Label)(target));
     return;
     case 13:
     this.cbMMStart = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 14:
     this.lblHHEnd = ((System.Windows.Controls.Label)(target));
     return;
     case 15:
     this.cbHHEnd = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 16:
     this.lblMMEnd = ((System.Windows.Controls.Label)(target));
     return;
     case 17:
     this.cbMMEnd = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 18:
     this.lblPhoneNumber = ((System.Windows.Controls.Label)(target));
     return;
     case 19:
     this.tbPhoneNumber = ((System.Windows.Controls.TextBox)(target));
     return;
     case 20:
     this.lblCRC = ((System.Windows.Controls.Label)(target));
     return;
     case 21:
     this.lstCRC = ((System.Windows.Controls.ListBox)(target));
     return;
     case 22:
     this.lblAgentName = ((System.Windows.Controls.Label)(target));
     return;
     case 23:
     this.lblClientName = ((System.Windows.Controls.Label)(target));
     return;
     case 24:
     this.cbClientName = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 25:
     this.grbRecordedFileReport = ((System.Windows.Controls.GroupBox)(target));
     return;
     case 26:
     this.cnvRecordedFileReport = ((System.Windows.Controls.Canvas)(target));
     return;
     case 27:
     this.btnSearch = ((System.Windows.Controls.Button)(target));
     
     #line 248 "..\..\ctlPlayFile.xaml"
     this.btnSearch.Click += new System.Windows.RoutedEventHandler(this.btnSearch_Click);
     
     #line default
     #line hidden
     return;
     case 28:
     this.windowsFormsHost1 = ((System.Windows.Forms.Integration.WindowsFormsHost)(target));
     return;
     case 29:
     this.objReportViewer = ((Microsoft.Reporting.WinForms.ReportViewer)(target));
     return;
     case 30:
     this.cbAMPMStart = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 31:
     this.cbAMPMEnd = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 32:
     this.tbAgentName = ((System.Windows.Controls.TextBox)(target));
     return;
     }
     this._contentLoaded = true;
 }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 14 "..\..\..\..\View\BaoCao\BCTongHop.xaml"
                ((QLPK.View.BaoCao.BCTongHop)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);

            #line default
            #line hidden
                return;

            case 2:
                this.sp = ((System.Windows.Controls.StackPanel)(target));
                return;

            case 3:
                this.rdbPhieuDKK = ((System.Windows.Controls.RadioButton)(target));
                return;

            case 4:
                this.rdbPhieuThu = ((System.Windows.Controls.RadioButton)(target));
                return;

            case 5:
                this.rdbPhieuPKB = ((System.Windows.Controls.RadioButton)(target));
                return;

            case 6:
                this.btnTim = ((System.Windows.Controls.Button)(target));

            #line 35 "..\..\..\..\View\BaoCao\BCTongHop.xaml"
                this.btnTim.Click += new System.Windows.RoutedEventHandler(this.btnTim_Click);

            #line default
            #line hidden
                return;

            case 7:
                this.dpTuNgay = ((System.Windows.Controls.DatePicker)(target));
                return;

            case 8:
                this.dpDenNgay = ((System.Windows.Controls.DatePicker)(target));
                return;

            case 9:
                this.cboNhanVien = ((System.Windows.Controls.ComboBox)(target));
                return;

            case 10:
                this.cboCaTruc = ((System.Windows.Controls.ComboBox)(target));
                return;

            case 11:
                this.rpBCTongHop = ((Microsoft.Reporting.WinForms.ReportViewer)(target));
                return;
            }
            this._contentLoaded = true;
        }
Example #11
0
        public static void ProcessReport(Simulacion simulacion, List <ReportHelperGrafico> lstRutas, Microsoft.Reporting.WinForms.ReportViewer Viewer)
        {
            Viewer.LocalReport.ReportEmbeddedResource = "SimuRails.Report.ReportGrafico.rdlc";

            Viewer.LocalReport.EnableExternalImages = true;
            ReportDataSource dsRutas = new ReportDataSource();

            dsRutas.Value = lstRutas;
            dsRutas.Name  = "DataSetRutas";
            Viewer.LocalReport.DataSources.Add(dsRutas);

            List <ReportParameter> lstParam = new List <ReportParameter>();

            lstParam.Add(new ReportParameter("NombreSimulacion", simulacion.Nombre));
            lstParam.Add(new ReportParameter("DuracionSimulacion", simulacion.Duracion.ToString() + " minutos"));
            Viewer.LocalReport.SetParameters(lstParam);
            Viewer.LocalReport.DisplayName = "SimuRails - Simulación " + simulacion.Nombre;
            Viewer.RefreshReport();
        }
Example #12
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 5 "..\..\..\ReporterSet.xaml"
                ((CoreTest.ReporterSet)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);

            #line default
            #line hidden
                return;

            case 2:
                this.grid1 = ((System.Windows.Controls.Grid)(target));
                return;

            case 3:
                this.textBox1 = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 4:
                this.textBlock1 = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 5:
                this.dtstart = ((Microsoft.Windows.Controls.DateTimePicker)(target));
                return;

            case 6:
                this.textBlock4 = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 7:
                this.dtend = ((Microsoft.Windows.Controls.DateTimePicker)(target));
                return;

            case 8:
                this.button1 = ((System.Windows.Controls.Button)(target));

            #line 29 "..\..\..\ReporterSet.xaml"
                this.button1.Click += new System.Windows.RoutedEventHandler(this.button1_Click);

            #line default
            #line hidden
                return;

            case 9:
                this.button3 = ((System.Windows.Controls.Button)(target));

            #line 30 "..\..\..\ReporterSet.xaml"
                this.button3.Click += new System.Windows.RoutedEventHandler(this.button3_Click);

            #line default
            #line hidden
                return;

            case 10:
                this.rp = ((Microsoft.Reporting.WinForms.ReportViewer)(target));
                return;

            case 11:
                this.rp2 = ((Microsoft.Reporting.WinForms.ReportViewer)(target));
                return;
            }
            this._contentLoaded = true;
        }
Example #13
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     
     #line 9 "..\..\..\View\ReporteGastos.xaml"
     ((Becarios.View.ReporteGastos)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);
     
     #line default
     #line hidden
     return;
     case 2:
     
     #line 22 "..\..\..\View\ReporteGastos.xaml"
     ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click);
     
     #line default
     #line hidden
     return;
     case 3:
     this.panelFiltrar = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 4:
     this.myCombo = ((System.Windows.Controls.ComboBox)(target));
     
     #line 53 "..\..\..\View\ReporteGastos.xaml"
     this.myCombo.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.myCombo_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 5:
     this.toggleFiltrar = ((MahApps.Metro.Controls.ToggleSwitch)(target));
     
     #line 62 "..\..\..\View\ReporteGastos.xaml"
     this.toggleFiltrar.IsCheckedChanged += new System.EventHandler(this.toggleFiltrar_IsCheckedChanged);
     
     #line default
     #line hidden
     return;
     case 6:
     this.reportViewer = ((Microsoft.Reporting.WinForms.ReportViewer)(target));
     
     #line 66 "..\..\..\View\ReporteGastos.xaml"
     this.reportViewer.Load += new System.EventHandler(this.reportViewer_Load);
     
     #line default
     #line hidden
     return;
     case 7:
     this.reportViewerHabitaciones = ((Microsoft.Reporting.WinForms.ReportViewer)(target));
     
     #line 75 "..\..\..\View\ReporteGastos.xaml"
     this.reportViewerHabitaciones.Load += new System.EventHandler(this.reportViewerHabitaciones_Load);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
Example #14
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.diesel_detail_view_panel = ((System.Windows.Controls.StackPanel)(target));
                return;

            case 2:
                this.card_view = ((System.Windows.Controls.ComboBox)(target));

            #line 23 "..\..\Diesel_Card_View.xaml"
                this.card_view.KeyDown += new System.Windows.Input.KeyEventHandler(this.unique_card_view);

            #line default
            #line hidden

            #line 23 "..\..\Diesel_Card_View.xaml"
                this.card_view.GotFocus += new System.Windows.RoutedEventHandler(this.card_view_GotFocus);

            #line default
            #line hidden
                return;

            case 3:
                this.From = ((System.Windows.Controls.DatePicker)(target));
                return;

            case 4:
                this.To = ((System.Windows.Controls.DatePicker)(target));
                return;

            case 5:
                this.diesel_balance = ((System.Windows.Controls.Label)(target));
                return;

            case 6:
                this.trip_diesel_balance = ((System.Windows.Controls.TextBox)(target));

            #line 33 "..\..\Diesel_Card_View.xaml"
                this.trip_diesel_balance.KeyDown += new System.Windows.Input.KeyEventHandler(this.trip_diesel_balance_keydown);

            #line default
            #line hidden
                return;

            case 7:

            #line 42 "..\..\Diesel_Card_View.xaml"
                ((System.Windows.Controls.RadioButton)(target)).Click += new System.Windows.RoutedEventHandler(this.card_details_view_Click);

            #line default
            #line hidden
                return;

            case 8:

            #line 43 "..\..\Diesel_Card_View.xaml"
                ((System.Windows.Controls.RadioButton)(target)).Click += new System.Windows.RoutedEventHandler(this.deposit_view_Click);

            #line default
            #line hidden
                return;

            case 9:

            #line 44 "..\..\Diesel_Card_View.xaml"
                ((System.Windows.Controls.RadioButton)(target)).Click += new System.Windows.RoutedEventHandler(this.diesel_entry_view_Click);

            #line default
            #line hidden
                return;

            case 10:

            #line 45 "..\..\Diesel_Card_View.xaml"
                ((System.Windows.Controls.RadioButton)(target)).Click += new System.Windows.RoutedEventHandler(this.deposit_diesel_entry_view_Click);

            #line default
            #line hidden
                return;

            case 11:
                this.Report_Viewer = ((Microsoft.Reporting.WinForms.ReportViewer)(target));
                return;
            }
            this._contentLoaded = true;
        }
Example #15
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     
     #line 6 "..\..\PonudaDetaljno.xaml"
     ((Servis.PonudaDetaljno)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);
     
     #line default
     #line hidden
     
     #line 6 "..\..\PonudaDetaljno.xaml"
     ((Servis.PonudaDetaljno)(target)).StateChanged += new System.EventHandler(this.Window_StateChanged);
     
     #line default
     #line hidden
     
     #line 6 "..\..\PonudaDetaljno.xaml"
     ((Servis.PonudaDetaljno)(target)).Closing += new System.ComponentModel.CancelEventHandler(this.Window_Closing);
     
     #line default
     #line hidden
     return;
     case 3:
     
     #line 22 "..\..\PonudaDetaljno.xaml"
     ((System.Windows.Controls.TabControl)(target)).SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.TabControl_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 4:
     this.tabItemDokument = ((System.Windows.Controls.TabItem)(target));
     return;
     case 5:
     this.gridPonuda = ((System.Windows.Controls.Grid)(target));
     return;
     case 6:
     this.textBoxID = ((System.Windows.Controls.TextBox)(target));
     return;
     case 7:
     this.textBoxVreme = ((System.Windows.Controls.TextBox)(target));
     return;
     case 8:
     this.gridServisnaKnjizica = ((System.Windows.Controls.Grid)(target));
     return;
     case 9:
     this.textBoxServisnaKnjizicaSifra = ((System.Windows.Controls.TextBox)(target));
     
     #line 90 "..\..\PonudaDetaljno.xaml"
     this.textBoxServisnaKnjizicaSifra.PreviewKeyUp += new System.Windows.Input.KeyEventHandler(this.textBoxServisnaKnjizicaSifra_PreviewKeyUp);
     
     #line default
     #line hidden
     
     #line 90 "..\..\PonudaDetaljno.xaml"
     this.textBoxServisnaKnjizicaSifra.PreviewLostKeyboardFocus += new System.Windows.Input.KeyboardFocusChangedEventHandler(this.textBoxServisnaKnjizicaSifra_PreviewLostKeyboardFocus);
     
     #line default
     #line hidden
     return;
     case 10:
     this.textBoxServisnaKnjizica = ((System.Windows.Controls.TextBox)(target));
     
     #line 97 "..\..\PonudaDetaljno.xaml"
     this.textBoxServisnaKnjizica.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.textBoxServisnaKnjizica_MouseDoubleClick);
     
     #line default
     #line hidden
     
     #line 97 "..\..\PonudaDetaljno.xaml"
     this.textBoxServisnaKnjizica.PreviewKeyUp += new System.Windows.Input.KeyEventHandler(this.textBoxServisnaKnjizica_PreviewKeyUp);
     
     #line default
     #line hidden
     
     #line 97 "..\..\PonudaDetaljno.xaml"
     this.textBoxServisnaKnjizica.PreviewLostKeyboardFocus += new System.Windows.Input.KeyboardFocusChangedEventHandler(this.textBoxServisnaKnjizica_PreviewLostKeyboardFocus);
     
     #line default
     #line hidden
     return;
     case 11:
     this.buttonServisnaKnjizica = ((System.Windows.Controls.Button)(target));
     
     #line 117 "..\..\PonudaDetaljno.xaml"
     this.buttonServisnaKnjizica.Click += new System.Windows.RoutedEventHandler(this.buttonServisnaKnjizica_Click);
     
     #line default
     #line hidden
     return;
     case 12:
     this.buttonFizickoLiceServisnaKnjizica = ((System.Windows.Controls.Button)(target));
     
     #line 119 "..\..\PonudaDetaljno.xaml"
     this.buttonFizickoLiceServisnaKnjizica.Click += new System.Windows.RoutedEventHandler(this.buttonFizickoLiceServisnaKnjizica_Click);
     
     #line default
     #line hidden
     return;
     case 13:
     this.textBoxRadnik = ((System.Windows.Controls.TextBox)(target));
     return;
     case 14:
     this.textBoxNapomena = ((System.Windows.Controls.TextBox)(target));
     return;
     case 15:
     this.comboBoxNacinZahtevaZaPonudu = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 16:
     this.checkBoxPreuzimaLicno = ((System.Windows.Controls.CheckBox)(target));
     
     #line 167 "..\..\PonudaDetaljno.xaml"
     this.checkBoxPreuzimaLicno.Click += new System.Windows.RoutedEventHandler(this.checkBox_Click);
     
     #line default
     #line hidden
     return;
     case 17:
     this.checkBoxPreuzeoLicno = ((System.Windows.Controls.CheckBox)(target));
     
     #line 169 "..\..\PonudaDetaljno.xaml"
     this.checkBoxPreuzeoLicno.Click += new System.Windows.RoutedEventHandler(this.checkBox_Click);
     
     #line default
     #line hidden
     return;
     case 18:
     this.textBlockPreuzeoLicnoU = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 19:
     this.checkBoxObavestiTelefonom = ((System.Windows.Controls.CheckBox)(target));
     
     #line 190 "..\..\PonudaDetaljno.xaml"
     this.checkBoxObavestiTelefonom.Click += new System.Windows.RoutedEventHandler(this.checkBox_Click);
     
     #line default
     #line hidden
     return;
     case 20:
     this.checkBoxObavestenTelefonom = ((System.Windows.Controls.CheckBox)(target));
     
     #line 192 "..\..\PonudaDetaljno.xaml"
     this.checkBoxObavestenTelefonom.Click += new System.Windows.RoutedEventHandler(this.checkBox_Click);
     
     #line default
     #line hidden
     return;
     case 21:
     this.textBlockObavestenTelefonomU = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 22:
     this.checkBoxPosaljiEMail = ((System.Windows.Controls.CheckBox)(target));
     
     #line 213 "..\..\PonudaDetaljno.xaml"
     this.checkBoxPosaljiEMail.Click += new System.Windows.RoutedEventHandler(this.checkBox_Click);
     
     #line default
     #line hidden
     return;
     case 23:
     this.checkBoxPoslatEMail = ((System.Windows.Controls.CheckBox)(target));
     
     #line 215 "..\..\PonudaDetaljno.xaml"
     this.checkBoxPoslatEMail.Click += new System.Windows.RoutedEventHandler(this.checkBox_Click);
     
     #line default
     #line hidden
     return;
     case 24:
     this.textBlockPoslatEMailU = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 25:
     this.checkBoxPesaljiSmsObavestenje = ((System.Windows.Controls.CheckBox)(target));
     
     #line 237 "..\..\PonudaDetaljno.xaml"
     this.checkBoxPesaljiSmsObavestenje.Click += new System.Windows.RoutedEventHandler(this.checkBox_Click);
     
     #line default
     #line hidden
     return;
     case 26:
     this.checkBoxPeslatoSmsObavestenje = ((System.Windows.Controls.CheckBox)(target));
     
     #line 239 "..\..\PonudaDetaljno.xaml"
     this.checkBoxPeslatoSmsObavestenje.Click += new System.Windows.RoutedEventHandler(this.checkBox_Click);
     
     #line default
     #line hidden
     return;
     case 27:
     this.textBlockPoslatoSmsObavestenjeU = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 28:
     this.buttonSacuvajINovi = ((System.Windows.Controls.Button)(target));
     
     #line 262 "..\..\PonudaDetaljno.xaml"
     this.buttonSacuvajINovi.Click += new System.Windows.RoutedEventHandler(this.buttonSacuvajINovi_Click);
     
     #line default
     #line hidden
     return;
     case 29:
     this.buttonSacuvaj = ((System.Windows.Controls.Button)(target));
     
     #line 263 "..\..\PonudaDetaljno.xaml"
     this.buttonSacuvaj.Click += new System.Windows.RoutedEventHandler(this.buttonSacuvaj_Click);
     
     #line default
     #line hidden
     return;
     case 30:
     this.buttonSacuvajIZatvori = ((System.Windows.Controls.Button)(target));
     
     #line 264 "..\..\PonudaDetaljno.xaml"
     this.buttonSacuvajIZatvori.Click += new System.Windows.RoutedEventHandler(this.buttonSacuvajIZatvori_Click);
     
     #line default
     #line hidden
     return;
     case 31:
     this.buttonKreirajRadniNalog = ((System.Windows.Controls.Button)(target));
     
     #line 265 "..\..\PonudaDetaljno.xaml"
     this.buttonKreirajRadniNalog.Click += new System.Windows.RoutedEventHandler(this.buttonKreirajRadniNalog_Click);
     
     #line default
     #line hidden
     return;
     case 32:
     this.buttonDodajStavkaUsluga = ((System.Windows.Controls.Button)(target));
     
     #line 280 "..\..\PonudaDetaljno.xaml"
     this.buttonDodajStavkaUsluga.Click += new System.Windows.RoutedEventHandler(this.buttonDodajStavkaUsluga_Click);
     
     #line default
     #line hidden
     return;
     case 33:
     this.buttonIzmeniStavkaUsluga = ((System.Windows.Controls.Button)(target));
     
     #line 283 "..\..\PonudaDetaljno.xaml"
     this.buttonIzmeniStavkaUsluga.Click += new System.Windows.RoutedEventHandler(this.buttonIzmeniStavkaUsluga_Click);
     
     #line default
     #line hidden
     return;
     case 34:
     this.buttonObrisiStavkaUsluga = ((System.Windows.Controls.Button)(target));
     
     #line 286 "..\..\PonudaDetaljno.xaml"
     this.buttonObrisiStavkaUsluga.Click += new System.Windows.RoutedEventHandler(this.buttonObrisiStavkaUsluga_Click);
     
     #line default
     #line hidden
     return;
     case 35:
     this.buttonOsveziStavkaUsluga = ((System.Windows.Controls.Button)(target));
     
     #line 289 "..\..\PonudaDetaljno.xaml"
     this.buttonOsveziStavkaUsluga.Click += new System.Windows.RoutedEventHandler(this.buttonOsveziStavkaUsluga_Click);
     
     #line default
     #line hidden
     return;
     case 36:
     this.listViewStavkaUsluga = ((System.Windows.Controls.ListView)(target));
     
     #line 294 "..\..\PonudaDetaljno.xaml"
     this.listViewStavkaUsluga.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.listViewStavkaUsluga_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 37:
     this.buttonDodajStavkaArtikal = ((System.Windows.Controls.Button)(target));
     
     #line 484 "..\..\PonudaDetaljno.xaml"
     this.buttonDodajStavkaArtikal.Click += new System.Windows.RoutedEventHandler(this.buttonDodajStavkaArtikal_Click);
     
     #line default
     #line hidden
     return;
     case 38:
     this.buttonIzmeniStavkaArtikal = ((System.Windows.Controls.Button)(target));
     
     #line 487 "..\..\PonudaDetaljno.xaml"
     this.buttonIzmeniStavkaArtikal.Click += new System.Windows.RoutedEventHandler(this.buttonIzmeniStavkaArtikal_Click);
     
     #line default
     #line hidden
     return;
     case 39:
     this.buttonObrisiStavkaArtikal = ((System.Windows.Controls.Button)(target));
     
     #line 490 "..\..\PonudaDetaljno.xaml"
     this.buttonObrisiStavkaArtikal.Click += new System.Windows.RoutedEventHandler(this.buttonObrisiStavkaArtikal_Click);
     
     #line default
     #line hidden
     return;
     case 40:
     this.buttonOsveziStavkaArtikal = ((System.Windows.Controls.Button)(target));
     
     #line 493 "..\..\PonudaDetaljno.xaml"
     this.buttonOsveziStavkaArtikal.Click += new System.Windows.RoutedEventHandler(this.buttonOsveziStavkaArtikal_Click);
     
     #line default
     #line hidden
     return;
     case 41:
     this.listViewStavkaArtikal = ((System.Windows.Controls.ListView)(target));
     return;
     case 42:
     this.tabItemStampa = ((System.Windows.Controls.TabItem)(target));
     return;
     case 43:
     this.buttonPosaljiEMail = ((System.Windows.Controls.Button)(target));
     
     #line 719 "..\..\PonudaDetaljno.xaml"
     this.buttonPosaljiEMail.Click += new System.Windows.RoutedEventHandler(this.buttonPosaljiEMail_Click);
     
     #line default
     #line hidden
     return;
     case 44:
     this.reportViewerPonuda = ((Microsoft.Reporting.WinForms.ReportViewer)(target));
     return;
     }
     this._contentLoaded = true;
 }
Example #16
0
 public ReportViewerBase(Microsoft.Reporting.WinForms.ReportViewer reportViewer, object objectType)
 {
     _reportViewer = reportViewer;
     _object       = objectType;
     ShowReport();
 }
Example #17
0
 public YearlyResidentRollCallByMonth(Microsoft.Reporting.WinForms.ReportViewer reportViewer, object objectType) : base(reportViewer, objectType)
 {
 }
Example #18
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     
     #line 19 "..\..\Ponuda.xaml"
     ((AutoServis.Ponuda)(target)).Loaded += new System.Windows.RoutedEventHandler(this.PageFunction_Loaded);
     
     #line default
     #line hidden
     return;
     case 2:
     
     #line 22 "..\..\Ponuda.xaml"
     ((System.Windows.Controls.TabControl)(target)).SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.TabControl_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 3:
     this.tabItemPretraga = ((System.Windows.Controls.TabItem)(target));
     return;
     case 4:
     this.radioButtonFizickoLice = ((System.Windows.Controls.RadioButton)(target));
     
     #line 55 "..\..\Ponuda.xaml"
     this.radioButtonFizickoLice.Click += new System.Windows.RoutedEventHandler(this.radioButton_Click);
     
     #line default
     #line hidden
     return;
     case 5:
     this.radioButtonPravnoLice = ((System.Windows.Controls.RadioButton)(target));
     
     #line 56 "..\..\Ponuda.xaml"
     this.radioButtonPravnoLice.Click += new System.Windows.RoutedEventHandler(this.radioButton_Click);
     
     #line default
     #line hidden
     return;
     case 6:
     this.radioButtonPretragaPartner = ((System.Windows.Controls.RadioButton)(target));
     
     #line 62 "..\..\Ponuda.xaml"
     this.radioButtonPretragaPartner.Click += new System.Windows.RoutedEventHandler(this.radioButton_Click);
     
     #line default
     #line hidden
     return;
     case 7:
     this.gridPretragaFizickoLice = ((System.Windows.Controls.Grid)(target));
     return;
     case 8:
     this.textBoxFizickoLicePretraga = ((System.Windows.Controls.TextBox)(target));
     return;
     case 9:
     this.buttonPretragaFizickoLice = ((System.Windows.Controls.Button)(target));
     
     #line 84 "..\..\Ponuda.xaml"
     this.buttonPretragaFizickoLice.Click += new System.Windows.RoutedEventHandler(this.buttonPretragaFizickoLice_Click);
     
     #line default
     #line hidden
     return;
     case 10:
     this.gridPretragaPoslovniPartner = ((System.Windows.Controls.Grid)(target));
     return;
     case 11:
     this.textBoxPoslovniPartnerPretraga = ((System.Windows.Controls.TextBox)(target));
     return;
     case 12:
     this.buttonPretragaPoslovniPartner = ((System.Windows.Controls.Button)(target));
     
     #line 99 "..\..\Ponuda.xaml"
     this.buttonPretragaPoslovniPartner.Click += new System.Windows.RoutedEventHandler(this.buttonPretragaPoslovniPartner_Click);
     
     #line default
     #line hidden
     return;
     case 13:
     this.radioButtonPretragaID = ((System.Windows.Controls.RadioButton)(target));
     
     #line 104 "..\..\Ponuda.xaml"
     this.radioButtonPretragaID.Click += new System.Windows.RoutedEventHandler(this.radioButton_Click);
     
     #line default
     #line hidden
     return;
     case 14:
     this.textBoxPretragaID = ((System.Windows.Controls.TextBox)(target));
     return;
     case 15:
     this.buttonNadji = ((System.Windows.Controls.Button)(target));
     
     #line 108 "..\..\Ponuda.xaml"
     this.buttonNadji.Click += new System.Windows.RoutedEventHandler(this.buttonNadji_Click);
     
     #line default
     #line hidden
     return;
     case 16:
     this.listBoxZaglavljeLista = ((System.Windows.Controls.ListBox)(target));
     
     #line 115 "..\..\Ponuda.xaml"
     this.listBoxZaglavljeLista.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.listBoxZaglavljeLista_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 17:
     this.tabItemZaglavlje = ((System.Windows.Controls.TabItem)(target));
     return;
     case 18:
     this.gridZaglavlje = ((System.Windows.Controls.Grid)(target));
     return;
     case 19:
     this.checkBoxPreuzimaLicno = ((System.Windows.Controls.CheckBox)(target));
     return;
     case 20:
     this.checkBoxObavestiTelefonom = ((System.Windows.Controls.CheckBox)(target));
     return;
     case 21:
     this.checkBoxPosaljiSMSObavestenje = ((System.Windows.Controls.CheckBox)(target));
     return;
     case 22:
     this.textBoxZaglavljeID = ((System.Windows.Controls.TextBox)(target));
     return;
     case 23:
     this.gridServisnaKnjizica = ((System.Windows.Controls.Grid)(target));
     return;
     case 24:
     this.textBoxServisnaKnjizica = ((System.Windows.Controls.TextBox)(target));
     return;
     case 25:
     this.textBoxServisnaKnjizicaPartner = ((System.Windows.Controls.TextBox)(target));
     return;
     case 26:
     this.textBoxServisnaKnjizicaTipAutomobila = ((System.Windows.Controls.TextBox)(target));
     return;
     case 27:
     this.buttonServisnaKnjizica = ((System.Windows.Controls.Button)(target));
     
     #line 286 "..\..\Ponuda.xaml"
     this.buttonServisnaKnjizica.Click += new System.Windows.RoutedEventHandler(this.buttonServisnaKnjizica_Click);
     
     #line default
     #line hidden
     return;
     case 28:
     this.textBoxDatumDokumenta = ((System.Windows.Controls.TextBox)(target));
     return;
     case 29:
     this.textBoxNapomena = ((System.Windows.Controls.TextBox)(target));
     return;
     case 30:
     this.gridNacinZahtevaZaPonudu = ((System.Windows.Controls.Grid)(target));
     return;
     case 31:
     this.comboBoxNacinZahtevaZaPonuduLista = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 32:
     this.buttonNacinZahtevaZaPonudu = ((System.Windows.Controls.Button)(target));
     
     #line 350 "..\..\Ponuda.xaml"
     this.buttonNacinZahtevaZaPonudu.Click += new System.Windows.RoutedEventHandler(this.buttonNacinZahtevaZaPonudu_Click);
     
     #line default
     #line hidden
     return;
     case 33:
     this.gridPreuzeoLicno = ((System.Windows.Controls.Grid)(target));
     return;
     case 34:
     this.checkBoxPreuzeoLicno = ((System.Windows.Controls.CheckBox)(target));
     
     #line 364 "..\..\Ponuda.xaml"
     this.checkBoxPreuzeoLicno.Click += new System.Windows.RoutedEventHandler(this.checkBox_Click);
     
     #line default
     #line hidden
     return;
     case 35:
     this.textBoxPreuzeoLicnoU = ((System.Windows.Controls.TextBox)(target));
     return;
     case 36:
     this.gridObavestenTelefonom = ((System.Windows.Controls.Grid)(target));
     return;
     case 37:
     this.checkBoxObavestenTelefonom = ((System.Windows.Controls.CheckBox)(target));
     
     #line 402 "..\..\Ponuda.xaml"
     this.checkBoxObavestenTelefonom.Click += new System.Windows.RoutedEventHandler(this.checkBox_Click);
     
     #line default
     #line hidden
     return;
     case 38:
     this.textBoxObavestenTelefonomU = ((System.Windows.Controls.TextBox)(target));
     return;
     case 39:
     this.gridPoslatoSMSObavestenje = ((System.Windows.Controls.Grid)(target));
     return;
     case 40:
     this.checkBoxPoslatoSMSObavestenje = ((System.Windows.Controls.CheckBox)(target));
     
     #line 453 "..\..\Ponuda.xaml"
     this.checkBoxPoslatoSMSObavestenje.Click += new System.Windows.RoutedEventHandler(this.checkBox_Click);
     
     #line default
     #line hidden
     return;
     case 41:
     this.textBoxPoslatoSMSObavestenjeU = ((System.Windows.Controls.TextBox)(target));
     return;
     case 42:
     this.buttonUnesiZaglavlje = ((System.Windows.Controls.Button)(target));
     
     #line 482 "..\..\Ponuda.xaml"
     this.buttonUnesiZaglavlje.Click += new System.Windows.RoutedEventHandler(this.buttonUnesiZaglavlje_Click);
     
     #line default
     #line hidden
     return;
     case 43:
     this.buttonIzmeniZaglavlje = ((System.Windows.Controls.Button)(target));
     
     #line 483 "..\..\Ponuda.xaml"
     this.buttonIzmeniZaglavlje.Click += new System.Windows.RoutedEventHandler(this.buttonIzmeniZaglavlje_Click);
     
     #line default
     #line hidden
     return;
     case 44:
     this.buttonPotvrdiZaglavlje = ((System.Windows.Controls.Button)(target));
     
     #line 484 "..\..\Ponuda.xaml"
     this.buttonPotvrdiZaglavlje.Click += new System.Windows.RoutedEventHandler(this.buttonPotvrdiZaglavlje_Click);
     
     #line default
     #line hidden
     return;
     case 45:
     this.buttonOdustaniZaglavlje = ((System.Windows.Controls.Button)(target));
     
     #line 485 "..\..\Ponuda.xaml"
     this.buttonOdustaniZaglavlje.Click += new System.Windows.RoutedEventHandler(this.buttonOdustaniZaglavlje_Click);
     
     #line default
     #line hidden
     return;
     case 46:
     this.buttonObrisiZaglavlje = ((System.Windows.Controls.Button)(target));
     
     #line 486 "..\..\Ponuda.xaml"
     this.buttonObrisiZaglavlje.Click += new System.Windows.RoutedEventHandler(this.buttonObrisiZaglavlje_Click);
     
     #line default
     #line hidden
     return;
     case 47:
     this.buttonOsveziZaglavlje = ((System.Windows.Controls.Button)(target));
     
     #line 487 "..\..\Ponuda.xaml"
     this.buttonOsveziZaglavlje.Click += new System.Windows.RoutedEventHandler(this.buttonOsveziZaglavlje_Click);
     
     #line default
     #line hidden
     return;
     case 48:
     this.tabItemStavke = ((System.Windows.Controls.TabItem)(target));
     return;
     case 49:
     this.gridStavke = ((System.Windows.Controls.Grid)(target));
     return;
     case 50:
     this.listBoxStavkaUslugaLista = ((System.Windows.Controls.ListBox)(target));
     
     #line 504 "..\..\Ponuda.xaml"
     this.listBoxStavkaUslugaLista.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.listBoxStavkaUslugaLista_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 51:
     this.gridStavkaDetaljno = ((System.Windows.Controls.Grid)(target));
     return;
     case 52:
     this.gridUslugaArtikal = ((System.Windows.Controls.Grid)(target));
     return;
     case 53:
     this.textBoxStavkaUslugaID = ((System.Windows.Controls.TextBox)(target));
     return;
     case 54:
     this.gridUsluga = ((System.Windows.Controls.Grid)(target));
     return;
     case 55:
     this.textBoxUsluga = ((System.Windows.Controls.TextBox)(target));
     return;
     case 56:
     this.textBoxUslugaNosilacGrupe = ((System.Windows.Controls.TextBox)(target));
     return;
     case 57:
     this.textBoxUslugaNivo = ((System.Windows.Controls.TextBox)(target));
     return;
     case 58:
     this.buttonUsluga = ((System.Windows.Controls.Button)(target));
     
     #line 640 "..\..\Ponuda.xaml"
     this.buttonUsluga.Click += new System.Windows.RoutedEventHandler(this.buttonUsluga_Click);
     
     #line default
     #line hidden
     return;
     case 59:
     this.textBoxUslugaCenaBezPoreza = ((System.Windows.Controls.TextBox)(target));
     return;
     case 60:
     this.comboBoxUslugaPoreskaStopaLista = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 61:
     this.textBoxUslugaKolicina = ((System.Windows.Controls.TextBox)(target));
     return;
     case 62:
     this.gridStavkaDetaljnoArtikal = ((System.Windows.Controls.Grid)(target));
     return;
     case 63:
     this.listBoxStavkaArtikalLista = ((System.Windows.Controls.ListBox)(target));
     return;
     case 71:
     this.buttonDodajArtikal = ((System.Windows.Controls.Button)(target));
     
     #line 832 "..\..\Ponuda.xaml"
     this.buttonDodajArtikal.Click += new System.Windows.RoutedEventHandler(this.buttonDodajArtikal_Click);
     
     #line default
     #line hidden
     return;
     case 72:
     this.buttonObrisiArtikal = ((System.Windows.Controls.Button)(target));
     
     #line 833 "..\..\Ponuda.xaml"
     this.buttonObrisiArtikal.Click += new System.Windows.RoutedEventHandler(this.buttonObrisiArtikal_Click);
     
     #line default
     #line hidden
     return;
     case 73:
     this.buttonUnesiStavka = ((System.Windows.Controls.Button)(target));
     
     #line 840 "..\..\Ponuda.xaml"
     this.buttonUnesiStavka.Click += new System.Windows.RoutedEventHandler(this.buttonUnesiStavka_Click);
     
     #line default
     #line hidden
     return;
     case 74:
     this.buttonIzmeniStavka = ((System.Windows.Controls.Button)(target));
     
     #line 841 "..\..\Ponuda.xaml"
     this.buttonIzmeniStavka.Click += new System.Windows.RoutedEventHandler(this.buttonIzmeniStavka_Click);
     
     #line default
     #line hidden
     return;
     case 75:
     this.buttonPotvrdiStavka = ((System.Windows.Controls.Button)(target));
     
     #line 842 "..\..\Ponuda.xaml"
     this.buttonPotvrdiStavka.Click += new System.Windows.RoutedEventHandler(this.buttonPotvrdiStavka_Click);
     
     #line default
     #line hidden
     return;
     case 76:
     this.buttonOdustaniStavka = ((System.Windows.Controls.Button)(target));
     
     #line 843 "..\..\Ponuda.xaml"
     this.buttonOdustaniStavka.Click += new System.Windows.RoutedEventHandler(this.buttonOdustaniStavka_Click);
     
     #line default
     #line hidden
     return;
     case 77:
     this.buttonObrisiStavka = ((System.Windows.Controls.Button)(target));
     
     #line 844 "..\..\Ponuda.xaml"
     this.buttonObrisiStavka.Click += new System.Windows.RoutedEventHandler(this.buttonObrisiStavka_Click);
     
     #line default
     #line hidden
     return;
     case 78:
     this.buttonOsveziStavka = ((System.Windows.Controls.Button)(target));
     
     #line 845 "..\..\Ponuda.xaml"
     this.buttonOsveziStavka.Click += new System.Windows.RoutedEventHandler(this.buttonOsveziStavka_Click);
     
     #line default
     #line hidden
     return;
     case 79:
     this.tabItemStampa = ((System.Windows.Controls.TabItem)(target));
     return;
     case 80:
     this.reportViewerPonuda = ((Microsoft.Reporting.WinForms.ReportViewer)(target));
     return;
     }
     this._contentLoaded = true;
 }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 11 "..\..\Driver_Payment.xaml"
                ((Project_Transport.Driver_Payment)(target)).Loaded += new System.Windows.RoutedEventHandler(this.UserControl_Loaded);

            #line default
            #line hidden
                return;

            case 2:
                this.driver_payment_panel = ((System.Windows.Controls.StackPanel)(target));
                return;

            case 3:
                this.month = ((System.Windows.Controls.ComboBox)(target));

            #line 21 "..\..\Driver_Payment.xaml"
                this.month.PreviewKeyDown += new System.Windows.Input.KeyEventHandler(this.Payment_Month_PreviewKeydown);

            #line default
            #line hidden

            #line 21 "..\..\Driver_Payment.xaml"
                this.month.KeyDown += new System.Windows.Input.KeyEventHandler(this.month_KeyDown);

            #line default
            #line hidden
                return;

            case 4:
                this.year = ((System.Windows.Controls.ComboBox)(target));

            #line 44 "..\..\Driver_Payment.xaml"
                this.year.PreviewKeyDown += new System.Windows.Input.KeyEventHandler(this.Payment_Year_PreviewKeydown);

            #line default
            #line hidden

            #line 44 "..\..\Driver_Payment.xaml"
                this.year.KeyDown += new System.Windows.Input.KeyEventHandler(this.year_KeyDown);

            #line default
            #line hidden
                return;

            case 5:
                this.driver_id = ((System.Windows.Controls.ComboBox)(target));

            #line 54 "..\..\Driver_Payment.xaml"
                this.driver_id.KeyDown += new System.Windows.Input.KeyEventHandler(this.driver_id_keydown);

            #line default
            #line hidden

            #line 54 "..\..\Driver_Payment.xaml"
                this.driver_id.PreviewKeyDown += new System.Windows.Input.KeyEventHandler(this.Payment_Id_PreviewKeydown);

            #line default
            #line hidden

            #line 54 "..\..\Driver_Payment.xaml"
                this.driver_id.GotFocus += new System.Windows.RoutedEventHandler(this.driver_id_GotFocus);

            #line default
            #line hidden
                return;

            case 6:
                this.total_trip = ((System.Windows.Controls.Label)(target));
                return;

            case 7:
                this.total_km = ((System.Windows.Controls.Label)(target));
                return;

            case 8:
                this.driver_advance = ((System.Windows.Controls.Label)(target));
                return;

            case 9:
                this.expense_cost = ((System.Windows.Controls.TextBox)(target));

            #line 65 "..\..\Driver_Payment.xaml"
                this.expense_cost.KeyDown += new System.Windows.Input.KeyEventHandler(this.expense_cost_keydown);

            #line default
            #line hidden

            #line 65 "..\..\Driver_Payment.xaml"
                this.expense_cost.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.Extra_Allowance_Textchanged);

            #line default
            #line hidden

            #line 65 "..\..\Driver_Payment.xaml"
                this.expense_cost.PreviewTextInput += new System.Windows.Input.TextCompositionEventHandler(this.Expense_Cost_Previewtextinput);

            #line default
            #line hidden

            #line 65 "..\..\Driver_Payment.xaml"
                this.expense_cost.GotFocus += new System.Windows.RoutedEventHandler(this.Expense_Cost_Gotfocus);

            #line default
            #line hidden
                return;

            case 10:
                this.km_expense = ((System.Windows.Controls.Label)(target));
                return;

            case 11:
                this.expense = ((System.Windows.Controls.Label)(target));
                return;

            case 12:
                this.driver_balance = ((System.Windows.Controls.Label)(target));
                return;

            case 13:
                this.remarks = ((System.Windows.Controls.TextBox)(target));

            #line 80 "..\..\Driver_Payment.xaml"
                this.remarks.GotFocus += new System.Windows.RoutedEventHandler(this.Remarks_Reason_Gotfocus);

            #line default
            #line hidden
                return;

            case 14:
                this.remarks_reason = ((System.Windows.Controls.TextBox)(target));

            #line 89 "..\..\Driver_Payment.xaml"
                this.remarks_reason.GotFocus += new System.Windows.RoutedEventHandler(this.Remarks_Amount_Gotfocus);

            #line default
            #line hidden
                return;

            case 15:
                this.salary = ((System.Windows.Controls.TextBox)(target));

            #line 99 "..\..\Driver_Payment.xaml"
                this.salary.KeyDown += new System.Windows.Input.KeyEventHandler(this.driver_salary_keydown);

            #line default
            #line hidden

            #line 99 "..\..\Driver_Payment.xaml"
                this.salary.GotFocus += new System.Windows.RoutedEventHandler(this.Salary_Gotfocus);

            #line default
            #line hidden
                return;

            case 16:
                this.grand_pay = ((System.Windows.Controls.Label)(target));
                return;

            case 17:
                this.insert = ((System.Windows.Controls.Button)(target));

            #line 111 "..\..\Driver_Payment.xaml"
                this.insert.Click += new System.Windows.RoutedEventHandler(this.driver_salary_done_click);

            #line default
            #line hidden
                return;

            case 18:
                this.driver_pay_img1 = ((System.Windows.Controls.Image)(target));
                return;

            case 19:
                this.driver_pay_img2 = ((System.Windows.Controls.Image)(target));
                return;

            case 20:
                this.update = ((System.Windows.Controls.Button)(target));

            #line 124 "..\..\Driver_Payment.xaml"
                this.update.Click += new System.Windows.RoutedEventHandler(this.driver_salary_update_click);

            #line default
            #line hidden
                return;

            case 21:
                this.driver_pay_update_img1 = ((System.Windows.Controls.Image)(target));
                return;

            case 22:
                this.driver_pay_update_img2 = ((System.Windows.Controls.Image)(target));
                return;

            case 23:
                this.print_pay_slip_panel = ((System.Windows.Controls.StackPanel)(target));
                return;

            case 24:
                this.Report_viewer = ((Microsoft.Reporting.WinForms.ReportViewer)(target));
                return;

            case 25:

            #line 150 "..\..\Driver_Payment.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Payment_Report_Back_Click);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     
     #line 6 "..\..\ClockReport.xaml"
     ((TestProject.ClockReport)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);
     
     #line default
     #line hidden
     return;
     case 2:
     this.winReportView = ((System.Windows.Forms.Integration.WindowsFormsHost)(target));
     return;
     case 3:
     this.repView = ((Microsoft.Reporting.WinForms.ReportViewer)(target));
     return;
     case 4:
     this.btnSearchClocks = ((System.Windows.Controls.Button)(target));
     
     #line 11 "..\..\ClockReport.xaml"
     this.btnSearchClocks.Click += new System.Windows.RoutedEventHandler(this.btnSearchClocks_Click);
     
     #line default
     #line hidden
     return;
     case 5:
     this.txtFromDate = ((System.Windows.Controls.TextBox)(target));
     return;
     case 6:
     this.txtToDate = ((System.Windows.Controls.TextBox)(target));
     return;
     case 7:
     this.btnClose = ((System.Windows.Controls.Button)(target));
     
     #line 24 "..\..\ClockReport.xaml"
     this.btnClose.Click += new System.Windows.RoutedEventHandler(this.btnClose_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.tyre_entry_panel = ((System.Windows.Controls.StackPanel)(target));
                return;

            case 2:
                this.Veh_img = ((System.Windows.Controls.Image)(target));
                return;

            case 3:
                this.tyre_vehicle_numbers = ((System.Windows.Controls.ComboBox)(target));

            #line 23 "..\..\..\Tyre\Trailer_Tyre_Entry.xaml"
                this.tyre_vehicle_numbers.PreviewKeyDown += new System.Windows.Input.KeyEventHandler(this.Tyre_Vehicle_Number_PreviewKeydown);

            #line default
            #line hidden

            #line 23 "..\..\..\Tyre\Trailer_Tyre_Entry.xaml"
                this.tyre_vehicle_numbers.GotFocus += new System.Windows.RoutedEventHandler(this.tyre_vehicle_number_GotFocus);

            #line default
            #line hidden

            #line 23 "..\..\..\Tyre\Trailer_Tyre_Entry.xaml"
                this.tyre_vehicle_numbers.KeyDown += new System.Windows.Input.KeyEventHandler(this.tyre_vehicle_numbers_KeyDown);

            #line default
            #line hidden
                return;

            case 4:

            #line 32 "..\..\..\Tyre\Trailer_Tyre_Entry.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.View_Click);

            #line default
            #line hidden
                return;

            case 5:
                this.but1 = ((System.Windows.Controls.Button)(target));

            #line 40 "..\..\..\Tyre\Trailer_Tyre_Entry.xaml"
                this.but1.Click += new System.Windows.RoutedEventHandler(this.tank_back_left_outer_clicked);

            #line default
            #line hidden
                return;

            case 6:
                this.but19 = ((System.Windows.Controls.Button)(target));

            #line 51 "..\..\..\Tyre\Trailer_Tyre_Entry.xaml"
                this.but19.Click += new System.Windows.RoutedEventHandler(this.tank_back1_left_outer_clicked);

            #line default
            #line hidden
                return;

            case 7:
                this.but2 = ((System.Windows.Controls.Button)(target));

            #line 62 "..\..\..\Tyre\Trailer_Tyre_Entry.xaml"
                this.but2.Click += new System.Windows.RoutedEventHandler(this.tank_back_left_inner_clicked);

            #line default
            #line hidden
                return;

            case 8:
                this.but20 = ((System.Windows.Controls.Button)(target));

            #line 73 "..\..\..\Tyre\Trailer_Tyre_Entry.xaml"
                this.but20.Click += new System.Windows.RoutedEventHandler(this.tank_back2_left_outer_clicked);

            #line default
            #line hidden
                return;

            case 9:
                this.but3 = ((System.Windows.Controls.Button)(target));

            #line 84 "..\..\..\Tyre\Trailer_Tyre_Entry.xaml"
                this.but3.Click += new System.Windows.RoutedEventHandler(this.tank_front_left_outer_clicked);

            #line default
            #line hidden
                return;

            case 10:
                this.but4 = ((System.Windows.Controls.Button)(target));

            #line 95 "..\..\..\Tyre\Trailer_Tyre_Entry.xaml"
                this.but4.Click += new System.Windows.RoutedEventHandler(this.zeep_back_left_outer_clicked);

            #line default
            #line hidden
                return;

            case 11:
                this.but5 = ((System.Windows.Controls.Button)(target));

            #line 106 "..\..\..\Tyre\Trailer_Tyre_Entry.xaml"
                this.but5.Click += new System.Windows.RoutedEventHandler(this.tank_front_left_inner_clicked);

            #line default
            #line hidden
                return;

            case 12:
                this.but6 = ((System.Windows.Controls.Button)(target));

            #line 117 "..\..\..\Tyre\Trailer_Tyre_Entry.xaml"
                this.but6.Click += new System.Windows.RoutedEventHandler(this.zeep_back_left_inner_clicked);

            #line default
            #line hidden
                return;

            case 13:
                this.but7 = ((System.Windows.Controls.Button)(target));

            #line 128 "..\..\..\Tyre\Trailer_Tyre_Entry.xaml"
                this.but7.Click += new System.Windows.RoutedEventHandler(this.zeep_center_left_outer_clicked);

            #line default
            #line hidden
                return;

            case 14:
                this.but8 = ((System.Windows.Controls.Button)(target));

            #line 139 "..\..\..\Tyre\Trailer_Tyre_Entry.xaml"
                this.but8.Click += new System.Windows.RoutedEventHandler(this.zeep_center_left_inner_clicked);

            #line default
            #line hidden
                return;

            case 15:
                this.but9 = ((System.Windows.Controls.Button)(target));

            #line 150 "..\..\..\Tyre\Trailer_Tyre_Entry.xaml"
                this.but9.Click += new System.Windows.RoutedEventHandler(this.zeep_front_left_clicked);

            #line default
            #line hidden
                return;

            case 16:
                this.but10 = ((System.Windows.Controls.Button)(target));

            #line 161 "..\..\..\Tyre\Trailer_Tyre_Entry.xaml"
                this.but10.Click += new System.Windows.RoutedEventHandler(this.tank_back_right_outer_clicked);

            #line default
            #line hidden
                return;

            case 17:
                this.but21 = ((System.Windows.Controls.Button)(target));

            #line 172 "..\..\..\Tyre\Trailer_Tyre_Entry.xaml"
                this.but21.Click += new System.Windows.RoutedEventHandler(this.tank_back3_left_outer_clicked);

            #line default
            #line hidden
                return;

            case 18:
                this.but11 = ((System.Windows.Controls.Button)(target));

            #line 183 "..\..\..\Tyre\Trailer_Tyre_Entry.xaml"
                this.but11.Click += new System.Windows.RoutedEventHandler(this.tank_back_right_inner_clicked);

            #line default
            #line hidden
                return;

            case 19:
                this.bu22 = ((System.Windows.Controls.Button)(target));

            #line 194 "..\..\..\Tyre\Trailer_Tyre_Entry.xaml"
                this.bu22.Click += new System.Windows.RoutedEventHandler(this.tank_back4_left_outer_clicked);

            #line default
            #line hidden
                return;

            case 20:
                this.but12 = ((System.Windows.Controls.Button)(target));

            #line 205 "..\..\..\Tyre\Trailer_Tyre_Entry.xaml"
                this.but12.Click += new System.Windows.RoutedEventHandler(this.tank_front_right_inner_clicked);

            #line default
            #line hidden
                return;

            case 21:
                this.but13 = ((System.Windows.Controls.Button)(target));

            #line 216 "..\..\..\Tyre\Trailer_Tyre_Entry.xaml"
                this.but13.Click += new System.Windows.RoutedEventHandler(this.tank_front_right_outer_clicked);

            #line default
            #line hidden
                return;

            case 22:
                this.but14 = ((System.Windows.Controls.Button)(target));

            #line 227 "..\..\..\Tyre\Trailer_Tyre_Entry.xaml"
                this.but14.Click += new System.Windows.RoutedEventHandler(this.zeep_back_right_outer_clicked);

            #line default
            #line hidden
                return;

            case 23:
                this.but15 = ((System.Windows.Controls.Button)(target));

            #line 238 "..\..\..\Tyre\Trailer_Tyre_Entry.xaml"
                this.but15.Click += new System.Windows.RoutedEventHandler(this.zeep_back_right_inner_clicked);

            #line default
            #line hidden
                return;

            case 24:
                this.but16 = ((System.Windows.Controls.Button)(target));

            #line 249 "..\..\..\Tyre\Trailer_Tyre_Entry.xaml"
                this.but16.Click += new System.Windows.RoutedEventHandler(this.zeep_center_right_outer_clicked);

            #line default
            #line hidden
                return;

            case 25:
                this.but17 = ((System.Windows.Controls.Button)(target));

            #line 260 "..\..\..\Tyre\Trailer_Tyre_Entry.xaml"
                this.but17.Click += new System.Windows.RoutedEventHandler(this.zeep_center_right_inner_clicked);

            #line default
            #line hidden
                return;

            case 26:
                this.but18 = ((System.Windows.Controls.Button)(target));

            #line 272 "..\..\..\Tyre\Trailer_Tyre_Entry.xaml"
                this.but18.Click += new System.Windows.RoutedEventHandler(this.zeep_front_right);

            #line default
            #line hidden
                return;

            case 27:

            #line 286 "..\..\..\Tyre\Trailer_Tyre_Entry.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.tyre_print_panel_open);

            #line default
            #line hidden
                return;

            case 28:
                this.ad_img = ((System.Windows.Controls.Image)(target));
                return;

            case 29:
                this.ad_line = ((System.Windows.Controls.Label)(target));
                return;

            case 30:
                this.addtional = ((System.Windows.Controls.Button)(target));

            #line 296 "..\..\..\Tyre\Trailer_Tyre_Entry.xaml"
                this.addtional.Click += new System.Windows.RoutedEventHandler(this.stepny_clicked);

            #line default
            #line hidden
                return;

            case 31:
                this.tyre_view = ((System.Windows.Controls.StackPanel)(target));
                return;

            case 32:
                this.zl1 = ((System.Windows.Controls.Label)(target));
                return;

            case 33:
                this.zl2 = ((System.Windows.Controls.Label)(target));
                return;

            case 34:
                this.zl3 = ((System.Windows.Controls.Label)(target));
                return;

            case 35:
                this.zl4 = ((System.Windows.Controls.Label)(target));
                return;

            case 36:
                this.zl5 = ((System.Windows.Controls.Label)(target));
                return;

            case 37:
                this.zl6 = ((System.Windows.Controls.Label)(target));
                return;

            case 38:
                this.zl7 = ((System.Windows.Controls.Label)(target));
                return;

            case 39:
                this.zl8 = ((System.Windows.Controls.Label)(target));
                return;

            case 40:
                this.zl9 = ((System.Windows.Controls.Label)(target));
                return;

            case 41:
                this.zl10 = ((System.Windows.Controls.Label)(target));
                return;

            case 42:
                this.tl1 = ((System.Windows.Controls.Label)(target));
                return;

            case 43:
                this.tl2 = ((System.Windows.Controls.Label)(target));
                return;

            case 44:
                this.tl3 = ((System.Windows.Controls.Label)(target));
                return;

            case 45:
                this.tl4 = ((System.Windows.Controls.Label)(target));
                return;

            case 46:
                this.tl5 = ((System.Windows.Controls.Label)(target));
                return;

            case 47:
                this.tl6 = ((System.Windows.Controls.Label)(target));
                return;

            case 48:
                this.tl7 = ((System.Windows.Controls.Label)(target));
                return;

            case 49:
                this.tl8 = ((System.Windows.Controls.Label)(target));
                return;

            case 50:
                this.tl9 = ((System.Windows.Controls.Label)(target));
                return;

            case 51:
                this.tl10 = ((System.Windows.Controls.Label)(target));
                return;

            case 52:
                this.tl11 = ((System.Windows.Controls.Label)(target));
                return;

            case 53:
                this.tl12 = ((System.Windows.Controls.Label)(target));
                return;

            case 54:
                this.zr1 = ((System.Windows.Controls.Label)(target));
                return;

            case 55:
                this.zr2 = ((System.Windows.Controls.Label)(target));
                return;

            case 56:
                this.zr3 = ((System.Windows.Controls.Label)(target));
                return;

            case 57:
                this.zr4 = ((System.Windows.Controls.Label)(target));
                return;

            case 58:
                this.zr5 = ((System.Windows.Controls.Label)(target));
                return;

            case 59:
                this.zr6 = ((System.Windows.Controls.Label)(target));
                return;

            case 60:
                this.zr7 = ((System.Windows.Controls.Label)(target));
                return;

            case 61:
                this.zr8 = ((System.Windows.Controls.Label)(target));
                return;

            case 62:
                this.zr9 = ((System.Windows.Controls.Label)(target));
                return;

            case 63:
                this.zr10 = ((System.Windows.Controls.Label)(target));
                return;

            case 64:
                this.tr1 = ((System.Windows.Controls.Label)(target));
                return;

            case 65:
                this.tr2 = ((System.Windows.Controls.Label)(target));
                return;

            case 66:
                this.tr3 = ((System.Windows.Controls.Label)(target));
                return;

            case 67:
                this.tr4 = ((System.Windows.Controls.Label)(target));
                return;

            case 68:
                this.tr5 = ((System.Windows.Controls.Label)(target));
                return;

            case 69:
                this.tr6 = ((System.Windows.Controls.Label)(target));
                return;

            case 70:
                this.tr7 = ((System.Windows.Controls.Label)(target));
                return;

            case 71:
                this.tr8 = ((System.Windows.Controls.Label)(target));
                return;

            case 72:
                this.tr9 = ((System.Windows.Controls.Label)(target));
                return;

            case 73:
                this.tr10 = ((System.Windows.Controls.Label)(target));
                return;

            case 74:
                this.tr11 = ((System.Windows.Controls.Label)(target));
                return;

            case 75:
                this.tr12 = ((System.Windows.Controls.Label)(target));
                return;

            case 76:
                this.adno = ((System.Windows.Controls.Label)(target));
                return;

            case 77:
                this.adkm = ((System.Windows.Controls.Label)(target));
                return;

            case 78:

            #line 357 "..\..\..\Tyre\Trailer_Tyre_Entry.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.View_Back_Click);

            #line default
            #line hidden
                return;

            case 79:
                this.tyre_print_panel = ((System.Windows.Controls.StackPanel)(target));
                return;

            case 80:

            #line 360 "..\..\..\Tyre\Trailer_Tyre_Entry.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Tyre_Report_Back_Click);

            #line default
            #line hidden
                return;

            case 81:
                this.Report_Viewer = ((Microsoft.Reporting.WinForms.ReportViewer)(target));
                return;
            }
            this._contentLoaded = true;
        }
Example #22
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     
     #line 7 "..\..\RadniNalog.xaml"
     ((AutoServis.RadniNalog)(target)).Loaded += new System.Windows.RoutedEventHandler(this.PageFunction_Loaded);
     
     #line default
     #line hidden
     return;
     case 2:
     
     #line 10 "..\..\RadniNalog.xaml"
     ((System.Windows.Controls.TabControl)(target)).SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.TabControl_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 3:
     this.tabItemPretraga = ((System.Windows.Controls.TabItem)(target));
     return;
     case 4:
     this.radioButtonFizickoLice = ((System.Windows.Controls.RadioButton)(target));
     
     #line 44 "..\..\RadniNalog.xaml"
     this.radioButtonFizickoLice.Click += new System.Windows.RoutedEventHandler(this.radioButton_Click);
     
     #line default
     #line hidden
     return;
     case 5:
     this.radioButtonPravnoLice = ((System.Windows.Controls.RadioButton)(target));
     
     #line 45 "..\..\RadniNalog.xaml"
     this.radioButtonPravnoLice.Click += new System.Windows.RoutedEventHandler(this.radioButton_Click);
     
     #line default
     #line hidden
     return;
     case 6:
     this.radioButtonPretragaPartner = ((System.Windows.Controls.RadioButton)(target));
     
     #line 51 "..\..\RadniNalog.xaml"
     this.radioButtonPretragaPartner.Click += new System.Windows.RoutedEventHandler(this.radioButton_Click);
     
     #line default
     #line hidden
     return;
     case 7:
     this.gridPretragaFizickoLice = ((System.Windows.Controls.Grid)(target));
     return;
     case 8:
     this.textBoxFizickoLicePretraga = ((System.Windows.Controls.TextBox)(target));
     return;
     case 9:
     this.buttonPretragaFizickoLice = ((System.Windows.Controls.Button)(target));
     
     #line 73 "..\..\RadniNalog.xaml"
     this.buttonPretragaFizickoLice.Click += new System.Windows.RoutedEventHandler(this.buttonPretragaFizickoLice_Click);
     
     #line default
     #line hidden
     return;
     case 10:
     this.gridPretragaPoslovniPartner = ((System.Windows.Controls.Grid)(target));
     return;
     case 11:
     this.textBoxPoslovniPartnerPretraga = ((System.Windows.Controls.TextBox)(target));
     return;
     case 12:
     this.buttonPretragaPoslovniPartner = ((System.Windows.Controls.Button)(target));
     
     #line 88 "..\..\RadniNalog.xaml"
     this.buttonPretragaPoslovniPartner.Click += new System.Windows.RoutedEventHandler(this.buttonPretragaPoslovniPartner_Click);
     
     #line default
     #line hidden
     return;
     case 13:
     this.radioButtonPretragaID = ((System.Windows.Controls.RadioButton)(target));
     
     #line 93 "..\..\RadniNalog.xaml"
     this.radioButtonPretragaID.Click += new System.Windows.RoutedEventHandler(this.radioButton_Click);
     
     #line default
     #line hidden
     return;
     case 14:
     this.textBoxPretragaID = ((System.Windows.Controls.TextBox)(target));
     return;
     case 15:
     this.buttonNadji = ((System.Windows.Controls.Button)(target));
     
     #line 97 "..\..\RadniNalog.xaml"
     this.buttonNadji.Click += new System.Windows.RoutedEventHandler(this.buttonNadji_Click);
     
     #line default
     #line hidden
     return;
     case 16:
     this.listBoxZaglavljeLista = ((System.Windows.Controls.ListBox)(target));
     
     #line 105 "..\..\RadniNalog.xaml"
     this.listBoxZaglavljeLista.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.listBoxZaglavljeLista_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 17:
     this.tabItemZaglavlje = ((System.Windows.Controls.TabItem)(target));
     return;
     case 18:
     this.gridZaglavlje = ((System.Windows.Controls.Grid)(target));
     return;
     case 19:
     this.textBoxZaglavljeID = ((System.Windows.Controls.TextBox)(target));
     return;
     case 20:
     this.gridServisnaKnjizica = ((System.Windows.Controls.Grid)(target));
     return;
     case 21:
     this.textBoxServisnaKnjizica = ((System.Windows.Controls.TextBox)(target));
     return;
     case 22:
     this.textBoxServisnaKnjizicaPartner = ((System.Windows.Controls.TextBox)(target));
     return;
     case 23:
     this.textBoxServisnaKnjizicaTipAutomobila = ((System.Windows.Controls.TextBox)(target));
     return;
     case 24:
     this.buttonServisnaKnjizica = ((System.Windows.Controls.Button)(target));
     
     #line 266 "..\..\RadniNalog.xaml"
     this.buttonServisnaKnjizica.Click += new System.Windows.RoutedEventHandler(this.buttonServisnaKnjizica_Click);
     
     #line default
     #line hidden
     return;
     case 25:
     this.textBoxDatumDokumenta = ((System.Windows.Controls.TextBox)(target));
     return;
     case 26:
     this.textBoxPotrebnoVreme = ((System.Windows.Controls.TextBox)(target));
     return;
     case 27:
     this.textBoxKilometraza = ((System.Windows.Controls.TextBox)(target));
     return;
     case 28:
     this.textBoxRegistarskiBroj = ((System.Windows.Controls.TextBox)(target));
     return;
     case 29:
     this.textBoxDatumRegistracije = ((System.Windows.Controls.TextBox)(target));
     return;
     case 30:
     this.textBoxNapomena = ((System.Windows.Controls.TextBox)(target));
     return;
     case 31:
     this.buttonUnesiZaglavlje = ((System.Windows.Controls.Button)(target));
     
     #line 351 "..\..\RadniNalog.xaml"
     this.buttonUnesiZaglavlje.Click += new System.Windows.RoutedEventHandler(this.buttonUnesiZaglavlje_Click);
     
     #line default
     #line hidden
     return;
     case 32:
     this.buttonIzmeniZaglavlje = ((System.Windows.Controls.Button)(target));
     
     #line 352 "..\..\RadniNalog.xaml"
     this.buttonIzmeniZaglavlje.Click += new System.Windows.RoutedEventHandler(this.buttonIzmeniZaglavlje_Click);
     
     #line default
     #line hidden
     return;
     case 33:
     this.buttonPotvrdiZaglavlje = ((System.Windows.Controls.Button)(target));
     
     #line 353 "..\..\RadniNalog.xaml"
     this.buttonPotvrdiZaglavlje.Click += new System.Windows.RoutedEventHandler(this.buttonPotvrdiZaglavlje_Click);
     
     #line default
     #line hidden
     return;
     case 34:
     this.buttonOdustaniZaglavlje = ((System.Windows.Controls.Button)(target));
     
     #line 354 "..\..\RadniNalog.xaml"
     this.buttonOdustaniZaglavlje.Click += new System.Windows.RoutedEventHandler(this.buttonOdustaniZaglavlje_Click);
     
     #line default
     #line hidden
     return;
     case 35:
     this.buttonObrisiZaglavlje = ((System.Windows.Controls.Button)(target));
     
     #line 355 "..\..\RadniNalog.xaml"
     this.buttonObrisiZaglavlje.Click += new System.Windows.RoutedEventHandler(this.buttonObrisiZaglavlje_Click);
     
     #line default
     #line hidden
     return;
     case 36:
     this.buttonOsveziZaglavlje = ((System.Windows.Controls.Button)(target));
     
     #line 356 "..\..\RadniNalog.xaml"
     this.buttonOsveziZaglavlje.Click += new System.Windows.RoutedEventHandler(this.buttonOsveziZaglavlje_Click);
     
     #line default
     #line hidden
     return;
     case 37:
     this.tabItemStavke = ((System.Windows.Controls.TabItem)(target));
     return;
     case 38:
     this.gridStavke = ((System.Windows.Controls.Grid)(target));
     return;
     case 39:
     this.listBoxStavkaUslugaLista = ((System.Windows.Controls.ListBox)(target));
     
     #line 373 "..\..\RadniNalog.xaml"
     this.listBoxStavkaUslugaLista.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.listBoxStavkaUslugaLista_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 40:
     this.gridStavkaDetaljno = ((System.Windows.Controls.Grid)(target));
     return;
     case 41:
     this.gridUslugaArtikal = ((System.Windows.Controls.Grid)(target));
     return;
     case 42:
     this.textBoxStavkaUslugaID = ((System.Windows.Controls.TextBox)(target));
     return;
     case 43:
     this.gridUsluga = ((System.Windows.Controls.Grid)(target));
     return;
     case 44:
     this.textBoxUsluga = ((System.Windows.Controls.TextBox)(target));
     return;
     case 45:
     this.textBoxUslugaNosilacGrupe = ((System.Windows.Controls.TextBox)(target));
     return;
     case 46:
     this.textBoxUslugaNivo = ((System.Windows.Controls.TextBox)(target));
     return;
     case 47:
     this.buttonUsluga = ((System.Windows.Controls.Button)(target));
     
     #line 511 "..\..\RadniNalog.xaml"
     this.buttonUsluga.Click += new System.Windows.RoutedEventHandler(this.buttonUsluga_Click);
     
     #line default
     #line hidden
     return;
     case 48:
     this.buttonRadniRaspored = ((System.Windows.Controls.Button)(target));
     
     #line 513 "..\..\RadniNalog.xaml"
     this.buttonRadniRaspored.Click += new System.Windows.RoutedEventHandler(this.buttonRadniRaspored_Click);
     
     #line default
     #line hidden
     return;
     case 49:
     this.textBoxUslugaCenaBezPoreza = ((System.Windows.Controls.TextBox)(target));
     return;
     case 50:
     this.comboBoxUslugaPoreskaStopaLista = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 51:
     this.textBoxUslugaKolicina = ((System.Windows.Controls.TextBox)(target));
     return;
     case 52:
     this.gridStavkaDetaljnoArtikal = ((System.Windows.Controls.Grid)(target));
     return;
     case 53:
     this.listBoxStavkaArtikalLista = ((System.Windows.Controls.ListBox)(target));
     return;
     case 61:
     this.buttonDodajArtikal = ((System.Windows.Controls.Button)(target));
     
     #line 706 "..\..\RadniNalog.xaml"
     this.buttonDodajArtikal.Click += new System.Windows.RoutedEventHandler(this.buttonDodajArtikal_Click);
     
     #line default
     #line hidden
     return;
     case 62:
     this.buttonObrisiArtikal = ((System.Windows.Controls.Button)(target));
     
     #line 707 "..\..\RadniNalog.xaml"
     this.buttonObrisiArtikal.Click += new System.Windows.RoutedEventHandler(this.buttonObrisiArtikal_Click);
     
     #line default
     #line hidden
     return;
     case 63:
     this.buttonUnesiStavka = ((System.Windows.Controls.Button)(target));
     
     #line 714 "..\..\RadniNalog.xaml"
     this.buttonUnesiStavka.Click += new System.Windows.RoutedEventHandler(this.buttonUnesiStavka_Click);
     
     #line default
     #line hidden
     return;
     case 64:
     this.buttonIzmeniStavka = ((System.Windows.Controls.Button)(target));
     
     #line 715 "..\..\RadniNalog.xaml"
     this.buttonIzmeniStavka.Click += new System.Windows.RoutedEventHandler(this.buttonIzmeniStavka_Click);
     
     #line default
     #line hidden
     return;
     case 65:
     this.buttonPotvrdiStavka = ((System.Windows.Controls.Button)(target));
     
     #line 716 "..\..\RadniNalog.xaml"
     this.buttonPotvrdiStavka.Click += new System.Windows.RoutedEventHandler(this.buttonPotvrdiStavka_Click);
     
     #line default
     #line hidden
     return;
     case 66:
     this.buttonOdustaniStavka = ((System.Windows.Controls.Button)(target));
     
     #line 717 "..\..\RadniNalog.xaml"
     this.buttonOdustaniStavka.Click += new System.Windows.RoutedEventHandler(this.buttonOdustaniStavka_Click);
     
     #line default
     #line hidden
     return;
     case 67:
     this.buttonObrisiStavka = ((System.Windows.Controls.Button)(target));
     
     #line 718 "..\..\RadniNalog.xaml"
     this.buttonObrisiStavka.Click += new System.Windows.RoutedEventHandler(this.buttonObrisiStavka_Click);
     
     #line default
     #line hidden
     return;
     case 68:
     this.buttonOsveziStavka = ((System.Windows.Controls.Button)(target));
     
     #line 719 "..\..\RadniNalog.xaml"
     this.buttonOsveziStavka.Click += new System.Windows.RoutedEventHandler(this.buttonOsveziStavka_Click);
     
     #line default
     #line hidden
     return;
     case 69:
     this.tabItemStampa = ((System.Windows.Controls.TabItem)(target));
     return;
     case 70:
     this.reportViewerPonuda = ((Microsoft.Reporting.WinForms.ReportViewer)(target));
     return;
     }
     this._contentLoaded = true;
 }
Example #23
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.datePickerDatumOd = ((System.Windows.Controls.DatePicker)(target));
     return;
     case 2:
     this.datePickerDatumDo = ((System.Windows.Controls.DatePicker)(target));
     return;
     case 3:
     this.comboBoxSortirajPo = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 4:
     this.checkBoxVeceOdNule = ((System.Windows.Controls.CheckBox)(target));
     return;
     case 5:
     this.buttonPrikazi = ((System.Windows.Controls.Button)(target));
     
     #line 40 "..\..\..\Izvestaji\BrojIzdatihPonuda.xaml"
     this.buttonPrikazi.Click += new System.Windows.RoutedEventHandler(this.buttonPrikazi_Click);
     
     #line default
     #line hidden
     return;
     case 6:
     this.reportViewerIzvestaj = ((Microsoft.Reporting.WinForms.ReportViewer)(target));
     return;
     }
     this._contentLoaded = true;
 }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 6 "..\..\..\MainReportes.xaml"
                ((Reportes.MainWindow)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);

            #line default
            #line hidden

            #line 6 "..\..\..\MainReportes.xaml"
                ((Reportes.MainWindow)(target)).Closing += new System.ComponentModel.CancelEventHandler(this.Window_Closing);

            #line default
            #line hidden
                return;

            case 2:
                this.grid1 = ((System.Windows.Controls.Grid)(target));
                return;

            case 3:
                this.windowsFormsHost1 = ((System.Windows.Forms.Integration.WindowsFormsHost)(target));
                return;

            case 4:
                this.RwReportes = ((Microsoft.Reporting.WinForms.ReportViewer)(target));
                return;

            case 5:
                this.dtp_fecha1 = ((System.Windows.Controls.DatePicker)(target));
                return;

            case 6:
                this.btn_GenerarReporte = ((System.Windows.Controls.Button)(target));

            #line 17 "..\..\..\MainReportes.xaml"
                this.btn_GenerarReporte.Click += new System.Windows.RoutedEventHandler(this.btn_GenerarReporte_Click);

            #line default
            #line hidden
                return;

            case 7:
                this.label1 = ((System.Windows.Controls.Label)(target));
                return;

            case 8:
                this.label3 = ((System.Windows.Controls.Label)(target));
                return;

            case 9:
                this.label4 = ((System.Windows.Controls.Label)(target));
                return;

            case 10:
                this.btnSalir = ((System.Windows.Controls.Button)(target));

            #line 26 "..\..\..\MainReportes.xaml"
                this.btnSalir.Click += new System.Windows.RoutedEventHandler(this.btnSalir_Click);

            #line default
            #line hidden
                return;

            case 11:
                this.label6 = ((System.Windows.Controls.Label)(target));
                return;

            case 12:
                this.cbx_Empresa = ((System.Windows.Controls.ComboBox)(target));

            #line 32 "..\..\..\MainReportes.xaml"
                this.cbx_Empresa.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.cbx_Empresa_SelectionChanged);

            #line default
            #line hidden

            #line 32 "..\..\..\MainReportes.xaml"
                this.cbx_Empresa.MouseLeave += new System.Windows.Input.MouseEventHandler(this.cbx_Empresa_MouseLeave);

            #line default
            #line hidden

            #line 32 "..\..\..\MainReportes.xaml"
                this.cbx_Empresa.DropDownClosed += new System.EventHandler(this.cbx_Empresa_DropDownClosed);

            #line default
            #line hidden
                return;

            case 13:
                this.label8 = ((System.Windows.Controls.Label)(target));
                return;

            case 14:
                this.chkTelefonos = ((System.Windows.Controls.CheckBox)(target));
                return;

            case 15:
                this.txtObservacion = ((System.Windows.Controls.TextBox)(target));
                return;

            case 16:
                this.label8_Copy = ((System.Windows.Controls.Label)(target));
                return;
            }
            this._contentLoaded = true;
        }
Example #25
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.btnYazdir = ((System.Windows.Controls.Button)(target));

            #line 12 "..\..\MainWindow.xaml"
                this.btnYazdir.Click += new System.Windows.RoutedEventHandler(this.btnYazdir_Click);

            #line default
            #line hidden
                return;

            case 2:
                this.scan_twain = ((System.Windows.Controls.Button)(target));

            #line 17 "..\..\MainWindow.xaml"
                this.scan_twain.Click += new System.Windows.RoutedEventHandler(this.scan_twain_Click);

            #line default
            #line hidden
                return;

            case 3:
                this.image1 = ((System.Windows.Controls.Image)(target));
                return;

            case 4:
                this.lblMusteriBilgiFormu = ((System.Windows.Controls.Label)(target));
                return;

            case 5:
                this.image2 = ((System.Windows.Controls.Image)(target));
                return;

            case 6:
                this.label = ((System.Windows.Controls.Label)(target));
                return;

            case 7:
                this.label_Copy = ((System.Windows.Controls.Label)(target));
                return;

            case 8:
                this.label_Copy1 = ((System.Windows.Controls.Label)(target));
                return;

            case 9:
                this.label_Copy2 = ((System.Windows.Controls.Label)(target));
                return;

            case 10:
                this.label_Copy3 = ((System.Windows.Controls.Label)(target));
                return;

            case 11:
                this.txtTarih = ((System.Windows.Controls.TextBox)(target));
                return;

            case 12:
                this.txtFisNo = ((System.Windows.Controls.TextBox)(target));
                return;

            case 13:
                this.txKayitNo = ((System.Windows.Controls.TextBox)(target));
                return;

            case 14:
                this.txTelefon = ((Xceed.Wpf.Toolkit.MaskedTextBox)(target));
                return;

            case 15:
                this.tbAdres = ((System.Windows.Controls.TextBox)(target));
                return;

            case 16:
                this.reportViewer = ((Microsoft.Reporting.WinForms.ReportViewer)(target));
                return;
            }
            this._contentLoaded = true;
        }
Example #26
0
 public IndividualStudentReport(Microsoft.Reporting.WinForms.ReportViewer reportViewer, object objectType) : base(reportViewer, objectType)
 {
 }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.tripload = ((System.Windows.Controls.RadioButton)(target));

            #line 24 "..\..\..\Load\Load_Trailer_Trip_View.xaml"
                this.tripload.Checked += new System.Windows.RoutedEventHandler(this.tripload_Checked);

            #line default
            #line hidden
                return;

            case 2:
                this.tripunload = ((System.Windows.Controls.RadioButton)(target));

            #line 25 "..\..\..\Load\Load_Trailer_Trip_View.xaml"
                this.tripunload.Checked += new System.Windows.RoutedEventHandler(this.tripunload_Checked);

            #line default
            #line hidden
                return;

            case 3:
                this.tripclose = ((System.Windows.Controls.RadioButton)(target));

            #line 26 "..\..\..\Load\Load_Trailer_Trip_View.xaml"
                this.tripclose.Checked += new System.Windows.RoutedEventHandler(this.tripclose_Checked);

            #line default
            #line hidden
                return;

            case 4:
                this.vehicleno = ((System.Windows.Controls.Label)(target));
                return;

            case 5:
                this.vhlno = ((System.Windows.Controls.ComboBox)(target));

            #line 28 "..\..\..\Load\Load_Trailer_Trip_View.xaml"
                this.vhlno.GotFocus += new System.Windows.RoutedEventHandler(this.vhlno_GotFocus);

            #line default
            #line hidden
                return;

            case 6:
                this.tripno = ((System.Windows.Controls.Label)(target));
                return;

            case 7:
                this.tripnum = ((System.Windows.Controls.ComboBox)(target));

            #line 30 "..\..\..\Load\Load_Trailer_Trip_View.xaml"
                this.tripnum.GotFocus += new System.Windows.RoutedEventHandler(this.tripnum_GotFocus);

            #line default
            #line hidden
                return;

            case 8:
                this.fromdate = ((System.Windows.Controls.Label)(target));
                return;

            case 9:
                this.startdate = ((System.Windows.Controls.DatePicker)(target));
                return;

            case 10:
                this.todate = ((System.Windows.Controls.Label)(target));
                return;

            case 11:
                this.enddate = ((System.Windows.Controls.DatePicker)(target));
                return;

            case 12:
                this.show = ((System.Windows.Controls.Button)(target));

            #line 35 "..\..\..\Load\Load_Trailer_Trip_View.xaml"
                this.show.Click += new System.Windows.RoutedEventHandler(this.show_Click);

            #line default
            #line hidden
                return;

            case 13:
                this.host = ((System.Windows.Forms.Integration.WindowsFormsHost)(target));
                return;

            case 14:
                this.ReportViewer = ((Microsoft.Reporting.WinForms.ReportViewer)(target));
                return;
            }
            this._contentLoaded = true;
        }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     
     #line 5 "..\..\..\..\Views\AssemblyReportIncentives.xaml"
     ((SewingIncentives.Views.AssemblyReportIncentives)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);
     
     #line default
     #line hidden
     return;
     case 2:
     this.cbArea = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 3:
     this.Old = ((System.Windows.Controls.ComboBoxItem)(target));
     return;
     case 4:
     this.New = ((System.Windows.Controls.ComboBoxItem)(target));
     return;
     case 5:
     this.cbYear = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 6:
     this.cbMonth = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 7:
     this.btnViewReport = ((System.Windows.Controls.Button)(target));
     
     #line 23 "..\..\..\..\Views\AssemblyReportIncentives.xaml"
     this.btnViewReport.Click += new System.Windows.RoutedEventHandler(this.btnViewReport_Click);
     
     #line default
     #line hidden
     return;
     case 8:
     this.btnSpecialIncentive = ((System.Windows.Controls.Button)(target));
     
     #line 24 "..\..\..\..\Views\AssemblyReportIncentives.xaml"
     this.btnSpecialIncentive.Click += new System.Windows.RoutedEventHandler(this.btnSpecialIncentive_Click);
     
     #line default
     #line hidden
     return;
     case 9:
     this.wfhAreaIncentive = ((System.Windows.Forms.Integration.WindowsFormsHost)(target));
     return;
     case 10:
     this.reportViewer = ((Microsoft.Reporting.WinForms.ReportViewer)(target));
     return;
     case 11:
     this.gridSpecialIncentive = ((System.Windows.Controls.Grid)(target));
     return;
     case 12:
     this.dgSpecialIncentive = ((System.Windows.Controls.DataGrid)(target));
     return;
     case 13:
     this.btnCalculate = ((System.Windows.Controls.Button)(target));
     
     #line 50 "..\..\..\..\Views\AssemblyReportIncentives.xaml"
     this.btnCalculate.Click += new System.Windows.RoutedEventHandler(this.btnCalculate_Click);
     
     #line default
     #line hidden
     return;
     case 14:
     this.btnPrintReport = ((System.Windows.Controls.Button)(target));
     
     #line 51 "..\..\..\..\Views\AssemblyReportIncentives.xaml"
     this.btnPrintReport.Click += new System.Windows.RoutedEventHandler(this.btnPrintReport_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 9 "..\..\cotizacion.xaml"
                ((Reservas.cotizacion)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Page_Loaded);

            #line default
            #line hidden
                return;

            case 2:
                this.TabPrimario = ((System.Windows.Controls.TabControl)(target));
                return;

            case 3:
                this.txtNroReserva = ((System.Windows.Controls.TextBox)(target));

            #line 35 "..\..\cotizacion.xaml"
                this.txtNroReserva.KeyUp += new System.Windows.Input.KeyEventHandler(this.txtNroReserva_KeyUp);

            #line default
            #line hidden

            #line 35 "..\..\cotizacion.xaml"
                this.txtNroReserva.KeyDown += new System.Windows.Input.KeyEventHandler(this.txtNroReserva_KeyDown);

            #line default
            #line hidden

            #line 35 "..\..\cotizacion.xaml"
                this.txtNroReserva.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtNroReserva_TextChanged);

            #line default
            #line hidden
                return;

            case 4:
                this.txtCliente = ((System.Windows.Controls.TextBox)(target));

            #line 36 "..\..\cotizacion.xaml"
                this.txtCliente.KeyUp += new System.Windows.Input.KeyEventHandler(this.txtCliente_KeyUp);

            #line default
            #line hidden
                return;

            case 5:
                this.dtgReservas = ((System.Windows.Controls.DataGrid)(target));

            #line 37 "..\..\cotizacion.xaml"
                this.dtgReservas.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.dtgReservas_MouseDoubleClick);

            #line default
            #line hidden

            #line 37 "..\..\cotizacion.xaml"
                this.dtgReservas.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.dtgReservas_SelectionChanged);

            #line default
            #line hidden
                return;

            case 6:
                this.dpfecha = ((System.Windows.Controls.DatePicker)(target));

            #line 132 "..\..\cotizacion.xaml"
                this.dpfecha.SelectedDateChanged += new System.EventHandler <System.Windows.Controls.SelectionChangedEventArgs>(this.dpfecha_SelectedDateChanged);

            #line default
            #line hidden
                return;

            case 7:
                this.txtNroContrato = ((System.Windows.Controls.TextBox)(target));

            #line 134 "..\..\cotizacion.xaml"
                this.txtNroContrato.KeyUp += new System.Windows.Input.KeyEventHandler(this.txtNroContrato_KeyUp);

            #line default
            #line hidden

            #line 134 "..\..\cotizacion.xaml"
                this.txtNroContrato.KeyDown += new System.Windows.Input.KeyEventHandler(this.txtNroContrato_KeyDown);

            #line default
            #line hidden
                return;

            case 8:
                this._reportViewer = ((Microsoft.Reporting.WinForms.ReportViewer)(target));
                return;

            case 9:
                this.dpfin = ((System.Windows.Controls.DatePicker)(target));

            #line 139 "..\..\cotizacion.xaml"
                this.dpfin.SelectedDateChanged += new System.EventHandler <System.Windows.Controls.SelectionChangedEventArgs>(this.dpfin_SelectedDateChanged);

            #line default
            #line hidden
                return;

            case 10:
                this.tbconfirmacion = ((System.Windows.Controls.TabItem)(target));
                return;

            case 11:
                this.txtNroReserva1 = ((System.Windows.Controls.TextBox)(target));

            #line 148 "..\..\cotizacion.xaml"
                this.txtNroReserva1.KeyUp += new System.Windows.Input.KeyEventHandler(this.txtNroReserva1_KeyUp);

            #line default
            #line hidden

            #line 148 "..\..\cotizacion.xaml"
                this.txtNroReserva1.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtNroReserva1_TextChanged);

            #line default
            #line hidden

            #line 148 "..\..\cotizacion.xaml"
                this.txtNroReserva1.KeyDown += new System.Windows.Input.KeyEventHandler(this.txtNroReserva1_KeyDown);

            #line default
            #line hidden
                return;

            case 12:
                this.txtCliente1 = ((System.Windows.Controls.TextBox)(target));

            #line 149 "..\..\cotizacion.xaml"
                this.txtCliente1.KeyUp += new System.Windows.Input.KeyEventHandler(this.txtCliente1_KeyUp);

            #line default
            #line hidden
                return;

            case 13:
                this.dtgReservas1 = ((System.Windows.Controls.DataGrid)(target));

            #line 150 "..\..\cotizacion.xaml"
                this.dtgReservas1.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.dtgReservas1_MouseDoubleClick);

            #line default
            #line hidden

            #line 150 "..\..\cotizacion.xaml"
                this.dtgReservas1.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.dtgReservas1_SelectionChanged);

            #line default
            #line hidden
                return;

            case 14:
                this.dpfecha1 = ((System.Windows.Controls.DatePicker)(target));

            #line 244 "..\..\cotizacion.xaml"
                this.dpfecha1.SelectedDateChanged += new System.EventHandler <System.Windows.Controls.SelectionChangedEventArgs>(this.dpfecha1_SelectedDateChanged);

            #line default
            #line hidden
                return;

            case 15:
                this.txtNroContrato1 = ((System.Windows.Controls.TextBox)(target));

            #line 247 "..\..\cotizacion.xaml"
                this.txtNroContrato1.KeyUp += new System.Windows.Input.KeyEventHandler(this.txtNroContrato1_KeyUp);

            #line default
            #line hidden

            #line 247 "..\..\cotizacion.xaml"
                this.txtNroContrato1.KeyDown += new System.Windows.Input.KeyEventHandler(this.txtNroContrato1_KeyDown);

            #line default
            #line hidden
                return;

            case 16:
                this.TabGeneral = ((System.Windows.Controls.TabControl)(target));
                return;

            case 17:
                this.tbCB = ((System.Windows.Controls.TabItem)(target));
                return;

            case 18:
                this._reportViewer1 = ((Microsoft.Reporting.WinForms.ReportViewer)(target));
                return;

            case 19:
                this.btnImprimirCB = ((System.Windows.Controls.Button)(target));

            #line 260 "..\..\cotizacion.xaml"
                this.btnImprimirCB.Click += new System.Windows.RoutedEventHandler(this.btnImprimirCB_Click);

            #line default
            #line hidden
                return;

            case 20:
                this.tbID = ((System.Windows.Controls.TabItem)(target));
                return;

            case 21:
                this._ConfirmacionID = ((Microsoft.Reporting.WinForms.ReportViewer)(target));
                return;

            case 22:
                this.btnImprimirID = ((System.Windows.Controls.Button)(target));

            #line 268 "..\..\cotizacion.xaml"
                this.btnImprimirID.Click += new System.Windows.RoutedEventHandler(this.btnImprimirID_Click);

            #line default
            #line hidden
                return;

            case 23:
                this.tbIC = ((System.Windows.Controls.TabItem)(target));
                return;

            case 24:
                this._ConfirmacionIC = ((Microsoft.Reporting.WinForms.ReportViewer)(target));
                return;

            case 25:
                this.btnImprimirIC = ((System.Windows.Controls.Button)(target));

            #line 276 "..\..\cotizacion.xaml"
                this.btnImprimirIC.Click += new System.Windows.RoutedEventHandler(this.btnImprimirIC_Click);

            #line default
            #line hidden
                return;

            case 26:
                this.tbCPB = ((System.Windows.Controls.TabItem)(target));
                return;

            case 27:
                this._ConfirmacionPB = ((Microsoft.Reporting.WinForms.ReportViewer)(target));
                return;

            case 28:
                this.btnImprimirPB = ((System.Windows.Controls.Button)(target));

            #line 284 "..\..\cotizacion.xaml"
                this.btnImprimirPB.Click += new System.Windows.RoutedEventHandler(this.btnImprimirPB_Click);

            #line default
            #line hidden
                return;

            case 29:
                this.dpfin1 = ((System.Windows.Controls.DatePicker)(target));

            #line 289 "..\..\cotizacion.xaml"
                this.dpfin1.SelectedDateChanged += new System.EventHandler <System.Windows.Controls.SelectionChangedEventArgs>(this.dpfin1_SelectedDateChanged);

            #line default
            #line hidden
                return;

            case 30:
                this.lstCargos1 = ((System.Windows.Controls.ComboBox)(target));

            #line 298 "..\..\cotizacion.xaml"
                this.lstCargos1.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.lstCargos1_SelectionChanged);

            #line default
            #line hidden
                return;

            case 31:
                this.dpfechaPago = ((System.Windows.Controls.DatePicker)(target));

            #line 299 "..\..\cotizacion.xaml"
                this.dpfechaPago.SelectedDateChanged += new System.EventHandler <System.Windows.Controls.SelectionChangedEventArgs>(this.dpfechaPago_SelectedDateChanged);

            #line default
            #line hidden
                return;

            case 32:
                this.lstEstatus1 = ((System.Windows.Controls.ComboBox)(target));

            #line 302 "..\..\cotizacion.xaml"
                this.lstEstatus1.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.lstEstatus1_SelectionChanged);

            #line default
            #line hidden
                return;

            case 33:
                this.dtgPagos = ((System.Windows.Controls.DataGrid)(target));

            #line 303 "..\..\cotizacion.xaml"
                this.dtgPagos.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.dtgReservas_MouseDoubleClick);

            #line default
            #line hidden
                return;

            case 34:
                this.btnImprimir = ((System.Windows.Controls.Button)(target));

            #line 430 "..\..\cotizacion.xaml"
                this.btnImprimir.Click += new System.Windows.RoutedEventHandler(this.btnImprimir_Click);

            #line default
            #line hidden
                return;

            case 35:
                this.txtNroReservaCobros = ((System.Windows.Controls.TextBox)(target));

            #line 433 "..\..\cotizacion.xaml"
                this.txtNroReservaCobros.KeyUp += new System.Windows.Input.KeyEventHandler(this.txtNroReservaCobros_KeyUp);

            #line default
            #line hidden

            #line 433 "..\..\cotizacion.xaml"
                this.txtNroReservaCobros.KeyDown += new System.Windows.Input.KeyEventHandler(this.txtNroReservaCobros_KeyDown);

            #line default
            #line hidden
                return;

            case 36:
                this.txtNroContratoCobros = ((System.Windows.Controls.TextBox)(target));

            #line 434 "..\..\cotizacion.xaml"
                this.txtNroContratoCobros.KeyUp += new System.Windows.Input.KeyEventHandler(this.txtNroContratoCobros_KeyUp);

            #line default
            #line hidden

            #line 434 "..\..\cotizacion.xaml"
                this.txtNroContratoCobros.KeyDown += new System.Windows.Input.KeyEventHandler(this.txtNroContratoCobros_KeyDown);

            #line default
            #line hidden
                return;

            case 37:
                this.dpfechafinPago = ((System.Windows.Controls.DatePicker)(target));

            #line 436 "..\..\cotizacion.xaml"
                this.dpfechafinPago.SelectedDateChanged += new System.EventHandler <System.Windows.Controls.SelectionChangedEventArgs>(this.dpfechafinPago_SelectedDateChanged);

            #line default
            #line hidden
                return;

            case 38:
                this.lstEjecutivo = ((System.Windows.Controls.ComboBox)(target));

            #line 438 "..\..\cotizacion.xaml"
                this.lstEjecutivo.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.lstEjecutivo_SelectionChanged);

            #line default
            #line hidden
                return;

            case 39:
                this.lstHotel = ((System.Windows.Controls.ComboBox)(target));

            #line 440 "..\..\cotizacion.xaml"
                this.lstHotel.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.lstHotel_SelectionChanged);

            #line default
            #line hidden
                return;

            case 40:
                this.tbReporteReservas = ((System.Windows.Controls.TabItem)(target));

            #line 443 "..\..\cotizacion.xaml"
                this.tbReporteReservas.GotFocus += new System.Windows.RoutedEventHandler(this.tbReporteReservas_GotFocus);

            #line default
            #line hidden

            #line 443 "..\..\cotizacion.xaml"
                this.tbReporteReservas.Loaded += new System.Windows.RoutedEventHandler(this.tbReporteReservas_Loaded);

            #line default
            #line hidden
                return;

            case 41:
                this.txtNroReservaReporte = ((System.Windows.Controls.TextBox)(target));

            #line 449 "..\..\cotizacion.xaml"
                this.txtNroReservaReporte.KeyUp += new System.Windows.Input.KeyEventHandler(this.txtNroReservaReporte_KeyUp);

            #line default
            #line hidden

            #line 449 "..\..\cotizacion.xaml"
                this.txtNroReservaReporte.KeyDown += new System.Windows.Input.KeyEventHandler(this.txtNroReservaReporte_KeyDown);

            #line default
            #line hidden
                return;

            case 42:
                this.txtClienteReporte = ((System.Windows.Controls.TextBox)(target));

            #line 450 "..\..\cotizacion.xaml"
                this.txtClienteReporte.KeyUp += new System.Windows.Input.KeyEventHandler(this.txtClienteReporte_KeyUp);

            #line default
            #line hidden
                return;

            case 43:
                this.dtgReservasReporte = ((System.Windows.Controls.DataGrid)(target));

            #line 451 "..\..\cotizacion.xaml"
                this.dtgReservasReporte.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.dtgReservas_MouseDoubleClick);

            #line default
            #line hidden
                return;

            case 44:
                this.dpfechaReporte = ((System.Windows.Controls.DatePicker)(target));

            #line 568 "..\..\cotizacion.xaml"
                this.dpfechaReporte.SelectedDateChanged += new System.EventHandler <System.Windows.Controls.SelectionChangedEventArgs>(this.dpfechaReporte_SelectedDateChanged);

            #line default
            #line hidden
                return;

            case 45:
                this.txtNroContratoReporte = ((System.Windows.Controls.TextBox)(target));

            #line 570 "..\..\cotizacion.xaml"
                this.txtNroContratoReporte.KeyUp += new System.Windows.Input.KeyEventHandler(this.txtNroContratoReporte_KeyUp);

            #line default
            #line hidden

            #line 570 "..\..\cotizacion.xaml"
                this.txtNroContratoReporte.KeyDown += new System.Windows.Input.KeyEventHandler(this.txtNroContratoReporte_KeyDown);

            #line default
            #line hidden
                return;

            case 46:
                this.lstEstatus = ((System.Windows.Controls.ComboBox)(target));

            #line 573 "..\..\cotizacion.xaml"
                this.lstEstatus.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.lstEstatus_SelectionChanged);

            #line default
            #line hidden
                return;

            case 47:
                this.btnImprimirReservas = ((System.Windows.Controls.Button)(target));

            #line 574 "..\..\cotizacion.xaml"
                this.btnImprimirReservas.Click += new System.Windows.RoutedEventHandler(this.btnImprimirReservas_Click);

            #line default
            #line hidden
                return;

            case 48:
                this.dpfechaReportefin = ((System.Windows.Controls.DatePicker)(target));

            #line 576 "..\..\cotizacion.xaml"
                this.dpfechaReportefin.SelectedDateChanged += new System.EventHandler <System.Windows.Controls.SelectionChangedEventArgs>(this.dpfechaReportefin_SelectedDateChanged);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
Example #30
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 14 "..\..\MainWindow.xaml"
                ((PorjectDepartmentIT.MainWindow)(target)).Loaded += new System.Windows.RoutedEventHandler(this.AppWindow_Loaded);

            #line default
            #line hidden

            #line 14 "..\..\MainWindow.xaml"
                ((PorjectDepartmentIT.MainWindow)(target)).Closed += new System.EventHandler(this.AppWindow_Closed);

            #line default
            #line hidden
                return;

            case 2:
                this.myDataGrid = ((System.Windows.Controls.DataGrid)(target));

            #line 32 "..\..\MainWindow.xaml"
                this.myDataGrid.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.myDataGrid_SelectionChanged);

            #line default
            #line hidden
                return;

            case 3:
                this.comboBox = ((System.Windows.Controls.ComboBox)(target));

            #line 43 "..\..\MainWindow.xaml"
                this.comboBox.DropDownClosed += new System.EventHandler(this.comboBox_DropDownClosed);

            #line default
            #line hidden
                return;

            case 4:
                this.add_btn = ((System.Windows.Controls.Button)(target));

            #line 55 "..\..\MainWindow.xaml"
                this.add_btn.Click += new System.Windows.RoutedEventHandler(this.add_btn_Click);

            #line default
            #line hidden
                return;

            case 5:
                this.update_btn = ((System.Windows.Controls.Button)(target));

            #line 58 "..\..\MainWindow.xaml"
                this.update_btn.Click += new System.Windows.RoutedEventHandler(this.update_btn_Click);

            #line default
            #line hidden
                return;

            case 6:
                this.delete_btn = ((System.Windows.Controls.Button)(target));

            #line 63 "..\..\MainWindow.xaml"
                this.delete_btn.Click += new System.Windows.RoutedEventHandler(this.delete_btn_Click);

            #line default
            #line hidden
                return;

            case 7:
                this.Reset_btn = ((System.Windows.Controls.Button)(target));

            #line 66 "..\..\MainWindow.xaml"
                this.Reset_btn.Click += new System.Windows.RoutedEventHandler(this.Reset_btn_Click);

            #line default
            #line hidden
                return;

            case 8:
                this.lbl_attention = ((System.Windows.Controls.Label)(target));
                return;

            case 9:
                this.lbl_Colum1 = ((System.Windows.Controls.Label)(target));
                return;

            case 10:
                this.tb_Colum1 = ((System.Windows.Controls.TextBox)(target));
                return;

            case 11:
                this.lbl_Colum2 = ((System.Windows.Controls.Label)(target));
                return;

            case 12:
                this.tb_Colum2 = ((System.Windows.Controls.TextBox)(target));
                return;

            case 13:
                this.lbl_Colum3 = ((System.Windows.Controls.Label)(target));
                return;

            case 14:
                this.tb_Colum3 = ((System.Windows.Controls.TextBox)(target));
                return;

            case 15:
                this.lbl_Colum4 = ((System.Windows.Controls.Label)(target));
                return;

            case 16:
                this.tb_Colum4 = ((System.Windows.Controls.TextBox)(target));
                return;

            case 17:
                this.lbl_Colum5 = ((System.Windows.Controls.Label)(target));
                return;

            case 18:
                this.tb_Colum5 = ((System.Windows.Controls.TextBox)(target));
                return;

            case 19:
                this.user_Panel = ((System.Windows.Controls.StackPanel)(target));
                return;

            case 20:
                this.textBlock = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 21:
                this.u_lbl_Colum1 = ((System.Windows.Controls.Label)(target));
                return;

            case 22:
                this.u_tb_Colum1 = ((System.Windows.Controls.TextBox)(target));
                return;

            case 23:
                this.u_lbl_Colum2 = ((System.Windows.Controls.Label)(target));
                return;

            case 24:
                this.u_tb_Colum2 = ((System.Windows.Controls.TextBox)(target));
                return;

            case 25:
                this.u_lbl_Colum3 = ((System.Windows.Controls.Label)(target));
                return;

            case 26:
                this.u_tb_Colum3 = ((System.Windows.Controls.TextBox)(target));
                return;

            case 27:
                this.lbl_attention_user = ((System.Windows.Controls.Label)(target));
                return;

            case 28:
                this.u_add_btn = ((System.Windows.Controls.Button)(target));

            #line 106 "..\..\MainWindow.xaml"
                this.u_add_btn.Click += new System.Windows.RoutedEventHandler(this.us_add_btn_Click);

            #line default
            #line hidden
                return;

            case 29:
                this.u_reset_btn = ((System.Windows.Controls.Button)(target));

            #line 107 "..\..\MainWindow.xaml"
                this.u_reset_btn.Click += new System.Windows.RoutedEventHandler(this.us_Reset_btn_Click);

            #line default
            #line hidden
                return;

            case 30:
                this.lbl_name_user = ((System.Windows.Controls.Label)(target));
                return;

            case 31:
                this.lbl_Welcome = ((System.Windows.Controls.Label)(target));
                return;

            case 32:
                this.tb_id = ((System.Windows.Controls.TextBox)(target));
                return;

            case 33:
                this.lbl_connection = ((System.Windows.Controls.Label)(target));
                return;

            case 34:
                this._reportViewer1 = ((Microsoft.Reporting.WinForms.ReportViewer)(target));
                return;

            case 35:
                this._reportViewer2 = ((Microsoft.Reporting.WinForms.ReportViewer)(target));
                return;

            case 36:
                this._reportViewer = ((Microsoft.Reporting.WinForms.ReportViewer)(target));
                return;

            case 37:
                this.txt_fromData = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 38:
                this.DatePicker2 = ((System.Windows.Controls.DatePicker)(target));
                return;

            case 39:
                this.DatePicker1 = ((System.Windows.Controls.DatePicker)(target));
                return;

            case 40:
                this.txt_toData = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 41:
                this.btn_dataPick = ((System.Windows.Controls.Button)(target));

            #line 145 "..\..\MainWindow.xaml"
                this.btn_dataPick.Click += new System.Windows.RoutedEventHandler(this.btn_dataPick_Click);

            #line default
            #line hidden
                return;

            case 42:
                this.txt_triggerStatus = ((System.Windows.Controls.TextBox)(target));
                return;

            case 43:
                this.button = ((System.Windows.Controls.Button)(target));

            #line 147 "..\..\MainWindow.xaml"
                this.button.Click += new System.Windows.RoutedEventHandler(this.button_Click);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
Example #31
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     
     #line 6 "..\..\RadniNalogDetaljno.xaml"
     ((Servis.RadniNalogDetaljno)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);
     
     #line default
     #line hidden
     
     #line 6 "..\..\RadniNalogDetaljno.xaml"
     ((Servis.RadniNalogDetaljno)(target)).Closing += new System.ComponentModel.CancelEventHandler(this.Window_Closing);
     
     #line default
     #line hidden
     return;
     case 3:
     
     #line 23 "..\..\RadniNalogDetaljno.xaml"
     ((System.Windows.Controls.TabControl)(target)).SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.TabControl_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 4:
     this.tabItemDokument = ((System.Windows.Controls.TabItem)(target));
     return;
     case 5:
     this.gridRadniNalog = ((System.Windows.Controls.Grid)(target));
     return;
     case 6:
     this.textBoxID = ((System.Windows.Controls.TextBox)(target));
     return;
     case 7:
     this.gridServisnaKnjizica = ((System.Windows.Controls.Grid)(target));
     return;
     case 8:
     this.textBoxServisnaKnjizica = ((System.Windows.Controls.TextBox)(target));
     
     #line 68 "..\..\RadniNalogDetaljno.xaml"
     this.textBoxServisnaKnjizica.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.textBoxServisnaKnjizica_MouseDoubleClick);
     
     #line default
     #line hidden
     return;
     case 9:
     this.buttonServisnaKnjizica = ((System.Windows.Controls.Button)(target));
     
     #line 86 "..\..\RadniNalogDetaljno.xaml"
     this.buttonServisnaKnjizica.Click += new System.Windows.RoutedEventHandler(this.buttonServisnaKnjizica_Click);
     
     #line default
     #line hidden
     return;
     case 10:
     this.textBoxRadnik = ((System.Windows.Controls.TextBox)(target));
     return;
     case 11:
     this.textBoxVreme = ((System.Windows.Controls.TextBox)(target));
     return;
     case 12:
     this.textBoxNapomena = ((System.Windows.Controls.TextBox)(target));
     return;
     case 13:
     this.textBoxKilometraza = ((System.Windows.Controls.TextBox)(target));
     return;
     case 14:
     this.textBoxRegistarskiBroj = ((System.Windows.Controls.TextBox)(target));
     return;
     case 15:
     this.datePickerDatumRegistracije = ((System.Windows.Controls.DatePicker)(target));
     return;
     case 16:
     this.textBoxPredvidjenoVremeMinuta = ((System.Windows.Controls.TextBox)(target));
     return;
     case 17:
     this.buttonSacuvajINovi = ((System.Windows.Controls.Button)(target));
     
     #line 152 "..\..\RadniNalogDetaljno.xaml"
     this.buttonSacuvajINovi.Click += new System.Windows.RoutedEventHandler(this.buttonSacuvajINovi_Click);
     
     #line default
     #line hidden
     return;
     case 18:
     this.buttonSacuvaj = ((System.Windows.Controls.Button)(target));
     
     #line 153 "..\..\RadniNalogDetaljno.xaml"
     this.buttonSacuvaj.Click += new System.Windows.RoutedEventHandler(this.buttonSacuvaj_Click);
     
     #line default
     #line hidden
     return;
     case 19:
     this.buttonSacuvajIZatvori = ((System.Windows.Controls.Button)(target));
     
     #line 154 "..\..\RadniNalogDetaljno.xaml"
     this.buttonSacuvajIZatvori.Click += new System.Windows.RoutedEventHandler(this.buttonSacuvajIZatvori_Click);
     
     #line default
     #line hidden
     return;
     case 20:
     this.buttonRezervisiDelove = ((System.Windows.Controls.Button)(target));
     
     #line 155 "..\..\RadniNalogDetaljno.xaml"
     this.buttonRezervisiDelove.Click += new System.Windows.RoutedEventHandler(this.buttonRezervisiDelove_Click);
     
     #line default
     #line hidden
     return;
     case 21:
     this.buttonZakljucaj = ((System.Windows.Controls.Button)(target));
     
     #line 156 "..\..\RadniNalogDetaljno.xaml"
     this.buttonZakljucaj.Click += new System.Windows.RoutedEventHandler(this.buttonZakljucaj_Click);
     
     #line default
     #line hidden
     return;
     case 22:
     this.buttonDodajStavkaUsluga = ((System.Windows.Controls.Button)(target));
     
     #line 171 "..\..\RadniNalogDetaljno.xaml"
     this.buttonDodajStavkaUsluga.Click += new System.Windows.RoutedEventHandler(this.buttonDodajStavkaUsluga_Click);
     
     #line default
     #line hidden
     return;
     case 23:
     this.buttonIzmeniStavkaUsluga = ((System.Windows.Controls.Button)(target));
     
     #line 174 "..\..\RadniNalogDetaljno.xaml"
     this.buttonIzmeniStavkaUsluga.Click += new System.Windows.RoutedEventHandler(this.buttonIzmeniStavkaUsluga_Click);
     
     #line default
     #line hidden
     return;
     case 24:
     this.buttonObrisiStavkaUsluga = ((System.Windows.Controls.Button)(target));
     
     #line 177 "..\..\RadniNalogDetaljno.xaml"
     this.buttonObrisiStavkaUsluga.Click += new System.Windows.RoutedEventHandler(this.buttonObrisiStavkaUsluga_Click);
     
     #line default
     #line hidden
     return;
     case 25:
     this.buttonOsveziStavkaUsluga = ((System.Windows.Controls.Button)(target));
     
     #line 180 "..\..\RadniNalogDetaljno.xaml"
     this.buttonOsveziStavkaUsluga.Click += new System.Windows.RoutedEventHandler(this.buttonOsveziStavkaUsluga_Click);
     
     #line default
     #line hidden
     return;
     case 26:
     this.listViewStavkaUsluga = ((System.Windows.Controls.ListView)(target));
     
     #line 184 "..\..\RadniNalogDetaljno.xaml"
     this.listViewStavkaUsluga.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.listViewStavkaUsluga_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 27:
     this.buttonDodajStavkaArtikal = ((System.Windows.Controls.Button)(target));
     
     #line 403 "..\..\RadniNalogDetaljno.xaml"
     this.buttonDodajStavkaArtikal.Click += new System.Windows.RoutedEventHandler(this.buttonDodajStavkaArtikal_Click);
     
     #line default
     #line hidden
     return;
     case 28:
     this.buttonIzmeniStavkaArtikal = ((System.Windows.Controls.Button)(target));
     
     #line 406 "..\..\RadniNalogDetaljno.xaml"
     this.buttonIzmeniStavkaArtikal.Click += new System.Windows.RoutedEventHandler(this.buttonIzmeniStavkaArtikal_Click);
     
     #line default
     #line hidden
     return;
     case 29:
     this.buttonObrisiStavkaArtikal = ((System.Windows.Controls.Button)(target));
     
     #line 409 "..\..\RadniNalogDetaljno.xaml"
     this.buttonObrisiStavkaArtikal.Click += new System.Windows.RoutedEventHandler(this.buttonObrisiStavkaArtikal_Click);
     
     #line default
     #line hidden
     return;
     case 30:
     this.buttonOsveziStavkaArtikal = ((System.Windows.Controls.Button)(target));
     
     #line 412 "..\..\RadniNalogDetaljno.xaml"
     this.buttonOsveziStavkaArtikal.Click += new System.Windows.RoutedEventHandler(this.buttonOsveziStavkaArtikal_Click);
     
     #line default
     #line hidden
     return;
     case 31:
     this.listViewStavkaArtikal = ((System.Windows.Controls.ListView)(target));
     return;
     case 32:
     this.tabItemStampa = ((System.Windows.Controls.TabItem)(target));
     return;
     case 33:
     this.reportViewerRadniNalog = ((Microsoft.Reporting.WinForms.ReportViewer)(target));
     return;
     }
     this._contentLoaded = true;
 }
Example #32
0
        public void ScriviXMLperStampa(string fileSTAMPA, string[] valoriTestata)
        {
            XmlDocument xmlDoc = new XmlDocument();

            //File.AppendAllText(fileSTAMPA, "<?xml version=\"1.0\" ?>");

            using (StreamWriter outputFile = new StreamWriter(fileSTAMPA))
            {
                outputFile.WriteLine("<?xml version=\"1.0\" encoding=\"utf-8\"?>");
                outputFile.WriteLine("<Rows>");
                foreach (DataRow row in ds.Tables["DistintaBase"].Rows)
                {
                    outputFile.WriteLine("  <Row>");
                    outputFile.WriteLine("      <Data>" + DateTime.Now.ToString() + "</Data>");
                    outputFile.WriteLine("      <Cliente>" + valoriTestata[0] + "</Cliente>");
                    outputFile.WriteLine("      <DescrizioneCliente>" + (valoriTestata[13].ToString() == "<Descrizione cliente>" ? "" : valoriTestata[13].ToString().Replace("&", "&amp;").Replace("'", "&apos;").Replace("\"", "&quot;")) + "</DescrizioneCliente>");
                    outputFile.WriteLine("      <DistintaBase>" + valoriTestata[1] + "</DistintaBase>");
                    outputFile.WriteLine("      <DescrizioneDistintaBase>" + (valoriTestata[14].ToString() == "<Descrizione articolo>" ? "" : valoriTestata[14].ToString().Replace("&", "&amp;").Replace("'", "&apos;").Replace("\"", "&quot;")) + "</DescrizioneDistintaBase>");
                    outputFile.WriteLine("      <Quantita>" + valoriTestata[2] + "</Quantita>");
                    outputFile.WriteLine("      <PercentualeMateriaPrima>" + valoriTestata[3] + "</PercentualeMateriaPrima>");
                    outputFile.WriteLine("      <PercentualeLavorazioni>" + valoriTestata[4] + "</PercentualeLavorazioni>");
                    outputFile.WriteLine("      <Note>" + valoriTestata[7].ToString().Replace("&", "&amp;").Replace("'", "&apos;").Replace("\"", "&quot;") + "</Note>");
                    outputFile.WriteLine("      <CostoMateriaPrima>" + valoriTestata[8] + "</CostoMateriaPrima>");
                    outputFile.WriteLine("      <CostoMacchina>" + valoriTestata[9] + "</CostoMacchina>");
                    outputFile.WriteLine("      <CostoUomo>" + valoriTestata[10] + "</CostoUomo>");
                    outputFile.WriteLine("      <CostoSingolo>" + valoriTestata[11] + "</CostoSingolo>");
                    outputFile.WriteLine("      <RicavoSingolo>" + valoriTestata[12] + "</RicavoSingolo>");
                    outputFile.WriteLine("      <CostoTotale>" + valoriTestata[5] + "</CostoTotale>");
                    outputFile.WriteLine("      <RicavoTotale>" + valoriTestata[40] + "</RicavoTotale>");
                    outputFile.WriteLine("      <Livello>" + row["Rigo"].ToString() + "</Livello>");
                    outputFile.WriteLine("      <Padre>" + row["Codice Padre"].ToString() + "</Padre>");
                    outputFile.WriteLine("      <Articolo>" + row["Codice Art"].ToString() + "</Articolo>");
                    outputFile.WriteLine("      <Centro>" + row["Codice Centro"].ToString() + "</Centro>");
                    outputFile.WriteLine("      <Lavorazione>" + row["Codice Lav"].ToString() + "</Lavorazione>");
                    outputFile.WriteLine("      <Descrizione>" + row["Descrizione art / Centro di Lavoro"].ToString().Replace("&", "&amp;").Replace("'", "&apos;").Replace("\"", "&quot;") + "</Descrizione>");
                    outputFile.WriteLine("      <UM1>" + row["UM 1"].ToString() + "</UM1>");
                    outputFile.WriteLine("      <QuantitaRigo1>" + row["Qta 1"].ToString() + "</QuantitaRigo1>");
                    outputFile.WriteLine("      <UM2>" + row["UM 2"].ToString() + "</UM2>");
                    outputFile.WriteLine("      <QuantitaRigo2>" + row["Qta 2"].ToString() + "</QuantitaRigo2>");
                    outputFile.WriteLine("      <UM3>" + row["UM 3"].ToString() + "</UM3>");
                    outputFile.WriteLine("      <QuantitaRigo3>" + row["Qta 3"].ToString() + "</QuantitaRigo3>");
                    int lavorazioneOmateriale = row["Setup Mac"].ToString().Length;

                    if (lavorazioneOmateriale > 0)
                    {
                        int indiceVirgola = row["Setup Mac"].ToString().IndexOf(',');
                        if (indiceVirgola < 0)
                        {
                            indiceVirgola = 0;
                        }
                        outputFile.WriteLine("      <SetupMacchina>" + row["Setup Mac"].ToString().Substring(0, indiceVirgola) + ":" + row["Setup Mac"].ToString().Substring(indiceVirgola + 1, 2) + ":" + row["Setup Mac"].ToString().Substring(indiceVirgola + 3, 2) + "</SetupMacchina>");
                        indiceVirgola = row["Setup Uomo"].ToString().IndexOf(',');
                        if (indiceVirgola < 0)
                        {
                            indiceVirgola = 0;
                        }
                        outputFile.WriteLine("      <SetupUomo>" + row["Setup Uomo"].ToString().Substring(0, indiceVirgola) + ":" + row["Setup Uomo"].ToString().Substring(indiceVirgola + 1, 2) + ":" + row["Setup Uomo"].ToString().Substring(indiceVirgola + 3, 2) + "</SetupUomo>");
                        indiceVirgola = row["Tempo Mac"].ToString().IndexOf(',');
                        if (indiceVirgola < 0)
                        {
                            indiceVirgola = 0;
                        }
                        outputFile.WriteLine("      <TempoMacchina>" + row["Tempo Mac"].ToString().Substring(0, indiceVirgola) + ":" + row["Tempo Mac"].ToString().Substring(indiceVirgola + 1, 2) + ":" + row["Tempo Mac"].ToString().Substring(indiceVirgola + 3, 2) + "</TempoMacchina>");
                        indiceVirgola = row["Tempo Mac"].ToString().IndexOf(',');
                        if (indiceVirgola < 0)
                        {
                            indiceVirgola = 0;
                        }
                        outputFile.WriteLine("      <TempoUomo>" + row["Tempo Uomo"].ToString().Substring(0, indiceVirgola) + ":" + row["Tempo Uomo"].ToString().Substring(indiceVirgola + 1, 2) + ":" + row["Tempo Uomo"].ToString().Substring(indiceVirgola + 3, 2) + "</TempoUomo>");
                    }
                    else
                    {
                        outputFile.WriteLine("      <SetupMacchina></SetupMacchina>");
                        outputFile.WriteLine("      <SetupUomo></SetupUomo>");
                        outputFile.WriteLine("      <TempoMacchina></TempoMacchina>");
                        outputFile.WriteLine("      <TempoUomo></TempoUomo>");
                    }
                    outputFile.WriteLine("      <CostoArticolo>" + row["Costo Art"].ToString() + "</CostoArticolo>");
                    outputFile.WriteLine("      <CostoAttrezzaggioMacchina>" + (row["Costo Att Mac"].ToString() != "" ? row["Costo Att Mac"].ToString() : "0") + "</CostoAttrezzaggioMacchina>");
                    outputFile.WriteLine("      <CostoAttrezzaggioUomo>" + (row["Costo Att Uomo"].ToString() != "" ? row["Costo Att Uomo"].ToString() : "0") + "</CostoAttrezzaggioUomo>");
                    outputFile.WriteLine("      <CostoOrarioMacchina>" + (row["Costo Mac"].ToString() != "" ? row["Costo Mac"].ToString() : "0") + "</CostoOrarioMacchina>");
                    outputFile.WriteLine("      <CostoOrarioUomo>" + (row["Costo Uomo"].ToString() != "" ? row["Costo Uomo"].ToString() : "0") + "</CostoOrarioUomo>");
                    outputFile.WriteLine("      <CostoTotaleRigo>" + row["Totale"].ToString() + "</CostoTotaleRigo>");
                    outputFile.WriteLine("      <RicavoTotaleRigo>" + row["Totale + %Var"].ToString() + "</RicavoTotaleRigo>");
                    outputFile.WriteLine("      <TempoSetupMacchinaDecimale>" + (row["setup mac decimale"].ToString() != "" ? row["setup mac decimale"].ToString() : "0") + "</TempoSetupMacchinaDecimale>");
                    outputFile.WriteLine("      <TempoSetupUomoDecimale>" + (row["setup uomo decimale"].ToString() != "" ? row["setup uomo decimale"].ToString() : "0") + "</TempoSetupUomoDecimale>");
                    outputFile.WriteLine("      <TempoMacchinaDecimale>" + (row["tempo mac decimale"].ToString() != "" ? row["tempo mac decimale"].ToString() : "0") + "</TempoMacchinaDecimale>");
                    outputFile.WriteLine("      <TempoUomoDecimale>" + (row["tempo uomo decimale"].ToString() != "" ? row["tempo uomo decimale"].ToString() : "0") + "</TempoUomoDecimale>");

                    outputFile.WriteLine("  </Row>");
                }
                outputFile.WriteLine("</Rows>");
            }
            reportViewer1 = new ReportViewer();
            reportViewer1.ProcessingMode = ProcessingMode.Local;
            LocalReport localReport = reportViewer1.LocalReport;

            reportViewer1.LocalReport.EnableExternalImages = true;
            string rdlName = "StampaPreventivazioneRapida.rdl";

            localReport.ReportPath = rdlName;


            if (!File.Exists(localReport.ReportPath))
            {
                MessageBox.Show("Il file " + rdlName + " specificato non è presente nella cartella report");
                return;
            }
            DataSet dataSet = new DataSet();

            dataSet.ReadXml(fileSTAMPA);
            localReport.DataSources.Add(new ReportDataSource("DataSet1", dataSet.Tables[0]));
            Export(localReport);
        }
Example #33
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     
     #line 8 "..\..\..\Izvestaji\Porudzbenica.xaml"
     ((Servis.Izvestaji.Porudzbenica)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Page_Loaded);
     
     #line default
     #line hidden
     return;
     case 2:
     this.reportViewerIzvestaj = ((Microsoft.Reporting.WinForms.ReportViewer)(target));
     return;
     }
     this._contentLoaded = true;
 }
Example #34
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.ctlPlayingFile = ((PlayFile.Presentation.ctlPlayFile)(target));
                return;

            case 2:
                this.cnvMain = ((System.Windows.Controls.Canvas)(target));
                return;

            case 3:
                this.grdMain = ((System.Windows.Controls.Grid)(target));
                return;

            case 4:
                this.lblCampaignName = ((System.Windows.Controls.Label)(target));
                return;

            case 5:
                this.cbCampaignName = ((System.Windows.Controls.ComboBox)(target));

            #line 34 "..\..\ctlPlayFile.xaml"
                this.cbCampaignName.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.cbCampaignName_SelectionChanged);

            #line default
            #line hidden
                return;

            case 6:
                this.lblStartDate = ((System.Windows.Controls.Label)(target));
                return;

            case 7:
                this.dpStart = ((VMukti.CtlDatePicker.Presentation.DatePicker)(target));

            #line 37 "..\..\ctlPlayFile.xaml"
                this.dpStart.DropDownClosed += new System.Windows.RoutedEventHandler(this.dpStart_DropDownClosed);

            #line default
            #line hidden
                return;

            case 8:
                this.lblEndDate = ((System.Windows.Controls.Label)(target));
                return;

            case 9:
                this.dpEnd = ((VMukti.CtlDatePicker.Presentation.DatePicker)(target));

            #line 40 "..\..\ctlPlayFile.xaml"
                this.dpEnd.DropDownClosed += new System.Windows.RoutedEventHandler(this.dpEnd_DropDownClosed);

            #line default
            #line hidden
                return;

            case 10:
                this.lblHHStart = ((System.Windows.Controls.Label)(target));
                return;

            case 11:
                this.cbHHStart = ((System.Windows.Controls.ComboBox)(target));

            #line 43 "..\..\ctlPlayFile.xaml"
                this.cbHHStart.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.cbHHStart_SelectionChanged);

            #line default
            #line hidden
                return;

            case 12:
                this.lblMMStart = ((System.Windows.Controls.Label)(target));
                return;

            case 13:
                this.cbMMStart = ((System.Windows.Controls.ComboBox)(target));
                return;

            case 14:
                this.lblHHEnd = ((System.Windows.Controls.Label)(target));
                return;

            case 15:
                this.cbHHEnd = ((System.Windows.Controls.ComboBox)(target));
                return;

            case 16:
                this.lblMMEnd = ((System.Windows.Controls.Label)(target));
                return;

            case 17:
                this.cbMMEnd = ((System.Windows.Controls.ComboBox)(target));
                return;

            case 18:
                this.lblPhoneNumber = ((System.Windows.Controls.Label)(target));
                return;

            case 19:
                this.tbPhoneNumber = ((System.Windows.Controls.TextBox)(target));
                return;

            case 20:
                this.lblCRC = ((System.Windows.Controls.Label)(target));
                return;

            case 21:
                this.lstCRC = ((System.Windows.Controls.ListBox)(target));
                return;

            case 22:
                this.lblAgentName = ((System.Windows.Controls.Label)(target));
                return;

            case 23:
                this.lblClientName = ((System.Windows.Controls.Label)(target));
                return;

            case 24:
                this.cbClientName = ((System.Windows.Controls.ComboBox)(target));
                return;

            case 25:
                this.grbRecordedFileReport = ((System.Windows.Controls.GroupBox)(target));
                return;

            case 26:
                this.cnvRecordedFileReport = ((System.Windows.Controls.Canvas)(target));
                return;

            case 27:
                this.btnSearch = ((System.Windows.Controls.Button)(target));

            #line 248 "..\..\ctlPlayFile.xaml"
                this.btnSearch.Click += new System.Windows.RoutedEventHandler(this.btnSearch_Click);

            #line default
            #line hidden
                return;

            case 28:
                this.windowsFormsHost1 = ((System.Windows.Forms.Integration.WindowsFormsHost)(target));
                return;

            case 29:
                this.objReportViewer = ((Microsoft.Reporting.WinForms.ReportViewer)(target));
                return;

            case 30:
                this.cbAMPMStart = ((System.Windows.Controls.ComboBox)(target));
                return;

            case 31:
                this.cbAMPMEnd = ((System.Windows.Controls.ComboBox)(target));
                return;

            case 32:
                this.tbAgentName = ((System.Windows.Controls.TextBox)(target));
                return;
            }
            this._contentLoaded = true;
        }
Example #35
0
 public ReportViewerWrapper(Microsoft.Reporting.WinForms.ReportViewer realViewer)
 {
     mRealViewer = realViewer;
 }
Example #36
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.grid1 = ((System.Windows.Controls.Grid)(target));
                return;

            case 2:
                this.windowsFormsHost1 = ((System.Windows.Forms.Integration.WindowsFormsHost)(target));
                return;

            case 3:
                this.RwReporteCorreo = ((Microsoft.Reporting.WinForms.ReportViewer)(target));
                return;

            case 4:
                this.dtp_fecha1 = ((System.Windows.Controls.DatePicker)(target));
                return;

            case 5:
                this.dtp_fecha2 = ((System.Windows.Controls.DatePicker)(target));
                return;

            case 6:
                this.btn_GenerarReporte = ((System.Windows.Controls.Button)(target));

            #line 17 "..\..\..\FrmReportePolicial.xaml"
                this.btn_GenerarReporte.Click += new System.Windows.RoutedEventHandler(this.btn_GenerarReporte_Click);

            #line default
            #line hidden
                return;

            case 7:
                this.label1 = ((System.Windows.Controls.Label)(target));
                return;

            case 8:
                this.label2 = ((System.Windows.Controls.Label)(target));
                return;

            case 9:
                this.image1 = ((System.Windows.Controls.Image)(target));
                return;

            case 10:
                this.image2 = ((System.Windows.Controls.Image)(target));
                return;

            case 11:
                this.label3 = ((System.Windows.Controls.Label)(target));
                return;

            case 12:
                this.label4 = ((System.Windows.Controls.Label)(target));
                return;

            case 13:
                this.btnSalir = ((System.Windows.Controls.Button)(target));

            #line 29 "..\..\..\FrmReportePolicial.xaml"
                this.btnSalir.Click += new System.Windows.RoutedEventHandler(this.btnSalir_Click);

            #line default
            #line hidden
                return;

            case 14:
                this.button1 = ((System.Windows.Controls.Button)(target));

            #line 35 "..\..\..\FrmReportePolicial.xaml"
                this.button1.Click += new System.Windows.RoutedEventHandler(this.button1_Click);

            #line default
            #line hidden
                return;

            case 15:
                this.label5 = ((System.Windows.Controls.Label)(target));
                return;

            case 16:
                this.label6 = ((System.Windows.Controls.Label)(target));
                return;

            case 17:
                this.label7 = ((System.Windows.Controls.Label)(target));
                return;

            case 18:
                this.cbx_Empresa = ((System.Windows.Controls.ComboBox)(target));

            #line 43 "..\..\..\FrmReportePolicial.xaml"
                this.cbx_Empresa.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.cbx_Empresa_SelectionChanged);

            #line default
            #line hidden

            #line 43 "..\..\..\FrmReportePolicial.xaml"
                this.cbx_Empresa.MouseLeave += new System.Windows.Input.MouseEventHandler(this.cbx_Empresa_MouseLeave);

            #line default
            #line hidden
                return;

            case 19:
                this.label8 = ((System.Windows.Controls.Label)(target));
                return;

            case 20:
                this.chkTelefonos = ((System.Windows.Controls.CheckBox)(target));
                return;
            }
            this._contentLoaded = true;
        }
Example #37
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.btnTabItemRental = ((System.Windows.Controls.Button)(target));

            #line 18 "..\..\MainWindow.xaml"
                this.btnTabItemRental.Click += new System.Windows.RoutedEventHandler(this.btnTabItemRental_Click);

            #line default
            #line hidden
                return;

            case 2:
                this.btnTabItemReturnDisk = ((System.Windows.Controls.Button)(target));

            #line 23 "..\..\MainWindow.xaml"
                this.btnTabItemReturnDisk.Click += new System.Windows.RoutedEventHandler(this.btnTabItemReturnDisk_Click);

            #line default
            #line hidden
                return;

            case 3:
                this.btnTabItemViewInfoDisk = ((System.Windows.Controls.Button)(target));

            #line 27 "..\..\MainWindow.xaml"
                this.btnTabItemViewInfoDisk.Click += new System.Windows.RoutedEventHandler(this.btnTabItemViewInfoDisk_Click);

            #line default
            #line hidden
                return;

            case 4:
                this.btnTabItemManageCustomer = ((System.Windows.Controls.Button)(target));

            #line 31 "..\..\MainWindow.xaml"
                this.btnTabItemManageCustomer.Click += new System.Windows.RoutedEventHandler(this.btnTabItemManageCustomer_Click);

            #line default
            #line hidden
                return;

            case 5:
                this.btnTabItemManageTitleDisk = ((System.Windows.Controls.Button)(target));

            #line 35 "..\..\MainWindow.xaml"
                this.btnTabItemManageTitleDisk.Click += new System.Windows.RoutedEventHandler(this.btnTabItemManageTitleDisk_Click);

            #line default
            #line hidden
                return;

            case 6:
                this.btnTabItemManageInventory = ((System.Windows.Controls.Button)(target));

            #line 40 "..\..\MainWindow.xaml"
                this.btnTabItemManageInventory.Click += new System.Windows.RoutedEventHandler(this.btnTabItemManageInventory_Click);

            #line default
            #line hidden
                return;

            case 7:
                this.btnTabItemReports = ((System.Windows.Controls.Button)(target));

            #line 45 "..\..\MainWindow.xaml"
                this.btnTabItemReports.Click += new System.Windows.RoutedEventHandler(this.btnTabItemReports_Click);

            #line default
            #line hidden
                return;

            case 8:
                this.btnLogin = ((System.Windows.Controls.Button)(target));

            #line 52 "..\..\MainWindow.xaml"
                this.btnLogin.Click += new System.Windows.RoutedEventHandler(this.btnLogin_Click);

            #line default
            #line hidden
                return;

            case 9:
                this.btnLogout = ((System.Windows.Controls.Button)(target));

            #line 56 "..\..\MainWindow.xaml"
                this.btnLogout.Click += new System.Windows.RoutedEventHandler(this.btnLogout_Click);

            #line default
            #line hidden
                return;

            case 10:
                this.tabControl = ((System.Windows.Controls.TabControl)(target));
                return;

            case 11:
                this.tabItemRental = ((System.Windows.Controls.TabItem)(target));
                return;

            case 12:
                this.tbxFindRentalCusId = ((System.Windows.Controls.TextBox)(target));

            #line 82 "..\..\MainWindow.xaml"
                this.tbxFindRentalCusId.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.tbxFindRentalCusId_TextChanged);

            #line default
            #line hidden
                return;

            case 13:
                this.lbxRentalResultCusId = ((System.Windows.Controls.ListBox)(target));

            #line 84 "..\..\MainWindow.xaml"
                this.lbxRentalResultCusId.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.lbxRentalResultCusId_SelectionChanged);

            #line default
            #line hidden
                return;

            case 14:
                this.lblRentalIdCus = ((System.Windows.Controls.Label)(target));
                return;

            case 15:
                this.lblRentalNameCus = ((System.Windows.Controls.Label)(target));
                return;

            case 16:
                this.lblRentalAddressCus = ((System.Windows.Controls.Label)(target));
                return;

            case 17:
                this.lblRentalPhoneNumberCus = ((System.Windows.Controls.Label)(target));
                return;

            case 18:
                this.lblRentalTotalChargeCus = ((System.Windows.Controls.Label)(target));
                return;

            case 19:
                this.tbxFindRentalDiskId = ((System.Windows.Controls.TextBox)(target));

            #line 125 "..\..\MainWindow.xaml"
                this.tbxFindRentalDiskId.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.tbxFindRentalDiskId_TextChanged);

            #line default
            #line hidden
                return;

            case 20:
                this.lbxRentalResultDiskId = ((System.Windows.Controls.ListBox)(target));
                return;

            case 21:
                this.btnGetDisk = ((System.Windows.Controls.Button)(target));

            #line 139 "..\..\MainWindow.xaml"
                this.btnGetDisk.Click += new System.Windows.RoutedEventHandler(this.btnGetDisk_Click);

            #line default
            #line hidden
                return;

            case 22:
                this.btnRemoveDisk = ((System.Windows.Controls.Button)(target));

            #line 142 "..\..\MainWindow.xaml"
                this.btnRemoveDisk.Click += new System.Windows.RoutedEventHandler(this.btnRemoveDisk_Click);

            #line default
            #line hidden
                return;

            case 23:
                this.lvwRentalInfoDisk = ((System.Windows.Controls.ListView)(target));
                return;

            case 24:
                this.btnRentalCalculation = ((System.Windows.Controls.Button)(target));

            #line 167 "..\..\MainWindow.xaml"
                this.btnRentalCalculation.Click += new System.Windows.RoutedEventHandler(this.btnRentalCalculation_Click);

            #line default
            #line hidden
                return;

            case 25:
                this.btnRentalNew = ((System.Windows.Controls.Button)(target));

            #line 168 "..\..\MainWindow.xaml"
                this.btnRentalNew.Click += new System.Windows.RoutedEventHandler(this.btnRentalNew_Click);

            #line default
            #line hidden
                return;

            case 26:
                this.lblRentalTotal = ((System.Windows.Controls.Label)(target));
                return;

            case 27:
                this.tabItemReturnDisk = ((System.Windows.Controls.TabItem)(target));
                return;

            case 28:
                this.tbxReturnSearchDiskID = ((System.Windows.Controls.TextBox)(target));

            #line 189 "..\..\MainWindow.xaml"
                this.tbxReturnSearchDiskID.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.tbxReturnSearchDiskID_TextChanged);

            #line default
            #line hidden
                return;

            case 29:
                this.lbxReturnResultSearch = ((System.Windows.Controls.ListBox)(target));
                return;

            case 30:
                this.btnReturnDisk = ((System.Windows.Controls.Button)(target));

            #line 199 "..\..\MainWindow.xaml"
                this.btnReturnDisk.Click += new System.Windows.RoutedEventHandler(this.btnReturnDisk_Click);

            #line default
            #line hidden
                return;

            case 31:
                this.lblReturnDiskMessage = ((System.Windows.Controls.Label)(target));
                return;

            case 32:
                this.tabItemViewInfoDisk = ((System.Windows.Controls.TabItem)(target));
                return;

            case 33:
                this.txtViewInfoDiskSearchTitle = ((System.Windows.Controls.TextBox)(target));

            #line 224 "..\..\MainWindow.xaml"
                this.txtViewInfoDiskSearchTitle.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtViewInfoDiskSearchTitle_TextChanged);

            #line default
            #line hidden
                return;

            case 34:
                this.lbxViewInfoDiskListTitleDisk = ((System.Windows.Controls.ListBox)(target));

            #line 226 "..\..\MainWindow.xaml"
                this.lbxViewInfoDiskListTitleDisk.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.lbxViewInfoDiskListTitleDisk_SelectionChanged);

            #line default
            #line hidden
                return;

            case 35:
                this.lblViewInfoDiskTitle = ((System.Windows.Controls.Label)(target));
                return;

            case 36:
                this.lvwViewInfoDiskListDisk = ((System.Windows.Controls.ListView)(target));
                return;

            case 37:
                this.tabItemManageCustomer = ((System.Windows.Controls.TabItem)(target));
                return;

            case 38:
                this.txtManageCustomerCustomerName = ((System.Windows.Controls.TextBox)(target));
                return;

            case 39:
                this.txtManageCustomerCustomerAddress = ((System.Windows.Controls.TextBox)(target));
                return;

            case 40:
                this.txtManageCustomerPhone = ((System.Windows.Controls.TextBox)(target));
                return;

            case 41:
                this.btnManageCustomerAddCustomer = ((System.Windows.Controls.Button)(target));

            #line 285 "..\..\MainWindow.xaml"
                this.btnManageCustomerAddCustomer.Click += new System.Windows.RoutedEventHandler(this.btnManageCustomerAddCustomer_Click);

            #line default
            #line hidden
                return;

            case 42:
                this.lvwManageCustomerListCustomer = ((System.Windows.Controls.ListView)(target));
                return;

            case 43:
                this.tabItemManageTitleDisk = ((System.Windows.Controls.TabItem)(target));
                return;

            case 44:
                this.txtManageTitleTitleName = ((System.Windows.Controls.TextBox)(target));
                return;

            case 45:
                this.cboManageTitleTypeTitle = ((System.Windows.Controls.ComboBox)(target));
                return;

            case 46:
                this.btnManageTitleAddTitle = ((System.Windows.Controls.Button)(target));

            #line 331 "..\..\MainWindow.xaml"
                this.btnManageTitleAddTitle.Click += new System.Windows.RoutedEventHandler(this.btnManageTitleAddTitle_Click);

            #line default
            #line hidden
                return;

            case 47:
                this.lvwManageTitleListTitle = ((System.Windows.Controls.ListView)(target));
                return;

            case 48:
                this.tabItemManageInventory = ((System.Windows.Controls.TabItem)(target));
                return;

            case 49:
                this.tbxManageInventorySearch = ((System.Windows.Controls.TextBox)(target));

            #line 369 "..\..\MainWindow.xaml"
                this.tbxManageInventorySearch.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.tbxManageInventorySearch_TextChanged);

            #line default
            #line hidden
                return;

            case 50:
                this.lbxManageInventoryListBoxTitleDisk = ((System.Windows.Controls.ListBox)(target));

            #line 371 "..\..\MainWindow.xaml"
                this.lbxManageInventoryListBoxTitleDisk.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.lbxManageInventoryListBoxTitleDisk_SelectionChanged);

            #line default
            #line hidden
                return;

            case 51:
                this.lblManageInventoryDiskTitle = ((System.Windows.Controls.Label)(target));
                return;

            case 52:
                this.tbxManageInventoryMountOfDisk = ((System.Windows.Controls.TextBox)(target));
                return;

            case 53:
                this.btnManageDiskAddDisk = ((System.Windows.Controls.Button)(target));

            #line 387 "..\..\MainWindow.xaml"
                this.btnManageDiskAddDisk.Click += new System.Windows.RoutedEventHandler(this.btnManageDiskAddDisk_Click);

            #line default
            #line hidden
                return;

            case 54:
                this.lvwManageInventoryListIdDiskOfTitle = ((System.Windows.Controls.ListView)(target));
                return;

            case 55:
                this.tabItemReports = ((System.Windows.Controls.TabItem)(target));
                return;

            case 56:
                this.btnReportCusReturnLate = ((System.Windows.Controls.Button)(target));

            #line 412 "..\..\MainWindow.xaml"
                this.btnReportCusReturnLate.Click += new System.Windows.RoutedEventHandler(this.btnReportCusReturnLate_Click);

            #line default
            #line hidden
                return;

            case 57:
                this.ReportViewCustomer = ((Microsoft.Reporting.WinForms.ReportViewer)(target));
                return;

            case 58:
                this.ReportViewTitle = ((Microsoft.Reporting.WinForms.ReportViewer)(target));

            #line 422 "..\..\MainWindow.xaml"
                this.ReportViewTitle.Load += new System.EventHandler(this.ReportViewTitle_Load);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
Example #38
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 9 "..\..\cotizacion.xaml"
                ((Reservas.cotizacion)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Page_Loaded);

            #line default
            #line hidden
                return;

            case 2:
                this.TabPrimario = ((System.Windows.Controls.TabControl)(target));
                return;

            case 3:
                this.txtNroReserva = ((System.Windows.Controls.TextBox)(target));

            #line 37 "..\..\cotizacion.xaml"
                this.txtNroReserva.KeyUp += new System.Windows.Input.KeyEventHandler(this.txtNroReserva_KeyUp);

            #line default
            #line hidden

            #line 37 "..\..\cotizacion.xaml"
                this.txtNroReserva.KeyDown += new System.Windows.Input.KeyEventHandler(this.txtNroReserva_KeyDown);

            #line default
            #line hidden

            #line 37 "..\..\cotizacion.xaml"
                this.txtNroReserva.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtNroReserva_TextChanged);

            #line default
            #line hidden
                return;

            case 4:
                this.txtCliente = ((System.Windows.Controls.TextBox)(target));

            #line 38 "..\..\cotizacion.xaml"
                this.txtCliente.KeyUp += new System.Windows.Input.KeyEventHandler(this.txtCliente_KeyUp);

            #line default
            #line hidden
                return;

            case 5:
                this.dtgReservas = ((System.Windows.Controls.DataGrid)(target));

            #line 39 "..\..\cotizacion.xaml"
                this.dtgReservas.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.dtgReservas_MouseDoubleClick);

            #line default
            #line hidden

            #line 39 "..\..\cotizacion.xaml"
                this.dtgReservas.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.dtgReservas_SelectionChanged);

            #line default
            #line hidden
                return;

            case 6:
                this.dpfecha = ((System.Windows.Controls.DatePicker)(target));

            #line 141 "..\..\cotizacion.xaml"
                this.dpfecha.SelectedDateChanged += new System.EventHandler <System.Windows.Controls.SelectionChangedEventArgs>(this.dpfecha_SelectedDateChanged);

            #line default
            #line hidden
                return;

            case 7:
                this.txtNroContrato = ((System.Windows.Controls.TextBox)(target));

            #line 143 "..\..\cotizacion.xaml"
                this.txtNroContrato.KeyUp += new System.Windows.Input.KeyEventHandler(this.txtNroContrato_KeyUp);

            #line default
            #line hidden

            #line 143 "..\..\cotizacion.xaml"
                this.txtNroContrato.KeyDown += new System.Windows.Input.KeyEventHandler(this.txtNroContrato_KeyDown);

            #line default
            #line hidden
                return;

            case 8:
                this._reportViewer = ((Microsoft.Reporting.WinForms.ReportViewer)(target));
                return;

            case 9:
                this.dpfin = ((System.Windows.Controls.DatePicker)(target));

            #line 148 "..\..\cotizacion.xaml"
                this.dpfin.SelectedDateChanged += new System.EventHandler <System.Windows.Controls.SelectionChangedEventArgs>(this.dpfin_SelectedDateChanged);

            #line default
            #line hidden
                return;

            case 10:
                this.tbconfirmacion = ((System.Windows.Controls.TabItem)(target));
                return;

            case 11:
                this.txtNroReserva1 = ((System.Windows.Controls.TextBox)(target));

            #line 157 "..\..\cotizacion.xaml"
                this.txtNroReserva1.KeyUp += new System.Windows.Input.KeyEventHandler(this.txtNroReserva1_KeyUp);

            #line default
            #line hidden

            #line 157 "..\..\cotizacion.xaml"
                this.txtNroReserva1.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtNroReserva1_TextChanged);

            #line default
            #line hidden

            #line 157 "..\..\cotizacion.xaml"
                this.txtNroReserva1.KeyDown += new System.Windows.Input.KeyEventHandler(this.txtNroReserva1_KeyDown);

            #line default
            #line hidden
                return;

            case 12:
                this.txtCliente1 = ((System.Windows.Controls.TextBox)(target));

            #line 158 "..\..\cotizacion.xaml"
                this.txtCliente1.KeyUp += new System.Windows.Input.KeyEventHandler(this.txtCliente1_KeyUp);

            #line default
            #line hidden
                return;

            case 13:
                this.dtgReservas1 = ((System.Windows.Controls.DataGrid)(target));

            #line 159 "..\..\cotizacion.xaml"
                this.dtgReservas1.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.dtgReservas1_MouseDoubleClick);

            #line default
            #line hidden

            #line 159 "..\..\cotizacion.xaml"
                this.dtgReservas1.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.dtgReservas1_SelectionChanged);

            #line default
            #line hidden
                return;

            case 14:
                this.dpfecha1 = ((System.Windows.Controls.DatePicker)(target));

            #line 260 "..\..\cotizacion.xaml"
                this.dpfecha1.SelectedDateChanged += new System.EventHandler <System.Windows.Controls.SelectionChangedEventArgs>(this.dpfecha1_SelectedDateChanged);

            #line default
            #line hidden
                return;

            case 15:
                this.txtNroContrato1 = ((System.Windows.Controls.TextBox)(target));

            #line 263 "..\..\cotizacion.xaml"
                this.txtNroContrato1.KeyUp += new System.Windows.Input.KeyEventHandler(this.txtNroContrato1_KeyUp);

            #line default
            #line hidden

            #line 263 "..\..\cotizacion.xaml"
                this.txtNroContrato1.KeyDown += new System.Windows.Input.KeyEventHandler(this.txtNroContrato1_KeyDown);

            #line default
            #line hidden
                return;

            case 16:
                this.TabGeneral = ((System.Windows.Controls.TabControl)(target));
                return;

            case 17:
                this.tbCB = ((System.Windows.Controls.TabItem)(target));
                return;

            case 18:
                this._reportViewer1 = ((Microsoft.Reporting.WinForms.ReportViewer)(target));
                return;

            case 19:
                this.btnImprimirCB = ((System.Windows.Controls.Button)(target));

            #line 276 "..\..\cotizacion.xaml"
                this.btnImprimirCB.Click += new System.Windows.RoutedEventHandler(this.btnImprimirCB_Click);

            #line default
            #line hidden
                return;

            case 20:
                this.tbID = ((System.Windows.Controls.TabItem)(target));
                return;

            case 21:
                this._ConfirmacionID = ((Microsoft.Reporting.WinForms.ReportViewer)(target));
                return;

            case 22:
                this.btnImprimirID = ((System.Windows.Controls.Button)(target));

            #line 284 "..\..\cotizacion.xaml"
                this.btnImprimirID.Click += new System.Windows.RoutedEventHandler(this.btnImprimirID_Click);

            #line default
            #line hidden
                return;

            case 23:
                this.tbIC = ((System.Windows.Controls.TabItem)(target));
                return;

            case 24:
                this._ConfirmacionIC = ((Microsoft.Reporting.WinForms.ReportViewer)(target));
                return;

            case 25:
                this.btnImprimirIC = ((System.Windows.Controls.Button)(target));

            #line 292 "..\..\cotizacion.xaml"
                this.btnImprimirIC.Click += new System.Windows.RoutedEventHandler(this.btnImprimirIC_Click);

            #line default
            #line hidden
                return;

            case 26:
                this.tbCPB = ((System.Windows.Controls.TabItem)(target));
                return;

            case 27:
                this._ConfirmacionPB = ((Microsoft.Reporting.WinForms.ReportViewer)(target));
                return;

            case 28:
                this.btnImprimirPB = ((System.Windows.Controls.Button)(target));

            #line 300 "..\..\cotizacion.xaml"
                this.btnImprimirPB.Click += new System.Windows.RoutedEventHandler(this.btnImprimirPB_Click);

            #line default
            #line hidden
                return;

            case 29:
                this.tbCA = ((System.Windows.Controls.TabItem)(target));
                return;

            case 30:
                this._ConfirmacionCA = ((Microsoft.Reporting.WinForms.ReportViewer)(target));
                return;

            case 31:
                this.btnImprimirCA = ((System.Windows.Controls.Button)(target));

            #line 314 "..\..\cotizacion.xaml"
                this.btnImprimirCA.Click += new System.Windows.RoutedEventHandler(this.btnImprimirCA_Click);

            #line default
            #line hidden
                return;

            case 32:
                this.dpfin1 = ((System.Windows.Controls.DatePicker)(target));

            #line 319 "..\..\cotizacion.xaml"
                this.dpfin1.SelectedDateChanged += new System.EventHandler <System.Windows.Controls.SelectionChangedEventArgs>(this.dpfin1_SelectedDateChanged);

            #line default
            #line hidden
                return;

            case 33:
                this.lstCargos1 = ((System.Windows.Controls.ComboBox)(target));

            #line 328 "..\..\cotizacion.xaml"
                this.lstCargos1.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.lstCargos1_SelectionChanged);

            #line default
            #line hidden
                return;

            case 34:
                this.dpfechaPago = ((System.Windows.Controls.DatePicker)(target));

            #line 329 "..\..\cotizacion.xaml"
                this.dpfechaPago.SelectedDateChanged += new System.EventHandler <System.Windows.Controls.SelectionChangedEventArgs>(this.dpfechaPago_SelectedDateChanged);

            #line default
            #line hidden
                return;

            case 35:
                this.lstEstatus1 = ((System.Windows.Controls.ComboBox)(target));

            #line 332 "..\..\cotizacion.xaml"
                this.lstEstatus1.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.lstEstatus1_SelectionChanged);

            #line default
            #line hidden
                return;

            case 36:
                this.dtgPagos = ((System.Windows.Controls.DataGrid)(target));

            #line 333 "..\..\cotizacion.xaml"
                this.dtgPagos.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.dtgReservas_MouseDoubleClick);

            #line default
            #line hidden
                return;

            case 37:
                this.btnImprimir = ((System.Windows.Controls.Button)(target));

            #line 460 "..\..\cotizacion.xaml"
                this.btnImprimir.Click += new System.Windows.RoutedEventHandler(this.btnImprimir_Click);

            #line default
            #line hidden
                return;

            case 38:
                this.txtNroReservaCobros = ((System.Windows.Controls.TextBox)(target));

            #line 463 "..\..\cotizacion.xaml"
                this.txtNroReservaCobros.KeyUp += new System.Windows.Input.KeyEventHandler(this.txtNroReservaCobros_KeyUp);

            #line default
            #line hidden

            #line 463 "..\..\cotizacion.xaml"
                this.txtNroReservaCobros.KeyDown += new System.Windows.Input.KeyEventHandler(this.txtNroReservaCobros_KeyDown);

            #line default
            #line hidden
                return;

            case 39:
                this.txtNroContratoCobros = ((System.Windows.Controls.TextBox)(target));

            #line 464 "..\..\cotizacion.xaml"
                this.txtNroContratoCobros.KeyUp += new System.Windows.Input.KeyEventHandler(this.txtNroContratoCobros_KeyUp);

            #line default
            #line hidden

            #line 464 "..\..\cotizacion.xaml"
                this.txtNroContratoCobros.KeyDown += new System.Windows.Input.KeyEventHandler(this.txtNroContratoCobros_KeyDown);

            #line default
            #line hidden
                return;

            case 40:
                this.dpfechafinPago = ((System.Windows.Controls.DatePicker)(target));

            #line 466 "..\..\cotizacion.xaml"
                this.dpfechafinPago.SelectedDateChanged += new System.EventHandler <System.Windows.Controls.SelectionChangedEventArgs>(this.dpfechafinPago_SelectedDateChanged);

            #line default
            #line hidden
                return;

            case 41:
                this.lstEjecutivo = ((System.Windows.Controls.ComboBox)(target));

            #line 468 "..\..\cotizacion.xaml"
                this.lstEjecutivo.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.lstEjecutivo_SelectionChanged);

            #line default
            #line hidden
                return;

            case 42:
                this.lstHotel = ((System.Windows.Controls.ComboBox)(target));

            #line 470 "..\..\cotizacion.xaml"
                this.lstHotel.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.lstHotel_SelectionChanged);

            #line default
            #line hidden
                return;

            case 43:
                this.tbReporteReservas = ((System.Windows.Controls.TabItem)(target));

            #line 473 "..\..\cotizacion.xaml"
                this.tbReporteReservas.GotFocus += new System.Windows.RoutedEventHandler(this.tbReporteReservas_GotFocus);

            #line default
            #line hidden

            #line 473 "..\..\cotizacion.xaml"
                this.tbReporteReservas.Loaded += new System.Windows.RoutedEventHandler(this.tbReporteReservas_Loaded);

            #line default
            #line hidden
                return;

            case 44:
                this.txtNroReservaReporte = ((System.Windows.Controls.TextBox)(target));

            #line 479 "..\..\cotizacion.xaml"
                this.txtNroReservaReporte.KeyUp += new System.Windows.Input.KeyEventHandler(this.txtNroReservaReporte_KeyUp);

            #line default
            #line hidden

            #line 479 "..\..\cotizacion.xaml"
                this.txtNroReservaReporte.KeyDown += new System.Windows.Input.KeyEventHandler(this.txtNroReservaReporte_KeyDown);

            #line default
            #line hidden
                return;

            case 45:
                this.txtClienteReporte = ((System.Windows.Controls.TextBox)(target));

            #line 480 "..\..\cotizacion.xaml"
                this.txtClienteReporte.KeyUp += new System.Windows.Input.KeyEventHandler(this.txtClienteReporte_KeyUp);

            #line default
            #line hidden
                return;

            case 46:
                this.dtgReservasReporte = ((System.Windows.Controls.DataGrid)(target));

            #line 481 "..\..\cotizacion.xaml"
                this.dtgReservasReporte.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.dtgReservas_MouseDoubleClick);

            #line default
            #line hidden
                return;

            case 47:
                this.dpfechaReporte = ((System.Windows.Controls.DatePicker)(target));

            #line 606 "..\..\cotizacion.xaml"
                this.dpfechaReporte.SelectedDateChanged += new System.EventHandler <System.Windows.Controls.SelectionChangedEventArgs>(this.dpfechaReporte_SelectedDateChanged);

            #line default
            #line hidden
                return;

            case 48:
                this.txtNroContratoReporte = ((System.Windows.Controls.TextBox)(target));

            #line 608 "..\..\cotizacion.xaml"
                this.txtNroContratoReporte.KeyUp += new System.Windows.Input.KeyEventHandler(this.txtNroContratoReporte_KeyUp);

            #line default
            #line hidden

            #line 608 "..\..\cotizacion.xaml"
                this.txtNroContratoReporte.KeyDown += new System.Windows.Input.KeyEventHandler(this.txtNroContratoReporte_KeyDown);

            #line default
            #line hidden
                return;

            case 49:
                this.lstEstatus = ((System.Windows.Controls.ComboBox)(target));

            #line 611 "..\..\cotizacion.xaml"
                this.lstEstatus.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.lstEstatus_SelectionChanged);

            #line default
            #line hidden
                return;

            case 50:
                this.btnImprimirReservas = ((System.Windows.Controls.Button)(target));

            #line 612 "..\..\cotizacion.xaml"
                this.btnImprimirReservas.Click += new System.Windows.RoutedEventHandler(this.btnImprimirReservas_Click);

            #line default
            #line hidden
                return;

            case 51:
                this.dpfechaReportefin = ((System.Windows.Controls.DatePicker)(target));

            #line 614 "..\..\cotizacion.xaml"
                this.dpfechaReportefin.SelectedDateChanged += new System.EventHandler <System.Windows.Controls.SelectionChangedEventArgs>(this.dpfechaReportefin_SelectedDateChanged);

            #line default
            #line hidden
                return;

            case 52:
                this.tbReportesEdoCtaCli = ((System.Windows.Controls.TabItem)(target));

            #line 618 "..\..\cotizacion.xaml"
                this.tbReportesEdoCtaCli.GotFocus += new System.Windows.RoutedEventHandler(this.tbReportesEdoCtaCli_GotFocus);

            #line default
            #line hidden

            #line 618 "..\..\cotizacion.xaml"
                this.tbReportesEdoCtaCli.Loaded += new System.Windows.RoutedEventHandler(this.tbReportesEdoCtaCli_Loaded);

            #line default
            #line hidden
                return;

            case 53:
                this.txtcedula = ((System.Windows.Controls.TextBox)(target));

            #line 624 "..\..\cotizacion.xaml"
                this.txtcedula.KeyDown += new System.Windows.Input.KeyEventHandler(this.txtcedula_KeyDown);

            #line default
            #line hidden

            #line 624 "..\..\cotizacion.xaml"
                this.txtcedula.KeyUp += new System.Windows.Input.KeyEventHandler(this.txtcedula_KeyUp);

            #line default
            #line hidden
                return;

            case 54:
                this.txtNombre = ((System.Windows.Controls.TextBox)(target));

            #line 627 "..\..\cotizacion.xaml"
                this.txtNombre.KeyDown += new System.Windows.Input.KeyEventHandler(this.txtNombre_KeyDown);

            #line default
            #line hidden

            #line 627 "..\..\cotizacion.xaml"
                this.txtNombre.KeyUp += new System.Windows.Input.KeyEventHandler(this.txtNombre_KeyUp);

            #line default
            #line hidden
                return;

            case 55:
                this.txtContrato = ((System.Windows.Controls.TextBox)(target));

            #line 630 "..\..\cotizacion.xaml"
                this.txtContrato.KeyDown += new System.Windows.Input.KeyEventHandler(this.txtContrato_KeyDown);

            #line default
            #line hidden

            #line 630 "..\..\cotizacion.xaml"
                this.txtContrato.KeyUp += new System.Windows.Input.KeyEventHandler(this.txtContrato_KeyUp);

            #line default
            #line hidden
                return;

            case 56:
                this.dtgrdContratos = ((System.Windows.Controls.DataGrid)(target));

            #line 634 "..\..\cotizacion.xaml"
                this.dtgrdContratos.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.dtgrdContratos_MouseDoubleClick);

            #line default
            #line hidden
                return;

            case 57:
                this.dtgRsvECC = ((System.Windows.Controls.DataGrid)(target));

            #line 742 "..\..\cotizacion.xaml"
                this.dtgRsvECC.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.dtgReservas_MouseDoubleClick);

            #line default
            #line hidden

            #line 742 "..\..\cotizacion.xaml"
                this.dtgRsvECC.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.dtgReservas_SelectionChanged);

            #line default
            #line hidden
                return;

            case 58:
                this.btnImpr = ((System.Windows.Controls.Button)(target));

            #line 856 "..\..\cotizacion.xaml"
                this.btnImpr.Click += new System.Windows.RoutedEventHandler(this.btnImpr_Click);

            #line default
            #line hidden
                return;

            case 59:
                this.tbReportesGralRelPtosAnio = ((System.Windows.Controls.TabItem)(target));

            #line 865 "..\..\cotizacion.xaml"
                this.tbReportesGralRelPtosAnio.Loaded += new System.Windows.RoutedEventHandler(this.tbReportesEdoCtaCli_Loaded);

            #line default
            #line hidden
                return;

            case 60:
                this.txtAnioRPA = ((System.Windows.Controls.TextBox)(target));

            #line 870 "..\..\cotizacion.xaml"
                this.txtAnioRPA.KeyUp += new System.Windows.Input.KeyEventHandler(this.txtAnioRPA_KeyUp);

            #line default
            #line hidden
                return;

            case 61:
                this.txtAnioRPAHasta = ((System.Windows.Controls.TextBox)(target));

            #line 872 "..\..\cotizacion.xaml"
                this.txtAnioRPAHasta.KeyUp += new System.Windows.Input.KeyEventHandler(this.txtAnioRPA_KeyUp);

            #line default
            #line hidden
                return;

            case 62:
                this.btnImprRPA = ((System.Windows.Controls.Button)(target));

            #line 875 "..\..\cotizacion.xaml"
                this.btnImprRPA.Click += new System.Windows.RoutedEventHandler(this.btnImprRPA_Click);

            #line default
            #line hidden
                return;

            case 63:
                this._rptRPA = ((Microsoft.Reporting.WinForms.ReportViewer)(target));
                return;
            }
            this._contentLoaded = true;
        }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     
     #line 5 "..\..\..\LichSuBanHang\WindowLichSuBanHang.xaml"
     ((Report.LichSuBanHang.WindowLichSuBanHang)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);
     
     #line default
     #line hidden
     return;
     case 2:
     this.ReportData = ((System.Windows.Forms.Integration.WindowsFormsHost)(target));
     return;
     case 3:
     this._reportViewer = ((Microsoft.Reporting.WinForms.ReportViewer)(target));
     return;
     case 4:
     this.uCTileReport = ((Report.UCTileReport)(target));
     return;
     }
     this._contentLoaded = true;
 }
Example #40
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.tyre_entry_panel = ((System.Windows.Controls.StackPanel)(target));
                return;

            case 2:
                this.but1 = ((System.Windows.Controls.Button)(target));

            #line 24 "..\..\load_tyre.xaml"
                this.but1.Click += new System.Windows.RoutedEventHandler(this.but1_Click);

            #line default
            #line hidden
                return;

            case 3:
                this.but3 = ((System.Windows.Controls.Button)(target));

            #line 26 "..\..\load_tyre.xaml"
                this.but3.Click += new System.Windows.RoutedEventHandler(this.but2_Click);

            #line default
            #line hidden
                return;

            case 4:
                this.but5 = ((System.Windows.Controls.Button)(target));

            #line 28 "..\..\load_tyre.xaml"
                this.but5.Click += new System.Windows.RoutedEventHandler(this.but3_Click);

            #line default
            #line hidden
                return;

            case 5:
                this.but6 = ((System.Windows.Controls.Button)(target));

            #line 30 "..\..\load_tyre.xaml"
                this.but6.Click += new System.Windows.RoutedEventHandler(this.but4_Click);

            #line default
            #line hidden
                return;

            case 6:
                this.but9 = ((System.Windows.Controls.Button)(target));

            #line 32 "..\..\load_tyre.xaml"
                this.but9.Click += new System.Windows.RoutedEventHandler(this.but5_Click);

            #line default
            #line hidden
                return;

            case 7:
                this.but10 = ((System.Windows.Controls.Button)(target));

            #line 34 "..\..\load_tyre.xaml"
                this.but10.Click += new System.Windows.RoutedEventHandler(this.but6_Click);

            #line default
            #line hidden
                return;

            case 8:
                this.but2 = ((System.Windows.Controls.Button)(target));

            #line 36 "..\..\load_tyre.xaml"
                this.but2.Click += new System.Windows.RoutedEventHandler(this.but7_Click);

            #line default
            #line hidden
                return;

            case 9:
                this.but4 = ((System.Windows.Controls.Button)(target));

            #line 38 "..\..\load_tyre.xaml"
                this.but4.Click += new System.Windows.RoutedEventHandler(this.but8_Click);

            #line default
            #line hidden
                return;

            case 10:
                this.but7 = ((System.Windows.Controls.Button)(target));

            #line 40 "..\..\load_tyre.xaml"
                this.but7.Click += new System.Windows.RoutedEventHandler(this.but9_Click);

            #line default
            #line hidden
                return;

            case 11:
                this.but8 = ((System.Windows.Controls.Button)(target));

            #line 42 "..\..\load_tyre.xaml"
                this.but8.Click += new System.Windows.RoutedEventHandler(this.but10_Click);

            #line default
            #line hidden
                return;

            case 12:
                this.but11 = ((System.Windows.Controls.Button)(target));

            #line 44 "..\..\load_tyre.xaml"
                this.but11.Click += new System.Windows.RoutedEventHandler(this.but11_Click);

            #line default
            #line hidden
                return;

            case 13:
                this.but12 = ((System.Windows.Controls.Button)(target));

            #line 46 "..\..\load_tyre.xaml"
                this.but12.Click += new System.Windows.RoutedEventHandler(this.but12_Click);

            #line default
            #line hidden
                return;

            case 14:
                this.but13 = ((System.Windows.Controls.Button)(target));

            #line 48 "..\..\load_tyre.xaml"
                this.but13.Click += new System.Windows.RoutedEventHandler(this.but13_Click);

            #line default
            #line hidden
                return;

            case 15:
                this.tyre_detail = ((System.Windows.Controls.StackPanel)(target));
                return;

            case 16:
                this.tyre_vehicle_number = ((System.Windows.Controls.ComboBox)(target));

            #line 53 "..\..\load_tyre.xaml"
                this.tyre_vehicle_number.KeyDown += new System.Windows.Input.KeyEventHandler(this.tyre_vehicle_number_KeyDown);

            #line default
            #line hidden

            #line 53 "..\..\load_tyre.xaml"
                this.tyre_vehicle_number.GotFocus += new System.Windows.RoutedEventHandler(this.tyre_vehicle_number_GotFocus);

            #line default
            #line hidden
                return;

            case 17:
                this.view = ((System.Windows.Controls.Button)(target));

            #line 62 "..\..\load_tyre.xaml"
                this.view.Click += new System.Windows.RoutedEventHandler(this.view_Click);

            #line default
            #line hidden
                return;

            case 18:
                this.tyre_view_panel = ((System.Windows.Controls.StackPanel)(target));
                return;

            case 19:
                this.tyre_detail_view = ((System.Windows.Controls.Grid)(target));
                return;

            case 20:
                this.tl1 = ((System.Windows.Controls.Label)(target));
                return;

            case 21:
                this.tl2 = ((System.Windows.Controls.Label)(target));
                return;

            case 22:
                this.tl3 = ((System.Windows.Controls.Label)(target));
                return;

            case 23:
                this.tl4 = ((System.Windows.Controls.Label)(target));
                return;

            case 24:
                this.tl5 = ((System.Windows.Controls.Label)(target));
                return;

            case 25:
                this.tl6 = ((System.Windows.Controls.Label)(target));
                return;

            case 26:
                this.tl7 = ((System.Windows.Controls.Label)(target));
                return;

            case 27:
                this.tl8 = ((System.Windows.Controls.Label)(target));
                return;

            case 28:
                this.tl9 = ((System.Windows.Controls.Label)(target));
                return;

            case 29:
                this.tl10 = ((System.Windows.Controls.Label)(target));
                return;

            case 30:
                this.tl11 = ((System.Windows.Controls.Label)(target));
                return;

            case 31:
                this.tl12 = ((System.Windows.Controls.Label)(target));
                return;

            case 32:
                this.tl13 = ((System.Windows.Controls.Label)(target));
                return;

            case 33:
                this.tl14 = ((System.Windows.Controls.Label)(target));
                return;

            case 34:
                this.tl15 = ((System.Windows.Controls.Label)(target));
                return;

            case 35:
                this.tl16 = ((System.Windows.Controls.Label)(target));
                return;

            case 36:
                this.tl17 = ((System.Windows.Controls.Label)(target));
                return;

            case 37:
                this.tl18 = ((System.Windows.Controls.Label)(target));
                return;

            case 38:
                this.tl19 = ((System.Windows.Controls.Label)(target));
                return;

            case 39:
                this.tl20 = ((System.Windows.Controls.Label)(target));
                return;

            case 40:
                this.tl21 = ((System.Windows.Controls.Label)(target));
                return;

            case 41:
                this.tl22 = ((System.Windows.Controls.Label)(target));
                return;

            case 42:
                this.tl23 = ((System.Windows.Controls.Label)(target));
                return;

            case 43:
                this.tl24 = ((System.Windows.Controls.Label)(target));
                return;

            case 44:

            #line 99 "..\..\load_tyre.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.tyre_print_panel_open);

            #line default
            #line hidden
                return;

            case 45:
                this.back = ((System.Windows.Controls.Button)(target));

            #line 103 "..\..\load_tyre.xaml"
                this.back.Click += new System.Windows.RoutedEventHandler(this.Load_Tyre_Back_Click);

            #line default
            #line hidden
                return;

            case 46:
                this.host = ((System.Windows.Forms.Integration.WindowsFormsHost)(target));
                return;

            case 47:
                this.ReportViewer = ((Microsoft.Reporting.WinForms.ReportViewer)(target));
                return;
            }
            this._contentLoaded = true;
        }
Example #41
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 9 "..\..\..\..\Views\OutsoleMaterialWHCheckingDetailReportWindow.xaml"
                ((MasterSchedule.Views.OutsoleMaterialWHCheckingDetailReportWindow)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);

            #line default
            #line hidden
                return;

            case 2:
                this.stkSearch = ((System.Windows.Controls.StackPanel)(target));
                return;

            case 3:
                this.dpFrom = ((System.Windows.Controls.DatePicker)(target));
                return;

            case 4:
                this.dpTo = ((System.Windows.Controls.DatePicker)(target));
                return;

            case 5:
                this.radPOAll = ((System.Windows.Controls.RadioButton)(target));

            #line 47 "..\..\..\..\Views\OutsoleMaterialWHCheckingDetailReportWindow.xaml"
                this.radPOAll.Checked += new System.Windows.RoutedEventHandler(this.radPOAll_Checked);

            #line default
            #line hidden
                return;

            case 6:
                this.radPOFinished = ((System.Windows.Controls.RadioButton)(target));

            #line 48 "..\..\..\..\Views\OutsoleMaterialWHCheckingDetailReportWindow.xaml"
                this.radPOFinished.Checked += new System.Windows.RoutedEventHandler(this.radPOFinished_Checked);

            #line default
            #line hidden
                return;

            case 7:
                this.radPONotYetFinished = ((System.Windows.Controls.RadioButton)(target));

            #line 49 "..\..\..\..\Views\OutsoleMaterialWHCheckingDetailReportWindow.xaml"
                this.radPONotYetFinished.Checked += new System.Windows.RoutedEventHandler(this.radPONotYetFinished_Checked);

            #line default
            #line hidden
                return;

            case 8:
                this.btnSearch = ((System.Windows.Controls.Button)(target));

            #line 51 "..\..\..\..\Views\OutsoleMaterialWHCheckingDetailReportWindow.xaml"
                this.btnSearch.Click += new System.Windows.RoutedEventHandler(this.btnSearch_Click);

            #line default
            #line hidden
                return;

            case 9:
                this.reportViewer = ((Microsoft.Reporting.WinForms.ReportViewer)(target));
                return;
            }
            this._contentLoaded = true;
        }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 9 "..\..\..\..\Views\OutsoleMaterialWHCheckingReportWindow - Copy.xaml"
                ((MasterSchedule.Views.OutsoleMaterialWHCheckingReportWindow)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);

            #line default
            #line hidden
                return;

            case 2:
                this.radPO = ((System.Windows.Controls.RadioButton)(target));

            #line 34 "..\..\..\..\Views\OutsoleMaterialWHCheckingReportWindow - Copy.xaml"
                this.radPO.Checked += new System.Windows.RoutedEventHandler(this.radPO_Checked);

            #line default
            #line hidden
                return;

            case 3:
                this.txtPoSearch = ((System.Windows.Controls.TextBox)(target));
                return;

            case 4:
                this.radDateTime = ((System.Windows.Controls.RadioButton)(target));

            #line 36 "..\..\..\..\Views\OutsoleMaterialWHCheckingReportWindow - Copy.xaml"
                this.radDateTime.Checked += new System.Windows.RoutedEventHandler(this.radDateTime_Checked);

            #line default
            #line hidden
                return;

            case 5:
                this.dpFrom = ((System.Windows.Controls.DatePicker)(target));
                return;

            case 6:
                this.dpTo = ((System.Windows.Controls.DatePicker)(target));
                return;

            case 7:
                this.btnSearch = ((System.Windows.Controls.Button)(target));

            #line 44 "..\..\..\..\Views\OutsoleMaterialWHCheckingReportWindow - Copy.xaml"
                this.btnSearch.Click += new System.Windows.RoutedEventHandler(this.btnSearch_Click);

            #line default
            #line hidden
                return;

            case 8:
                this.reportViewer = ((Microsoft.Reporting.WinForms.ReportViewer)(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.windowsFormsHost1 = ((System.Windows.Forms.Integration.WindowsFormsHost)(target));
     return;
     case 3:
     this.finalInvoiceReport = ((Microsoft.Reporting.WinForms.ReportViewer)(target));
     return;
     }
     this._contentLoaded = true;
 }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.buttonPrikazi = ((System.Windows.Controls.Button)(target));
     
     #line 21 "..\..\..\Izvestaji\BrojIzdatihPonuda'old.xaml"
     this.buttonPrikazi.Click += new System.Windows.RoutedEventHandler(this.buttonPrikazi_Click);
     
     #line default
     #line hidden
     return;
     case 2:
     this.reportViewerPonuda = ((Microsoft.Reporting.WinForms.ReportViewer)(target));
     return;
     }
     this._contentLoaded = true;
 }