| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
- Partial Class frmFiltrosReporte
- Inherits System.Windows.Forms.Form
- 'Form reemplaza a Dispose para limpiar la lista de componentes.
- <System.Diagnostics.DebuggerNonUserCode()> _
- 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.
- <System.Diagnostics.DebuggerStepThrough()> _
- Private Sub InitializeComponent()
- Me.cboInstrumento = New System.Windows.Forms.ComboBox()
- Me.Label5 = New System.Windows.Forms.Label()
- Me.btnBuscar = New System.Windows.Forms.Button()
- Me.SuspendLayout()
- '
- 'cboInstrumento
- '
- Me.cboInstrumento.FormattingEnabled = True
- Me.cboInstrumento.Location = New System.Drawing.Point(71, 41)
- Me.cboInstrumento.Name = "cboInstrumento"
- Me.cboInstrumento.Size = New System.Drawing.Size(121, 21)
- Me.cboInstrumento.TabIndex = 0
- '
- 'Label5
- '
- Me.Label5.FlatStyle = System.Windows.Forms.FlatStyle.Flat
- Me.Label5.Location = New System.Drawing.Point(98, 25)
- Me.Label5.Name = "Label5"
- Me.Label5.Size = New System.Drawing.Size(112, 13)
- Me.Label5.TabIndex = 91
- Me.Label5.Text = "Instrumento"
- '
- 'btnBuscar
- '
- Me.btnBuscar.Location = New System.Drawing.Point(71, 261)
- Me.btnBuscar.Name = "btnBuscar"
- Me.btnBuscar.Size = New System.Drawing.Size(121, 44)
- Me.btnBuscar.TabIndex = 92
- Me.btnBuscar.Text = "Buscar"
- Me.btnBuscar.UseVisualStyleBackColor = True
- '
- 'frmFiltrosReporte
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.ClientSize = New System.Drawing.Size(277, 317)
- Me.Controls.Add(Me.btnBuscar)
- Me.Controls.Add(Me.Label5)
- Me.Controls.Add(Me.cboInstrumento)
- Me.Name = "frmFiltrosReporte"
- Me.Text = "FiltrosReporte"
- Me.ResumeLayout(False)
- End Sub
- Friend WithEvents cboInstrumento As ComboBox
- Friend WithEvents Label5 As Label
- Friend WithEvents btnBuscar As Button
- End Class
|