Inheritance: System.Windows.Controls.Control
Ejemplo n.º 1
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.timePicker = ((AC.AvalonControlsLibrary.Controls.TimePicker)(target));
     return;
     }
     this._contentLoaded = true;
 }
Ejemplo n.º 2
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
 {
     switch (connectionId)
     {
     case 1:
         this.timePicker = ((AC.AvalonControlsLibrary.Controls.TimePicker)(target));
         return;
     }
     this._contentLoaded = true;
 }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

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

            #line default
            #line hidden
                return;

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

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

            case 4:
                this.timePicker = ((AC.AvalonControlsLibrary.Controls.TimePicker)(target));
                return;

            case 5:
                this.stackPanel1 = ((System.Windows.Controls.StackPanel)(target));
                return;

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

            #line 60 "..\..\..\AddSessionWindow.xaml"
                this.btnCancel.Click += new System.Windows.RoutedEventHandler(this.btnCancel_Click);

            #line default
            #line hidden
                return;

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

            #line 61 "..\..\..\AddSessionWindow.xaml"
                this.btnAddSession.Click += new System.Windows.RoutedEventHandler(this.btnAddSession_Click);

            #line default
            #line hidden
                return;

            case 8:
                this.comboBoxTaskList = ((System.Windows.Controls.ComboBox)(target));
                return;
            }
            this._contentLoaded = true;
        }
Ejemplo n.º 4
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.imgStromoIcon = ((System.Windows.Controls.Image)(target));
                return;

            case 2:
                this.datePickerDateOfBirth = ((System.Windows.Controls.DatePicker)(target));
                return;

            case 3:
                this.timePicker = ((AC.AvalonControlsLibrary.Controls.TimePicker)(target));
                return;

            case 4:
                this.stackPanel1 = ((System.Windows.Controls.StackPanel)(target));
                return;

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

            #line 60 "..\..\..\AddPatient.xaml"
                this.btnCancel.Click += new System.Windows.RoutedEventHandler(this.btnCancel_Click);

            #line default
            #line hidden
                return;

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

            #line 61 "..\..\..\AddPatient.xaml"
                this.btnAddPatient.Click += new System.Windows.RoutedEventHandler(this.btnAddPatient_Click);

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

            #line 7 "..\..\..\UserControls\CVaultEvents.xaml"
                ((BMC.Presentation.POS.Views.CVaultEvents)(target)).Loaded += new System.Windows.RoutedEventHandler(this.UserControl_Loaded);

            #line default
            #line hidden
                return;

            case 2:
                this.grpVaultEvents = ((System.Windows.Controls.GroupBox)(target));
                return;

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

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

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

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

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

            case 8:
                this.txt_description = ((System.Windows.Controls.TextBox)(target));

            #line 118 "..\..\..\UserControls\CVaultEvents.xaml"
                this.txt_description.PreviewMouseUp += new System.Windows.Input.MouseButtonEventHandler(this.txt_description_PreviewMouseUp);

            #line default
            #line hidden
                return;

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

            #line 142 "..\..\..\UserControls\CVaultEvents.xaml"
                this.btn_ResetVault.Click += new System.Windows.RoutedEventHandler(this.btn_ResetVault_Click);

            #line default
            #line hidden
                return;

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

            #line 143 "..\..\..\UserControls\CVaultEvents.xaml"
                this.btn_PrintEvent.Click += new System.Windows.RoutedEventHandler(this.btn_PrintEvent_Click);

            #line default
            #line hidden
                return;

            case 11:
                this.vbStartDate = ((System.Windows.Controls.Viewbox)(target));
                return;

            case 12:
                this.dtpStartDate = ((Microsoft.Windows.Controls.DatePicker)(target));

            #line 147 "..\..\..\UserControls\CVaultEvents.xaml"
                this.dtpStartDate.SelectedDateChanged += new System.EventHandler <System.Windows.Controls.SelectionChangedEventArgs>(this.dtpStartDate_SelectedDateChanged);

            #line default
            #line hidden
                return;

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

            case 14:
                this.dtpStartTime = ((AC.AvalonControlsLibrary.Controls.TimePicker)(target));

            #line 150 "..\..\..\UserControls\CVaultEvents.xaml"
                this.dtpStartTime.SelectedTimeChanged += new AC.AvalonControlsLibrary.Controls.TimeSelectedChangedEventHandler(this.dtpStartTime_SelectedTimeChanged);

            #line default
            #line hidden
                return;

            case 15:
                this.vbStartDate_Copy = ((System.Windows.Controls.Viewbox)(target));
                return;

            case 16:
                this.dtpEndDate = ((Microsoft.Windows.Controls.DatePicker)(target));

            #line 153 "..\..\..\UserControls\CVaultEvents.xaml"
                this.dtpEndDate.SelectedDateChanged += new System.EventHandler <System.Windows.Controls.SelectionChangedEventArgs>(this.dtpEndDate_SelectedDateChanged);

            #line default
            #line hidden
                return;

            case 17:
                this.txtEndDate = ((System.Windows.Controls.TextBox)(target));
                return;

            case 18:
                this.dtpEndtime = ((AC.AvalonControlsLibrary.Controls.TimePicker)(target));

            #line 156 "..\..\..\UserControls\CVaultEvents.xaml"
                this.dtpEndtime.SelectedTimeChanged += new AC.AvalonControlsLibrary.Controls.TimeSelectedChangedEventHandler(this.dtpEndtime_SelectedTimeChanged);

            #line default
            #line hidden
                return;

            case 19:
                this.lst_Events = ((System.Windows.Controls.ListView)(target));
                return;

            case 20:
                this.clm_TransactionType = ((System.Windows.Controls.GridViewColumn)(target));
                return;

            case 21:
                this.clm_Event_ID = ((System.Windows.Controls.GridViewColumn)(target));
                return;

            case 22:
                this.clm_Amount = ((System.Windows.Controls.GridViewColumn)(target));
                return;

            case 23:
                this.clm_Description = ((System.Windows.Controls.GridViewColumn)(target));
                return;

            case 24:
                this.clm_PrintedAsset = ((System.Windows.Controls.GridViewColumn)(target));
                return;

            case 25:
                this.clm_TranDate = ((System.Windows.Controls.GridViewColumn)(target));
                return;

            case 26:
                this.clm_ReceiveDate = ((System.Windows.Controls.GridViewColumn)(target));
                return;

            case 27:
                this.clm_RedeemDate = ((System.Windows.Controls.GridViewColumn)(target));
                return;

            case 28:
                this.clm_ExpDate = ((System.Windows.Controls.GridViewColumn)(target));
                return;

            case 29:
                this.clm_InventoryType = ((System.Windows.Controls.GridViewColumn)(target));
                return;
            }
            this._contentLoaded = true;
        }
Ejemplo n.º 6
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.UserControl = ((BMC.Presentation.POS.Views.PromoTIS)(target));
                return;

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

            case 3:
                this.VbPromoStartDate = ((System.Windows.Controls.Viewbox)(target));
                return;

            case 4:
                this.dtpPromoStartDate = ((Microsoft.Windows.Controls.DatePicker)(target));

            #line 25 "..\..\..\Views\PromoTIS.xaml"
                this.dtpPromoStartDate.SelectedDateChanged += new System.EventHandler <System.Windows.Controls.SelectionChangedEventArgs>(this.dtpPromoStartDate_SelectedDateChanged);

            #line default
            #line hidden
                return;

            case 5:
                this.txtTISStartDate = ((System.Windows.Controls.TextBox)(target));

            #line 27 "..\..\..\Views\PromoTIS.xaml"
                this.txtTISStartDate.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtTISStartDate_TextChanged);

            #line default
            #line hidden
                return;

            case 6:
                this.tmpPromoStartTime = ((AC.AvalonControlsLibrary.Controls.TimePicker)(target));
                return;

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

            case 8:
                this.VbPromoEndDate = ((System.Windows.Controls.Viewbox)(target));
                return;

            case 9:
                this.dtpPromoEndDate = ((Microsoft.Windows.Controls.DatePicker)(target));

            #line 34 "..\..\..\Views\PromoTIS.xaml"
                this.dtpPromoEndDate.SelectedDateChanged += new System.EventHandler <System.Windows.Controls.SelectionChangedEventArgs>(this.dtpPromoEndDate_SelectedDateChanged);

            #line default
            #line hidden
                return;

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

            case 11:
                this.tmpPromoEndTime = ((AC.AvalonControlsLibrary.Controls.TimePicker)(target));
                return;

            case 12:

            #line 40 "..\..\..\Views\PromoTIS.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.btnTISSearchOK_Click);

            #line default
            #line hidden
                return;

            case 13:

            #line 41 "..\..\..\Views\PromoTIS.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.btnTISSearchCancel_Click);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
 public void ExposedDatePicker(ref DatePicker datePicker, ref TimePicker timePicker)
 {
     datePicker = this.datePicker;
     timePicker = this.timePicker;
 }
Ejemplo n.º 8
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.UserControl = ((BMC.Presentation.POS.Views.PromoPrint)(target));

            #line 5 "..\..\..\Views\PromoPrint.xaml"
                this.UserControl.Loaded += new System.Windows.RoutedEventHandler(this.UserControl_Loaded);

            #line default
            #line hidden
                return;

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

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

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

            #line 35 "..\..\..\Views\PromoPrint.xaml"
                this.chkNonCash.Unchecked += new System.Windows.RoutedEventHandler(this.chkNonCash_Changed);

            #line default
            #line hidden

            #line 36 "..\..\..\Views\PromoPrint.xaml"
                this.chkNonCash.Checked += new System.Windows.RoutedEventHandler(this.chkNonCash_Changed);

            #line default
            #line hidden
                return;

            case 5:
                this.chkCash = ((System.Windows.Controls.CheckBox)(target));

            #line 40 "..\..\..\Views\PromoPrint.xaml"
                this.chkCash.Unchecked += new System.Windows.RoutedEventHandler(this.chkCash_Changed);

            #line default
            #line hidden

            #line 41 "..\..\..\Views\PromoPrint.xaml"
                this.chkCash.Checked += new System.Windows.RoutedEventHandler(this.chkCash_Changed);

            #line default
            #line hidden
                return;

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

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

            #line 50 "..\..\..\Views\PromoPrint.xaml"
                this.txtPromoName.PreviewMouseUp += new System.Windows.Input.MouseButtonEventHandler(this.txtPromoName_PreviewMouseUp);

            #line default
            #line hidden
                return;

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

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

            #line 59 "..\..\..\Views\PromoPrint.xaml"
                this.txtNumPromoTicks.PreviewMouseUp += new System.Windows.Input.MouseButtonEventHandler(this.txtNumPromoTicks_PreviewMouseUp);

            #line default
            #line hidden

            #line 59 "..\..\..\Views\PromoPrint.xaml"
                this.txtNumPromoTicks.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtNumPromoTicks_Change);

            #line default
            #line hidden

            #line 59 "..\..\..\Views\PromoPrint.xaml"
                this.txtNumPromoTicks.KeyDown += new System.Windows.Input.KeyEventHandler(this.txtNumPromoTicks_KeyDown);

            #line default
            #line hidden
                return;

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

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

            #line 68 "..\..\..\Views\PromoPrint.xaml"
                this.txtPromoTickAmt.PreviewMouseUp += new System.Windows.Input.MouseButtonEventHandler(this.txtPromoTickAmt_PreviewMouseUp);

            #line default
            #line hidden

            #line 69 "..\..\..\Views\PromoPrint.xaml"
                this.txtPromoTickAmt.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtPromoTickAmt_Change);

            #line default
            #line hidden

            #line 69 "..\..\..\Views\PromoPrint.xaml"
                this.txtPromoTickAmt.KeyDown += new System.Windows.Input.KeyEventHandler(this.txtPromoTickAmt_KeyDown);

            #line default
            #line hidden
                return;

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

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

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

            case 15:
                this.vbPromoTickExp = ((System.Windows.Controls.Viewbox)(target));
                return;

            case 16:
                this.dtpPromoTickExp = ((Microsoft.Windows.Controls.DatePicker)(target));

            #line 82 "..\..\..\Views\PromoPrint.xaml"
                this.dtpPromoTickExp.SelectedDateChanged += new System.EventHandler <System.Windows.Controls.SelectionChangedEventArgs>(this.dtpPromoTickExp_SelectedDateChanged);

            #line default
            #line hidden
                return;

            case 17:
                this.txtPromoExpDate = ((System.Windows.Controls.TextBox)(target));

            #line 84 "..\..\..\Views\PromoPrint.xaml"
                this.txtPromoExpDate.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtPromoExpDate_TextChanged);

            #line default
            #line hidden
                return;

            case 18:
                this.tmpPromoExpTime = ((AC.AvalonControlsLibrary.Controls.TimePicker)(target));
                return;

            case 19:
                this.gridTicScanDet = ((System.Windows.Controls.Grid)(target));
                return;

            case 20:
                this.GrdMachine = ((System.Windows.Controls.Grid)(target));
                return;

            case 21:
                this.txtPrinterName = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 22:
                this.lblSerialNumber = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 23:
                this.txtSerialNumber = ((System.Windows.Controls.TextBlock)(target));
                return;

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

            #line 135 "..\..\..\Views\PromoPrint.xaml"
                this.BtnPrint.Click += new System.Windows.RoutedEventHandler(this.btnPromotionalPrint_Click);

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

            #line 8 "..\..\..\Views\CCustomReports.xaml"
                ((BMC.Presentation.CCustomReports)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);

            #line default
            #line hidden
                return;

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

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

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

            #line 35 "..\..\..\Views\CCustomReports.xaml"
                this.cmbReports.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.cmbReports_SelectionChanged);

            #line default
            #line hidden
                return;

            case 5:
                this.VoucherCouponLiabilityReportGrid = ((System.Windows.Controls.Grid)(target));
                return;

            case 6:
                this.vbIssueDate = ((System.Windows.Controls.Viewbox)(target));
                return;

            case 7:
                this.dtpIssueDate_liability = ((Microsoft.Windows.Controls.DatePicker)(target));
                return;

            case 8:
                this.tmpIssueDate_liability = ((AC.AvalonControlsLibrary.Controls.TimePicker)(target));
                return;

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

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

            case 11:
                this.ExpiredVoucherCouponReportGrid = ((System.Windows.Controls.Grid)(target));
                return;

            case 12:
                this.vbFromDate_Expired = ((System.Windows.Controls.Viewbox)(target));
                return;

            case 13:
                this.dtpFromDate_Expired = ((Microsoft.Windows.Controls.DatePicker)(target));
                return;

            case 14:
                this.tmpFromDate_Expired = ((AC.AvalonControlsLibrary.Controls.TimePicker)(target));
                return;

            case 15:
                this.vbToDate_Expired = ((System.Windows.Controls.Viewbox)(target));
                return;

            case 16:
                this.dtpToDate_Expired = ((Microsoft.Windows.Controls.DatePicker)(target));
                return;

            case 17:
                this.tmpToDate_Expired = ((AC.AvalonControlsLibrary.Controls.TimePicker)(target));
                return;

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

            case 19:
                this.RedeemedTicketByDeviceReportGrid = ((System.Windows.Controls.Grid)(target));
                return;

            case 20:
                this.vbFromDate = ((System.Windows.Controls.Viewbox)(target));
                return;

            case 21:
                this.dtpFromDate_Redeem = ((Microsoft.Windows.Controls.DatePicker)(target));
                return;

            case 22:
                this.tmpFromDate_Redeem = ((AC.AvalonControlsLibrary.Controls.TimePicker)(target));
                return;

            case 23:
                this.vbToDate = ((System.Windows.Controls.Viewbox)(target));
                return;

            case 24:
                this.dtpToDate_Redeem = ((Microsoft.Windows.Controls.DatePicker)(target));
                return;

            case 25:
                this.tmpToDate_Redeem = ((AC.AvalonControlsLibrary.Controls.TimePicker)(target));
                return;

            case 26:
                this.cmbDeviceType_Redeem = ((System.Windows.Controls.ComboBox)(target));
                return;

            case 27:
                this.ExpenseDetailsReportGrid = ((System.Windows.Controls.Grid)(target));
                return;

            case 28:
                this.vbExpenseDetailReportDate = ((System.Windows.Controls.Viewbox)(target));
                return;

            case 29:
                this.dtpReportDate_ExpenseDetail = ((Microsoft.Windows.Controls.DatePicker)(target));
                return;

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

            case 31:
                this.chkIsGamingDay = ((System.Windows.Controls.CheckBox)(target));
                return;

            case 32:
                this.JackpotSlipSummaryReportGrid = ((System.Windows.Controls.Grid)(target));
                return;

            case 33:
                this.vbReportStartDate = ((System.Windows.Controls.Viewbox)(target));
                return;

            case 34:
                this.dtpReportStartDate_JackpotSlipSummary = ((Microsoft.Windows.Controls.DatePicker)(target));
                return;

            case 35:
                this.tpReportStartTime = ((AC.AvalonControlsLibrary.Controls.TimePicker)(target));
                return;

            case 36:
                this.vbReportEndDate = ((System.Windows.Controls.Viewbox)(target));
                return;

            case 37:
                this.dtpReportEndDate_JackpotSlipSummary = ((Microsoft.Windows.Controls.DatePicker)(target));
                return;

            case 38:
                this.tpReportEndTime = ((AC.AvalonControlsLibrary.Controls.TimePicker)(target));
                return;

            case 39:
                this.chkIncludeHandpay = ((System.Windows.Controls.CheckBox)(target));
                return;

            case 40:
                this.chkIncludeJackpot = ((System.Windows.Controls.CheckBox)(target));
                return;

            case 41:
                this.TicketIssuedReportGrid = ((System.Windows.Controls.Grid)(target));
                return;

            case 42:
                this.vbFromDate_Issued = ((System.Windows.Controls.Viewbox)(target));
                return;

            case 43:
                this.dtpFromDate_Issued = ((Microsoft.Windows.Controls.DatePicker)(target));
                return;

            case 44:
                this.tmpFromDate_Issued = ((AC.AvalonControlsLibrary.Controls.TimePicker)(target));
                return;

            case 45:
                this.vbToDate_Issued = ((System.Windows.Controls.Viewbox)(target));
                return;

            case 46:
                this.dtpToDate_Issued = ((Microsoft.Windows.Controls.DatePicker)(target));
                return;

            case 47:
                this.tmpToDate_Issued = ((AC.AvalonControlsLibrary.Controls.TimePicker)(target));
                return;

            case 48:
                this.cmbSlot_Issued = ((System.Windows.Controls.ComboBox)(target));
                return;

            case 49:
                this.cmbVoucherStatus_Issued = ((System.Windows.Controls.ComboBox)(target));
                return;

            case 50:
                this.MeterListReportGrid = ((System.Windows.Controls.Grid)(target));
                return;

            case 51:
                this.cmbAssetNumber = ((System.Windows.Controls.ComboBox)(target));
                return;

            case 52:
                this.ExceptionVoucherDetailReportGrid = ((System.Windows.Controls.Grid)(target));
                return;

            case 53:
                this.vbFromDate_Exception = ((System.Windows.Controls.Viewbox)(target));
                return;

            case 54:
                this.dtpFromDate_Exception = ((Microsoft.Windows.Controls.DatePicker)(target));

            #line 276 "..\..\..\Views\CCustomReports.xaml"
                this.dtpFromDate_Exception.SelectedDateChanged += new System.EventHandler <System.Windows.Controls.SelectionChangedEventArgs>(this.dtpFromDate_Exception_SelectedDateChanged);

            #line default
            #line hidden
                return;

            case 55:
                this.tmpFromDate_Exception = ((AC.AvalonControlsLibrary.Controls.TimePicker)(target));

            #line 278 "..\..\..\Views\CCustomReports.xaml"
                this.tmpFromDate_Exception.SelectedTimeChanged += new AC.AvalonControlsLibrary.Controls.TimeSelectedChangedEventHandler(this.dtpFromDate_Exception_SelectedDateChanged);

            #line default
            #line hidden
                return;

            case 56:
                this.vbToDate_Exception = ((System.Windows.Controls.Viewbox)(target));
                return;

            case 57:
                this.dtpToDate_Exception = ((Microsoft.Windows.Controls.DatePicker)(target));

            #line 281 "..\..\..\Views\CCustomReports.xaml"
                this.dtpToDate_Exception.SelectedDateChanged += new System.EventHandler <System.Windows.Controls.SelectionChangedEventArgs>(this.dtpFromDate_Exception_SelectedDateChanged);

            #line default
            #line hidden
                return;

            case 58:
                this.tmpToDate_Exception = ((AC.AvalonControlsLibrary.Controls.TimePicker)(target));

            #line 283 "..\..\..\Views\CCustomReports.xaml"
                this.tmpToDate_Exception.SelectedTimeChanged += new AC.AvalonControlsLibrary.Controls.TimeSelectedChangedEventHandler(this.dtpFromDate_Exception_SelectedDateChanged);

            #line default
            #line hidden
                return;

            case 59:
                this.chkDropBased = ((System.Windows.Controls.CheckBox)(target));

            #line 284 "..\..\..\Views\CCustomReports.xaml"
                this.chkDropBased.Checked += new System.Windows.RoutedEventHandler(this.chkDropBased_Checked);

            #line default
            #line hidden

            #line 284 "..\..\..\Views\CCustomReports.xaml"
                this.chkDropBased.Unchecked += new System.Windows.RoutedEventHandler(this.chkDropBased_Unchecked);

            #line default
            #line hidden
                return;

            case 60:
                this.cmbBatchNumber = ((System.Windows.Controls.ComboBox)(target));
                return;

            case 61:
                this.CrossPropertyLiabilityTransferSummaryReportGrid = ((System.Windows.Controls.Grid)(target));
                return;

            case 62:
                this.vbFromDate_TSR = ((System.Windows.Controls.Viewbox)(target));
                return;

            case 63:
                this.dtpFromDate_TSR = ((Microsoft.Windows.Controls.DatePicker)(target));
                return;

            case 64:
                this.tmpFromDate_TSR = ((AC.AvalonControlsLibrary.Controls.TimePicker)(target));
                return;

            case 65:
                this.vbToDate_TSR = ((System.Windows.Controls.Viewbox)(target));
                return;

            case 66:
                this.dtpToDate_TSR = ((Microsoft.Windows.Controls.DatePicker)(target));
                return;

            case 67:
                this.tmpToDate_TSR = ((AC.AvalonControlsLibrary.Controls.TimePicker)(target));
                return;

            case 68:
                this.CrossPropertyLiabilityTransferDetailsReportGrid = ((System.Windows.Controls.Grid)(target));
                return;

            case 69:
                this.vbFromDate_TDR = ((System.Windows.Controls.Viewbox)(target));
                return;

            case 70:
                this.dtpFromDate_TDR = ((Microsoft.Windows.Controls.DatePicker)(target));
                return;

            case 71:
                this.tmpFromDate_TDR = ((AC.AvalonControlsLibrary.Controls.TimePicker)(target));
                return;

            case 72:
                this.vbToDate_TDR = ((System.Windows.Controls.Viewbox)(target));
                return;

            case 73:
                this.dtpToDate_TDR = ((Microsoft.Windows.Controls.DatePicker)(target));
                return;

            case 74:
                this.tmpToDate_TDR = ((AC.AvalonControlsLibrary.Controls.TimePicker)(target));
                return;

            case 75:
                this.CrossPropertyTicketAnalysisReportGrid = ((System.Windows.Controls.Grid)(target));
                return;

            case 76:
                this.vbFromDate_TAR = ((System.Windows.Controls.Viewbox)(target));
                return;

            case 77:
                this.dtpFromDate_TAR = ((Microsoft.Windows.Controls.DatePicker)(target));
                return;

            case 78:
                this.tmpFromDate_TAR = ((AC.AvalonControlsLibrary.Controls.TimePicker)(target));
                return;

            case 79:
                this.vbToDate_TAR = ((System.Windows.Controls.Viewbox)(target));
                return;

            case 80:
                this.dtpToDate_TAR = ((Microsoft.Windows.Controls.DatePicker)(target));
                return;

            case 81:
                this.tmpToDate_TAR = ((AC.AvalonControlsLibrary.Controls.TimePicker)(target));
                return;

            case 82:
                this.StackerLevelDetailsReportGrid = ((System.Windows.Controls.Grid)(target));
                return;

            case 83:
                this.cmbStackerLevel = ((System.Windows.Controls.ComboBox)(target));
                return;

            case 84:
                this.AccountingWinLossReportGrid = ((System.Windows.Controls.Grid)(target));
                return;

            case 85:
                this.vbFromDate_AWLR = ((System.Windows.Controls.Viewbox)(target));
                return;

            case 86:
                this.dtpFromDate_AWLR = ((Microsoft.Windows.Controls.DatePicker)(target));
                return;

            case 87:
                this.vbToDate_AWLR = ((System.Windows.Controls.Viewbox)(target));
                return;

            case 88:
                this.dtpToDate_AWLR = ((Microsoft.Windows.Controls.DatePicker)(target));
                return;

            case 89:
                this.cmbZone_AWLR = ((System.Windows.Controls.ComboBox)(target));
                return;

            case 90:
                this.cmbCategory_AWLR = ((System.Windows.Controls.ComboBox)(target));
                return;

            case 91:
                this.chkNonCashable_AWLR = ((System.Windows.Controls.CheckBox)(target));
                return;

            case 92:
                this.buttonGrid = ((System.Windows.Controls.Grid)(target));
                return;

            case 93:
                this.btnOK = ((System.Windows.Controls.Button)(target));

            #line 408 "..\..\..\Views\CCustomReports.xaml"
                this.btnOK.Click += new System.Windows.RoutedEventHandler(this.btnOK_Click);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
Ejemplo n.º 10
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.UserControl = ((BMC.Presentation.POS.Views.PromoTIS)(target));
     return;
     case 2:
     this.lblStartDate = ((System.Windows.Controls.Label)(target));
     return;
     case 3:
     this.VbPromoStartDate = ((System.Windows.Controls.Viewbox)(target));
     return;
     case 4:
     this.dtpPromoStartDate = ((Microsoft.Windows.Controls.DatePicker)(target));
     
     #line 25 "..\..\..\Views\PromoTIS.xaml"
     this.dtpPromoStartDate.SelectedDateChanged += new System.EventHandler<System.Windows.Controls.SelectionChangedEventArgs>(this.dtpPromoStartDate_SelectedDateChanged);
     
     #line default
     #line hidden
     return;
     case 5:
     this.txtTISStartDate = ((System.Windows.Controls.TextBox)(target));
     
     #line 27 "..\..\..\Views\PromoTIS.xaml"
     this.txtTISStartDate.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtTISStartDate_TextChanged);
     
     #line default
     #line hidden
     return;
     case 6:
     this.tmpPromoStartTime = ((AC.AvalonControlsLibrary.Controls.TimePicker)(target));
     return;
     case 7:
     this.lblEndDate = ((System.Windows.Controls.Label)(target));
     return;
     case 8:
     this.VbPromoEndDate = ((System.Windows.Controls.Viewbox)(target));
     return;
     case 9:
     this.dtpPromoEndDate = ((Microsoft.Windows.Controls.DatePicker)(target));
     
     #line 34 "..\..\..\Views\PromoTIS.xaml"
     this.dtpPromoEndDate.SelectedDateChanged += new System.EventHandler<System.Windows.Controls.SelectionChangedEventArgs>(this.dtpPromoEndDate_SelectedDateChanged);
     
     #line default
     #line hidden
     return;
     case 10:
     this.txtTISEndDate = ((System.Windows.Controls.TextBox)(target));
     return;
     case 11:
     this.tmpPromoEndTime = ((AC.AvalonControlsLibrary.Controls.TimePicker)(target));
     return;
     case 12:
     
     #line 40 "..\..\..\Views\PromoTIS.xaml"
     ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.btnTISSearchOK_Click);
     
     #line default
     #line hidden
     return;
     case 13:
     
     #line 41 "..\..\..\Views\PromoTIS.xaml"
     ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.btnTISSearchCancel_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
Ejemplo n.º 11
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     
     #line 7 "..\..\EditShift.xaml"
     ((CRySTALManager.EditShift)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);
     
     #line default
     #line hidden
     return;
     case 2:
     this.StartDate = ((Microsoft.Windows.Controls.DatePicker)(target));
     return;
     case 3:
     this.StartTime = ((AC.AvalonControlsLibrary.Controls.TimePicker)(target));
     return;
     case 4:
     this.EndDate = ((Microsoft.Windows.Controls.DatePicker)(target));
     return;
     case 5:
     this.EndTime = ((AC.AvalonControlsLibrary.Controls.TimePicker)(target));
     return;
     case 6:
     this.RoleTxt = ((System.Windows.Controls.TextBox)(target));
     return;
     case 7:
     this.EmployeeSelection = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 8:
     
     #line 43 "..\..\EditShift.xaml"
     ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.UserControl = ((BMC.Presentation.CPlayerData)(target));
     
     #line 9 "..\..\..\Views\CPlayerData.xaml"
     this.UserControl.Loaded += new System.Windows.RoutedEventHandler(this.UserControl_Loaded);
     
     #line default
     #line hidden
     return;
     case 2:
     this.txtHeader = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 3:
     this.lblCardNumber = ((System.Windows.Controls.Label)(target));
     return;
     case 4:
     this.txtCardNUmber = ((System.Windows.Controls.TextBox)(target));
     
     #line 47 "..\..\..\Views\CPlayerData.xaml"
     this.txtCardNUmber.PreviewMouseUp += new System.Windows.Input.MouseButtonEventHandler(this.txtCardNUmber_PreviewMouseUp);
     
     #line default
     #line hidden
     return;
     case 5:
     this.lblMessageType = ((System.Windows.Controls.Label)(target));
     return;
     case 6:
     this.cmbMessageTypes = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 7:
     this.chk_FailedOnly = ((System.Windows.Controls.CheckBox)(target));
     return;
     case 8:
     this.vbStartDate = ((System.Windows.Controls.Viewbox)(target));
     return;
     case 9:
     this.dtpStartDate = ((Microsoft.Windows.Controls.DatePicker)(target));
     
     #line 66 "..\..\..\Views\CPlayerData.xaml"
     this.dtpStartDate.SelectedDateChanged += new System.EventHandler<System.Windows.Controls.SelectionChangedEventArgs>(this.dtpStartDate_SelectedDateChanged);
     
     #line default
     #line hidden
     return;
     case 10:
     this.txtStartDate = ((System.Windows.Controls.TextBox)(target));
     return;
     case 11:
     this.tmpStartTime = ((AC.AvalonControlsLibrary.Controls.TimePicker)(target));
     
     #line 69 "..\..\..\Views\CPlayerData.xaml"
     this.tmpStartTime.SelectedTimeChanged += new AC.AvalonControlsLibrary.Controls.TimeSelectedChangedEventHandler(this.tmpStartTime_SelectedTimeChanged);
     
     #line default
     #line hidden
     return;
     case 12:
     this.vbStartDate_Copy = ((System.Windows.Controls.Viewbox)(target));
     return;
     case 13:
     this.dtpEndDate = ((Microsoft.Windows.Controls.DatePicker)(target));
     
     #line 72 "..\..\..\Views\CPlayerData.xaml"
     this.dtpEndDate.SelectedDateChanged += new System.EventHandler<System.Windows.Controls.SelectionChangedEventArgs>(this.dtpEndDate_SelectedDateChanged);
     
     #line default
     #line hidden
     return;
     case 14:
     this.txtEndDate = ((System.Windows.Controls.TextBox)(target));
     return;
     case 15:
     this.dtpEndtime = ((AC.AvalonControlsLibrary.Controls.TimePicker)(target));
     
     #line 75 "..\..\..\Views\CPlayerData.xaml"
     this.dtpEndtime.SelectedTimeChanged += new AC.AvalonControlsLibrary.Controls.TimeSelectedChangedEventHandler(this.dtpEndtime_SelectedTimeChanged);
     
     #line default
     #line hidden
     return;
     case 16:
     this.lvPlayerData = ((System.Windows.Controls.ListView)(target));
     return;
     case 17:
     this.clmnRowNo = ((System.Windows.Controls.GridViewColumn)(target));
     return;
     case 18:
     this.clmnIsSelected = ((System.Windows.Controls.GridViewColumn)(target));
     return;
     case 19:
     this.clmnSno = ((System.Windows.Controls.GridViewColumn)(target));
     return;
     case 20:
     this.clmnCardNumber = ((System.Windows.Controls.GridViewColumn)(target));
     return;
     case 21:
     this.clmnTimestamp = ((System.Windows.Controls.GridViewColumn)(target));
     return;
     case 22:
     this.clmMessageType = ((System.Windows.Controls.GridViewColumn)(target));
     return;
     case 23:
     this.clmnTransactionCode = ((System.Windows.Controls.GridViewColumn)(target));
     return;
     case 24:
     this.clmnStatus = ((System.Windows.Controls.GridViewColumn)(target));
     return;
     case 25:
     this.clmnUIStatus = ((System.Windows.Controls.GridViewColumn)(target));
     return;
     case 26:
     this.clmnMessage = ((System.Windows.Controls.GridViewColumn)(target));
     return;
     case 27:
     this.btn_GetMessages = ((System.Windows.Controls.Button)(target));
     
     #line 186 "..\..\..\Views\CPlayerData.xaml"
     this.btn_GetMessages.Click += new System.Windows.RoutedEventHandler(this.btn_GetMessages_Click);
     
     #line default
     #line hidden
     return;
     case 28:
     this.btn_Send = ((System.Windows.Controls.Button)(target));
     
     #line 187 "..\..\..\Views\CPlayerData.xaml"
     this.btn_Send.Click += new System.Windows.RoutedEventHandler(this.btn_Send_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 "..\..\..\AddSessionWindow.xaml"
     ((Stromohab_WPF_UserInterface.AddSessionWindow)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);
     
     #line default
     #line hidden
     return;
     case 2:
     this.imgStromoIcon = ((System.Windows.Controls.Image)(target));
     return;
     case 3:
     this.datePickerDateOfBirth = ((System.Windows.Controls.DatePicker)(target));
     return;
     case 4:
     this.timePicker = ((AC.AvalonControlsLibrary.Controls.TimePicker)(target));
     return;
     case 5:
     this.stackPanel1 = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 6:
     this.btnCancel = ((System.Windows.Controls.Button)(target));
     
     #line 60 "..\..\..\AddSessionWindow.xaml"
     this.btnCancel.Click += new System.Windows.RoutedEventHandler(this.btnCancel_Click);
     
     #line default
     #line hidden
     return;
     case 7:
     this.btnAddSession = ((System.Windows.Controls.Button)(target));
     
     #line 61 "..\..\..\AddSessionWindow.xaml"
     this.btnAddSession.Click += new System.Windows.RoutedEventHandler(this.btnAddSession_Click);
     
     #line default
     #line hidden
     return;
     case 8:
     this.comboBoxTaskList = ((System.Windows.Controls.ComboBox)(target));
     return;
     }
     this._contentLoaded = true;
 }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     
     #line 6 "..\..\..\Views\CAuditwindow.xaml"
     ((BMC.Presentation.CAuditView)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);
     
     #line default
     #line hidden
     return;
     case 2:
     this.Root = ((System.Windows.Controls.Canvas)(target));
     return;
     case 3:
     this.pnlHeader = ((System.Windows.Controls.Grid)(target));
     return;
     case 4:
     this.btnExit = ((System.Windows.Controls.Button)(target));
     
     #line 243 "..\..\..\Views\CAuditwindow.xaml"
     this.btnExit.Click += new System.Windows.RoutedEventHandler(this.btnExit_Click);
     
     #line default
     #line hidden
     return;
     case 5:
     this.tbHeader = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 6:
     this.txtModule = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 7:
     this.cmbModules = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 8:
     this.vbStartDate = ((System.Windows.Controls.Viewbox)(target));
     return;
     case 9:
     this.dtpStartDate = ((Microsoft.Windows.Controls.DatePicker)(target));
     
     #line 253 "..\..\..\Views\CAuditwindow.xaml"
     this.dtpStartDate.SelectedDateChanged += new System.EventHandler<System.Windows.Controls.SelectionChangedEventArgs>(this.dtpStartDate_SelectedDateChanged);
     
     #line default
     #line hidden
     return;
     case 10:
     this.tmpStartTime = ((AC.AvalonControlsLibrary.Controls.TimePicker)(target));
     
     #line 254 "..\..\..\Views\CAuditwindow.xaml"
     this.tmpStartTime.SelectedTimeChanged += new AC.AvalonControlsLibrary.Controls.TimeSelectedChangedEventHandler(this.tmpStartTime_SelectedTimeChanged);
     
     #line default
     #line hidden
     return;
     case 11:
     this.vbEndDate = ((System.Windows.Controls.Viewbox)(target));
     return;
     case 12:
     this.dtpEndDate = ((Microsoft.Windows.Controls.DatePicker)(target));
     
     #line 256 "..\..\..\Views\CAuditwindow.xaml"
     this.dtpEndDate.SelectedDateChanged += new System.EventHandler<System.Windows.Controls.SelectionChangedEventArgs>(this.dtpEndDate_SelectedDateChanged);
     
     #line default
     #line hidden
     return;
     case 13:
     this.tmpEndTime = ((AC.AvalonControlsLibrary.Controls.TimePicker)(target));
     
     #line 258 "..\..\..\Views\CAuditwindow.xaml"
     this.tmpEndTime.SelectedTimeChanged += new AC.AvalonControlsLibrary.Controls.TimeSelectedChangedEventHandler(this.tmpEndTime_SelectedTimeChanged);
     
     #line default
     #line hidden
     return;
     case 14:
     this.btnViewAudit = ((System.Windows.Controls.Button)(target));
     
     #line 259 "..\..\..\Views\CAuditwindow.xaml"
     this.btnViewAudit.Click += new System.Windows.RoutedEventHandler(this.btnViewAudit_Click);
     
     #line default
     #line hidden
     return;
     case 15:
     this.cmbRows = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 16:
     this.GridMain = ((System.Windows.Controls.Grid)(target));
     return;
     case 17:
     this.grdAudit = ((System.Windows.Controls.Grid)(target));
     return;
     case 18:
     this.lvAuditView = ((Microsoft.Windows.Controls.DataGrid)(target));
     return;
     case 19:
     this.GridAFT = ((System.Windows.Controls.Grid)(target));
     return;
     case 20:
     this.lvAFTView = ((Microsoft.Windows.Controls.DataGrid)(target));
     return;
     case 21:
     this.btnShowReport = ((System.Windows.Controls.Button)(target));
     
     #line 340 "..\..\..\Views\CAuditwindow.xaml"
     this.btnShowReport.Click += new System.Windows.RoutedEventHandler(this.btnShowReport_Click);
     
     #line default
     #line hidden
     return;
     case 22:
     this.btnToggle = ((System.Windows.Controls.Button)(target));
     
     #line 341 "..\..\..\Views\CAuditwindow.xaml"
     this.btnToggle.Click += new System.Windows.RoutedEventHandler(this.btnToggle_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
Ejemplo n.º 15
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.UserControl = ((BMC.Presentation.POS.Views.PromoPrint)(target));
     
     #line 5 "..\..\..\Views\PromoPrint.xaml"
     this.UserControl.Loaded += new System.Windows.RoutedEventHandler(this.UserControl_Loaded);
     
     #line default
     #line hidden
     return;
     case 2:
     this.LayoutRoot = ((System.Windows.Controls.Grid)(target));
     return;
     case 3:
     this.lblPromoTickType = ((System.Windows.Controls.Label)(target));
     return;
     case 4:
     this.chkNonCash = ((System.Windows.Controls.CheckBox)(target));
     
     #line 35 "..\..\..\Views\PromoPrint.xaml"
     this.chkNonCash.Unchecked += new System.Windows.RoutedEventHandler(this.chkNonCash_Changed);
     
     #line default
     #line hidden
     
     #line 36 "..\..\..\Views\PromoPrint.xaml"
     this.chkNonCash.Checked += new System.Windows.RoutedEventHandler(this.chkNonCash_Changed);
     
     #line default
     #line hidden
     return;
     case 5:
     this.chkCash = ((System.Windows.Controls.CheckBox)(target));
     
     #line 40 "..\..\..\Views\PromoPrint.xaml"
     this.chkCash.Unchecked += new System.Windows.RoutedEventHandler(this.chkCash_Changed);
     
     #line default
     #line hidden
     
     #line 41 "..\..\..\Views\PromoPrint.xaml"
     this.chkCash.Checked += new System.Windows.RoutedEventHandler(this.chkCash_Changed);
     
     #line default
     #line hidden
     return;
     case 6:
     this.lblPromoName = ((System.Windows.Controls.Label)(target));
     return;
     case 7:
     this.txtPromoName = ((System.Windows.Controls.TextBox)(target));
     
     #line 50 "..\..\..\Views\PromoPrint.xaml"
     this.txtPromoName.PreviewMouseUp += new System.Windows.Input.MouseButtonEventHandler(this.txtPromoName_PreviewMouseUp);
     
     #line default
     #line hidden
     return;
     case 8:
     this.lblNumPromoTicks = ((System.Windows.Controls.Label)(target));
     return;
     case 9:
     this.txtNumPromoTicks = ((System.Windows.Controls.TextBox)(target));
     
     #line 59 "..\..\..\Views\PromoPrint.xaml"
     this.txtNumPromoTicks.PreviewMouseUp += new System.Windows.Input.MouseButtonEventHandler(this.txtNumPromoTicks_PreviewMouseUp);
     
     #line default
     #line hidden
     
     #line 59 "..\..\..\Views\PromoPrint.xaml"
     this.txtNumPromoTicks.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtNumPromoTicks_Change);
     
     #line default
     #line hidden
     
     #line 59 "..\..\..\Views\PromoPrint.xaml"
     this.txtNumPromoTicks.KeyDown += new System.Windows.Input.KeyEventHandler(this.txtNumPromoTicks_KeyDown);
     
     #line default
     #line hidden
     return;
     case 10:
     this.lblPromoTickAmt = ((System.Windows.Controls.Label)(target));
     return;
     case 11:
     this.txtPromoTickAmt = ((System.Windows.Controls.TextBox)(target));
     
     #line 68 "..\..\..\Views\PromoPrint.xaml"
     this.txtPromoTickAmt.PreviewMouseUp += new System.Windows.Input.MouseButtonEventHandler(this.txtPromoTickAmt_PreviewMouseUp);
     
     #line default
     #line hidden
     
     #line 69 "..\..\..\Views\PromoPrint.xaml"
     this.txtPromoTickAmt.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtPromoTickAmt_Change);
     
     #line default
     #line hidden
     
     #line 69 "..\..\..\Views\PromoPrint.xaml"
     this.txtPromoTickAmt.KeyDown += new System.Windows.Input.KeyEventHandler(this.txtPromoTickAmt_KeyDown);
     
     #line default
     #line hidden
     return;
     case 12:
     this.lblTotPromoTickVal = ((System.Windows.Controls.Label)(target));
     return;
     case 13:
     this.txtTotPromoTickValData = ((System.Windows.Controls.TextBox)(target));
     return;
     case 14:
     this.lblPromoTickExp = ((System.Windows.Controls.Label)(target));
     return;
     case 15:
     this.vbPromoTickExp = ((System.Windows.Controls.Viewbox)(target));
     return;
     case 16:
     this.dtpPromoTickExp = ((Microsoft.Windows.Controls.DatePicker)(target));
     
     #line 82 "..\..\..\Views\PromoPrint.xaml"
     this.dtpPromoTickExp.SelectedDateChanged += new System.EventHandler<System.Windows.Controls.SelectionChangedEventArgs>(this.dtpPromoTickExp_SelectedDateChanged);
     
     #line default
     #line hidden
     return;
     case 17:
     this.txtPromoExpDate = ((System.Windows.Controls.TextBox)(target));
     
     #line 84 "..\..\..\Views\PromoPrint.xaml"
     this.txtPromoExpDate.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtPromoExpDate_TextChanged);
     
     #line default
     #line hidden
     return;
     case 18:
     this.tmpPromoExpTime = ((AC.AvalonControlsLibrary.Controls.TimePicker)(target));
     return;
     case 19:
     this.gridTicScanDet = ((System.Windows.Controls.Grid)(target));
     return;
     case 20:
     this.GrdMachine = ((System.Windows.Controls.Grid)(target));
     return;
     case 21:
     this.txtPrinterName = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 22:
     this.lblSerialNumber = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 23:
     this.txtSerialNumber = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 24:
     this.BtnPrint = ((System.Windows.Controls.Button)(target));
     
     #line 135 "..\..\..\Views\PromoPrint.xaml"
     this.BtnPrint.Click += new System.Windows.RoutedEventHandler(this.btnPromotionalPrint_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.UserControl = ((BMC.Presentation.CPlayerData)(target));

            #line 9 "..\..\..\Views\CPlayerData.xaml"
                this.UserControl.Loaded += new System.Windows.RoutedEventHandler(this.UserControl_Loaded);

            #line default
            #line hidden
                return;

            case 2:
                this.txtHeader = ((System.Windows.Controls.TextBlock)(target));
                return;

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

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

            #line 47 "..\..\..\Views\CPlayerData.xaml"
                this.txtCardNUmber.PreviewMouseUp += new System.Windows.Input.MouseButtonEventHandler(this.txtCardNUmber_PreviewMouseUp);

            #line default
            #line hidden
                return;

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

            case 6:
                this.cmbMessageTypes = ((System.Windows.Controls.ComboBox)(target));
                return;

            case 7:
                this.chk_FailedOnly = ((System.Windows.Controls.CheckBox)(target));
                return;

            case 8:
                this.vbStartDate = ((System.Windows.Controls.Viewbox)(target));
                return;

            case 9:
                this.dtpStartDate = ((Microsoft.Windows.Controls.DatePicker)(target));

            #line 66 "..\..\..\Views\CPlayerData.xaml"
                this.dtpStartDate.SelectedDateChanged += new System.EventHandler <System.Windows.Controls.SelectionChangedEventArgs>(this.dtpStartDate_SelectedDateChanged);

            #line default
            #line hidden
                return;

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

            case 11:
                this.tmpStartTime = ((AC.AvalonControlsLibrary.Controls.TimePicker)(target));

            #line 69 "..\..\..\Views\CPlayerData.xaml"
                this.tmpStartTime.SelectedTimeChanged += new AC.AvalonControlsLibrary.Controls.TimeSelectedChangedEventHandler(this.tmpStartTime_SelectedTimeChanged);

            #line default
            #line hidden
                return;

            case 12:
                this.vbStartDate_Copy = ((System.Windows.Controls.Viewbox)(target));
                return;

            case 13:
                this.dtpEndDate = ((Microsoft.Windows.Controls.DatePicker)(target));

            #line 72 "..\..\..\Views\CPlayerData.xaml"
                this.dtpEndDate.SelectedDateChanged += new System.EventHandler <System.Windows.Controls.SelectionChangedEventArgs>(this.dtpEndDate_SelectedDateChanged);

            #line default
            #line hidden
                return;

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

            case 15:
                this.dtpEndtime = ((AC.AvalonControlsLibrary.Controls.TimePicker)(target));

            #line 75 "..\..\..\Views\CPlayerData.xaml"
                this.dtpEndtime.SelectedTimeChanged += new AC.AvalonControlsLibrary.Controls.TimeSelectedChangedEventHandler(this.dtpEndtime_SelectedTimeChanged);

            #line default
            #line hidden
                return;

            case 16:
                this.lvPlayerData = ((System.Windows.Controls.ListView)(target));
                return;

            case 17:
                this.clmnRowNo = ((System.Windows.Controls.GridViewColumn)(target));
                return;

            case 18:
                this.clmnIsSelected = ((System.Windows.Controls.GridViewColumn)(target));
                return;

            case 19:
                this.clmnSno = ((System.Windows.Controls.GridViewColumn)(target));
                return;

            case 20:
                this.clmnCardNumber = ((System.Windows.Controls.GridViewColumn)(target));
                return;

            case 21:
                this.clmnTimestamp = ((System.Windows.Controls.GridViewColumn)(target));
                return;

            case 22:
                this.clmMessageType = ((System.Windows.Controls.GridViewColumn)(target));
                return;

            case 23:
                this.clmnTransactionCode = ((System.Windows.Controls.GridViewColumn)(target));
                return;

            case 24:
                this.clmnStatus = ((System.Windows.Controls.GridViewColumn)(target));
                return;

            case 25:
                this.clmnUIStatus = ((System.Windows.Controls.GridViewColumn)(target));
                return;

            case 26:
                this.clmnMessage = ((System.Windows.Controls.GridViewColumn)(target));
                return;

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

            #line 186 "..\..\..\Views\CPlayerData.xaml"
                this.btn_GetMessages.Click += new System.Windows.RoutedEventHandler(this.btn_GetMessages_Click);

            #line default
            #line hidden
                return;

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

            #line 187 "..\..\..\Views\CPlayerData.xaml"
                this.btn_Send.Click += new System.Windows.RoutedEventHandler(this.btn_Send_Click);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
Ejemplo n.º 17
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     
     #line 7 "..\..\..\UserControls\CVaultEvents.xaml"
     ((BMC.Presentation.POS.Views.CVaultEvents)(target)).Loaded += new System.Windows.RoutedEventHandler(this.UserControl_Loaded);
     
     #line default
     #line hidden
     return;
     case 2:
     this.grpVaultEvents = ((System.Windows.Controls.GroupBox)(target));
     return;
     case 3:
     this.grdAssetDetails = ((System.Windows.Controls.Grid)(target));
     return;
     case 4:
     this.lbl_SelectTop = ((System.Windows.Controls.Label)(target));
     return;
     case 5:
     this.cmb_SelectTop = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 6:
     this.lbl_EventType = ((System.Windows.Controls.Label)(target));
     return;
     case 7:
     this.cmb_Type = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 8:
     this.txt_description = ((System.Windows.Controls.TextBox)(target));
     
     #line 118 "..\..\..\UserControls\CVaultEvents.xaml"
     this.txt_description.PreviewMouseUp += new System.Windows.Input.MouseButtonEventHandler(this.txt_description_PreviewMouseUp);
     
     #line default
     #line hidden
     return;
     case 9:
     this.btn_ResetVault = ((System.Windows.Controls.Button)(target));
     
     #line 142 "..\..\..\UserControls\CVaultEvents.xaml"
     this.btn_ResetVault.Click += new System.Windows.RoutedEventHandler(this.btn_ResetVault_Click);
     
     #line default
     #line hidden
     return;
     case 10:
     this.btn_PrintEvent = ((System.Windows.Controls.Button)(target));
     
     #line 143 "..\..\..\UserControls\CVaultEvents.xaml"
     this.btn_PrintEvent.Click += new System.Windows.RoutedEventHandler(this.btn_PrintEvent_Click);
     
     #line default
     #line hidden
     return;
     case 11:
     this.vbStartDate = ((System.Windows.Controls.Viewbox)(target));
     return;
     case 12:
     this.dtpStartDate = ((Microsoft.Windows.Controls.DatePicker)(target));
     
     #line 147 "..\..\..\UserControls\CVaultEvents.xaml"
     this.dtpStartDate.SelectedDateChanged += new System.EventHandler<System.Windows.Controls.SelectionChangedEventArgs>(this.dtpStartDate_SelectedDateChanged);
     
     #line default
     #line hidden
     return;
     case 13:
     this.txtStartDate = ((System.Windows.Controls.TextBox)(target));
     return;
     case 14:
     this.dtpStartTime = ((AC.AvalonControlsLibrary.Controls.TimePicker)(target));
     
     #line 150 "..\..\..\UserControls\CVaultEvents.xaml"
     this.dtpStartTime.SelectedTimeChanged += new AC.AvalonControlsLibrary.Controls.TimeSelectedChangedEventHandler(this.dtpStartTime_SelectedTimeChanged);
     
     #line default
     #line hidden
     return;
     case 15:
     this.vbStartDate_Copy = ((System.Windows.Controls.Viewbox)(target));
     return;
     case 16:
     this.dtpEndDate = ((Microsoft.Windows.Controls.DatePicker)(target));
     
     #line 153 "..\..\..\UserControls\CVaultEvents.xaml"
     this.dtpEndDate.SelectedDateChanged += new System.EventHandler<System.Windows.Controls.SelectionChangedEventArgs>(this.dtpEndDate_SelectedDateChanged);
     
     #line default
     #line hidden
     return;
     case 17:
     this.txtEndDate = ((System.Windows.Controls.TextBox)(target));
     return;
     case 18:
     this.dtpEndtime = ((AC.AvalonControlsLibrary.Controls.TimePicker)(target));
     
     #line 156 "..\..\..\UserControls\CVaultEvents.xaml"
     this.dtpEndtime.SelectedTimeChanged += new AC.AvalonControlsLibrary.Controls.TimeSelectedChangedEventHandler(this.dtpEndtime_SelectedTimeChanged);
     
     #line default
     #line hidden
     return;
     case 19:
     this.lst_Events = ((System.Windows.Controls.ListView)(target));
     return;
     case 20:
     this.clm_TransactionType = ((System.Windows.Controls.GridViewColumn)(target));
     return;
     case 21:
     this.clm_Event_ID = ((System.Windows.Controls.GridViewColumn)(target));
     return;
     case 22:
     this.clm_Amount = ((System.Windows.Controls.GridViewColumn)(target));
     return;
     case 23:
     this.clm_Description = ((System.Windows.Controls.GridViewColumn)(target));
     return;
     case 24:
     this.clm_PrintedAsset = ((System.Windows.Controls.GridViewColumn)(target));
     return;
     case 25:
     this.clm_TranDate = ((System.Windows.Controls.GridViewColumn)(target));
     return;
     case 26:
     this.clm_ReceiveDate = ((System.Windows.Controls.GridViewColumn)(target));
     return;
     case 27:
     this.clm_RedeemDate = ((System.Windows.Controls.GridViewColumn)(target));
     return;
     case 28:
     this.clm_ExpDate = ((System.Windows.Controls.GridViewColumn)(target));
     return;
     case 29:
     this.clm_InventoryType = ((System.Windows.Controls.GridViewColumn)(target));
     return;
     }
     this._contentLoaded = true;
 }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.UserControl = ((BMC.Presentation.CCashDeskManager)(target));
     
     #line 8 "..\..\..\UserControls\CCashDeskManager.xaml"
     this.UserControl.Loaded += new System.Windows.RoutedEventHandler(this.UserControl_Loaded);
     
     #line default
     #line hidden
     
     #line 8 "..\..\..\UserControls\CCashDeskManager.xaml"
     this.UserControl.Unloaded += new System.Windows.RoutedEventHandler(this.UserControl_Unloaded);
     
     #line default
     #line hidden
     return;
     case 2:
     this.LayoutRoot = ((System.Windows.Controls.Grid)(target));
     return;
     case 3:
     this.LayoutRoot_Copy = ((System.Windows.Controls.Grid)(target));
     return;
     case 4:
     this.chkALLCD = ((System.Windows.Controls.CheckBox)(target));
     
     #line 117 "..\..\..\UserControls\CCashDeskManager.xaml"
     this.chkALLCD.Checked += new System.Windows.RoutedEventHandler(this.chkALLCD_Checked);
     
     #line default
     #line hidden
     
     #line 117 "..\..\..\UserControls\CCashDeskManager.xaml"
     this.chkALLCD.Unchecked += new System.Windows.RoutedEventHandler(this.chkALLCD_Unchecked);
     
     #line default
     #line hidden
     return;
     case 5:
     this.txtCashDeskTicketInVal = ((System.Windows.Controls.TextBox)(target));
     return;
     case 6:
     this.lblHandpays = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 7:
     this.txtCashDeskTicketOutVal = ((System.Windows.Controls.TextBox)(target));
     return;
     case 8:
     this.lblVouchersIssued = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 9:
     this.lblJackpot = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 10:
     this.chkCashDeskTicketIn = ((System.Windows.Controls.CheckBox)(target));
     return;
     case 11:
     this.txtCashDeskTicketInQty = ((System.Windows.Controls.TextBox)(target));
     return;
     case 12:
     this.txtCashDeskTicketOutQty = ((System.Windows.Controls.TextBox)(target));
     return;
     case 13:
     this.chkCashDeskTicketOut = ((System.Windows.Controls.CheckBox)(target));
     return;
     case 14:
     this.txtHandpayVal = ((System.Windows.Controls.TextBox)(target));
     return;
     case 15:
     this.txtHandpayQty = ((System.Windows.Controls.TextBox)(target));
     return;
     case 16:
     this.chkHandpays = ((System.Windows.Controls.CheckBox)(target));
     return;
     case 17:
     this.textBlock1 = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 18:
     this.txtJackpotVal = ((System.Windows.Controls.TextBox)(target));
     return;
     case 19:
     this.txtJackPotQty = ((System.Windows.Controls.TextBox)(target));
     return;
     case 20:
     this.chkjackpot = ((System.Windows.Controls.CheckBox)(target));
     return;
     case 21:
     this.textBlock2 = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 22:
     this.txtProgHandpayVal = ((System.Windows.Controls.TextBox)(target));
     return;
     case 23:
     this.txtProgHandpayQty = ((System.Windows.Controls.TextBox)(target));
     return;
     case 24:
     this.chkProghandpays = ((System.Windows.Controls.CheckBox)(target));
     return;
     case 25:
     this.txtVoidQty = ((System.Windows.Controls.TextBox)(target));
     return;
     case 26:
     this.chkVoidTransactions = ((System.Windows.Controls.CheckBox)(target));
     return;
     case 27:
     this.textBlock4 = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 28:
     this.txtVoidTransaction = ((System.Windows.Controls.TextBox)(target));
     return;
     case 29:
     this.txtCashDeskShortPayQty = ((System.Windows.Controls.TextBox)(target));
     return;
     case 30:
     this.chkShortPays = ((System.Windows.Controls.CheckBox)(target));
     return;
     case 31:
     this.textBlock3 = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 32:
     this.txtCashDeskShortPaysVal = ((System.Windows.Controls.TextBox)(target));
     return;
     case 33:
     this.lblOfflinevoucher = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 34:
     this.txtCashDeskVoidVoucherQty = ((System.Windows.Controls.TextBox)(target));
     return;
     case 35:
     this.chkVoidVoucher = ((System.Windows.Controls.CheckBox)(target));
     return;
     case 36:
     this.textBlock41 = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 37:
     this.txtCashDeskVoidVoucherValue = ((System.Windows.Controls.TextBox)(target));
     return;
     case 38:
     this.txtOfflinevoucher1 = ((System.Windows.Controls.TextBox)(target));
     return;
     case 39:
     this.chkOfflinevoucher = ((System.Windows.Controls.CheckBox)(target));
     return;
     case 40:
     this.txtOfflinevoucher = ((System.Windows.Controls.TextBox)(target));
     return;
     case 41:
     this.chkALLMC = ((System.Windows.Controls.CheckBox)(target));
     
     #line 220 "..\..\..\UserControls\CCashDeskManager.xaml"
     this.chkALLMC.Checked += new System.Windows.RoutedEventHandler(this.chkALLMC_Checked);
     
     #line default
     #line hidden
     
     #line 220 "..\..\..\UserControls\CCashDeskManager.xaml"
     this.chkALLMC.Unchecked += new System.Windows.RoutedEventHandler(this.chkALLMC_Unchecked);
     
     #line default
     #line hidden
     return;
     case 42:
     this.txtMachineTicketOutVal = ((System.Windows.Controls.TextBox)(target));
     return;
     case 43:
     this.txtActiveVal = ((System.Windows.Controls.TextBox)(target));
     return;
     case 44:
     this.txtVoidval = ((System.Windows.Controls.TextBox)(target));
     return;
     case 45:
     this.txtExpiredVal = ((System.Windows.Controls.TextBox)(target));
     return;
     case 46:
     this.txtMachineTicketInVal = ((System.Windows.Controls.TextBox)(target));
     return;
     case 47:
     this.txtMachineTicketInQty = ((System.Windows.Controls.TextBox)(target));
     return;
     case 48:
     this.txtMachineTicketOutQty = ((System.Windows.Controls.TextBox)(target));
     return;
     case 49:
     this.txtActiveQty = ((System.Windows.Controls.TextBox)(target));
     return;
     case 50:
     this.txtVoidTranQty = ((System.Windows.Controls.TextBox)(target));
     return;
     case 51:
     this.txtExpiredQty = ((System.Windows.Controls.TextBox)(target));
     return;
     case 52:
     this.chkTicketOut = ((System.Windows.Controls.CheckBox)(target));
     return;
     case 53:
     this.chkTicketIn = ((System.Windows.Controls.CheckBox)(target));
     return;
     case 54:
     this.lblNoncashableVoucherIn = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 55:
     this.txtNCInVal = ((System.Windows.Controls.TextBox)(target));
     return;
     case 56:
     this.txtNCInQty = ((System.Windows.Controls.TextBox)(target));
     return;
     case 57:
     this.chkNCTicketIn = ((System.Windows.Controls.CheckBox)(target));
     return;
     case 58:
     this.lblNoncashableVoucherOut = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 59:
     this.txtNCOutVal = ((System.Windows.Controls.TextBox)(target));
     return;
     case 60:
     this.txtNCOutQty = ((System.Windows.Controls.TextBox)(target));
     return;
     case 61:
     this.chkNCTicketOut = ((System.Windows.Controls.CheckBox)(target));
     return;
     case 62:
     this.lblUnprocessedHandpay = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 63:
     this.txtUnprocessedHandpayVal = ((System.Windows.Controls.TextBox)(target));
     return;
     case 64:
     this.txtUnprocessedHandpayQty = ((System.Windows.Controls.TextBox)(target));
     return;
     case 65:
     this.chkUnprocessedHandpay = ((System.Windows.Controls.CheckBox)(target));
     return;
     case 66:
     this.txtExcepVal = ((System.Windows.Controls.TextBox)(target));
     return;
     case 67:
     this.txtLiabilityVal = ((System.Windows.Controls.TextBox)(target));
     return;
     case 68:
     this.txtExcepQty = ((System.Windows.Controls.TextBox)(target));
     return;
     case 69:
     this.txtLiabilityQty = ((System.Windows.Controls.TextBox)(target));
     return;
     case 70:
     this.chkActive = ((System.Windows.Controls.CheckBox)(target));
     return;
     case 71:
     this.chkVoidCancel = ((System.Windows.Controls.CheckBox)(target));
     return;
     case 72:
     this.chkExpired = ((System.Windows.Controls.CheckBox)(target));
     return;
     case 73:
     this.chkException = ((System.Windows.Controls.CheckBox)(target));
     return;
     case 74:
     this.chkLiability = ((System.Windows.Controls.CheckBox)(target));
     return;
     case 75:
     this.grpCoinHopper = ((System.Windows.Controls.GroupBox)(target));
     return;
     case 76:
     this.txtRefundVal = ((System.Windows.Controls.TextBox)(target));
     return;
     case 77:
     this.lblRefunds = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 78:
     this.txtFillsVal = ((System.Windows.Controls.TextBox)(target));
     return;
     case 79:
     this.lblFills = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 80:
     this.lblCashDeskFloat = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 81:
     this.chkRefunds = ((System.Windows.Controls.CheckBox)(target));
     return;
     case 82:
     this.txtRefundQty = ((System.Windows.Controls.TextBox)(target));
     return;
     case 83:
     this.txtFillsQty = ((System.Windows.Controls.TextBox)(target));
     return;
     case 84:
     this.chkRefills = ((System.Windows.Controls.CheckBox)(target));
     return;
     case 85:
     this.txtCashDeskFloatVal = ((System.Windows.Controls.TextBox)(target));
     return;
     case 86:
     this.txtCashDeskFloatQty = ((System.Windows.Controls.TextBox)(target));
     return;
     case 87:
     this.chkCashDeskFloat = ((System.Windows.Controls.CheckBox)(target));
     return;
     case 88:
     this.btnPrint = ((System.Windows.Controls.Button)(target));
     
     #line 392 "..\..\..\UserControls\CCashDeskManager.xaml"
     this.btnPrint.Click += new System.Windows.RoutedEventHandler(this.btnPrint_Click);
     
     #line default
     #line hidden
     return;
     case 89:
     this.btnTicketAnomalies = ((System.Windows.Controls.Button)(target));
     
     #line 393 "..\..\..\UserControls\CCashDeskManager.xaml"
     this.btnTicketAnomalies.Click += new System.Windows.RoutedEventHandler(this.btnTicketAnomalies_Click);
     
     #line default
     #line hidden
     return;
     case 90:
     this.pnlHeader = ((System.Windows.Controls.Grid)(target));
     return;
     case 91:
     this.vbStartDate = ((System.Windows.Controls.Viewbox)(target));
     return;
     case 92:
     this.dtpStartDate = ((Microsoft.Windows.Controls.DatePicker)(target));
     
     #line 418 "..\..\..\UserControls\CCashDeskManager.xaml"
     this.dtpStartDate.SelectedDateChanged += new System.EventHandler<System.Windows.Controls.SelectionChangedEventArgs>(this.dtpStartDate_SelectedDateChanged);
     
     #line default
     #line hidden
     return;
     case 93:
     this.txtStartDate = ((System.Windows.Controls.TextBox)(target));
     return;
     case 94:
     this.tmpStartTime = ((AC.AvalonControlsLibrary.Controls.TimePicker)(target));
     
     #line 421 "..\..\..\UserControls\CCashDeskManager.xaml"
     this.tmpStartTime.SelectedTimeChanged += new AC.AvalonControlsLibrary.Controls.TimeSelectedChangedEventHandler(this.tmpStartTime_SelectedTimeChanged);
     
     #line default
     #line hidden
     return;
     case 95:
     this.vbStartDate_Copy = ((System.Windows.Controls.Viewbox)(target));
     return;
     case 96:
     this.dtpEndDate = ((Microsoft.Windows.Controls.DatePicker)(target));
     
     #line 424 "..\..\..\UserControls\CCashDeskManager.xaml"
     this.dtpEndDate.SelectedDateChanged += new System.EventHandler<System.Windows.Controls.SelectionChangedEventArgs>(this.dtpEndDate_SelectedDateChanged);
     
     #line default
     #line hidden
     return;
     case 97:
     this.txtEndDate = ((System.Windows.Controls.TextBox)(target));
     return;
     case 98:
     this.dtpEndtime = ((AC.AvalonControlsLibrary.Controls.TimePicker)(target));
     
     #line 427 "..\..\..\UserControls\CCashDeskManager.xaml"
     this.dtpEndtime.SelectedTimeChanged += new AC.AvalonControlsLibrary.Controls.TimeSelectedChangedEventHandler(this.dtpEndtime_SelectedTimeChanged);
     
     #line default
     #line hidden
     return;
     case 99:
     this.prgViewAll = ((System.Windows.Controls.ProgressBar)(target));
     return;
     case 100:
     this.btnDebug = ((System.Windows.Controls.Button)(target));
     return;
     case 101:
     this.btnAnomalies = ((System.Windows.Controls.Button)(target));
     
     #line 435 "..\..\..\UserControls\CCashDeskManager.xaml"
     this.btnAnomalies.Click += new System.Windows.RoutedEventHandler(this.btnAnomalies_Click);
     
     #line default
     #line hidden
     return;
     case 102:
     this.btnPrint_Copy = ((System.Windows.Controls.Button)(target));
     
     #line 437 "..\..\..\UserControls\CCashDeskManager.xaml"
     this.btnPrint_Copy.Click += new System.Windows.RoutedEventHandler(this.btnPrint_Copy_Click);
     
     #line default
     #line hidden
     return;
     case 103:
     this.btnProcess = ((System.Windows.Controls.Button)(target));
     
     #line 438 "..\..\..\UserControls\CCashDeskManager.xaml"
     this.btnProcess.Click += new System.Windows.RoutedEventHandler(this.btnProcess_Click);
     
     #line default
     #line hidden
     return;
     case 104:
     this.btnReconciliation = ((System.Windows.Controls.Button)(target));
     
     #line 441 "..\..\..\UserControls\CCashDeskManager.xaml"
     this.btnReconciliation.Click += new System.Windows.RoutedEventHandler(this.btnReconciliation_Click);
     
     #line default
     #line hidden
     return;
     case 105:
     this.btnMovement = ((System.Windows.Controls.Button)(target));
     
     #line 442 "..\..\..\UserControls\CCashDeskManager.xaml"
     this.btnMovement.Click += new System.Windows.RoutedEventHandler(this.btnMovement_Click);
     
     #line default
     #line hidden
     return;
     case 106:
     this.btnBalancing = ((System.Windows.Controls.Button)(target));
     
     #line 443 "..\..\..\UserControls\CCashDeskManager.xaml"
     this.btnBalancing.Click += new System.Windows.RoutedEventHandler(this.btnBalancing_Click);
     
     #line default
     #line hidden
     return;
     case 107:
     this.txtPage = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 108:
     this.cboUser = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 109:
     this.cboRoute = ((System.Windows.Controls.ComboBox)(target));
     
     #line 484 "..\..\..\UserControls\CCashDeskManager.xaml"
     this.cboRoute.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.cboRoute_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 110:
     this.btnRefreshTime = ((BMC.Presentation.ControlBoxButtons)(target));
     return;
     }
     this._contentLoaded = true;
 }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     
     #line 8 "..\..\..\Views\CCustomReports.xaml"
     ((BMC.Presentation.CCustomReports)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);
     
     #line default
     #line hidden
     return;
     case 2:
     this.gridSetting = ((System.Windows.Controls.Grid)(target));
     return;
     case 3:
     this.txtHeader = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 4:
     this.cmbReports = ((System.Windows.Controls.ComboBox)(target));
     
     #line 35 "..\..\..\Views\CCustomReports.xaml"
     this.cmbReports.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.cmbReports_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 5:
     this.VoucherCouponLiabilityReportGrid = ((System.Windows.Controls.Grid)(target));
     return;
     case 6:
     this.vbIssueDate = ((System.Windows.Controls.Viewbox)(target));
     return;
     case 7:
     this.dtpIssueDate_liability = ((Microsoft.Windows.Controls.DatePicker)(target));
     return;
     case 8:
     this.tmpIssueDate_liability = ((AC.AvalonControlsLibrary.Controls.TimePicker)(target));
     return;
     case 9:
     this.cmbDeviceType_liability = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 10:
     this.cmbVoucherStatus_liability = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 11:
     this.ExpiredVoucherCouponReportGrid = ((System.Windows.Controls.Grid)(target));
     return;
     case 12:
     this.vbFromDate_Expired = ((System.Windows.Controls.Viewbox)(target));
     return;
     case 13:
     this.dtpFromDate_Expired = ((Microsoft.Windows.Controls.DatePicker)(target));
     return;
     case 14:
     this.tmpFromDate_Expired = ((AC.AvalonControlsLibrary.Controls.TimePicker)(target));
     return;
     case 15:
     this.vbToDate_Expired = ((System.Windows.Controls.Viewbox)(target));
     return;
     case 16:
     this.dtpToDate_Expired = ((Microsoft.Windows.Controls.DatePicker)(target));
     return;
     case 17:
     this.tmpToDate_Expired = ((AC.AvalonControlsLibrary.Controls.TimePicker)(target));
     return;
     case 18:
     this.cmbDeviceType_Expired = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 19:
     this.RedeemedTicketByDeviceReportGrid = ((System.Windows.Controls.Grid)(target));
     return;
     case 20:
     this.vbFromDate = ((System.Windows.Controls.Viewbox)(target));
     return;
     case 21:
     this.dtpFromDate_Redeem = ((Microsoft.Windows.Controls.DatePicker)(target));
     return;
     case 22:
     this.tmpFromDate_Redeem = ((AC.AvalonControlsLibrary.Controls.TimePicker)(target));
     return;
     case 23:
     this.vbToDate = ((System.Windows.Controls.Viewbox)(target));
     return;
     case 24:
     this.dtpToDate_Redeem = ((Microsoft.Windows.Controls.DatePicker)(target));
     return;
     case 25:
     this.tmpToDate_Redeem = ((AC.AvalonControlsLibrary.Controls.TimePicker)(target));
     return;
     case 26:
     this.cmbDeviceType_Redeem = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 27:
     this.ExpenseDetailsReportGrid = ((System.Windows.Controls.Grid)(target));
     return;
     case 28:
     this.vbExpenseDetailReportDate = ((System.Windows.Controls.Viewbox)(target));
     return;
     case 29:
     this.dtpReportDate_ExpenseDetail = ((Microsoft.Windows.Controls.DatePicker)(target));
     return;
     case 30:
     this.cmbExpensePeriod = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 31:
     this.chkIsGamingDay = ((System.Windows.Controls.CheckBox)(target));
     return;
     case 32:
     this.JackpotSlipSummaryReportGrid = ((System.Windows.Controls.Grid)(target));
     return;
     case 33:
     this.vbReportStartDate = ((System.Windows.Controls.Viewbox)(target));
     return;
     case 34:
     this.dtpReportStartDate_JackpotSlipSummary = ((Microsoft.Windows.Controls.DatePicker)(target));
     return;
     case 35:
     this.tpReportStartTime = ((AC.AvalonControlsLibrary.Controls.TimePicker)(target));
     return;
     case 36:
     this.vbReportEndDate = ((System.Windows.Controls.Viewbox)(target));
     return;
     case 37:
     this.dtpReportEndDate_JackpotSlipSummary = ((Microsoft.Windows.Controls.DatePicker)(target));
     return;
     case 38:
     this.tpReportEndTime = ((AC.AvalonControlsLibrary.Controls.TimePicker)(target));
     return;
     case 39:
     this.chkIncludeHandpay = ((System.Windows.Controls.CheckBox)(target));
     return;
     case 40:
     this.chkIncludeJackpot = ((System.Windows.Controls.CheckBox)(target));
     return;
     case 41:
     this.TicketIssuedReportGrid = ((System.Windows.Controls.Grid)(target));
     return;
     case 42:
     this.vbFromDate_Issued = ((System.Windows.Controls.Viewbox)(target));
     return;
     case 43:
     this.dtpFromDate_Issued = ((Microsoft.Windows.Controls.DatePicker)(target));
     return;
     case 44:
     this.tmpFromDate_Issued = ((AC.AvalonControlsLibrary.Controls.TimePicker)(target));
     return;
     case 45:
     this.vbToDate_Issued = ((System.Windows.Controls.Viewbox)(target));
     return;
     case 46:
     this.dtpToDate_Issued = ((Microsoft.Windows.Controls.DatePicker)(target));
     return;
     case 47:
     this.tmpToDate_Issued = ((AC.AvalonControlsLibrary.Controls.TimePicker)(target));
     return;
     case 48:
     this.cmbSlot_Issued = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 49:
     this.cmbVoucherStatus_Issued = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 50:
     this.MeterListReportGrid = ((System.Windows.Controls.Grid)(target));
     return;
     case 51:
     this.cmbAssetNumber = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 52:
     this.ExceptionVoucherDetailReportGrid = ((System.Windows.Controls.Grid)(target));
     return;
     case 53:
     this.vbFromDate_Exception = ((System.Windows.Controls.Viewbox)(target));
     return;
     case 54:
     this.dtpFromDate_Exception = ((Microsoft.Windows.Controls.DatePicker)(target));
     
     #line 276 "..\..\..\Views\CCustomReports.xaml"
     this.dtpFromDate_Exception.SelectedDateChanged += new System.EventHandler<System.Windows.Controls.SelectionChangedEventArgs>(this.dtpFromDate_Exception_SelectedDateChanged);
     
     #line default
     #line hidden
     return;
     case 55:
     this.tmpFromDate_Exception = ((AC.AvalonControlsLibrary.Controls.TimePicker)(target));
     
     #line 278 "..\..\..\Views\CCustomReports.xaml"
     this.tmpFromDate_Exception.SelectedTimeChanged += new AC.AvalonControlsLibrary.Controls.TimeSelectedChangedEventHandler(this.dtpFromDate_Exception_SelectedDateChanged);
     
     #line default
     #line hidden
     return;
     case 56:
     this.vbToDate_Exception = ((System.Windows.Controls.Viewbox)(target));
     return;
     case 57:
     this.dtpToDate_Exception = ((Microsoft.Windows.Controls.DatePicker)(target));
     
     #line 281 "..\..\..\Views\CCustomReports.xaml"
     this.dtpToDate_Exception.SelectedDateChanged += new System.EventHandler<System.Windows.Controls.SelectionChangedEventArgs>(this.dtpFromDate_Exception_SelectedDateChanged);
     
     #line default
     #line hidden
     return;
     case 58:
     this.tmpToDate_Exception = ((AC.AvalonControlsLibrary.Controls.TimePicker)(target));
     
     #line 283 "..\..\..\Views\CCustomReports.xaml"
     this.tmpToDate_Exception.SelectedTimeChanged += new AC.AvalonControlsLibrary.Controls.TimeSelectedChangedEventHandler(this.dtpFromDate_Exception_SelectedDateChanged);
     
     #line default
     #line hidden
     return;
     case 59:
     this.chkDropBased = ((System.Windows.Controls.CheckBox)(target));
     
     #line 284 "..\..\..\Views\CCustomReports.xaml"
     this.chkDropBased.Checked += new System.Windows.RoutedEventHandler(this.chkDropBased_Checked);
     
     #line default
     #line hidden
     
     #line 284 "..\..\..\Views\CCustomReports.xaml"
     this.chkDropBased.Unchecked += new System.Windows.RoutedEventHandler(this.chkDropBased_Unchecked);
     
     #line default
     #line hidden
     return;
     case 60:
     this.cmbBatchNumber = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 61:
     this.CrossPropertyLiabilityTransferSummaryReportGrid = ((System.Windows.Controls.Grid)(target));
     return;
     case 62:
     this.vbFromDate_TSR = ((System.Windows.Controls.Viewbox)(target));
     return;
     case 63:
     this.dtpFromDate_TSR = ((Microsoft.Windows.Controls.DatePicker)(target));
     return;
     case 64:
     this.tmpFromDate_TSR = ((AC.AvalonControlsLibrary.Controls.TimePicker)(target));
     return;
     case 65:
     this.vbToDate_TSR = ((System.Windows.Controls.Viewbox)(target));
     return;
     case 66:
     this.dtpToDate_TSR = ((Microsoft.Windows.Controls.DatePicker)(target));
     return;
     case 67:
     this.tmpToDate_TSR = ((AC.AvalonControlsLibrary.Controls.TimePicker)(target));
     return;
     case 68:
     this.CrossPropertyLiabilityTransferDetailsReportGrid = ((System.Windows.Controls.Grid)(target));
     return;
     case 69:
     this.vbFromDate_TDR = ((System.Windows.Controls.Viewbox)(target));
     return;
     case 70:
     this.dtpFromDate_TDR = ((Microsoft.Windows.Controls.DatePicker)(target));
     return;
     case 71:
     this.tmpFromDate_TDR = ((AC.AvalonControlsLibrary.Controls.TimePicker)(target));
     return;
     case 72:
     this.vbToDate_TDR = ((System.Windows.Controls.Viewbox)(target));
     return;
     case 73:
     this.dtpToDate_TDR = ((Microsoft.Windows.Controls.DatePicker)(target));
     return;
     case 74:
     this.tmpToDate_TDR = ((AC.AvalonControlsLibrary.Controls.TimePicker)(target));
     return;
     case 75:
     this.CrossPropertyTicketAnalysisReportGrid = ((System.Windows.Controls.Grid)(target));
     return;
     case 76:
     this.vbFromDate_TAR = ((System.Windows.Controls.Viewbox)(target));
     return;
     case 77:
     this.dtpFromDate_TAR = ((Microsoft.Windows.Controls.DatePicker)(target));
     return;
     case 78:
     this.tmpFromDate_TAR = ((AC.AvalonControlsLibrary.Controls.TimePicker)(target));
     return;
     case 79:
     this.vbToDate_TAR = ((System.Windows.Controls.Viewbox)(target));
     return;
     case 80:
     this.dtpToDate_TAR = ((Microsoft.Windows.Controls.DatePicker)(target));
     return;
     case 81:
     this.tmpToDate_TAR = ((AC.AvalonControlsLibrary.Controls.TimePicker)(target));
     return;
     case 82:
     this.StackerLevelDetailsReportGrid = ((System.Windows.Controls.Grid)(target));
     return;
     case 83:
     this.cmbStackerLevel = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 84:
     this.AccountingWinLossReportGrid = ((System.Windows.Controls.Grid)(target));
     return;
     case 85:
     this.vbFromDate_AWLR = ((System.Windows.Controls.Viewbox)(target));
     return;
     case 86:
     this.dtpFromDate_AWLR = ((Microsoft.Windows.Controls.DatePicker)(target));
     return;
     case 87:
     this.vbToDate_AWLR = ((System.Windows.Controls.Viewbox)(target));
     return;
     case 88:
     this.dtpToDate_AWLR = ((Microsoft.Windows.Controls.DatePicker)(target));
     return;
     case 89:
     this.cmbZone_AWLR = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 90:
     this.cmbCategory_AWLR = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 91:
     this.chkNonCashable_AWLR = ((System.Windows.Controls.CheckBox)(target));
     return;
     case 92:
     this.buttonGrid = ((System.Windows.Controls.Grid)(target));
     return;
     case 93:
     this.btnOK = ((System.Windows.Controls.Button)(target));
     
     #line 408 "..\..\..\Views\CCustomReports.xaml"
     this.btnOK.Click += new System.Windows.RoutedEventHandler(this.btnOK_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
Ejemplo n.º 20
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.imgStromoIcon = ((System.Windows.Controls.Image)(target));
     return;
     case 2:
     this.datePickerDateOfBirth = ((System.Windows.Controls.DatePicker)(target));
     return;
     case 3:
     this.timePicker = ((AC.AvalonControlsLibrary.Controls.TimePicker)(target));
     return;
     case 4:
     this.stackPanel1 = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 5:
     this.btnCancel = ((System.Windows.Controls.Button)(target));
     
     #line 60 "..\..\..\AddPatient.xaml"
     this.btnCancel.Click += new System.Windows.RoutedEventHandler(this.btnCancel_Click);
     
     #line default
     #line hidden
     return;
     case 6:
     this.btnAddPatient = ((System.Windows.Controls.Button)(target));
     
     #line 61 "..\..\..\AddPatient.xaml"
     this.btnAddPatient.Click += new System.Windows.RoutedEventHandler(this.btnAddPatient_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }