476 lines
22 KiB
VB.net
476 lines
22 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class FrmCuentasRelacionadas
|
|
Inherits System.Windows.Forms.Form
|
|
|
|
'Form overrides dispose to clean up the component list.
|
|
<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
|
|
|
|
'Required by the Windows Form Designer
|
|
Private components As System.ComponentModel.IContainer
|
|
|
|
'NOTE: The following procedure is required by the Windows Form Designer
|
|
'It can be modified using the Windows Form Designer.
|
|
'Do not modify it using the code editor.
|
|
<System.Diagnostics.DebuggerStepThrough()> _
|
|
Private Sub InitializeComponent()
|
|
Me.components = New System.ComponentModel.Container()
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FrmCuentasRelacionadas))
|
|
Me.PNPrincipal = New System.Windows.Forms.Panel()
|
|
Me.GRPBDatosPer = New System.Windows.Forms.GroupBox()
|
|
Me.txtNumCtaRel = New System.Windows.Forms.TextBox()
|
|
Me.txtNumCuenta = New System.Windows.Forms.TextBox()
|
|
Me.txtMaterno = New System.Windows.Forms.TextBox()
|
|
Me.Label4 = New System.Windows.Forms.Label()
|
|
Me.txtPaterno = New System.Windows.Forms.TextBox()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.txtNombre = New System.Windows.Forms.TextBox()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.txtidcliente = New System.Windows.Forms.TextBox()
|
|
Me.txtTitCuenta = New System.Windows.Forms.TextBox()
|
|
Me.Label73 = New System.Windows.Forms.Label()
|
|
Me.GRPBConfirma = New System.Windows.Forms.GroupBox()
|
|
Me.CBD0Interfaz = New System.Windows.Forms.ComboBox()
|
|
Me.CHK0Derivados = New System.Windows.Forms.CheckBox()
|
|
Me.CHK0credito = New System.Windows.Forms.CheckBox()
|
|
Me.CHK0MercadoDinero = New System.Windows.Forms.CheckBox()
|
|
Me.CHK0Divisas = New System.Windows.Forms.CheckBox()
|
|
Me.Label19 = New System.Windows.Forms.Label()
|
|
Me.GRDContactos = New System.Windows.Forms.DataGrid()
|
|
Me.IMGLis = New System.Windows.Forms.ImageList(Me.components)
|
|
Me.BntSalie = New System.Windows.Forms.Button()
|
|
Me.BtnImprimir = New System.Windows.Forms.Button()
|
|
Me.BtnAlta = New System.Windows.Forms.Button()
|
|
Me.Btnbaja = New System.Windows.Forms.Button()
|
|
Me.BtnCambios = New System.Windows.Forms.Button()
|
|
Me.BtnLimpiar = New System.Windows.Forms.Button()
|
|
Me.btnConsulta = New System.Windows.Forms.Button()
|
|
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
|
|
Me.PNPrincipal.SuspendLayout()
|
|
Me.GRPBDatosPer.SuspendLayout()
|
|
Me.GRPBConfirma.SuspendLayout()
|
|
CType(Me.GRDContactos, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SuspendLayout()
|
|
'
|
|
'PNPrincipal
|
|
'
|
|
Me.PNPrincipal.BackColor = System.Drawing.Color.White
|
|
Me.PNPrincipal.Controls.Add(Me.GRPBDatosPer)
|
|
Me.PNPrincipal.Controls.Add(Me.GRPBConfirma)
|
|
Me.PNPrincipal.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.PNPrincipal.Location = New System.Drawing.Point(10, 223)
|
|
Me.PNPrincipal.Name = "PNPrincipal"
|
|
Me.PNPrincipal.Size = New System.Drawing.Size(803, 99)
|
|
Me.PNPrincipal.TabIndex = 101
|
|
'
|
|
'GRPBDatosPer
|
|
'
|
|
Me.GRPBDatosPer.BackColor = System.Drawing.Color.White
|
|
Me.GRPBDatosPer.Controls.Add(Me.txtNumCtaRel)
|
|
Me.GRPBDatosPer.Controls.Add(Me.txtNumCuenta)
|
|
Me.GRPBDatosPer.Controls.Add(Me.txtMaterno)
|
|
Me.GRPBDatosPer.Controls.Add(Me.Label4)
|
|
Me.GRPBDatosPer.Controls.Add(Me.txtPaterno)
|
|
Me.GRPBDatosPer.Controls.Add(Me.Label3)
|
|
Me.GRPBDatosPer.Controls.Add(Me.txtNombre)
|
|
Me.GRPBDatosPer.Controls.Add(Me.Label1)
|
|
Me.GRPBDatosPer.Controls.Add(Me.Label2)
|
|
Me.GRPBDatosPer.Controls.Add(Me.txtidcliente)
|
|
Me.GRPBDatosPer.Controls.Add(Me.txtTitCuenta)
|
|
Me.GRPBDatosPer.Controls.Add(Me.Label73)
|
|
Me.GRPBDatosPer.Location = New System.Drawing.Point(10, 8)
|
|
Me.GRPBDatosPer.Name = "GRPBDatosPer"
|
|
Me.GRPBDatosPer.Size = New System.Drawing.Size(783, 81)
|
|
Me.GRPBDatosPer.TabIndex = 4
|
|
Me.GRPBDatosPer.TabStop = False
|
|
'
|
|
'txtNumCtaRel
|
|
'
|
|
Me.txtNumCtaRel.Location = New System.Drawing.Point(586, 13)
|
|
Me.txtNumCtaRel.Name = "txtNumCtaRel"
|
|
Me.txtNumCtaRel.Size = New System.Drawing.Size(185, 21)
|
|
Me.txtNumCtaRel.TabIndex = 50
|
|
Me.txtNumCtaRel.Tag = "Numero Cuenta"
|
|
'
|
|
'txtNumCuenta
|
|
'
|
|
Me.txtNumCuenta.Location = New System.Drawing.Point(195, 13)
|
|
Me.txtNumCuenta.Name = "txtNumCuenta"
|
|
Me.txtNumCuenta.Size = New System.Drawing.Size(179, 21)
|
|
Me.txtNumCuenta.TabIndex = 3
|
|
Me.txtNumCuenta.Tag = "Numero Cuenta"
|
|
'
|
|
'txtMaterno
|
|
'
|
|
Me.txtMaterno.Location = New System.Drawing.Point(586, 43)
|
|
Me.txtMaterno.Name = "txtMaterno"
|
|
Me.txtMaterno.Size = New System.Drawing.Size(188, 21)
|
|
Me.txtMaterno.TabIndex = 82
|
|
Me.txtMaterno.Tag = ""
|
|
'
|
|
'Label4
|
|
'
|
|
Me.Label4.ForeColor = System.Drawing.Color.MidnightBlue
|
|
Me.Label4.Location = New System.Drawing.Point(518, 46)
|
|
Me.Label4.Name = "Label4"
|
|
Me.Label4.Size = New System.Drawing.Size(66, 14)
|
|
Me.Label4.TabIndex = 81
|
|
Me.Label4.Text = "A. Materno"
|
|
'
|
|
'txtPaterno
|
|
'
|
|
Me.txtPaterno.Location = New System.Drawing.Point(324, 43)
|
|
Me.txtPaterno.Name = "txtPaterno"
|
|
Me.txtPaterno.Size = New System.Drawing.Size(188, 21)
|
|
Me.txtPaterno.TabIndex = 80
|
|
Me.txtPaterno.Tag = ""
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.ForeColor = System.Drawing.Color.MidnightBlue
|
|
Me.Label3.Location = New System.Drawing.Point(260, 46)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(63, 14)
|
|
Me.Label3.TabIndex = 79
|
|
Me.Label3.Text = "A. Paterno"
|
|
'
|
|
'txtNombre
|
|
'
|
|
Me.txtNombre.Location = New System.Drawing.Point(62, 43)
|
|
Me.txtNombre.Name = "txtNombre"
|
|
Me.txtNombre.Size = New System.Drawing.Size(185, 21)
|
|
Me.txtNombre.TabIndex = 78
|
|
Me.txtNombre.Tag = ""
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.ForeColor = System.Drawing.Color.MidnightBlue
|
|
Me.Label1.Location = New System.Drawing.Point(447, 13)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(189, 15)
|
|
Me.Label1.TabIndex = 51
|
|
Me.Label1.Text = "Numero de Cuenta"
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.ForeColor = System.Drawing.Color.MidnightBlue
|
|
Me.Label2.Location = New System.Drawing.Point(6, 13)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(174, 21)
|
|
Me.Label2.TabIndex = 49
|
|
Me.Label2.Text = "Clave de la Entidad Financiera"
|
|
'
|
|
'txtidcliente
|
|
'
|
|
Me.txtidcliente.Location = New System.Drawing.Point(11, 87)
|
|
Me.txtidcliente.Name = "txtidcliente"
|
|
Me.txtidcliente.Size = New System.Drawing.Size(113, 21)
|
|
Me.txtidcliente.TabIndex = 77
|
|
Me.txtidcliente.Tag = ""
|
|
Me.txtidcliente.Visible = False
|
|
'
|
|
'txtTitCuenta
|
|
'
|
|
Me.txtTitCuenta.Enabled = False
|
|
Me.txtTitCuenta.Location = New System.Drawing.Point(130, 87)
|
|
Me.txtTitCuenta.Name = "txtTitCuenta"
|
|
Me.txtTitCuenta.Size = New System.Drawing.Size(506, 21)
|
|
Me.txtTitCuenta.TabIndex = 2
|
|
Me.txtTitCuenta.Tag = "Titular de la Cuenta"
|
|
Me.txtTitCuenta.Visible = False
|
|
'
|
|
'Label73
|
|
'
|
|
Me.Label73.ForeColor = System.Drawing.Color.MidnightBlue
|
|
Me.Label73.Location = New System.Drawing.Point(8, 46)
|
|
Me.Label73.Name = "Label73"
|
|
Me.Label73.Size = New System.Drawing.Size(54, 14)
|
|
Me.Label73.TabIndex = 43
|
|
Me.Label73.Text = "Nombre"
|
|
'
|
|
'GRPBConfirma
|
|
'
|
|
Me.GRPBConfirma.BackColor = System.Drawing.SystemColors.Control
|
|
Me.GRPBConfirma.Controls.Add(Me.CBD0Interfaz)
|
|
Me.GRPBConfirma.Controls.Add(Me.CHK0Derivados)
|
|
Me.GRPBConfirma.Controls.Add(Me.CHK0credito)
|
|
Me.GRPBConfirma.Controls.Add(Me.CHK0MercadoDinero)
|
|
Me.GRPBConfirma.Controls.Add(Me.CHK0Divisas)
|
|
Me.GRPBConfirma.Controls.Add(Me.Label19)
|
|
Me.GRPBConfirma.Location = New System.Drawing.Point(8, 352)
|
|
Me.GRPBConfirma.Name = "GRPBConfirma"
|
|
Me.GRPBConfirma.Size = New System.Drawing.Size(416, 112)
|
|
Me.GRPBConfirma.TabIndex = 6
|
|
Me.GRPBConfirma.TabStop = False
|
|
Me.GRPBConfirma.Text = "Confirmar"
|
|
'
|
|
'CBD0Interfaz
|
|
'
|
|
Me.CBD0Interfaz.Location = New System.Drawing.Point(104, 24)
|
|
Me.CBD0Interfaz.Name = "CBD0Interfaz"
|
|
Me.CBD0Interfaz.Size = New System.Drawing.Size(272, 23)
|
|
Me.CBD0Interfaz.TabIndex = 14
|
|
'
|
|
'CHK0Derivados
|
|
'
|
|
Me.CHK0Derivados.Location = New System.Drawing.Point(256, 88)
|
|
Me.CHK0Derivados.Name = "CHK0Derivados"
|
|
Me.CHK0Derivados.Size = New System.Drawing.Size(144, 16)
|
|
Me.CHK0Derivados.TabIndex = 50
|
|
Me.CHK0Derivados.Text = "Derivados"
|
|
'
|
|
'CHK0credito
|
|
'
|
|
Me.CHK0credito.Location = New System.Drawing.Point(8, 88)
|
|
Me.CHK0credito.Name = "CHK0credito"
|
|
Me.CHK0credito.Size = New System.Drawing.Size(112, 16)
|
|
Me.CHK0credito.TabIndex = 49
|
|
Me.CHK0credito.Text = "Credito"
|
|
'
|
|
'CHK0MercadoDinero
|
|
'
|
|
Me.CHK0MercadoDinero.Location = New System.Drawing.Point(256, 56)
|
|
Me.CHK0MercadoDinero.Name = "CHK0MercadoDinero"
|
|
Me.CHK0MercadoDinero.Size = New System.Drawing.Size(120, 16)
|
|
Me.CHK0MercadoDinero.TabIndex = 48
|
|
Me.CHK0MercadoDinero.Text = "MDinero"
|
|
'
|
|
'CHK0Divisas
|
|
'
|
|
Me.CHK0Divisas.Location = New System.Drawing.Point(8, 56)
|
|
Me.CHK0Divisas.Name = "CHK0Divisas"
|
|
Me.CHK0Divisas.Size = New System.Drawing.Size(120, 16)
|
|
Me.CHK0Divisas.TabIndex = 47
|
|
Me.CHK0Divisas.Text = "Divisas"
|
|
'
|
|
'Label19
|
|
'
|
|
Me.Label19.Location = New System.Drawing.Point(8, 24)
|
|
Me.Label19.Name = "Label19"
|
|
Me.Label19.Size = New System.Drawing.Size(64, 16)
|
|
Me.Label19.TabIndex = 43
|
|
Me.Label19.Text = "Interfaz"
|
|
'
|
|
'GRDContactos
|
|
'
|
|
Me.GRDContactos.BackgroundColor = System.Drawing.Color.White
|
|
Me.GRDContactos.CaptionBackColor = System.Drawing.Color.Silver
|
|
Me.GRDContactos.DataMember = ""
|
|
Me.GRDContactos.HeaderForeColor = System.Drawing.SystemColors.ControlText
|
|
Me.GRDContactos.Location = New System.Drawing.Point(10, 51)
|
|
Me.GRDContactos.Name = "GRDContactos"
|
|
Me.GRDContactos.Size = New System.Drawing.Size(803, 166)
|
|
Me.GRDContactos.TabIndex = 100
|
|
'
|
|
'IMGLis
|
|
'
|
|
Me.IMGLis.ImageStream = CType(resources.GetObject("IMGLis.ImageStream"), System.Windows.Forms.ImageListStreamer)
|
|
Me.IMGLis.TransparentColor = System.Drawing.Color.Transparent
|
|
Me.IMGLis.Images.SetKeyName(0, "")
|
|
Me.IMGLis.Images.SetKeyName(1, "")
|
|
Me.IMGLis.Images.SetKeyName(2, "")
|
|
Me.IMGLis.Images.SetKeyName(3, "")
|
|
Me.IMGLis.Images.SetKeyName(4, "")
|
|
Me.IMGLis.Images.SetKeyName(5, "")
|
|
Me.IMGLis.Images.SetKeyName(6, "")
|
|
Me.IMGLis.Images.SetKeyName(7, "")
|
|
Me.IMGLis.Images.SetKeyName(8, "")
|
|
Me.IMGLis.Images.SetKeyName(9, "")
|
|
Me.IMGLis.Images.SetKeyName(10, "")
|
|
Me.IMGLis.Images.SetKeyName(11, "")
|
|
Me.IMGLis.Images.SetKeyName(12, "")
|
|
Me.IMGLis.Images.SetKeyName(13, "")
|
|
Me.IMGLis.Images.SetKeyName(14, "")
|
|
'
|
|
'BntSalie
|
|
'
|
|
Me.BntSalie.BackColor = System.Drawing.Color.White
|
|
Me.BntSalie.Cursor = System.Windows.Forms.Cursors.Hand
|
|
Me.BntSalie.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.BntSalie.ForeColor = System.Drawing.Color.MidnightBlue
|
|
Me.BntSalie.Image = CType(resources.GetObject("BntSalie.Image"), System.Drawing.Image)
|
|
Me.BntSalie.Location = New System.Drawing.Point(822, 288)
|
|
Me.BntSalie.Name = "BntSalie"
|
|
Me.BntSalie.Size = New System.Drawing.Size(106, 33)
|
|
Me.BntSalie.TabIndex = 112
|
|
Me.BntSalie.Text = "Cerrar"
|
|
Me.BntSalie.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.BntSalie.UseVisualStyleBackColor = True
|
|
'
|
|
'BtnImprimir
|
|
'
|
|
Me.BtnImprimir.BackColor = System.Drawing.Color.White
|
|
Me.BtnImprimir.Cursor = System.Windows.Forms.Cursors.Hand
|
|
Me.BtnImprimir.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.BtnImprimir.ForeColor = System.Drawing.Color.MidnightBlue
|
|
Me.BtnImprimir.Image = CType(resources.GetObject("BtnImprimir.Image"), System.Drawing.Image)
|
|
Me.BtnImprimir.Location = New System.Drawing.Point(334, 12)
|
|
Me.BtnImprimir.Name = "BtnImprimir"
|
|
Me.BtnImprimir.Size = New System.Drawing.Size(106, 33)
|
|
Me.BtnImprimir.TabIndex = 111
|
|
Me.BtnImprimir.Text = "Exportar"
|
|
Me.BtnImprimir.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.BtnImprimir.UseVisualStyleBackColor = True
|
|
Me.BtnImprimir.Visible = False
|
|
'
|
|
'BtnAlta
|
|
'
|
|
Me.BtnAlta.BackColor = System.Drawing.Color.White
|
|
Me.BtnAlta.Cursor = System.Windows.Forms.Cursors.Hand
|
|
Me.BtnAlta.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.BtnAlta.ForeColor = System.Drawing.Color.MidnightBlue
|
|
Me.BtnAlta.Image = CType(resources.GetObject("BtnAlta.Image"), System.Drawing.Image)
|
|
Me.BtnAlta.Location = New System.Drawing.Point(822, 133)
|
|
Me.BtnAlta.Name = "BtnAlta"
|
|
Me.BtnAlta.Size = New System.Drawing.Size(106, 33)
|
|
Me.BtnAlta.TabIndex = 110
|
|
Me.BtnAlta.Text = "Grabar"
|
|
Me.BtnAlta.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.BtnAlta.UseVisualStyleBackColor = True
|
|
'
|
|
'Btnbaja
|
|
'
|
|
Me.Btnbaja.BackColor = System.Drawing.Color.White
|
|
Me.Btnbaja.Cursor = System.Windows.Forms.Cursors.Hand
|
|
Me.Btnbaja.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Btnbaja.ForeColor = System.Drawing.Color.MidnightBlue
|
|
Me.Btnbaja.Image = CType(resources.GetObject("Btnbaja.Image"), System.Drawing.Image)
|
|
Me.Btnbaja.Location = New System.Drawing.Point(822, 172)
|
|
Me.Btnbaja.Name = "Btnbaja"
|
|
Me.Btnbaja.Size = New System.Drawing.Size(106, 33)
|
|
Me.Btnbaja.TabIndex = 109
|
|
Me.Btnbaja.Text = "Baja"
|
|
Me.Btnbaja.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.Btnbaja.UseVisualStyleBackColor = True
|
|
Me.Btnbaja.Visible = False
|
|
'
|
|
'BtnCambios
|
|
'
|
|
Me.BtnCambios.BackColor = System.Drawing.Color.White
|
|
Me.BtnCambios.Cursor = System.Windows.Forms.Cursors.Hand
|
|
Me.BtnCambios.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.BtnCambios.ForeColor = System.Drawing.Color.MidnightBlue
|
|
Me.BtnCambios.Image = CType(resources.GetObject("BtnCambios.Image"), System.Drawing.Image)
|
|
Me.BtnCambios.Location = New System.Drawing.Point(822, 210)
|
|
Me.BtnCambios.Name = "BtnCambios"
|
|
Me.BtnCambios.Size = New System.Drawing.Size(106, 33)
|
|
Me.BtnCambios.TabIndex = 108
|
|
Me.BtnCambios.Text = "Cambios"
|
|
Me.BtnCambios.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.BtnCambios.UseVisualStyleBackColor = True
|
|
Me.BtnCambios.Visible = False
|
|
'
|
|
'BtnLimpiar
|
|
'
|
|
Me.BtnLimpiar.BackColor = System.Drawing.Color.White
|
|
Me.BtnLimpiar.Cursor = System.Windows.Forms.Cursors.Hand
|
|
Me.BtnLimpiar.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.BtnLimpiar.ForeColor = System.Drawing.Color.MidnightBlue
|
|
Me.BtnLimpiar.Image = CType(resources.GetObject("BtnLimpiar.Image"), System.Drawing.Image)
|
|
Me.BtnLimpiar.Location = New System.Drawing.Point(822, 249)
|
|
Me.BtnLimpiar.Name = "BtnLimpiar"
|
|
Me.BtnLimpiar.Size = New System.Drawing.Size(106, 33)
|
|
Me.BtnLimpiar.TabIndex = 107
|
|
Me.BtnLimpiar.Text = "Limpiar"
|
|
Me.BtnLimpiar.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.BtnLimpiar.UseVisualStyleBackColor = True
|
|
'
|
|
'btnConsulta
|
|
'
|
|
Me.btnConsulta.BackColor = System.Drawing.Color.White
|
|
Me.btnConsulta.Cursor = System.Windows.Forms.Cursors.Hand
|
|
Me.btnConsulta.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.btnConsulta.ForeColor = System.Drawing.Color.MidnightBlue
|
|
Me.btnConsulta.Image = CType(resources.GetObject("btnConsulta.Image"), System.Drawing.Image)
|
|
Me.btnConsulta.Location = New System.Drawing.Point(222, 12)
|
|
Me.btnConsulta.Name = "btnConsulta"
|
|
Me.btnConsulta.Size = New System.Drawing.Size(106, 33)
|
|
Me.btnConsulta.TabIndex = 106
|
|
Me.btnConsulta.Text = "Consulta"
|
|
Me.btnConsulta.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.btnConsulta.UseVisualStyleBackColor = True
|
|
Me.btnConsulta.Visible = False
|
|
'
|
|
'PictureBox1
|
|
'
|
|
Me.PictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
|
|
Me.PictureBox1.ErrorImage = CType(resources.GetObject("PictureBox1.ErrorImage"), System.Drawing.Image)
|
|
Me.PictureBox1.Image = Global.CLIENTE.My.Resources.Resources.logo_Empresa
|
|
Me.PictureBox1.Location = New System.Drawing.Point(2, 2)
|
|
Me.PictureBox1.Name = "PictureBox1"
|
|
Me.PictureBox1.Size = New System.Drawing.Size(142, 43)
|
|
Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
|
|
Me.PictureBox1.TabIndex = 113
|
|
Me.PictureBox1.TabStop = False
|
|
'
|
|
'FrmCuentasRelacionadas
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.BackColor = System.Drawing.Color.White
|
|
Me.ClientSize = New System.Drawing.Size(938, 332)
|
|
Me.Controls.Add(Me.PictureBox1)
|
|
Me.Controls.Add(Me.BntSalie)
|
|
Me.Controls.Add(Me.BtnImprimir)
|
|
Me.Controls.Add(Me.BtnAlta)
|
|
Me.Controls.Add(Me.Btnbaja)
|
|
Me.Controls.Add(Me.BtnCambios)
|
|
Me.Controls.Add(Me.BtnLimpiar)
|
|
Me.Controls.Add(Me.btnConsulta)
|
|
Me.Controls.Add(Me.PNPrincipal)
|
|
Me.Controls.Add(Me.GRDContactos)
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
Me.Name = "FrmCuentasRelacionadas"
|
|
Me.Text = "Cuentas Relacionadas"
|
|
Me.PNPrincipal.ResumeLayout(False)
|
|
Me.GRPBDatosPer.ResumeLayout(False)
|
|
Me.GRPBDatosPer.PerformLayout()
|
|
Me.GRPBConfirma.ResumeLayout(False)
|
|
CType(Me.GRDContactos, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
Friend WithEvents PNPrincipal As System.Windows.Forms.Panel
|
|
Friend WithEvents GRPBDatosPer As System.Windows.Forms.GroupBox
|
|
Friend WithEvents Label2 As System.Windows.Forms.Label
|
|
Friend WithEvents txtNumCuenta As System.Windows.Forms.TextBox
|
|
Friend WithEvents txtTitCuenta As System.Windows.Forms.TextBox
|
|
Friend WithEvents Label73 As System.Windows.Forms.Label
|
|
Friend WithEvents GRPBConfirma As System.Windows.Forms.GroupBox
|
|
Friend WithEvents CBD0Interfaz As System.Windows.Forms.ComboBox
|
|
Friend WithEvents CHK0Derivados As System.Windows.Forms.CheckBox
|
|
Friend WithEvents CHK0credito As System.Windows.Forms.CheckBox
|
|
Friend WithEvents CHK0MercadoDinero As System.Windows.Forms.CheckBox
|
|
Friend WithEvents CHK0Divisas As System.Windows.Forms.CheckBox
|
|
Friend WithEvents Label19 As System.Windows.Forms.Label
|
|
Friend WithEvents GRDContactos As System.Windows.Forms.DataGrid
|
|
Friend WithEvents IMGLis As System.Windows.Forms.ImageList
|
|
Friend WithEvents BntSalie As System.Windows.Forms.Button
|
|
Friend WithEvents BtnImprimir As System.Windows.Forms.Button
|
|
Friend WithEvents BtnAlta As System.Windows.Forms.Button
|
|
Friend WithEvents Btnbaja As System.Windows.Forms.Button
|
|
Friend WithEvents BtnCambios As System.Windows.Forms.Button
|
|
Friend WithEvents BtnLimpiar As System.Windows.Forms.Button
|
|
Friend WithEvents btnConsulta As System.Windows.Forms.Button
|
|
Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
|
|
Friend WithEvents Label1 As System.Windows.Forms.Label
|
|
Friend WithEvents txtNumCtaRel As System.Windows.Forms.TextBox
|
|
Friend WithEvents txtidcliente As System.Windows.Forms.TextBox
|
|
Friend WithEvents txtMaterno As System.Windows.Forms.TextBox
|
|
Friend WithEvents Label4 As System.Windows.Forms.Label
|
|
Friend WithEvents txtPaterno As System.Windows.Forms.TextBox
|
|
Friend WithEvents Label3 As System.Windows.Forms.Label
|
|
Friend WithEvents txtNombre As System.Windows.Forms.TextBox
|
|
End Class
|