public frmBuscaUsuarioResp()
 {
     InitializeComponent();
     this._catalogosNegocio   = new CatalogosNegocio();
     this._responsivasNegocio = new ResponsivasNegocio();
     this._activosNegocio     = new ActivosNegocio();
 }
Example #2
0
        public frmBuscaGrupos()
        {
            InitializeComponent();

            this._catalogosNegocio = new CatalogosNegocio();
            this._activosNegocio   = new ActivosNegocio();
        }
Example #3
0
 public frmActivosPersona()
 {
     InitializeComponent();
     this._catalogosNegocio   = new CatalogosNegocio();
     this._responsivasNegocio = new ResponsivasNegocio();
     this._activosNegocio     = new ActivosNegocio();
 }
        public frmActReparacion()
        {
            InitializeComponent();

            this._catalogosNegocio = new CatalogosNegocio();
            this._activosNegocio   = new ActivosNegocio();
        }
Example #5
0
        public frmModifActivo()
        {
            InitializeComponent();

            this._catalogosNegocio = new CatalogosNegocio();
            this._activosNegocio   = new ActivosNegocio();
        }
Example #6
0
 public frmResponsivasSucursalXResp()
 {
     InitializeComponent();
     this._catalogosNegocio   = new CatalogosNegocio();
     this._responsivasNegocio = new ResponsivasNegocio();
     this._activosNegocio     = new ActivosNegocio();
 }
        public frmTraspasosRealizados()
        {
            InitializeComponent();

            this._responsivasNegocio = new ResponsivasNegocio();
            this._activosNegocio     = new ActivosNegocio();
            this._catalogosNegocio   = new CatalogosNegocio();
        }
Example #8
0
        public frmActivosFechas()
        {
            InitializeComponent();

            // inicializa variables
            this._catalogosNegocio = new CatalogosNegocio();
            this._activosNegocio   = new ActivosNegocio();
        }
Example #9
0
        // cancela:
        //  true: valida si se cancela la operacion
        // false: SIN validacion
        public frmSeleccionarRespon(List <Modelos.Responsivas> responsivas, bool cancela)
        {
            InitializeComponent();

            this._activosNegocio = new ActivosNegocio();
            this._responsivas    = responsivas;
            this._cancela        = cancela;
        }
Example #10
0
        public frmBuscarResponsiva(string tipoCons)
        {
            InitializeComponent();
            this._catalogosNegocio   = new CatalogosNegocio();
            this._responsivasNegocio = new ResponsivasNegocio();
            this._activosNegocio     = new ActivosNegocio();

            this._tipoCons = tipoCons;
        }
        public frmAltaActivo(int idUsuario)
        {
            InitializeComponent();

            this._catalogosNegocio = new CatalogosNegocio();
            this._activosNegocio   = new ActivosNegocio();

            this._idUsuario = idUsuario;
        }
        public frmReimpresionBR()
        {
            InitializeComponent();
            this._catalogosNegocio    = new CatalogosNegocio();
            this._reparacionesNegocio = new ReparacionesNegocio();
            this._activosNegocio      = new ActivosNegocio();
            this._responsivasNegocio  = new ResponsivasNegocio();

            this.lbFecha.Location = new Point(8, 327);
            this.tbFecha.Location = new Point(77, 324);
        }
Example #13
0
        public frmReimpresionEtiquetas()
        {
            InitializeComponent();

            // acomoda radios
            this.rbPNE.Location = new Point(this.gbPNE.Location.X + 13, this.gbPNE.Location.Y - 1);
            this.rbPCA.Location = new Point(this.gbPCA.Location.X + 13, this.gbPCA.Location.Y - 1);
            this.rbPTN.Location = new Point(this.gbPTN.Location.X + 13, this.gbPTN.Location.Y - 1);

            this._activosNegocio     = new ActivosNegocio();
            this._catalogosNegocio   = new CatalogosNegocio();
            this._responsivasNegocio = new ResponsivasNegocio();
        }
Example #14
0
        public frmMovimientosActivos()
        {
            InitializeComponent();

            // acomoda radios
            this.rbPN.Location  = new Point(this.gbPTN.Location.X + 13, this.gbPTN.Location.Y - 1);
            this.rbPNE.Location = new Point(this.gbPNE.Location.X + 13, this.gbPNE.Location.Y - 1);
            this.rbPCA.Location = new Point(this.gbPCA.Location.X + 13, this.gbPCA.Location.Y - 1);

            // inicializa variables
            this._catalogosNegocio = new CatalogosNegocio();
            this._activosNegocio   = new ActivosNegocio();
        }
Example #15
0
        public frmBuscaActivos(int?idArea, int?idSucursal)
        {
            InitializeComponent();

            // acomoda radios
            this.rbPTN.Location = new Point(this.gbPTN.Location.X + 13, this.gbPTN.Location.Y - 1);
            this.rbPNE.Location = new Point(this.gbPNE.Location.X + 13, this.gbPNE.Location.Y - 1);
            this.rbPCA.Location = new Point(this.gbPCA.Location.X + 13, this.gbPCA.Location.Y - 1);

            // inicializa variables
            this._catalogosNegocio = new CatalogosNegocio();
            this._activosNegocio   = new ActivosNegocio();


            // TODO: Complete member initialization
            this._idArea     = idArea;
            this._idSucursal = idSucursal;
        }
Example #16
0
        public frmBuscActivos(string tipoConsulta)
        {
            InitializeComponent();

            // acomoda radios
            this.rbPN.Location  = new Point(this.gbPTN.Location.X + 13, this.gbPTN.Location.Y - 1);
            this.rbPU.Location  = new Point(this.gbPN_2.Location.X + 13, this.gbPN_2.Location.Y - 1);
            this.rbPNE.Location = new Point(this.gbPNE.Location.X + 13, this.gbPNE.Location.Y - 1);
            this.rbPCA.Location = new Point(this.gbPCA.Location.X + 13, this.gbPCA.Location.Y - 1);

            // inicializa variables
            this._catalogosNegocio = new CatalogosNegocio();
            this._activosNegocio   = new ActivosNegocio();

            this.tbResultCveActivo.Text   = string.Empty;
            this.tbResultNumEtiqueta.Text = string.Empty;

            // tipo de consulta
            this._tipoConsulta = tipoConsulta;
        }
Example #17
0
        public frmSeleccionarRespon()
        {
            InitializeComponent();

            this._activosNegocio = new ActivosNegocio();
        }