| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558 |
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
- Partial Class frmReporto
- 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.components = New System.ComponentModel.Container()
- Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmReporto))
- Me.Label1 = New System.Windows.Forms.Label()
- Me.txtCodigoTitulo = New System.Windows.Forms.TextBox()
- Me.Label2 = New System.Windows.Forms.Label()
- Me.dtpFechaCompra = New System.Windows.Forms.DateTimePicker()
- Me.lblFechaCompra = New System.Windows.Forms.Label()
- Me.lblReporto = New System.Windows.Forms.Label()
- Me.dgvReportos = New System.Windows.Forms.DataGridView()
- Me.cboCasaCorredora = New System.Windows.Forms.ComboBox()
- Me.btnAccion = New System.Windows.Forms.Button()
- Me.btnCancelar = New System.Windows.Forms.Button()
- Me.BindingNavigator1 = New System.Windows.Forms.BindingNavigator(Me.components)
- Me.BindingNavigatorSeparator = New System.Windows.Forms.ToolStripSeparator()
- Me.navModificar = New System.Windows.Forms.ToolStripButton()
- Me.navNuevo = New System.Windows.Forms.ToolStripButton()
- Me.navEliminar = New System.Windows.Forms.ToolStripButton()
- Me.txtComisionCasa = New System.Windows.Forms.TextBox()
- Me.Label4 = New System.Windows.Forms.Label()
- Me.Label5 = New System.Windows.Forms.Label()
- Me.txtComisionBolsa = New System.Windows.Forms.TextBox()
- Me.Titulo = New System.Windows.Forms.TabControl()
- Me.TbTitulo = New System.Windows.Forms.TabPage()
- Me.txtMonto = New System.Windows.Forms.TextBox()
- Me.lblCodigoInstrumento = New System.Windows.Forms.Label()
- Me.txtCodigoInstrumento = New System.Windows.Forms.TextBox()
- Me.ChkRenta = New System.Windows.Forms.CheckBox()
- Me.ChkIOF = New System.Windows.Forms.CheckBox()
- Me.pnlPie = New System.Windows.Forms.Panel()
- Me.cboAnioBase = New System.Windows.Forms.ComboBox()
- Me.Label11 = New System.Windows.Forms.Label()
- Me.lblDias = New System.Windows.Forms.Label()
- Me.txtDias = New System.Windows.Forms.TextBox()
- Me.TbImpuestos = New System.Windows.Forms.TabPage()
- Me.Label6 = New System.Windows.Forms.Label()
- Me.Label3 = New System.Windows.Forms.Label()
- Me.PnlRenta = New System.Windows.Forms.Panel()
- Me.FlpRenta = New System.Windows.Forms.FlowLayoutPanel()
- Me.PnlIOF = New System.Windows.Forms.Panel()
- Me.FlpIOF = New System.Windows.Forms.FlowLayoutPanel()
- Me.Panel1 = New System.Windows.Forms.Panel()
- Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
- CType(Me.dgvReportos, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.BindingNavigator1, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.BindingNavigator1.SuspendLayout()
- Me.Titulo.SuspendLayout()
- Me.TbTitulo.SuspendLayout()
- Me.pnlPie.SuspendLayout()
- Me.TbImpuestos.SuspendLayout()
- Me.PnlRenta.SuspendLayout()
- Me.PnlIOF.SuspendLayout()
- Me.Panel1.SuspendLayout()
- Me.SuspendLayout()
- '
- 'Label1
- '
- Me.Label1.AutoSize = True
- Me.Label1.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label1.Location = New System.Drawing.Point(641, 46)
- Me.Label1.Name = "Label1"
- Me.Label1.Size = New System.Drawing.Size(36, 18)
- Me.Label1.TabIndex = 0
- Me.Label1.Text = "Casa"
- '
- 'txtCodigoTitulo
- '
- Me.txtCodigoTitulo.Location = New System.Drawing.Point(124, 44)
- Me.txtCodigoTitulo.Name = "txtCodigoTitulo"
- Me.txtCodigoTitulo.Size = New System.Drawing.Size(150, 20)
- Me.txtCodigoTitulo.TabIndex = 2
- '
- 'Label2
- '
- 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.Location = New System.Drawing.Point(27, 42)
- Me.Label2.Name = "Label2"
- Me.Label2.Size = New System.Drawing.Size(41, 18)
- Me.Label2.TabIndex = 2
- Me.Label2.Text = "Titulo"
- '
- 'dtpFechaCompra
- '
- Me.dtpFechaCompra.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
- Me.dtpFechaCompra.Location = New System.Drawing.Point(124, 65)
- Me.dtpFechaCompra.Name = "dtpFechaCompra"
- Me.dtpFechaCompra.Size = New System.Drawing.Size(150, 20)
- Me.dtpFechaCompra.TabIndex = 3
- '
- 'lblFechaCompra
- '
- Me.lblFechaCompra.AutoSize = True
- Me.lblFechaCompra.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.lblFechaCompra.Location = New System.Drawing.Point(27, 65)
- Me.lblFechaCompra.Name = "lblFechaCompra"
- Me.lblFechaCompra.Size = New System.Drawing.Size(91, 18)
- Me.lblFechaCompra.TabIndex = 24
- Me.lblFechaCompra.Text = "Fecha Compra"
- '
- 'lblReporto
- '
- Me.lblReporto.AutoSize = True
- Me.lblReporto.Font = New System.Drawing.Font("Trebuchet MS", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.lblReporto.Location = New System.Drawing.Point(6, 3)
- Me.lblReporto.Name = "lblReporto"
- Me.lblReporto.Size = New System.Drawing.Size(90, 24)
- Me.lblReporto.TabIndex = 56
- Me.lblReporto.Text = "Reportos"
- '
- 'dgvReportos
- '
- Me.dgvReportos.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
- Me.dgvReportos.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells
- Me.dgvReportos.BackgroundColor = System.Drawing.Color.White
- Me.dgvReportos.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.dgvReportos.Location = New System.Drawing.Point(8, 155)
- Me.dgvReportos.Name = "dgvReportos"
- Me.dgvReportos.Size = New System.Drawing.Size(957, 290)
- Me.dgvReportos.TabIndex = 61
- '
- 'cboCasaCorredora
- '
- Me.cboCasaCorredora.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.cboCasaCorredora.FormattingEnabled = True
- Me.cboCasaCorredora.Location = New System.Drawing.Point(733, 37)
- Me.cboCasaCorredora.Name = "cboCasaCorredora"
- Me.cboCasaCorredora.Size = New System.Drawing.Size(150, 21)
- Me.cboCasaCorredora.TabIndex = 1
- '
- 'btnAccion
- '
- Me.btnAccion.BackColor = System.Drawing.Color.White
- Me.btnAccion.DialogResult = System.Windows.Forms.DialogResult.OK
- Me.btnAccion.FlatStyle = System.Windows.Forms.FlatStyle.Flat
- Me.btnAccion.ForeColor = System.Drawing.Color.Maroon
- Me.btnAccion.Location = New System.Drawing.Point(5, 3)
- Me.btnAccion.Name = "btnAccion"
- Me.btnAccion.Size = New System.Drawing.Size(75, 23)
- Me.btnAccion.TabIndex = 62
- Me.btnAccion.Text = "Aceptar"
- Me.btnAccion.UseVisualStyleBackColor = False
- '
- 'btnCancelar
- '
- Me.btnCancelar.BackColor = System.Drawing.Color.White
- Me.btnCancelar.DialogResult = System.Windows.Forms.DialogResult.Cancel
- Me.btnCancelar.FlatStyle = System.Windows.Forms.FlatStyle.Flat
- Me.btnCancelar.ForeColor = System.Drawing.Color.Maroon
- Me.btnCancelar.Location = New System.Drawing.Point(106, 3)
- Me.btnCancelar.Name = "btnCancelar"
- Me.btnCancelar.Size = New System.Drawing.Size(75, 23)
- Me.btnCancelar.TabIndex = 63
- Me.btnCancelar.Text = "Cancelar"
- Me.btnCancelar.UseVisualStyleBackColor = False
- '
- 'BindingNavigator1
- '
- Me.BindingNavigator1.AddNewItem = Nothing
- Me.BindingNavigator1.CountItem = Nothing
- Me.BindingNavigator1.DeleteItem = Nothing
- Me.BindingNavigator1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BindingNavigatorSeparator, Me.navModificar, Me.navNuevo, Me.navEliminar})
- Me.BindingNavigator1.Location = New System.Drawing.Point(0, 0)
- Me.BindingNavigator1.MoveFirstItem = Nothing
- Me.BindingNavigator1.MoveLastItem = Nothing
- Me.BindingNavigator1.MoveNextItem = Nothing
- Me.BindingNavigator1.MovePreviousItem = Nothing
- Me.BindingNavigator1.Name = "BindingNavigator1"
- Me.BindingNavigator1.PositionItem = Nothing
- Me.BindingNavigator1.Size = New System.Drawing.Size(979, 25)
- Me.BindingNavigator1.TabIndex = 157
- Me.BindingNavigator1.Text = "BindingNavigator1"
- '
- 'BindingNavigatorSeparator
- '
- Me.BindingNavigatorSeparator.Name = "BindingNavigatorSeparator"
- Me.BindingNavigatorSeparator.Size = New System.Drawing.Size(6, 25)
- '
- 'navModificar
- '
- Me.navModificar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
- Me.navModificar.Image = CType(resources.GetObject("navModificar.Image"), System.Drawing.Image)
- Me.navModificar.ImageTransparentColor = System.Drawing.Color.Magenta
- Me.navModificar.Name = "navModificar"
- Me.navModificar.Size = New System.Drawing.Size(23, 22)
- Me.navModificar.Text = "Modificar"
- '
- 'navNuevo
- '
- Me.navNuevo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
- Me.navNuevo.Image = CType(resources.GetObject("navNuevo.Image"), System.Drawing.Image)
- Me.navNuevo.ImageTransparentColor = System.Drawing.Color.Magenta
- Me.navNuevo.Name = "navNuevo"
- Me.navNuevo.Size = New System.Drawing.Size(23, 22)
- Me.navNuevo.Text = "Nuevo"
- '
- 'navEliminar
- '
- Me.navEliminar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
- Me.navEliminar.Image = CType(resources.GetObject("navEliminar.Image"), System.Drawing.Image)
- Me.navEliminar.ImageTransparentColor = System.Drawing.Color.Magenta
- Me.navEliminar.Name = "navEliminar"
- Me.navEliminar.Size = New System.Drawing.Size(23, 22)
- Me.navEliminar.Text = "Eliminar"
- '
- 'txtComisionCasa
- '
- Me.txtComisionCasa.Location = New System.Drawing.Point(474, 42)
- Me.txtComisionCasa.MaxLength = 20
- Me.txtComisionCasa.Name = "txtComisionCasa"
- Me.txtComisionCasa.Size = New System.Drawing.Size(150, 20)
- Me.txtComisionCasa.TabIndex = 158
- '
- 'Label4
- '
- Me.Label4.AutoSize = True
- Me.Label4.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label4.Location = New System.Drawing.Point(311, 65)
- Me.Label4.Name = "Label4"
- Me.Label4.Size = New System.Drawing.Size(162, 18)
- Me.Label4.TabIndex = 160
- Me.Label4.Text = "Porcentaje Comision Bolsa"
- '
- 'Label5
- '
- 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.Location = New System.Drawing.Point(311, 44)
- Me.Label5.Name = "Label5"
- Me.Label5.Size = New System.Drawing.Size(160, 18)
- Me.Label5.TabIndex = 161
- Me.Label5.Text = "Porcentaje Comision Casa"
- '
- 'txtComisionBolsa
- '
- Me.txtComisionBolsa.Location = New System.Drawing.Point(474, 63)
- Me.txtComisionBolsa.MaxLength = 20
- Me.txtComisionBolsa.Name = "txtComisionBolsa"
- Me.txtComisionBolsa.Size = New System.Drawing.Size(150, 20)
- Me.txtComisionBolsa.TabIndex = 163
- '
- 'Titulo
- '
- Me.Titulo.Controls.Add(Me.TbTitulo)
- Me.Titulo.Controls.Add(Me.TbImpuestos)
- Me.Titulo.Dock = System.Windows.Forms.DockStyle.Fill
- Me.Titulo.Location = New System.Drawing.Point(0, 0)
- Me.Titulo.Name = "Titulo"
- Me.Titulo.SelectedIndex = 0
- Me.Titulo.Size = New System.Drawing.Size(979, 514)
- Me.Titulo.TabIndex = 164
- '
- 'TbTitulo
- '
- Me.TbTitulo.BackColor = System.Drawing.Color.WhiteSmoke
- Me.TbTitulo.Controls.Add(Me.txtMonto)
- Me.TbTitulo.Controls.Add(Me.lblCodigoInstrumento)
- Me.TbTitulo.Controls.Add(Me.txtCodigoInstrumento)
- Me.TbTitulo.Controls.Add(Me.ChkRenta)
- Me.TbTitulo.Controls.Add(Me.ChkIOF)
- Me.TbTitulo.Controls.Add(Me.pnlPie)
- Me.TbTitulo.Controls.Add(Me.cboAnioBase)
- Me.TbTitulo.Controls.Add(Me.Label11)
- Me.TbTitulo.Controls.Add(Me.lblReporto)
- Me.TbTitulo.Controls.Add(Me.lblDias)
- Me.TbTitulo.Controls.Add(Me.txtDias)
- Me.TbTitulo.Controls.Add(Me.Label2)
- Me.TbTitulo.Controls.Add(Me.Label5)
- Me.TbTitulo.Controls.Add(Me.cboCasaCorredora)
- Me.TbTitulo.Controls.Add(Me.dgvReportos)
- Me.TbTitulo.Controls.Add(Me.Label1)
- Me.TbTitulo.Controls.Add(Me.txtComisionBolsa)
- Me.TbTitulo.Controls.Add(Me.txtCodigoTitulo)
- Me.TbTitulo.Controls.Add(Me.txtComisionCasa)
- Me.TbTitulo.Controls.Add(Me.dtpFechaCompra)
- Me.TbTitulo.Controls.Add(Me.Label4)
- Me.TbTitulo.Controls.Add(Me.lblFechaCompra)
- Me.TbTitulo.Location = New System.Drawing.Point(4, 22)
- Me.TbTitulo.Name = "TbTitulo"
- Me.TbTitulo.Padding = New System.Windows.Forms.Padding(3)
- Me.TbTitulo.Size = New System.Drawing.Size(971, 488)
- Me.TbTitulo.TabIndex = 0
- Me.TbTitulo.Text = "Titulo"
- '
- 'txtMonto
- '
- Me.txtMonto.Location = New System.Drawing.Point(474, 117)
- Me.txtMonto.Name = "txtMonto"
- Me.txtMonto.Size = New System.Drawing.Size(100, 20)
- Me.txtMonto.TabIndex = 173
- Me.txtMonto.Visible = False
- '
- 'lblCodigoInstrumento
- '
- Me.lblCodigoInstrumento.AutoSize = True
- Me.lblCodigoInstrumento.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.lblCodigoInstrumento.Location = New System.Drawing.Point(311, 88)
- Me.lblCodigoInstrumento.Name = "lblCodigoInstrumento"
- Me.lblCodigoInstrumento.Size = New System.Drawing.Size(141, 18)
- Me.lblCodigoInstrumento.TabIndex = 171
- Me.lblCodigoInstrumento.Text = "Codigo de Instrumento"
- Me.lblCodigoInstrumento.Visible = False
- '
- 'txtCodigoInstrumento
- '
- Me.txtCodigoInstrumento.Location = New System.Drawing.Point(474, 89)
- Me.txtCodigoInstrumento.Name = "txtCodigoInstrumento"
- Me.txtCodigoInstrumento.Size = New System.Drawing.Size(150, 20)
- Me.txtCodigoInstrumento.TabIndex = 172
- Me.txtCodigoInstrumento.Visible = False
- '
- 'ChkRenta
- '
- Me.ChkRenta.AutoSize = True
- Me.ChkRenta.Location = New System.Drawing.Point(179, 117)
- Me.ChkRenta.Name = "ChkRenta"
- Me.ChkRenta.Size = New System.Drawing.Size(55, 17)
- Me.ChkRenta.TabIndex = 170
- Me.ChkRenta.Text = "Renta"
- Me.ChkRenta.UseVisualStyleBackColor = True
- '
- 'ChkIOF
- '
- Me.ChkIOF.AutoSize = True
- Me.ChkIOF.Location = New System.Drawing.Point(73, 117)
- Me.ChkIOF.Name = "ChkIOF"
- Me.ChkIOF.Size = New System.Drawing.Size(43, 17)
- Me.ChkIOF.TabIndex = 169
- Me.ChkIOF.Text = "IOF"
- Me.ChkIOF.UseVisualStyleBackColor = True
- '
- 'pnlPie
- '
- Me.pnlPie.Controls.Add(Me.btnAccion)
- Me.pnlPie.Controls.Add(Me.btnCancelar)
- Me.pnlPie.Dock = System.Windows.Forms.DockStyle.Bottom
- Me.pnlPie.Location = New System.Drawing.Point(3, 451)
- Me.pnlPie.Name = "pnlPie"
- Me.pnlPie.Size = New System.Drawing.Size(965, 34)
- Me.pnlPie.TabIndex = 168
- '
- 'cboAnioBase
- '
- Me.cboAnioBase.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.cboAnioBase.FormattingEnabled = True
- Me.cboAnioBase.Items.AddRange(New Object() {""})
- Me.cboAnioBase.Location = New System.Drawing.Point(733, 63)
- Me.cboAnioBase.Name = "cboAnioBase"
- Me.cboAnioBase.Size = New System.Drawing.Size(150, 21)
- Me.cboAnioBase.TabIndex = 166
- Me.cboAnioBase.Visible = False
- '
- 'Label11
- '
- 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(641, 65)
- Me.Label11.Name = "Label11"
- Me.Label11.Size = New System.Drawing.Size(74, 18)
- Me.Label11.TabIndex = 167
- Me.Label11.Text = "Base (Dias)"
- Me.Label11.Visible = False
- '
- 'lblDias
- '
- Me.lblDias.AutoSize = True
- Me.lblDias.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.lblDias.Location = New System.Drawing.Point(27, 88)
- Me.lblDias.Name = "lblDias"
- Me.lblDias.Size = New System.Drawing.Size(122, 18)
- Me.lblDias.TabIndex = 165
- Me.lblDias.Text = "Dias al Vencimiento"
- Me.lblDias.Visible = False
- '
- 'txtDias
- '
- Me.txtDias.Location = New System.Drawing.Point(166, 86)
- Me.txtDias.MaxLength = 5
- Me.txtDias.Name = "txtDias"
- Me.txtDias.Size = New System.Drawing.Size(108, 20)
- Me.txtDias.TabIndex = 164
- Me.txtDias.Visible = False
- '
- 'TbImpuestos
- '
- Me.TbImpuestos.Controls.Add(Me.Label6)
- Me.TbImpuestos.Controls.Add(Me.Label3)
- Me.TbImpuestos.Controls.Add(Me.PnlRenta)
- Me.TbImpuestos.Controls.Add(Me.PnlIOF)
- Me.TbImpuestos.Location = New System.Drawing.Point(4, 22)
- Me.TbImpuestos.Name = "TbImpuestos"
- Me.TbImpuestos.Size = New System.Drawing.Size(971, 488)
- Me.TbImpuestos.TabIndex = 2
- Me.TbImpuestos.Text = "Impuestos"
- Me.TbImpuestos.UseVisualStyleBackColor = True
- '
- 'Label6
- '
- Me.Label6.Anchor = System.Windows.Forms.AnchorStyles.None
- 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.Location = New System.Drawing.Point(451, 10)
- Me.Label6.Name = "Label6"
- Me.Label6.Size = New System.Drawing.Size(41, 18)
- Me.Label6.TabIndex = 4
- Me.Label6.Text = "Renta"
- '
- 'Label3
- '
- Me.Label3.Anchor = System.Windows.Forms.AnchorStyles.None
- Me.Label3.AutoSize = True
- Me.Label3.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label3.Location = New System.Drawing.Point(76, 10)
- Me.Label3.Name = "Label3"
- Me.Label3.Size = New System.Drawing.Size(28, 18)
- Me.Label3.TabIndex = 3
- Me.Label3.Text = "IOF"
- '
- 'PnlRenta
- '
- Me.PnlRenta.Anchor = System.Windows.Forms.AnchorStyles.None
- Me.PnlRenta.Controls.Add(Me.FlpRenta)
- Me.PnlRenta.Location = New System.Drawing.Point(388, 31)
- Me.PnlRenta.Name = "PnlRenta"
- Me.PnlRenta.Size = New System.Drawing.Size(237, 252)
- Me.PnlRenta.TabIndex = 1
- '
- 'FlpRenta
- '
- Me.FlpRenta.AutoScroll = True
- Me.FlpRenta.Location = New System.Drawing.Point(19, 13)
- Me.FlpRenta.Name = "FlpRenta"
- Me.FlpRenta.Size = New System.Drawing.Size(200, 204)
- Me.FlpRenta.TabIndex = 0
- '
- 'PnlIOF
- '
- Me.PnlIOF.Anchor = System.Windows.Forms.AnchorStyles.None
- Me.PnlIOF.Controls.Add(Me.FlpIOF)
- Me.PnlIOF.Location = New System.Drawing.Point(21, 31)
- Me.PnlIOF.Name = "PnlIOF"
- Me.PnlIOF.Size = New System.Drawing.Size(237, 252)
- Me.PnlIOF.TabIndex = 0
- '
- 'FlpIOF
- '
- Me.FlpIOF.AutoScroll = True
- Me.FlpIOF.Location = New System.Drawing.Point(18, 24)
- Me.FlpIOF.Name = "FlpIOF"
- Me.FlpIOF.Size = New System.Drawing.Size(200, 204)
- Me.FlpIOF.TabIndex = 1
- '
- 'Panel1
- '
- Me.Panel1.Controls.Add(Me.Titulo)
- Me.Panel1.Dock = System.Windows.Forms.DockStyle.Fill
- Me.Panel1.Location = New System.Drawing.Point(0, 25)
- Me.Panel1.Name = "Panel1"
- Me.Panel1.Size = New System.Drawing.Size(979, 514)
- Me.Panel1.TabIndex = 165
- '
- 'ContextMenuStrip1
- '
- Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
- Me.ContextMenuStrip1.Size = New System.Drawing.Size(61, 4)
- '
- 'frmReporto
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.AutoScroll = True
- Me.ClientSize = New System.Drawing.Size(979, 539)
- Me.Controls.Add(Me.Panel1)
- Me.Controls.Add(Me.BindingNavigator1)
- Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
- Me.Name = "frmReporto"
- CType(Me.dgvReportos, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.BindingNavigator1, System.ComponentModel.ISupportInitialize).EndInit()
- Me.BindingNavigator1.ResumeLayout(False)
- Me.BindingNavigator1.PerformLayout()
- Me.Titulo.ResumeLayout(False)
- Me.TbTitulo.ResumeLayout(False)
- Me.TbTitulo.PerformLayout()
- Me.pnlPie.ResumeLayout(False)
- Me.TbImpuestos.ResumeLayout(False)
- Me.TbImpuestos.PerformLayout()
- Me.PnlRenta.ResumeLayout(False)
- Me.PnlIOF.ResumeLayout(False)
- Me.Panel1.ResumeLayout(False)
- Me.ResumeLayout(False)
- Me.PerformLayout()
- End Sub
- Friend WithEvents Label1 As Label
- Friend WithEvents txtCodigoTitulo As TextBox
- Friend WithEvents Label2 As Label
- Friend WithEvents dtpFechaCompra As DateTimePicker
- Friend WithEvents lblFechaCompra As Label
- Friend WithEvents lblReporto As Label
- Friend WithEvents dgvReportos As DataGridView
- Friend WithEvents cboCasaCorredora As ComboBox
- Friend WithEvents btnAccion As Button
- Friend WithEvents btnCancelar As Button
- Friend WithEvents BindingNavigator1 As BindingNavigator
- Friend WithEvents BindingNavigatorSeparator As ToolStripSeparator
- Friend WithEvents navModificar As ToolStripButton
- Friend WithEvents navNuevo As ToolStripButton
- Friend WithEvents navEliminar As ToolStripButton
- Friend WithEvents txtComisionCasa As TextBox
- Friend WithEvents Label4 As Label
- Friend WithEvents Label5 As Label
- Friend WithEvents txtComisionBolsa As TextBox
- Friend WithEvents Titulo As TabControl
- Friend WithEvents TbTitulo As TabPage
- Friend WithEvents TbImpuestos As TabPage
- Friend WithEvents Label6 As Label
- Friend WithEvents Label3 As Label
- Friend WithEvents PnlIOF As Panel
- Friend WithEvents PnlRenta As Panel
- Friend WithEvents FlpRenta As FlowLayoutPanel
- Friend WithEvents FlpIOF As FlowLayoutPanel
- Friend WithEvents lblDias As Label
- Friend WithEvents txtDias As TextBox
- Friend WithEvents cboAnioBase As ComboBox
- Friend WithEvents Label11 As Label
- Friend WithEvents Panel1 As Panel
- Friend WithEvents pnlPie As Panel
- Friend WithEvents ChkRenta As CheckBox
- Friend WithEvents ChkIOF As CheckBox
- Friend WithEvents lblCodigoInstrumento As Label
- Friend WithEvents txtCodigoInstrumento As TextBox
- Friend WithEvents txtMonto As TextBox
- Friend WithEvents ContextMenuStrip1 As ContextMenuStrip
- End Class
|