| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194 |
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
- Partial Class frmAcciones
- 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(frmAcciones))
- Me.btnAceptar = New System.Windows.Forms.Button()
- Me.btnCancelar = New System.Windows.Forms.Button()
- Me.lblTitulo = New System.Windows.Forms.Label()
- 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.TbDividendos = New System.Windows.Forms.TabPage()
- Me.btnQuitar = New System.Windows.Forms.Button()
- Me.btnActualizar = New System.Windows.Forms.Button()
- Me.GroupBox1 = New System.Windows.Forms.GroupBox()
- Me.rdbEfectivo = New System.Windows.Forms.RadioButton()
- Me.rdbPorcentaje = New System.Windows.Forms.RadioButton()
- Me.dgvDividendos = New System.Windows.Forms.DataGridView()
- Me.TbOperacion = New System.Windows.Forms.TabPage()
- Me.btnVenderTitulo = New System.Windows.Forms.Button()
- Me.GrpDatos = New System.Windows.Forms.GroupBox()
- Me.Label2 = New System.Windows.Forms.Label()
- Me.Label9 = New System.Windows.Forms.Label()
- Me.Label8 = New System.Windows.Forms.Label()
- Me.Label11 = New System.Windows.Forms.Label()
- Me.Label6 = New System.Windows.Forms.Label()
- Me.Label5 = New System.Windows.Forms.Label()
- Me.Label12 = New System.Windows.Forms.Label()
- Me.Label3 = New System.Windows.Forms.Label()
- Me.Label13 = New System.Windows.Forms.Label()
- Me.Label16 = New System.Windows.Forms.Label()
- Me.Label1 = New System.Windows.Forms.Label()
- Me.Label4 = New System.Windows.Forms.Label()
- Me.Label14 = New System.Windows.Forms.Label()
- Me.Label17 = New System.Windows.Forms.Label()
- Me.Label15 = New System.Windows.Forms.Label()
- Me.GrpBotonos = New System.Windows.Forms.GroupBox()
- Me.GrpCompra = New System.Windows.Forms.GroupBox()
- Me.txtRetornoAnualNetoCompra = New System.Windows.Forms.TextBox()
- Me.dtpFechaVencimientoCompra = New System.Windows.Forms.DateTimePicker()
- Me.txtComisionPorcentajeBolsaCompra = New System.Windows.Forms.TextBox()
- Me.dtpFechaOperacionCompra = New System.Windows.Forms.DateTimePicker()
- Me.txtComisionPorcentajeCasaCompra = New System.Windows.Forms.TextBox()
- Me.txtUnidadesCompra = New System.Windows.Forms.TextBox()
- Me.txtComisionBolsaCompra = New System.Windows.Forms.TextBox()
- Me.txtValorTransadoCompra = New System.Windows.Forms.TextBox()
- Me.txtComisionCasaCompra = New System.Windows.Forms.TextBox()
- Me.txtPrecioSucioCompra = New System.Windows.Forms.TextBox()
- Me.txtPrecioLimpioCompra = New System.Windows.Forms.TextBox()
- Me.txtRetornoAnualBrutoCompra = New System.Windows.Forms.TextBox()
- Me.txtMontoNetoCompra = New System.Windows.Forms.TextBox()
- Me.txtImpuestosYComisionesCompra = New System.Windows.Forms.TextBox()
- Me.Label18 = New System.Windows.Forms.Label()
- Me.txtGananciaCapitalTotalCompra = New System.Windows.Forms.TextBox()
- Me.txtDiasDeTenenciaCompra = New System.Windows.Forms.TextBox()
- Me.txtGananciaCapitalUnitarioCompra = New System.Windows.Forms.TextBox()
- Me.GrpVenta = New System.Windows.Forms.GroupBox()
- Me.txtValorTransadoVenta = New System.Windows.Forms.TextBox()
- Me.dtpFechaOperacionVenta = New System.Windows.Forms.DateTimePicker()
- Me.txtComisionPorcentajeBolsaVenta = New System.Windows.Forms.TextBox()
- Me.dtpFechaVencimientoVenta = New System.Windows.Forms.DateTimePicker()
- Me.txtComisionPorcentajeCasaVenta = New System.Windows.Forms.TextBox()
- Me.txtPrecioLimpioVenta = New System.Windows.Forms.TextBox()
- Me.txtDiasDeTenenciaVenta = New System.Windows.Forms.TextBox()
- Me.txtPrecioSucioVenta = New System.Windows.Forms.TextBox()
- Me.txtComisionBolsaVenta = New System.Windows.Forms.TextBox()
- Me.txtMontoNetoVenta = New System.Windows.Forms.TextBox()
- Me.txtGananciaCapitalTotalVenta = New System.Windows.Forms.TextBox()
- Me.txtComisionCasaVenta = New System.Windows.Forms.TextBox()
- Me.txtGananciaCapitalUnitarioVenta = New System.Windows.Forms.TextBox()
- Me.txtRetornoAnualBrutoVenta = New System.Windows.Forms.TextBox()
- Me.txtUnidadesVenta = New System.Windows.Forms.TextBox()
- Me.Label19 = New System.Windows.Forms.Label()
- Me.txtRetornoAnualNetoVenta = New System.Windows.Forms.TextBox()
- Me.txtImpuestosYComisionesVenta = New System.Windows.Forms.TextBox()
- Me.GrpImpuesto = New System.Windows.Forms.GroupBox()
- Me.ChkIOF = New System.Windows.Forms.CheckBox()
- Me.lblCompra2 = New System.Windows.Forms.Label()
- Me.Label7 = New System.Windows.Forms.Label()
- Me.lblVenta1 = New System.Windows.Forms.Label()
- Me.ChkRenta = New System.Windows.Forms.CheckBox()
- Me.lblVenta2 = New System.Windows.Forms.Label()
- Me.txtIOFCompra = New System.Windows.Forms.TextBox()
- Me.lblCompra1 = New System.Windows.Forms.Label()
- Me.txtRentaVenta = New System.Windows.Forms.TextBox()
- Me.txtIOFVenta = New System.Windows.Forms.TextBox()
- Me.txtRentaCompra = New System.Windows.Forms.TextBox()
- Me.TabAcciones = New System.Windows.Forms.TabControl()
- Me.Panel1 = New System.Windows.Forms.Panel()
- Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog()
- CType(Me.BindingNavigator1, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.BindingNavigator1.SuspendLayout()
- Me.TbDividendos.SuspendLayout()
- Me.GroupBox1.SuspendLayout()
- CType(Me.dgvDividendos, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.TbOperacion.SuspendLayout()
- Me.GrpDatos.SuspendLayout()
- Me.GrpBotonos.SuspendLayout()
- Me.GrpCompra.SuspendLayout()
- Me.GrpVenta.SuspendLayout()
- Me.GrpImpuesto.SuspendLayout()
- Me.TabAcciones.SuspendLayout()
- Me.Panel1.SuspendLayout()
- Me.SuspendLayout()
- '
- 'btnAceptar
- '
- Me.btnAceptar.BackColor = System.Drawing.Color.White
- Me.btnAceptar.DialogResult = System.Windows.Forms.DialogResult.OK
- Me.btnAceptar.FlatStyle = System.Windows.Forms.FlatStyle.Flat
- Me.btnAceptar.ForeColor = System.Drawing.Color.Maroon
- Me.btnAceptar.Location = New System.Drawing.Point(33, 40)
- Me.btnAceptar.Name = "btnAceptar"
- Me.btnAceptar.Size = New System.Drawing.Size(98, 40)
- Me.btnAceptar.TabIndex = 66
- Me.btnAceptar.Text = "Aceptar"
- Me.btnAceptar.UseVisualStyleBackColor = False
- '
- 'btnCancelar
- '
- Me.btnCancelar.BackColor = System.Drawing.Color.White
- Me.btnCancelar.DialogResult = System.Windows.Forms.DialogResult.OK
- Me.btnCancelar.FlatStyle = System.Windows.Forms.FlatStyle.Flat
- Me.btnCancelar.ForeColor = System.Drawing.Color.Maroon
- Me.btnCancelar.Location = New System.Drawing.Point(173, 40)
- Me.btnCancelar.Name = "btnCancelar"
- Me.btnCancelar.Size = New System.Drawing.Size(93, 40)
- Me.btnCancelar.TabIndex = 79
- Me.btnCancelar.Text = "Cancelar"
- Me.btnCancelar.UseVisualStyleBackColor = False
- '
- 'lblTitulo
- '
- Me.lblTitulo.Anchor = System.Windows.Forms.AnchorStyles.Top
- Me.lblTitulo.AutoSize = True
- Me.lblTitulo.Font = New System.Drawing.Font("Trebuchet MS", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.lblTitulo.Location = New System.Drawing.Point(40, 17)
- Me.lblTitulo.Name = "lblTitulo"
- Me.lblTitulo.Size = New System.Drawing.Size(89, 24)
- Me.lblTitulo.TabIndex = 80
- Me.lblTitulo.Text = "Acciones"
- '
- '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(1157, 25)
- Me.BindingNavigator1.TabIndex = 158
- 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"
- '
- 'TbDividendos
- '
- Me.TbDividendos.Controls.Add(Me.btnQuitar)
- Me.TbDividendos.Controls.Add(Me.btnActualizar)
- Me.TbDividendos.Controls.Add(Me.GroupBox1)
- Me.TbDividendos.Controls.Add(Me.dgvDividendos)
- Me.TbDividendos.Location = New System.Drawing.Point(4, 22)
- Me.TbDividendos.Name = "TbDividendos"
- Me.TbDividendos.Size = New System.Drawing.Size(1149, 519)
- Me.TbDividendos.TabIndex = 2
- Me.TbDividendos.Text = "Dividendos"
- Me.TbDividendos.UseVisualStyleBackColor = True
- '
- 'btnQuitar
- '
- Me.btnQuitar.BackColor = System.Drawing.Color.White
- Me.btnQuitar.FlatStyle = System.Windows.Forms.FlatStyle.Flat
- Me.btnQuitar.ForeColor = System.Drawing.Color.Maroon
- Me.btnQuitar.Location = New System.Drawing.Point(250, 15)
- Me.btnQuitar.Name = "btnQuitar"
- Me.btnQuitar.Size = New System.Drawing.Size(104, 30)
- Me.btnQuitar.TabIndex = 118
- Me.btnQuitar.Text = "Quitar"
- Me.btnQuitar.UseVisualStyleBackColor = False
- '
- 'btnActualizar
- '
- Me.btnActualizar.BackColor = System.Drawing.Color.White
- Me.btnActualizar.FlatStyle = System.Windows.Forms.FlatStyle.Flat
- Me.btnActualizar.ForeColor = System.Drawing.Color.Maroon
- Me.btnActualizar.Location = New System.Drawing.Point(360, 15)
- Me.btnActualizar.Name = "btnActualizar"
- Me.btnActualizar.Size = New System.Drawing.Size(106, 30)
- Me.btnActualizar.TabIndex = 22
- Me.btnActualizar.Text = "Actualizar calculos"
- Me.btnActualizar.UseVisualStyleBackColor = False
- '
- 'GroupBox1
- '
- Me.GroupBox1.Controls.Add(Me.rdbEfectivo)
- Me.GroupBox1.Controls.Add(Me.rdbPorcentaje)
- Me.GroupBox1.Location = New System.Drawing.Point(0, 3)
- Me.GroupBox1.Name = "GroupBox1"
- Me.GroupBox1.Size = New System.Drawing.Size(244, 45)
- Me.GroupBox1.TabIndex = 21
- Me.GroupBox1.TabStop = False
- Me.GroupBox1.Text = "Tipo de Calculos Dividendos"
- '
- 'rdbEfectivo
- '
- Me.rdbEfectivo.AutoSize = True
- Me.rdbEfectivo.Location = New System.Drawing.Point(173, 19)
- Me.rdbEfectivo.Name = "rdbEfectivo"
- Me.rdbEfectivo.Size = New System.Drawing.Size(37, 17)
- Me.rdbEfectivo.TabIndex = 1
- Me.rdbEfectivo.Text = "$$"
- Me.rdbEfectivo.UseVisualStyleBackColor = True
- '
- 'rdbPorcentaje
- '
- Me.rdbPorcentaje.AutoSize = True
- Me.rdbPorcentaje.Checked = True
- Me.rdbPorcentaje.Location = New System.Drawing.Point(34, 19)
- Me.rdbPorcentaje.Name = "rdbPorcentaje"
- Me.rdbPorcentaje.Size = New System.Drawing.Size(33, 17)
- Me.rdbPorcentaje.TabIndex = 0
- Me.rdbPorcentaje.TabStop = True
- Me.rdbPorcentaje.Text = "%"
- Me.rdbPorcentaje.UseVisualStyleBackColor = True
- '
- 'dgvDividendos
- '
- Me.dgvDividendos.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
- Me.dgvDividendos.BackgroundColor = System.Drawing.Color.WhiteSmoke
- Me.dgvDividendos.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
- Me.dgvDividendos.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.Raised
- Me.dgvDividendos.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.dgvDividendos.Location = New System.Drawing.Point(2, 50)
- Me.dgvDividendos.Name = "dgvDividendos"
- Me.dgvDividendos.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToAllHeaders
- Me.dgvDividendos.Size = New System.Drawing.Size(961, 461)
- Me.dgvDividendos.TabIndex = 18
- '
- 'TbOperacion
- '
- Me.TbOperacion.BackColor = System.Drawing.Color.WhiteSmoke
- Me.TbOperacion.Controls.Add(Me.btnVenderTitulo)
- Me.TbOperacion.Controls.Add(Me.GrpDatos)
- Me.TbOperacion.Controls.Add(Me.lblTitulo)
- Me.TbOperacion.Controls.Add(Me.GrpBotonos)
- Me.TbOperacion.Controls.Add(Me.GrpCompra)
- Me.TbOperacion.Controls.Add(Me.GrpVenta)
- Me.TbOperacion.Controls.Add(Me.GrpImpuesto)
- Me.TbOperacion.Location = New System.Drawing.Point(4, 22)
- Me.TbOperacion.Name = "TbOperacion"
- Me.TbOperacion.Padding = New System.Windows.Forms.Padding(3)
- Me.TbOperacion.Size = New System.Drawing.Size(1149, 519)
- Me.TbOperacion.TabIndex = 0
- Me.TbOperacion.Text = "Operación"
- '
- 'btnVenderTitulo
- '
- Me.btnVenderTitulo.BackColor = System.Drawing.Color.White
- Me.btnVenderTitulo.FlatStyle = System.Windows.Forms.FlatStyle.Flat
- Me.btnVenderTitulo.ForeColor = System.Drawing.Color.Maroon
- Me.btnVenderTitulo.Location = New System.Drawing.Point(414, 17)
- Me.btnVenderTitulo.Name = "btnVenderTitulo"
- Me.btnVenderTitulo.Size = New System.Drawing.Size(178, 35)
- Me.btnVenderTitulo.TabIndex = 174
- Me.btnVenderTitulo.Text = "Vender Titulo"
- Me.btnVenderTitulo.UseVisualStyleBackColor = False
- Me.btnVenderTitulo.Visible = False
- '
- 'GrpDatos
- '
- Me.GrpDatos.Anchor = System.Windows.Forms.AnchorStyles.None
- Me.GrpDatos.Controls.Add(Me.Label2)
- Me.GrpDatos.Controls.Add(Me.Label9)
- Me.GrpDatos.Controls.Add(Me.Label8)
- Me.GrpDatos.Controls.Add(Me.Label11)
- Me.GrpDatos.Controls.Add(Me.Label6)
- Me.GrpDatos.Controls.Add(Me.Label5)
- Me.GrpDatos.Controls.Add(Me.Label12)
- Me.GrpDatos.Controls.Add(Me.Label3)
- Me.GrpDatos.Controls.Add(Me.Label13)
- Me.GrpDatos.Controls.Add(Me.Label16)
- Me.GrpDatos.Controls.Add(Me.Label1)
- Me.GrpDatos.Controls.Add(Me.Label4)
- Me.GrpDatos.Controls.Add(Me.Label14)
- Me.GrpDatos.Controls.Add(Me.Label17)
- Me.GrpDatos.Controls.Add(Me.Label15)
- Me.GrpDatos.Location = New System.Drawing.Point(39, 54)
- Me.GrpDatos.Name = "GrpDatos"
- Me.GrpDatos.Size = New System.Drawing.Size(200, 397)
- Me.GrpDatos.TabIndex = 98
- Me.GrpDatos.TabStop = False
- '
- '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(17, 158)
- Me.Label2.Name = "Label2"
- Me.Label2.Size = New System.Drawing.Size(75, 18)
- Me.Label2.TabIndex = 1
- Me.Label2.Text = "Monto Neto"
- '
- 'Label9
- '
- Me.Label9.AutoSize = True
- Me.Label9.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label9.Location = New System.Drawing.Point(16, 271)
- Me.Label9.Name = "Label9"
- Me.Label9.Size = New System.Drawing.Size(150, 18)
- Me.Label9.TabIndex = 8
- Me.Label9.Text = "Retorno Anualizado Neto"
- '
- 'Label8
- '
- Me.Label8.AutoSize = True
- Me.Label8.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label8.Location = New System.Drawing.Point(15, 293)
- Me.Label8.Name = "Label8"
- Me.Label8.Size = New System.Drawing.Size(105, 18)
- Me.Label8.TabIndex = 7
- Me.Label8.Text = "Dias de tenencia"
- '
- '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(17, 111)
- Me.Label11.Name = "Label11"
- Me.Label11.Size = New System.Drawing.Size(61, 18)
- Me.Label11.TabIndex = 10
- Me.Label11.Text = "Unidades"
- '
- 'Label6
- '
- 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(15, 247)
- Me.Label6.Name = "Label6"
- Me.Label6.Size = New System.Drawing.Size(154, 18)
- Me.Label6.TabIndex = 5
- Me.Label6.Text = "Retorno Anualizado Bruto"
- '
- '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(15, 224)
- Me.Label5.Name = "Label5"
- Me.Label5.Size = New System.Drawing.Size(109, 18)
- Me.Label5.TabIndex = 77
- Me.Label5.Text = "Comisiones Bolsa"
- '
- 'Label12
- '
- 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(17, 87)
- Me.Label12.Name = "Label12"
- Me.Label12.Size = New System.Drawing.Size(117, 18)
- Me.Label12.TabIndex = 11
- Me.Label12.Text = "Fecha Vencimiento"
- '
- 'Label3
- '
- 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(15, 202)
- Me.Label3.Name = "Label3"
- Me.Label3.Size = New System.Drawing.Size(107, 18)
- Me.Label3.TabIndex = 74
- Me.Label3.Text = "Comisiones Casa"
- '
- 'Label13
- '
- 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(14, 316)
- Me.Label13.Name = "Label13"
- Me.Label13.Size = New System.Drawing.Size(154, 18)
- Me.Label13.TabIndex = 12
- Me.Label13.Text = "Ganancia de capital total"
- '
- 'Label16
- '
- 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(17, 67)
- Me.Label16.Name = "Label16"
- Me.Label16.Size = New System.Drawing.Size(105, 18)
- Me.Label16.TabIndex = 15
- Me.Label16.Text = "Fecha Operación"
- '
- '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(17, 44)
- Me.Label1.Name = "Label1"
- Me.Label1.Size = New System.Drawing.Size(87, 18)
- Me.Label1.TabIndex = 0
- Me.Label1.Text = "Precio Limpio"
- '
- '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(72, 135)
- Me.Label4.Name = "Label4"
- Me.Label4.Size = New System.Drawing.Size(116, 18)
- Me.Label4.TabIndex = 72
- Me.Label4.Text = "Imp. y Comisiones"
- Me.Label4.Visible = False
- '
- 'Label14
- '
- 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(15, 340)
- Me.Label14.Name = "Label14"
- Me.Label14.Size = New System.Drawing.Size(173, 18)
- Me.Label14.TabIndex = 13
- Me.Label14.Text = "Ganancia de capital unitario"
- '
- 'Label17
- '
- 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(17, 181)
- Me.Label17.Name = "Label17"
- Me.Label17.Size = New System.Drawing.Size(78, 18)
- Me.Label17.TabIndex = 16
- Me.Label17.Text = "Precio Sucio"
- '
- 'Label15
- '
- 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(17, 136)
- Me.Label15.Name = "Label15"
- Me.Label15.Size = New System.Drawing.Size(93, 18)
- Me.Label15.TabIndex = 14
- Me.Label15.Text = "Valor Transado"
- '
- 'GrpBotonos
- '
- Me.GrpBotonos.Anchor = System.Windows.Forms.AnchorStyles.None
- Me.GrpBotonos.Controls.Add(Me.btnAceptar)
- Me.GrpBotonos.Controls.Add(Me.btnCancelar)
- Me.GrpBotonos.Location = New System.Drawing.Point(777, 239)
- Me.GrpBotonos.Name = "GrpBotonos"
- Me.GrpBotonos.Size = New System.Drawing.Size(312, 118)
- Me.GrpBotonos.TabIndex = 97
- Me.GrpBotonos.TabStop = False
- '
- 'GrpCompra
- '
- Me.GrpCompra.Anchor = System.Windows.Forms.AnchorStyles.None
- Me.GrpCompra.Controls.Add(Me.txtRetornoAnualNetoCompra)
- Me.GrpCompra.Controls.Add(Me.dtpFechaVencimientoCompra)
- Me.GrpCompra.Controls.Add(Me.txtComisionPorcentajeBolsaCompra)
- Me.GrpCompra.Controls.Add(Me.dtpFechaOperacionCompra)
- Me.GrpCompra.Controls.Add(Me.txtComisionPorcentajeCasaCompra)
- Me.GrpCompra.Controls.Add(Me.txtUnidadesCompra)
- Me.GrpCompra.Controls.Add(Me.txtComisionBolsaCompra)
- Me.GrpCompra.Controls.Add(Me.txtValorTransadoCompra)
- Me.GrpCompra.Controls.Add(Me.txtComisionCasaCompra)
- Me.GrpCompra.Controls.Add(Me.txtPrecioSucioCompra)
- Me.GrpCompra.Controls.Add(Me.txtPrecioLimpioCompra)
- Me.GrpCompra.Controls.Add(Me.txtRetornoAnualBrutoCompra)
- Me.GrpCompra.Controls.Add(Me.txtMontoNetoCompra)
- Me.GrpCompra.Controls.Add(Me.txtImpuestosYComisionesCompra)
- Me.GrpCompra.Controls.Add(Me.Label18)
- Me.GrpCompra.Controls.Add(Me.txtGananciaCapitalTotalCompra)
- Me.GrpCompra.Controls.Add(Me.txtDiasDeTenenciaCompra)
- Me.GrpCompra.Controls.Add(Me.txtGananciaCapitalUnitarioCompra)
- Me.GrpCompra.Location = New System.Drawing.Point(305, 54)
- Me.GrpCompra.Name = "GrpCompra"
- Me.GrpCompra.Size = New System.Drawing.Size(170, 397)
- Me.GrpCompra.TabIndex = 96
- Me.GrpCompra.TabStop = False
- '
- 'txtRetornoAnualNetoCompra
- '
- Me.txtRetornoAnualNetoCompra.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.txtRetornoAnualNetoCompra.Location = New System.Drawing.Point(16, 271)
- Me.txtRetornoAnualNetoCompra.MaxLength = 20
- Me.txtRetornoAnualNetoCompra.Name = "txtRetornoAnualNetoCompra"
- Me.txtRetornoAnualNetoCompra.ReadOnly = True
- Me.txtRetornoAnualNetoCompra.Size = New System.Drawing.Size(140, 20)
- Me.txtRetornoAnualNetoCompra.TabIndex = 0
- Me.txtRetornoAnualNetoCompra.Visible = False
- '
- 'dtpFechaVencimientoCompra
- '
- Me.dtpFechaVencimientoCompra.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.dtpFechaVencimientoCompra.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
- Me.dtpFechaVencimientoCompra.Location = New System.Drawing.Point(16, 91)
- Me.dtpFechaVencimientoCompra.Name = "dtpFechaVencimientoCompra"
- Me.dtpFechaVencimientoCompra.Size = New System.Drawing.Size(140, 20)
- Me.dtpFechaVencimientoCompra.TabIndex = 3
- '
- 'txtComisionPorcentajeBolsaCompra
- '
- Me.txtComisionPorcentajeBolsaCompra.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.txtComisionPorcentajeBolsaCompra.Location = New System.Drawing.Point(16, 226)
- Me.txtComisionPorcentajeBolsaCompra.MaxLength = 20
- Me.txtComisionPorcentajeBolsaCompra.Name = "txtComisionPorcentajeBolsaCompra"
- Me.txtComisionPorcentajeBolsaCompra.Size = New System.Drawing.Size(37, 20)
- Me.txtComisionPorcentajeBolsaCompra.TabIndex = 80
- '
- 'dtpFechaOperacionCompra
- '
- Me.dtpFechaOperacionCompra.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.dtpFechaOperacionCompra.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
- Me.dtpFechaOperacionCompra.Location = New System.Drawing.Point(16, 69)
- Me.dtpFechaOperacionCompra.Name = "dtpFechaOperacionCompra"
- Me.dtpFechaOperacionCompra.Size = New System.Drawing.Size(140, 20)
- Me.dtpFechaOperacionCompra.TabIndex = 2
- '
- 'txtComisionPorcentajeCasaCompra
- '
- Me.txtComisionPorcentajeCasaCompra.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.txtComisionPorcentajeCasaCompra.Location = New System.Drawing.Point(16, 203)
- Me.txtComisionPorcentajeCasaCompra.MaxLength = 20
- Me.txtComisionPorcentajeCasaCompra.Name = "txtComisionPorcentajeCasaCompra"
- Me.txtComisionPorcentajeCasaCompra.Size = New System.Drawing.Size(37, 20)
- Me.txtComisionPorcentajeCasaCompra.TabIndex = 79
- '
- 'txtUnidadesCompra
- '
- Me.txtUnidadesCompra.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.txtUnidadesCompra.Location = New System.Drawing.Point(16, 115)
- Me.txtUnidadesCompra.MaxLength = 20
- Me.txtUnidadesCompra.Name = "txtUnidadesCompra"
- Me.txtUnidadesCompra.Size = New System.Drawing.Size(140, 20)
- Me.txtUnidadesCompra.TabIndex = 5
- '
- 'txtComisionBolsaCompra
- '
- Me.txtComisionBolsaCompra.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.txtComisionBolsaCompra.Location = New System.Drawing.Point(56, 227)
- Me.txtComisionBolsaCompra.MaxLength = 20
- Me.txtComisionBolsaCompra.Name = "txtComisionBolsaCompra"
- Me.txtComisionBolsaCompra.ReadOnly = True
- Me.txtComisionBolsaCompra.Size = New System.Drawing.Size(99, 20)
- Me.txtComisionBolsaCompra.TabIndex = 76
- '
- 'txtValorTransadoCompra
- '
- Me.txtValorTransadoCompra.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.txtValorTransadoCompra.Location = New System.Drawing.Point(16, 137)
- Me.txtValorTransadoCompra.MaxLength = 20
- Me.txtValorTransadoCompra.Name = "txtValorTransadoCompra"
- Me.txtValorTransadoCompra.ReadOnly = True
- Me.txtValorTransadoCompra.Size = New System.Drawing.Size(140, 20)
- Me.txtValorTransadoCompra.TabIndex = 0
- '
- 'txtComisionCasaCompra
- '
- Me.txtComisionCasaCompra.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.txtComisionCasaCompra.Location = New System.Drawing.Point(56, 204)
- Me.txtComisionCasaCompra.MaxLength = 20
- Me.txtComisionCasaCompra.Name = "txtComisionCasaCompra"
- Me.txtComisionCasaCompra.ReadOnly = True
- Me.txtComisionCasaCompra.Size = New System.Drawing.Size(100, 20)
- Me.txtComisionCasaCompra.TabIndex = 73
- '
- 'txtPrecioSucioCompra
- '
- Me.txtPrecioSucioCompra.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.txtPrecioSucioCompra.Location = New System.Drawing.Point(16, 181)
- Me.txtPrecioSucioCompra.MaxLength = 20
- Me.txtPrecioSucioCompra.Name = "txtPrecioSucioCompra"
- Me.txtPrecioSucioCompra.ReadOnly = True
- Me.txtPrecioSucioCompra.Size = New System.Drawing.Size(140, 20)
- Me.txtPrecioSucioCompra.TabIndex = 0
- '
- 'txtPrecioLimpioCompra
- '
- Me.txtPrecioLimpioCompra.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.txtPrecioLimpioCompra.Location = New System.Drawing.Point(16, 47)
- Me.txtPrecioLimpioCompra.MaxLength = 20
- Me.txtPrecioLimpioCompra.Name = "txtPrecioLimpioCompra"
- Me.txtPrecioLimpioCompra.Size = New System.Drawing.Size(140, 20)
- Me.txtPrecioLimpioCompra.TabIndex = 1
- '
- 'txtRetornoAnualBrutoCompra
- '
- Me.txtRetornoAnualBrutoCompra.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.txtRetornoAnualBrutoCompra.Location = New System.Drawing.Point(16, 248)
- Me.txtRetornoAnualBrutoCompra.MaxLength = 20
- Me.txtRetornoAnualBrutoCompra.Name = "txtRetornoAnualBrutoCompra"
- Me.txtRetornoAnualBrutoCompra.ReadOnly = True
- Me.txtRetornoAnualBrutoCompra.Size = New System.Drawing.Size(140, 20)
- Me.txtRetornoAnualBrutoCompra.TabIndex = 0
- Me.txtRetornoAnualBrutoCompra.Visible = False
- '
- 'txtMontoNetoCompra
- '
- Me.txtMontoNetoCompra.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.txtMontoNetoCompra.Location = New System.Drawing.Point(16, 159)
- Me.txtMontoNetoCompra.MaxLength = 20
- Me.txtMontoNetoCompra.Name = "txtMontoNetoCompra"
- Me.txtMontoNetoCompra.ReadOnly = True
- Me.txtMontoNetoCompra.Size = New System.Drawing.Size(140, 20)
- Me.txtMontoNetoCompra.TabIndex = 0
- '
- 'txtImpuestosYComisionesCompra
- '
- Me.txtImpuestosYComisionesCompra.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.txtImpuestosYComisionesCompra.Location = New System.Drawing.Point(16, 159)
- Me.txtImpuestosYComisionesCompra.Name = "txtImpuestosYComisionesCompra"
- Me.txtImpuestosYComisionesCompra.ReadOnly = True
- Me.txtImpuestosYComisionesCompra.Size = New System.Drawing.Size(140, 20)
- Me.txtImpuestosYComisionesCompra.TabIndex = 70
- Me.txtImpuestosYComisionesCompra.Visible = False
- '
- 'Label18
- '
- Me.Label18.AutoSize = True
- Me.Label18.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label18.Location = New System.Drawing.Point(56, 18)
- Me.Label18.Name = "Label18"
- Me.Label18.Size = New System.Drawing.Size(55, 18)
- Me.Label18.TabIndex = 54
- Me.Label18.Text = "Compra"
- '
- 'txtGananciaCapitalTotalCompra
- '
- Me.txtGananciaCapitalTotalCompra.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.txtGananciaCapitalTotalCompra.Location = New System.Drawing.Point(16, 316)
- Me.txtGananciaCapitalTotalCompra.MaxLength = 20
- Me.txtGananciaCapitalTotalCompra.Name = "txtGananciaCapitalTotalCompra"
- Me.txtGananciaCapitalTotalCompra.ReadOnly = True
- Me.txtGananciaCapitalTotalCompra.Size = New System.Drawing.Size(140, 20)
- Me.txtGananciaCapitalTotalCompra.TabIndex = 0
- Me.txtGananciaCapitalTotalCompra.Visible = False
- '
- 'txtDiasDeTenenciaCompra
- '
- Me.txtDiasDeTenenciaCompra.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.txtDiasDeTenenciaCompra.Location = New System.Drawing.Point(16, 294)
- Me.txtDiasDeTenenciaCompra.MaxLength = 5
- Me.txtDiasDeTenenciaCompra.Name = "txtDiasDeTenenciaCompra"
- Me.txtDiasDeTenenciaCompra.ReadOnly = True
- Me.txtDiasDeTenenciaCompra.Size = New System.Drawing.Size(140, 20)
- Me.txtDiasDeTenenciaCompra.TabIndex = 4
- Me.txtDiasDeTenenciaCompra.Visible = False
- '
- 'txtGananciaCapitalUnitarioCompra
- '
- Me.txtGananciaCapitalUnitarioCompra.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.txtGananciaCapitalUnitarioCompra.Location = New System.Drawing.Point(16, 339)
- Me.txtGananciaCapitalUnitarioCompra.MaxLength = 20
- Me.txtGananciaCapitalUnitarioCompra.Name = "txtGananciaCapitalUnitarioCompra"
- Me.txtGananciaCapitalUnitarioCompra.ReadOnly = True
- Me.txtGananciaCapitalUnitarioCompra.Size = New System.Drawing.Size(140, 20)
- Me.txtGananciaCapitalUnitarioCompra.TabIndex = 0
- Me.txtGananciaCapitalUnitarioCompra.Visible = False
- '
- 'GrpVenta
- '
- Me.GrpVenta.Anchor = System.Windows.Forms.AnchorStyles.None
- Me.GrpVenta.Controls.Add(Me.txtValorTransadoVenta)
- Me.GrpVenta.Controls.Add(Me.dtpFechaOperacionVenta)
- Me.GrpVenta.Controls.Add(Me.txtComisionPorcentajeBolsaVenta)
- Me.GrpVenta.Controls.Add(Me.dtpFechaVencimientoVenta)
- Me.GrpVenta.Controls.Add(Me.txtComisionPorcentajeCasaVenta)
- Me.GrpVenta.Controls.Add(Me.txtPrecioLimpioVenta)
- Me.GrpVenta.Controls.Add(Me.txtDiasDeTenenciaVenta)
- Me.GrpVenta.Controls.Add(Me.txtPrecioSucioVenta)
- Me.GrpVenta.Controls.Add(Me.txtComisionBolsaVenta)
- Me.GrpVenta.Controls.Add(Me.txtMontoNetoVenta)
- Me.GrpVenta.Controls.Add(Me.txtGananciaCapitalTotalVenta)
- Me.GrpVenta.Controls.Add(Me.txtComisionCasaVenta)
- Me.GrpVenta.Controls.Add(Me.txtGananciaCapitalUnitarioVenta)
- Me.GrpVenta.Controls.Add(Me.txtRetornoAnualBrutoVenta)
- Me.GrpVenta.Controls.Add(Me.txtUnidadesVenta)
- Me.GrpVenta.Controls.Add(Me.Label19)
- Me.GrpVenta.Controls.Add(Me.txtRetornoAnualNetoVenta)
- Me.GrpVenta.Controls.Add(Me.txtImpuestosYComisionesVenta)
- Me.GrpVenta.Location = New System.Drawing.Point(535, 54)
- Me.GrpVenta.Name = "GrpVenta"
- Me.GrpVenta.Size = New System.Drawing.Size(179, 397)
- Me.GrpVenta.TabIndex = 95
- Me.GrpVenta.TabStop = False
- '
- 'txtValorTransadoVenta
- '
- Me.txtValorTransadoVenta.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.txtValorTransadoVenta.Location = New System.Drawing.Point(19, 138)
- Me.txtValorTransadoVenta.MaxLength = 20
- Me.txtValorTransadoVenta.Name = "txtValorTransadoVenta"
- Me.txtValorTransadoVenta.ReadOnly = True
- Me.txtValorTransadoVenta.Size = New System.Drawing.Size(140, 20)
- Me.txtValorTransadoVenta.TabIndex = 0
- '
- 'dtpFechaOperacionVenta
- '
- Me.dtpFechaOperacionVenta.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.dtpFechaOperacionVenta.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
- Me.dtpFechaOperacionVenta.Location = New System.Drawing.Point(19, 72)
- Me.dtpFechaOperacionVenta.Name = "dtpFechaOperacionVenta"
- Me.dtpFechaOperacionVenta.Size = New System.Drawing.Size(140, 20)
- Me.dtpFechaOperacionVenta.TabIndex = 10
- '
- 'txtComisionPorcentajeBolsaVenta
- '
- Me.txtComisionPorcentajeBolsaVenta.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.txtComisionPorcentajeBolsaVenta.Location = New System.Drawing.Point(20, 225)
- Me.txtComisionPorcentajeBolsaVenta.MaxLength = 20
- Me.txtComisionPorcentajeBolsaVenta.Name = "txtComisionPorcentajeBolsaVenta"
- Me.txtComisionPorcentajeBolsaVenta.Size = New System.Drawing.Size(37, 20)
- Me.txtComisionPorcentajeBolsaVenta.TabIndex = 82
- '
- 'dtpFechaVencimientoVenta
- '
- Me.dtpFechaVencimientoVenta.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.dtpFechaVencimientoVenta.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
- Me.dtpFechaVencimientoVenta.Location = New System.Drawing.Point(19, 94)
- Me.dtpFechaVencimientoVenta.Name = "dtpFechaVencimientoVenta"
- Me.dtpFechaVencimientoVenta.Size = New System.Drawing.Size(140, 20)
- Me.dtpFechaVencimientoVenta.TabIndex = 11
- '
- 'txtComisionPorcentajeCasaVenta
- '
- Me.txtComisionPorcentajeCasaVenta.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.txtComisionPorcentajeCasaVenta.Location = New System.Drawing.Point(20, 204)
- Me.txtComisionPorcentajeCasaVenta.MaxLength = 20
- Me.txtComisionPorcentajeCasaVenta.Name = "txtComisionPorcentajeCasaVenta"
- Me.txtComisionPorcentajeCasaVenta.Size = New System.Drawing.Size(37, 20)
- Me.txtComisionPorcentajeCasaVenta.TabIndex = 81
- '
- 'txtPrecioLimpioVenta
- '
- Me.txtPrecioLimpioVenta.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.txtPrecioLimpioVenta.Location = New System.Drawing.Point(19, 50)
- Me.txtPrecioLimpioVenta.MaxLength = 20
- Me.txtPrecioLimpioVenta.Name = "txtPrecioLimpioVenta"
- Me.txtPrecioLimpioVenta.Size = New System.Drawing.Size(140, 20)
- Me.txtPrecioLimpioVenta.TabIndex = 9
- '
- 'txtDiasDeTenenciaVenta
- '
- Me.txtDiasDeTenenciaVenta.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.txtDiasDeTenenciaVenta.Location = New System.Drawing.Point(20, 291)
- Me.txtDiasDeTenenciaVenta.MaxLength = 5
- Me.txtDiasDeTenenciaVenta.Name = "txtDiasDeTenenciaVenta"
- Me.txtDiasDeTenenciaVenta.ReadOnly = True
- Me.txtDiasDeTenenciaVenta.Size = New System.Drawing.Size(140, 20)
- Me.txtDiasDeTenenciaVenta.TabIndex = 12
- '
- 'txtPrecioSucioVenta
- '
- Me.txtPrecioSucioVenta.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.txtPrecioSucioVenta.Location = New System.Drawing.Point(19, 182)
- Me.txtPrecioSucioVenta.MaxLength = 20
- Me.txtPrecioSucioVenta.Name = "txtPrecioSucioVenta"
- Me.txtPrecioSucioVenta.ReadOnly = True
- Me.txtPrecioSucioVenta.Size = New System.Drawing.Size(140, 20)
- Me.txtPrecioSucioVenta.TabIndex = 0
- '
- 'txtComisionBolsaVenta
- '
- Me.txtComisionBolsaVenta.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.txtComisionBolsaVenta.Location = New System.Drawing.Point(61, 226)
- Me.txtComisionBolsaVenta.MaxLength = 20
- Me.txtComisionBolsaVenta.Name = "txtComisionBolsaVenta"
- Me.txtComisionBolsaVenta.ReadOnly = True
- Me.txtComisionBolsaVenta.Size = New System.Drawing.Size(98, 20)
- Me.txtComisionBolsaVenta.TabIndex = 78
- '
- 'txtMontoNetoVenta
- '
- Me.txtMontoNetoVenta.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.txtMontoNetoVenta.Location = New System.Drawing.Point(19, 160)
- Me.txtMontoNetoVenta.MaxLength = 20
- Me.txtMontoNetoVenta.Name = "txtMontoNetoVenta"
- Me.txtMontoNetoVenta.ReadOnly = True
- Me.txtMontoNetoVenta.Size = New System.Drawing.Size(139, 20)
- Me.txtMontoNetoVenta.TabIndex = 0
- '
- 'txtGananciaCapitalTotalVenta
- '
- Me.txtGananciaCapitalTotalVenta.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.txtGananciaCapitalTotalVenta.Location = New System.Drawing.Point(20, 314)
- Me.txtGananciaCapitalTotalVenta.MaxLength = 20
- Me.txtGananciaCapitalTotalVenta.Name = "txtGananciaCapitalTotalVenta"
- Me.txtGananciaCapitalTotalVenta.ReadOnly = True
- Me.txtGananciaCapitalTotalVenta.Size = New System.Drawing.Size(140, 20)
- Me.txtGananciaCapitalTotalVenta.TabIndex = 0
- '
- 'txtComisionCasaVenta
- '
- Me.txtComisionCasaVenta.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.txtComisionCasaVenta.Location = New System.Drawing.Point(60, 204)
- Me.txtComisionCasaVenta.MaxLength = 20
- Me.txtComisionCasaVenta.Name = "txtComisionCasaVenta"
- Me.txtComisionCasaVenta.ReadOnly = True
- Me.txtComisionCasaVenta.Size = New System.Drawing.Size(99, 20)
- Me.txtComisionCasaVenta.TabIndex = 75
- '
- 'txtGananciaCapitalUnitarioVenta
- '
- Me.txtGananciaCapitalUnitarioVenta.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.txtGananciaCapitalUnitarioVenta.Location = New System.Drawing.Point(21, 337)
- Me.txtGananciaCapitalUnitarioVenta.MaxLength = 20
- Me.txtGananciaCapitalUnitarioVenta.Name = "txtGananciaCapitalUnitarioVenta"
- Me.txtGananciaCapitalUnitarioVenta.ReadOnly = True
- Me.txtGananciaCapitalUnitarioVenta.Size = New System.Drawing.Size(140, 20)
- Me.txtGananciaCapitalUnitarioVenta.TabIndex = 0
- '
- 'txtRetornoAnualBrutoVenta
- '
- Me.txtRetornoAnualBrutoVenta.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.txtRetornoAnualBrutoVenta.Location = New System.Drawing.Point(20, 247)
- Me.txtRetornoAnualBrutoVenta.MaxLength = 20
- Me.txtRetornoAnualBrutoVenta.Name = "txtRetornoAnualBrutoVenta"
- Me.txtRetornoAnualBrutoVenta.ReadOnly = True
- Me.txtRetornoAnualBrutoVenta.Size = New System.Drawing.Size(140, 20)
- Me.txtRetornoAnualBrutoVenta.TabIndex = 0
- '
- 'txtUnidadesVenta
- '
- Me.txtUnidadesVenta.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.txtUnidadesVenta.Location = New System.Drawing.Point(19, 116)
- Me.txtUnidadesVenta.MaxLength = 20
- Me.txtUnidadesVenta.Name = "txtUnidadesVenta"
- Me.txtUnidadesVenta.Size = New System.Drawing.Size(140, 20)
- Me.txtUnidadesVenta.TabIndex = 13
- '
- 'Label19
- '
- Me.Label19.AutoSize = True
- Me.Label19.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label19.Location = New System.Drawing.Point(69, 20)
- Me.Label19.Name = "Label19"
- Me.Label19.Size = New System.Drawing.Size(42, 18)
- Me.Label19.TabIndex = 55
- Me.Label19.Text = "Venta"
- '
- 'txtRetornoAnualNetoVenta
- '
- Me.txtRetornoAnualNetoVenta.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.txtRetornoAnualNetoVenta.Location = New System.Drawing.Point(20, 269)
- Me.txtRetornoAnualNetoVenta.MaxLength = 20
- Me.txtRetornoAnualNetoVenta.Name = "txtRetornoAnualNetoVenta"
- Me.txtRetornoAnualNetoVenta.ReadOnly = True
- Me.txtRetornoAnualNetoVenta.Size = New System.Drawing.Size(140, 20)
- Me.txtRetornoAnualNetoVenta.TabIndex = 0
- '
- 'txtImpuestosYComisionesVenta
- '
- Me.txtImpuestosYComisionesVenta.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.txtImpuestosYComisionesVenta.Location = New System.Drawing.Point(19, 160)
- Me.txtImpuestosYComisionesVenta.Name = "txtImpuestosYComisionesVenta"
- Me.txtImpuestosYComisionesVenta.ReadOnly = True
- Me.txtImpuestosYComisionesVenta.Size = New System.Drawing.Size(140, 20)
- Me.txtImpuestosYComisionesVenta.TabIndex = 71
- Me.txtImpuestosYComisionesVenta.Visible = False
- '
- 'GrpImpuesto
- '
- Me.GrpImpuesto.Anchor = System.Windows.Forms.AnchorStyles.None
- Me.GrpImpuesto.Controls.Add(Me.ChkIOF)
- Me.GrpImpuesto.Controls.Add(Me.lblCompra2)
- Me.GrpImpuesto.Controls.Add(Me.Label7)
- Me.GrpImpuesto.Controls.Add(Me.lblVenta1)
- Me.GrpImpuesto.Controls.Add(Me.ChkRenta)
- Me.GrpImpuesto.Controls.Add(Me.lblVenta2)
- Me.GrpImpuesto.Controls.Add(Me.txtIOFCompra)
- Me.GrpImpuesto.Controls.Add(Me.lblCompra1)
- Me.GrpImpuesto.Controls.Add(Me.txtRentaVenta)
- Me.GrpImpuesto.Controls.Add(Me.txtIOFVenta)
- Me.GrpImpuesto.Controls.Add(Me.txtRentaCompra)
- Me.GrpImpuesto.Location = New System.Drawing.Point(778, 57)
- Me.GrpImpuesto.Name = "GrpImpuesto"
- Me.GrpImpuesto.Size = New System.Drawing.Size(312, 148)
- Me.GrpImpuesto.TabIndex = 94
- Me.GrpImpuesto.TabStop = False
- '
- 'ChkIOF
- '
- Me.ChkIOF.AutoSize = True
- Me.ChkIOF.Location = New System.Drawing.Point(20, 44)
- Me.ChkIOF.Name = "ChkIOF"
- Me.ChkIOF.Size = New System.Drawing.Size(43, 17)
- Me.ChkIOF.TabIndex = 84
- Me.ChkIOF.Text = "IOF"
- Me.ChkIOF.UseVisualStyleBackColor = True
- '
- 'lblCompra2
- '
- Me.lblCompra2.AutoSize = True
- Me.lblCompra2.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.lblCompra2.Location = New System.Drawing.Point(226, 39)
- Me.lblCompra2.Name = "lblCompra2"
- Me.lblCompra2.Size = New System.Drawing.Size(53, 18)
- Me.lblCompra2.TabIndex = 93
- Me.lblCompra2.Text = "Compra"
- Me.lblCompra2.Visible = False
- '
- 'Label7
- '
- Me.Label7.AutoSize = True
- Me.Label7.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label7.Location = New System.Drawing.Point(30, 17)
- Me.Label7.Name = "Label7"
- Me.Label7.Size = New System.Drawing.Size(68, 18)
- Me.Label7.TabIndex = 83
- Me.Label7.Text = "Impuestos"
- '
- 'lblVenta1
- '
- Me.lblVenta1.AutoSize = True
- Me.lblVenta1.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.lblVenta1.Location = New System.Drawing.Point(71, 81)
- Me.lblVenta1.Name = "lblVenta1"
- Me.lblVenta1.Size = New System.Drawing.Size(40, 18)
- Me.lblVenta1.TabIndex = 92
- Me.lblVenta1.Text = "Venta"
- Me.lblVenta1.Visible = False
- '
- 'ChkRenta
- '
- Me.ChkRenta.AutoSize = True
- Me.ChkRenta.Location = New System.Drawing.Point(157, 44)
- Me.ChkRenta.Name = "ChkRenta"
- Me.ChkRenta.Size = New System.Drawing.Size(63, 17)
- Me.ChkRenta.TabIndex = 85
- Me.ChkRenta.Text = "RENTA"
- Me.ChkRenta.UseVisualStyleBackColor = True
- '
- 'lblVenta2
- '
- Me.lblVenta2.AutoSize = True
- Me.lblVenta2.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.lblVenta2.Location = New System.Drawing.Point(226, 80)
- Me.lblVenta2.Name = "lblVenta2"
- Me.lblVenta2.Size = New System.Drawing.Size(40, 18)
- Me.lblVenta2.TabIndex = 91
- Me.lblVenta2.Text = "Venta"
- Me.lblVenta2.Visible = False
- '
- 'txtIOFCompra
- '
- Me.txtIOFCompra.Location = New System.Drawing.Point(69, 62)
- Me.txtIOFCompra.Name = "txtIOFCompra"
- Me.txtIOFCompra.ReadOnly = True
- Me.txtIOFCompra.Size = New System.Drawing.Size(44, 20)
- Me.txtIOFCompra.TabIndex = 86
- '
- 'lblCompra1
- '
- Me.lblCompra1.AutoSize = True
- Me.lblCompra1.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.lblCompra1.Location = New System.Drawing.Point(64, 42)
- Me.lblCompra1.Name = "lblCompra1"
- Me.lblCompra1.Size = New System.Drawing.Size(53, 18)
- Me.lblCompra1.TabIndex = 90
- Me.lblCompra1.Text = "Compra"
- Me.lblCompra1.Visible = False
- '
- 'txtRentaVenta
- '
- Me.txtRentaVenta.Location = New System.Drawing.Point(226, 101)
- Me.txtRentaVenta.Name = "txtRentaVenta"
- Me.txtRentaVenta.ReadOnly = True
- Me.txtRentaVenta.Size = New System.Drawing.Size(44, 20)
- Me.txtRentaVenta.TabIndex = 87
- '
- 'txtIOFVenta
- '
- Me.txtIOFVenta.Location = New System.Drawing.Point(70, 102)
- Me.txtIOFVenta.Name = "txtIOFVenta"
- Me.txtIOFVenta.ReadOnly = True
- Me.txtIOFVenta.Size = New System.Drawing.Size(44, 20)
- Me.txtIOFVenta.TabIndex = 89
- '
- 'txtRentaCompra
- '
- Me.txtRentaCompra.Location = New System.Drawing.Point(226, 60)
- Me.txtRentaCompra.Name = "txtRentaCompra"
- Me.txtRentaCompra.ReadOnly = True
- Me.txtRentaCompra.Size = New System.Drawing.Size(44, 20)
- Me.txtRentaCompra.TabIndex = 88
- '
- 'TabAcciones
- '
- Me.TabAcciones.Controls.Add(Me.TbOperacion)
- Me.TabAcciones.Controls.Add(Me.TbDividendos)
- Me.TabAcciones.Cursor = System.Windows.Forms.Cursors.Default
- Me.TabAcciones.Dock = System.Windows.Forms.DockStyle.Fill
- Me.TabAcciones.Location = New System.Drawing.Point(0, 0)
- Me.TabAcciones.Name = "TabAcciones"
- Me.TabAcciones.SelectedIndex = 0
- Me.TabAcciones.Size = New System.Drawing.Size(1157, 545)
- Me.TabAcciones.TabIndex = 0
- '
- 'Panel1
- '
- Me.Panel1.Controls.Add(Me.TabAcciones)
- 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(1157, 545)
- Me.Panel1.TabIndex = 159
- '
- 'OpenFileDialog1
- '
- Me.OpenFileDialog1.FileName = "OpenFileDialog1"
- '
- 'frmAcciones
- '
- Me.AcceptButton = Me.btnAceptar
- Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.CancelButton = Me.btnCancelar
- Me.ClientSize = New System.Drawing.Size(1157, 570)
- Me.Controls.Add(Me.Panel1)
- Me.Controls.Add(Me.BindingNavigator1)
- Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
- Me.Name = "frmAcciones"
- CType(Me.BindingNavigator1, System.ComponentModel.ISupportInitialize).EndInit()
- Me.BindingNavigator1.ResumeLayout(False)
- Me.BindingNavigator1.PerformLayout()
- Me.TbDividendos.ResumeLayout(False)
- Me.GroupBox1.ResumeLayout(False)
- Me.GroupBox1.PerformLayout()
- CType(Me.dgvDividendos, System.ComponentModel.ISupportInitialize).EndInit()
- Me.TbOperacion.ResumeLayout(False)
- Me.TbOperacion.PerformLayout()
- Me.GrpDatos.ResumeLayout(False)
- Me.GrpDatos.PerformLayout()
- Me.GrpBotonos.ResumeLayout(False)
- Me.GrpCompra.ResumeLayout(False)
- Me.GrpCompra.PerformLayout()
- Me.GrpVenta.ResumeLayout(False)
- Me.GrpVenta.PerformLayout()
- Me.GrpImpuesto.ResumeLayout(False)
- Me.GrpImpuesto.PerformLayout()
- Me.TabAcciones.ResumeLayout(False)
- Me.Panel1.ResumeLayout(False)
- Me.ResumeLayout(False)
- Me.PerformLayout()
- End Sub
- Friend WithEvents btnAceptar As Button
- Friend WithEvents btnCancelar As Button
- Friend WithEvents lblTitulo As Label
- 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 TbDividendos As TabPage
- Friend WithEvents dgvDividendos As DataGridView
- Friend WithEvents TbOperacion As TabPage
- Friend WithEvents txtPrecioLimpioCompra As TextBox
- Friend WithEvents txtImpuestosYComisionesCompra As TextBox
- Friend WithEvents txtValorTransadoVenta As TextBox
- Friend WithEvents txtImpuestosYComisionesVenta As TextBox
- Friend WithEvents txtUnidadesVenta As TextBox
- Friend WithEvents txtRetornoAnualNetoVenta As TextBox
- Friend WithEvents txtDiasDeTenenciaCompra As TextBox
- Friend WithEvents txtRetornoAnualBrutoVenta As TextBox
- Friend WithEvents txtGananciaCapitalTotalCompra As TextBox
- Friend WithEvents txtMontoNetoCompra As TextBox
- Friend WithEvents txtGananciaCapitalUnitarioVenta As TextBox
- Friend WithEvents txtPrecioSucioCompra As TextBox
- Friend WithEvents txtGananciaCapitalUnitarioCompra As TextBox
- Friend WithEvents txtGananciaCapitalTotalVenta As TextBox
- Friend WithEvents txtValorTransadoCompra As TextBox
- Friend WithEvents txtMontoNetoVenta As TextBox
- Friend WithEvents txtRetornoAnualBrutoCompra As TextBox
- Friend WithEvents txtDiasDeTenenciaVenta As TextBox
- Friend WithEvents txtPrecioSucioVenta As TextBox
- Friend WithEvents txtUnidadesCompra As TextBox
- Friend WithEvents txtRetornoAnualNetoCompra As TextBox
- Friend WithEvents txtPrecioLimpioVenta As TextBox
- Friend WithEvents Label16 As Label
- Friend WithEvents Label4 As Label
- Friend WithEvents Label17 As Label
- Friend WithEvents Label15 As Label
- Friend WithEvents Label14 As Label
- Friend WithEvents Label1 As Label
- Friend WithEvents Label13 As Label
- Friend WithEvents Label2 As Label
- Friend WithEvents Label18 As Label
- Friend WithEvents Label12 As Label
- Friend WithEvents Label19 As Label
- Friend WithEvents Label6 As Label
- Friend WithEvents Label11 As Label
- Friend WithEvents dtpFechaOperacionCompra As DateTimePicker
- Friend WithEvents dtpFechaVencimientoVenta As DateTimePicker
- Friend WithEvents dtpFechaVencimientoCompra As DateTimePicker
- Friend WithEvents Label8 As Label
- Friend WithEvents dtpFechaOperacionVenta As DateTimePicker
- Friend WithEvents Label9 As Label
- Friend WithEvents TabAcciones As TabControl
- Friend WithEvents txtComisionPorcentajeBolsaVenta As TextBox
- Friend WithEvents txtComisionPorcentajeCasaVenta As TextBox
- Friend WithEvents txtComisionPorcentajeBolsaCompra As TextBox
- Friend WithEvents txtComisionPorcentajeCasaCompra As TextBox
- Friend WithEvents txtComisionBolsaVenta As TextBox
- Friend WithEvents txtComisionBolsaCompra As TextBox
- Friend WithEvents Label5 As Label
- Friend WithEvents txtComisionCasaVenta As TextBox
- Friend WithEvents txtComisionCasaCompra As TextBox
- Friend WithEvents Label3 As Label
- Friend WithEvents ChkRenta As CheckBox
- Friend WithEvents ChkIOF As CheckBox
- Friend WithEvents Label7 As Label
- Friend WithEvents txtRentaVenta As TextBox
- Friend WithEvents txtIOFCompra As TextBox
- Friend WithEvents lblVenta2 As Label
- Friend WithEvents lblCompra1 As Label
- Friend WithEvents txtIOFVenta As TextBox
- Friend WithEvents txtRentaCompra As TextBox
- Friend WithEvents lblCompra2 As Label
- Friend WithEvents lblVenta1 As Label
- Friend WithEvents GroupBox1 As GroupBox
- Friend WithEvents rdbEfectivo As RadioButton
- Friend WithEvents rdbPorcentaje As RadioButton
- Friend WithEvents GrpCompra As GroupBox
- Friend WithEvents GrpVenta As GroupBox
- Friend WithEvents GrpImpuesto As GroupBox
- Friend WithEvents Panel1 As Panel
- Friend WithEvents btnActualizar As Button
- Friend WithEvents OpenFileDialog1 As OpenFileDialog
- Friend WithEvents btnQuitar As Button
- Friend WithEvents GrpBotonos As GroupBox
- Friend WithEvents GrpDatos As GroupBox
- Friend WithEvents btnVenderTitulo As Button
- End Class
|