frmAsientosPredefinidosTareaProgramada.Designer.cs
1 namespace sage.ew.contabilidad
2 {
3  partial class frmAsientosPredefinidosTareaProgramada
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(frmAsientosPredefinidosTareaProgramada));
32  this.ewtablelayoutpanelGeneral = new sage.ew.objetos.ewtablelayoutpanel();
33  this.ewpanel1 = new sage.ew.objetos.ewpanel();
34  this.ewbtCrearTarea = new sage.ew.objetos.ewbutton();
35  this.ewpanel2 = new sage.ew.objetos.ewpanel();
36  this.ewtablelayoutpanel1 = new sage.ew.objetos.ewtablelayoutpanel();
37  this.txtAsientoPredefinidoDesdeHasta1 = new sage.ew.txtbox.UserControls.txtAsientoPredefinidoDesdeHasta();
38  this.txtFechaDesdeHasta1 = new sage.ew.txtbox.UserControls.txtFechaDesdeHasta();
39  this.ewlabel1 = new sage.ew.objetos.ewlabel();
40  ((System.ComponentModel.ISupportInitialize)(this._oErrorProvider)).BeginInit();
41  this.ewtablelayoutpanelGeneral.SuspendLayout();
42  this.ewpanel1.SuspendLayout();
43  this.ewpanel2.SuspendLayout();
44  this.ewtablelayoutpanel1.SuspendLayout();
45  this.SuspendLayout();
46  //
47  // btDocCancelar1
48  //
49  this.btDocCancelar1.Location = new System.Drawing.Point(654, 178);
50  this.btDocCancelar1.TabIndex = 5;
51  this.btDocCancelar1.Click += new System.EventHandler(this.btDocCancelar1_Click);
52  //
53  // btSalir1
54  //
55  this.btSalir1.Location = new System.Drawing.Point(672, 178);
56  this.btSalir1.Size = new System.Drawing.Size(99, 44);
57  //
58  // btDocAceptar1
59  //
60  this.btDocAceptar1.Location = new System.Drawing.Point(529, 178);
61  this.btDocAceptar1.TabIndex = 4;
62  this.btDocAceptar1.Text = "&Ejecutar";
63  this.btDocAceptar1.Click += new System.EventHandler(this.btDocAceptar1_Click);
64  //
65  // ewtablelayoutpanelGeneral
66  //
67  this.ewtablelayoutpanelGeneral.ColumnCount = 1;
68  this.ewtablelayoutpanelGeneral.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
69  this.ewtablelayoutpanelGeneral.Controls.Add(this.ewpanel1, 0, 1);
70  this.ewtablelayoutpanelGeneral.Controls.Add(this.ewpanel2, 0, 0);
71  this.ewtablelayoutpanelGeneral.Dock = System.Windows.Forms.DockStyle.Fill;
72  this.ewtablelayoutpanelGeneral.Font = new System.Drawing.Font("Arial", 9.5F);
73  this.ewtablelayoutpanelGeneral.Location = new System.Drawing.Point(4, 4);
74  this.ewtablelayoutpanelGeneral.Name = "ewtablelayoutpanelGeneral";
75  this.ewtablelayoutpanelGeneral.RowCount = 2;
76  this.ewtablelayoutpanelGeneral.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
77  this.ewtablelayoutpanelGeneral.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 60F));
78  this.ewtablelayoutpanelGeneral.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
79  this.ewtablelayoutpanelGeneral.Size = new System.Drawing.Size(776, 227);
80  this.ewtablelayoutpanelGeneral.TabIndex = 3;
81  //
82  // ewpanel1
83  //
84  this.ewpanel1.Controls.Add(this.ewbtCrearTarea);
85  this.ewpanel1.Dock = System.Windows.Forms.DockStyle.Fill;
86  this.ewpanel1.Font = new System.Drawing.Font("Arial", 9.5F);
87  this.ewpanel1.Location = new System.Drawing.Point(3, 170);
88  this.ewpanel1.Name = "ewpanel1";
89  this.ewpanel1.Size = new System.Drawing.Size(770, 54);
90  this.ewpanel1.TabIndex = 1;
91  //
92  // ewbtCrearTarea
93  //
94  this.ewbtCrearTarea._Tooltip = "";
95  this.ewbtCrearTarea.Font = new System.Drawing.Font("Arial", 9.5F);
96  this.ewbtCrearTarea.Location = new System.Drawing.Point(3, 4);
97  this.ewbtCrearTarea.Name = "ewbtCrearTarea";
98  this.ewbtCrearTarea.Size = new System.Drawing.Size(195, 44);
99  this.ewbtCrearTarea.TabIndex = 3;
100  this.ewbtCrearTarea.Text = "Crear tarea automática";
101  this.ewbtCrearTarea.UseVisualStyleBackColor = true;
102  this.ewbtCrearTarea.Click += new System.EventHandler(this.ewbtCrearTarea_Click);
103  //
104  // ewpanel2
105  //
106  this.ewpanel2.Controls.Add(this.ewtablelayoutpanel1);
107  this.ewpanel2.Dock = System.Windows.Forms.DockStyle.Fill;
108  this.ewpanel2.Font = new System.Drawing.Font("Arial", 9.5F);
109  this.ewpanel2.Location = new System.Drawing.Point(3, 3);
110  this.ewpanel2.Name = "ewpanel2";
111  this.ewpanel2.Size = new System.Drawing.Size(770, 161);
112  this.ewpanel2.TabIndex = 2;
113  //
114  // ewtablelayoutpanel1
115  //
116  this.ewtablelayoutpanel1.ColumnCount = 1;
117  this.ewtablelayoutpanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
118  this.ewtablelayoutpanel1.Controls.Add(this.txtAsientoPredefinidoDesdeHasta1, 0, 2);
119  this.ewtablelayoutpanel1.Controls.Add(this.txtFechaDesdeHasta1, 0, 1);
120  this.ewtablelayoutpanel1.Controls.Add(this.ewlabel1, 0, 0);
121  this.ewtablelayoutpanel1.Dock = System.Windows.Forms.DockStyle.Fill;
122  this.ewtablelayoutpanel1.Font = new System.Drawing.Font("Arial", 9.5F);
123  this.ewtablelayoutpanel1.Location = new System.Drawing.Point(0, 0);
124  this.ewtablelayoutpanel1.Name = "ewtablelayoutpanel1";
125  this.ewtablelayoutpanel1.RowCount = 3;
126  this.ewtablelayoutpanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
127  this.ewtablelayoutpanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
128  this.ewtablelayoutpanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
129  this.ewtablelayoutpanel1.Size = new System.Drawing.Size(770, 161);
130  this.ewtablelayoutpanel1.TabIndex = 0;
131  //
132  // txtAsientoPredefinidoDesdeHasta1
133  //
134  this.txtAsientoPredefinidoDesdeHasta1._AnchoFijoFiltros = false;
135  this.txtAsientoPredefinidoDesdeHasta1._ColorActivo = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(255)))), ((int)(((byte)(220)))));
136  this.txtAsientoPredefinidoDesdeHasta1._ColorBase = System.Drawing.Color.White;
137  this.txtAsientoPredefinidoDesdeHasta1._ColorFuenteActivo = System.Drawing.SystemColors.ControlText;
138  this.txtAsientoPredefinidoDesdeHasta1._ColorFuenteBase = System.Drawing.SystemColors.ControlText;
139  this.txtAsientoPredefinidoDesdeHasta1._Descripcion = "txtAsientoPredefinidoDesdeHasta";
140  this.txtAsientoPredefinidoDesdeHasta1._DescripcionFiltroReport = "Asientos predef.";
141  this.txtAsientoPredefinidoDesdeHasta1._FiltroRelacionado = null;
142  this.txtAsientoPredefinidoDesdeHasta1._Lista = ((System.Collections.Generic.List<string>)(resources.GetObject("txtAsientoPredefinidoDesdeHasta1._Lista")));
143  this.txtAsientoPredefinidoDesdeHasta1._ModoVisual = sage.ew.txtbox.Clases.ewFiltro.ModoVisual.None;
144  this.txtAsientoPredefinidoDesdeHasta1._OcultarLineaInferior = false;
145  this.txtAsientoPredefinidoDesdeHasta1._TituloFiltro = "Asientos predef.";
146  this.txtAsientoPredefinidoDesdeHasta1._Todos = true;
147  this.txtAsientoPredefinidoDesdeHasta1._ToolTip = null;
148  this.txtAsientoPredefinidoDesdeHasta1._TooltipText = "Permite acotar los datos que se van a procesar";
149  this.txtAsientoPredefinidoDesdeHasta1._UsarColorEnFiltrosActivos = true;
150  this.txtAsientoPredefinidoDesdeHasta1._VariableFiltro = "AsientoPredefinido";
151  this.txtAsientoPredefinidoDesdeHasta1.BackColor = System.Drawing.Color.White;
152  this.txtAsientoPredefinidoDesdeHasta1.Dock = System.Windows.Forms.DockStyle.Fill;
153  this.txtAsientoPredefinidoDesdeHasta1.Location = new System.Drawing.Point(0, 94);
154  this.txtAsientoPredefinidoDesdeHasta1.Margin = new System.Windows.Forms.Padding(0);
155  this.txtAsientoPredefinidoDesdeHasta1.Name = "txtAsientoPredefinidoDesdeHasta1";
156  this.txtAsientoPredefinidoDesdeHasta1.Size = new System.Drawing.Size(770, 69);
157  this.txtAsientoPredefinidoDesdeHasta1.TabIndex = 2;
158  //
159  // txtFechaDesdeHasta1
160  //
161  this.txtFechaDesdeHasta1._AnchoFijoFiltros = false;
162  this.txtFechaDesdeHasta1._ColorActivo = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(255)))), ((int)(((byte)(220)))));
163  this.txtFechaDesdeHasta1._ColorBase = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
164  this.txtFechaDesdeHasta1._ColorFuenteActivo = System.Drawing.SystemColors.ControlText;
165  this.txtFechaDesdeHasta1._ColorFuenteBase = System.Drawing.SystemColors.ControlText;
166  this.txtFechaDesdeHasta1._Descripcion = "txtFechaDesdeHasta";
167  this.txtFechaDesdeHasta1._DescripcionFiltroReport = "Fechas";
168  this.txtFechaDesdeHasta1._Desde = "09/02/2017";
169  this.txtFechaDesdeHasta1._FiltroRelacionado = null;
170  this.txtFechaDesdeHasta1._Hasta = "09/02/2017";
171  this.txtFechaDesdeHasta1._Lista = ((System.Collections.Generic.List<string>)(resources.GetObject("txtFechaDesdeHasta1._Lista")));
172  this.txtFechaDesdeHasta1._ModoVisual = sage.ew.txtbox.Clases.ewFiltro.ModoVisual.None;
173  this.txtFechaDesdeHasta1._MostrarCheckTodos = false;
174  this.txtFechaDesdeHasta1._TituloFiltro = "Fechas";
175  this.txtFechaDesdeHasta1._Todos = false;
176  this.txtFechaDesdeHasta1._ToolTip = null;
177  this.txtFechaDesdeHasta1._TooltipText = "Permite acotar los datos que se van a procesar";
178  this.txtFechaDesdeHasta1._UsarColorEnFiltrosActivos = true;
179  this.txtFechaDesdeHasta1._VariableFiltro = "Fecha";
180  this.txtFechaDesdeHasta1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(255)))), ((int)(((byte)(220)))));
181  this.txtFechaDesdeHasta1.Dock = System.Windows.Forms.DockStyle.Fill;
182  this.txtFechaDesdeHasta1.EsMultiejercicio = false;
183  this.txtFechaDesdeHasta1.Location = new System.Drawing.Point(3, 29);
184  this.txtFechaDesdeHasta1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
185  this.txtFechaDesdeHasta1.Name = "txtFechaDesdeHasta1";
186  this.txtFechaDesdeHasta1.Size = new System.Drawing.Size(764, 61);
187  this.txtFechaDesdeHasta1.TabIndex = 1;
188  //
189  // ewlabel1
190  //
191  this.ewlabel1.AutoSize = true;
192  this.ewlabel1.Dock = System.Windows.Forms.DockStyle.Fill;
193  this.ewlabel1.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
194  this.ewlabel1.Location = new System.Drawing.Point(3, 0);
195  this.ewlabel1.Name = "ewlabel1";
196  this.ewlabel1.Size = new System.Drawing.Size(764, 25);
197  this.ewlabel1.TabIndex = 3;
198  this.ewlabel1.Text = "Ejecución de tareas programadas";
199  //
200  // frmAsientosPredefinidosTareaProgramada
201  //
202  this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
203  this.ClientSize = new System.Drawing.Size(784, 231);
204  this.Controls.Add(this.ewtablelayoutpanelGeneral);
205  this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
206  this.Name = "frmAsientosPredefinidosTareaProgramada";
207  this.Padding = new System.Windows.Forms.Padding(4, 4, 4, 0);
208  this.Text = "Tareas programadas";
209  this.Controls.SetChildIndex(this.ewtablelayoutpanelGeneral, 0);
210  this.Controls.SetChildIndex(this.btSalir1, 0);
211  this.Controls.SetChildIndex(this.btDocCancelar1, 0);
212  this.Controls.SetChildIndex(this.btDocAceptar1, 0);
213  ((System.ComponentModel.ISupportInitialize)(this._oErrorProvider)).EndInit();
214  this.ewtablelayoutpanelGeneral.ResumeLayout(false);
215  this.ewpanel1.ResumeLayout(false);
216  this.ewpanel2.ResumeLayout(false);
217  this.ewtablelayoutpanel1.ResumeLayout(false);
218  this.ewtablelayoutpanel1.PerformLayout();
219  this.ResumeLayout(false);
220 
221  }
222 
223  #endregion
224 
225  private objetos.ewtablelayoutpanel ewtablelayoutpanelGeneral;
226  private objetos.ewtablelayoutpanel ewtablelayoutpanel1;
227  private objetos.ewpanel ewpanel1;
228  private objetos.ewbutton ewbtCrearTarea;
229  private txtbox.UserControls.txtAsientoPredefinidoDesdeHasta txtAsientoPredefinidoDesdeHasta1;
230  private txtbox.UserControls.txtFechaDesdeHasta txtFechaDesdeHasta1;
231  private objetos.ewpanel ewpanel2;
232  private objetos.ewlabel ewlabel1;
233  }
234 }
Formulario para la ejecución de Asientos programados. Funcionamiento: 1) Se configura la planificació...
Clase sage.ew.objetos.ewpanel
Clase sage.ew.objetos.ewlabel
override void Dispose(bool disposing)
Clean up any resources being used.
Clase para filtros Desde - Hasta de Asientos Predefinidos
PE-83541 : Clase sage.ew.objetos.ewtablelayoutpanel
Base para los botones de Eurowin
Plantilla para la creación de controles de tipo Filtro
Definition: ewFiltro.cs:25
ModoVisual
Modos visuales del control
Definition: ewFiltro.cs:219