Adds icon content to a standard button.
Inheritance: System.Windows.Controls.Button
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.Media = ((System.Windows.Controls.MediaElement)(target));
                return;

            case 2:
                this.BtnPlay = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));

            #line 27 "..\..\..\..\gui\components\MediaFilePlayer.xaml"
                this.BtnPlay.Click += new System.Windows.RoutedEventHandler(this.PlayButton_Click);

            #line default
            #line hidden
                return;

            case 3:
                this.BtnPause = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));

            #line 28 "..\..\..\..\gui\components\MediaFilePlayer.xaml"
                this.BtnPause.Click += new System.Windows.RoutedEventHandler(this.PauseButton_Click);

            #line default
            #line hidden
                return;

            case 4:
                this.BtnStop = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));

            #line 29 "..\..\..\..\gui\components\MediaFilePlayer.xaml"
                this.BtnStop.Click += new System.Windows.RoutedEventHandler(this.StopButton_Click);

            #line default
            #line hidden
                return;

            case 5:
                this.VolumeSlider = ((System.Windows.Controls.Slider)(target));

            #line 35 "..\..\..\..\gui\components\MediaFilePlayer.xaml"
                this.VolumeSlider.ValueChanged += new System.Windows.RoutedPropertyChangedEventHandler <double>(this.VolumeSlider_ValueChanged);

            #line default
            #line hidden
                return;

            case 6:
                this.SpeedSlider = ((System.Windows.Controls.Slider)(target));

            #line 42 "..\..\..\..\gui\components\MediaFilePlayer.xaml"
                this.SpeedSlider.ValueChanged += new System.Windows.RoutedPropertyChangedEventHandler <double>(this.Speed_ValueChanged);

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

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

            case 3:
                this._media = ((System.Windows.Controls.MediaElement)(target));
                return;

            case 4:
                this.BtnPlay = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));

            #line 41 "..\..\..\..\gui\Pages\PScanner - Copy.xaml"
                this.BtnPlay.Click += new System.Windows.RoutedEventHandler(this.BtnPlay_Click);

            #line default
            #line hidden
                return;

            case 5:
                this.BtnPause = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));

            #line 42 "..\..\..\..\gui\Pages\PScanner - Copy.xaml"
                this.BtnPause.Click += new System.Windows.RoutedEventHandler(this.BtnPause_Click);

            #line default
            #line hidden
                return;

            case 6:
                this.BtnStop = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));

            #line 43 "..\..\..\..\gui\Pages\PScanner - Copy.xaml"
                this.BtnStop.Click += new System.Windows.RoutedEventHandler(this.BtnStop_Click);

            #line default
            #line hidden
                return;

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

            #line 47 "..\..\..\..\gui\Pages\PScanner - Copy.xaml"
                this.BtnSaveMovies.Click += new System.Windows.RoutedEventHandler(this.BtnSaveMovies_Click);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
 {
     switch (connectionId)
     {
     case 1:
         this.RefreshWeatherButton = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));
         return;
     }
     this._contentLoaded = true;
 }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.WeatherControl = ((OpenWeather.WeatherApplet)(target));
                return;

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

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

            case 4:
                this.CurrentWeatherImage = ((System.Windows.Controls.Image)(target));
                return;

            case 5:
                this.CurrentWeatherTemperature = ((System.Windows.Controls.TextBlock)(target));
                return;

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

            case 7:
                this.CurrentWeatherStackPanel = ((System.Windows.Controls.StackPanel)(target));
                return;

            case 8:
                this.MaxTempTextBlock = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 9:
                this.MinTempTextBlock = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 10:
                this.RefreshWeatherButton = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));
                return;

            case 11:
                this.InitialProgressRing = ((System.Windows.Controls.ItemsControl)(target));
                return;
            }
            this._contentLoaded = true;
        }
Esempio n. 5
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 8 "..\..\..\..\Pages\Setting\Payment.xaml"
                ((CashierRegister.Pages.Setting.Payment)(target)).Loaded += new System.Windows.RoutedEventHandler(this.UserControl_Loaded);

            #line default
            #line hidden
                return;

            case 2:
                this.mpr = ((FirstFloor.ModernUI.Windows.Controls.ModernProgressRing)(target));
                return;

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

            case 4:
                this.muiBtnAdd = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));

            #line 23 "..\..\..\..\Pages\Setting\Payment.xaml"
                this.muiBtnAdd.Click += new System.Windows.RoutedEventHandler(this.muiBtnAdd_Click);

            #line default
            #line hidden
                return;

            case 5:
                this.tblTotal = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 6:
                this.dtgCard = ((System.Windows.Controls.DataGrid)(target));

            #line 32 "..\..\..\..\Pages\Setting\Payment.xaml"
                this.dtgCard.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.dtgUser_MouseDoubleClick);

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

            #line 8 "..\..\..\..\Pages\Setting\BackupLocal.xaml"
                ((CashierRegister.Pages.Setting.BackupLocal)(target)).Loaded += new System.Windows.RoutedEventHandler(this.UserControl_Loaded);

            #line default
            #line hidden
                return;

            case 2:
                this.muiBtnBackup = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));

            #line 20 "..\..\..\..\Pages\Setting\BackupLocal.xaml"
                this.muiBtnBackup.Click += new System.Windows.RoutedEventHandler(this.muiBtnBackup_Click);

            #line default
            #line hidden
                return;

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

            case 4:
                this.mpr = ((FirstFloor.ModernUI.Windows.Controls.ModernProgressRing)(target));
                return;

            case 5:
                this.dtgDatabase = ((System.Windows.Controls.DataGrid)(target));
                return;
            }
            this._contentLoaded = true;
        }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 8 "..\..\..\..\Pages\Setting\ImportExportGDrive.xaml"
                ((CashierRegister.Pages.Setting.ImportExportGDrive)(target)).Loaded += new System.Windows.RoutedEventHandler(this.UserControl_Loaded);

            #line default
            #line hidden
                return;

            case 2:
                this.muiBtnBackup = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));

            #line 22 "..\..\..\..\Pages\Setting\ImportExportGDrive.xaml"
                this.muiBtnBackup.Click += new System.Windows.RoutedEventHandler(this.muiBtnBackup_Click);

            #line default
            #line hidden
                return;

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

            case 4:
                this.mpr = ((FirstFloor.ModernUI.Windows.Controls.ModernProgressRing)(target));
                return;

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

            case 8:
                this.tblEmailAddress = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 9:
                this.tblLogout = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 10:
                this.hplLogout = ((System.Windows.Documents.Hyperlink)(target));

            #line 125 "..\..\..\..\Pages\Setting\ImportExportGDrive.xaml"
                this.hplLogout.Click += new System.Windows.RoutedEventHandler(this.hplLogout_Click);

            #line default
            #line hidden
                return;

            case 11:
                this.tblLogin = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 12:
                this.hplLogin = ((System.Windows.Documents.Hyperlink)(target));

            #line 126 "..\..\..\..\Pages\Setting\ImportExportGDrive.xaml"
                this.hplLogin.Click += new System.Windows.RoutedEventHandler(this.hplLogin_Click);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
Esempio n. 8
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.listPermiso = ((System.Windows.Controls.ListView)(target));
     
     #line 38 "..\..\..\Content\ListPermiso.xaml"
     this.listPermiso.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.listPermiso_MouseDoubleClick);
     
     #line default
     #line hidden
     return;
     case 2:
     
     #line 43 "..\..\..\Content\ListPermiso.xaml"
     ((System.Windows.Controls.GridViewColumnHeader)(target)).MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.headIdEmpleado);
     
     #line default
     #line hidden
     return;
     case 3:
     this.txtIdEmpleadoBusqueda = ((System.Windows.Controls.TextBox)(target));
     
     #line 46 "..\..\..\Content\ListPermiso.xaml"
     this.txtIdEmpleadoBusqueda.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtBusqueda_TextChanged);
     
     #line default
     #line hidden
     return;
     case 4:
     
     #line 50 "..\..\..\Content\ListPermiso.xaml"
     ((System.Windows.Controls.GridViewColumnHeader)(target)).MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.headActivo);
     
     #line default
     #line hidden
     return;
     case 5:
     this.txtActivoBusqueda = ((System.Windows.Controls.TextBox)(target));
     
     #line 53 "..\..\..\Content\ListPermiso.xaml"
     this.txtActivoBusqueda.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtBusqueda_TextChanged);
     
     #line default
     #line hidden
     return;
     case 6:
     
     #line 57 "..\..\..\Content\ListPermiso.xaml"
     ((System.Windows.Controls.GridViewColumnHeader)(target)).MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.headHoraIn);
     
     #line default
     #line hidden
     return;
     case 7:
     this.txtHoraInBusqueda = ((System.Windows.Controls.TextBox)(target));
     
     #line 60 "..\..\..\Content\ListPermiso.xaml"
     this.txtHoraInBusqueda.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtBusqueda_TextChanged);
     
     #line default
     #line hidden
     return;
     case 8:
     
     #line 64 "..\..\..\Content\ListPermiso.xaml"
     ((System.Windows.Controls.GridViewColumnHeader)(target)).MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.headHoraOut);
     
     #line default
     #line hidden
     return;
     case 9:
     this.txtHoraOutBusqueda = ((System.Windows.Controls.TextBox)(target));
     
     #line 67 "..\..\..\Content\ListPermiso.xaml"
     this.txtHoraOutBusqueda.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtBusqueda_TextChanged);
     
     #line default
     #line hidden
     return;
     case 10:
     this.btnUpdate = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));
     
     #line 93 "..\..\..\Content\ListPermiso.xaml"
     this.btnUpdate.Click += new System.Windows.RoutedEventHandler(this.btnUpdate_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
Esempio n. 9
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 9 "..\..\..\..\Pages\Home\PayCash.xaml"
                ((CashierRegister.Pages.Home.PayCash)(target)).Loaded += new System.Windows.RoutedEventHandler(this.ModernDialog_Loaded);

            #line default
            #line hidden

            #line 9 "..\..\..\..\Pages\Home\PayCash.xaml"
                ((CashierRegister.Pages.Home.PayCash)(target)).KeyDown += new System.Windows.Input.KeyEventHandler(this.ModernDialog_KeyDown);

            #line default
            #line hidden
                return;

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

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

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

            case 5:
                this.tblTotalUnit = ((System.Windows.Controls.TextBlock)(target));
                return;

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

            case 7:
                this.tblCashBalanceUnit = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 8:
                this.tblCashBalance = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 9:
                this.muiBtnAdd = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));

            #line 63 "..\..\..\..\Pages\Home\PayCash.xaml"
                this.muiBtnAdd.Click += new System.Windows.RoutedEventHandler(this.btAddPayment_Click);

            #line default
            #line hidden
                return;

            case 10:
                this.column1 = ((System.Windows.Controls.ColumnDefinition)(target));
                return;

            case 11:
                this.column2 = ((System.Windows.Controls.ColumnDefinition)(target));
                return;

            case 12:
                this.tblCalType = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 13:
                this.mnuiStandard = ((System.Windows.Controls.MenuItem)(target));

            #line 93 "..\..\..\..\Pages\Home\PayCash.xaml"
                this.mnuiStandard.Click += new System.Windows.RoutedEventHandler(this.mnuiStandard_Click);

            #line default
            #line hidden
                return;

            case 14:
                this.tblstandardIcon = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 15:
                this.mnuiExtend = ((System.Windows.Controls.MenuItem)(target));

            #line 102 "..\..\..\..\Pages\Home\PayCash.xaml"
                this.mnuiExtend.Click += new System.Windows.RoutedEventHandler(this.mnuiExtend_Click);

            #line default
            #line hidden
                return;

            case 16:
                this.tblExtendIcon = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 17:
                this.grdPayTemplate = ((System.Windows.Controls.Grid)(target));
                return;

            case 18:
                this.grdPayNum = ((System.Windows.Controls.Grid)(target));
                return;

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

            #line 149 "..\..\..\..\Pages\Home\PayCash.xaml"
                this.btnBackspace.Click += new System.Windows.RoutedEventHandler(this.btnBackspace_Click);

            #line default
            #line hidden
                return;

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

            #line 150 "..\..\..\..\Pages\Home\PayCash.xaml"
                this.btnClear.Click += new System.Windows.RoutedEventHandler(this.btnClear_Click);

            #line default
            #line hidden
                return;

            case 21:

            #line 151 "..\..\..\..\Pages\Home\PayCash.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.btnNum_Click);

            #line default
            #line hidden
                return;

            case 22:

            #line 152 "..\..\..\..\Pages\Home\PayCash.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.btnNum_Click);

            #line default
            #line hidden
                return;

            case 23:

            #line 153 "..\..\..\..\Pages\Home\PayCash.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.btnNum_Click);

            #line default
            #line hidden
                return;

            case 24:

            #line 154 "..\..\..\..\Pages\Home\PayCash.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.btnNum_Click);

            #line default
            #line hidden
                return;

            case 25:

            #line 155 "..\..\..\..\Pages\Home\PayCash.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.btnNum_Click);

            #line default
            #line hidden
                return;

            case 26:

            #line 156 "..\..\..\..\Pages\Home\PayCash.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.btnNum_Click);

            #line default
            #line hidden
                return;

            case 27:

            #line 157 "..\..\..\..\Pages\Home\PayCash.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.btnNum_Click);

            #line default
            #line hidden
                return;

            case 28:

            #line 158 "..\..\..\..\Pages\Home\PayCash.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.btnNum_Click);

            #line default
            #line hidden
                return;

            case 29:

            #line 159 "..\..\..\..\Pages\Home\PayCash.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.btnNum_Click);

            #line default
            #line hidden
                return;

            case 30:

            #line 160 "..\..\..\..\Pages\Home\PayCash.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.btnNum_Click);

            #line default
            #line hidden
                return;

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

            #line 161 "..\..\..\..\Pages\Home\PayCash.xaml"
                this.btnpoint.Click += new System.Windows.RoutedEventHandler(this.btnpoint_Click);

            #line default
            #line hidden
                return;

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

            #line 162 "..\..\..\..\Pages\Home\PayCash.xaml"
                this.btnEnter.Click += new System.Windows.RoutedEventHandler(this.btnEnter_Click);

            #line default
            #line hidden
                return;

            case 33:
                this.btntemp = ((System.Windows.Controls.Button)(target));

            #line 163 "..\..\..\..\Pages\Home\PayCash.xaml"
                this.btntemp.Click += new System.Windows.RoutedEventHandler(this.btntemp_Click);

            #line default
            #line hidden
                return;

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

            #line 169 "..\..\..\..\Pages\Home\PayCash.xaml"
                this.btnSaveInvoice.Click += new System.Windows.RoutedEventHandler(this.btnSaveInvoice_Click);

            #line default
            #line hidden
                return;

            case 35:
                this.mprSaveInvoice = ((FirstFloor.ModernUI.Windows.Controls.ModernProgressRing)(target));
                return;

            case 36:
                this.btnSaveSendEmail = ((System.Windows.Controls.Button)(target));

            #line 173 "..\..\..\..\Pages\Home\PayCash.xaml"
                this.btnSaveSendEmail.Click += new System.Windows.RoutedEventHandler(this.btnSaveSendEmail_Click);

            #line default
            #line hidden
                return;

            case 37:
                this.mprSaveSendEmail = ((FirstFloor.ModernUI.Windows.Controls.ModernProgressRing)(target));
                return;

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

            #line 176 "..\..\..\..\Pages\Home\PayCash.xaml"
                this.btnClose.Click += new System.Windows.RoutedEventHandler(this.btnClose_Click);

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

            #line 10 "..\..\..\..\Pages\Home\SendEmail.xaml"
                ((CashierRegister.Pages.Home.SendEmail)(target)).Loaded += new System.Windows.RoutedEventHandler(this.SendEmail_Loaded);

            #line default
            #line hidden

            #line 10 "..\..\..\..\Pages\Home\SendEmail.xaml"
                ((CashierRegister.Pages.Home.SendEmail)(target)).Closed += new System.EventHandler(this.ModernWindow_Closed);

            #line default
            #line hidden

            #line 10 "..\..\..\..\Pages\Home\SendEmail.xaml"
                ((CashierRegister.Pages.Home.SendEmail)(target)).SizeChanged += new System.Windows.SizeChangedEventHandler(this.ModernWindow_SizeChanged);

            #line default
            #line hidden
                return;

            case 2:
                this.txbFrom = ((System.Windows.Controls.TextBox)(target));
                return;

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

            #line 42 "..\..\..\..\Pages\Home\SendEmail.xaml"
                this.imgFromSave.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.imgFromSave_MouseDown);

            #line default
            #line hidden
                return;

            case 4:
                this.pwbPasssword = ((System.Windows.Controls.PasswordBox)(target));
                return;

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

            #line 50 "..\..\..\..\Pages\Home\SendEmail.xaml"
                this.imgPasswordSave.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.imgPasswordSave_MouseDown);

            #line default
            #line hidden
                return;

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

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

            case 8:
                this.rtbMailBody = ((System.Windows.Controls.RichTextBox)(target));
                return;

            case 9:
                this.muiBtnSend = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));

            #line 76 "..\..\..\..\Pages\Home\SendEmail.xaml"
                this.muiBtnSend.Click += new System.Windows.RoutedEventHandler(this.muiBtnSend_Click);

            #line default
            #line hidden
                return;

            case 10:
                this.mprSend = ((FirstFloor.ModernUI.Windows.Controls.ModernProgressRing)(target));
                return;

            case 11:
                this.muiBtnCancel = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));

            #line 82 "..\..\..\..\Pages\Home\SendEmail.xaml"
                this.muiBtnCancel.Click += new System.Windows.RoutedEventHandler(this.muiBtnCancel_Click);

            #line default
            #line hidden
                return;

            case 12:
                this.tblNotification = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 13:
                this.hplChangeInfo = ((System.Windows.Documents.Hyperlink)(target));

            #line 106 "..\..\..\..\Pages\Home\SendEmail.xaml"
                this.hplChangeInfo.Click += new System.Windows.RoutedEventHandler(this.hplChangeInfo_Click);

            #line default
            #line hidden
                return;

            case 14:
                this.mprOrderDetail = ((FirstFloor.ModernUI.Windows.Controls.ModernProgressRing)(target));
                return;

            case 15:
                this.grOrderDatail = ((System.Windows.Controls.Grid)(target));
                return;

            case 16:
                this.tblStoreName = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 17:
                this.tblStoreAddress = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 18:
                this.tblStorePhone = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 19:
                this.tblReciept = ((System.Windows.Controls.TextBlock)(target));
                return;

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

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

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

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

            case 24:
                this.dgOrderDetail = ((System.Windows.Controls.DataGrid)(target));
                return;

            case 25:
                this.tblSubtotal = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 26:
                this.tblDiscount = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 27:
                this.tblTaxLeft = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 28:
                this.tblTax = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 29:
                this.tblTotal = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 30:
                this.muiBtnPrint = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));

            #line 281 "..\..\..\..\Pages\Home\SendEmail.xaml"
                this.muiBtnPrint.Click += new System.Windows.RoutedEventHandler(this.muiBtnPrint_Click);

            #line default
            #line hidden
                return;

            case 31:
                this.muiBtnSetting = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));

            #line 287 "..\..\..\..\Pages\Home\SendEmail.xaml"
                this.muiBtnSetting.Click += new System.Windows.RoutedEventHandler(this.muiBtnSetting_Click);

            #line default
            #line hidden
                return;

            case 32:
                this.gs = ((System.Windows.Controls.GridSplitter)(target));
                return;

            case 33:
                this.tblTitleListOrder = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 34:
                this.imgColspan = ((System.Windows.Controls.Image)(target));

            #line 313 "..\..\..\..\Pages\Home\SendEmail.xaml"
                this.imgColspan.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.imgColspan_MouseDown);

            #line default
            #line hidden
                return;

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

            #line 318 "..\..\..\..\Pages\Home\SendEmail.xaml"
                this.txbSearch.KeyDown += new System.Windows.Input.KeyEventHandler(this.txbSearch_KeyDown);

            #line default
            #line hidden
                return;

            case 36:
                this.imgSearchOrder = ((System.Windows.Controls.Image)(target));

            #line 321 "..\..\..\..\Pages\Home\SendEmail.xaml"
                this.imgSearchOrder.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.imgSearchOrder_MouseDown);

            #line default
            #line hidden
                return;

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

            case 38:
                this.stpOrder = ((System.Windows.Controls.Grid)(target));
                return;

            case 39:
                this.mprOrder = ((FirstFloor.ModernUI.Windows.Controls.ModernProgressRing)(target));
                return;

            case 40:
                this.dtgOrder = ((System.Windows.Controls.DataGrid)(target));

            #line 331 "..\..\..\..\Pages\Home\SendEmail.xaml"
                this.dtgOrder.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.dtgOrder_SelectionChanged);

            #line default
            #line hidden
                return;

            case 41:
                this._stpPaging = ((System.Windows.Controls.Border)(target));
                return;

            case 42:
                this.stpPaging = ((System.Windows.Controls.StackPanel)(target));
                return;

            case 43:
                this.imgPreviousFirst = ((System.Windows.Controls.Image)(target));

            #line 384 "..\..\..\..\Pages\Home\SendEmail.xaml"
                this.imgPreviousFirst.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.imgPreviousFirst_MouseDown);

            #line default
            #line hidden
                return;

            case 44:
                this.imgPrevious = ((System.Windows.Controls.Image)(target));

            #line 397 "..\..\..\..\Pages\Home\SendEmail.xaml"
                this.imgPrevious.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.imgPrevious_MouseDown);

            #line default
            #line hidden
                return;

            case 45:
                this.imgCenter = ((System.Windows.Controls.Image)(target));

            #line 410 "..\..\..\..\Pages\Home\SendEmail.xaml"
                this.imgCenter.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.imgCenter_MouseDown);

            #line default
            #line hidden
                return;

            case 46:
                this.imgNext = ((System.Windows.Controls.Image)(target));

            #line 423 "..\..\..\..\Pages\Home\SendEmail.xaml"
                this.imgNext.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.imgNext_MouseDown);

            #line default
            #line hidden
                return;

            case 47:
                this.imgNextEnd = ((System.Windows.Controls.Image)(target));

            #line 436 "..\..\..\..\Pages\Home\SendEmail.xaml"
                this.imgNextEnd.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.imgNextEnd_MouseDown);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
Esempio n. 11
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.listsysdiagrams = ((System.Windows.Controls.ListView)(target));
     
     #line 38 "..\..\..\Content\Listsysdiagrams.xaml"
     this.listsysdiagrams.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.listsysdiagrams_MouseDoubleClick);
     
     #line default
     #line hidden
     return;
     case 2:
     
     #line 43 "..\..\..\Content\Listsysdiagrams.xaml"
     ((System.Windows.Controls.GridViewColumnHeader)(target)).MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.headprincipal_id);
     
     #line default
     #line hidden
     return;
     case 3:
     this.txtprincipal_idBusqueda = ((System.Windows.Controls.TextBox)(target));
     
     #line 46 "..\..\..\Content\Listsysdiagrams.xaml"
     this.txtprincipal_idBusqueda.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtBusqueda_TextChanged);
     
     #line default
     #line hidden
     return;
     case 4:
     
     #line 50 "..\..\..\Content\Listsysdiagrams.xaml"
     ((System.Windows.Controls.GridViewColumnHeader)(target)).MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.headdiagram_id);
     
     #line default
     #line hidden
     return;
     case 5:
     this.txtdiagram_idBusqueda = ((System.Windows.Controls.TextBox)(target));
     
     #line 53 "..\..\..\Content\Listsysdiagrams.xaml"
     this.txtdiagram_idBusqueda.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtBusqueda_TextChanged);
     
     #line default
     #line hidden
     return;
     case 6:
     
     #line 57 "..\..\..\Content\Listsysdiagrams.xaml"
     ((System.Windows.Controls.GridViewColumnHeader)(target)).MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.headversion);
     
     #line default
     #line hidden
     return;
     case 7:
     this.txtversionBusqueda = ((System.Windows.Controls.TextBox)(target));
     
     #line 60 "..\..\..\Content\Listsysdiagrams.xaml"
     this.txtversionBusqueda.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtBusqueda_TextChanged);
     
     #line default
     #line hidden
     return;
     case 8:
     
     #line 64 "..\..\..\Content\Listsysdiagrams.xaml"
     ((System.Windows.Controls.GridViewColumnHeader)(target)).MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.headdefinition);
     
     #line default
     #line hidden
     return;
     case 9:
     this.txtdefinitionBusqueda = ((System.Windows.Controls.TextBox)(target));
     
     #line 67 "..\..\..\Content\Listsysdiagrams.xaml"
     this.txtdefinitionBusqueda.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtBusqueda_TextChanged);
     
     #line default
     #line hidden
     return;
     case 10:
     this.btnUpdate = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));
     
     #line 93 "..\..\..\Content\Listsysdiagrams.xaml"
     this.btnUpdate.Click += new System.Windows.RoutedEventHandler(this.btnUpdate_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this._grid = ((System.Windows.Controls.Grid)(target));
                return;

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

            case 5:
                this.formPanel = ((System.Windows.Controls.DockPanel)(target));
                return;

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

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

            case 8:
                this.lCarpeta = ((System.Windows.Controls.TextBlock)(target));
                return;

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

            case 10:
                this.BtnOpenFolder = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));

            #line 64 "..\..\..\..\..\gui\Pages\nomencladores\PCategorias - Copy.xaml"
                this.BtnOpenFolder.Click += new System.Windows.RoutedEventHandler(this.Button_Click_1);

            #line default
            #line hidden
                return;

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

            #line 65 "..\..\..\..\..\gui\Pages\nomencladores\PCategorias - Copy.xaml"
                this.btnSave.Click += new System.Windows.RoutedEventHandler(this.btnSave_Click);

            #line default
            #line hidden
                return;

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

            #line 69 "..\..\..\..\..\gui\Pages\nomencladores\PCategorias - Copy.xaml"
                this.btnNew.Click += new System.Windows.RoutedEventHandler(this.Button_Click);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
        public PluginBase()
        {
            // Any inputs the plugin may have
            Inputs = new ObservableDictionary<string, InputSignalViewModel>();

            // Create style resources with the correct 5px margin
            Style ButtonStyle = new Style(typeof(Button), (Style)FindResource(typeof(Button)));
            ButtonStyle.Setters.Add(new Setter(Button.MarginProperty, new Thickness(5)));
            // StackPanel that holds our signal sources
            OutputsStackPanel = new StackPanel();

            // "Signal Source Mapping" title textblock
            TextBlock signalSourceViewTitle = new TextBlock();
            signalSourceViewTitle.Text = "Signal Output Mapping";
            signalSourceViewTitle.Style = (Style)Application.Current.Resources["Title"];
            OutputsStackPanel.Children.Add(signalSourceViewTitle);

            // ObservableDictionary to hold all of the signal sources that our plugin might have
            Outputs = new ObservableDictionary<string, OutputSignalViewModel>();

            // GUI element to display all of the items properly using a SignalSourceView
            ItemsControl SignalSourceControl = new ItemsControl();
            DataTemplate signalDataTemplate = CreateTemplate(typeof(OutputSignalViewModel), typeof(SignalSourceView));
            var key = signalDataTemplate.DataTemplateKey;
            if(Application.Current.Resources[key] == null)
                Application.Current.Resources.Add(key, signalDataTemplate);
            SignalSourceControl.SetBinding(ItemsControl.ItemsSourceProperty, "Outputs.Values");
            OutputsStackPanel.Children.Add(SignalSourceControl);

            // Set the plugin datacontext to itself -- we assume we're not doing separate view models.
            this.DataContext = this;
            MainArea = new StackPanel();
            SetCurrentValue(PluginContentProperty, new StackPanel());

            // [Plugin Name] Configuration title textblock
            TextBlock title = new TextBlock();
            title.SetBinding(TextBlock.TextProperty, "DisplayTitle");
            title.Style = (Style)Application.Current.Resources["Title"];

            ModernButton infoButton = new ModernButton();
            var streamGeometry = StreamGeometry.Parse("F1 M 38,19C 48.4934,19 57,27.5066 57,38C 57,48.4934 48.4934,57 38,57C 27.5066,57 19,48.4934 19,38C 19,27.5066 27.5066,19 38,19 Z M 33.25,33.25L 33.25,36.4167L 36.4166,36.4167L 36.4166,47.5L 33.25,47.5L 33.25,50.6667L 44.3333,50.6667L 44.3333,47.5L 41.1666,47.5L 41.1666,36.4167L 41.1666,33.25L 33.25,33.25 Z M 38.7917,25.3333C 37.48,25.3333 36.4167,26.3967 36.4167,27.7083C 36.4167,29.02 37.48,30.0833 38.7917,30.0833C 40.1033,30.0833 41.1667,29.02 41.1667,27.7083C 41.1667,26.3967 40.1033,25.3333 38.7917,25.3333 Z ");
            infoButton.IconData = streamGeometry;
            infoButton.Command = ToggleInfoCommand;

            InfoTextBlock = new TextBlock();
            //InfoTextBlock.SetBinding(TextBox.TextProperty, "InfoString");
            //            InfoTextBlock.Text = "Info...";
            InfoTextBlock.Visibility = Visibility.Collapsed;
            InfoTextBlock.TextWrapping = TextWrapping.Wrap;
            Binding infoBinding = new Binding();
            infoBinding.Path = new PropertyPath("InfoString");
            BindingOperations.SetBinding(InfoTextBlock, TextBlock.TextProperty, infoBinding);

            UniformGrid grid1 = new UniformGrid();
            grid1.Columns = 2;
            grid1.Children.Add(title);
            grid1.Children.Add(infoButton);

            // Instance name GUI stuff
            UniformGrid grid2 = new UniformGrid();
            TextBlock InstanceNameLabel = new TextBlock();
            InstanceNameLabel.Text = "Instance Name";
            TextBox InstanceNameBox = new TextBox();
            Binding binding = new Binding();
            binding.Path = new PropertyPath("InstanceName");
            InstanceNameBox.SetBinding(TextBox.TextProperty, binding);
            grid2.Columns = 2;
            grid2.Children.Add(InstanceNameLabel);
            grid2.Children.Add(InstanceNameBox);
            MainArea.Children.Add(grid1);
            MainArea.Children.Add(InfoTextBlock);
            MainArea.Children.Add(grid2);

            this.Initialized += PluginBase_Initialized;
        }
Esempio n. 14
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     
     #line 25 "..\..\..\Content\ListArticulo.xaml"
     ((System.Windows.Controls.Grid)(target)).MouseWheel += new System.Windows.Input.MouseWheelEventHandler(this.Grid_MouseWheel_1);
     
     #line default
     #line hidden
     return;
     case 2:
     this.scrllView = ((System.Windows.Controls.ScrollViewer)(target));
     return;
     case 3:
     this.listArticulo = ((System.Windows.Controls.ListView)(target));
     
     #line 38 "..\..\..\Content\ListArticulo.xaml"
     this.listArticulo.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.listArticulo_MouseDoubleClick);
     
     #line default
     #line hidden
     
     #line 38 "..\..\..\Content\ListArticulo.xaml"
     this.listArticulo.KeyUp += new System.Windows.Input.KeyEventHandler(this.listArticulo_KeyUp);
     
     #line default
     #line hidden
     
     #line 38 "..\..\..\Content\ListArticulo.xaml"
     this.listArticulo.MouseWheel += new System.Windows.Input.MouseWheelEventHandler(this.listArticulo_MouseWheel);
     
     #line default
     #line hidden
     return;
     case 4:
     
     #line 43 "..\..\..\Content\ListArticulo.xaml"
     ((System.Windows.Controls.GridViewColumnHeader)(target)).MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.headNombre);
     
     #line default
     #line hidden
     return;
     case 5:
     this.txtNombreBusqueda = ((System.Windows.Controls.TextBox)(target));
     
     #line 46 "..\..\..\Content\ListArticulo.xaml"
     this.txtNombreBusqueda.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtBusqueda_TextChanged);
     
     #line default
     #line hidden
     return;
     case 6:
     
     #line 51 "..\..\..\Content\ListArticulo.xaml"
     ((System.Windows.Controls.GridViewColumnHeader)(target)).MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.headDescripcion);
     
     #line default
     #line hidden
     return;
     case 7:
     this.txtDescripcionBusqueda = ((System.Windows.Controls.TextBox)(target));
     
     #line 54 "..\..\..\Content\ListArticulo.xaml"
     this.txtDescripcionBusqueda.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtBusqueda_TextChanged);
     
     #line default
     #line hidden
     return;
     case 8:
     
     #line 59 "..\..\..\Content\ListArticulo.xaml"
     ((System.Windows.Controls.GridViewColumnHeader)(target)).MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.headPrecio);
     
     #line default
     #line hidden
     return;
     case 9:
     this.txtPrecioBusqueda = ((System.Windows.Controls.TextBox)(target));
     
     #line 62 "..\..\..\Content\ListArticulo.xaml"
     this.txtPrecioBusqueda.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtBusqueda_TextChanged);
     
     #line default
     #line hidden
     return;
     case 10:
     
     #line 67 "..\..\..\Content\ListArticulo.xaml"
     ((System.Windows.Controls.GridViewColumnHeader)(target)).MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.headCantidad);
     
     #line default
     #line hidden
     return;
     case 11:
     this.txtCantidadBusqueda = ((System.Windows.Controls.TextBox)(target));
     
     #line 70 "..\..\..\Content\ListArticulo.xaml"
     this.txtCantidadBusqueda.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtBusqueda_TextChanged);
     
     #line default
     #line hidden
     return;
     case 12:
     
     #line 75 "..\..\..\Content\ListArticulo.xaml"
     ((System.Windows.Controls.GridViewColumnHeader)(target)).MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.headUnidad);
     
     #line default
     #line hidden
     return;
     case 13:
     this.txtUnidadBusqueda = ((System.Windows.Controls.TextBox)(target));
     
     #line 78 "..\..\..\Content\ListArticulo.xaml"
     this.txtUnidadBusqueda.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtBusqueda_TextChanged);
     
     #line default
     #line hidden
     return;
     case 14:
     this.btnReport = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));
     
     #line 105 "..\..\..\Content\ListArticulo.xaml"
     this.btnReport.Click += new System.Windows.RoutedEventHandler(this.btnReport_Click);
     
     #line default
     #line hidden
     return;
     case 15:
     this.btnUpdate = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));
     
     #line 113 "..\..\..\Content\ListArticulo.xaml"
     this.btnUpdate.Click += new System.Windows.RoutedEventHandler(this.btnUpdate_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
Esempio n. 15
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.listHorario = ((System.Windows.Controls.ListView)(target));
     
     #line 38 "..\..\..\Content\ListHorario.xaml"
     this.listHorario.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.listHorario_MouseDoubleClick);
     
     #line default
     #line hidden
     return;
     case 2:
     
     #line 43 "..\..\..\Content\ListHorario.xaml"
     ((System.Windows.Controls.GridViewColumnHeader)(target)).MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.headHoraIn);
     
     #line default
     #line hidden
     return;
     case 3:
     this.txtHoraInBusqueda = ((System.Windows.Controls.TextBox)(target));
     
     #line 46 "..\..\..\Content\ListHorario.xaml"
     this.txtHoraInBusqueda.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtBusqueda_TextChanged);
     
     #line default
     #line hidden
     return;
     case 4:
     
     #line 50 "..\..\..\Content\ListHorario.xaml"
     ((System.Windows.Controls.GridViewColumnHeader)(target)).MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.headHoraOut);
     
     #line default
     #line hidden
     return;
     case 5:
     this.txtHoraOutBusqueda = ((System.Windows.Controls.TextBox)(target));
     
     #line 53 "..\..\..\Content\ListHorario.xaml"
     this.txtHoraOutBusqueda.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtBusqueda_TextChanged);
     
     #line default
     #line hidden
     return;
     case 6:
     
     #line 57 "..\..\..\Content\ListHorario.xaml"
     ((System.Windows.Controls.GridViewColumnHeader)(target)).MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.headHoraInMed);
     
     #line default
     #line hidden
     return;
     case 7:
     this.txtHoraInMedBusqueda = ((System.Windows.Controls.TextBox)(target));
     
     #line 60 "..\..\..\Content\ListHorario.xaml"
     this.txtHoraInMedBusqueda.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtBusqueda_TextChanged);
     
     #line default
     #line hidden
     return;
     case 8:
     
     #line 64 "..\..\..\Content\ListHorario.xaml"
     ((System.Windows.Controls.GridViewColumnHeader)(target)).MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.headHoraOutMed);
     
     #line default
     #line hidden
     return;
     case 9:
     this.txtHoraOutMedBusqueda = ((System.Windows.Controls.TextBox)(target));
     
     #line 67 "..\..\..\Content\ListHorario.xaml"
     this.txtHoraOutMedBusqueda.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtBusqueda_TextChanged);
     
     #line default
     #line hidden
     return;
     case 10:
     
     #line 71 "..\..\..\Content\ListHorario.xaml"
     ((System.Windows.Controls.GridViewColumnHeader)(target)).MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.headLunes);
     
     #line default
     #line hidden
     return;
     case 11:
     this.txtLunesBusqueda = ((System.Windows.Controls.TextBox)(target));
     
     #line 74 "..\..\..\Content\ListHorario.xaml"
     this.txtLunesBusqueda.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtBusqueda_TextChanged);
     
     #line default
     #line hidden
     return;
     case 12:
     
     #line 78 "..\..\..\Content\ListHorario.xaml"
     ((System.Windows.Controls.GridViewColumnHeader)(target)).MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.headMartes);
     
     #line default
     #line hidden
     return;
     case 13:
     this.txtMartesBusqueda = ((System.Windows.Controls.TextBox)(target));
     
     #line 81 "..\..\..\Content\ListHorario.xaml"
     this.txtMartesBusqueda.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtBusqueda_TextChanged);
     
     #line default
     #line hidden
     return;
     case 14:
     
     #line 85 "..\..\..\Content\ListHorario.xaml"
     ((System.Windows.Controls.GridViewColumnHeader)(target)).MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.headMiercoles);
     
     #line default
     #line hidden
     return;
     case 15:
     this.txtMiercolesBusqueda = ((System.Windows.Controls.TextBox)(target));
     
     #line 88 "..\..\..\Content\ListHorario.xaml"
     this.txtMiercolesBusqueda.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtBusqueda_TextChanged);
     
     #line default
     #line hidden
     return;
     case 16:
     
     #line 92 "..\..\..\Content\ListHorario.xaml"
     ((System.Windows.Controls.GridViewColumnHeader)(target)).MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.headJueves);
     
     #line default
     #line hidden
     return;
     case 17:
     this.txtJuevesBusqueda = ((System.Windows.Controls.TextBox)(target));
     
     #line 95 "..\..\..\Content\ListHorario.xaml"
     this.txtJuevesBusqueda.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtBusqueda_TextChanged);
     
     #line default
     #line hidden
     return;
     case 18:
     
     #line 99 "..\..\..\Content\ListHorario.xaml"
     ((System.Windows.Controls.GridViewColumnHeader)(target)).MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.headViernes);
     
     #line default
     #line hidden
     return;
     case 19:
     this.txtViernesBusqueda = ((System.Windows.Controls.TextBox)(target));
     
     #line 102 "..\..\..\Content\ListHorario.xaml"
     this.txtViernesBusqueda.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtBusqueda_TextChanged);
     
     #line default
     #line hidden
     return;
     case 20:
     
     #line 106 "..\..\..\Content\ListHorario.xaml"
     ((System.Windows.Controls.GridViewColumnHeader)(target)).MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.headSabado);
     
     #line default
     #line hidden
     return;
     case 21:
     this.txtSabadoBusqueda = ((System.Windows.Controls.TextBox)(target));
     
     #line 109 "..\..\..\Content\ListHorario.xaml"
     this.txtSabadoBusqueda.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtBusqueda_TextChanged);
     
     #line default
     #line hidden
     return;
     case 22:
     
     #line 113 "..\..\..\Content\ListHorario.xaml"
     ((System.Windows.Controls.GridViewColumnHeader)(target)).MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.headDomingo);
     
     #line default
     #line hidden
     return;
     case 23:
     this.txtDomingoBusqueda = ((System.Windows.Controls.TextBox)(target));
     
     #line 116 "..\..\..\Content\ListHorario.xaml"
     this.txtDomingoBusqueda.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtBusqueda_TextChanged);
     
     #line default
     #line hidden
     return;
     case 24:
     this.btnUpdate = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));
     
     #line 142 "..\..\..\Content\ListHorario.xaml"
     this.btnUpdate.Click += new System.Windows.RoutedEventHandler(this.btnUpdate_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
Esempio n. 16
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.BackToIndexButton = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));

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

            #line default
            #line hidden
                return;

            case 2:
                this.SettingButton = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));

            #line 29 "..\..\MainWindow.xaml"
                this.SettingButton.Click += new System.Windows.RoutedEventHandler(this.SettingButton_Click);

            #line default
            #line hidden
                return;

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

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

            case 5:
                this.TemporButton = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));

            #line 36 "..\..\MainWindow.xaml"
                this.TemporButton.Click += new System.Windows.RoutedEventHandler(this.TemporButton_Click);

            #line default
            #line hidden
                return;

            case 6:
                this.SignInButton = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));

            #line 38 "..\..\MainWindow.xaml"
                this.SignInButton.Click += new System.Windows.RoutedEventHandler(this.SignInButton_Click);

            #line default
            #line hidden
                return;

            case 7:
                this.LogInInfoStackPanel = ((System.Windows.Controls.StackPanel)(target));
                return;

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

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

            case 10:
                this.LogInDesicionStackPanel = ((System.Windows.Controls.StackPanel)(target));
                return;

            case 11:
                this.LogInConfirmButton = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));

            #line 88 "..\..\MainWindow.xaml"
                this.LogInConfirmButton.Click += new System.Windows.RoutedEventHandler(this.LogInConfirmButton_Click);

            #line default
            #line hidden
                return;

            case 12:
                this.LogInCancelButton = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));

            #line 90 "..\..\MainWindow.xaml"
                this.LogInCancelButton.Click += new System.Windows.RoutedEventHandler(this.LogInCancelButton_Click);

            #line default
            #line hidden
                return;

            case 13:
                this.RoomStackPanel = ((System.Windows.Controls.StackPanel)(target));
                return;

            case 14:
                this.UserImage = ((System.Windows.Controls.Image)(target));
                return;

            case 15:
                this.UserNameTextBlock = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 16:
                this.RoomText = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 17:
                this.RoomScrollViewer = ((System.Windows.Controls.ScrollViewer)(target));
                return;

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

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

            case 20:
                this.TemporRoomNameConfirmButton = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));

            #line 134 "..\..\MainWindow.xaml"
                this.TemporRoomNameConfirmButton.Click += new System.Windows.RoutedEventHandler(this.TemporRoomNameConfirmButton_Click);

            #line default
            #line hidden
                return;

            case 21:
                this.TemporRoomNameCancelButton = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));

            #line 136 "..\..\MainWindow.xaml"
                this.TemporRoomNameCancelButton.Click += new System.Windows.RoutedEventHandler(this.TemporRoomNameCancelButton_Click);

            #line default
            #line hidden
                return;

            case 22:
                this.WaitTemporRing = ((FirstFloor.ModernUI.Windows.Controls.ModernProgressRing)(target));
                return;

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

            case 24:
                this.TemporRoomInfoStackPanel = ((System.Windows.Controls.StackPanel)(target));
                return;

            case 25:
                this.TemporRoomTextBlock = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 26:
                this.TemporRoomImage = ((System.Windows.Controls.Image)(target));
                return;

            case 27:
                this.TemporRoomSetPanel = ((System.Windows.Controls.StackPanel)(target));
                return;

            case 28:
                this.FontSizeSlider = ((System.Windows.Controls.Slider)(target));
                return;

            case 29:
                this.DanMuFieldComboBox = ((System.Windows.Controls.ComboBox)(target));

            #line 158 "..\..\MainWindow.xaml"
                this.DanMuFieldComboBox.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.DanMuFieldComboBox_SelectionChanged);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
Esempio n. 17
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.UCCusomer = ((CashierRegister.Pages.Report.Customer)(target));

            #line 9 "..\..\..\..\Pages\Report\Customer.xaml"
                this.UCCusomer.Loaded += new System.Windows.RoutedEventHandler(this.UserControl_Loaded);

            #line default
            #line hidden

            #line 9 "..\..\..\..\Pages\Report\Customer.xaml"
                this.UCCusomer.SizeChanged += new System.Windows.SizeChangedEventHandler(this.UCCusomer_SizeChanged);

            #line default
            #line hidden
                return;

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

            case 3:
                this.stpCustomer1 = ((System.Windows.Controls.StackPanel)(target));
                return;

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

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

            #line 44 "..\..\..\..\Pages\Report\Customer.xaml"
                this.imgColspan.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.imgColspan_MouseDown);

            #line default
            #line hidden
                return;

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

            #line 49 "..\..\..\..\Pages\Report\Customer.xaml"
                this.txbSearch.KeyDown += new System.Windows.Input.KeyEventHandler(this.txbSearch_KeyDown);

            #line default
            #line hidden
                return;

            case 7:
                this.imgSearchOrder = ((System.Windows.Controls.Image)(target));

            #line 52 "..\..\..\..\Pages\Report\Customer.xaml"
                this.imgSearchOrder.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.imgSearchOrder_MouseDown);

            #line default
            #line hidden
                return;

            case 8:
                this.tblTTSearch = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 9:
                this.mprCus = ((FirstFloor.ModernUI.Windows.Controls.ModernProgressRing)(target));
                return;

            case 10:
                this.stpCustomer = ((System.Windows.Controls.StackPanel)(target));
                return;

            case 11:
                this.lbCustomer = ((System.Windows.Controls.ListBox)(target));

            #line 64 "..\..\..\..\Pages\Report\Customer.xaml"
                this.lbCustomer.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.lbCustomer_SelectionChanged);

            #line default
            #line hidden
                return;

            case 12:
                this._stpPaging = ((System.Windows.Controls.StackPanel)(target));
                return;

            case 13:
                this.stpPaging = ((System.Windows.Controls.StackPanel)(target));
                return;

            case 14:
                this.imgPreviousFirst = ((System.Windows.Controls.Image)(target));

            #line 75 "..\..\..\..\Pages\Report\Customer.xaml"
                this.imgPreviousFirst.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.imgPreviousFirst_MouseDown);

            #line default
            #line hidden
                return;

            case 15:
                this.imgPrevious = ((System.Windows.Controls.Image)(target));

            #line 88 "..\..\..\..\Pages\Report\Customer.xaml"
                this.imgPrevious.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.imgPrevious_MouseDown);

            #line default
            #line hidden
                return;

            case 16:
                this.imgCenter = ((System.Windows.Controls.Image)(target));

            #line 101 "..\..\..\..\Pages\Report\Customer.xaml"
                this.imgCenter.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.imgCenter_MouseDown);

            #line default
            #line hidden
                return;

            case 17:
                this.imgNext = ((System.Windows.Controls.Image)(target));

            #line 114 "..\..\..\..\Pages\Report\Customer.xaml"
                this.imgNext.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.imgNext_MouseDown);

            #line default
            #line hidden
                return;

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

            #line 127 "..\..\..\..\Pages\Report\Customer.xaml"
                this.imgNextEnd.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.imgNextEnd_MouseDown);

            #line default
            #line hidden
                return;

            case 19:
                this.muiBtnDelete = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));

            #line 162 "..\..\..\..\Pages\Report\Customer.xaml"
                this.muiBtnDelete.Click += new System.Windows.RoutedEventHandler(this.muiBtnDelete_Click);

            #line default
            #line hidden
                return;

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

            case 21:
                this.muiBtnPrint = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));

            #line 168 "..\..\..\..\Pages\Report\Customer.xaml"
                this.muiBtnPrint.Click += new System.Windows.RoutedEventHandler(this.muiBtnPrint_Click);

            #line default
            #line hidden
                return;

            case 22:
                this.mprPrint = ((FirstFloor.ModernUI.Windows.Controls.ModernProgressRing)(target));
                return;

            case 23:
                this.mpr = ((FirstFloor.ModernUI.Windows.Controls.ModernProgressRing)(target));
                return;

            case 24:
                this.dtgOrders = ((System.Windows.Controls.DataGrid)(target));

            #line 179 "..\..\..\..\Pages\Report\Customer.xaml"
                this.dtgOrders.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.dtgOrders_MouseDoubleClick);

            #line default
            #line hidden
                return;

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

            #line 183 "..\..\..\..\Pages\Report\Customer.xaml"
                this.chkAll.Checked += new System.Windows.RoutedEventHandler(this.chkAll_Checked);

            #line default
            #line hidden

            #line 183 "..\..\..\..\Pages\Report\Customer.xaml"
                this.chkAll.Unchecked += new System.Windows.RoutedEventHandler(this.chkAll_Unchecked);

            #line default
            #line hidden
                return;

            case 28:
                this.tblQuantity = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 29:
                this.tblTax = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 30:
                this.tblDiscount = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 31:
                this._tblTotal = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 32:
                this.spPaging = ((System.Windows.Controls.StackPanel)(target));
                return;
            }
            this._contentLoaded = true;
        }
Esempio n. 18
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 8 "..\..\..\..\Pages\Setting\Currency.xaml"
                ((CashierRegister.Pages.Setting.Currency)(target)).Loaded += new System.Windows.RoutedEventHandler(this.UserControl_Loaded);

            #line default
            #line hidden
                return;

            case 2:
                this.mpr = ((FirstFloor.ModernUI.Windows.Controls.ModernProgressRing)(target));
                return;

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

            case 4:
                this.muiBtnDelete = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));

            #line 24 "..\..\..\..\Pages\Setting\Currency.xaml"
                this.muiBtnDelete.Click += new System.Windows.RoutedEventHandler(this.muiBtnDelete_Click);

            #line default
            #line hidden
                return;

            case 5:
                this.muiBtnAdd = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));

            #line 29 "..\..\..\..\Pages\Setting\Currency.xaml"
                this.muiBtnAdd.Click += new System.Windows.RoutedEventHandler(this.muiBtnAdd_Click);

            #line default
            #line hidden
                return;

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

            case 7:
                this.muibtnGetCurrent = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));

            #line 36 "..\..\..\..\Pages\Setting\Currency.xaml"
                this.muibtnGetCurrent.Click += new System.Windows.RoutedEventHandler(this.muibtnGetCurrent_Click);

            #line default
            #line hidden
                return;

            case 8:
                this.dtgCurrency = ((System.Windows.Controls.DataGrid)(target));

            #line 43 "..\..\..\..\Pages\Setting\Currency.xaml"
                this.dtgCurrency.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.dtgCurrency_MouseDoubleClick);

            #line default
            #line hidden
                return;

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

            #line 47 "..\..\..\..\Pages\Setting\Currency.xaml"
                this.chkAll.Checked += new System.Windows.RoutedEventHandler(this.chkAll_Checked);

            #line default
            #line hidden

            #line 47 "..\..\..\..\Pages\Setting\Currency.xaml"
                this.chkAll.Unchecked += new System.Windows.RoutedEventHandler(this.chkAll_Unchecked);

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

            #line 9 "..\..\..\..\Pages\Setting\Product.xaml"
                ((CashierRegister.Pages.Setting.Product)(target)).Loaded += new System.Windows.RoutedEventHandler(this.UserControl_Loaded);

            #line default
            #line hidden

            #line 9 "..\..\..\..\Pages\Setting\Product.xaml"
                ((CashierRegister.Pages.Setting.Product)(target)).SizeChanged += new System.Windows.SizeChangedEventHandler(this.UserControl_SizeChanged);

            #line default
            #line hidden
                return;

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

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

            case 4:
                this.mprcat = ((FirstFloor.ModernUI.Windows.Controls.ModernProgressRing)(target));
                return;

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

            case 6:
                this.lbCategory = ((System.Windows.Controls.ListBox)(target));

            #line 32 "..\..\..\..\Pages\Setting\Product.xaml"
                this.lbCategory.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.lbCategory_SelectionChanged);

            #line default
            #line hidden
                return;

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

            #line 77 "..\..\..\..\Pages\Setting\Product.xaml"
                this.btnAddCat.Click += new System.Windows.RoutedEventHandler(this.btnAdd_Click);

            #line default
            #line hidden
                return;

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

            #line 82 "..\..\..\..\Pages\Setting\Product.xaml"
                this.btnImportCat.Click += new System.Windows.RoutedEventHandler(this.btnImport_Click);

            #line default
            #line hidden
                return;

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

            #line 87 "..\..\..\..\Pages\Setting\Product.xaml"
                this.btnExportCat.Click += new System.Windows.RoutedEventHandler(this.btnExport_Click);

            #line default
            #line hidden
                return;

            case 12:
                this.muiBtnDelete = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));

            #line 113 "..\..\..\..\Pages\Setting\Product.xaml"
                this.muiBtnDelete.Click += new System.Windows.RoutedEventHandler(this.muiBtnDelete_Click);

            #line default
            #line hidden
                return;

            case 13:
                this.muiBtnAdd = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));

            #line 118 "..\..\..\..\Pages\Setting\Product.xaml"
                this.muiBtnAdd.Click += new System.Windows.RoutedEventHandler(this.muiBtnAdd_Click);

            #line default
            #line hidden
                return;

            case 14:
                this.muiBtnImport = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));

            #line 123 "..\..\..\..\Pages\Setting\Product.xaml"
                this.muiBtnImport.Click += new System.Windows.RoutedEventHandler(this.muiBtnImport_Click);

            #line default
            #line hidden
                return;

            case 15:
                this.muiBtnExport = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));

            #line 128 "..\..\..\..\Pages\Setting\Product.xaml"
                this.muiBtnExport.Click += new System.Windows.RoutedEventHandler(this.muiBtnExport_Click);

            #line default
            #line hidden
                return;

            case 16:
                this.tblNumProduct = ((System.Windows.Controls.TextBlock)(target));
                return;

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

            #line 138 "..\..\..\..\Pages\Setting\Product.xaml"
                this.txbSearch.KeyDown += new System.Windows.Input.KeyEventHandler(this.txbSearch_KeyDown);

            #line default
            #line hidden
                return;

            case 18:
                this.muiBtnSearch = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));

            #line 139 "..\..\..\..\Pages\Setting\Product.xaml"
                this.muiBtnSearch.Click += new System.Windows.RoutedEventHandler(this.muiBtnSearch_Click);

            #line default
            #line hidden
                return;

            case 19:
                this.cb_SortBy_prod = ((System.Windows.Controls.ComboBox)(target));

            #line 159 "..\..\..\..\Pages\Setting\Product.xaml"
                this.cb_SortBy_prod.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.cb_SortBy_prod_SelectionChanged);

            #line default
            #line hidden
                return;

            case 20:
                this.UCSortDirect = ((CashierRegister.UserControls.BCButtonAscDesc)(target));
                return;

            case 21:
                this.mprpro = ((FirstFloor.ModernUI.Windows.Controls.ModernProgressRing)(target));
                return;

            case 22:
                this.dtgProduct = ((System.Windows.Controls.DataGrid)(target));

            #line 171 "..\..\..\..\Pages\Setting\Product.xaml"
                this.dtgProduct.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.dtgProduct_MouseDoubleClick);

            #line default
            #line hidden
                return;

            case 23:
                this.chkCheckAll = ((System.Windows.Controls.CheckBox)(target));

            #line 176 "..\..\..\..\Pages\Setting\Product.xaml"
                this.chkCheckAll.Checked += new System.Windows.RoutedEventHandler(this.chkCheckAll_Checked);

            #line default
            #line hidden

            #line 176 "..\..\..\..\Pages\Setting\Product.xaml"
                this.chkCheckAll.Unchecked += new System.Windows.RoutedEventHandler(this.chkCheckAll_Unchecked);

            #line default
            #line hidden
                return;

            case 27:
                this.spPaging = ((System.Windows.Controls.StackPanel)(target));
                return;

            case 28:
                this.hplHistory = ((System.Windows.Documents.Hyperlink)(target));

            #line 368 "..\..\..\..\Pages\Setting\Product.xaml"
                this.hplHistory.Click += new System.Windows.RoutedEventHandler(this.hplHistory_Click);

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

            #line 9 "..\..\..\..\Pages\Home\Home.xaml"
                ((CashierRegister.Pages.Home.Home)(target)).LayoutUpdated += new System.EventHandler(this.UserControl_LayoutUpdated);

            #line default
            #line hidden

            #line 9 "..\..\..\..\Pages\Home\Home.xaml"
                ((CashierRegister.Pages.Home.Home)(target)).Loaded += new System.Windows.RoutedEventHandler(this.UserControl_Loaded);

            #line default
            #line hidden

            #line 9 "..\..\..\..\Pages\Home\Home.xaml"
                ((CashierRegister.Pages.Home.Home)(target)).SizeChanged += new System.Windows.SizeChangedEventHandler(this.UserControl_SizeChanged);

            #line default
            #line hidden
                return;

            case 2:
                this.cd1 = ((System.Windows.Controls.ColumnDefinition)(target));
                return;

            case 3:
                this.cd3 = ((System.Windows.Controls.ColumnDefinition)(target));
                return;

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

            case 5:
                this.tblTotalProduct = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 6:
                this.muiBtnCustomer = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));

            #line 33 "..\..\..\..\Pages\Home\Home.xaml"
                this.muiBtnCustomer.Click += new System.Windows.RoutedEventHandler(this.muiBtnCustomer_Click);

            #line default
            #line hidden
                return;

            case 7:
                this.tblSumnProduct_Category = ((System.Windows.Controls.TextBlock)(target));
                return;

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

            #line 42 "..\..\..\..\Pages\Home\Home.xaml"
                this.txbSearch.KeyDown += new System.Windows.Input.KeyEventHandler(this.txbSearch_KeyDown);

            #line default
            #line hidden
                return;

            case 9:
                this.muiBtnSearch = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));

            #line 48 "..\..\..\..\Pages\Home\Home.xaml"
                this.muiBtnSearch.Click += new System.Windows.RoutedEventHandler(this.muiBtnSearch_Click);

            #line default
            #line hidden
                return;

            case 10:
                this.muiBtnScanBarcode = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));

            #line 53 "..\..\..\..\Pages\Home\Home.xaml"
                this.muiBtnScanBarcode.Click += new System.Windows.RoutedEventHandler(this.muiBtnScanBarcode_Click);

            #line default
            #line hidden
                return;

            case 11:
                this.bdOrderDetail = ((System.Windows.Controls.Border)(target));

            #line 70 "..\..\..\..\Pages\Home\Home.xaml"
                this.bdOrderDetail.SizeChanged += new System.Windows.SizeChangedEventHandler(this.bdOrderDetail_SizeChanged);

            #line default
            #line hidden
                return;

            case 12:
                this.dtgOrderDetail = ((System.Windows.Controls.DataGrid)(target));
                return;

            case 16:
                this.tblSubtotal = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 17:
                this.tblTax = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 18:
                this.tblTaxMoney = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 19:
                this.tblDiscount = ((System.Windows.Controls.TextBlock)(target));
                return;

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

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

            case 22:
                this.bdUndo = ((System.Windows.Controls.Border)(target));
                return;

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

            #line 227 "..\..\..\..\Pages\Home\Home.xaml"
                this.btnUndo.MouseEnter += new System.Windows.Input.MouseEventHandler(this.btnUndo_MouseEnter);

            #line default
            #line hidden

            #line 227 "..\..\..\..\Pages\Home\Home.xaml"
                this.btnUndo.MouseLeave += new System.Windows.Input.MouseEventHandler(this.btnUndo_MouseLeave);

            #line default
            #line hidden

            #line 227 "..\..\..\..\Pages\Home\Home.xaml"
                this.btnUndo.Click += new System.Windows.RoutedEventHandler(this.btnUndo_Click);

            #line default
            #line hidden
                return;

            case 24:
                this.bdSendEmail = ((System.Windows.Controls.Border)(target));
                return;

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

            #line 235 "..\..\..\..\Pages\Home\Home.xaml"
                this.btnSendEmail.MouseEnter += new System.Windows.Input.MouseEventHandler(this.btnSendEmail_MouseEnter);

            #line default
            #line hidden

            #line 235 "..\..\..\..\Pages\Home\Home.xaml"
                this.btnSendEmail.MouseLeave += new System.Windows.Input.MouseEventHandler(this.btnSendEmail_MouseLeave);

            #line default
            #line hidden

            #line 235 "..\..\..\..\Pages\Home\Home.xaml"
                this.btnSendEmail.Click += new System.Windows.RoutedEventHandler(this.btnSendEmail_Click);

            #line default
            #line hidden
                return;

            case 26:
                this.bdClearAll = ((System.Windows.Controls.Border)(target));
                return;

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

            #line 243 "..\..\..\..\Pages\Home\Home.xaml"
                this.btnClearAll.MouseEnter += new System.Windows.Input.MouseEventHandler(this.btnClearAll_MouseEnter);

            #line default
            #line hidden

            #line 243 "..\..\..\..\Pages\Home\Home.xaml"
                this.btnClearAll.MouseLeave += new System.Windows.Input.MouseEventHandler(this.btnClearAll_MouseLeave);

            #line default
            #line hidden

            #line 243 "..\..\..\..\Pages\Home\Home.xaml"
                this.btnClearAll.Click += new System.Windows.RoutedEventHandler(this.btnClearAll_Click);

            #line default
            #line hidden
                return;

            case 28:
                this.bdPayCash = ((System.Windows.Controls.Border)(target));
                return;

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

            #line 251 "..\..\..\..\Pages\Home\Home.xaml"
                this.btnPayCash.MouseEnter += new System.Windows.Input.MouseEventHandler(this.btnPayCash_MouseEnter);

            #line default
            #line hidden

            #line 251 "..\..\..\..\Pages\Home\Home.xaml"
                this.btnPayCash.MouseLeave += new System.Windows.Input.MouseEventHandler(this.btnPayCash_MouseLeave);

            #line default
            #line hidden

            #line 251 "..\..\..\..\Pages\Home\Home.xaml"
                this.btnPayCash.Click += new System.Windows.RoutedEventHandler(this.btnPayCash_Click);

            #line default
            #line hidden
                return;

            case 30:
                this.bdDiscount = ((System.Windows.Controls.Border)(target));
                return;

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

            #line 259 "..\..\..\..\Pages\Home\Home.xaml"
                this.btnDiscount.MouseEnter += new System.Windows.Input.MouseEventHandler(this.btnDiscount_MouseEnter);

            #line default
            #line hidden

            #line 259 "..\..\..\..\Pages\Home\Home.xaml"
                this.btnDiscount.MouseLeave += new System.Windows.Input.MouseEventHandler(this.btnDiscount_MouseLeave);

            #line default
            #line hidden

            #line 259 "..\..\..\..\Pages\Home\Home.xaml"
                this.btnDiscount.Click += new System.Windows.RoutedEventHandler(this.btnDiscount_Click);

            #line default
            #line hidden
                return;

            case 32:
                this.bdSalesperson = ((System.Windows.Controls.Border)(target));
                return;

            case 33:
                this.btnSalesperson = ((System.Windows.Controls.Button)(target));

            #line 275 "..\..\..\..\Pages\Home\Home.xaml"
                this.btnSalesperson.MouseEnter += new System.Windows.Input.MouseEventHandler(this.btnSalesperson_MouseEnter);

            #line default
            #line hidden

            #line 275 "..\..\..\..\Pages\Home\Home.xaml"
                this.btnSalesperson.MouseLeave += new System.Windows.Input.MouseEventHandler(this.btnSalesperson_MouseLeave);

            #line default
            #line hidden

            #line 275 "..\..\..\..\Pages\Home\Home.xaml"
                this.btnSalesperson.Click += new System.Windows.RoutedEventHandler(this.btnSalesperson_Click);

            #line default
            #line hidden
                return;

            case 34:
                this.gs = ((System.Windows.Controls.GridSplitter)(target));
                return;

            case 35:
                this.stp_home_sort = ((System.Windows.Controls.StackPanel)(target));
                return;

            case 36:
                this.cb_SortBy = ((System.Windows.Controls.ComboBox)(target));

            #line 315 "..\..\..\..\Pages\Home\Home.xaml"
                this.cb_SortBy.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.cb_SortBy_SelectionChanged);

            #line default
            #line hidden
                return;

            case 37:
                this.UCSortDirect = ((CashierRegister.UserControls.BCButtonAscDesc)(target));
                return;

            case 38:
                this.mprProduct = ((FirstFloor.ModernUI.Windows.Controls.ModernProgressRing)(target));
                return;

            case 39:
                this.wpProduct = ((System.Windows.Controls.WrapPanel)(target));
                return;

            case 40:
                this.spPaging = ((System.Windows.Controls.StackPanel)(target));
                return;

            case 41:
                this.prbScanBarcode = ((System.Windows.Controls.ProgressBar)(target));
                return;

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

            #line 334 "..\..\..\..\Pages\Home\Home.xaml"
                this.txbBarcode.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txbBarcode_TextChanged);

            #line default
            #line hidden

            #line 334 "..\..\..\..\Pages\Home\Home.xaml"
                this.txbBarcode.LostFocus += new System.Windows.RoutedEventHandler(this.txbBarcode_LostFocus);

            #line default
            #line hidden

            #line 334 "..\..\..\..\Pages\Home\Home.xaml"
                this.txbBarcode.GotFocus += new System.Windows.RoutedEventHandler(this.txbBarcode_GotFocus);

            #line default
            #line hidden
                return;

            case 43:
                this.mprcat = ((FirstFloor.ModernUI.Windows.Controls.ModernProgressRing)(target));
                return;

            case 44:
                this.scvCategory = ((System.Windows.Controls.ScrollViewer)(target));

            #line 341 "..\..\..\..\Pages\Home\Home.xaml"
                this.scvCategory.PreviewMouseWheel += new System.Windows.Input.MouseWheelEventHandler(this.scvCategory_PreviewMouseWheel);

            #line default
            #line hidden
                return;

            case 45:
                this.wpCategory = ((System.Windows.Controls.WrapPanel)(target));
                return;
            }
            this._contentLoaded = true;
        }
Esempio n. 21
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.muiBtnExport = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));

            #line 21 "..\..\..\..\Pages\Setting\ExportLocal.xaml"
                this.muiBtnExport.Click += new System.Windows.RoutedEventHandler(this.muiBtnExport_Click);

            #line default
            #line hidden
                return;

            case 2:
                this.mprExport = ((FirstFloor.ModernUI.Windows.Controls.ModernProgressRing)(target));
                return;

            case 3:
                this.chkCheckAll = ((System.Windows.Controls.CheckBox)(target));

            #line 45 "..\..\..\..\Pages\Setting\ExportLocal.xaml"
                this.chkCheckAll.Checked += new System.Windows.RoutedEventHandler(this.chkCheckAll_Checked);

            #line default
            #line hidden

            #line 45 "..\..\..\..\Pages\Setting\ExportLocal.xaml"
                this.chkCheckAll.Unchecked += new System.Windows.RoutedEventHandler(this.chkCheckAll_Unchecked);

            #line default
            #line hidden
                return;

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

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

            #line 53 "..\..\..\..\Pages\Setting\ExportLocal.xaml"
                this.chkTbCategory.Checked += new System.Windows.RoutedEventHandler(this.chkTbCategory_Checked);

            #line default
            #line hidden

            #line 53 "..\..\..\..\Pages\Setting\ExportLocal.xaml"
                this.chkTbCategory.Unchecked += new System.Windows.RoutedEventHandler(this.chkTbCategory_Unchecked);

            #line default
            #line hidden
                return;

            case 6:
                this.chkTbCustomer = ((System.Windows.Controls.CheckBox)(target));

            #line 61 "..\..\..\..\Pages\Setting\ExportLocal.xaml"
                this.chkTbCustomer.Checked += new System.Windows.RoutedEventHandler(this.chkTbCustomer_Checked);

            #line default
            #line hidden

            #line 61 "..\..\..\..\Pages\Setting\ExportLocal.xaml"
                this.chkTbCustomer.Unchecked += new System.Windows.RoutedEventHandler(this.chkTbCustomer_Unchecked);

            #line default
            #line hidden
                return;

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

            #line 69 "..\..\..\..\Pages\Setting\ExportLocal.xaml"
                this.chkTbInputHistory.Checked += new System.Windows.RoutedEventHandler(this.chkTbInputHistory_Checked);

            #line default
            #line hidden

            #line 69 "..\..\..\..\Pages\Setting\ExportLocal.xaml"
                this.chkTbInputHistory.Unchecked += new System.Windows.RoutedEventHandler(this.chkTbInputHistory_Unchecked);

            #line default
            #line hidden
                return;

            case 8:
                this.chkTbOrder = ((System.Windows.Controls.CheckBox)(target));

            #line 77 "..\..\..\..\Pages\Setting\ExportLocal.xaml"
                this.chkTbOrder.Checked += new System.Windows.RoutedEventHandler(this.chkTbOrder_Checked);

            #line default
            #line hidden

            #line 77 "..\..\..\..\Pages\Setting\ExportLocal.xaml"
                this.chkTbOrder.Unchecked += new System.Windows.RoutedEventHandler(this.chkTbOrder_Unchecked);

            #line default
            #line hidden
                return;

            case 9:
                this.chkTbOrderDetail = ((System.Windows.Controls.CheckBox)(target));

            #line 85 "..\..\..\..\Pages\Setting\ExportLocal.xaml"
                this.chkTbOrderDetail.Checked += new System.Windows.RoutedEventHandler(this.chkTbOrderDetail_Checked);

            #line default
            #line hidden

            #line 85 "..\..\..\..\Pages\Setting\ExportLocal.xaml"
                this.chkTbOrderDetail.Unchecked += new System.Windows.RoutedEventHandler(this.chkTbOrderDetail_Unchecked);

            #line default
            #line hidden
                return;

            case 10:
                this.chkTbPayment = ((System.Windows.Controls.CheckBox)(target));

            #line 93 "..\..\..\..\Pages\Setting\ExportLocal.xaml"
                this.chkTbPayment.Checked += new System.Windows.RoutedEventHandler(this.chkTbPayment_Checked);

            #line default
            #line hidden

            #line 93 "..\..\..\..\Pages\Setting\ExportLocal.xaml"
                this.chkTbPayment.Unchecked += new System.Windows.RoutedEventHandler(this.chkTbPayment_Unchecked);

            #line default
            #line hidden
                return;

            case 11:
                this.chkTbProduct = ((System.Windows.Controls.CheckBox)(target));

            #line 101 "..\..\..\..\Pages\Setting\ExportLocal.xaml"
                this.chkTbProduct.Checked += new System.Windows.RoutedEventHandler(this.chkTbProduct_Checked);

            #line default
            #line hidden

            #line 101 "..\..\..\..\Pages\Setting\ExportLocal.xaml"
                this.chkTbProduct.Unchecked += new System.Windows.RoutedEventHandler(this.chkTbProduct_Unchecked);

            #line default
            #line hidden
                return;

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

            #line 109 "..\..\..\..\Pages\Setting\ExportLocal.xaml"
                this.chkTbSalesperson.Checked += new System.Windows.RoutedEventHandler(this.chkTbSalesperson_Checked);

            #line default
            #line hidden

            #line 109 "..\..\..\..\Pages\Setting\ExportLocal.xaml"
                this.chkTbSalesperson.Unchecked += new System.Windows.RoutedEventHandler(this.chkTbSalesperson_Unchecked);

            #line default
            #line hidden
                return;

            case 13:
                this.chkTbSetting = ((System.Windows.Controls.CheckBox)(target));

            #line 117 "..\..\..\..\Pages\Setting\ExportLocal.xaml"
                this.chkTbSetting.Checked += new System.Windows.RoutedEventHandler(this.chkTbSetting_Checked);

            #line default
            #line hidden

            #line 117 "..\..\..\..\Pages\Setting\ExportLocal.xaml"
                this.chkTbSetting.Unchecked += new System.Windows.RoutedEventHandler(this.chkTbSetting_Unchecked);

            #line default
            #line hidden
                return;

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

            #line 125 "..\..\..\..\Pages\Setting\ExportLocal.xaml"
                this.chkTbUser.Checked += new System.Windows.RoutedEventHandler(this.chkTbUser_Checked);

            #line default
            #line hidden

            #line 125 "..\..\..\..\Pages\Setting\ExportLocal.xaml"
                this.chkTbUser.Unchecked += new System.Windows.RoutedEventHandler(this.chkTbUser_Unchecked);

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

            case 2:
                this.TbxSearch = ((System.Windows.Controls.TextBox)(target));

            #line 25 "..\..\..\..\gui\Pages\PHome.xaml"
                this.TbxSearch.KeyUp += new System.Windows.Input.KeyEventHandler(this.TbxSearch_KeyUp);

            #line default
            #line hidden
                return;

            case 3:
                this.BtnClear = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));

            #line 26 "..\..\..\..\gui\Pages\PHome.xaml"
                this.BtnClear.Click += new System.Windows.RoutedEventHandler(this.BtnClear_Click);

            #line default
            #line hidden
                return;

            case 4:
                this.btnDelete = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));

            #line 27 "..\..\..\..\gui\Pages\PHome.xaml"
                this.btnDelete.Click += new System.Windows.RoutedEventHandler(this.btnDelete_Click);

            #line default
            #line hidden
                return;

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

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

            case 7:
                this.BtnClearCateg = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));

            #line 44 "..\..\..\..\gui\Pages\PHome.xaml"
                this.BtnClearCateg.Click += new System.Windows.RoutedEventHandler(this.BtnClearCateg_Click);

            #line default
            #line hidden
                return;

            case 8:
                this._comboAnnos = ((System.Windows.Controls.ComboBox)(target));
                return;

            case 9:
                this._comboAnnosHint = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 10:
                this.BtnClearAnno = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));

            #line 61 "..\..\..\..\gui\Pages\PHome.xaml"
                this.BtnClearAnno.Click += new System.Windows.RoutedEventHandler(this.BtnClearAnno_Click);

            #line default
            #line hidden
                return;

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

            case 12:
                this._comboGenerosHint = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 13:
                this.BtnClearGenero = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));

            #line 78 "..\..\..\..\gui\Pages\PHome.xaml"
                this.BtnClearGenero.Click += new System.Windows.RoutedEventHandler(this.BtnClearGenero_Click);

            #line default
            #line hidden
                return;

            case 14:
                this._cTree = ((System.Windows.Controls.ColumnDefinition)(target));
                return;

            case 15:
                this._cContent = ((System.Windows.Controls.ColumnDefinition)(target));
                return;

            case 16:
                this._cFormInfo = ((System.Windows.Controls.ColumnDefinition)(target));
                return;

            case 17:
                this._cListCopys = ((System.Windows.Controls.ColumnDefinition)(target));
                return;

            case 18:
                this._treeView = ((System.Windows.Controls.TreeView)(target));
                return;

            case 19:
                this._LoaderGif = ((FirstFloor.ModernUI.Windows.Controls.ModernProgressRing)(target));
                return;

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

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

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

            #line 128 "..\..\..\..\gui\Pages\PHome.xaml"
                this.btnAdd.Click += new System.Windows.RoutedEventHandler(this.btnAdd_Click);

            #line default
            #line hidden
                return;

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

            case 24:
                this._cBtnShowList = ((System.Windows.Controls.ColumnDefinition)(target));
                return;

            case 25:
                this._cBtnHideList = ((System.Windows.Controls.ColumnDefinition)(target));
                return;

            case 26:
                this.IPortadaPreview = ((System.Windows.Controls.Image)(target));
                return;

            case 27:
                this.btnLista = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));

            #line 156 "..\..\..\..\gui\Pages\PHome.xaml"
                this.btnLista.Click += new System.Windows.RoutedEventHandler(this.btnLista_Click);

            #line default
            #line hidden
                return;

            case 28:
                this.btnHideList = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));

            #line 157 "..\..\..\..\gui\Pages\PHome.xaml"
                this.btnHideList.Click += new System.Windows.RoutedEventHandler(this.btnHideList_Click);

            #line default
            #line hidden
                return;

            case 29:
                this._infoPanel = ((System.Windows.Controls.Grid)(target));
                return;

            case 30:
                this.tbTitulo = ((System.Windows.Controls.TextBox)(target));
                return;

            case 31:
                this.tbUrlFile = ((System.Windows.Controls.TextBox)(target));
                return;

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

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

            case 34:
                this.tbDirector = ((System.Windows.Controls.TextBox)(target));
                return;

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

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

            case 37:
                this.tbSinopsis = ((System.Windows.Controls.TextBox)(target));
                return;

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

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

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

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

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

            case 43:
                this.lListTile = ((System.Windows.Controls.TextBlock)(target));
                return;

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

            #line 229 "..\..\..\..\gui\Pages\PHome.xaml"
                this.btnCopy.Click += new System.Windows.RoutedEventHandler(this.BtnCopy_Click);

            #line default
            #line hidden
                return;

            case 45:
                this.lCopySize = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 46:
                this.lCosto = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 47:
                this.lCostoReal = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 48:
                this.tbReal = ((System.Windows.Controls.TextBox)(target));

            #line 236 "..\..\..\..\gui\Pages\PHome.xaml"
                this.tbReal.PreviewTextInput += new System.Windows.Input.TextCompositionEventHandler(this.tbReal_PreviewTextInput);

            #line default
            #line hidden

            #line 236 "..\..\..\..\gui\Pages\PHome.xaml"
                this.tbReal.KeyDown += new System.Windows.Input.KeyEventHandler(this.tbReal_KeyDown);

            #line default
            #line hidden
                return;

            case 49:
                this._listSeleccion = ((System.Windows.Controls.ListView)(target));
                return;

            case 50:
                this._copySplitter = ((System.Windows.Controls.GridSplitter)(target));
                return;

            case 51:
                this._copysContainer = ((System.Windows.Controls.StackPanel)(target));
                return;
            }
            this._contentLoaded = true;
        }
Esempio n. 23
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 10 "..\..\..\..\Pages\Report\OrderDetail.xaml"
                ((CashierRegister.Pages.Report.OrderDetail)(target)).Loaded += new System.Windows.RoutedEventHandler(this.OrderDetail_Loaded);

            #line default
            #line hidden

            #line 10 "..\..\..\..\Pages\Report\OrderDetail.xaml"
                ((CashierRegister.Pages.Report.OrderDetail)(target)).Closed += new System.EventHandler(this.OrderDetail_Closed);

            #line default
            #line hidden
                return;

            case 2:
                this.muiBtnDelete = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));

            #line 23 "..\..\..\..\Pages\Report\OrderDetail.xaml"
                this.muiBtnDelete.Click += new System.Windows.RoutedEventHandler(this.muiBtnDelete_Click);

            #line default
            #line hidden
                return;

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

            case 4:
                this.muiBtnPrint = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));

            #line 29 "..\..\..\..\Pages\Report\OrderDetail.xaml"
                this.muiBtnPrint.Click += new System.Windows.RoutedEventHandler(this.muiBtnPrint_Click);

            #line default
            #line hidden
                return;

            case 5:
                this.mprPrint = ((FirstFloor.ModernUI.Windows.Controls.ModernProgressRing)(target));
                return;

            case 6:
                this.dtgOrderDetail = ((System.Windows.Controls.DataGrid)(target));
                return;

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

            #line 40 "..\..\..\..\Pages\Report\OrderDetail.xaml"
                this.chkCheckAll.Checked += new System.Windows.RoutedEventHandler(this.chkCheckAll_Checked);

            #line default
            #line hidden

            #line 40 "..\..\..\..\Pages\Report\OrderDetail.xaml"
                this.chkCheckAll.Unchecked += new System.Windows.RoutedEventHandler(this.chkCheckAll_Unchecked);

            #line default
            #line hidden
                return;

            case 9:
                this.txtPaymentName = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 10:
                this.tblQty = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 11:
                this.tblTax = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 12:
                this.tblDiscount = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 13:
                this._tblTotal = ((System.Windows.Controls.TextBlock)(target));
                return;
            }
            this._contentLoaded = true;
        }
Esempio n. 24
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 8 "..\..\..\..\Pages\Report\All.xaml"
                ((CashierRegister.Pages.Report.All)(target)).Loaded += new System.Windows.RoutedEventHandler(this.UserControl_Loaded);

            #line default
            #line hidden
                return;

            case 2:
                this.mpr = ((FirstFloor.ModernUI.Windows.Controls.ModernProgressRing)(target));
                return;

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

            case 4:
                this.col1 = ((System.Windows.Controls.ColumnDefinition)(target));
                return;

            case 5:
                this.col2 = ((System.Windows.Controls.ColumnDefinition)(target));
                return;

            case 6:
                this.muiBtnDelete = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));

            #line 32 "..\..\..\..\Pages\Report\All.xaml"
                this.muiBtnDelete.Click += new System.Windows.RoutedEventHandler(this.muiBtnDelete_Click);

            #line default
            #line hidden
                return;

            case 7:
                this.tblTotal = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 8:
                this.muiBtnPrint = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));

            #line 38 "..\..\..\..\Pages\Report\All.xaml"
                this.muiBtnPrint.Click += new System.Windows.RoutedEventHandler(this.muiBtnPrint_Click);

            #line default
            #line hidden
                return;

            case 9:
                this.mprPrint = ((FirstFloor.ModernUI.Windows.Controls.ModernProgressRing)(target));
                return;

            case 10:
                this.dtgOrders = ((System.Windows.Controls.DataGrid)(target));

            #line 47 "..\..\..\..\Pages\Report\All.xaml"
                this.dtgOrders.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.dtgOrders_MouseDoubleClick);

            #line default
            #line hidden
                return;

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

            #line 51 "..\..\..\..\Pages\Report\All.xaml"
                this.chkAll.Checked += new System.Windows.RoutedEventHandler(this.chkAll_Checked);

            #line default
            #line hidden

            #line 51 "..\..\..\..\Pages\Report\All.xaml"
                this.chkAll.Unchecked += new System.Windows.RoutedEventHandler(this.chkAll_Unchecked);

            #line default
            #line hidden
                return;

            case 14:
                this.tblQuantity = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 15:
                this.tblTax = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 16:
                this.tblDiscount = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 17:
                this._tblTotal = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 18:
                this.spPaging = ((System.Windows.Controls.StackPanel)(target));
                return;

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

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

            #line 252 "..\..\..\..\Pages\Report\All.xaml"
                this.btnArrow.Click += new System.Windows.RoutedEventHandler(this.btnArrow_Click);

            #line default
            #line hidden
                return;

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

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

            case 23:
                this.imgShowAll = ((System.Windows.Controls.Image)(target));

            #line 271 "..\..\..\..\Pages\Report\All.xaml"
                this.imgShowAll.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.imgShowAll_MouseDown);

            #line default
            #line hidden
                return;

            case 24:
                this.ShowAll = ((System.Windows.Documents.Hyperlink)(target));

            #line 277 "..\..\..\..\Pages\Report\All.xaml"
                this.ShowAll.Click += new System.Windows.RoutedEventHandler(this.ShowAll_Click);

            #line default
            #line hidden
                return;

            case 25:
                this.imgSearch = ((System.Windows.Controls.Image)(target));

            #line 283 "..\..\..\..\Pages\Report\All.xaml"
                this.imgSearch.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.imgSearch_MouseDown);

            #line default
            #line hidden
                return;

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

            #line 293 "..\..\..\..\Pages\Report\All.xaml"
                this.cboField.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.cboField_SelectionChanged);

            #line default
            #line hidden
                return;

            case 27:
                this.txbSearch = ((System.Windows.Controls.TextBox)(target));

            #line 294 "..\..\..\..\Pages\Report\All.xaml"
                this.txbSearch.KeyDown += new System.Windows.Input.KeyEventHandler(this.txbSearch_KeyDown);

            #line default
            #line hidden
                return;

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

            #line 304 "..\..\..\..\Pages\Report\All.xaml"
                this.imgDate.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.imgDate_MouseDown);

            #line default
            #line hidden
                return;

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

            #line 309 "..\..\..\..\Pages\Report\All.xaml"
                this.dtpDateSearch.SelectedDateChanged += new System.EventHandler <System.Windows.Controls.SelectionChangedEventArgs>(this.dtpDateSearch_SelectedDateChanged);

            #line default
            #line hidden
                return;

            case 30:
                this.imgMonthYear = ((System.Windows.Controls.Image)(target));

            #line 314 "..\..\..\..\Pages\Report\All.xaml"
                this.imgMonthYear.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.imgMonthYear_MouseDown);

            #line default
            #line hidden
                return;

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

            #line 326 "..\..\..\..\Pages\Report\All.xaml"
                this.cboMonth.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.cboMonth_SelectionChanged);

            #line default
            #line hidden
                return;

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

            #line 331 "..\..\..\..\Pages\Report\All.xaml"
                this.cboYear.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.cboYear_SelectionChanged);

            #line default
            #line hidden
                return;

            case 33:
                this.imgYear = ((System.Windows.Controls.Image)(target));

            #line 338 "..\..\..\..\Pages\Report\All.xaml"
                this.imgYear.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.imgYear_MouseDown);

            #line default
            #line hidden
                return;

            case 34:
                this.cboOnlyYear = ((System.Windows.Controls.ComboBox)(target));

            #line 344 "..\..\..\..\Pages\Report\All.xaml"
                this.cboOnlyYear.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.cboOnlyYear_SelectionChanged);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.listEntradaArticulo = ((System.Windows.Controls.ListView)(target));
     
     #line 38 "..\..\..\Content\ListEntradaArticulo.xaml"
     this.listEntradaArticulo.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.listEntradaArticulo_MouseDoubleClick);
     
     #line default
     #line hidden
     return;
     case 2:
     
     #line 43 "..\..\..\Content\ListEntradaArticulo.xaml"
     ((System.Windows.Controls.GridViewColumnHeader)(target)).MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.headIdFactura);
     
     #line default
     #line hidden
     return;
     case 3:
     this.txtIdFacturaBusqueda = ((System.Windows.Controls.TextBox)(target));
     
     #line 46 "..\..\..\Content\ListEntradaArticulo.xaml"
     this.txtIdFacturaBusqueda.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtBusqueda_TextChanged);
     
     #line default
     #line hidden
     return;
     case 4:
     
     #line 50 "..\..\..\Content\ListEntradaArticulo.xaml"
     ((System.Windows.Controls.GridViewColumnHeader)(target)).MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.headNombre);
     
     #line default
     #line hidden
     return;
     case 5:
     this.txtNombreBusqueda = ((System.Windows.Controls.TextBox)(target));
     
     #line 53 "..\..\..\Content\ListEntradaArticulo.xaml"
     this.txtNombreBusqueda.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtBusqueda_TextChanged);
     
     #line default
     #line hidden
     return;
     case 6:
     
     #line 57 "..\..\..\Content\ListEntradaArticulo.xaml"
     ((System.Windows.Controls.GridViewColumnHeader)(target)).MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.headDescripcion);
     
     #line default
     #line hidden
     return;
     case 7:
     this.txtDescripcionBusqueda = ((System.Windows.Controls.TextBox)(target));
     
     #line 60 "..\..\..\Content\ListEntradaArticulo.xaml"
     this.txtDescripcionBusqueda.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtBusqueda_TextChanged);
     
     #line default
     #line hidden
     return;
     case 8:
     
     #line 64 "..\..\..\Content\ListEntradaArticulo.xaml"
     ((System.Windows.Controls.GridViewColumnHeader)(target)).MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.headPrecio);
     
     #line default
     #line hidden
     return;
     case 9:
     this.txtPrecioBusqueda = ((System.Windows.Controls.TextBox)(target));
     
     #line 67 "..\..\..\Content\ListEntradaArticulo.xaml"
     this.txtPrecioBusqueda.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtBusqueda_TextChanged);
     
     #line default
     #line hidden
     return;
     case 10:
     
     #line 71 "..\..\..\Content\ListEntradaArticulo.xaml"
     ((System.Windows.Controls.GridViewColumnHeader)(target)).MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.headCantidad);
     
     #line default
     #line hidden
     return;
     case 11:
     this.txtCantidadBusqueda = ((System.Windows.Controls.TextBox)(target));
     
     #line 74 "..\..\..\Content\ListEntradaArticulo.xaml"
     this.txtCantidadBusqueda.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtBusqueda_TextChanged);
     
     #line default
     #line hidden
     return;
     case 12:
     this.btnUpdate = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));
     
     #line 100 "..\..\..\Content\ListEntradaArticulo.xaml"
     this.btnUpdate.Click += new System.Windows.RoutedEventHandler(this.btnUpdate_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
Esempio n. 26
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this._cCancelBtn = ((System.Windows.Controls.ColumnDefinition)(target));
                return;

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

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

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

            case 5:
                this.BtnPause = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));

            #line 32 "..\..\..\..\gui\components\ProgressInfo.xaml"
                this.BtnPause.Click += new System.Windows.RoutedEventHandler(this.BtnPause_Click);

            #line default
            #line hidden
                return;

            case 6:
                this.BtnContinue = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));

            #line 33 "..\..\..\..\gui\components\ProgressInfo.xaml"
                this.BtnContinue.Click += new System.Windows.RoutedEventHandler(this.BtnContinue_Click);

            #line default
            #line hidden
                return;

            case 7:
                this.BtnViewList = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));

            #line 34 "..\..\..\..\gui\components\ProgressInfo.xaml"
                this.BtnViewList.Click += new System.Windows.RoutedEventHandler(this.BtnViewList_Click);

            #line default
            #line hidden
                return;

            case 8:
                this.BtnCancel = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));

            #line 35 "..\..\..\..\gui\components\ProgressInfo.xaml"
                this.BtnCancel.Click += new System.Windows.RoutedEventHandler(this.BtnCancel_Click);

            #line default
            #line hidden
                return;

            case 9:
                this._ProgressBar = ((System.Windows.Controls.ProgressBar)(target));
                return;
            }
            this._contentLoaded = true;
        }
Esempio n. 27
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.LUser = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 2:
                this.tbxUser = ((System.Windows.Controls.TextBox)(target));

            #line 14 "..\..\..\..\gui\Pages\LoginPage.xaml"
                this.tbxUser.KeyUp += new System.Windows.Input.KeyEventHandler(this.tbxUser_KeyUp);

            #line default
            #line hidden
                return;

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

            case 4:
                this.tbxPass = ((System.Windows.Controls.PasswordBox)(target));

            #line 16 "..\..\..\..\gui\Pages\LoginPage.xaml"
                this.tbxPass.KeyUp += new System.Windows.Input.KeyEventHandler(this.tbxUser_KeyUp);

            #line default
            #line hidden
                return;

            case 5:
                this.LLogin = ((System.Windows.Controls.TextBlock)(target));
                return;

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

            case 7:
                this.LError = ((System.Windows.Controls.TextBlock)(target));
                return;

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

            #line 20 "..\..\..\..\gui\Pages\LoginPage.xaml"
                this.btnLogin.Click += new System.Windows.RoutedEventHandler(this.BtnLogin_Click);

            #line default
            #line hidden

            #line 20 "..\..\..\..\gui\Pages\LoginPage.xaml"
                this.btnLogin.KeyUp += new System.Windows.Input.KeyEventHandler(this.tbxUser_KeyUp);

            #line default
            #line hidden
                return;

            case 9:
                this.BtnConfigConnection = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));

            #line 23 "..\..\..\..\gui\Pages\LoginPage.xaml"
                this.BtnConfigConnection.Click += new System.Windows.RoutedEventHandler(this.BtnConfigConnection_Click);

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

            #line 8 "..\..\..\..\Pages\Setting\Customer.xaml"
                ((CashierRegister.Pages.Setting.Customer)(target)).Loaded += new System.Windows.RoutedEventHandler(this.UserControl_Loaded);

            #line default
            #line hidden
                return;

            case 2:
                this.mpr = ((FirstFloor.ModernUI.Windows.Controls.ModernProgressRing)(target));
                return;

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

            case 4:
                this.muiBtnDelete = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));

            #line 29 "..\..\..\..\Pages\Setting\Customer.xaml"
                this.muiBtnDelete.Click += new System.Windows.RoutedEventHandler(this.muiBtnDelete_Click);

            #line default
            #line hidden
                return;

            case 5:
                this.muiBtnAdd = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));

            #line 34 "..\..\..\..\Pages\Setting\Customer.xaml"
                this.muiBtnAdd.Click += new System.Windows.RoutedEventHandler(this.muiBtnAdd_Click);

            #line default
            #line hidden
                return;

            case 6:
                this.muiBtnImport = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));

            #line 39 "..\..\..\..\Pages\Setting\Customer.xaml"
                this.muiBtnImport.Click += new System.Windows.RoutedEventHandler(this.muiBtnImport_Click);

            #line default
            #line hidden
                return;

            case 7:
                this.muiBtnExport = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));

            #line 44 "..\..\..\..\Pages\Setting\Customer.xaml"
                this.muiBtnExport.Click += new System.Windows.RoutedEventHandler(this.muiBtnExport_Click);

            #line default
            #line hidden
                return;

            case 8:
                this.tblTotal = ((System.Windows.Controls.TextBlock)(target));
                return;

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

            #line 54 "..\..\..\..\Pages\Setting\Customer.xaml"
                this.txbSearch.KeyDown += new System.Windows.Input.KeyEventHandler(this.txbSearch_KeyDown);

            #line default
            #line hidden
                return;

            case 10:
                this.muiBtnSearch = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));

            #line 55 "..\..\..\..\Pages\Setting\Customer.xaml"
                this.muiBtnSearch.Click += new System.Windows.RoutedEventHandler(this.muiBtnSearch_Click);

            #line default
            #line hidden
                return;

            case 11:
                this.dtgCustomer = ((System.Windows.Controls.DataGrid)(target));

            #line 64 "..\..\..\..\Pages\Setting\Customer.xaml"
                this.dtgCustomer.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.dtgCustomer_MouseDoubleClick);

            #line default
            #line hidden
                return;

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

            #line 68 "..\..\..\..\Pages\Setting\Customer.xaml"
                this.chkAll.Checked += new System.Windows.RoutedEventHandler(this.chkAll_Checked);

            #line default
            #line hidden

            #line 68 "..\..\..\..\Pages\Setting\Customer.xaml"
                this.chkAll.Unchecked += new System.Windows.RoutedEventHandler(this.chkAll_Unchecked);

            #line default
            #line hidden
                return;

            case 15:
                this.spPaging = ((System.Windows.Controls.StackPanel)(target));
                return;
            }
            this._contentLoaded = true;
        }
Esempio n. 29
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.listEmpleado = ((System.Windows.Controls.ListView)(target));
     
     #line 39 "..\..\..\Content\ListEmpleado.xaml"
     this.listEmpleado.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.listEmpleado_MouseDoubleClick);
     
     #line default
     #line hidden
     return;
     case 2:
     
     #line 44 "..\..\..\Content\ListEmpleado.xaml"
     ((System.Windows.Controls.GridViewColumnHeader)(target)).MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.headNombre);
     
     #line default
     #line hidden
     return;
     case 3:
     this.txtNombreBusqueda = ((System.Windows.Controls.TextBox)(target));
     
     #line 47 "..\..\..\Content\ListEmpleado.xaml"
     this.txtNombreBusqueda.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtBusqueda_TextChanged);
     
     #line default
     #line hidden
     return;
     case 4:
     
     #line 51 "..\..\..\Content\ListEmpleado.xaml"
     ((System.Windows.Controls.GridViewColumnHeader)(target)).MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.headApellidoPaterno);
     
     #line default
     #line hidden
     return;
     case 5:
     this.txtApellidoPaternoBusqueda = ((System.Windows.Controls.TextBox)(target));
     
     #line 54 "..\..\..\Content\ListEmpleado.xaml"
     this.txtApellidoPaternoBusqueda.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtBusqueda_TextChanged);
     
     #line default
     #line hidden
     return;
     case 6:
     
     #line 58 "..\..\..\Content\ListEmpleado.xaml"
     ((System.Windows.Controls.GridViewColumnHeader)(target)).MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.headApellidoMaterno);
     
     #line default
     #line hidden
     return;
     case 7:
     this.txtApellidoMaternoBusqueda = ((System.Windows.Controls.TextBox)(target));
     
     #line 61 "..\..\..\Content\ListEmpleado.xaml"
     this.txtApellidoMaternoBusqueda.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtBusqueda_TextChanged);
     
     #line default
     #line hidden
     return;
     case 8:
     
     #line 66 "..\..\..\Content\ListEmpleado.xaml"
     ((System.Windows.Controls.GridViewColumnHeader)(target)).MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.headDepartamento);
     
     #line default
     #line hidden
     return;
     case 9:
     this.txtDepartamentoBusqueda = ((System.Windows.Controls.TextBox)(target));
     
     #line 69 "..\..\..\Content\ListEmpleado.xaml"
     this.txtDepartamentoBusqueda.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtBusqueda_TextChanged);
     
     #line default
     #line hidden
     return;
     case 10:
     
     #line 73 "..\..\..\Content\ListEmpleado.xaml"
     ((System.Windows.Controls.GridViewColumnHeader)(target)).MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.headNoEmpleado);
     
     #line default
     #line hidden
     return;
     case 11:
     this.txtNoEmpleadoBusqueda = ((System.Windows.Controls.TextBox)(target));
     
     #line 76 "..\..\..\Content\ListEmpleado.xaml"
     this.txtNoEmpleadoBusqueda.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtBusqueda_TextChanged);
     
     #line default
     #line hidden
     return;
     case 12:
     
     #line 80 "..\..\..\Content\ListEmpleado.xaml"
     ((System.Windows.Controls.GridViewColumnHeader)(target)).MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.headDomicilio);
     
     #line default
     #line hidden
     return;
     case 13:
     this.txtDomicilioBusqueda = ((System.Windows.Controls.TextBox)(target));
     
     #line 83 "..\..\..\Content\ListEmpleado.xaml"
     this.txtDomicilioBusqueda.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtBusqueda_TextChanged);
     
     #line default
     #line hidden
     return;
     case 14:
     
     #line 87 "..\..\..\Content\ListEmpleado.xaml"
     ((System.Windows.Controls.GridViewColumnHeader)(target)).MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.headTelefono);
     
     #line default
     #line hidden
     return;
     case 15:
     this.txtTelefonoBusqueda = ((System.Windows.Controls.TextBox)(target));
     
     #line 90 "..\..\..\Content\ListEmpleado.xaml"
     this.txtTelefonoBusqueda.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtBusqueda_TextChanged);
     
     #line default
     #line hidden
     return;
     case 16:
     
     #line 94 "..\..\..\Content\ListEmpleado.xaml"
     ((System.Windows.Controls.GridViewColumnHeader)(target)).MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.headFechaNac);
     
     #line default
     #line hidden
     return;
     case 17:
     this.txtFechaNacBusqueda = ((System.Windows.Controls.TextBox)(target));
     
     #line 97 "..\..\..\Content\ListEmpleado.xaml"
     this.txtFechaNacBusqueda.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtBusqueda_TextChanged);
     
     #line default
     #line hidden
     return;
     case 18:
     
     #line 101 "..\..\..\Content\ListEmpleado.xaml"
     ((System.Windows.Controls.GridViewColumnHeader)(target)).MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.headEstadoCivil);
     
     #line default
     #line hidden
     return;
     case 19:
     this.txtEstadoCivilBusqueda = ((System.Windows.Controls.TextBox)(target));
     
     #line 104 "..\..\..\Content\ListEmpleado.xaml"
     this.txtEstadoCivilBusqueda.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtBusqueda_TextChanged);
     
     #line default
     #line hidden
     return;
     case 20:
     
     #line 108 "..\..\..\Content\ListEmpleado.xaml"
     ((System.Windows.Controls.GridViewColumnHeader)(target)).MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.headCorreo);
     
     #line default
     #line hidden
     return;
     case 21:
     this.txtCorreoBusqueda = ((System.Windows.Controls.TextBox)(target));
     
     #line 111 "..\..\..\Content\ListEmpleado.xaml"
     this.txtCorreoBusqueda.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtBusqueda_TextChanged);
     
     #line default
     #line hidden
     return;
     case 22:
     
     #line 115 "..\..\..\Content\ListEmpleado.xaml"
     ((System.Windows.Controls.GridViewColumnHeader)(target)).MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.headNacDomicilio);
     
     #line default
     #line hidden
     return;
     case 23:
     this.txtNacDomicilioBusqueda = ((System.Windows.Controls.TextBox)(target));
     
     #line 118 "..\..\..\Content\ListEmpleado.xaml"
     this.txtNacDomicilioBusqueda.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtBusqueda_TextChanged);
     
     #line default
     #line hidden
     return;
     case 24:
     
     #line 122 "..\..\..\Content\ListEmpleado.xaml"
     ((System.Windows.Controls.GridViewColumnHeader)(target)).MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.headSangre);
     
     #line default
     #line hidden
     return;
     case 25:
     this.txtSangreBusqueda = ((System.Windows.Controls.TextBox)(target));
     
     #line 125 "..\..\..\Content\ListEmpleado.xaml"
     this.txtSangreBusqueda.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtBusqueda_TextChanged);
     
     #line default
     #line hidden
     return;
     case 26:
     
     #line 129 "..\..\..\Content\ListEmpleado.xaml"
     ((System.Windows.Controls.GridViewColumnHeader)(target)).MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.headEducacion);
     
     #line default
     #line hidden
     return;
     case 27:
     this.txtEducacionBusqueda = ((System.Windows.Controls.TextBox)(target));
     
     #line 132 "..\..\..\Content\ListEmpleado.xaml"
     this.txtEducacionBusqueda.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtBusqueda_TextChanged);
     
     #line default
     #line hidden
     return;
     case 28:
     
     #line 136 "..\..\..\Content\ListEmpleado.xaml"
     ((System.Windows.Controls.GridViewColumnHeader)(target)).MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.headTituloProf);
     
     #line default
     #line hidden
     return;
     case 29:
     this.txtTituloProfBusqueda = ((System.Windows.Controls.TextBox)(target));
     
     #line 139 "..\..\..\Content\ListEmpleado.xaml"
     this.txtTituloProfBusqueda.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtBusqueda_TextChanged);
     
     #line default
     #line hidden
     return;
     case 30:
     this.btnUpdate = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));
     
     #line 165 "..\..\..\Content\ListEmpleado.xaml"
     this.btnUpdate.Click += new System.Windows.RoutedEventHandler(this.btnUpdate_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
Esempio n. 30
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 9 "..\..\..\..\Pages\Home\FindCustomer.xaml"
                ((CashierRegister.Pages.Home.FindCustomer)(target)).Loaded += new System.Windows.RoutedEventHandler(this.ModernDialog_Loaded);

            #line default
            #line hidden
                return;

            case 2:
                this.txbCustomer = ((System.Windows.Controls.TextBox)(target));

            #line 33 "..\..\..\..\Pages\Home\FindCustomer.xaml"
                this.txbCustomer.KeyDown += new System.Windows.Input.KeyEventHandler(this.txbCustomer_KeyDown);

            #line default
            #line hidden
                return;

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

            #line 36 "..\..\..\..\Pages\Home\FindCustomer.xaml"
                this.txbPhone.KeyDown += new System.Windows.Input.KeyEventHandler(this.txbPhone_KeyDown);

            #line default
            #line hidden
                return;

            case 4:
                this.muiBtnSearch = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));

            #line 38 "..\..\..\..\Pages\Home\FindCustomer.xaml"
                this.muiBtnSearch.Click += new System.Windows.RoutedEventHandler(this.muiBtnSearch_Click);

            #line default
            #line hidden
                return;

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

            #line 45 "..\..\..\..\Pages\Home\FindCustomer.xaml"
                this.dtgCustomer.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.dtgCustomer_MouseDoubleClick);

            #line default
            #line hidden
                return;

            case 7:
                this.spPaging = ((System.Windows.Controls.StackPanel)(target));
                return;

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

            #line 80 "..\..\..\..\Pages\Home\FindCustomer.xaml"
                this.muiBtnAdd.Click += new System.Windows.RoutedEventHandler(this.muiBtnAdd_Click);

            #line default
            #line hidden
                return;

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

            #line 81 "..\..\..\..\Pages\Home\FindCustomer.xaml"
                this.muiBtnClose.Click += new System.Windows.RoutedEventHandler(this.muiBtnClose_Click);

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

            #line 13 "..\..\..\Views\ShellOut.xaml"
                ((CashierRegister.Views.ShellOut)(target)).Loaded += new System.Windows.RoutedEventHandler(this.ModernDialog_Loaded);

            #line default
            #line hidden

            #line 13 "..\..\..\Views\ShellOut.xaml"
                ((CashierRegister.Views.ShellOut)(target)).KeyDown += new System.Windows.Input.KeyEventHandler(this.ModernDialog_KeyDown);

            #line default
            #line hidden
                return;

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

            case 3:
                this.lstShellOut = ((System.Windows.Controls.ListView)(target));
                return;

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

            case 5:
                this.tblTotal = ((System.Windows.Controls.TextBlock)(target));
                return;

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

            case 7:
                this.tblCashBalance = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 8:
                this.mainButtonAdd = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));
                return;

            case 9:
                this.column1 = ((System.Windows.Controls.ColumnDefinition)(target));
                return;

            case 10:
                this.column2 = ((System.Windows.Controls.ColumnDefinition)(target));
                return;

            case 11:
                this.tblCalType = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 12:
                this.mnuiStandard = ((System.Windows.Controls.MenuItem)(target));

            #line 127 "..\..\..\Views\ShellOut.xaml"
                this.mnuiStandard.Click += new System.Windows.RoutedEventHandler(this.mnuiStandard_Click);

            #line default
            #line hidden
                return;

            case 13:
                this.tblstandardIcon = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 14:
                this.mnuiExtend = ((System.Windows.Controls.MenuItem)(target));

            #line 136 "..\..\..\Views\ShellOut.xaml"
                this.mnuiExtend.Click += new System.Windows.RoutedEventHandler(this.mnuiExtend_Click);

            #line default
            #line hidden
                return;

            case 15:
                this.tblExtendIcon = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 16:
                this.grdPayTemplate = ((System.Windows.Controls.Grid)(target));
                return;

            case 17:
                this.grdPayNum = ((System.Windows.Controls.Grid)(target));
                return;

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

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

            #line 184 "..\..\..\Views\ShellOut.xaml"
                this.btnBackspace.Click += new System.Windows.RoutedEventHandler(this.btnBackspace_Click);

            #line default
            #line hidden
                return;

            case 20:

            #line 185 "..\..\..\Views\ShellOut.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.btnNum_Click);

            #line default
            #line hidden
                return;

            case 21:

            #line 186 "..\..\..\Views\ShellOut.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.btnNum_Click);

            #line default
            #line hidden
                return;

            case 22:

            #line 187 "..\..\..\Views\ShellOut.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.btnNum_Click);

            #line default
            #line hidden
                return;

            case 23:

            #line 188 "..\..\..\Views\ShellOut.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.btnNum_Click);

            #line default
            #line hidden
                return;

            case 24:

            #line 189 "..\..\..\Views\ShellOut.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.btnNum_Click);

            #line default
            #line hidden
                return;

            case 25:

            #line 190 "..\..\..\Views\ShellOut.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.btnNum_Click);

            #line default
            #line hidden
                return;

            case 26:

            #line 191 "..\..\..\Views\ShellOut.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.btnNum_Click);

            #line default
            #line hidden
                return;

            case 27:

            #line 192 "..\..\..\Views\ShellOut.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.btnNum_Click);

            #line default
            #line hidden
                return;

            case 28:

            #line 193 "..\..\..\Views\ShellOut.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.btnNum_Click);

            #line default
            #line hidden
                return;

            case 29:

            #line 194 "..\..\..\Views\ShellOut.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.btnNum_Click);

            #line default
            #line hidden
                return;

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

            #line 195 "..\..\..\Views\ShellOut.xaml"
                this.btnpoint.Click += new System.Windows.RoutedEventHandler(this.btnpoint_Click);

            #line default
            #line hidden
                return;

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

            #line 196 "..\..\..\Views\ShellOut.xaml"
                this.btnClear.Click += new System.Windows.RoutedEventHandler(this.btnClear_Click);

            #line default
            #line hidden
                return;

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

            #line 201 "..\..\..\Views\ShellOut.xaml"
                this.btnSaveInvoice.Click += new System.Windows.RoutedEventHandler(this.btnSaveInvoice_Click);

            #line default
            #line hidden
                return;

            case 33:
                this.mprSaveInvoice = ((FirstFloor.ModernUI.Windows.Controls.ModernProgressRing)(target));
                return;

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

            #line 205 "..\..\..\Views\ShellOut.xaml"
                this.btnSaveSendEmail.Click += new System.Windows.RoutedEventHandler(this.btnSaveSendEmail_Click);

            #line default
            #line hidden
                return;

            case 35:
                this.mprSaveSendEmail = ((FirstFloor.ModernUI.Windows.Controls.ModernProgressRing)(target));
                return;

            case 36:
                this.btnClose = ((System.Windows.Controls.Button)(target));

            #line 208 "..\..\..\Views\ShellOut.xaml"
                this.btnClose.Click += new System.Windows.RoutedEventHandler(this.btnClose_Click);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.btnCantidad2 = ((System.Windows.Controls.TextBox)(target));
     return;
     case 2:
     this.listSalidaArticulos = ((System.Windows.Controls.ListView)(target));
     
     #line 46 "..\..\..\Content\ListSalidaArticulo.xaml"
     this.listSalidaArticulos.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.listSalidaArticulos_MouseDoubleClick);
     
     #line default
     #line hidden
     return;
     case 3:
     this.btnReport = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));
     
     #line 107 "..\..\..\Content\ListSalidaArticulo.xaml"
     this.btnReport.Click += new System.Windows.RoutedEventHandler(this.btnReport_Click);
     
     #line default
     #line hidden
     return;
     case 4:
     this.btnUpdate = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));
     
     #line 115 "..\..\..\Content\ListSalidaArticulo.xaml"
     this.btnUpdate.Click += new System.Windows.RoutedEventHandler(this.btnUpdate_Click);
     
     #line default
     #line hidden
     return;
     case 5:
     this.scrllView = ((System.Windows.Controls.ScrollViewer)(target));
     return;
     case 6:
     this.btnCantidad = ((System.Windows.Controls.TextBox)(target));
     return;
     case 7:
     this.listArticulo = ((System.Windows.Controls.ListView)(target));
     
     #line 131 "..\..\..\Content\ListSalidaArticulo.xaml"
     this.listArticulo.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.listArticulo_MouseDoubleClick);
     
     #line default
     #line hidden
     return;
     case 8:
     
     #line 136 "..\..\..\Content\ListSalidaArticulo.xaml"
     ((System.Windows.Controls.GridViewColumnHeader)(target)).MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.headNombre2);
     
     #line default
     #line hidden
     return;
     case 9:
     this.txtNombreBusqueda2 = ((System.Windows.Controls.TextBox)(target));
     
     #line 139 "..\..\..\Content\ListSalidaArticulo.xaml"
     this.txtNombreBusqueda2.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtBusqueda_TextChanged2);
     
     #line default
     #line hidden
     return;
     case 10:
     
     #line 144 "..\..\..\Content\ListSalidaArticulo.xaml"
     ((System.Windows.Controls.GridViewColumnHeader)(target)).MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.headDescripcion2);
     
     #line default
     #line hidden
     return;
     case 11:
     this.txtDescripcionBusqueda2 = ((System.Windows.Controls.TextBox)(target));
     
     #line 147 "..\..\..\Content\ListSalidaArticulo.xaml"
     this.txtDescripcionBusqueda2.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtBusqueda_TextChanged2);
     
     #line default
     #line hidden
     return;
     case 12:
     
     #line 152 "..\..\..\Content\ListSalidaArticulo.xaml"
     ((System.Windows.Controls.GridViewColumnHeader)(target)).MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.headPrecio2);
     
     #line default
     #line hidden
     return;
     case 13:
     this.txtPrecioBusqueda2 = ((System.Windows.Controls.TextBox)(target));
     
     #line 155 "..\..\..\Content\ListSalidaArticulo.xaml"
     this.txtPrecioBusqueda2.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtBusqueda_TextChanged2);
     
     #line default
     #line hidden
     return;
     case 14:
     
     #line 160 "..\..\..\Content\ListSalidaArticulo.xaml"
     ((System.Windows.Controls.GridViewColumnHeader)(target)).MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.headCantidad2);
     
     #line default
     #line hidden
     return;
     case 15:
     this.txtCantidadBusqueda2 = ((System.Windows.Controls.TextBox)(target));
     
     #line 163 "..\..\..\Content\ListSalidaArticulo.xaml"
     this.txtCantidadBusqueda2.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtBusqueda_TextChanged2);
     
     #line default
     #line hidden
     return;
     case 16:
     
     #line 168 "..\..\..\Content\ListSalidaArticulo.xaml"
     ((System.Windows.Controls.GridViewColumnHeader)(target)).MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.headUnidad2);
     
     #line default
     #line hidden
     return;
     case 17:
     this.txtUnidadBusqueda2 = ((System.Windows.Controls.TextBox)(target));
     
     #line 171 "..\..\..\Content\ListSalidaArticulo.xaml"
     this.txtUnidadBusqueda2.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtBusqueda_TextChanged2);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
Esempio n. 33
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 8 "..\..\..\..\Pages\Statistic\Home.xaml"
                ((CashierRegister.Pages.Statistic.Home)(target)).Loaded += new System.Windows.RoutedEventHandler(this.UserControl_Loaded);

            #line default
            #line hidden
                return;

            case 2:
                this.mpr = ((FirstFloor.ModernUI.Windows.Controls.ModernProgressRing)(target));
                return;

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

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

            #line 25 "..\..\..\..\Pages\Statistic\Home.xaml"
                this.cboCategory.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.cboCategory_SelectionChanged);

            #line default
            #line hidden
                return;

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

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

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

            case 8:
                this.tblTotal = ((System.Windows.Controls.TextBlock)(target));
                return;

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

            #line 49 "..\..\..\..\Pages\Statistic\Home.xaml"
                this.txbSearch.KeyDown += new System.Windows.Input.KeyEventHandler(this.txbSearch_KeyDown);

            #line default
            #line hidden
                return;

            case 10:
                this.muiBtnSearch = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));

            #line 50 "..\..\..\..\Pages\Statistic\Home.xaml"
                this.muiBtnSearch.Click += new System.Windows.RoutedEventHandler(this.muiBtnSearch_Click);

            #line default
            #line hidden
                return;

            case 11:
                this.dtgStatistic = ((System.Windows.Controls.DataGrid)(target));
                return;
            }
            this._contentLoaded = true;
        }
Esempio n. 34
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.listSueldo = ((System.Windows.Controls.ListView)(target));
     
     #line 38 "..\..\..\Pages\ListSueldo.xaml"
     this.listSueldo.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.listSueldo_MouseDoubleClick);
     
     #line default
     #line hidden
     return;
     case 2:
     
     #line 43 "..\..\..\Pages\ListSueldo.xaml"
     ((System.Windows.Controls.GridViewColumnHeader)(target)).MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.headNivel);
     
     #line default
     #line hidden
     return;
     case 3:
     this.txtNivelBusqueda = ((System.Windows.Controls.TextBox)(target));
     
     #line 46 "..\..\..\Pages\ListSueldo.xaml"
     this.txtNivelBusqueda.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtBusqueda_TextChanged);
     
     #line default
     #line hidden
     return;
     case 4:
     
     #line 50 "..\..\..\Pages\ListSueldo.xaml"
     ((System.Windows.Controls.GridViewColumnHeader)(target)).MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.headSueldoMin);
     
     #line default
     #line hidden
     return;
     case 5:
     this.txtSueldoMinBusqueda = ((System.Windows.Controls.TextBox)(target));
     
     #line 53 "..\..\..\Pages\ListSueldo.xaml"
     this.txtSueldoMinBusqueda.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtBusqueda_TextChanged);
     
     #line default
     #line hidden
     return;
     case 6:
     
     #line 57 "..\..\..\Pages\ListSueldo.xaml"
     ((System.Windows.Controls.GridViewColumnHeader)(target)).MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.headSueldoMax);
     
     #line default
     #line hidden
     return;
     case 7:
     this.txtSueldoMaxBusqueda = ((System.Windows.Controls.TextBox)(target));
     
     #line 60 "..\..\..\Pages\ListSueldo.xaml"
     this.txtSueldoMaxBusqueda.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtBusqueda_TextChanged);
     
     #line default
     #line hidden
     return;
     case 8:
     this.btnUpdate = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));
     
     #line 86 "..\..\..\Pages\ListSueldo.xaml"
     this.btnUpdate.Click += new System.Windows.RoutedEventHandler(this.btnUpdate_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
Esempio n. 35
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.listJustificante = ((System.Windows.Controls.ListView)(target));
     
     #line 38 "..\..\..\Content\ListJustificante.xaml"
     this.listJustificante.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.listJustificante_MouseDoubleClick);
     
     #line default
     #line hidden
     return;
     case 2:
     
     #line 43 "..\..\..\Content\ListJustificante.xaml"
     ((System.Windows.Controls.GridViewColumnHeader)(target)).MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.headIdIncidente);
     
     #line default
     #line hidden
     return;
     case 3:
     this.txtIdIncidenteBusqueda = ((System.Windows.Controls.TextBox)(target));
     
     #line 46 "..\..\..\Content\ListJustificante.xaml"
     this.txtIdIncidenteBusqueda.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtBusqueda_TextChanged);
     
     #line default
     #line hidden
     return;
     case 4:
     
     #line 50 "..\..\..\Content\ListJustificante.xaml"
     ((System.Windows.Controls.GridViewColumnHeader)(target)).MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.headDescripcion);
     
     #line default
     #line hidden
     return;
     case 5:
     this.txtDescripcionBusqueda = ((System.Windows.Controls.TextBox)(target));
     
     #line 53 "..\..\..\Content\ListJustificante.xaml"
     this.txtDescripcionBusqueda.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtBusqueda_TextChanged);
     
     #line default
     #line hidden
     return;
     case 6:
     this.btnUpdate = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));
     
     #line 79 "..\..\..\Content\ListJustificante.xaml"
     this.btnUpdate.Click += new System.Windows.RoutedEventHandler(this.btnUpdate_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this._grid = ((System.Windows.Controls.Grid)(target));
                return;

            case 2:
                this._c1 = ((System.Windows.Controls.ColumnDefinition)(target));
                return;

            case 3:
                this._cForm = ((System.Windows.Controls.ColumnDefinition)(target));
                return;

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

            case 5:
                this.lInfoDeletedMF = ((System.Windows.Controls.TextBlock)(target));
                return;

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

            #line 28 "..\..\..\..\gui\Pages\PEditarCatalogo.xaml"
                this.btnDeleteUnphisicalsMF.Click += new System.Windows.RoutedEventHandler(this.btnDeleteUnphisicalsMF_Click);

            #line default
            #line hidden
                return;

            case 7:
                this._tree = ((System.Windows.Controls.TreeView)(target));
                return;

            case 8:
                this._formControl = ((System.Windows.Controls.ScrollViewer)(target));
                return;

            case 9:
                this._rowSubtitleLAbel = ((System.Windows.Controls.RowDefinition)(target));
                return;

            case 10:
                this._rowSubtitleTextField = ((System.Windows.Controls.RowDefinition)(target));
                return;

            case 11:
                this.lTitulo = ((System.Windows.Controls.TextBlock)(target));
                return;

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

            case 13:
                this.lfichero = ((System.Windows.Controls.TextBlock)(target));
                return;

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

            case 15:
                this.BtnOpenFolder = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));

            #line 58 "..\..\..\..\gui\Pages\PEditarCatalogo.xaml"
                this.BtnOpenFolder.Click += new System.Windows.RoutedEventHandler(this.BtnOpenMovieFile);

            #line default
            #line hidden
                return;

            case 16:
                this.lSubtitulo = ((System.Windows.Controls.TextBlock)(target));
                return;

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

            case 18:
                this.BtnOpenSubtitle = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));

            #line 62 "..\..\..\..\gui\Pages\PEditarCatalogo.xaml"
                this.BtnOpenSubtitle.Click += new System.Windows.RoutedEventHandler(this.BtnOpenSubtitle_Click);

            #line default
            #line hidden
                return;

            case 19:
                this.lTrailer = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 20:
                this.tbTrailer = ((System.Windows.Controls.TextBox)(target));
                return;

            case 21:
                this.BtnOpenTrailer = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));

            #line 66 "..\..\..\..\gui\Pages\PEditarCatalogo.xaml"
                this.BtnOpenTrailer.Click += new System.Windows.RoutedEventHandler(this.BtnOpenTrailer_Click);

            #line default
            #line hidden
                return;

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

            case 23:
                this.tbDirector = ((System.Windows.Controls.TextBox)(target));
                return;

            case 24:
                this.lAnno = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 25:
                this.tbAnno = ((System.Windows.Controls.TextBox)(target));
                return;

            case 26:
                this.lDuracion = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 27:
                this.tbDuracion = ((System.Windows.Controls.TextBox)(target));
                return;

            case 28:
                this.lProductora = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 29:
                this.tbProductora = ((System.Windows.Controls.TextBox)(target));
                return;

            case 30:
                this.lImagen = ((System.Windows.Controls.TextBlock)(target));

            #line 109 "..\..\..\..\gui\Pages\PEditarCatalogo.xaml"
                this.lImagen.MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.lImagen_MouseLeftButtonUp);

            #line default
            #line hidden
                return;

            case 31:
                this.BtnOpenPortada = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));

            #line 110 "..\..\..\..\gui\Pages\PEditarCatalogo.xaml"
                this.BtnOpenPortada.Click += new System.Windows.RoutedEventHandler(this.BtnOpenPortada_Click);

            #line default
            #line hidden
                return;

            case 32:
                this.IPortadaPreview = ((System.Windows.Controls.Image)(target));
                return;

            case 33:
                this.BtnClearPOrtada = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));

            #line 114 "..\..\..\..\gui\Pages\PEditarCatalogo.xaml"
                this.BtnClearPOrtada.Click += new System.Windows.RoutedEventHandler(this.BtnClearPOrtada_Click);

            #line default
            #line hidden
                return;

            case 34:
                this.lSinopsis = ((System.Windows.Controls.TextBlock)(target));
                return;

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

            case 36:
                this.lPremios = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 37:
                this.tbPremios = ((System.Windows.Controls.TextBox)(target));
                return;

            case 38:
                this.BtnSetGeneros = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));

            #line 141 "..\..\..\..\gui\Pages\PEditarCatalogo.xaml"
                this.BtnSetGeneros.Click += new System.Windows.RoutedEventHandler(this.BtnSetGeneros_Click);

            #line default
            #line hidden
                return;

            case 39:
                this.lGéneros = ((System.Windows.Controls.TextBlock)(target));

            #line 142 "..\..\..\..\gui\Pages\PEditarCatalogo.xaml"
                this.lGéneros.MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.lGéneros_MouseLeftButtonUp_1);

            #line default
            #line hidden
                return;

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

            case 41:
                this.BtnPaises = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));

            #line 149 "..\..\..\..\gui\Pages\PEditarCatalogo.xaml"
                this.BtnPaises.Click += new System.Windows.RoutedEventHandler(this.BtnPaises_Click);

            #line default
            #line hidden
                return;

            case 42:
                this.lPaises = ((System.Windows.Controls.TextBlock)(target));

            #line 150 "..\..\..\..\gui\Pages\PEditarCatalogo.xaml"
                this.lPaises.MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.lPaises_MouseLeftButtonUp);

            #line default
            #line hidden
                return;

            case 43:
                this.tbPaises = ((System.Windows.Controls.TextBox)(target));
                return;

            case 44:
                this.lReparto = ((System.Windows.Controls.TextBlock)(target));
                return;

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

            case 46:
                this.chbxSaveRecursive = ((System.Windows.Controls.CheckBox)(target));
                return;

            case 47:
                this._spButtons = ((System.Windows.Controls.StackPanel)(target));
                return;

            case 48:
                this.BtnGuardar = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));

            #line 173 "..\..\..\..\gui\Pages\PEditarCatalogo.xaml"
                this.BtnGuardar.Click += new System.Windows.RoutedEventHandler(this.BtnGuardar_Click);

            #line default
            #line hidden
                return;

            case 49:
                this.BtnDelete = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));

            #line 174 "..\..\..\..\gui\Pages\PEditarCatalogo.xaml"
                this.BtnDelete.Click += new System.Windows.RoutedEventHandler(this.BtnDelete_Click);

            #line default
            #line hidden
                return;

            case 50:
                this.BtnAddMedia = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));

            #line 175 "..\..\..\..\gui\Pages\PEditarCatalogo.xaml"
                this.BtnAddMedia.Click += new System.Windows.RoutedEventHandler(this.BtnAddMedia_Click);

            #line default
            #line hidden
                return;

            case 51:
                this._LoaderGif = ((FirstFloor.ModernUI.Windows.Controls.ModernProgressRing)(target));
                return;
            }
            this._contentLoaded = true;
        }
Esempio n. 37
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.listProvedor = ((System.Windows.Controls.ListView)(target));
     
     #line 38 "..\..\..\Content\ListProvedor.xaml"
     this.listProvedor.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.listProvedor_MouseDoubleClick);
     
     #line default
     #line hidden
     return;
     case 2:
     
     #line 43 "..\..\..\Content\ListProvedor.xaml"
     ((System.Windows.Controls.GridViewColumnHeader)(target)).MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.headNombre);
     
     #line default
     #line hidden
     return;
     case 3:
     this.txtNombreBusqueda = ((System.Windows.Controls.TextBox)(target));
     
     #line 46 "..\..\..\Content\ListProvedor.xaml"
     this.txtNombreBusqueda.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtBusqueda_TextChanged);
     
     #line default
     #line hidden
     return;
     case 4:
     
     #line 50 "..\..\..\Content\ListProvedor.xaml"
     ((System.Windows.Controls.GridViewColumnHeader)(target)).MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.headRFC);
     
     #line default
     #line hidden
     return;
     case 5:
     this.txtRFCBusqueda = ((System.Windows.Controls.TextBox)(target));
     
     #line 53 "..\..\..\Content\ListProvedor.xaml"
     this.txtRFCBusqueda.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtBusqueda_TextChanged);
     
     #line default
     #line hidden
     return;
     case 6:
     
     #line 57 "..\..\..\Content\ListProvedor.xaml"
     ((System.Windows.Controls.GridViewColumnHeader)(target)).MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.headDireccion);
     
     #line default
     #line hidden
     return;
     case 7:
     this.txtDireccionBusqueda = ((System.Windows.Controls.TextBox)(target));
     
     #line 60 "..\..\..\Content\ListProvedor.xaml"
     this.txtDireccionBusqueda.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtBusqueda_TextChanged);
     
     #line default
     #line hidden
     return;
     case 8:
     
     #line 64 "..\..\..\Content\ListProvedor.xaml"
     ((System.Windows.Controls.GridViewColumnHeader)(target)).MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.headTelefono);
     
     #line default
     #line hidden
     return;
     case 9:
     this.txtTelefonoBusqueda = ((System.Windows.Controls.TextBox)(target));
     
     #line 67 "..\..\..\Content\ListProvedor.xaml"
     this.txtTelefonoBusqueda.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtBusqueda_TextChanged);
     
     #line default
     #line hidden
     return;
     case 10:
     this.btnUpdate = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));
     
     #line 93 "..\..\..\Content\ListProvedor.xaml"
     this.btnUpdate.Click += new System.Windows.RoutedEventHandler(this.btnUpdate_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
Esempio n. 38
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 9 "..\..\..\..\Pages\Setting\AddProduct.xaml"
                ((CashierRegister.Pages.Setting.AddProduct)(target)).Loaded += new System.Windows.RoutedEventHandler(this.ModernDialog_Loaded);

            #line default
            #line hidden

            #line 9 "..\..\..\..\Pages\Setting\AddProduct.xaml"
                ((CashierRegister.Pages.Setting.AddProduct)(target)).LayoutUpdated += new System.EventHandler(this.ModernDialog_LayoutUpdated);

            #line default
            #line hidden
                return;

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

            #line 33 "..\..\..\..\Pages\Setting\AddProduct.xaml"
                this.imgProduct.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.imgProduct_MouseDown);

            #line default
            #line hidden
                return;

            case 3:
                this.muiBtnScanBarcode = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));

            #line 35 "..\..\..\..\Pages\Setting\AddProduct.xaml"
                this.muiBtnScanBarcode.Click += new System.Windows.RoutedEventHandler(this.muiBtnScanBarcode_Click);

            #line default
            #line hidden
                return;

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

            #line 37 "..\..\..\..\Pages\Setting\AddProduct.xaml"
                this.txbBarcode.KeyDown += new System.Windows.Input.KeyEventHandler(this.txbBarcode_KeyDown);

            #line default
            #line hidden
                return;

            case 5:
                this.muibtnSearch = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));

            #line 39 "..\..\..\..\Pages\Setting\AddProduct.xaml"
                this.muibtnSearch.Click += new System.Windows.RoutedEventHandler(this.muibtnSearch_Click);

            #line default
            #line hidden
                return;

            case 6:
                this.mprSearch = ((FirstFloor.ModernUI.Windows.Controls.ModernProgressRing)(target));
                return;

            case 7:
                this.tblCancel = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 8:
                this.hplCancel = ((System.Windows.Documents.Hyperlink)(target));

            #line 42 "..\..\..\..\Pages\Setting\AddProduct.xaml"
                this.hplCancel.Click += new System.Windows.RoutedEventHandler(this.hplCancel_Click);

            #line default
            #line hidden
                return;

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

            #line 45 "..\..\..\..\Pages\Setting\AddProduct.xaml"
                this.txbShortName.GotFocus += new System.Windows.RoutedEventHandler(this.txbTextBox_GotFocus);

            #line default
            #line hidden
                return;

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

            #line 48 "..\..\..\..\Pages\Setting\AddProduct.xaml"
                this.txbLongName.GotFocus += new System.Windows.RoutedEventHandler(this.txbTextBox_GotFocus);

            #line default
            #line hidden
                return;

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

            #line 51 "..\..\..\..\Pages\Setting\AddProduct.xaml"
                this.txbCost.PreviewTextInput += new System.Windows.Input.TextCompositionEventHandler(this.Textbox_PreviewTextInput);

            #line default
            #line hidden

            #line 51 "..\..\..\..\Pages\Setting\AddProduct.xaml"
                this.txbCost.GotFocus += new System.Windows.RoutedEventHandler(this.txbTextBox_GotFocus);

            #line default
            #line hidden
                return;

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

            #line 54 "..\..\..\..\Pages\Setting\AddProduct.xaml"
                this.txbPrice.PreviewTextInput += new System.Windows.Input.TextCompositionEventHandler(this.Textbox_PreviewTextInput);

            #line default
            #line hidden

            #line 54 "..\..\..\..\Pages\Setting\AddProduct.xaml"
                this.txbPrice.GotFocus += new System.Windows.RoutedEventHandler(this.txbTextBox_GotFocus);

            #line default
            #line hidden
                return;

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

            #line 57 "..\..\..\..\Pages\Setting\AddProduct.xaml"
                this.txbInventoryCount.PreviewTextInput += new System.Windows.Input.TextCompositionEventHandler(this.txbInventoryCount_PreviewTextInput);

            #line default
            #line hidden

            #line 57 "..\..\..\..\Pages\Setting\AddProduct.xaml"
                this.txbInventoryCount.GotFocus += new System.Windows.RoutedEventHandler(this.txbTextBox_GotFocus);

            #line default
            #line hidden
                return;

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

            #line 60 "..\..\..\..\Pages\Setting\AddProduct.xaml"
                this.txbSize_Weight.GotFocus += new System.Windows.RoutedEventHandler(this.txbTextBox_GotFocus);

            #line default
            #line hidden
                return;

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

            #line 63 "..\..\..\..\Pages\Setting\AddProduct.xaml"
                this.txbCountry.GotFocus += new System.Windows.RoutedEventHandler(this.txbTextBox_GotFocus);

            #line default
            #line hidden
                return;

            case 16:
                this.chkTax = ((System.Windows.Controls.CheckBox)(target));

            #line 66 "..\..\..\..\Pages\Setting\AddProduct.xaml"
                this.chkTax.GotFocus += new System.Windows.RoutedEventHandler(this.txbTextBox_GotFocus);

            #line default
            #line hidden
                return;

            case 17:
                this.chkActive = ((System.Windows.Controls.CheckBox)(target));

            #line 69 "..\..\..\..\Pages\Setting\AddProduct.xaml"
                this.chkActive.GotFocus += new System.Windows.RoutedEventHandler(this.txbTextBox_GotFocus);

            #line default
            #line hidden
                return;

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

            #line 72 "..\..\..\..\Pages\Setting\AddProduct.xaml"
                this.muiBtnOK.Click += new System.Windows.RoutedEventHandler(this.muiBtnOK_Click);

            #line default
            #line hidden
                return;

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

            #line 73 "..\..\..\..\Pages\Setting\AddProduct.xaml"
                this.muiBtnCancel.Click += new System.Windows.RoutedEventHandler(this.muiBtnCancel_Click);

            #line default
            #line hidden
                return;

            case 20:
                this.tblNotification = ((System.Windows.Controls.TextBlock)(target));
                return;
            }
            this._contentLoaded = true;
        }
Esempio n. 39
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 8 "..\..\..\..\Pages\Report\Payment.xaml"
                ((CashierRegister.Pages.Report.Payment)(target)).Loaded += new System.Windows.RoutedEventHandler(this.UserControl_Loaded);

            #line default
            #line hidden
                return;

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

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

            case 4:
                this.mprPay = ((FirstFloor.ModernUI.Windows.Controls.ModernProgressRing)(target));
                return;

            case 5:
                this.lbPayment = ((System.Windows.Controls.ListBox)(target));

            #line 33 "..\..\..\..\Pages\Report\Payment.xaml"
                this.lbPayment.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.lbPayment_SelectionChanged);

            #line default
            #line hidden
                return;

            case 6:
                this.muiBtnDelete = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));

            #line 58 "..\..\..\..\Pages\Report\Payment.xaml"
                this.muiBtnDelete.Click += new System.Windows.RoutedEventHandler(this.muiBtnDelete_Click);

            #line default
            #line hidden
                return;

            case 7:
                this.tblTotal = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 8:
                this.muiBtnPrint = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));

            #line 64 "..\..\..\..\Pages\Report\Payment.xaml"
                this.muiBtnPrint.Click += new System.Windows.RoutedEventHandler(this.muiBtnPrint_Click);

            #line default
            #line hidden
                return;

            case 9:
                this.mprPrint = ((FirstFloor.ModernUI.Windows.Controls.ModernProgressRing)(target));
                return;

            case 10:
                this.mpr = ((FirstFloor.ModernUI.Windows.Controls.ModernProgressRing)(target));
                return;

            case 11:
                this.dtgOrders = ((System.Windows.Controls.DataGrid)(target));

            #line 74 "..\..\..\..\Pages\Report\Payment.xaml"
                this.dtgOrders.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.dtgOrders_MouseDoubleClick);

            #line default
            #line hidden
                return;

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

            #line 78 "..\..\..\..\Pages\Report\Payment.xaml"
                this.chkAll.Checked += new System.Windows.RoutedEventHandler(this.chkAll_Checked);

            #line default
            #line hidden

            #line 78 "..\..\..\..\Pages\Report\Payment.xaml"
                this.chkAll.Unchecked += new System.Windows.RoutedEventHandler(this.chkAll_Unchecked);

            #line default
            #line hidden
                return;

            case 15:
                this.tblQuantity = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 16:
                this.tblTax = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 17:
                this.tblDiscount = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 18:
                this._tblTotal = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 19:
                this.spPaging = ((System.Windows.Controls.StackPanel)(target));
                return;
            }
            this._contentLoaded = true;
        }
Esempio n. 40
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.listSalida = ((System.Windows.Controls.ListView)(target));
     
     #line 38 "..\..\..\Content\ListSalida.xaml"
     this.listSalida.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.listSalida_MouseDoubleClick);
     
     #line default
     #line hidden
     return;
     case 2:
     
     #line 43 "..\..\..\Content\ListSalida.xaml"
     ((System.Windows.Controls.GridViewColumnHeader)(target)).MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.headIdEmpleado);
     
     #line default
     #line hidden
     return;
     case 3:
     this.txtIdEmpleadoBusqueda = ((System.Windows.Controls.TextBox)(target));
     
     #line 46 "..\..\..\Content\ListSalida.xaml"
     this.txtIdEmpleadoBusqueda.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtBusqueda_TextChanged);
     
     #line default
     #line hidden
     return;
     case 4:
     
     #line 51 "..\..\..\Content\ListSalida.xaml"
     ((System.Windows.Controls.GridViewColumnHeader)(target)).MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.headNota);
     
     #line default
     #line hidden
     return;
     case 5:
     this.txtNotaBusqueda = ((System.Windows.Controls.TextBox)(target));
     
     #line 54 "..\..\..\Content\ListSalida.xaml"
     this.txtNotaBusqueda.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtBusqueda_TextChanged);
     
     #line default
     #line hidden
     return;
     case 6:
     
     #line 59 "..\..\..\Content\ListSalida.xaml"
     ((System.Windows.Controls.GridViewColumnHeader)(target)).MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.headFecha);
     
     #line default
     #line hidden
     return;
     case 7:
     this.txtFechaBusqueda = ((System.Windows.Controls.TextBox)(target));
     
     #line 62 "..\..\..\Content\ListSalida.xaml"
     this.txtFechaBusqueda.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtBusqueda_TextChanged);
     
     #line default
     #line hidden
     return;
     case 8:
     this.btnUpdate = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));
     
     #line 89 "..\..\..\Content\ListSalida.xaml"
     this.btnUpdate.Click += new System.Windows.RoutedEventHandler(this.btnUpdate_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
Esempio n. 41
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.mpr = ((FirstFloor.ModernUI.Windows.Controls.ModernProgressRing)(target));
                return;

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

            case 3:
                this.muiBtnDelete = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));
                return;

            case 4:
                this.muiBtnAdd = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));
                return;

            case 5:
                this.muiBtnPrint = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));
                return;

            case 6:
                this.muiBtnSendTo = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));
                return;

            case 7:
                this.muiBtnTools = ((FirstFloor.ModernUI.Windows.Controls.ModernButton)(target));
                return;

            case 8:
                this.tblTotal = ((System.Windows.Controls.TextBlock)(target));
                return;

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

            case 10:
                this.dgGiftCard = ((System.Windows.Controls.DataGrid)(target));
                return;

            case 11:
                this.chkCheckAll = ((System.Windows.Controls.CheckBox)(target));
                return;

            case 12:
                this.stpPaging = ((System.Windows.Controls.StackPanel)(target));
                return;

            case 13:
                this.imgPreviousFirst = ((System.Windows.Controls.Image)(target));
                return;

            case 14:
                this.imgPrevious = ((System.Windows.Controls.Image)(target));
                return;

            case 15:
                this.imgNext = ((System.Windows.Controls.Image)(target));
                return;

            case 16:
                this.imgNextEnd = ((System.Windows.Controls.Image)(target));
                return;

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

            case 18:
                this.stp_storeInfo = ((System.Windows.Controls.StackPanel)(target));
                return;

            case 19:
                this.db_createdOn = ((System.Windows.Controls.DatePicker)(target));
                return;

            case 20:
                this.db_createdBefore = ((System.Windows.Controls.DatePicker)(target));
                return;

            case 21:
                this.db_createdAfter = ((System.Windows.Controls.DatePicker)(target));
                return;

            case 22:
                this.db_createdStart = ((System.Windows.Controls.DatePicker)(target));
                return;

            case 23:
                this.db_createdEnd = ((System.Windows.Controls.DatePicker)(target));
                return;

            case 24:
                this.muiBtnOK = ((System.Windows.Controls.Button)(target));
                return;
            }
            this._contentLoaded = true;
        }