frmCobro.Designer.cs
1 namespace sage.ew.formul.Forms
2 {
3  partial class frmCobros
4  {
8  private System.ComponentModel.IContainer components = null;
9 
14  protected override void Dispose(bool disposing)
15  {
16  if (disposing && (components != null))
17  {
18  components.Dispose();
19  }
20  base.Dispose(disposing);
21  }
22 
23  #region Windows Form Designer generated code
24 
29  private void InitializeComponent()
30  {
31  System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmCobros));
32  this.txtFecha = new sage.ew.objetos.ewdate();
33  this.ewlabel1 = new sage.ew.objetos.ewlabel();
34  this.ewPanelTituloPetiDatos = new sage.ew.objetos.UserControls.ewPanelTitulo();
35  this.txtOperario1 = new sage.ew.txtbox.UserControls.txtOperario();
36  this.ewOperario = new sage.ew.objetos.ewlabel();
37  this.txtFormaCobro1 = new sage.ew.txtbox.UserControls.txtFormaCobro();
38  this.ewfCobro = new sage.ew.objetos.ewlabel();
39  this.ewlabel4 = new sage.ew.objetos.ewlabel();
40  this.ewBanco = new sage.ew.objetos.ewlabel();
41  this.txtBanco = new sage.ew.txtbox.UserControls.txtBanco();
42  this.divisaDocumentos1 = new sage.ew.objetos.UserControls.DivisaDocumentos();
43  this.chkFechaVencim = new sage.ew.objetos.ewcheckbox();
44  ((System.ComponentModel.ISupportInitialize)(this._oErrorProvider)).BeginInit();
45  this.ewPanelTituloPetiDatos.SuspendLayout();
46  this.SuspendLayout();
47  //
48  // btDocCancelar1
49  //
50  this.btDocCancelar1._PropiedadesDeEstilos._ColorUnderlineEntering = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(192)))), ((int)(((byte)(163)))));
51  this.btDocCancelar1._PropiedadesDeEstilos._ColorUnderlineSelected = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(130)))), ((int)(((byte)(0)))));
52  this.btDocCancelar1.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
53  this.btDocCancelar1.Image = ((System.Drawing.Image)(resources.GetObject("btDocCancelar1.Image")));
54  this.btDocCancelar1.Location = new System.Drawing.Point(498, 197);
55  this.btDocCancelar1.Click += new System.EventHandler(this.btDocCancelar1_Click);
56  //
57  // btSalir1
58  //
59  this.btSalir1._PropiedadesDeEstilos._ColorUnderlineEntering = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(192)))), ((int)(((byte)(163)))));
60  this.btSalir1._PropiedadesDeEstilos._ColorUnderlineSelected = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(130)))), ((int)(((byte)(0)))));
61  this.btSalir1.Image = ((System.Drawing.Image)(resources.GetObject("btSalir1.Image")));
62  this.btSalir1.Location = new System.Drawing.Point(344, 312);
63  this.btSalir1.Size = new System.Drawing.Size(99, 44);
64  //
65  // btDocAceptar1
66  //
67  this.btDocAceptar1._PropiedadesDeEstilos._ColorUnderlineEntering = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(192)))), ((int)(((byte)(163)))));
68  this.btDocAceptar1._PropiedadesDeEstilos._ColorUnderlineSelected = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(130)))), ((int)(((byte)(0)))));
69  this.btDocAceptar1.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
70  this.btDocAceptar1.Image = ((System.Drawing.Image)(resources.GetObject("btDocAceptar1.Image")));
71  this.btDocAceptar1.Location = new System.Drawing.Point(373, 197);
72  this.btDocAceptar1.Click += new System.EventHandler(this.btDocAceptar1_Click);
73  //
74  // txtFecha
75  //
76  this.txtFecha._ErrorValidation = false;
77  this.txtFecha._FechaFinIntervalo = new System.DateTime(((long)(0)));
78  this.txtFecha._FechaIniIntervalo = new System.DateTime(((long)(0)));
79  this.txtFecha._Intervalo_Ejercicio = false;
80  this.txtFecha.CalendarTitleBackColor = System.Drawing.SystemColors.Window;
81  this.txtFecha.CustomFormat = "dd\'/\'MM\'/\'yyyy";
82  this.txtFecha.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
83  this.txtFecha.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
84  this.txtFecha.Location = new System.Drawing.Point(136, 41);
85  this.txtFecha.Name = "txtFecha";
86  this.txtFecha.Size = new System.Drawing.Size(122, 25);
87  this.txtFecha.TabIndex = 5;
88  //
89  // ewlabel1
90  //
91  this.ewlabel1._Localizacion = sage.ew.interficies.LocalizacionOpcion.Bottom;
92  this.ewlabel1.AutoSize = true;
93  this.ewlabel1.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
94  this.ewlabel1.ForeColor = System.Drawing.Color.Black;
95  this.ewlabel1.Location = new System.Drawing.Point(19, 43);
96  this.ewlabel1.Name = "ewlabel1";
97  this.ewlabel1.Size = new System.Drawing.Size(102, 17);
98  this.ewlabel1.TabIndex = 4;
99  this.ewlabel1.Text = "Fecha de cobro:";
100  //
101  // ewPanelTituloPetiDatos
102  //
103  //
104  // ewPanelTituloPetiDatos._Panel
105  //
106  this.ewPanelTituloPetiDatos._Panel.AllowDrop = true;
107  this.ewPanelTituloPetiDatos._Panel.Dock = System.Windows.Forms.DockStyle.Fill;
108  this.ewPanelTituloPetiDatos._Panel.Font = new System.Drawing.Font("Arial", 9.5F);
109  this.ewPanelTituloPetiDatos._Panel.Location = new System.Drawing.Point(0, 0);
110  this.ewPanelTituloPetiDatos._Panel.Margin = new System.Windows.Forms.Padding(0);
111  this.ewPanelTituloPetiDatos._Panel.Name = "_Panel";
112  this.ewPanelTituloPetiDatos._Panel.Size = new System.Drawing.Size(638, 30);
113  this.ewPanelTituloPetiDatos._Panel.TabIndex = 1;
114  this.ewPanelTituloPetiDatos._Titulo = "Datos de contabilización";
115  this.ewPanelTituloPetiDatos.AllowDrop = true;
116  this.ewPanelTituloPetiDatos.BackColor = System.Drawing.SystemColors.Control;
117  this.ewPanelTituloPetiDatos.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
118  this.ewPanelTituloPetiDatos.Location = new System.Drawing.Point(2, 1);
119  this.ewPanelTituloPetiDatos.Margin = new System.Windows.Forms.Padding(0);
120  this.ewPanelTituloPetiDatos.Name = "ewPanelTituloPetiDatos";
121  this.ewPanelTituloPetiDatos.Size = new System.Drawing.Size(638, 30);
122  this.ewPanelTituloPetiDatos.TabIndex = 8;
123  //
124  // txtOperario1
125  //
126  this.txtOperario1._Alto_Despleg_Combo = 106;
127  this.txtOperario1._Ancho_Despleg_Combo = 197;
128  this.txtOperario1._AnchoCombo = 0;
129  this.txtOperario1._Autoload_Mante_FirstValue = false;
130  this.txtOperario1._CaracterAncho = ' ';
131  this.txtOperario1._ColumnasMultiLine = ((System.Collections.Generic.Dictionary<string, int>)(resources.GetObject("txtOperario1._ColumnasMultiLine")));
132  this.txtOperario1._Consultar_Usuario_Seleccion_Multiple = true;
133  this.txtOperario1._CrearManteSiCodigoNoExiste = true;
134  this.txtOperario1._DescripcionError = "";
135  this.txtOperario1._DescripcionOpcional = null;
136  this.txtOperario1._Documento = null;
137  this.txtOperario1._EditMode = false;
138  this.txtOperario1._EsOpcionalConfigUser = false;
139  this.txtOperario1._Font = new System.Drawing.Font("Segoe UI", 9.5F);
140  this.txtOperario1._ListaTodosCodigos = ((System.Collections.Generic.List<string>)(resources.GetObject("txtOperario1._ListaTodosCodigos")));
141  this.txtOperario1._MensajeNoSePuedeCrear = "El código no es válido.";
142  this.txtOperario1._Mostrar_Mensaje = true;
143  this.txtOperario1._PermitirConfigUser = true;
144  this.txtOperario1._PermitirFiltradoAutomaticoTextoParcial = true;
145  this.txtOperario1._Tipo_Visual = sage.ew.txtbox.UserControls.ewtxtcodlabel._Tipos_Visuales.Estandar;
146  this.txtOperario1._UsuarioPermiteConfigUser = false;
147  this.txtOperario1._ValidarClaveOperario = false;
148  this.txtOperario1.Font = new System.Drawing.Font("Segoe UI", 9.5F);
149  this.txtOperario1.Location = new System.Drawing.Point(136, 141);
150  this.txtOperario1.Margin = new System.Windows.Forms.Padding(2);
151  this.txtOperario1.Name = "txtOperario1";
152  this.txtOperario1.Size = new System.Drawing.Size(482, 25);
153  this.txtOperario1.TabIndex = 9;
154  //
155  // ewOperario
156  //
157  this.ewOperario._Localizacion = sage.ew.interficies.LocalizacionOpcion.Bottom;
158  this.ewOperario.AutoSize = true;
159  this.ewOperario.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
160  this.ewOperario.Location = new System.Drawing.Point(19, 144);
161  this.ewOperario.Name = "ewOperario";
162  this.ewOperario.Size = new System.Drawing.Size(64, 17);
163  this.ewOperario.TabIndex = 10;
164  this.ewOperario.Text = "Operario:";
165  //
166  // txtFormaCobro1
167  //
168  this.txtFormaCobro1._Alto_Despleg_Combo = 106;
169  this.txtFormaCobro1._Ancho_Despleg_Combo = 197;
170  this.txtFormaCobro1._AnchoCombo = 0;
171  this.txtFormaCobro1._Autoload_Mante_FirstValue = false;
172  this.txtFormaCobro1._CaracterAncho = ' ';
173  this.txtFormaCobro1._ColumnasMultiLine = ((System.Collections.Generic.Dictionary<string, int>)(resources.GetObject("txtFormaCobro1._ColumnasMultiLine")));
174  this.txtFormaCobro1._Consultar_Usuario_Seleccion_Multiple = true;
175  this.txtFormaCobro1._CrearManteSiCodigoNoExiste = true;
176  this.txtFormaCobro1._DescripcionError = "";
177  this.txtFormaCobro1._DescripcionOpcional = null;
178  this.txtFormaCobro1._EditMode = false;
179  this.txtFormaCobro1._EsOpcionalConfigUser = false;
180  this.txtFormaCobro1._Font = new System.Drawing.Font("Segoe UI", 9.5F);
181  this.txtFormaCobro1._ListaTodosCodigos = ((System.Collections.Generic.List<string>)(resources.GetObject("txtFormaCobro1._ListaTodosCodigos")));
182  this.txtFormaCobro1._MensajeNoSePuedeCrear = "El código no es válido.";
183  this.txtFormaCobro1._Mostrar_Mensaje = true;
184  this.txtFormaCobro1._PermitirConfigUser = true;
185  this.txtFormaCobro1._PermitirFiltradoAutomaticoTextoParcial = true;
186  this.txtFormaCobro1._Tipo_Visual = sage.ew.txtbox.UserControls.ewtxtcodlabel._Tipos_Visuales.Estandar;
187  this.txtFormaCobro1._UsuarioPermiteConfigUser = false;
188  this.txtFormaCobro1.Font = new System.Drawing.Font("Segoe UI", 9.5F);
189  this.txtFormaCobro1.Location = new System.Drawing.Point(136, 174);
190  this.txtFormaCobro1.Margin = new System.Windows.Forms.Padding(2);
191  this.txtFormaCobro1.Name = "txtFormaCobro1";
192  this.txtFormaCobro1.Size = new System.Drawing.Size(482, 25);
193  this.txtFormaCobro1.TabIndex = 11;
194  //
195  // ewfCobro
196  //
197  this.ewfCobro._Localizacion = sage.ew.interficies.LocalizacionOpcion.Bottom;
198  this.ewfCobro.AutoSize = true;
199  this.ewfCobro.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
200  this.ewfCobro.Location = new System.Drawing.Point(21, 177);
201  this.ewfCobro.Name = "ewfCobro";
202  this.ewfCobro.Size = new System.Drawing.Size(74, 17);
203  this.ewfCobro.TabIndex = 12;
204  this.ewfCobro.Text = "F. de pago:";
205  //
206  // ewlabel4
207  //
208  this.ewlabel4._Localizacion = sage.ew.interficies.LocalizacionOpcion.Bottom;
209  this.ewlabel4.AutoSize = true;
210  this.ewlabel4.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
211  this.ewlabel4.ForeColor = System.Drawing.Color.Black;
212  this.ewlabel4.Location = new System.Drawing.Point(19, 76);
213  this.ewlabel4.Name = "ewlabel4";
214  this.ewlabel4.Size = new System.Drawing.Size(45, 17);
215  this.ewlabel4.TabIndex = 13;
216  this.ewlabel4.Text = "Divisa:";
217  //
218  // ewBanco
219  //
220  this.ewBanco._Localizacion = sage.ew.interficies.LocalizacionOpcion.Bottom;
221  this.ewBanco.AutoSize = true;
222  this.ewBanco.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
223  this.ewBanco.Location = new System.Drawing.Point(19, 110);
224  this.ewBanco.Name = "ewBanco";
225  this.ewBanco.Size = new System.Drawing.Size(46, 17);
226  this.ewBanco.TabIndex = 17;
227  this.ewBanco.Text = "Banco:";
228  //
229  // txtBanco
230  //
231  this.txtBanco._Alto_Despleg_Combo = 106;
232  this.txtBanco._Ancho_Despleg_Combo = 197;
233  this.txtBanco._AnchoCombo = 0;
234  this.txtBanco._Autoload_Mante_FirstValue = false;
235  this.txtBanco._CaracterAncho = ' ';
236  this.txtBanco._ColumnasMultiLine = ((System.Collections.Generic.Dictionary<string, int>)(resources.GetObject("txtBanco._ColumnasMultiLine")));
237  this.txtBanco._Consultar_Usuario_Seleccion_Multiple = true;
238  this.txtBanco._CrearManteSiCodigoNoExiste = true;
239  this.txtBanco._DescripcionError = "";
240  this.txtBanco._DescripcionOpcional = null;
241  this.txtBanco._EditMode = false;
242  this.txtBanco._EsOpcionalConfigUser = false;
243  this.txtBanco._Font = new System.Drawing.Font("Segoe UI", 9.5F);
244  this.txtBanco._ListaTodosCodigos = ((System.Collections.Generic.List<string>)(resources.GetObject("txtBanco._ListaTodosCodigos")));
245  this.txtBanco._MensajeNoSePuedeCrear = "El código no es válido.";
246  this.txtBanco._Mostrar_Mensaje = true;
247  this.txtBanco._PermitirConfigUser = true;
248  this.txtBanco._PermitirFiltradoAutomaticoTextoParcial = true;
249  this.txtBanco._Tipo_Visual = sage.ew.txtbox.UserControls.ewtxtcodlabel._Tipos_Visuales.Estandar;
250  this.txtBanco._UsuarioPermiteConfigUser = false;
251  this.txtBanco.Font = new System.Drawing.Font("Segoe UI", 9.5F);
252  this.txtBanco.Location = new System.Drawing.Point(136, 108);
253  this.txtBanco.Margin = new System.Windows.Forms.Padding(2);
254  this.txtBanco.Name = "txtBanco";
255  this.txtBanco.Size = new System.Drawing.Size(482, 25);
256  this.txtBanco.TabIndex = 18;
257  //
258  // divisaDocumentos1
259  //
260  this.divisaDocumentos1._BackColorCambioCompNegativa = System.Drawing.Color.AntiqueWhite;
261  this.divisaDocumentos1._BackColorCambioCompPositiva = System.Drawing.Color.White;
262  this.divisaDocumentos1._Browser_Condicion = "";
263  this.divisaDocumentos1._Cambio = new decimal(new int[] {
264  0,
265  0,
266  0,
267  65536});
268  this.divisaDocumentos1._CotizacionAComparar = new decimal(new int[] {
269  0,
270  0,
271  0,
272  65536});
273  this.divisaDocumentos1._DescripcionError = null;
274  this.divisaDocumentos1._DescripcionOpcional = "";
275  this.divisaDocumentos1._Divisa = "";
276  this.divisaDocumentos1._Documento = null;
277  this.divisaDocumentos1._EditMode = false;
278  this.divisaDocumentos1._EsOpcionalConfigUser = false;
279  this.divisaDocumentos1._Fecha = new System.DateTime(2023, 7, 4, 0, 0, 0, 0);
280  this.divisaDocumentos1._Mensaje_Info_Cambio = "";
281  this.divisaDocumentos1._PermitirConfigUser = false;
282  this.divisaDocumentos1._ReadOnly = false;
283  this.divisaDocumentos1._ReadOnlybtCotiza = false;
284  this.divisaDocumentos1._ReadOnlyoCmbDivisa = false;
285  this.divisaDocumentos1._ReadOnlyoNudCotiza = false;
286  this.divisaDocumentos1._TipoCambio = sage.ew.ewbase.eTipoCambio.Indeterminado;
287  this.divisaDocumentos1._TooltipCambio = "";
288  this.divisaDocumentos1._UsuarioPermiteConfigUser = false;
289  this.divisaDocumentos1.Font = new System.Drawing.Font("Segoe UI", 9.5F);
290  this.divisaDocumentos1.Location = new System.Drawing.Point(70, 72);
291  this.divisaDocumentos1.Margin = new System.Windows.Forms.Padding(3, 5, 3, 3);
292  this.divisaDocumentos1.Name = "divisaDocumentos1";
293  this.divisaDocumentos1.oNudCotizaValue = new decimal(new int[] {
294  0,
295  0,
296  0,
297  0});
298  this.divisaDocumentos1.Size = new System.Drawing.Size(298, 31);
299  this.divisaDocumentos1.TabIndex = 24;
300  //
301  // chkFechaVencim
302  //
303  this.chkFechaVencim._DescripcionError = "";
304  this.chkFechaVencim._DescripcionOpcional = null;
305  this.chkFechaVencim._EditMode = false;
306  this.chkFechaVencim._EsOpcionalConfigUser = false;
307  this.chkFechaVencim._GuardarEnSettings = false;
308  this.chkFechaVencim._OpcionConfiguracion = "";
309  this.chkFechaVencim._PermitirConfigUser = true;
310  this.chkFechaVencim._PropiedadesDeEstilos._ColorUnderlineEntering = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(192)))), ((int)(((byte)(163)))));
311  this.chkFechaVencim._PropiedadesDeEstilos._ColorUnderlineSelected = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(130)))), ((int)(((byte)(0)))));
312  this.chkFechaVencim._UsuarioPermiteConfigUser = false;
313  this.chkFechaVencim.AutoSize = true;
314  this.chkFechaVencim.Font = new System.Drawing.Font("Segoe UI", 9.5F);
315  this.chkFechaVencim.Location = new System.Drawing.Point(285, 45);
316  this.chkFechaVencim.Name = "chkFechaVencim";
317  this.chkFechaVencim.Size = new System.Drawing.Size(206, 21);
318  this.chkFechaVencim.TabIndex = 26;
319  this.chkFechaVencim.Text = "Cobrar a fecha de vencimiento";
320  this.chkFechaVencim.UseVisualStyleBackColor = true;
321  this.chkFechaVencim.Click += new System.EventHandler(this.chkFechaVencim_Click);
322  //
323  // frmCobros
324  //
325  this.AcceptButton = null;
326  this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
327  this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
328  this.ClientSize = new System.Drawing.Size(638, 250);
329  this.Controls.Add(this.chkFechaVencim);
330  this.Controls.Add(this.divisaDocumentos1);
331  this.Controls.Add(this.txtBanco);
332  this.Controls.Add(this.ewBanco);
333  this.Controls.Add(this.ewlabel4);
334  this.Controls.Add(this.ewfCobro);
335  this.Controls.Add(this.txtFormaCobro1);
336  this.Controls.Add(this.ewOperario);
337  this.Controls.Add(this.txtOperario1);
338  this.Controls.Add(this.ewPanelTituloPetiDatos);
339  this.Controls.Add(this.txtFecha);
340  this.Controls.Add(this.ewlabel1);
341  this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
342  this.Name = "frmCobros";
343  this.Text = "Petición de datos";
344  this.Controls.SetChildIndex(this.btSalir1, 0);
345  this.Controls.SetChildIndex(this.btDocAceptar1, 0);
346  this.Controls.SetChildIndex(this.btDocCancelar1, 0);
347  this.Controls.SetChildIndex(this.ewlabel1, 0);
348  this.Controls.SetChildIndex(this.txtFecha, 0);
349  this.Controls.SetChildIndex(this.ewPanelTituloPetiDatos, 0);
350  this.Controls.SetChildIndex(this.txtOperario1, 0);
351  this.Controls.SetChildIndex(this.ewOperario, 0);
352  this.Controls.SetChildIndex(this.txtFormaCobro1, 0);
353  this.Controls.SetChildIndex(this.ewfCobro, 0);
354  this.Controls.SetChildIndex(this.ewlabel4, 0);
355  this.Controls.SetChildIndex(this.ewBanco, 0);
356  this.Controls.SetChildIndex(this.txtBanco, 0);
357  this.Controls.SetChildIndex(this.divisaDocumentos1, 0);
358  this.Controls.SetChildIndex(this.chkFechaVencim, 0);
359  ((System.ComponentModel.ISupportInitialize)(this._oErrorProvider)).EndInit();
360  this.ewPanelTituloPetiDatos.ResumeLayout(false);
361  this.ResumeLayout(false);
362  this.PerformLayout();
363 
364  }
365 
366  #endregion
367 
368  private objetos.ewdate txtFecha;
369  private objetos.ewlabel ewlabel1;
370  private objetos.UserControls.ewPanelTitulo ewPanelTituloPetiDatos;
371  private txtbox.UserControls.txtOperario txtOperario1;
372  private objetos.ewlabel ewOperario;
373  private txtbox.UserControls.txtFormaCobro txtFormaCobro1;
374  private objetos.ewlabel ewfCobro;
375  private objetos.ewlabel ewlabel4;
376  private objetos.ewlabel ewBanco;
377  private txtbox.UserControls.txtBanco txtBanco;
378  private objetos.UserControls.DivisaDocumentos divisaDocumentos1;
379  private objetos.ewcheckbox chkFechaVencim;
380  }
381 }
_Tipos_Visuales
Definición de los posibles tipos visuales de la clase txtcodlabel
Formulario de petición de fecha de contabilización
Definition: frmCobro.cs:23
Definición del txtcodlabel para formas de cobro
Clase sage.ew.objetos.ewcheckbox
Clase sage.ew.objetos.ewlabel
Definición del txtcodlabel para cuentas contables de bancos (PE-85500)
Control de selección de moneda y cotización para documentos
override void Dispose(bool disposing)
Clean up any resources being used.
Definición del txtcodlabel para operarios
Control de usuario siemple para un panel con título
Clase sage.ew.objetos.ewdate
Clase base para controles de tipo txtcodlabelf