txtNivel1.cs
1 using System;
2 using System.Collections.Generic;
3 using System.ComponentModel;
4 using System.Drawing;
5 using System.Data;
6 using System.Linq;
7 using System.Text;
8 using System.Windows.Forms;
9 
10 using sage.ew.global;
11 
12 namespace sage.ew.txtbox.UserControls
13 {
17  public partial class txtNivel1 : ewtxtcodlabel
18  {
19 
23  public txtNivel1()
24  {
25  }
26 
30  protected override void _Cargar_Propiedades()
31  {
32  base._Cargar_Propiedades();
33 
34  _Valor_Vacio = true;
35  _Tactil = false;
36  _Codigo = "";
37  _Clave = "CODIGO";
38  _Len = 1;
39  _Expandir = false;
40  _Database = "GESTION";
41  _Tabla = "NIVEL1";
42  _Nombre = "NOMBRE";
43  _Mante = "NIVEL1";
44  _Mensaje_No_Existe = "El código de nivel 1 no existe";
45 
46  _Browser_Clave = "CODIGO";
47  _Browser_Database = "GESTION";
48  _Browser_Campo_Predet = "NOMBRE";
49  _Browser_Campos = "CODIGO,NOMBRE";
50  _Browser_Condicion = "";
51  _Browser_Tabla = "NIVEL1";
52  _Browser_Titulos_Campos = "Código,Nombre";
53  _Browser_Titulo = "Listado de nivel 1 ";
54 
55  _TooltipBrowser = "Consultar nivel 1 ";
56  _TooltipMante = "Mantenimiento de nivel 1";
57  }
58 
59  }
60 }
override void _Cargar_Propiedades()
Redefinición del método Cargar_Propiedades() para establecer los valores de las propiedades adecuados...
Definition: txtNivel1.cs:30
PE-96306 Definición del txtcodlabel para nivel 1
Definition: txtNivel1.cs:17
Clase base para controles de tipo txtcodlabelf