_ Partial Class frmFechasAcciones Inherits System.Windows.Forms.Form 'Form reemplaza a Dispose para limpiar la lista de componentes. _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try If disposing AndAlso components IsNot Nothing Then components.Dispose() End If Finally MyBase.Dispose(disposing) End Try End Sub 'Requerido por el Diseñador de Windows Forms Private components As System.ComponentModel.IContainer 'NOTA: el Diseñador de Windows Forms necesita el siguiente procedimiento 'Se puede modificar usando el Diseñador de Windows Forms. 'No lo modifique con el editor de código. _ Private Sub InitializeComponent() Me.dtpFechaInicial = New System.Windows.Forms.DateTimePicker() Me.dtpFechaCorte = New System.Windows.Forms.DateTimePicker() Me.Label18 = New System.Windows.Forms.Label() Me.Label1 = New System.Windows.Forms.Label() Me.lblTitulo = New System.Windows.Forms.Label() Me.btnAceptar = New System.Windows.Forms.Button() Me.SuspendLayout() ' 'dtpFechaInicial ' Me.dtpFechaInicial.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.dtpFechaInicial.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.dtpFechaInicial.Location = New System.Drawing.Point(54, 82) Me.dtpFechaInicial.Name = "dtpFechaInicial" Me.dtpFechaInicial.Size = New System.Drawing.Size(140, 20) Me.dtpFechaInicial.TabIndex = 3 ' 'dtpFechaCorte ' Me.dtpFechaCorte.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.dtpFechaCorte.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.dtpFechaCorte.Location = New System.Drawing.Point(54, 153) Me.dtpFechaCorte.Name = "dtpFechaCorte" Me.dtpFechaCorte.Size = New System.Drawing.Size(140, 20) Me.dtpFechaCorte.TabIndex = 4 ' 'Label18 ' Me.Label18.AutoSize = True Me.Label18.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label18.Location = New System.Drawing.Point(108, 48) Me.Label18.Name = "Label18" Me.Label18.Size = New System.Drawing.Size(28, 18) Me.Label18.TabIndex = 55 Me.Label18.Text = "De:" ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label1.Location = New System.Drawing.Point(106, 121) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(47, 18) Me.Label1.TabIndex = 56 Me.Label1.Text = "Hasta:" ' 'lblTitulo ' Me.lblTitulo.AutoSize = True Me.lblTitulo.Font = New System.Drawing.Font("Trebuchet MS", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblTitulo.Location = New System.Drawing.Point(34, 9) Me.lblTitulo.Name = "lblTitulo" Me.lblTitulo.Size = New System.Drawing.Size(182, 24) Me.lblTitulo.TabIndex = 81 Me.lblTitulo.Text = "Rango entre fechas" ' 'btnAceptar ' Me.btnAceptar.BackColor = System.Drawing.Color.White Me.btnAceptar.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnAceptar.ForeColor = System.Drawing.Color.Maroon Me.btnAceptar.Location = New System.Drawing.Point(78, 198) Me.btnAceptar.Name = "btnAceptar" Me.btnAceptar.Size = New System.Drawing.Size(75, 23) Me.btnAceptar.TabIndex = 82 Me.btnAceptar.Text = "Aceptar" Me.btnAceptar.UseVisualStyleBackColor = False ' 'frmFechasAcciones ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.BackColor = System.Drawing.Color.WhiteSmoke Me.ClientSize = New System.Drawing.Size(243, 245) Me.Controls.Add(Me.btnAceptar) Me.Controls.Add(Me.lblTitulo) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.Label18) Me.Controls.Add(Me.dtpFechaCorte) Me.Controls.Add(Me.dtpFechaInicial) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "frmFechasAcciones" Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents dtpFechaInicial As DateTimePicker Friend WithEvents dtpFechaCorte As DateTimePicker Friend WithEvents Label18 As Label Friend WithEvents Label1 As Label Friend WithEvents lblTitulo As Label Friend WithEvents btnAceptar As Button End Class