FiltrosGestdoc.Designer.cs
1 namespace sage.addons.gestdoc.Visual.UserControls
2 {
3  partial class FiltrosGestdoc
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 Código generado por el Diseñador de componentes
24 
29  private void InitializeComponent()
30  {
31  this.ewtablelayoutpanelFiltros = new sage.ew.objetos.ewtablelayoutpanel();
32  this.ewpanelFiltrosBusqueda = new sage.ew.objetos.ewpanel();
33  this.ewPanelTituloFiltros = new sage.ew.objetos.UserControls.ewPanelTitulo();
34  this.ewcheckboxSeleccionar = new sage.ew.objetos.ewcheckbox();
35  this.panelFiltroPropiedades = new sage.addons.gestdoc.Visual.UserControls.PanelFiltroPropiedades();
36  this.ewpanelDocumento = new sage.ew.objetos.ewpanel();
37  this.ewLblFiltroNombreDocumento = new sage.ew.objetos.ewlabel();
38  this.ewlblTituloDocumento = new sage.ew.objetos.ewlabel();
39  this.ewtxtFiltroNombreDoc = new sage.ew.objetos.ewtextbox();
40  this.ewtxtFiltroTituloDoc = new sage.ew.objetos.ewtextbox();
41  this.panelFiltroDocumentos = new sage.addons.gestdoc.Visual.UserControls.PanelFiltroDocumentos();
42  this.ewtablelayoutpanelFiltros.SuspendLayout();
43  this.ewpanelFiltrosBusqueda.SuspendLayout();
44  this.ewPanelTituloFiltros.SuspendLayout();
45  this.ewpanelDocumento.SuspendLayout();
46  this.SuspendLayout();
47  //
48  // ewtablelayoutpanelFiltros
49  //
50  this.ewtablelayoutpanelFiltros.ColumnCount = 1;
51  this.ewtablelayoutpanelFiltros.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
52  this.ewtablelayoutpanelFiltros.Controls.Add(this.ewpanelFiltrosBusqueda, 0, 1);
53  this.ewtablelayoutpanelFiltros.Controls.Add(this.panelFiltroPropiedades, 0, 0);
54  this.ewtablelayoutpanelFiltros.Controls.Add(this.ewpanelDocumento, 0, 3);
55  this.ewtablelayoutpanelFiltros.Controls.Add(this.panelFiltroDocumentos, 0, 2);
56  this.ewtablelayoutpanelFiltros.Dock = System.Windows.Forms.DockStyle.Fill;
57  this.ewtablelayoutpanelFiltros.Font = new System.Drawing.Font("Arial", 9.5F);
58  this.ewtablelayoutpanelFiltros.Location = new System.Drawing.Point(0, 0);
59  this.ewtablelayoutpanelFiltros.Name = "ewtablelayoutpanelFiltros";
60  this.ewtablelayoutpanelFiltros.RowCount = 4;
61  this.ewtablelayoutpanelFiltros.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 30F));
62  this.ewtablelayoutpanelFiltros.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
63  this.ewtablelayoutpanelFiltros.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 70F));
64  this.ewtablelayoutpanelFiltros.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 120F));
65  this.ewtablelayoutpanelFiltros.Size = new System.Drawing.Size(231, 470);
66  this.ewtablelayoutpanelFiltros.TabIndex = 14;
67  //
68  // ewpanelFiltrosBusqueda
69  //
70  this.ewpanelFiltrosBusqueda.Controls.Add(this.ewPanelTituloFiltros);
71  this.ewpanelFiltrosBusqueda.Controls.Add(this.ewcheckboxSeleccionar);
72  this.ewpanelFiltrosBusqueda.Dock = System.Windows.Forms.DockStyle.Fill;
73  this.ewpanelFiltrosBusqueda.Font = new System.Drawing.Font("Arial", 9.5F);
74  this.ewpanelFiltrosBusqueda.Location = new System.Drawing.Point(0, 96);
75  this.ewpanelFiltrosBusqueda.Margin = new System.Windows.Forms.Padding(0);
76  this.ewpanelFiltrosBusqueda.Name = "ewpanelFiltrosBusqueda";
77  this.ewpanelFiltrosBusqueda.Size = new System.Drawing.Size(231, 30);
78  this.ewpanelFiltrosBusqueda.TabIndex = 0;
79  //
80  // ewPanelTituloFiltros
81  //
82  //
83  // ewPanelTituloFiltros._Panel
84  //
85  this.ewPanelTituloFiltros._Panel.AllowDrop = true;
86  this.ewPanelTituloFiltros._Panel.Dock = System.Windows.Forms.DockStyle.Fill;
87  this.ewPanelTituloFiltros._Panel.Font = new System.Drawing.Font("Arial", 9.5F);
88  this.ewPanelTituloFiltros._Panel.Location = new System.Drawing.Point(0, 0);
89  this.ewPanelTituloFiltros._Panel.Margin = new System.Windows.Forms.Padding(4);
90  this.ewPanelTituloFiltros._Panel.Name = "_Panel";
91  this.ewPanelTituloFiltros._Panel.Size = new System.Drawing.Size(205, 25);
92  this.ewPanelTituloFiltros._Panel.TabIndex = 1;
93  this.ewPanelTituloFiltros._Titulo = "Filtros búsqueda";
94  this.ewPanelTituloFiltros.AllowDrop = true;
95  this.ewPanelTituloFiltros.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
96  | System.Windows.Forms.AnchorStyles.Right)));
97  this.ewPanelTituloFiltros.BackColor = System.Drawing.SystemColors.Control;
98  this.ewPanelTituloFiltros.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
99  this.ewPanelTituloFiltros.Location = new System.Drawing.Point(23, 2);
100  this.ewPanelTituloFiltros.Margin = new System.Windows.Forms.Padding(0);
101  this.ewPanelTituloFiltros.Name = "ewPanelTituloFiltros";
102  this.ewPanelTituloFiltros.Size = new System.Drawing.Size(205, 25);
103  this.ewPanelTituloFiltros.TabIndex = 11;
104  //
105  // ewcheckboxSeleccionar
106  //
107  this.ewcheckboxSeleccionar._GuardarEnSettings = false;
108  this.ewcheckboxSeleccionar._OpcionConfiguracion = "";
109  this.ewcheckboxSeleccionar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
110  | System.Windows.Forms.AnchorStyles.Right)));
111  this.ewcheckboxSeleccionar.AutoSize = true;
112  this.ewcheckboxSeleccionar.Font = new System.Drawing.Font("Arial", 9.5F);
113  this.ewcheckboxSeleccionar.Location = new System.Drawing.Point(7, 8);
114  this.ewcheckboxSeleccionar.Name = "ewcheckboxSeleccionar";
115  this.ewcheckboxSeleccionar.Size = new System.Drawing.Size(15, 14);
116  this.ewcheckboxSeleccionar.TabIndex = 12;
117  this.ewcheckboxSeleccionar.UseVisualStyleBackColor = true;
118  //
119  // panelFiltroPropiedades
120  //
121  this.panelFiltroPropiedades.Dock = System.Windows.Forms.DockStyle.Fill;
122  this.panelFiltroPropiedades.Location = new System.Drawing.Point(3, 3);
123  this.panelFiltroPropiedades.Name = "panelFiltroPropiedades";
124  this.panelFiltroPropiedades.Size = new System.Drawing.Size(225, 90);
125  this.panelFiltroPropiedades.TabIndex = 13;
126  //
127  // ewpanelDocumento
128  //
129  this.ewpanelDocumento.Controls.Add(this.ewLblFiltroNombreDocumento);
130  this.ewpanelDocumento.Controls.Add(this.ewlblTituloDocumento);
131  this.ewpanelDocumento.Controls.Add(this.ewtxtFiltroNombreDoc);
132  this.ewpanelDocumento.Controls.Add(this.ewtxtFiltroTituloDoc);
133  this.ewpanelDocumento.Dock = System.Windows.Forms.DockStyle.Fill;
134  this.ewpanelDocumento.Font = new System.Drawing.Font("Arial", 9.5F);
135  this.ewpanelDocumento.Location = new System.Drawing.Point(3, 353);
136  this.ewpanelDocumento.Name = "ewpanelDocumento";
137  this.ewpanelDocumento.Size = new System.Drawing.Size(225, 114);
138  this.ewpanelDocumento.TabIndex = 1;
139  //
140  // ewLblFiltroNombreDocumento
141  //
142  this.ewLblFiltroNombreDocumento._PropiedadesDeEstilos._ColorFuente = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(127)))), ((int)(((byte)(100)))));
143  this.ewLblFiltroNombreDocumento.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
144  this.ewLblFiltroNombreDocumento.AutoSize = true;
145  this.ewLblFiltroNombreDocumento.Font = new System.Drawing.Font("Segoe UI", 9.5F);
146  this.ewLblFiltroNombreDocumento.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(127)))), ((int)(((byte)(100)))));
147  this.ewLblFiltroNombreDocumento.Location = new System.Drawing.Point(3, 60);
148  this.ewLblFiltroNombreDocumento.Name = "ewLblFiltroNombreDocumento";
149  this.ewLblFiltroNombreDocumento.Size = new System.Drawing.Size(127, 17);
150  this.ewLblFiltroNombreDocumento.TabIndex = 10;
151  this.ewLblFiltroNombreDocumento.Text = "Nombre documento";
152  //
153  // ewlblTituloDocumento
154  //
155  this.ewlblTituloDocumento._PropiedadesDeEstilos._ColorFuente = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(127)))), ((int)(((byte)(100)))));
156  this.ewlblTituloDocumento.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
157  this.ewlblTituloDocumento.AutoSize = true;
158  this.ewlblTituloDocumento.Font = new System.Drawing.Font("Segoe UI", 9.5F);
159  this.ewlblTituloDocumento.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(127)))), ((int)(((byte)(100)))));
160  this.ewlblTituloDocumento.Location = new System.Drawing.Point(3, 8);
161  this.ewlblTituloDocumento.Name = "ewlblTituloDocumento";
162  this.ewlblTituloDocumento.Size = new System.Drawing.Size(110, 17);
163  this.ewlblTituloDocumento.TabIndex = 8;
164  this.ewlblTituloDocumento.Text = "Título documento";
165  //
166  // ewtxtFiltroNombreDoc
167  //
168  this.ewtxtFiltroNombreDoc._CanChangeStyle = false;
169  this.ewtxtFiltroNombreDoc._NoMostrarTecladoTactil = false;
170  this.ewtxtFiltroNombreDoc._PasswordChar = '\0';
171  this.ewtxtFiltroNombreDoc._SoloNumeros = false;
172  this.ewtxtFiltroNombreDoc._Tactil_Teclat_Numeric = false;
173  this.ewtxtFiltroNombreDoc._Tooltip = "";
174  this.ewtxtFiltroNombreDoc.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
175  | System.Windows.Forms.AnchorStyles.Right)));
176  this.ewtxtFiltroNombreDoc.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
177  this.ewtxtFiltroNombreDoc.Location = new System.Drawing.Point(6, 82);
178  this.ewtxtFiltroNombreDoc.Name = "ewtxtFiltroNombreDoc";
179  this.ewtxtFiltroNombreDoc.Size = new System.Drawing.Size(212, 25);
180  this.ewtxtFiltroNombreDoc.TabIndex = 2;
181  //
182  // ewtxtFiltroTituloDoc
183  //
184  this.ewtxtFiltroTituloDoc._CanChangeStyle = false;
185  this.ewtxtFiltroTituloDoc._NoMostrarTecladoTactil = false;
186  this.ewtxtFiltroTituloDoc._PasswordChar = '\0';
187  this.ewtxtFiltroTituloDoc._SoloNumeros = false;
188  this.ewtxtFiltroTituloDoc._Tactil_Teclat_Numeric = false;
189  this.ewtxtFiltroTituloDoc._Tooltip = "";
190  this.ewtxtFiltroTituloDoc.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
191  | System.Windows.Forms.AnchorStyles.Right)));
192  this.ewtxtFiltroTituloDoc.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
193  this.ewtxtFiltroTituloDoc.Location = new System.Drawing.Point(6, 31);
194  this.ewtxtFiltroTituloDoc.Name = "ewtxtFiltroTituloDoc";
195  this.ewtxtFiltroTituloDoc.Size = new System.Drawing.Size(212, 25);
196  this.ewtxtFiltroTituloDoc.TabIndex = 1;
197  //
198  // panelFiltroDocumentos
199  //
200  this.panelFiltroDocumentos.Dock = System.Windows.Forms.DockStyle.Fill;
201  this.panelFiltroDocumentos.Location = new System.Drawing.Point(3, 129);
202  this.panelFiltroDocumentos.Name = "panelFiltroDocumentos";
203  this.panelFiltroDocumentos.Size = new System.Drawing.Size(225, 218);
204  this.panelFiltroDocumentos.TabIndex = 0;
205  //
206  // FiltrosGestdoc
207  //
208  this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
209  this.Controls.Add(this.ewtablelayoutpanelFiltros);
210  this.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
211  this.Margin = new System.Windows.Forms.Padding(0);
212  this.Name = "FiltrosGestdoc";
213  this.Size = new System.Drawing.Size(231, 470);
214  this.ewtablelayoutpanelFiltros.ResumeLayout(false);
215  this.ewpanelFiltrosBusqueda.ResumeLayout(false);
216  this.ewpanelFiltrosBusqueda.PerformLayout();
217  this.ewPanelTituloFiltros.ResumeLayout(false);
218  this.ewpanelDocumento.ResumeLayout(false);
219  this.ewpanelDocumento.PerformLayout();
220  this.ResumeLayout(false);
221 
222  }
223 
224  #endregion
225 
226  private PanelFiltroDocumentos panelFiltroDocumentos;
227  private ew.objetos.ewlabel ewlblTituloDocumento;
228  private ew.objetos.ewtextbox ewtxtFiltroTituloDoc;
229  private ew.objetos.ewlabel ewLblFiltroNombreDocumento;
230  private ew.objetos.ewtextbox ewtxtFiltroNombreDoc;
231  private ew.objetos.UserControls.ewPanelTitulo ewPanelTituloFiltros;
232  private ew.objetos.ewcheckbox ewcheckboxSeleccionar;
233  private PanelFiltroPropiedades panelFiltroPropiedades;
234  private ew.objetos.ewtablelayoutpanel ewtablelayoutpanelFiltros;
235  private ew.objetos.ewpanel ewpanelFiltrosBusqueda;
236  private ew.objetos.ewpanel ewpanelDocumento;
237  }
238 }
Clase sage.ew.objetos.ewpanel
override void Dispose(bool disposing)
Limpiar los recursos que se estén utilizando.
Clase sage.ew.objetos.ewcheckbox
Clase sage.ew.objetos.ewlabel
Clase sage.ew.objetos.ewtextbox
Panel de filtro de propiedades de los documentos
Panel de filtros para la gestión de documentos
PE-83541 : Clase sage.ew.objetos.ewtablelayoutpanel
Control de usuario siemple para un panel con título