client/Actualizadores/frmNvaAsocCta.Designer.vb

150 lines
6.7 KiB
VB.net

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmNvaAsocCta
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.GroupBox1 = New System.Windows.Forms.GroupBox()
Me.txtCriterio = New System.Windows.Forms.TextBox()
Me.cboBuscar = New System.Windows.Forms.ComboBox()
Me.Label2 = New System.Windows.Forms.Label()
Me.Label1 = New System.Windows.Forms.Label()
Me.DataGridView1 = New System.Windows.Forms.DataGridView()
Me.BtnBuscar = New System.Windows.Forms.Button()
Me.BtnSeleccionar = New System.Windows.Forms.Button()
Me.GroupBox1.SuspendLayout()
CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'GroupBox1
'
Me.GroupBox1.Controls.Add(Me.txtCriterio)
Me.GroupBox1.Controls.Add(Me.cboBuscar)
Me.GroupBox1.Controls.Add(Me.Label2)
Me.GroupBox1.Controls.Add(Me.Label1)
Me.GroupBox1.Location = New System.Drawing.Point(12, 12)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(330, 74)
Me.GroupBox1.TabIndex = 112
Me.GroupBox1.TabStop = False
Me.GroupBox1.Text = "Buscar"
'
'txtCriterio
'
Me.txtCriterio.Location = New System.Drawing.Point(128, 16)
Me.txtCriterio.Name = "txtCriterio"
Me.txtCriterio.Size = New System.Drawing.Size(192, 20)
Me.txtCriterio.TabIndex = 3
'
'cboBuscar
'
Me.cboBuscar.FormattingEnabled = True
Me.cboBuscar.Location = New System.Drawing.Point(128, 42)
Me.cboBuscar.Name = "cboBuscar"
Me.cboBuscar.Size = New System.Drawing.Size(192, 21)
Me.cboBuscar.TabIndex = 2
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(49, 44)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(62, 13)
Me.Label2.TabIndex = 1
Me.Label2.Text = "Buscar Por:"
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(11, 19)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(111, 13)
Me.Label1.TabIndex = 0
Me.Label1.Text = "Criterio de Busqueda: "
'
'DataGridView1
'
Me.DataGridView1.BackgroundColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
Me.DataGridView1.GridColor = System.Drawing.SystemColors.ControlDarkDark
Me.DataGridView1.Location = New System.Drawing.Point(12, 92)
Me.DataGridView1.Name = "DataGridView1"
Me.DataGridView1.Size = New System.Drawing.Size(330, 129)
Me.DataGridView1.TabIndex = 113
'
'BtnBuscar
'
Me.BtnBuscar.BackColor = System.Drawing.Color.Ivory
Me.BtnBuscar.Cursor = System.Windows.Forms.Cursors.Hand
Me.BtnBuscar.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.BtnBuscar.ForeColor = System.Drawing.Color.MidnightBlue
Me.BtnBuscar.Image = Global.CLIENTE.My.Resources.Resources.botonFind
Me.BtnBuscar.Location = New System.Drawing.Point(348, 21)
Me.BtnBuscar.Name = "BtnBuscar"
Me.BtnBuscar.Size = New System.Drawing.Size(106, 33)
Me.BtnBuscar.TabIndex = 114
Me.BtnBuscar.Text = "Buscar"
Me.BtnBuscar.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.BtnBuscar.UseVisualStyleBackColor = True
'
'BtnSeleccionar
'
Me.BtnSeleccionar.BackColor = System.Drawing.Color.Ivory
Me.BtnSeleccionar.Cursor = System.Windows.Forms.Cursors.Hand
Me.BtnSeleccionar.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.BtnSeleccionar.ForeColor = System.Drawing.Color.MidnightBlue
Me.BtnSeleccionar.Image = Global.CLIENTE.My.Resources.Resources.FondoBoton_chico
Me.BtnSeleccionar.Location = New System.Drawing.Point(348, 188)
Me.BtnSeleccionar.Name = "BtnSeleccionar"
Me.BtnSeleccionar.Size = New System.Drawing.Size(106, 33)
Me.BtnSeleccionar.TabIndex = 115
Me.BtnSeleccionar.Text = "Seleccionar"
Me.BtnSeleccionar.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.BtnSeleccionar.UseVisualStyleBackColor = True
'
'frmNvaAsocCta
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(457, 229)
Me.Controls.Add(Me.BtnSeleccionar)
Me.Controls.Add(Me.BtnBuscar)
Me.Controls.Add(Me.DataGridView1)
Me.Controls.Add(Me.GroupBox1)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
Me.Name = "frmNvaAsocCta"
Me.Text = "Buscar Cliete o Cuenta"
Me.GroupBox1.ResumeLayout(False)
Me.GroupBox1.PerformLayout()
CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
End Sub
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
Friend WithEvents txtCriterio As System.Windows.Forms.TextBox
Friend WithEvents cboBuscar As System.Windows.Forms.ComboBox
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents DataGridView1 As System.Windows.Forms.DataGridView
Friend WithEvents BtnBuscar As System.Windows.Forms.Button
Friend WithEvents BtnSeleccionar As System.Windows.Forms.Button
End Class