frmPago.Designer.cs
1 namespace sage.ew.formul.Forms
2 {
3  partial class frmPago
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(frmPago));
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.ewfCobro = new sage.ew.objetos.ewlabel();
38  this.ewlabel4 = new sage.ew.objetos.ewlabel();
39  this.ewBanco = new sage.ew.objetos.ewlabel();
40  this.txtBanco = new sage.ew.txtbox.UserControls.txtBanco();
41  this.divisaDocumentos1 = new sage.ew.objetos.UserControls.DivisaDocumentos();
42  this.txtFormaCobro = new sage.ew.txtbox.UserControls.txtFormaCobro();
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(486, 202);
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(322, 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(361, 202);
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(113, 37);
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(32, 43);
96  this.ewlabel1.Name = "ewlabel1";
97  this.ewlabel1.Size = new System.Drawing.Size(44, 17);
98  this.ewlabel1.TabIndex = 4;
99  this.ewlabel1.Text = "Fecha:";
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(629, 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(629, 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(113, 135);
150  this.txtOperario1.Margin = new System.Windows.Forms.Padding(2);
151  this.txtOperario1.Name = "txtOperario1";
152  this.txtOperario1.Size = new System.Drawing.Size(492, 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(32, 138);
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  // ewfCobro
167  //
168  this.ewfCobro._Localizacion = sage.ew.interficies.LocalizacionOpcion.Bottom;
169  this.ewfCobro.AutoSize = true;
170  this.ewfCobro.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
171  this.ewfCobro.Location = new System.Drawing.Point(32, 173);
172  this.ewfCobro.Name = "ewfCobro";
173  this.ewfCobro.Size = new System.Drawing.Size(78, 17);
174  this.ewfCobro.TabIndex = 12;
175  this.ewfCobro.Text = "F. de cobro:";
176  //
177  // ewlabel4
178  //
179  this.ewlabel4._Localizacion = sage.ew.interficies.LocalizacionOpcion.Bottom;
180  this.ewlabel4.AutoSize = true;
181  this.ewlabel4.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
182  this.ewlabel4.ForeColor = System.Drawing.Color.Black;
183  this.ewlabel4.Location = new System.Drawing.Point(32, 72);
184  this.ewlabel4.Name = "ewlabel4";
185  this.ewlabel4.Size = new System.Drawing.Size(45, 17);
186  this.ewlabel4.TabIndex = 13;
187  this.ewlabel4.Text = "Divisa:";
188  //
189  // ewBanco
190  //
191  this.ewBanco._Localizacion = sage.ew.interficies.LocalizacionOpcion.Bottom;
192  this.ewBanco.AutoSize = true;
193  this.ewBanco.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
194  this.ewBanco.Location = new System.Drawing.Point(32, 103);
195  this.ewBanco.Name = "ewBanco";
196  this.ewBanco.Size = new System.Drawing.Size(46, 17);
197  this.ewBanco.TabIndex = 17;
198  this.ewBanco.Text = "Banco:";
199  //
200  // txtBanco
201  //
202  this.txtBanco._Alto_Despleg_Combo = 106;
203  this.txtBanco._Ancho_Despleg_Combo = 197;
204  this.txtBanco._AnchoCombo = 0;
205  this.txtBanco._Autoload_Mante_FirstValue = false;
206  this.txtBanco._CaracterAncho = ' ';
207  this.txtBanco._ColumnasMultiLine = ((System.Collections.Generic.Dictionary<string, int>)(resources.GetObject("txtBanco._ColumnasMultiLine")));
208  this.txtBanco._Consultar_Usuario_Seleccion_Multiple = true;
209  this.txtBanco._CrearManteSiCodigoNoExiste = true;
210  this.txtBanco._DescripcionError = "";
211  this.txtBanco._DescripcionOpcional = null;
212  this.txtBanco._EditMode = false;
213  this.txtBanco._EsOpcionalConfigUser = false;
214  this.txtBanco._Font = new System.Drawing.Font("Segoe UI", 9.5F);
215  this.txtBanco._ListaTodosCodigos = ((System.Collections.Generic.List<string>)(resources.GetObject("txtBanco._ListaTodosCodigos")));
216  this.txtBanco._MensajeNoSePuedeCrear = "El código no es válido.";
217  this.txtBanco._Mostrar_Mensaje = true;
218  this.txtBanco._PermitirConfigUser = true;
219  this.txtBanco._PermitirFiltradoAutomaticoTextoParcial = true;
220  this.txtBanco._Tipo_Visual = sage.ew.txtbox.UserControls.ewtxtcodlabel._Tipos_Visuales.Estandar;
221  this.txtBanco._UsuarioPermiteConfigUser = false;
222  this.txtBanco.Font = new System.Drawing.Font("Segoe UI", 9.5F);
223  this.txtBanco.Location = new System.Drawing.Point(113, 100);
224  this.txtBanco.Margin = new System.Windows.Forms.Padding(2);
225  this.txtBanco.Name = "txtBanco";
226  this.txtBanco.Size = new System.Drawing.Size(493, 25);
227  this.txtBanco.TabIndex = 18;
228  //
229  // divisaDocumentos1
230  //
231  this.divisaDocumentos1._BackColorCambioCompNegativa = System.Drawing.Color.AntiqueWhite;
232  this.divisaDocumentos1._BackColorCambioCompPositiva = System.Drawing.Color.White;
233  this.divisaDocumentos1._Browser_Condicion = "";
234  this.divisaDocumentos1._Cambio = new decimal(new int[] {
235  0,
236  0,
237  0,
238  65536});
239  this.divisaDocumentos1._CotizacionAComparar = new decimal(new int[] {
240  0,
241  0,
242  0,
243  65536});
244  this.divisaDocumentos1._DescripcionError = null;
245  this.divisaDocumentos1._DescripcionOpcional = "";
246  this.divisaDocumentos1._Divisa = "";
247  this.divisaDocumentos1._Documento = null;
248  this.divisaDocumentos1._EditMode = false;
249  this.divisaDocumentos1._EsOpcionalConfigUser = false;
250  this.divisaDocumentos1._Fecha = new System.DateTime(2023, 7, 4, 0, 0, 0, 0);
251  this.divisaDocumentos1._Mensaje_Info_Cambio = "";
252  this.divisaDocumentos1._PermitirConfigUser = false;
253  this.divisaDocumentos1._ReadOnly = false;
254  this.divisaDocumentos1._ReadOnlybtCotiza = false;
255  this.divisaDocumentos1._ReadOnlyoCmbDivisa = false;
256  this.divisaDocumentos1._ReadOnlyoNudCotiza = false;
257  this.divisaDocumentos1._TipoCambio = sage.ew.ewbase.eTipoCambio.Indeterminado;
258  this.divisaDocumentos1._TooltipCambio = "";
259  this.divisaDocumentos1._UsuarioPermiteConfigUser = false;
260  this.divisaDocumentos1.Font = new System.Drawing.Font("Segoe UI", 9.5F);
261  this.divisaDocumentos1.Location = new System.Drawing.Point(109, 67);
262  this.divisaDocumentos1.Margin = new System.Windows.Forms.Padding(3, 5, 3, 3);
263  this.divisaDocumentos1.Name = "divisaDocumentos1";
264  this.divisaDocumentos1.oNudCotizaValue = new decimal(new int[] {
265  0,
266  0,
267  0,
268  0});
269  this.divisaDocumentos1.Size = new System.Drawing.Size(298, 31);
270  this.divisaDocumentos1.TabIndex = 25;
271  //
272  // txtFormaCobro
273  //
274  this.txtFormaCobro._Alto_Despleg_Combo = 106;
275  this.txtFormaCobro._Ancho_Despleg_Combo = 197;
276  this.txtFormaCobro._AnchoCombo = 0;
277  this.txtFormaCobro._Autoload_Mante_FirstValue = false;
278  this.txtFormaCobro._CaracterAncho = ' ';
279  this.txtFormaCobro._ColumnasMultiLine = ((System.Collections.Generic.Dictionary<string, int>)(resources.GetObject("txtFormaCobro._ColumnasMultiLine")));
280  this.txtFormaCobro._Consultar_Usuario_Seleccion_Multiple = true;
281  this.txtFormaCobro._CrearManteSiCodigoNoExiste = true;
282  this.txtFormaCobro._DescripcionError = "";
283  this.txtFormaCobro._DescripcionOpcional = null;
284  this.txtFormaCobro._EditMode = false;
285  this.txtFormaCobro._EsOpcionalConfigUser = false;
286  this.txtFormaCobro._Font = new System.Drawing.Font("Segoe UI", 9.5F);
287  this.txtFormaCobro._ListaTodosCodigos = ((System.Collections.Generic.List<string>)(resources.GetObject("txtFormaCobro._ListaTodosCodigos")));
288  this.txtFormaCobro._MensajeNoSePuedeCrear = "El código no es válido.";
289  this.txtFormaCobro._Mostrar_Mensaje = true;
290  this.txtFormaCobro._PermitirConfigUser = true;
291  this.txtFormaCobro._PermitirFiltradoAutomaticoTextoParcial = true;
292  this.txtFormaCobro._Tipo_Visual = sage.ew.txtbox.UserControls.ewtxtcodlabel._Tipos_Visuales.Estandar;
293  this.txtFormaCobro._UsuarioPermiteConfigUser = false;
294  this.txtFormaCobro.Font = new System.Drawing.Font("Segoe UI", 9.5F);
295  this.txtFormaCobro.Location = new System.Drawing.Point(113, 170);
296  this.txtFormaCobro.Margin = new System.Windows.Forms.Padding(2);
297  this.txtFormaCobro.Name = "txtFormaCobro";
298  this.txtFormaCobro.Size = new System.Drawing.Size(492, 25);
299  this.txtFormaCobro.TabIndex = 27;
300  this.txtFormaCobro._Codigo_Cambiado += new sage.ew.txtbox.UserControls.ewtxtcodlabel.Delegar_Codigo_Cambiado(this.txtFormaCobro__Codigo_Cambiado);
301  //
302  // chkFechaVencim
303  //
304  this.chkFechaVencim._DescripcionError = "";
305  this.chkFechaVencim._DescripcionOpcional = null;
306  this.chkFechaVencim._EditMode = false;
307  this.chkFechaVencim._EsOpcionalConfigUser = false;
308  this.chkFechaVencim._GuardarEnSettings = false;
309  this.chkFechaVencim._OpcionConfiguracion = "";
310  this.chkFechaVencim._PermitirConfigUser = true;
311  this.chkFechaVencim._PropiedadesDeEstilos._ColorUnderlineEntering = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(192)))), ((int)(((byte)(163)))));
312  this.chkFechaVencim._PropiedadesDeEstilos._ColorUnderlineSelected = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(130)))), ((int)(((byte)(0)))));
313  this.chkFechaVencim._UsuarioPermiteConfigUser = false;
314  this.chkFechaVencim.AutoSize = true;
315  this.chkFechaVencim.Font = new System.Drawing.Font("Segoe UI", 9.5F);
316  this.chkFechaVencim.Location = new System.Drawing.Point(260, 41);
317  this.chkFechaVencim.Name = "chkFechaVencim";
318  this.chkFechaVencim.Size = new System.Drawing.Size(199, 21);
319  this.chkFechaVencim.TabIndex = 28;
320  this.chkFechaVencim.Text = "Pagar a fecha de vencimiento";
321  this.chkFechaVencim.UseVisualStyleBackColor = true;
322  this.chkFechaVencim.Click += new System.EventHandler(this.chkFechaVencim_Click);
323  //
324  // frmPago
325  //
326  this.AcceptButton = null;
327  this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
328  this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
329  this.ClientSize = new System.Drawing.Size(616, 250);
330  this.Controls.Add(this.chkFechaVencim);
331  this.Controls.Add(this.txtFormaCobro);
332  this.Controls.Add(this.divisaDocumentos1);
333  this.Controls.Add(this.txtBanco);
334  this.Controls.Add(this.ewBanco);
335  this.Controls.Add(this.ewlabel4);
336  this.Controls.Add(this.ewfCobro);
337  this.Controls.Add(this.ewOperario);
338  this.Controls.Add(this.txtOperario1);
339  this.Controls.Add(this.ewPanelTituloPetiDatos);
340  this.Controls.Add(this.txtFecha);
341  this.Controls.Add(this.ewlabel1);
342  this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
343  this.Name = "frmPago";
344  this.Text = "Petición de datos";
345  this.Controls.SetChildIndex(this.btSalir1, 0);
346  this.Controls.SetChildIndex(this.btDocAceptar1, 0);
347  this.Controls.SetChildIndex(this.btDocCancelar1, 0);
348  this.Controls.SetChildIndex(this.ewlabel1, 0);
349  this.Controls.SetChildIndex(this.txtFecha, 0);
350  this.Controls.SetChildIndex(this.ewPanelTituloPetiDatos, 0);
351  this.Controls.SetChildIndex(this.txtOperario1, 0);
352  this.Controls.SetChildIndex(this.ewOperario, 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.txtFormaCobro, 0);
359  this.Controls.SetChildIndex(this.chkFechaVencim, 0);
360  ((System.ComponentModel.ISupportInitialize)(this._oErrorProvider)).EndInit();
361  this.ewPanelTituloPetiDatos.ResumeLayout(false);
362  this.ResumeLayout(false);
363  this.PerformLayout();
364 
365  }
366 
367  #endregion
368 
369  private objetos.ewdate txtFecha;
370  private objetos.ewlabel ewlabel1;
371  private objetos.UserControls.ewPanelTitulo ewPanelTituloPetiDatos;
372  private txtbox.UserControls.txtOperario txtOperario1;
373  private objetos.ewlabel ewOperario;
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 txtbox.UserControls.txtFormaCobro txtFormaCobro;
380  private objetos.ewcheckbox chkFechaVencim;
381  }
382 }
_Tipos_Visuales
Definición de los posibles tipos visuales de la clase txtcodlabel
Formulario de petición de fecha de contabilización
Definition: frmPago.cs:22
Definición del txtcodlabel para formas de cobro
Clase sage.ew.objetos.ewcheckbox
Clase sage.ew.objetos.ewlabel
delegate void Delegar_Codigo_Cambiado()
Definición del delegado para el evento que se disparará al cambiar el código
override void Dispose(bool disposing)
Clean up any resources being used.
Definición del txtcodlabel para cuentas contables de bancos (PE-85500)
Control de selección de moneda y cotización para documentos
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