frmContado.Designer.cs
1 namespace sage.ew.formul.Forms
2 {
3  partial class frmContado
4  {
8  private System.ComponentModel.IContainer components = null;
9 
14  protected override void Dispose(bool disposing)
15  {
16  if (disposing)
17  {
18  _liberarRecursos();
19 
20  if (components != null)
21  components.Dispose();
22  }
23  base.Dispose(disposing);
24  }
25 
26  #region Windows Form Designer generated code
27 
32  private void InitializeComponent()
33  {
34  this.components = new System.ComponentModel.Container();
35  System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmContado));
36  this.txtNombre = new sage.ew.objetos.ewtextbox();
37  this.btBrowCliente = new sage.ew.botones.btBrowCliente();
38  this.btBrowContado = new sage.ew.botones.btBrowser();
39  this.txtEmail = new sage.ew.txtbox.UserControls.txtEmail();
40  this.ewlabel8 = new sage.ew.objetos.ewlabel();
41  this.txtCif = new sage.ew.txtbox.Clases.ewTxtCIF();
42  this.txtCodPostal = new sage.ew.txtbox.UserControls.txtCodPos();
43  this.txtPais = new sage.ew.txtbox.UserControls.txtPaises();
44  this.ewlabel7 = new sage.ew.objetos.ewlabel();
45  this.txtTelefono = new sage.ew.objetos.ewtextbox();
46  this.ewlabel1 = new sage.ew.objetos.ewlabel();
47  this.ewlabel6 = new sage.ew.objetos.ewlabel();
48  this.ewlabel4 = new sage.ew.objetos.ewlabel();
49  this.txtProvincia = new sage.ew.objetos.ewtextbox();
50  this.ewlabel5 = new sage.ew.objetos.ewlabel();
51  this.txtPoblacion = new sage.ew.objetos.ewtextbox();
52  this.ewlabel3 = new sage.ew.objetos.ewlabel();
53  this.txtDireccion = new sage.ew.objetos.ewtextbox();
54  this.ewlabel2 = new sage.ew.objetos.ewlabel();
55  this.btConvertir = new sage.ew.objetos.ewbutton();
56  this.toolTipContado = new System.Windows.Forms.ToolTip(this.components);
57  this.ewPanelTitulo1 = new sage.ew.objetos.UserControls.ewPanelTitulo();
58  this.ewpanel10 = new sage.ew.objetos.ewpanel();
59  this.ewPanelTitulo2 = new sage.ew.objetos.UserControls.ewPanelTitulo();
60  this.ewpanel3 = new sage.ew.objetos.ewpanel();
61  this.ewpanel9 = new sage.ew.objetos.ewpanel();
62  this.ewpanel8 = new sage.ew.objetos.ewpanel();
63  this.ewpanel5 = new sage.ew.objetos.ewpanel();
64  this.ewpanel7 = new sage.ew.objetos.ewpanel();
65  this.ewpanel2 = new sage.ew.objetos.ewpanel();
66  this.ewpanel1 = new sage.ew.objetos.ewpanel();
67  this.ewpanel6 = new sage.ew.objetos.ewpanel();
68  this.ewpanel4 = new sage.ew.objetos.ewpanel();
69  this.ewtablelayoutpanel1 = new sage.ew.objetos.ewtablelayoutpanel();
70  ((System.ComponentModel.ISupportInitialize)(this._oErrorProvider)).BeginInit();
71  this.ewPanelTitulo1.SuspendLayout();
72  this.ewpanel10.SuspendLayout();
73  this.ewPanelTitulo2.SuspendLayout();
74  this.ewpanel3.SuspendLayout();
75  this.ewpanel9.SuspendLayout();
76  this.ewpanel8.SuspendLayout();
77  this.ewpanel5.SuspendLayout();
78  this.ewpanel7.SuspendLayout();
79  this.ewpanel2.SuspendLayout();
80  this.ewpanel1.SuspendLayout();
81  this.ewpanel6.SuspendLayout();
82  this.ewpanel4.SuspendLayout();
83  this.ewtablelayoutpanel1.SuspendLayout();
84  this.SuspendLayout();
85  //
86  // btDocCancelar1
87  //
88  this.btDocCancelar1._PropiedadesDeEstilos._ColorUnderlineEntering = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(192)))), ((int)(((byte)(163)))));
89  this.btDocCancelar1._PropiedadesDeEstilos._ColorUnderlineSelected = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(130)))), ((int)(((byte)(0)))));
90  this.btDocCancelar1.Image = ((System.Drawing.Image)(resources.GetObject("btDocCancelar1.Image")));
91  this.btDocCancelar1.Location = new System.Drawing.Point(533, 428);
92  this.btDocCancelar1.Size = new System.Drawing.Size(120, 44);
93  this.btDocCancelar1.TabIndex = 3;
94  //
95  // btSalir1
96  //
97  this.btSalir1._PropiedadesDeEstilos._ColorUnderlineEntering = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(192)))), ((int)(((byte)(163)))));
98  this.btSalir1._PropiedadesDeEstilos._ColorUnderlineSelected = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(130)))), ((int)(((byte)(0)))));
99  this.btSalir1.Image = ((System.Drawing.Image)(resources.GetObject("btSalir1.Image")));
100  this.btSalir1.Location = new System.Drawing.Point(527, 428);
101  this.btSalir1.Size = new System.Drawing.Size(120, 44);
102  //
103  // btDocAceptar1
104  //
105  this.btDocAceptar1._PropiedadesDeEstilos._ColorUnderlineEntering = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(192)))), ((int)(((byte)(163)))));
106  this.btDocAceptar1._PropiedadesDeEstilos._ColorUnderlineSelected = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(130)))), ((int)(((byte)(0)))));
107  this.btDocAceptar1.Image = ((System.Drawing.Image)(resources.GetObject("btDocAceptar1.Image")));
108  this.btDocAceptar1.Location = new System.Drawing.Point(408, 428);
109  this.btDocAceptar1.Size = new System.Drawing.Size(120, 44);
110  this.btDocAceptar1.TabIndex = 2;
111  this.btDocAceptar1.Click += new System.EventHandler(this.btDocAceptar1_Click);
112  //
113  // txtNombre
114  //
115  this.txtNombre._CanChangeStyle = false;
116  this.txtNombre._DescripcionError = "";
117  this.txtNombre._DescripcionOpcional = null;
118  this.txtNombre._EditMode = false;
119  this.txtNombre._ErrorValidation = false;
120  this.txtNombre._EsOpcionalConfigUser = false;
121  this.txtNombre._NoMostrarTecladoTactil = false;
122  this.txtNombre._PasswordChar = '\0';
123  this.txtNombre._PermitirConfigUser = true;
124  this.txtNombre._PropiedadesDeEstilos._ColorBorderError = System.Drawing.Color.FromArgb(((int)(((byte)(199)))), ((int)(((byte)(56)))), ((int)(((byte)(79)))));
125  this.txtNombre._PropiedadesDeEstilos._ColorBorderFocus = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(130)))), ((int)(((byte)(0)))));
126  this.txtNombre._SoloNumeros = false;
127  this.txtNombre._Tactil_Teclat_Numeric = false;
128  this.txtNombre._Tooltip = "";
129  this.txtNombre._UsuarioPermiteConfigUser = false;
130  this.txtNombre.Font = new System.Drawing.Font("Segoe UI", 11F);
131  this.txtNombre.Location = new System.Drawing.Point(2, 2);
132  this.txtNombre.Margin = new System.Windows.Forms.Padding(2);
133  this.txtNombre.MaxLength = 50;
134  this.txtNombre.Name = "txtNombre";
135  this.txtNombre.Size = new System.Drawing.Size(560, 27);
136  this.txtNombre.TabIndex = 0;
137  this.txtNombre.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtNombre_KeyUp);
138  //
139  // btBrowCliente
140  //
141  this.btBrowCliente._Localizacion = sage.ew.interficies.LocalizacionOpcion.Bottom;
142  this.btBrowCliente._OrderBy = null;
143  this.btBrowCliente._PropiedadesDeEstilos._ColorUnderlineEntering = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(192)))), ((int)(((byte)(163)))));
144  this.btBrowCliente._PropiedadesDeEstilos._ColorUnderlineSelected = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(130)))), ((int)(((byte)(0)))));
145  this.btBrowCliente._Tooltip = "";
146  this.btBrowCliente.FlatAppearance.BorderSize = 0;
147  this.btBrowCliente.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
148  this.btBrowCliente.Font = new System.Drawing.Font("Segoe UI", 9.5F);
149  this.btBrowCliente.Image = ((System.Drawing.Image)(resources.GetObject("btBrowCliente.Image")));
150  this.btBrowCliente.Location = new System.Drawing.Point(597, 2);
151  this.btBrowCliente.Margin = new System.Windows.Forms.Padding(2);
152  this.btBrowCliente.Name = "btBrowCliente";
153  this.btBrowCliente.NombreMantenimiento = "CLIENTES";
154  this.btBrowCliente.Size = new System.Drawing.Size(26, 29);
155  this.btBrowCliente.TabIndex = 2;
156  this.btBrowCliente.TabStop = false;
157  this.toolTipContado.SetToolTip(this.btBrowCliente, "Listado de clientes");
158  this.btBrowCliente.UseVisualStyleBackColor = true;
159  this.btBrowCliente._Click_Before += new sage.ew.botones.btBrowser._Click_Before_Handler(this.btBrowCliente__Click_Before);
160  this.btBrowCliente._Click_After += new sage.ew.botones.btBrowser._Click_After_Handler(this.btBrowCliente__Click_After);
161  //
162  // btBrowContado
163  //
164  this.btBrowContado._Campo_Predet = "nombre";
165  this.btBrowContado._Campos = "cif,nombre";
166  this.btBrowContado._Campos_No_Visibles = null;
167  this.btBrowContado._Clave = "nombre,cif";
168  this.btBrowContado._Codigo = null;
169  this.btBrowContado._Condicion = "nombre != \'\' GROUP BY cif,nombre";
170  this.btBrowContado._DataBase = "gestion";
171  this.btBrowContado._GroupBy = null;
172  this.btBrowContado._Localizacion = sage.ew.interficies.LocalizacionOpcion.Bottom;
173  this.btBrowContado._OrderBy = null;
174  this.btBrowContado._PropiedadesDeEstilos._ColorUnderlineEntering = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(192)))), ((int)(((byte)(163)))));
175  this.btBrowContado._PropiedadesDeEstilos._ColorUnderlineSelected = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(130)))), ((int)(((byte)(0)))));
176  this.btBrowContado._Tabla = "contado";
177  this.btBrowContado._Titulo = "Listado de clientes de contado";
178  this.btBrowContado._Titulos_Campos = "CIF,Nombre";
179  this.btBrowContado._Tooltip = "";
180  this.btBrowContado.FlatAppearance.BorderSize = 0;
181  this.btBrowContado.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
182  this.btBrowContado.Font = new System.Drawing.Font("Segoe UI", 9.5F);
183  this.btBrowContado.Image = ((System.Drawing.Image)(resources.GetObject("btBrowContado.Image")));
184  this.btBrowContado.Location = new System.Drawing.Point(566, 2);
185  this.btBrowContado.Margin = new System.Windows.Forms.Padding(2);
186  this.btBrowContado.Name = "btBrowContado";
187  this.btBrowContado.NombreMantenimiento = "";
188  this.btBrowContado.Size = new System.Drawing.Size(26, 29);
189  this.btBrowContado.TabIndex = 1;
190  this.btBrowContado.TabStop = false;
191  this.toolTipContado.SetToolTip(this.btBrowContado, "Listado de clientes de contado");
192  this.btBrowContado.UseVisualStyleBackColor = true;
193  this.btBrowContado._Click_After += new sage.ew.botones.btBrowser._Click_After_Handler(this.BtBrowContado__Click_After);
194  this.btBrowContado.Click += new System.EventHandler(this.btBrowContado_Click);
195  //
196  // txtEmail
197  //
198  this.txtEmail._Font = new System.Drawing.Font("Segoe UI", 10F);
199  this.txtEmail._ForzarEnviarActivado = false;
200  this.txtEmail._MaxLength = 32767;
201  this.txtEmail._Web = "";
202  this.txtEmail.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
203  this.txtEmail.Dock = System.Windows.Forms.DockStyle.Fill;
204  this.txtEmail.Font = new System.Drawing.Font("Segoe UI", 10F);
205  this.txtEmail.Location = new System.Drawing.Point(0, 0);
206  this.txtEmail.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
207  this.txtEmail.Name = "txtEmail";
208  this.txtEmail.Size = new System.Drawing.Size(511, 26);
209  this.txtEmail.TabIndex = 0;
210  //
211  // ewlabel8
212  //
213  this.ewlabel8._Localizacion = sage.ew.interficies.LocalizacionOpcion.Bottom;
214  this.ewlabel8.AutoSize = true;
215  this.ewlabel8.Font = new System.Drawing.Font("Segoe UI", 10F);
216  this.ewlabel8.Location = new System.Drawing.Point(4, 7);
217  this.ewlabel8.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
218  this.ewlabel8.Name = "ewlabel8";
219  this.ewlabel8.Size = new System.Drawing.Size(44, 19);
220  this.ewlabel8.TabIndex = 0;
221  this.ewlabel8.Text = "Email:";
222  //
223  // txtCif
224  //
225  this.txtCif._CanChangeStyle = false;
226  this.txtCif._DescripcionError = "";
227  this.txtCif._DescripcionOpcional = null;
228  this.txtCif._EditMode = false;
229  this.txtCif._ErrorValidation = false;
230  this.txtCif._EsOpcionalConfigUser = false;
231  this.txtCif._NoMostrarTecladoTactil = false;
232  this.txtCif._PasswordChar = '\0';
233  this.txtCif._PermitirConfigUser = true;
234  this.txtCif._PropiedadesDeEstilos._ColorBorderError = System.Drawing.Color.FromArgb(((int)(((byte)(199)))), ((int)(((byte)(56)))), ((int)(((byte)(79)))));
235  this.txtCif._PropiedadesDeEstilos._ColorBorderFocus = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(130)))), ((int)(((byte)(0)))));
236  this.txtCif._SoloNumeros = false;
237  this.txtCif._Tactil_Teclat_Numeric = false;
238  this.txtCif._Tooltip = "";
239  this.txtCif._UsuarioPermiteConfigUser = false;
240  this.txtCif._Validacion = true;
241  this.txtCif.Font = new System.Drawing.Font("Segoe UI", 10F);
242  this.txtCif.Location = new System.Drawing.Point(116, 3);
243  this.txtCif.Name = "txtCif";
244  this.txtCif.Size = new System.Drawing.Size(320, 25);
245  this.txtCif.TabIndex = 1;
246  //
247  // txtCodPostal
248  //
249  this.txtCodPostal._Alto_Despleg_Combo = 106;
250  this.txtCodPostal._Ancho_Despleg_Combo = 229;
251  this.txtCodPostal._AnchoCombo = 0;
252  this.txtCodPostal._Autoload_Mante_FirstValue = false;
253  this.txtCodPostal._Browser_Campo_Predet = "poblacion";
254  this.txtCodPostal._Browser_Campos = "codigo,poblacion,provincia";
255  this.txtCodPostal._Browser_Clave = "CODIGO,POBLACION,PROVINCIA";
256  this.txtCodPostal._Browser_Database = "GESTION";
257  this.txtCodPostal._Browser_Tabla = "CODPOS";
258  this.txtCodPostal._Browser_Titulo = "Listado de códigos postales";
259  this.txtCodPostal._Browser_Titulos_Campos = "Código, Población, Provincia";
260  this.txtCodPostal._CaracterAncho = ' ';
261  this.txtCodPostal._Clave = "CODIGO";
262  this.txtCodPostal._CodigosDiccionarioBrowser = false;
263  this.txtCodPostal._Concepto = "poblacion";
264  this.txtCodPostal._Consultar_Usuario_Seleccion_Multiple = true;
265  this.txtCodPostal._CrearManteSiCodigoNoExiste = true;
266  this.txtCodPostal._Database = "GESTION";
267  this.txtCodPostal._DescripcionError = "";
268  this.txtCodPostal._DescripcionOpcional = null;
269  this.txtCodPostal._EditMode = false;
270  this.txtCodPostal._Esconder_Label = true;
271  this.txtCodPostal._EsOpcionalConfigUser = false;
272  this.txtCodPostal._Font = new System.Drawing.Font("Segoe UI", 9.5F);
273  this.txtCodPostal._Len = 10;
274  this.txtCodPostal._ListaTodosCodigos = ((System.Collections.Generic.List<string>)(resources.GetObject("txtCodPostal._ListaTodosCodigos")));
275  this.txtCodPostal._Mante = "CODPOS";
276  this.txtCodPostal._Mensaje_No_Existe = "El código postal no existe";
277  this.txtCodPostal._MensajeNoSePuedeCrear = "El código no es válido.";
278  this.txtCodPostal._Mostrar_Mensaje = true;
279  this.txtCodPostal._Nombre = "NOMBRE";
280  this.txtCodPostal._PermitirConfigUser = true;
281  this.txtCodPostal._PermitirFiltradoAutomaticoTextoParcial = true;
282  this.txtCodPostal._Relleno = '0';
283  this.txtCodPostal._Tabla = "CODPOS";
284  this.txtCodPostal._TextBoxFixedWidth = 0;
285  this.txtCodPostal._Tipo_Visual = sage.ew.txtbox.UserControls.ewtxtcodlabel._Tipos_Visuales.Estandar;
286  this.txtCodPostal._UsuarioPermiteConfigUser = false;
287  this.txtCodPostal._Valor_Vacio = true;
288  this.txtCodPostal.Font = new System.Drawing.Font("Segoe UI", 9.5F);
289  this.txtCodPostal.Location = new System.Drawing.Point(116, 2);
290  this.txtCodPostal.Margin = new System.Windows.Forms.Padding(2);
291  this.txtCodPostal.Name = "txtCodPostal";
292  this.txtCodPostal.Size = new System.Drawing.Size(507, 25);
293  this.txtCodPostal.TabIndex = 1;
294  this.txtCodPostal._Browser_Click_After += new sage.ew.txtbox.UserControls.ewtxtcodlabel.Delegar_Browser_After(this.txtCodPostal__Browser_Click_After);
295  //
296  // txtPais
297  //
298  this.txtPais._Alto_Despleg_Combo = 106;
299  this.txtPais._Ancho_Despleg_Combo = 197;
300  this.txtPais._AnchoCombo = 0;
301  this.txtPais._Autoload_Mante_FirstValue = false;
302  this.txtPais._Browser_Campo_Predet = "NOMBRE";
303  this.txtPais._Browser_Campos = "CODIGO,NOMBRE";
304  this.txtPais._Browser_Clave = "CODIGO";
305  this.txtPais._Browser_Database = "COMUNES";
306  this.txtPais._Browser_Tabla = "PAISES";
307  this.txtPais._Browser_Titulo = "Listado de paises";
308  this.txtPais._Browser_Titulos_Campos = "Código,Nombre";
309  this.txtPais._CaracterAncho = ' ';
310  this.txtPais._Clave = "CODIGO";
311  this.txtPais._Consultar_Usuario_Seleccion_Multiple = true;
312  this.txtPais._CrearManteSiCodigoNoExiste = true;
313  this.txtPais._Database = "COMUNES";
314  this.txtPais._DescripcionError = "";
315  this.txtPais._DescripcionOpcional = null;
316  this.txtPais._EditMode = false;
317  this.txtPais._EsOpcionalConfigUser = false;
318  this.txtPais._Font = new System.Drawing.Font("Segoe UI", 9.5F);
319  this.txtPais._Len = 3;
320  this.txtPais._ListaTodosCodigos = ((System.Collections.Generic.List<string>)(resources.GetObject("txtPais._ListaTodosCodigos")));
321  this.txtPais._Mante = "PAISES";
322  this.txtPais._Mensaje_No_Existe = "El código de país introducido no existe.";
323  this.txtPais._MensajeNoSePuedeCrear = "El código no es válido.";
324  this.txtPais._Mostrar_Mensaje = true;
325  this.txtPais._Nombre = "NOMBRE";
326  this.txtPais._PermitirConfigUser = true;
327  this.txtPais._PermitirFiltradoAutomaticoTextoParcial = true;
328  this.txtPais._Relleno = '0';
329  this.txtPais._Tabla = "PAISES";
330  this.txtPais._Tipo_Visual = sage.ew.txtbox.UserControls.ewtxtcodlabel._Tipos_Visuales.Estandar;
331  this.txtPais._UsuarioPermiteConfigUser = false;
332  this.txtPais._Valor_Vacio = true;
333  this.txtPais.Font = new System.Drawing.Font("Segoe UI", 9.5F);
334  this.txtPais.Location = new System.Drawing.Point(116, 2);
335  this.txtPais.Margin = new System.Windows.Forms.Padding(2);
336  this.txtPais.Name = "txtPais";
337  this.txtPais.Size = new System.Drawing.Size(507, 25);
338  this.txtPais.TabIndex = 1;
339  //
340  // ewlabel7
341  //
342  this.ewlabel7._Localizacion = sage.ew.interficies.LocalizacionOpcion.Bottom;
343  this.ewlabel7.AutoSize = true;
344  this.ewlabel7.Font = new System.Drawing.Font("Segoe UI", 10F);
345  this.ewlabel7.Location = new System.Drawing.Point(5, 5);
346  this.ewlabel7.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
347  this.ewlabel7.Name = "ewlabel7";
348  this.ewlabel7.Size = new System.Drawing.Size(63, 19);
349  this.ewlabel7.TabIndex = 0;
350  this.ewlabel7.Text = "Teléfono:";
351  //
352  // txtTelefono
353  //
354  this.txtTelefono._CanChangeStyle = false;
355  this.txtTelefono._DescripcionError = "";
356  this.txtTelefono._DescripcionOpcional = null;
357  this.txtTelefono._EditMode = false;
358  this.txtTelefono._ErrorValidation = false;
359  this.txtTelefono._EsOpcionalConfigUser = false;
360  this.txtTelefono._NoMostrarTecladoTactil = false;
361  this.txtTelefono._PasswordChar = '\0';
362  this.txtTelefono._PermitirConfigUser = true;
363  this.txtTelefono._PropiedadesDeEstilos._ColorBorderError = System.Drawing.Color.FromArgb(((int)(((byte)(199)))), ((int)(((byte)(56)))), ((int)(((byte)(79)))));
364  this.txtTelefono._PropiedadesDeEstilos._ColorBorderFocus = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(130)))), ((int)(((byte)(0)))));
365  this.txtTelefono._SoloNumeros = false;
366  this.txtTelefono._Tactil_Teclat_Numeric = false;
367  this.txtTelefono._Tooltip = "";
368  this.txtTelefono._UsuarioPermiteConfigUser = false;
369  this.txtTelefono.Font = new System.Drawing.Font("Segoe UI", 10F);
370  this.txtTelefono.Location = new System.Drawing.Point(116, 2);
371  this.txtTelefono.Margin = new System.Windows.Forms.Padding(2);
372  this.txtTelefono.MaxLength = 20;
373  this.txtTelefono.Name = "txtTelefono";
374  this.txtTelefono.Size = new System.Drawing.Size(507, 25);
375  this.txtTelefono.TabIndex = 1;
376  //
377  // ewlabel1
378  //
379  this.ewlabel1._Localizacion = sage.ew.interficies.LocalizacionOpcion.Bottom;
380  this.ewlabel1.AutoSize = true;
381  this.ewlabel1.Font = new System.Drawing.Font("Segoe UI", 10F);
382  this.ewlabel1.Location = new System.Drawing.Point(4, 5);
383  this.ewlabel1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
384  this.ewlabel1.Name = "ewlabel1";
385  this.ewlabel1.Size = new System.Drawing.Size(36, 19);
386  this.ewlabel1.TabIndex = 0;
387  this.ewlabel1.Text = "País:";
388  //
389  // ewlabel6
390  //
391  this.ewlabel6._Localizacion = sage.ew.interficies.LocalizacionOpcion.Bottom;
392  this.ewlabel6.AutoSize = true;
393  this.ewlabel6.Font = new System.Drawing.Font("Segoe UI", 10F);
394  this.ewlabel6.Location = new System.Drawing.Point(4, 5);
395  this.ewlabel6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
396  this.ewlabel6.Name = "ewlabel6";
397  this.ewlabel6.Size = new System.Drawing.Size(80, 19);
398  this.ewlabel6.TabIndex = 0;
399  this.ewlabel6.Text = "Cod. Postal:";
400  //
401  // ewlabel4
402  //
403  this.ewlabel4._Localizacion = sage.ew.interficies.LocalizacionOpcion.Bottom;
404  this.ewlabel4.AutoSize = true;
405  this.ewlabel4.Font = new System.Drawing.Font("Segoe UI", 10F);
406  this.ewlabel4.Location = new System.Drawing.Point(4, 5);
407  this.ewlabel4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
408  this.ewlabel4.Name = "ewlabel4";
409  this.ewlabel4.Size = new System.Drawing.Size(67, 19);
410  this.ewlabel4.TabIndex = 0;
411  this.ewlabel4.Text = "Provincia:";
412  //
413  // txtProvincia
414  //
415  this.txtProvincia._CanChangeStyle = false;
416  this.txtProvincia._DescripcionError = "";
417  this.txtProvincia._DescripcionOpcional = null;
418  this.txtProvincia._EditMode = false;
419  this.txtProvincia._ErrorValidation = false;
420  this.txtProvincia._EsOpcionalConfigUser = false;
421  this.txtProvincia._NoMostrarTecladoTactil = false;
422  this.txtProvincia._PasswordChar = '\0';
423  this.txtProvincia._PermitirConfigUser = true;
424  this.txtProvincia._PropiedadesDeEstilos._ColorBorderError = System.Drawing.Color.FromArgb(((int)(((byte)(199)))), ((int)(((byte)(56)))), ((int)(((byte)(79)))));
425  this.txtProvincia._PropiedadesDeEstilos._ColorBorderFocus = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(130)))), ((int)(((byte)(0)))));
426  this.txtProvincia._SoloNumeros = false;
427  this.txtProvincia._Tactil_Teclat_Numeric = false;
428  this.txtProvincia._Tooltip = "";
429  this.txtProvincia._UsuarioPermiteConfigUser = false;
430  this.txtProvincia.Font = new System.Drawing.Font("Segoe UI", 10F);
431  this.txtProvincia.Location = new System.Drawing.Point(116, 2);
432  this.txtProvincia.Margin = new System.Windows.Forms.Padding(2);
433  this.txtProvincia.MaxLength = 30;
434  this.txtProvincia.Name = "txtProvincia";
435  this.txtProvincia.Size = new System.Drawing.Size(507, 25);
436  this.txtProvincia.TabIndex = 1;
437  //
438  // ewlabel5
439  //
440  this.ewlabel5._Localizacion = sage.ew.interficies.LocalizacionOpcion.Bottom;
441  this.ewlabel5.AutoSize = true;
442  this.ewlabel5.Font = new System.Drawing.Font("Segoe UI", 10F);
443  this.ewlabel5.Location = new System.Drawing.Point(4, 7);
444  this.ewlabel5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
445  this.ewlabel5.Name = "ewlabel5";
446  this.ewlabel5.Size = new System.Drawing.Size(70, 19);
447  this.ewlabel5.TabIndex = 0;
448  this.ewlabel5.Text = "Población:";
449  //
450  // txtPoblacion
451  //
452  this.txtPoblacion._CanChangeStyle = false;
453  this.txtPoblacion._DescripcionError = "";
454  this.txtPoblacion._DescripcionOpcional = null;
455  this.txtPoblacion._EditMode = false;
456  this.txtPoblacion._ErrorValidation = false;
457  this.txtPoblacion._EsOpcionalConfigUser = false;
458  this.txtPoblacion._NoMostrarTecladoTactil = false;
459  this.txtPoblacion._PasswordChar = '\0';
460  this.txtPoblacion._PermitirConfigUser = true;
461  this.txtPoblacion._PropiedadesDeEstilos._ColorBorderError = System.Drawing.Color.FromArgb(((int)(((byte)(199)))), ((int)(((byte)(56)))), ((int)(((byte)(79)))));
462  this.txtPoblacion._PropiedadesDeEstilos._ColorBorderFocus = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(130)))), ((int)(((byte)(0)))));
463  this.txtPoblacion._SoloNumeros = false;
464  this.txtPoblacion._Tactil_Teclat_Numeric = false;
465  this.txtPoblacion._Tooltip = "";
466  this.txtPoblacion._UsuarioPermiteConfigUser = false;
467  this.txtPoblacion.Font = new System.Drawing.Font("Segoe UI", 10F);
468  this.txtPoblacion.Location = new System.Drawing.Point(116, 3);
469  this.txtPoblacion.Margin = new System.Windows.Forms.Padding(2);
470  this.txtPoblacion.MaxLength = 30;
471  this.txtPoblacion.Name = "txtPoblacion";
472  this.txtPoblacion.Size = new System.Drawing.Size(507, 25);
473  this.txtPoblacion.TabIndex = 1;
474  //
475  // ewlabel3
476  //
477  this.ewlabel3._Localizacion = sage.ew.interficies.LocalizacionOpcion.Bottom;
478  this.ewlabel3.AutoSize = true;
479  this.ewlabel3.Font = new System.Drawing.Font("Segoe UI", 10F);
480  this.ewlabel3.Location = new System.Drawing.Point(4, 5);
481  this.ewlabel3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
482  this.ewlabel3.Name = "ewlabel3";
483  this.ewlabel3.Size = new System.Drawing.Size(68, 19);
484  this.ewlabel3.TabIndex = 0;
485  this.ewlabel3.Text = "Dirección:";
486  //
487  // txtDireccion
488  //
489  this.txtDireccion._CanChangeStyle = false;
490  this.txtDireccion._DescripcionError = "";
491  this.txtDireccion._DescripcionOpcional = null;
492  this.txtDireccion._EditMode = false;
493  this.txtDireccion._ErrorValidation = false;
494  this.txtDireccion._EsOpcionalConfigUser = false;
495  this.txtDireccion._NoMostrarTecladoTactil = false;
496  this.txtDireccion._PasswordChar = '\0';
497  this.txtDireccion._PermitirConfigUser = true;
498  this.txtDireccion._PropiedadesDeEstilos._ColorBorderError = System.Drawing.Color.FromArgb(((int)(((byte)(199)))), ((int)(((byte)(56)))), ((int)(((byte)(79)))));
499  this.txtDireccion._PropiedadesDeEstilos._ColorBorderFocus = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(130)))), ((int)(((byte)(0)))));
500  this.txtDireccion._SoloNumeros = false;
501  this.txtDireccion._Tactil_Teclat_Numeric = false;
502  this.txtDireccion._Tooltip = "";
503  this.txtDireccion._UsuarioPermiteConfigUser = false;
504  this.txtDireccion.Font = new System.Drawing.Font("Segoe UI", 10F);
505  this.txtDireccion.Location = new System.Drawing.Point(116, 2);
506  this.txtDireccion.Margin = new System.Windows.Forms.Padding(2);
507  this.txtDireccion.MaxLength = 50;
508  this.txtDireccion.Name = "txtDireccion";
509  this.txtDireccion.Size = new System.Drawing.Size(507, 25);
510  this.txtDireccion.TabIndex = 1;
511  //
512  // ewlabel2
513  //
514  this.ewlabel2._Localizacion = sage.ew.interficies.LocalizacionOpcion.Bottom;
515  this.ewlabel2.AutoSize = true;
516  this.ewlabel2.Font = new System.Drawing.Font("Segoe UI", 10F);
517  this.ewlabel2.Location = new System.Drawing.Point(4, 6);
518  this.ewlabel2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
519  this.ewlabel2.Name = "ewlabel2";
520  this.ewlabel2.Size = new System.Drawing.Size(32, 19);
521  this.ewlabel2.TabIndex = 0;
522  this.ewlabel2.Text = "CIF:";
523  //
524  // btConvertir
525  //
526  this.btConvertir._Localizacion = sage.ew.interficies.LocalizacionOpcion.Bottom;
527  this.btConvertir._PropiedadesDeEstilos._ColorUnderlineEntering = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(192)))), ((int)(((byte)(163)))));
528  this.btConvertir._PropiedadesDeEstilos._ColorUnderlineSelected = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(130)))), ((int)(((byte)(0)))));
529  this.btConvertir._Tooltip = "";
530  this.btConvertir.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
531  this.btConvertir.Font = new System.Drawing.Font("Segoe UI", 9.5F);
532  this.btConvertir.Location = new System.Drawing.Point(9, 428);
533  this.btConvertir.Margin = new System.Windows.Forms.Padding(2);
534  this.btConvertir.Name = "btConvertir";
535  this.btConvertir.Size = new System.Drawing.Size(133, 44);
536  this.btConvertir.TabIndex = 1;
537  this.btConvertir.TabStop = false;
538  this.btConvertir.Text = "Convertir en cliente";
539  this.btConvertir.UseVisualStyleBackColor = true;
540  this.btConvertir.Click += new System.EventHandler(this.btConvertir_Click);
541  //
542  // ewPanelTitulo1
543  //
544  //
545  // ewPanelTitulo1._Panel
546  //
547  this.ewPanelTitulo1._Panel.AllowDrop = true;
548  this.ewPanelTitulo1._Panel.Dock = System.Windows.Forms.DockStyle.Fill;
549  this.ewPanelTitulo1._Panel.Font = new System.Drawing.Font("Arial", 9.5F);
550  this.ewPanelTitulo1._Panel.Location = new System.Drawing.Point(0, 0);
551  this.ewPanelTitulo1._Panel.Margin = new System.Windows.Forms.Padding(4);
552  this.ewPanelTitulo1._Panel.Name = "_Panel";
553  this.ewPanelTitulo1._Panel.Size = new System.Drawing.Size(643, 27);
554  this.ewPanelTitulo1._Panel.TabIndex = 1;
555  this.ewPanelTitulo1._Titulo = "Nombre cliente";
556  this.ewPanelTitulo1.AllowDrop = true;
557  this.ewPanelTitulo1.BackColor = System.Drawing.SystemColors.Control;
558  this.ewPanelTitulo1.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
559  this.ewPanelTitulo1.Location = new System.Drawing.Point(0, 0);
560  this.ewPanelTitulo1.Margin = new System.Windows.Forms.Padding(0);
561  this.ewPanelTitulo1.Name = "ewPanelTitulo1";
562  this.ewPanelTitulo1.Size = new System.Drawing.Size(643, 27);
563  this.ewPanelTitulo1.TabIndex = 0;
564  this.ewPanelTitulo1.TabStop = false;
565  //
566  // ewpanel10
567  //
568  this.ewpanel10.Controls.Add(this.btBrowCliente);
569  this.ewpanel10.Controls.Add(this.txtNombre);
570  this.ewpanel10.Controls.Add(this.btBrowContado);
571  this.ewpanel10.Font = new System.Drawing.Font("Arial", 9.5F);
572  this.ewpanel10.Location = new System.Drawing.Point(3, 30);
573  this.ewpanel10.Name = "ewpanel10";
574  this.ewpanel10.Size = new System.Drawing.Size(632, 36);
575  this.ewpanel10.TabIndex = 1;
576  //
577  // ewPanelTitulo2
578  //
579  //
580  // ewPanelTitulo2._Panel
581  //
582  this.ewPanelTitulo2._Panel.AllowDrop = true;
583  this.ewPanelTitulo2._Panel.Dock = System.Windows.Forms.DockStyle.Fill;
584  this.ewPanelTitulo2._Panel.Font = new System.Drawing.Font("Arial", 9.5F);
585  this.ewPanelTitulo2._Panel.Location = new System.Drawing.Point(0, 0);
586  this.ewPanelTitulo2._Panel.Margin = new System.Windows.Forms.Padding(4);
587  this.ewPanelTitulo2._Panel.Name = "_Panel";
588  this.ewPanelTitulo2._Panel.Size = new System.Drawing.Size(643, 27);
589  this.ewPanelTitulo2._Panel.TabIndex = 1;
590  this.ewPanelTitulo2._Titulo = "Datos personales";
591  this.ewPanelTitulo2.AllowDrop = true;
592  this.ewPanelTitulo2.BackColor = System.Drawing.SystemColors.Control;
593  this.ewPanelTitulo2.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
594  this.ewPanelTitulo2.Location = new System.Drawing.Point(0, 69);
595  this.ewPanelTitulo2.Margin = new System.Windows.Forms.Padding(0);
596  this.ewPanelTitulo2.Name = "ewPanelTitulo2";
597  this.ewPanelTitulo2.Size = new System.Drawing.Size(643, 27);
598  this.ewPanelTitulo2.TabIndex = 2;
599  this.ewPanelTitulo2.TabStop = false;
600  //
601  // ewpanel3
602  //
603  this.ewpanel3.AutoSize = true;
604  this.ewpanel3.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
605  this.ewpanel3.Controls.Add(this.txtTelefono);
606  this.ewpanel3.Controls.Add(this.ewlabel7);
607  this.ewpanel3.Font = new System.Drawing.Font("Arial", 9.5F);
608  this.ewpanel3.Location = new System.Drawing.Point(3, 312);
609  this.ewpanel3.Name = "ewpanel3";
610  this.ewpanel3.Size = new System.Drawing.Size(625, 29);
611  this.ewpanel3.TabIndex = 9;
612  //
613  // ewpanel9
614  //
615  this.ewpanel9.AutoSize = true;
616  this.ewpanel9.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
617  this.ewpanel9.Controls.Add(this.txtCif);
618  this.ewpanel9.Controls.Add(this.ewlabel2);
619  this.ewpanel9.Font = new System.Drawing.Font("Arial", 9.5F);
620  this.ewpanel9.Location = new System.Drawing.Point(3, 99);
621  this.ewpanel9.Name = "ewpanel9";
622  this.ewpanel9.Size = new System.Drawing.Size(439, 31);
623  this.ewpanel9.TabIndex = 3;
624  //
625  // ewpanel8
626  //
627  this.ewpanel8.AutoSize = true;
628  this.ewpanel8.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
629  this.ewpanel8.Controls.Add(this.txtDireccion);
630  this.ewpanel8.Controls.Add(this.ewlabel3);
631  this.ewpanel8.Font = new System.Drawing.Font("Arial", 9.5F);
632  this.ewpanel8.Location = new System.Drawing.Point(3, 136);
633  this.ewpanel8.Name = "ewpanel8";
634  this.ewpanel8.Size = new System.Drawing.Size(625, 29);
635  this.ewpanel8.TabIndex = 4;
636  //
637  // ewpanel5
638  //
639  this.ewpanel5.AutoSize = true;
640  this.ewpanel5.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
641  this.ewpanel5.Controls.Add(this.txtProvincia);
642  this.ewpanel5.Controls.Add(this.ewlabel4);
643  this.ewpanel5.Font = new System.Drawing.Font("Arial", 9.5F);
644  this.ewpanel5.Location = new System.Drawing.Point(3, 242);
645  this.ewpanel5.Name = "ewpanel5";
646  this.ewpanel5.Size = new System.Drawing.Size(625, 29);
647  this.ewpanel5.TabIndex = 7;
648  //
649  // ewpanel7
650  //
651  this.ewpanel7.AutoSize = true;
652  this.ewpanel7.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
653  this.ewpanel7.Controls.Add(this.txtCodPostal);
654  this.ewpanel7.Controls.Add(this.ewlabel6);
655  this.ewpanel7.Font = new System.Drawing.Font("Arial", 9.5F);
656  this.ewpanel7.Location = new System.Drawing.Point(3, 171);
657  this.ewpanel7.Name = "ewpanel7";
658  this.ewpanel7.Size = new System.Drawing.Size(625, 29);
659  this.ewpanel7.TabIndex = 5;
660  //
661  // ewpanel2
662  //
663  this.ewpanel2.AutoSize = true;
664  this.ewpanel2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
665  this.ewpanel2.Controls.Add(this.ewpanel1);
666  this.ewpanel2.Controls.Add(this.ewlabel8);
667  this.ewpanel2.Font = new System.Drawing.Font("Arial", 9.5F);
668  this.ewpanel2.Location = new System.Drawing.Point(3, 347);
669  this.ewpanel2.Name = "ewpanel2";
670  this.ewpanel2.Size = new System.Drawing.Size(630, 42);
671  this.ewpanel2.TabIndex = 10;
672  //
673  // ewpanel1
674  //
675  this.ewpanel1.Controls.Add(this.txtEmail);
676  this.ewpanel1.Font = new System.Drawing.Font("Arial", 9.5F);
677  this.ewpanel1.Location = new System.Drawing.Point(116, 4);
678  this.ewpanel1.Name = "ewpanel1";
679  this.ewpanel1.Size = new System.Drawing.Size(511, 35);
680  this.ewpanel1.TabIndex = 1;
681  //
682  // ewpanel6
683  //
684  this.ewpanel6.AutoSize = true;
685  this.ewpanel6.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
686  this.ewpanel6.Controls.Add(this.ewlabel5);
687  this.ewpanel6.Controls.Add(this.txtPoblacion);
688  this.ewpanel6.Font = new System.Drawing.Font("Arial", 9.5F);
689  this.ewpanel6.Location = new System.Drawing.Point(3, 206);
690  this.ewpanel6.Name = "ewpanel6";
691  this.ewpanel6.Size = new System.Drawing.Size(625, 30);
692  this.ewpanel6.TabIndex = 6;
693  //
694  // ewpanel4
695  //
696  this.ewpanel4.AutoSize = true;
697  this.ewpanel4.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
698  this.ewpanel4.Controls.Add(this.txtPais);
699  this.ewpanel4.Controls.Add(this.ewlabel1);
700  this.ewpanel4.Font = new System.Drawing.Font("Arial", 9.5F);
701  this.ewpanel4.Location = new System.Drawing.Point(3, 277);
702  this.ewpanel4.Name = "ewpanel4";
703  this.ewpanel4.Size = new System.Drawing.Size(625, 29);
704  this.ewpanel4.TabIndex = 8;
705  //
706  // ewtablelayoutpanel1
707  //
708  this.ewtablelayoutpanel1.ColumnCount = 1;
709  this.ewtablelayoutpanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
710  this.ewtablelayoutpanel1.Controls.Add(this.ewpanel2, 0, 10);
711  this.ewtablelayoutpanel1.Controls.Add(this.ewpanel3, 0, 9);
712  this.ewtablelayoutpanel1.Controls.Add(this.ewpanel10, 0, 1);
713  this.ewtablelayoutpanel1.Controls.Add(this.ewpanel5, 0, 7);
714  this.ewtablelayoutpanel1.Controls.Add(this.ewpanel4, 0, 8);
715  this.ewtablelayoutpanel1.Controls.Add(this.ewpanel8, 0, 4);
716  this.ewtablelayoutpanel1.Controls.Add(this.ewpanel7, 0, 5);
717  this.ewtablelayoutpanel1.Controls.Add(this.ewpanel6, 0, 6);
718  this.ewtablelayoutpanel1.Controls.Add(this.ewpanel9, 0, 3);
719  this.ewtablelayoutpanel1.Controls.Add(this.ewPanelTitulo1, 0, 0);
720  this.ewtablelayoutpanel1.Controls.Add(this.ewPanelTitulo2, 0, 2);
721  this.ewtablelayoutpanel1.Font = new System.Drawing.Font("Arial", 9.5F);
722  this.ewtablelayoutpanel1.Location = new System.Drawing.Point(9, 12);
723  this.ewtablelayoutpanel1.Name = "ewtablelayoutpanel1";
724  this.ewtablelayoutpanel1.RowCount = 12;
725  this.ewtablelayoutpanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
726  this.ewtablelayoutpanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
727  this.ewtablelayoutpanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
728  this.ewtablelayoutpanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
729  this.ewtablelayoutpanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
730  this.ewtablelayoutpanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
731  this.ewtablelayoutpanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
732  this.ewtablelayoutpanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
733  this.ewtablelayoutpanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
734  this.ewtablelayoutpanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
735  this.ewtablelayoutpanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
736  this.ewtablelayoutpanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
737  this.ewtablelayoutpanel1.Size = new System.Drawing.Size(644, 407);
738  this.ewtablelayoutpanel1.TabIndex = 0;
739  //
740  // frmContado
741  //
742  this._MostrarAccesoFavoritos = false;
743  this._MostrarCrearAccesoDirecto = false;
744  this.AcceptButton = null;
745  this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
746  this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
747  this.ClientSize = new System.Drawing.Size(662, 482);
748  this.Controls.Add(this.ewtablelayoutpanel1);
749  this.Controls.Add(this.btConvertir);
750  this.Margin = new System.Windows.Forms.Padding(2);
751  this.Name = "frmContado";
752  this.Text = "Entrada del cliente - Ventas al contado";
753  this.Controls.SetChildIndex(this.btSalir1, 0);
754  this.Controls.SetChildIndex(this.btDocCancelar1, 0);
755  this.Controls.SetChildIndex(this.btDocAceptar1, 0);
756  this.Controls.SetChildIndex(this.btConvertir, 0);
757  this.Controls.SetChildIndex(this.ewtablelayoutpanel1, 0);
758  ((System.ComponentModel.ISupportInitialize)(this._oErrorProvider)).EndInit();
759  this.ewPanelTitulo1.ResumeLayout(false);
760  this.ewpanel10.ResumeLayout(false);
761  this.ewpanel10.PerformLayout();
762  this.ewPanelTitulo2.ResumeLayout(false);
763  this.ewpanel3.ResumeLayout(false);
764  this.ewpanel3.PerformLayout();
765  this.ewpanel9.ResumeLayout(false);
766  this.ewpanel9.PerformLayout();
767  this.ewpanel8.ResumeLayout(false);
768  this.ewpanel8.PerformLayout();
769  this.ewpanel5.ResumeLayout(false);
770  this.ewpanel5.PerformLayout();
771  this.ewpanel7.ResumeLayout(false);
772  this.ewpanel7.PerformLayout();
773  this.ewpanel2.ResumeLayout(false);
774  this.ewpanel2.PerformLayout();
775  this.ewpanel1.ResumeLayout(false);
776  this.ewpanel6.ResumeLayout(false);
777  this.ewpanel6.PerformLayout();
778  this.ewpanel4.ResumeLayout(false);
779  this.ewpanel4.PerformLayout();
780  this.ewtablelayoutpanel1.ResumeLayout(false);
781  this.ewtablelayoutpanel1.PerformLayout();
782  this.ResumeLayout(false);
783 
784  }
785 
786  #endregion
787 
788  private objetos.ewtextbox txtNombre;
789  private objetos.ewlabel ewlabel2;
790  private objetos.ewlabel ewlabel3;
791  private objetos.ewtextbox txtDireccion;
792  private objetos.ewlabel ewlabel6;
793  private objetos.ewlabel ewlabel4;
794  private objetos.ewtextbox txtProvincia;
795  private objetos.ewlabel ewlabel5;
796  private objetos.ewtextbox txtPoblacion;
797  private objetos.ewlabel ewlabel1;
798  private objetos.ewlabel ewlabel7;
799  private objetos.ewtextbox txtTelefono;
800  private objetos.ewbutton btConvertir;
801  private botones.btBrowser btBrowContado;
802  private System.Windows.Forms.ToolTip toolTipContado;
803  private botones.btBrowCliente btBrowCliente;
804  private txtbox.UserControls.txtPaises txtPais;
805  private txtbox.UserControls.txtCodPos txtCodPostal;
806  private txtbox.Clases.ewTxtCIF txtCif;
807  private objetos.ewlabel ewlabel8;
808  private txtbox.UserControls.txtEmail txtEmail;
809  private objetos.UserControls.ewPanelTitulo ewPanelTitulo1;
810  private objetos.UserControls.ewPanelTitulo ewPanelTitulo2;
811  private objetos.ewpanel ewpanel1;
812  private objetos.ewpanel ewpanel2;
813  private objetos.ewpanel ewpanel4;
814  private objetos.ewpanel ewpanel3;
815  private objetos.ewpanel ewpanel10;
816  private objetos.ewpanel ewpanel9;
817  private objetos.ewpanel ewpanel8;
818  private objetos.ewpanel ewpanel7;
819  private objetos.ewpanel ewpanel6;
820  private objetos.ewpanel ewpanel5;
821  private objetos.ewtablelayoutpanel ewtablelayoutpanel1;
822  }
823 }
_Tipos_Visuales
Definición de los posibles tipos visuales de la clase txtcodlabel
delegate void Delegar_Browser_After(bool tlAceptar)
Definición del delegado para el evento After en el click del browser
Clase sage.ew.objetos.ewpanel
Browser, basat en sage.ew.objetos.ewbutton
Definición del txtcodlabel para los códigos postales
Definition: txtCodPos.cs:14
Classe para representar un txtbox para la entrada de CIF/DNI
Definition: ewTxtCIF.cs:18
Muestra el browser de clientes
delegate void _Click_Before_Handler(ref Boolean tlOk)
_Click_Before_Handler
Clase sage.ew.objetos.ewlabel
Clase sage.ew.objetos.ewtextbox
delegate void _Click_After_Handler(Boolean tlAceptar)
_Click_After_Handler
Formulario para los datos de cliente contado
Definition: frmContado.cs:17
Definición del txtcodlabel para cuentas contables
PE-83541 : Clase sage.ew.objetos.ewtablelayoutpanel
override void Dispose(bool disposing)
Clean up any resources being used.
Base para los botones de Eurowin
Usercontrol compuesto por un TextBox con la direccion de correo y un boton para enviar email a la dir...
Definition: txtEmail.cs:21
Control de usuario siemple para un panel con título
Clase base para controles de tipo txtcodlabelf