frmRegFactVerifactu.Designer.cs
1 using sage.ew.objetos;
3 namespace sage.addons.factucert.Visual.Forms
4 {
5  partial class frmRegFactVerifactu
6  {
10  private System.ComponentModel.IContainer components = null;
11 
16  protected override void Dispose(bool disposing)
17  {
18  if (disposing && (components != null))
19  {
20  components.Dispose();
21  }
22  base.Dispose(disposing);
23  }
24 
25  #region Windows Form Designer generated code
26 
31  private void InitializeComponent()
32  {
33  System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmRegFactVerifactu));
34  sage.ew.objetos.ewlabel ewLblPeriodo;
35  System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
36  System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
38  this.ewgridDatos = new sage.ew.objetos.ewgrid();
39  this.btVerAsiento = new sage.ew.objetos.ewbutton();
40  this.btVerDocumento = new sage.ew.objetos.ewbutton();
42  this._Panel = new sage.ew.objetos.ewpanel();
43  this.btVerCliente = new sage.ew.objetos.ewbutton();
44  this.btVerDatosCertif = new sage.ew.objetos.ewbutton();
45  this.TituloGeneral = new sage.ew.objetos.UserControls.ewPanelTitulo();
46  this.ewFlowLayoutPanel1 = new sage.ew.objetos.ewFlowLayoutPanel();
47  this.ewPanelPeriodo = new sage.ew.objetos.ewpanel();
49  this.ewPanelFechas = new sage.ew.objetos.ewpanel();
50  this.lblDesde = new sage.ew.objetos.ewlabel();
51  this.dtFechaDesde = new sage.ew.objetos.ewdatetime();
52  this.lblHasta = new sage.ew.objetos.ewlabel();
53  this.dtFechaHasta = new sage.ew.objetos.ewdatetime();
54  this.ewLblFechas = new sage.ew.objetos.ewlabel();
55  this.ewPanelMostrarRegistros = new sage.ew.objetos.ewpanel();
56  this.cmbMostrarRegistros = new sage.ew.objetos.ewcombobox();
57  this.ewLblMostrarReg = new sage.ew.objetos.ewlabel();
58  this.btRefrescar = new sage.ew.objetos.ewbutton();
59  this.TituloDetalle = new sage.ew.objetos.UserControls.ewPanelTitulo();
60  this.ewpanel1 = new sage.ew.objetos.ewpanel();
61  this.ewEjercicio = new sage.ew.objetos.ewlabel();
62  this.ewlabel3 = new sage.ew.objetos.ewlabel();
63  this.ewEmpresa = new sage.ew.objetos.ewlabel();
64  this.ewlabel1 = new sage.ew.objetos.ewlabel();
65  this.ewFlowLayoutPanelLeyendas = new sage.ew.objetos.ewFlowLayoutPanel();
66  this.ShapeLeyendaRechazadas = new System.Windows.Forms.Panel();
67  this.ewLblLeyendaRechazadas = new sage.ew.objetos.ewlabel();
68  this.ShapeLeyendaAceptErrores = new System.Windows.Forms.Panel();
69  this.ewLblLeyendaAceptErrores = new sage.ew.objetos.ewlabel();
70  this.ShapeLeyendaAceptadas = new System.Windows.Forms.Panel();
71  this.ewLblLeyendaAceptadas = new sage.ew.objetos.ewlabel();
72  ewLblPeriodo = new sage.ew.objetos.ewlabel();
73  ((System.ComponentModel.ISupportInitialize)(this._oErrorProvider)).BeginInit();
74  ((System.ComponentModel.ISupportInitialize)(this.ewgridDatos)).BeginInit();
75  this.TituloGeneral.SuspendLayout();
76  this.ewFlowLayoutPanel1.SuspendLayout();
77  this.ewPanelPeriodo.SuspendLayout();
78  this.ewPanelFechas.SuspendLayout();
79  this.ewPanelMostrarRegistros.SuspendLayout();
80  this.TituloDetalle.SuspendLayout();
81  this.ewpanel1.SuspendLayout();
82  this.ewFlowLayoutPanelLeyendas.SuspendLayout();
83  this.SuspendLayout();
84  //
85  // btSalir1
86  //
87  this.btSalir1._PropiedadesDeEstilos._ColorUnderlineEntering = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(192)))), ((int)(((byte)(163)))));
88  this.btSalir1._PropiedadesDeEstilos._ColorUnderlineSelected = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(130)))), ((int)(((byte)(0)))));
89  this.btSalir1._Tooltip = "Abandonars la pantalla";
90  this.btSalir1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
91  this.btSalir1.Font = new System.Drawing.Font("Segoe UI", 9.5F);
92  this.btSalir1.Image = ((System.Drawing.Image)(resources.GetObject("btSalir1.Image")));
93  this.btSalir1.Location = new System.Drawing.Point(1130, 730);
94  this.btSalir1.Size = new System.Drawing.Size(90, 40);
95  this.btSalir1.TabIndex = 10;
96  //
97  // ewLblPeriodo
98  //
99  ewLblPeriodo._Localizacion = sage.ew.interficies.LocalizacionOpcion.Bottom;
100  ewLblPeriodo.AutoSize = true;
101  ewLblPeriodo.Font = new System.Drawing.Font("Segoe UI", 9.5F);
102  ewLblPeriodo.Location = new System.Drawing.Point(10, 6);
103  ewLblPeriodo.Name = "ewLblPeriodo";
104  ewLblPeriodo.Size = new System.Drawing.Size(57, 17);
105  ewLblPeriodo.TabIndex = 0;
106  ewLblPeriodo.Text = "Periodo:";
107  //
108  // ewgridDatos
109  //
110  this.ewgridDatos._BackgroundColor = System.Drawing.SystemColors.Window;
111  this.ewgridDatos._DescripcionError = "No es posible guardar configuraciones por usuario en los grids.";
112  this.ewgridDatos._DescripcionOpcional = null;
113  this.ewgridDatos._EditMode = false;
114  this.ewgridDatos._EsOpcionalConfigUser = false;
115  this.ewgridDatos._PermitirConfigUser = false;
116  this.ewgridDatos._UsuarioPermiteConfigUser = false;
117  this.ewgridDatos.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
118  | System.Windows.Forms.AnchorStyles.Left)
119  | System.Windows.Forms.AnchorStyles.Right)));
120  this.ewgridDatos.BackgroundColor = System.Drawing.SystemColors.Window;
121  dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
122  dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
123  dataGridViewCellStyle1.Font = new System.Drawing.Font("Arial", 9.5F);
124  dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
125  dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
126  dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
127  dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
128  this.ewgridDatos.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
129  this.ewgridDatos.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
130  dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
131  dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
132  dataGridViewCellStyle2.Font = new System.Drawing.Font("Arial", 8.25F);
133  dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
134  dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
135  dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
136  dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
137  this.ewgridDatos.DefaultCellStyle = dataGridViewCellStyle2;
138  this.ewgridDatos.EnableHeadersVisualStyles = false;
139  this.ewgridDatos.Font = new System.Drawing.Font("Arial", 9.5F);
140  this.ewgridDatos.Location = new System.Drawing.Point(11, 242);
141  this.ewgridDatos.Name = "ewgridDatos";
142  this.ewgridDatos.RowHeadersVisible = false;
143  this.ewgridDatos.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
144  this.ewgridDatos.Size = new System.Drawing.Size(1208, 448);
145  this.ewgridDatos.TabIndex = 1;
146  //
147  // btVerAsiento
148  //
149  this.btVerAsiento._Localizacion = sage.ew.interficies.LocalizacionOpcion.Bottom;
150  this.btVerAsiento._PropiedadesDeEstilos._ColorUnderlineEntering = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(192)))), ((int)(((byte)(163)))));
151  this.btVerAsiento._PropiedadesDeEstilos._ColorUnderlineSelected = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(130)))), ((int)(((byte)(0)))));
152  this.btVerAsiento._Tooltip = "Acceso al asiento de la factura del registro seleccionado";
153  this.btVerAsiento.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
154  this.btVerAsiento.Font = new System.Drawing.Font("Segoe UI", 9.5F);
155  this.btVerAsiento.Location = new System.Drawing.Point(112, 730);
156  this.btVerAsiento.Name = "btVerAsiento";
157  this.btVerAsiento.Size = new System.Drawing.Size(141, 40);
158  this.btVerAsiento.TabIndex = 6;
159  this.btVerAsiento.Text = "Ver &asiento";
160  this.btVerAsiento.UseVisualStyleBackColor = true;
161  //
162  // btVerDocumento
163  //
164  this.btVerDocumento._Localizacion = sage.ew.interficies.LocalizacionOpcion.Bottom;
165  this.btVerDocumento._PropiedadesDeEstilos._ColorUnderlineEntering = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(192)))), ((int)(((byte)(163)))));
166  this.btVerDocumento._PropiedadesDeEstilos._ColorUnderlineSelected = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(130)))), ((int)(((byte)(0)))));
167  this.btVerDocumento._Tooltip = "Acceso a la factura/ticket del registro seleccionado";
168  this.btVerDocumento.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
169  this.btVerDocumento.Font = new System.Drawing.Font("Segoe UI", 9.5F);
170  this.btVerDocumento.Location = new System.Drawing.Point(259, 730);
171  this.btVerDocumento.Name = "btVerDocumento";
172  this.btVerDocumento.Size = new System.Drawing.Size(141, 40);
173  this.btVerDocumento.TabIndex = 7;
174  this.btVerDocumento.Text = "Ver &documento";
175  this.btVerDocumento.UseVisualStyleBackColor = true;
176  //
177  // btImprimir
178  //
179  configuracion1._Publica = false;
180  this.btImprimir._Configuracion = configuracion1;
181  this.btImprimir._DataTable = null;
182  this.btImprimir._FieldNameOnAutosizeForze = "";
183  this.btImprimir._Filtros = ((System.Collections.Generic.Dictionary<string, object>)(resources.GetObject("btImprimir._Filtros")));
184  this.btImprimir._FiltrosNormales = ((System.Collections.Generic.Dictionary<string, object>)(resources.GetObject("btImprimir._FiltrosNormales")));
185  this.btImprimir._Localizacion = sage.ew.interficies.LocalizacionOpcion.Bottom;
186  this.btImprimir._Modulo = "";
187  this.btImprimir._MostrarExportacionCSV = true;
188  this.btImprimir._MostrarExportacionHTML = true;
189  this.btImprimir._MostrarExportacionTexto = true;
190  this.btImprimir._MostrarExportacionXML = true;
191  this.btImprimir._NoValidarDatosAlAbrir = false;
192  this.btImprimir._Pantalla = "";
193  this.btImprimir._PathFolder = "";
194  this.btImprimir._Printer = "";
195  this.btImprimir._PropiedadesDeEstilos._ColorUnderlineEntering = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(192)))), ((int)(((byte)(163)))));
196  this.btImprimir._PropiedadesDeEstilos._ColorUnderlineSelected = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(130)))), ((int)(((byte)(0)))));
197  this.btImprimir._Report = "registroscertificacion.report";
198  this.btImprimir._ReportName = "";
199  this.btImprimir._SetFieldRandomBackColor = false;
200  this.btImprimir._TipoAccion = null;
201  this.btImprimir._TipoEtiqueta = null;
202  this.btImprimir._TipoReport = sage.ew.reports.Report.TipoReport.Informe;
203  this.btImprimir._Title = "INFORME";
204  this.btImprimir._TitlePreview = "";
205  this.btImprimir._Tooltip = "Imprimir registros certificados";
206  this.btImprimir._UtilizarSageReportsExportacionExcel = true;
207  this.btImprimir._WorksWithDivisa = false;
208  this.btImprimir.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
209  this.btImprimir.Font = new System.Drawing.Font("Segoe UI", 9.5F);
210  this.btImprimir.Image = ((System.Drawing.Image)(resources.GetObject("btImprimir.Image")));
211  this.btImprimir.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
212  this.btImprimir.Location = new System.Drawing.Point(12, 730);
213  this.btImprimir.Name = "btImprimir";
214  this.btImprimir.Size = new System.Drawing.Size(94, 40);
215  this.btImprimir.TabIndex = 5;
216  this.btImprimir.Text = "&Imprimir";
217  this.btImprimir.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
218  this.btImprimir.UseVisualStyleBackColor = true;
219  //
220  // _Panel
221  //
222  this._Panel.AllowDrop = true;
223  this._Panel.Dock = System.Windows.Forms.DockStyle.Fill;
224  this._Panel.Font = new System.Drawing.Font("Arial", 9.5F);
225  this._Panel.Location = new System.Drawing.Point(0, 0);
226  this._Panel.Margin = new System.Windows.Forms.Padding(4);
227  this._Panel.Name = "_Panel";
228  this._Panel.Size = new System.Drawing.Size(248, 82);
229  this._Panel.TabIndex = 1;
230  //
231  // btVerCliente
232  //
233  this.btVerCliente._Localizacion = sage.ew.interficies.LocalizacionOpcion.Bottom;
234  this.btVerCliente._PropiedadesDeEstilos._ColorUnderlineEntering = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(192)))), ((int)(((byte)(163)))));
235  this.btVerCliente._PropiedadesDeEstilos._ColorUnderlineSelected = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(130)))), ((int)(((byte)(0)))));
236  this.btVerCliente._Tooltip = "Acceso a la ficha del cliente del registro seleccionado";
237  this.btVerCliente.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
238  this.btVerCliente.Font = new System.Drawing.Font("Segoe UI", 9.5F);
239  this.btVerCliente.Location = new System.Drawing.Point(406, 730);
240  this.btVerCliente.Name = "btVerCliente";
241  this.btVerCliente.Size = new System.Drawing.Size(141, 40);
242  this.btVerCliente.TabIndex = 8;
243  this.btVerCliente.Text = "Ver &cliente";
244  this.btVerCliente.UseVisualStyleBackColor = true;
245  //
246  // btVerDatosCertif
247  //
248  this.btVerDatosCertif._Localizacion = sage.ew.interficies.LocalizacionOpcion.Bottom;
249  this.btVerDatosCertif._PropiedadesDeEstilos._ColorUnderlineEntering = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(192)))), ((int)(((byte)(163)))));
250  this.btVerDatosCertif._PropiedadesDeEstilos._ColorUnderlineSelected = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(130)))), ((int)(((byte)(0)))));
251  this.btVerDatosCertif._Tooltip = "Acceso a los datos de certificación del registro seleccionado";
252  this.btVerDatosCertif.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
253  this.btVerDatosCertif.Font = new System.Drawing.Font("Segoe UI", 9.5F);
254  this.btVerDatosCertif.Location = new System.Drawing.Point(553, 730);
255  this.btVerDatosCertif.Name = "btVerDatosCertif";
256  this.btVerDatosCertif.Size = new System.Drawing.Size(141, 40);
257  this.btVerDatosCertif.TabIndex = 9;
258  this.btVerDatosCertif.Text = "Datos cer&tificación";
259  this.btVerDatosCertif.UseVisualStyleBackColor = true;
260  //
261  // TituloGeneral
262  //
263  //
264  // TituloGeneral._Panel
265  //
266  this.TituloGeneral._Panel.Location = new System.Drawing.Point(0, 0);
267  this.TituloGeneral._Panel.Name = "_Panel";
268  this.TituloGeneral._Panel.Size = new System.Drawing.Size(200, 100);
269  this.TituloGeneral._Panel.TabIndex = 1;
270  this.TituloGeneral._Titulo = "Opciones para filtrado de datos";
271  this.TituloGeneral.AllowDrop = true;
272  this.TituloGeneral.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
273  | System.Windows.Forms.AnchorStyles.Right)));
274  this.TituloGeneral.BackColor = System.Drawing.SystemColors.Control;
275  this.TituloGeneral.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
276  this.TituloGeneral.Location = new System.Drawing.Point(8, 44);
277  this.TituloGeneral.Margin = new System.Windows.Forms.Padding(0);
278  this.TituloGeneral.Name = "TituloGeneral";
279  this.TituloGeneral.Size = new System.Drawing.Size(1215, 28);
280  this.TituloGeneral.TabIndex = 48;
281  //
282  // ewFlowLayoutPanel1
283  //
284  this.ewFlowLayoutPanel1.Controls.Add(this.ewPanelPeriodo);
285  this.ewFlowLayoutPanel1.Controls.Add(this.ewPanelFechas);
286  this.ewFlowLayoutPanel1.Controls.Add(this.ewPanelMostrarRegistros);
287  this.ewFlowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
288  this.ewFlowLayoutPanel1.Location = new System.Drawing.Point(8, 80);
289  this.ewFlowLayoutPanel1.Name = "ewFlowLayoutPanel1";
290  this.ewFlowLayoutPanel1.Size = new System.Drawing.Size(715, 113);
291  this.ewFlowLayoutPanel1.TabIndex = 49;
292  //
293  // ewPanelPeriodo
294  //
295  this.ewPanelPeriodo.Controls.Add(this.txtPeriodo);
296  this.ewPanelPeriodo.Controls.Add(ewLblPeriodo);
297  this.ewPanelPeriodo.Font = new System.Drawing.Font("Arial", 9.5F);
298  this.ewPanelPeriodo.Location = new System.Drawing.Point(3, 3);
299  this.ewPanelPeriodo.Name = "ewPanelPeriodo";
300  this.ewPanelPeriodo.Size = new System.Drawing.Size(702, 30);
301  this.ewPanelPeriodo.TabIndex = 0;
302  //
303  // txtPeriodo
304  //
305  this.txtPeriodo._Alto_Despleg_Combo = 106;
306  this.txtPeriodo._Ancho_Despleg_Combo = 197;
307  this.txtPeriodo._AnchoCombo = 0;
309  this.txtPeriodo._CaracterAncho = ' ';
310  this.txtPeriodo._ColumnasMultiLine = ((System.Collections.Generic.Dictionary<string, int>)(resources.GetObject("txtPeriodo._ColumnasMultiLine")));
314  this.txtPeriodo._DescripcionError = "";
315  this.txtPeriodo._DescripcionOpcional = null;
316  this.txtPeriodo._EditMode = false;
317  this.txtPeriodo._EsOpcionalConfigUser = false;
318  this.txtPeriodo._Font = new System.Drawing.Font("Segoe UI", 9.5F);
319  this.txtPeriodo._ListaTodosCodigos = ((System.Collections.Generic.List<string>)(resources.GetObject("txtPeriodo._ListaTodosCodigos")));
320  this.txtPeriodo._MensajeNoSePuedeCrear = "El código no es válido.";
321  this.txtPeriodo._Mostrar_Mante = false;
322  this.txtPeriodo._Mostrar_Mensaje = true;
323  this.txtPeriodo._PermitirConfigUser = true;
327  this.txtPeriodo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
328  | System.Windows.Forms.AnchorStyles.Right)));
329  this.txtPeriodo.Font = new System.Drawing.Font("Segoe UI", 9.5F);
330  this.txtPeriodo.Location = new System.Drawing.Point(134, 2);
331  this.txtPeriodo.Margin = new System.Windows.Forms.Padding(2);
332  this.txtPeriodo.Name = "txtPeriodo";
333  this.txtPeriodo.Size = new System.Drawing.Size(439, 25);
334  this.txtPeriodo.TabIndex = 0;
335  //
336  // ewPanelFechas
337  //
338  this.ewPanelFechas.Controls.Add(this.lblDesde);
339  this.ewPanelFechas.Controls.Add(this.dtFechaDesde);
340  this.ewPanelFechas.Controls.Add(this.lblHasta);
341  this.ewPanelFechas.Controls.Add(this.dtFechaHasta);
342  this.ewPanelFechas.Controls.Add(this.ewLblFechas);
343  this.ewPanelFechas.Font = new System.Drawing.Font("Arial", 9.5F);
344  this.ewPanelFechas.Location = new System.Drawing.Point(3, 39);
345  this.ewPanelFechas.Name = "ewPanelFechas";
346  this.ewPanelFechas.Size = new System.Drawing.Size(702, 29);
347  this.ewPanelFechas.TabIndex = 1;
348  //
349  // lblDesde
350  //
351  this.lblDesde._Localizacion = sage.ew.interficies.LocalizacionOpcion.Bottom;
352  this.lblDesde.AutoSize = true;
353  this.lblDesde.Font = new System.Drawing.Font("Segoe UI", 9.5F);
354  this.lblDesde.Location = new System.Drawing.Point(131, 6);
355  this.lblDesde.Name = "lblDesde";
356  this.lblDesde.Size = new System.Drawing.Size(48, 17);
357  this.lblDesde.TabIndex = 11;
358  this.lblDesde.Text = "Desde:";
359  //
360  // dtFechaDesde
361  //
362  this.dtFechaDesde._ErrorValidation = false;
363  this.dtFechaDesde.CustomFormat = "dd\'/\'MM\'/\'yyyy";
364  this.dtFechaDesde.Font = new System.Drawing.Font("Segoe UI", 9.5F);
365  this.dtFechaDesde.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
366  this.dtFechaDesde.Location = new System.Drawing.Point(186, 2);
367  this.dtFechaDesde.Name = "dtFechaDesde";
368  this.dtFechaDesde.Size = new System.Drawing.Size(90, 24);
369  this.dtFechaDesde.TabIndex = 1;
370  //
371  // lblHasta
372  //
373  this.lblHasta._Localizacion = sage.ew.interficies.LocalizacionOpcion.Bottom;
374  this.lblHasta.AutoSize = true;
375  this.lblHasta.Font = new System.Drawing.Font("Segoe UI", 9.5F);
376  this.lblHasta.Location = new System.Drawing.Point(371, 6);
377  this.lblHasta.Name = "lblHasta";
378  this.lblHasta.Size = new System.Drawing.Size(44, 17);
379  this.lblHasta.TabIndex = 13;
380  this.lblHasta.Text = "Hasta:";
381  //
382  // dtFechaHasta
383  //
384  this.dtFechaHasta._ErrorValidation = false;
385  this.dtFechaHasta.CustomFormat = "dd\'/\'MM\'/\'yyyy";
386  this.dtFechaHasta.Font = new System.Drawing.Font("Segoe UI", 9.5F);
387  this.dtFechaHasta.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
388  this.dtFechaHasta.Location = new System.Drawing.Point(422, 2);
389  this.dtFechaHasta.Name = "dtFechaHasta";
390  this.dtFechaHasta.Size = new System.Drawing.Size(90, 24);
391  this.dtFechaHasta.TabIndex = 2;
392  //
393  // ewLblFechas
394  //
395  this.ewLblFechas._Localizacion = sage.ew.interficies.LocalizacionOpcion.Bottom;
396  this.ewLblFechas.Font = new System.Drawing.Font("Segoe UI", 9.5F);
397  this.ewLblFechas.Location = new System.Drawing.Point(10, 6);
398  this.ewLblFechas.Name = "ewLblFechas";
399  this.ewLblFechas.Size = new System.Drawing.Size(55, 17);
400  this.ewLblFechas.TabIndex = 0;
401  this.ewLblFechas.Text = "Fecha:";
402  //
403  // ewPanelMostrarRegistros
404  //
405  this.ewPanelMostrarRegistros.Controls.Add(this.cmbMostrarRegistros);
406  this.ewPanelMostrarRegistros.Controls.Add(this.ewLblMostrarReg);
407  this.ewPanelMostrarRegistros.Font = new System.Drawing.Font("Arial", 9.5F);
408  this.ewPanelMostrarRegistros.Location = new System.Drawing.Point(3, 74);
409  this.ewPanelMostrarRegistros.Name = "ewPanelMostrarRegistros";
410  this.ewPanelMostrarRegistros.Size = new System.Drawing.Size(702, 31);
411  this.ewPanelMostrarRegistros.TabIndex = 2;
412  //
413  // cmbMostrarRegistros
414  //
415  this.cmbMostrarRegistros._DescripcionError = "";
416  this.cmbMostrarRegistros._DescripcionOpcional = null;
417  this.cmbMostrarRegistros._EditMode = false;
418  this.cmbMostrarRegistros._ErrorValidation = false;
419  this.cmbMostrarRegistros._EsOpcionalConfigUser = false;
420  this.cmbMostrarRegistros._Localizacion = sage.ew.interficies.LocalizacionOpcion.Bottom;
421  this.cmbMostrarRegistros._PermitirConfigUser = true;
422  this.cmbMostrarRegistros._PropiedadesDeEstilos._ColorFondoTextBoxAsociado = System.Drawing.SystemColors.Window;
423  this.cmbMostrarRegistros._PropiedadesDeEstilos._ColorFunteTextBoxAsociado = System.Drawing.SystemColors.ControlText;
424  this.cmbMostrarRegistros._UsuarioPermiteConfigUser = false;
425  this.cmbMostrarRegistros.BackColor = System.Drawing.SystemColors.Window;
426  this.cmbMostrarRegistros.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
427  this.cmbMostrarRegistros.Font = new System.Drawing.Font("Segoe UI", 9.5F);
428  this.cmbMostrarRegistros.ForeColor = System.Drawing.SystemColors.ControlText;
429  this.cmbMostrarRegistros.FormattingEnabled = true;
430  this.cmbMostrarRegistros.Location = new System.Drawing.Point(134, 4);
431  this.cmbMostrarRegistros.Name = "cmbMostrarRegistros";
432  this.cmbMostrarRegistros.Size = new System.Drawing.Size(142, 24);
433  this.cmbMostrarRegistros.TabIndex = 3;
434  //
435  // ewLblMostrarReg
436  //
437  this.ewLblMostrarReg._Localizacion = sage.ew.interficies.LocalizacionOpcion.Bottom;
438  this.ewLblMostrarReg.AutoSize = true;
439  this.ewLblMostrarReg.Font = new System.Drawing.Font("Segoe UI", 9.5F);
440  this.ewLblMostrarReg.Location = new System.Drawing.Point(10, 6);
441  this.ewLblMostrarReg.Name = "ewLblMostrarReg";
442  this.ewLblMostrarReg.Size = new System.Drawing.Size(114, 17);
443  this.ewLblMostrarReg.TabIndex = 1;
444  this.ewLblMostrarReg.Text = "Mostrar registros:";
445  //
446  // btRefrescar
447  //
448  this.btRefrescar._Localizacion = sage.ew.interficies.LocalizacionOpcion.Bottom;
449  this.btRefrescar._PropiedadesDeEstilos._ColorUnderlineEntering = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(192)))), ((int)(((byte)(163)))));
450  this.btRefrescar._PropiedadesDeEstilos._ColorUnderlineSelected = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(130)))), ((int)(((byte)(0)))));
451  this.btRefrescar._Tooltip = "Refrescar listado de registros certificados";
452  this.btRefrescar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
453  this.btRefrescar.Font = new System.Drawing.Font("Sage UI", 9.5F);
454  this.btRefrescar.Location = new System.Drawing.Point(1111, 80);
455  this.btRefrescar.Margin = new System.Windows.Forms.Padding(3, 3, 5, 3);
456  this.btRefrescar.Name = "btRefrescar";
457  this.btRefrescar.Size = new System.Drawing.Size(107, 40);
458  this.btRefrescar.TabIndex = 4;
459  this.btRefrescar.Text = "&Refrescar";
460  this.btRefrescar.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
461  this.btRefrescar.UseVisualStyleBackColor = true;
462  //
463  // TituloDetalle
464  //
465  //
466  // TituloDetalle._Panel
467  //
468  this.TituloDetalle._Panel.Location = new System.Drawing.Point(0, 0);
469  this.TituloDetalle._Panel.Name = "_Panel";
470  this.TituloDetalle._Panel.Size = new System.Drawing.Size(816, 83);
471  this.TituloDetalle._Panel.TabIndex = 1;
472  this.TituloDetalle._Titulo = "Registros certificados";
473  this.TituloDetalle.AllowDrop = true;
474  this.TituloDetalle.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
475  | System.Windows.Forms.AnchorStyles.Right)));
476  this.TituloDetalle.BackColor = System.Drawing.SystemColors.Control;
477  this.TituloDetalle.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
478  this.TituloDetalle.Location = new System.Drawing.Point(11, 205);
479  this.TituloDetalle.Margin = new System.Windows.Forms.Padding(0);
480  this.TituloDetalle.Name = "TituloDetalle";
481  this.TituloDetalle.Size = new System.Drawing.Size(1215, 30);
482  this.TituloDetalle.TabIndex = 51;
483  //
484  // ewpanel1
485  //
486  this.ewpanel1._BorderColor = System.Drawing.Color.White;
487  this.ewpanel1.BackColor = System.Drawing.Color.White;
488  this.ewpanel1.Controls.Add(this.ewEjercicio);
489  this.ewpanel1.Controls.Add(this.ewlabel3);
490  this.ewpanel1.Controls.Add(this.ewEmpresa);
491  this.ewpanel1.Controls.Add(this.ewlabel1);
492  this.ewpanel1.Dock = System.Windows.Forms.DockStyle.Top;
493  this.ewpanel1.Font = new System.Drawing.Font("Segoe UI", 9.5F);
494  this.ewpanel1.Location = new System.Drawing.Point(0, 0);
495  this.ewpanel1.Margin = new System.Windows.Forms.Padding(0);
496  this.ewpanel1.Name = "ewpanel1";
497  this.ewpanel1.Padding = new System.Windows.Forms.Padding(0, 0, 0, 5);
498  this.ewpanel1.Size = new System.Drawing.Size(1232, 33);
499  this.ewpanel1.TabIndex = 52;
500  //
501  // ewEjercicio
502  //
503  this.ewEjercicio._Localizacion = sage.ew.interficies.LocalizacionOpcion.Bottom;
504  this.ewEjercicio.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
505  this.ewEjercicio.Font = new System.Drawing.Font("Segoe UI", 9.5F);
506  this.ewEjercicio.Location = new System.Drawing.Point(1164, 7);
507  this.ewEjercicio.Name = "ewEjercicio";
508  this.ewEjercicio.Size = new System.Drawing.Size(59, 17);
509  this.ewEjercicio.TabIndex = 4;
510  this.ewEjercicio.Text = "ewlabel4";
511  this.ewEjercicio.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
512  //
513  // ewlabel3
514  //
515  this.ewlabel3._Localizacion = sage.ew.interficies.LocalizacionOpcion.Bottom;
516  this.ewlabel3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
517  this.ewlabel3.AutoSize = true;
518  this.ewlabel3.Font = new System.Drawing.Font("Segoe UI", 9.5F);
519  this.ewlabel3.Location = new System.Drawing.Point(1108, 7);
520  this.ewlabel3.Name = "ewlabel3";
521  this.ewlabel3.Size = new System.Drawing.Size(59, 17);
522  this.ewlabel3.TabIndex = 3;
523  this.ewlabel3.Text = "Ejercicio:";
524  //
525  // ewEmpresa
526  //
527  this.ewEmpresa._Localizacion = sage.ew.interficies.LocalizacionOpcion.Bottom;
528  this.ewEmpresa.AutoSize = true;
529  this.ewEmpresa.Font = new System.Drawing.Font("Segoe UI", 9.5F);
530  this.ewEmpresa.Location = new System.Drawing.Point(69, 7);
531  this.ewEmpresa.Name = "ewEmpresa";
532  this.ewEmpresa.Size = new System.Drawing.Size(59, 17);
533  this.ewEmpresa.TabIndex = 2;
534  this.ewEmpresa.Text = "ewlabel2";
535  //
536  // ewlabel1
537  //
538  this.ewlabel1._Localizacion = sage.ew.interficies.LocalizacionOpcion.Bottom;
539  this.ewlabel1.AutoSize = true;
540  this.ewlabel1.Font = new System.Drawing.Font("Segoe UI", 9.5F);
541  this.ewlabel1.Location = new System.Drawing.Point(10, 7);
542  this.ewlabel1.Name = "ewlabel1";
543  this.ewlabel1.Size = new System.Drawing.Size(62, 17);
544  this.ewlabel1.TabIndex = 1;
545  this.ewlabel1.Text = "Empresa:";
546  //
547  // ewFlowLayoutPanelLeyendas
548  //
549  this.ewFlowLayoutPanelLeyendas.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
550  this.ewFlowLayoutPanelLeyendas.AutoSize = true;
551  this.ewFlowLayoutPanelLeyendas.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
552  this.ewFlowLayoutPanelLeyendas.Controls.Add(this.ShapeLeyendaRechazadas);
553  this.ewFlowLayoutPanelLeyendas.Controls.Add(this.ewLblLeyendaRechazadas);
554  this.ewFlowLayoutPanelLeyendas.Controls.Add(this.ShapeLeyendaAceptErrores);
555  this.ewFlowLayoutPanelLeyendas.Controls.Add(this.ewLblLeyendaAceptErrores);
556  this.ewFlowLayoutPanelLeyendas.Controls.Add(this.ShapeLeyendaAceptadas);
557  this.ewFlowLayoutPanelLeyendas.Controls.Add(this.ewLblLeyendaAceptadas);
558  this.ewFlowLayoutPanelLeyendas.Location = new System.Drawing.Point(11, 697);
559  this.ewFlowLayoutPanelLeyendas.Name = "ewFlowLayoutPanelLeyendas";
560  this.ewFlowLayoutPanelLeyendas.Size = new System.Drawing.Size(405, 23);
561  this.ewFlowLayoutPanelLeyendas.TabIndex = 56;
562  //
563  // ShapeLeyendaRechazadas
564  //
565  this.ShapeLeyendaRechazadas.BackColor = System.Drawing.Color.Red;
566  this.ShapeLeyendaRechazadas.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
567  this.ShapeLeyendaRechazadas.Location = new System.Drawing.Point(3, 3);
568  this.ShapeLeyendaRechazadas.Name = "ShapeLeyendaRechazadas";
569  this.ShapeLeyendaRechazadas.Size = new System.Drawing.Size(16, 17);
570  this.ShapeLeyendaRechazadas.TabIndex = 30;
571  //
572  // ewLblLeyendaRechazadas
573  //
574  this.ewLblLeyendaRechazadas._Localizacion = sage.ew.interficies.LocalizacionOpcion.Bottom;
575  this.ewLblLeyendaRechazadas.AutoSize = true;
576  this.ewLblLeyendaRechazadas.Font = new System.Drawing.Font("Segoe UI", 9.5F);
577  this.ewLblLeyendaRechazadas.Location = new System.Drawing.Point(25, 2);
578  this.ewLblLeyendaRechazadas.Margin = new System.Windows.Forms.Padding(3, 2, 3, 0);
579  this.ewLblLeyendaRechazadas.Name = "ewLblLeyendaRechazadas";
580  this.ewLblLeyendaRechazadas.Size = new System.Drawing.Size(77, 17);
581  this.ewLblLeyendaRechazadas.TabIndex = 31;
582  this.ewLblLeyendaRechazadas.Text = "Rechazadas";
583  //
584  // ShapeLeyendaAceptErrores
585  //
586  this.ShapeLeyendaAceptErrores.BackColor = System.Drawing.Color.Orange;
587  this.ShapeLeyendaAceptErrores.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
588  this.ShapeLeyendaAceptErrores.Location = new System.Drawing.Point(125, 3);
589  this.ShapeLeyendaAceptErrores.Margin = new System.Windows.Forms.Padding(20, 3, 3, 3);
590  this.ShapeLeyendaAceptErrores.Name = "ShapeLeyendaAceptErrores";
591  this.ShapeLeyendaAceptErrores.Size = new System.Drawing.Size(16, 17);
592  this.ShapeLeyendaAceptErrores.TabIndex = 26;
593  //
594  // ewLblLeyendaAceptErrores
595  //
596  this.ewLblLeyendaAceptErrores._Localizacion = sage.ew.interficies.LocalizacionOpcion.Bottom;
597  this.ewLblLeyendaAceptErrores.AutoSize = true;
598  this.ewLblLeyendaAceptErrores.Font = new System.Drawing.Font("Segoe UI", 9.5F);
599  this.ewLblLeyendaAceptErrores.Location = new System.Drawing.Point(147, 2);
600  this.ewLblLeyendaAceptErrores.Margin = new System.Windows.Forms.Padding(3, 2, 3, 0);
601  this.ewLblLeyendaAceptErrores.Name = "ewLblLeyendaAceptErrores";
602  this.ewLblLeyendaAceptErrores.Size = new System.Drawing.Size(141, 17);
603  this.ewLblLeyendaAceptErrores.TabIndex = 27;
604  this.ewLblLeyendaAceptErrores.Text = "Aceptadas con errores";
605  //
606  // ShapeLeyendaAceptadas
607  //
608  this.ShapeLeyendaAceptadas.BackColor = System.Drawing.Color.Green;
609  this.ShapeLeyendaAceptadas.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
610  this.ShapeLeyendaAceptadas.Location = new System.Drawing.Point(311, 3);
611  this.ShapeLeyendaAceptadas.Margin = new System.Windows.Forms.Padding(20, 3, 3, 3);
612  this.ShapeLeyendaAceptadas.Name = "ShapeLeyendaAceptadas";
613  this.ShapeLeyendaAceptadas.Size = new System.Drawing.Size(16, 17);
614  this.ShapeLeyendaAceptadas.TabIndex = 29;
615  //
616  // ewLblLeyendaAceptadas
617  //
618  this.ewLblLeyendaAceptadas._Localizacion = sage.ew.interficies.LocalizacionOpcion.Bottom;
619  this.ewLblLeyendaAceptadas.AutoSize = true;
620  this.ewLblLeyendaAceptadas.Font = new System.Drawing.Font("Segoe UI", 9.5F);
621  this.ewLblLeyendaAceptadas.Location = new System.Drawing.Point(333, 2);
622  this.ewLblLeyendaAceptadas.Margin = new System.Windows.Forms.Padding(3, 2, 3, 0);
623  this.ewLblLeyendaAceptadas.Name = "ewLblLeyendaAceptadas";
624  this.ewLblLeyendaAceptadas.Size = new System.Drawing.Size(69, 17);
625  this.ewLblLeyendaAceptadas.TabIndex = 28;
626  this.ewLblLeyendaAceptadas.Text = "Aceptadas";
627  //
628  // frmRegFactVerifactu
629  //
630  this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
631  this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
632  this.ClientSize = new System.Drawing.Size(1232, 777);
633  this.Controls.Add(this.ewgridDatos);
634  this.Controls.Add(this.ewpanel1);
635  this.Controls.Add(this.TituloGeneral);
636  this.Controls.Add(this.ewFlowLayoutPanel1);
637  this.Controls.Add(this.btRefrescar);
638  this.Controls.Add(this.ewFlowLayoutPanelLeyendas);
639  this.Controls.Add(this.TituloDetalle);
640  this.Controls.Add(this.btImprimir);
641  this.Controls.Add(this.btVerAsiento);
642  this.Controls.Add(this.btVerDocumento);
643  this.Controls.Add(this.btVerCliente);
644  this.Controls.Add(this.btVerDatosCertif);
645  this.MinimumSize = new System.Drawing.Size(900, 650);
646  this.Name = "frmRegFactVerifactu";
647  this.Text = "Registros de facturación";
648  this.Controls.SetChildIndex(this.btSalir1, 0);
649  this.Controls.SetChildIndex(this.btVerDatosCertif, 0);
650  this.Controls.SetChildIndex(this.btVerCliente, 0);
651  this.Controls.SetChildIndex(this.btVerDocumento, 0);
652  this.Controls.SetChildIndex(this.btVerAsiento, 0);
653  this.Controls.SetChildIndex(this.btImprimir, 0);
654  this.Controls.SetChildIndex(this.TituloDetalle, 0);
655  this.Controls.SetChildIndex(this.ewFlowLayoutPanelLeyendas, 0);
656  this.Controls.SetChildIndex(this.btRefrescar, 0);
657  this.Controls.SetChildIndex(this.ewFlowLayoutPanel1, 0);
658  this.Controls.SetChildIndex(this.TituloGeneral, 0);
659  this.Controls.SetChildIndex(this.ewpanel1, 0);
660  this.Controls.SetChildIndex(this.ewgridDatos, 0);
661  ((System.ComponentModel.ISupportInitialize)(this._oErrorProvider)).EndInit();
662  ((System.ComponentModel.ISupportInitialize)(this.ewgridDatos)).EndInit();
663  this.TituloGeneral.ResumeLayout(false);
664  this.ewFlowLayoutPanel1.ResumeLayout(false);
665  this.ewPanelPeriodo.ResumeLayout(false);
666  this.ewPanelPeriodo.PerformLayout();
667  this.ewPanelFechas.ResumeLayout(false);
668  this.ewPanelFechas.PerformLayout();
669  this.ewPanelMostrarRegistros.ResumeLayout(false);
670  this.ewPanelMostrarRegistros.PerformLayout();
671  this.TituloDetalle.ResumeLayout(false);
672  this.ewpanel1.ResumeLayout(false);
673  this.ewpanel1.PerformLayout();
674  this.ewFlowLayoutPanelLeyendas.ResumeLayout(false);
675  this.ewFlowLayoutPanelLeyendas.PerformLayout();
676  this.ResumeLayout(false);
677  this.PerformLayout();
678 
679  }
680 
681  #endregion
682  protected ewgrid ewgridDatos;
686  private ewbutton btVerCliente;
687  private ewbutton btVerDatosCertif;
688  private ewbutton btVerAsiento;
689  private ewbutton btVerDocumento;
690  private ew.botones.Clases.btImprimir btImprimir;
691  private ewpanel _Panel;
692  private ew.objetos.UserControls.ewPanelTitulo TituloGeneral;
693  private ewFlowLayoutPanel ewFlowLayoutPanel1;
694  private ewpanel ewPanelPeriodo;
695  private ewpanel ewPanelFechas;
696  private ewlabel ewLblFechas;
697  private ewpanel ewPanelMostrarRegistros;
698  private ewlabel ewLblMostrarReg;
699  private ewbutton btRefrescar;
700  private ew.objetos.UserControls.ewPanelTitulo TituloDetalle;
701  private ewpanel ewpanel1;
702  private ewlabel ewEjercicio;
703  private ewlabel ewlabel3;
704  private ewlabel ewEmpresa;
705  private ewlabel ewlabel1;
706  private ewlabel lblDesde;
707  private ewdatetime dtFechaDesde;
708  private ewlabel lblHasta;
709  private ewdatetime dtFechaHasta;
710  private ewcombobox cmbMostrarRegistros;
712  private ewFlowLayoutPanel ewFlowLayoutPanelLeyendas;
713  private System.Windows.Forms.Panel ShapeLeyendaRechazadas;
715  private System.Windows.Forms.Panel ShapeLeyendaAceptErrores;
717  private System.Windows.Forms.Panel ShapeLeyendaAceptadas;
719  }
720 }
override void Dispose(bool disposing)
Clean up any resources being used.
_Tipos_Visuales
Definición de los posibles tipos visuales de la clase txtcodlabel
bool _EsOpcionalConfigUser
Para determinar si en este objeto se podrá configurar un valor por defecto
Clase sage.ew.objetos.ewcombobox
override Font Font
Override de la propiedad Font
Boolean _PermitirFiltradoAutomaticoTextoParcial
Obtiene o establece si debe permitir el filtrado de texto parcial al abrir el brownser ...
string _MensajeNoSePuedeCrear
Descripción del mensaje de error que se mostrará cuando el código introducido no se pueda crear por v...
Calse para el manejo de la configuración
Clase sage.ew.objetos.ewpanel
int _AnchoCombo
Ancho del desplegable de ewComboBox cuando el txtcodlabel adopta forma de Combo
LocalizacionOpcion _Localizacion
Localización en listados
Boolean _CrearManteSiCodigoNoExiste
Propiedad que establecerá si se debe preguntar si desea crear el mantenimiento
bool _PermitirConfigUser
Para determinar si en este objeto se podrá configurar un valor por defecto
char _CaracterAncho
En los controles "txtClienteDocVen" y "txtProveedodDocCompra" interesa poder aprovechar el espacio al...
string _DescripcionError
Para especificar un mensaje conforme no se permite configurar un valor por defecto este objeto...
List< string > _ListaTodosCodigos
PE-88379 Propiedad donde poder especificar una lista de codigos que seran todos los posibles codigos ...
string _Tooltip
Tooltip del control para asignar por código
ewbuttonEstilosBase _PropiedadesDeEstilos
Objeto estilo
Clase sage.ew.objetos.ewlabel
Clase del control de Periodo (DATA_IVA)
Definition: txtPeriodo.cs:21
PE-86287 : Clase ew para elementos de tipo FlowLayoutPanel
Clase del objeto grid para Sage50
Definition: grid.cs:31
Formulario para mostrar los registros de facturación (facturas y tickets) en sistema de certificación...
int _Alto_Despleg_Combo
Alto del desplegable de ewComboBox cuando el txtcodlabel adopta forma de Combo
Color _ColorUnderlineSelected
Obtiene o establece el color de subrayado cuando está seleccionado.
Definition: clsEstilos.cs:1176
Botón Aceptar para formularios
bool _Consultar_Usuario_Seleccion_Multiple
Obtiene o establece si debe constultar al usuario en caso de códigos repetidos (pe. CODPOS => 25617 Varios municipios
Font _Font
Fuente a utilizar en cualquier texto dentro del txtcodlabel
int _Ancho_Despleg_Combo
Ancho del desplegable de ewComboBox cuando el txtcodlabel adopta forma de Combo
bool _Autoload_Mante_FirstValue
Obtiene o establece si se debe cargar primer registro de mantenimientos para códigos no informados...
Color _ColorUnderlineEntering
Obtiene o establece el color de subrayado cuando pasa el ratón por encima.
Definition: clsEstilos.cs:1200
bool _UsuarioPermiteConfigUser
Para determinar si el usuario ha permitido configurar un valor por defecto (solo opcionales) ...
Base para los botones de Eurowin
bool _Mostrar_Mante
Propiedad para indicar si queremos mostrar el botón del matenimiento o no
TipoReport
Enum para saber TipoReport
Definition: Report.cs:57
Clase sage.ew.objetos.ewdatetime
bool _EditMode
Para establecer si este objeto está en modo Edición o Ejecución True -> Edición False -> Ejecución ...
_Tipos_Visuales _Tipo_Visual
Nos indicará el aspecto visual del objeto: estandar -> textbox + browser + mante combo -> combo + bro...
bool _DesactivarRespuestasAutomaticas
Permite desactivar las respuestas automáticas cuando sea necesario.
bool _Mostrar_Mensaje
Variable para indicar si debe mostrar mensajes de aviso
Control de usuario siemple para un panel con título
Clase base para controles de tipo txtcodlabelf
Dictionary< string, int > _ColumnasMultiLine
Lista campos de columnas multiline
string _DescripcionOpcional
Para especificar un mensaje conforme no se permite configurar un valor por defecto este objeto...
PE-84739 Clase btImprimir
Definition: btImprimir.cs:32