|
|
@@ -26,8 +26,6 @@ Partial Class frmPIN
|
|
|
Dim navSiguienteRegistro As System.Windows.Forms.ToolStripButton
|
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmPIN))
|
|
|
Me.cboCalificadoraDeRiesgo = New System.Windows.Forms.ComboBox()
|
|
|
- Me.PIN0BindingSource4 = New System.Windows.Forms.BindingSource(Me.components)
|
|
|
- Me.InversionesDEVDataSet5 = New Inversiones.InversionesDEVDataSet5()
|
|
|
Me.cboEmisores = New System.Windows.Forms.ComboBox()
|
|
|
Me.cboInstrumentosFinancieros = New System.Windows.Forms.ComboBox()
|
|
|
Me.cboEmpresas = New System.Windows.Forms.ComboBox()
|
|
|
@@ -173,13 +171,13 @@ Partial Class frmPIN
|
|
|
Me.pnlCambiarRec = New System.Windows.Forms.Panel()
|
|
|
Me.btnCambiarRec = New System.Windows.Forms.Button()
|
|
|
Me.lblCambiarRec = New System.Windows.Forms.Label()
|
|
|
- Me.PIN0TableAdapter3 = New Inversiones.InversionesDEVDataSet5TableAdapters.PIN0TableAdapter()
|
|
|
- Me.TableAdapterManager = New Inversiones.InversionesDEVDataSet5TableAdapters.TableAdapterManager()
|
|
|
Me.TableLayoutPanel3 = New System.Windows.Forms.TableLayoutPanel()
|
|
|
Me.FlowLayoutPanel1 = New System.Windows.Forms.FlowLayoutPanel()
|
|
|
+ Me.PIN0BindingSource4 = New System.Windows.Forms.BindingSource(Me.components)
|
|
|
+ Me.InversionesDEVDataSet5 = New Inversiones.InversionesDEVDataSet5()
|
|
|
+ Me.PIN0TableAdapter3 = New Inversiones.InversionesDEVDataSet5TableAdapters.PIN0TableAdapter()
|
|
|
+ Me.TableAdapterManager = New Inversiones.InversionesDEVDataSet5TableAdapters.TableAdapterManager()
|
|
|
navSiguienteRegistro = New System.Windows.Forms.ToolStripButton()
|
|
|
- CType(Me.PIN0BindingSource4, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
|
- CType(Me.InversionesDEVDataSet5, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
|
Me.pnlPie.SuspendLayout()
|
|
|
CType(Me.Navegador, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
|
Me.Navegador.SuspendLayout()
|
|
|
@@ -223,6 +221,8 @@ Partial Class frmPIN
|
|
|
Me.pnlCambiarRec.SuspendLayout()
|
|
|
Me.TableLayoutPanel3.SuspendLayout()
|
|
|
Me.FlowLayoutPanel1.SuspendLayout()
|
|
|
+ CType(Me.PIN0BindingSource4, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
|
+ CType(Me.InversionesDEVDataSet5, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
|
Me.SuspendLayout()
|
|
|
'
|
|
|
'navSiguienteRegistro
|
|
|
@@ -243,21 +243,11 @@ Partial Class frmPIN
|
|
|
Me.cboCalificadoraDeRiesgo.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
|
Me.cboCalificadoraDeRiesgo.Font = New System.Drawing.Font("Trebuchet MS", 9.75!)
|
|
|
Me.cboCalificadoraDeRiesgo.FormattingEnabled = True
|
|
|
- Me.cboCalificadoraDeRiesgo.Location = New System.Drawing.Point(893, 199)
|
|
|
+ Me.cboCalificadoraDeRiesgo.Location = New System.Drawing.Point(909, 198)
|
|
|
Me.cboCalificadoraDeRiesgo.Name = "cboCalificadoraDeRiesgo"
|
|
|
- Me.cboCalificadoraDeRiesgo.Size = New System.Drawing.Size(182, 26)
|
|
|
+ Me.cboCalificadoraDeRiesgo.Size = New System.Drawing.Size(167, 26)
|
|
|
Me.cboCalificadoraDeRiesgo.TabIndex = 13
|
|
|
'
|
|
|
- 'PIN0BindingSource4
|
|
|
- '
|
|
|
- Me.PIN0BindingSource4.DataMember = "PIN0"
|
|
|
- Me.PIN0BindingSource4.DataSource = Me.InversionesDEVDataSet5
|
|
|
- '
|
|
|
- 'InversionesDEVDataSet5
|
|
|
- '
|
|
|
- Me.InversionesDEVDataSet5.DataSetName = "InversionesDEVDataSet5"
|
|
|
- Me.InversionesDEVDataSet5.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
|
|
|
- '
|
|
|
'cboEmisores
|
|
|
'
|
|
|
Me.cboEmisores.BackColor = System.Drawing.SystemColors.Menu
|
|
|
@@ -268,7 +258,7 @@ Partial Class frmPIN
|
|
|
Me.cboEmisores.FormattingEnabled = True
|
|
|
Me.cboEmisores.Location = New System.Drawing.Point(171, 343)
|
|
|
Me.cboEmisores.Name = "cboEmisores"
|
|
|
- Me.cboEmisores.Size = New System.Drawing.Size(182, 26)
|
|
|
+ Me.cboEmisores.Size = New System.Drawing.Size(215, 26)
|
|
|
Me.cboEmisores.TabIndex = 11
|
|
|
'
|
|
|
'cboInstrumentosFinancieros
|
|
|
@@ -282,7 +272,7 @@ Partial Class frmPIN
|
|
|
Me.cboInstrumentosFinancieros.Location = New System.Drawing.Point(171, 244)
|
|
|
Me.cboInstrumentosFinancieros.MaxLength = 100000
|
|
|
Me.cboInstrumentosFinancieros.Name = "cboInstrumentosFinancieros"
|
|
|
- Me.cboInstrumentosFinancieros.Size = New System.Drawing.Size(142, 26)
|
|
|
+ Me.cboInstrumentosFinancieros.Size = New System.Drawing.Size(215, 26)
|
|
|
Me.cboInstrumentosFinancieros.TabIndex = 3
|
|
|
'
|
|
|
'cboEmpresas
|
|
|
@@ -296,7 +286,7 @@ Partial Class frmPIN
|
|
|
Me.cboEmpresas.FormattingEnabled = True
|
|
|
Me.cboEmpresas.Location = New System.Drawing.Point(171, 184)
|
|
|
Me.cboEmpresas.Name = "cboEmpresas"
|
|
|
- Me.cboEmpresas.Size = New System.Drawing.Size(182, 26)
|
|
|
+ Me.cboEmpresas.Size = New System.Drawing.Size(215, 26)
|
|
|
Me.cboEmpresas.TabIndex = 1
|
|
|
'
|
|
|
'cboEstadoDocumento
|
|
|
@@ -309,10 +299,10 @@ Partial Class frmPIN
|
|
|
Me.cboEstadoDocumento.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
|
Me.cboEstadoDocumento.Font = New System.Drawing.Font("Trebuchet MS", 9.75!)
|
|
|
Me.cboEstadoDocumento.FormattingEnabled = True
|
|
|
- Me.cboEstadoDocumento.Location = New System.Drawing.Point(532, 249)
|
|
|
+ Me.cboEstadoDocumento.Location = New System.Drawing.Point(575, 248)
|
|
|
Me.cboEstadoDocumento.MaxLength = 100000
|
|
|
Me.cboEstadoDocumento.Name = "cboEstadoDocumento"
|
|
|
- Me.cboEstadoDocumento.Size = New System.Drawing.Size(183, 26)
|
|
|
+ Me.cboEstadoDocumento.Size = New System.Drawing.Size(166, 26)
|
|
|
Me.cboEstadoDocumento.TabIndex = 17
|
|
|
'
|
|
|
'cboOrigenDeFondos
|
|
|
@@ -323,9 +313,9 @@ Partial Class frmPIN
|
|
|
Me.cboOrigenDeFondos.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
|
Me.cboOrigenDeFondos.Font = New System.Drawing.Font("Trebuchet MS", 9.75!)
|
|
|
Me.cboOrigenDeFondos.FormattingEnabled = True
|
|
|
- Me.cboOrigenDeFondos.Location = New System.Drawing.Point(893, 294)
|
|
|
+ Me.cboOrigenDeFondos.Location = New System.Drawing.Point(909, 293)
|
|
|
Me.cboOrigenDeFondos.Name = "cboOrigenDeFondos"
|
|
|
- Me.cboOrigenDeFondos.Size = New System.Drawing.Size(182, 26)
|
|
|
+ Me.cboOrigenDeFondos.Size = New System.Drawing.Size(167, 26)
|
|
|
Me.cboOrigenDeFondos.TabIndex = 10
|
|
|
'
|
|
|
'cboCalificacionDeRiesgo
|
|
|
@@ -339,7 +329,7 @@ Partial Class frmPIN
|
|
|
Me.cboCalificacionDeRiesgo.FormattingEnabled = True
|
|
|
Me.cboCalificacionDeRiesgo.Location = New System.Drawing.Point(171, 394)
|
|
|
Me.cboCalificacionDeRiesgo.Name = "cboCalificacionDeRiesgo"
|
|
|
- Me.cboCalificacionDeRiesgo.Size = New System.Drawing.Size(182, 26)
|
|
|
+ Me.cboCalificacionDeRiesgo.Size = New System.Drawing.Size(215, 26)
|
|
|
Me.cboCalificacionDeRiesgo.TabIndex = 12
|
|
|
Me.cboCalificacionDeRiesgo.ValueMember = "Codigo"
|
|
|
'
|
|
|
@@ -504,9 +494,9 @@ Partial Class frmPIN
|
|
|
Me.cboTipoOperacion.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
|
Me.cboTipoOperacion.Font = New System.Drawing.Font("Trebuchet MS", 9.75!)
|
|
|
Me.cboTipoOperacion.FormattingEnabled = True
|
|
|
- Me.cboTipoOperacion.Location = New System.Drawing.Point(532, 388)
|
|
|
+ Me.cboTipoOperacion.Location = New System.Drawing.Point(575, 387)
|
|
|
Me.cboTipoOperacion.Name = "cboTipoOperacion"
|
|
|
- Me.cboTipoOperacion.Size = New System.Drawing.Size(183, 26)
|
|
|
+ Me.cboTipoOperacion.Size = New System.Drawing.Size(166, 26)
|
|
|
Me.cboTipoOperacion.TabIndex = 88
|
|
|
'
|
|
|
'cboAutorizacion
|
|
|
@@ -519,9 +509,9 @@ Partial Class frmPIN
|
|
|
Me.cboAutorizacion.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
|
Me.cboAutorizacion.Font = New System.Drawing.Font("Trebuchet MS", 9.75!)
|
|
|
Me.cboAutorizacion.FormattingEnabled = True
|
|
|
- Me.cboAutorizacion.Location = New System.Drawing.Point(893, 340)
|
|
|
+ Me.cboAutorizacion.Location = New System.Drawing.Point(909, 339)
|
|
|
Me.cboAutorizacion.Name = "cboAutorizacion"
|
|
|
- Me.cboAutorizacion.Size = New System.Drawing.Size(182, 26)
|
|
|
+ Me.cboAutorizacion.Size = New System.Drawing.Size(167, 26)
|
|
|
Me.cboAutorizacion.TabIndex = 91
|
|
|
'
|
|
|
'btnActivar
|
|
|
@@ -548,7 +538,7 @@ Partial Class frmPIN
|
|
|
Me.cboTipoMercado.FormattingEnabled = True
|
|
|
Me.cboTipoMercado.Location = New System.Drawing.Point(171, 294)
|
|
|
Me.cboTipoMercado.Name = "cboTipoMercado"
|
|
|
- Me.cboTipoMercado.Size = New System.Drawing.Size(182, 26)
|
|
|
+ Me.cboTipoMercado.Size = New System.Drawing.Size(215, 26)
|
|
|
Me.cboTipoMercado.TabIndex = 158
|
|
|
Me.cboTipoMercado.ValueMember = "Codigo"
|
|
|
'
|
|
|
@@ -601,9 +591,9 @@ Partial Class frmPIN
|
|
|
Me.cboRenta.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
|
Me.cboRenta.Font = New System.Drawing.Font("Trebuchet MS", 9.75!)
|
|
|
Me.cboRenta.FormattingEnabled = True
|
|
|
- Me.cboRenta.Location = New System.Drawing.Point(532, 343)
|
|
|
+ Me.cboRenta.Location = New System.Drawing.Point(575, 342)
|
|
|
Me.cboRenta.Name = "cboRenta"
|
|
|
- Me.cboRenta.Size = New System.Drawing.Size(183, 26)
|
|
|
+ Me.cboRenta.Size = New System.Drawing.Size(166, 26)
|
|
|
Me.cboRenta.TabIndex = 164
|
|
|
'
|
|
|
'cboTasa
|
|
|
@@ -614,9 +604,9 @@ Partial Class frmPIN
|
|
|
Me.cboTasa.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
|
Me.cboTasa.Font = New System.Drawing.Font("Trebuchet MS", 9.75!)
|
|
|
Me.cboTasa.FormattingEnabled = True
|
|
|
- Me.cboTasa.Location = New System.Drawing.Point(893, 244)
|
|
|
+ Me.cboTasa.Location = New System.Drawing.Point(909, 243)
|
|
|
Me.cboTasa.Name = "cboTasa"
|
|
|
- Me.cboTasa.Size = New System.Drawing.Size(182, 26)
|
|
|
+ Me.cboTasa.Size = New System.Drawing.Size(167, 26)
|
|
|
Me.cboTasa.TabIndex = 166
|
|
|
'
|
|
|
'cboPeriodicidad
|
|
|
@@ -627,9 +617,9 @@ Partial Class frmPIN
|
|
|
Me.cboPeriodicidad.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
|
Me.cboPeriodicidad.Font = New System.Drawing.Font("Trebuchet MS", 9.75!)
|
|
|
Me.cboPeriodicidad.FormattingEnabled = True
|
|
|
- Me.cboPeriodicidad.Location = New System.Drawing.Point(532, 295)
|
|
|
+ Me.cboPeriodicidad.Location = New System.Drawing.Point(575, 294)
|
|
|
Me.cboPeriodicidad.Name = "cboPeriodicidad"
|
|
|
- Me.cboPeriodicidad.Size = New System.Drawing.Size(183, 26)
|
|
|
+ Me.cboPeriodicidad.Size = New System.Drawing.Size(166, 26)
|
|
|
Me.cboPeriodicidad.TabIndex = 167
|
|
|
'
|
|
|
'Navegador
|
|
|
@@ -1422,9 +1412,9 @@ Partial Class frmPIN
|
|
|
Me.cboPaises.Font = New System.Drawing.Font("Trebuchet MS", 9.75!)
|
|
|
Me.cboPaises.ForeColor = System.Drawing.SystemColors.InfoText
|
|
|
Me.cboPaises.FormattingEnabled = True
|
|
|
- Me.cboPaises.Location = New System.Drawing.Point(532, 199)
|
|
|
+ Me.cboPaises.Location = New System.Drawing.Point(575, 198)
|
|
|
Me.cboPaises.Name = "cboPaises"
|
|
|
- Me.cboPaises.Size = New System.Drawing.Size(183, 26)
|
|
|
+ Me.cboPaises.Size = New System.Drawing.Size(166, 26)
|
|
|
Me.cboPaises.TabIndex = 156
|
|
|
Me.cboPaises.ValueMember = "Codigo"
|
|
|
'
|
|
|
@@ -1532,7 +1522,7 @@ Partial Class frmPIN
|
|
|
'
|
|
|
Me.btnDetalleIF.Font = New System.Drawing.Font("Trebuchet MS", 9.75!)
|
|
|
Me.btnDetalleIF.ForeColor = System.Drawing.SystemColors.ControlDark
|
|
|
- Me.btnDetalleIF.Location = New System.Drawing.Point(319, 244)
|
|
|
+ Me.btnDetalleIF.Location = New System.Drawing.Point(392, 247)
|
|
|
Me.btnDetalleIF.Name = "btnDetalleIF"
|
|
|
Me.btnDetalleIF.Size = New System.Drawing.Size(34, 26)
|
|
|
Me.btnDetalleIF.TabIndex = 193
|
|
|
@@ -1543,7 +1533,7 @@ Partial Class frmPIN
|
|
|
'
|
|
|
Me.Label18.AutoSize = True
|
|
|
Me.Label18.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
|
- Me.Label18.Location = New System.Drawing.Point(748, 252)
|
|
|
+ Me.Label18.Location = New System.Drawing.Point(764, 251)
|
|
|
Me.Label18.Name = "Label18"
|
|
|
Me.Label18.Size = New System.Drawing.Size(63, 18)
|
|
|
Me.Label18.TabIndex = 192
|
|
|
@@ -1553,7 +1543,7 @@ Partial Class frmPIN
|
|
|
'
|
|
|
Me.Label17.AutoSize = True
|
|
|
Me.Label17.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
|
- Me.Label17.Location = New System.Drawing.Point(748, 343)
|
|
|
+ Me.Label17.Location = New System.Drawing.Point(764, 342)
|
|
|
Me.Label17.Name = "Label17"
|
|
|
Me.Label17.Size = New System.Drawing.Size(81, 18)
|
|
|
Me.Label17.TabIndex = 191
|
|
|
@@ -1563,7 +1553,7 @@ Partial Class frmPIN
|
|
|
'
|
|
|
Me.Label16.AutoSize = True
|
|
|
Me.Label16.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
|
- Me.Label16.Location = New System.Drawing.Point(748, 297)
|
|
|
+ Me.Label16.Location = New System.Drawing.Point(764, 296)
|
|
|
Me.Label16.Name = "Label16"
|
|
|
Me.Label16.Size = New System.Drawing.Size(117, 18)
|
|
|
Me.Label16.TabIndex = 190
|
|
|
@@ -1573,7 +1563,7 @@ Partial Class frmPIN
|
|
|
'
|
|
|
Me.Label15.AutoSize = True
|
|
|
Me.Label15.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
|
- Me.Label15.Location = New System.Drawing.Point(389, 252)
|
|
|
+ Me.Label15.Location = New System.Drawing.Point(432, 251)
|
|
|
Me.Label15.Name = "Label15"
|
|
|
Me.Label15.Size = New System.Drawing.Size(47, 18)
|
|
|
Me.Label15.TabIndex = 189
|
|
|
@@ -1583,7 +1573,7 @@ Partial Class frmPIN
|
|
|
'
|
|
|
Me.Label14.AutoSize = True
|
|
|
Me.Label14.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
|
- Me.Label14.Location = New System.Drawing.Point(748, 202)
|
|
|
+ Me.Label14.Location = New System.Drawing.Point(764, 201)
|
|
|
Me.Label14.Name = "Label14"
|
|
|
Me.Label14.Size = New System.Drawing.Size(139, 18)
|
|
|
Me.Label14.TabIndex = 188
|
|
|
@@ -1593,7 +1583,7 @@ Partial Class frmPIN
|
|
|
'
|
|
|
Me.Label13.AutoSize = True
|
|
|
Me.Label13.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
|
- Me.Label13.Location = New System.Drawing.Point(389, 391)
|
|
|
+ Me.Label13.Location = New System.Drawing.Point(432, 390)
|
|
|
Me.Label13.Name = "Label13"
|
|
|
Me.Label13.Size = New System.Drawing.Size(112, 18)
|
|
|
Me.Label13.TabIndex = 187
|
|
|
@@ -1603,7 +1593,7 @@ Partial Class frmPIN
|
|
|
'
|
|
|
Me.Label12.AutoSize = True
|
|
|
Me.Label12.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
|
- Me.Label12.Location = New System.Drawing.Point(390, 346)
|
|
|
+ Me.Label12.Location = New System.Drawing.Point(433, 345)
|
|
|
Me.Label12.Name = "Label12"
|
|
|
Me.Label12.Size = New System.Drawing.Size(70, 18)
|
|
|
Me.Label12.TabIndex = 186
|
|
|
@@ -1613,7 +1603,7 @@ Partial Class frmPIN
|
|
|
'
|
|
|
Me.Label11.AutoSize = True
|
|
|
Me.Label11.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
|
- Me.Label11.Location = New System.Drawing.Point(389, 297)
|
|
|
+ Me.Label11.Location = New System.Drawing.Point(432, 296)
|
|
|
Me.Label11.Name = "Label11"
|
|
|
Me.Label11.Size = New System.Drawing.Size(79, 18)
|
|
|
Me.Label11.TabIndex = 185
|
|
|
@@ -1623,11 +1613,12 @@ Partial Class frmPIN
|
|
|
'
|
|
|
Me.Label10.AutoSize = True
|
|
|
Me.Label10.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
|
- Me.Label10.Location = New System.Drawing.Point(389, 202)
|
|
|
+ Me.Label10.ForeColor = System.Drawing.Color.Maroon
|
|
|
+ Me.Label10.Location = New System.Drawing.Point(432, 201)
|
|
|
Me.Label10.Name = "Label10"
|
|
|
- Me.Label10.Size = New System.Drawing.Size(44, 18)
|
|
|
+ Me.Label10.Size = New System.Drawing.Size(53, 18)
|
|
|
Me.Label10.TabIndex = 184
|
|
|
- Me.Label10.Text = "Países"
|
|
|
+ Me.Label10.Text = "Países *"
|
|
|
'
|
|
|
'Label7
|
|
|
'
|
|
|
@@ -1643,6 +1634,7 @@ Partial Class frmPIN
|
|
|
'
|
|
|
Me.Label6.AutoSize = True
|
|
|
Me.Label6.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
|
+ Me.Label6.ForeColor = System.Drawing.Color.Maroon
|
|
|
Me.Label6.Location = New System.Drawing.Point(23, 247)
|
|
|
Me.Label6.Name = "Label6"
|
|
|
Me.Label6.Size = New System.Drawing.Size(94, 18)
|
|
|
@@ -1653,6 +1645,7 @@ Partial Class frmPIN
|
|
|
'
|
|
|
Me.Label5.AutoSize = True
|
|
|
Me.Label5.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
|
+ Me.Label5.ForeColor = System.Drawing.Color.Maroon
|
|
|
Me.Label5.Location = New System.Drawing.Point(23, 297)
|
|
|
Me.Label5.Name = "Label5"
|
|
|
Me.Label5.Size = New System.Drawing.Size(113, 18)
|
|
|
@@ -1673,6 +1666,7 @@ Partial Class frmPIN
|
|
|
'
|
|
|
Me.Label2.AutoSize = True
|
|
|
Me.Label2.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
|
+ Me.Label2.ForeColor = System.Drawing.Color.Maroon
|
|
|
Me.Label2.Location = New System.Drawing.Point(23, 202)
|
|
|
Me.Label2.Name = "Label2"
|
|
|
Me.Label2.Size = New System.Drawing.Size(73, 18)
|
|
|
@@ -1826,16 +1820,6 @@ Partial Class frmPIN
|
|
|
Me.lblCambiarRec.TabIndex = 181
|
|
|
Me.lblCambiarRec.Text = "Cambiar Rechazado"
|
|
|
'
|
|
|
- 'PIN0TableAdapter3
|
|
|
- '
|
|
|
- Me.PIN0TableAdapter3.ClearBeforeFill = True
|
|
|
- '
|
|
|
- 'TableAdapterManager
|
|
|
- '
|
|
|
- Me.TableAdapterManager.BackupDataSetBeforeUpdate = False
|
|
|
- Me.TableAdapterManager.PIN0TableAdapter = Me.PIN0TableAdapter3
|
|
|
- Me.TableAdapterManager.UpdateOrder = Inversiones.InversionesDEVDataSet5TableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete
|
|
|
- '
|
|
|
'TableLayoutPanel3
|
|
|
'
|
|
|
Me.TableLayoutPanel3.Anchor = System.Windows.Forms.AnchorStyles.None
|
|
|
@@ -1869,6 +1853,26 @@ Partial Class frmPIN
|
|
|
Me.FlowLayoutPanel1.Size = New System.Drawing.Size(1157, 724)
|
|
|
Me.FlowLayoutPanel1.TabIndex = 187
|
|
|
'
|
|
|
+ 'PIN0BindingSource4
|
|
|
+ '
|
|
|
+ Me.PIN0BindingSource4.DataMember = "PIN0"
|
|
|
+ Me.PIN0BindingSource4.DataSource = Me.InversionesDEVDataSet5
|
|
|
+ '
|
|
|
+ 'InversionesDEVDataSet5
|
|
|
+ '
|
|
|
+ Me.InversionesDEVDataSet5.DataSetName = "InversionesDEVDataSet5"
|
|
|
+ Me.InversionesDEVDataSet5.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
|
|
|
+ '
|
|
|
+ 'PIN0TableAdapter3
|
|
|
+ '
|
|
|
+ Me.PIN0TableAdapter3.ClearBeforeFill = True
|
|
|
+ '
|
|
|
+ 'TableAdapterManager
|
|
|
+ '
|
|
|
+ Me.TableAdapterManager.BackupDataSetBeforeUpdate = False
|
|
|
+ Me.TableAdapterManager.PIN0TableAdapter = Me.PIN0TableAdapter3
|
|
|
+ Me.TableAdapterManager.UpdateOrder = Inversiones.InversionesDEVDataSet5TableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete
|
|
|
+ '
|
|
|
'frmPIN
|
|
|
'
|
|
|
Me.AcceptButton = Me.btnAccion
|
|
|
@@ -1883,8 +1887,6 @@ Partial Class frmPIN
|
|
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
|
|
|
Me.Name = "frmPIN"
|
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
|
|
|
- CType(Me.PIN0BindingSource4, System.ComponentModel.ISupportInitialize).EndInit()
|
|
|
- CType(Me.InversionesDEVDataSet5, System.ComponentModel.ISupportInitialize).EndInit()
|
|
|
Me.pnlPie.ResumeLayout(False)
|
|
|
CType(Me.Navegador, System.ComponentModel.ISupportInitialize).EndInit()
|
|
|
Me.Navegador.ResumeLayout(False)
|
|
|
@@ -1949,6 +1951,8 @@ Partial Class frmPIN
|
|
|
Me.TableLayoutPanel3.PerformLayout()
|
|
|
Me.FlowLayoutPanel1.ResumeLayout(False)
|
|
|
Me.FlowLayoutPanel1.PerformLayout()
|
|
|
+ CType(Me.PIN0BindingSource4, System.ComponentModel.ISupportInitialize).EndInit()
|
|
|
+ CType(Me.InversionesDEVDataSet5, System.ComponentModel.ISupportInitialize).EndInit()
|
|
|
Me.ResumeLayout(False)
|
|
|
Me.PerformLayout()
|
|
|
|