| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461 |
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
- Partial Class frmRescate
- 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.Label5 = New System.Windows.Forms.Label()
- Me.Label3 = New System.Windows.Forms.Label()
- Me.Label16 = New System.Windows.Forms.Label()
- Me.Label4 = New System.Windows.Forms.Label()
- Me.Label17 = New System.Windows.Forms.Label()
- Me.Label15 = New System.Windows.Forms.Label()
- Me.Label14 = New System.Windows.Forms.Label()
- Me.Label1 = New System.Windows.Forms.Label()
- Me.Label13 = New System.Windows.Forms.Label()
- Me.Label2 = New System.Windows.Forms.Label()
- Me.Label12 = New System.Windows.Forms.Label()
- Me.Label6 = New System.Windows.Forms.Label()
- Me.Label11 = New System.Windows.Forms.Label()
- Me.Label8 = New System.Windows.Forms.Label()
- Me.Label9 = New System.Windows.Forms.Label()
- 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.dtpFechaLiquidacionVenta = New System.Windows.Forms.DateTimePicker()
- Me.txtComisionPorcentajeCasaVenta = New System.Windows.Forms.TextBox()
- Me.txtPrecioLimpioVenta = New System.Windows.Forms.TextBox()
- Me.txtPrecioSucioVenta = New System.Windows.Forms.TextBox()
- Me.txtDiasDeTenenciaVenta = 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.txtGananciaCapitalUnitarioVenta = New System.Windows.Forms.TextBox()
- Me.txtComisionCasaVenta = New System.Windows.Forms.TextBox()
- Me.txtRetornoAnualBrutoVenta = New System.Windows.Forms.TextBox()
- Me.txtRetornoAnualNetoVenta = New System.Windows.Forms.TextBox()
- Me.txtUnidadesVenta = New System.Windows.Forms.TextBox()
- Me.txtImpuestosYComisionesVenta = New System.Windows.Forms.TextBox()
- Me.Label19 = New System.Windows.Forms.Label()
- Me.GrpVenta.SuspendLayout()
- Me.SuspendLayout()
- '
- '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(12, 392)
- Me.Label5.Name = "Label5"
- Me.Label5.Size = New System.Drawing.Size(109, 18)
- Me.Label5.TabIndex = 92
- Me.Label5.Text = "Comisiones Bolsa"
- '
- '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(10, 363)
- Me.Label3.Name = "Label3"
- Me.Label3.Size = New System.Drawing.Size(107, 18)
- Me.Label3.TabIndex = 91
- Me.Label3.Text = "Comisiones Casa"
- '
- '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(12, 93)
- Me.Label16.Name = "Label16"
- Me.Label16.Size = New System.Drawing.Size(105, 18)
- Me.Label16.TabIndex = 88
- Me.Label16.Text = "Fecha Operación"
- '
- '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(12, 289)
- Me.Label4.Name = "Label4"
- Me.Label4.Size = New System.Drawing.Size(116, 18)
- Me.Label4.TabIndex = 90
- Me.Label4.Text = "Imp. y Comisiones"
- '
- '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(12, 333)
- Me.Label17.Name = "Label17"
- Me.Label17.Size = New System.Drawing.Size(79, 18)
- Me.Label17.TabIndex = 89
- 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(12, 270)
- Me.Label15.Name = "Label15"
- Me.Label15.Size = New System.Drawing.Size(95, 18)
- Me.Label15.TabIndex = 87
- Me.Label15.Text = "Valor Transado"
- '
- '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(12, 181)
- Me.Label14.Name = "Label14"
- Me.Label14.Size = New System.Drawing.Size(173, 18)
- Me.Label14.TabIndex = 86
- Me.Label14.Text = "Ganancia de capital unitario"
- '
- '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(12, 71)
- Me.Label1.Name = "Label1"
- Me.Label1.Size = New System.Drawing.Size(88, 18)
- Me.Label1.TabIndex = 78
- Me.Label1.Text = "Precio Limpio"
- '
- '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(12, 159)
- Me.Label13.Name = "Label13"
- Me.Label13.Size = New System.Drawing.Size(154, 18)
- Me.Label13.TabIndex = 85
- Me.Label13.Text = "Ganancia de capital total"
- '
- '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(12, 311)
- Me.Label2.Name = "Label2"
- Me.Label2.Size = New System.Drawing.Size(75, 18)
- Me.Label2.TabIndex = 79
- Me.Label2.Text = "Monto Neto"
- '
- '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(12, 115)
- Me.Label12.Name = "Label12"
- Me.Label12.Size = New System.Drawing.Size(118, 18)
- Me.Label12.TabIndex = 84
- Me.Label12.Text = "Fecha Vencimiento"
- '
- '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(12, 203)
- Me.Label6.Name = "Label6"
- Me.Label6.Size = New System.Drawing.Size(156, 18)
- Me.Label6.TabIndex = 80
- Me.Label6.Text = "Retorno Anualizado Bruto"
- '
- '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(12, 248)
- Me.Label11.Name = "Label11"
- Me.Label11.Size = New System.Drawing.Size(61, 18)
- Me.Label11.TabIndex = 83
- Me.Label11.Text = "Unidades"
- '
- '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(12, 137)
- Me.Label8.Name = "Label8"
- Me.Label8.Size = New System.Drawing.Size(105, 18)
- Me.Label8.TabIndex = 81
- Me.Label8.Text = "Dias de tenencia"
- '
- '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(12, 225)
- Me.Label9.Name = "Label9"
- Me.Label9.Size = New System.Drawing.Size(152, 18)
- Me.Label9.TabIndex = 82
- Me.Label9.Text = "Retorno Anualizado Neto"
- '
- 'GrpVenta
- '
- Me.GrpVenta.Controls.Add(Me.txtValorTransadoVenta)
- Me.GrpVenta.Controls.Add(Me.dtpFechaOperacionVenta)
- Me.GrpVenta.Controls.Add(Me.txtComisionPorcentajeBolsaVenta)
- Me.GrpVenta.Controls.Add(Me.dtpFechaLiquidacionVenta)
- Me.GrpVenta.Controls.Add(Me.txtComisionPorcentajeCasaVenta)
- Me.GrpVenta.Controls.Add(Me.txtPrecioLimpioVenta)
- Me.GrpVenta.Controls.Add(Me.txtPrecioSucioVenta)
- Me.GrpVenta.Controls.Add(Me.txtDiasDeTenenciaVenta)
- Me.GrpVenta.Controls.Add(Me.txtComisionBolsaVenta)
- Me.GrpVenta.Controls.Add(Me.txtMontoNetoVenta)
- Me.GrpVenta.Controls.Add(Me.txtGananciaCapitalTotalVenta)
- Me.GrpVenta.Controls.Add(Me.txtGananciaCapitalUnitarioVenta)
- Me.GrpVenta.Controls.Add(Me.txtComisionCasaVenta)
- Me.GrpVenta.Controls.Add(Me.txtRetornoAnualBrutoVenta)
- Me.GrpVenta.Controls.Add(Me.txtRetornoAnualNetoVenta)
- Me.GrpVenta.Controls.Add(Me.txtUnidadesVenta)
- Me.GrpVenta.Controls.Add(Me.txtImpuestosYComisionesVenta)
- Me.GrpVenta.Location = New System.Drawing.Point(217, 52)
- Me.GrpVenta.Name = "GrpVenta"
- Me.GrpVenta.Size = New System.Drawing.Size(200, 379)
- Me.GrpVenta.TabIndex = 96
- 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(30, 218)
- 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(30, 41)
- 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(35, 346)
- Me.txtComisionPorcentajeBolsaVenta.Name = "txtComisionPorcentajeBolsaVenta"
- Me.txtComisionPorcentajeBolsaVenta.Size = New System.Drawing.Size(37, 20)
- Me.txtComisionPorcentajeBolsaVenta.TabIndex = 82
- '
- 'dtpFechaLiquidacionVenta
- '
- Me.dtpFechaLiquidacionVenta.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.dtpFechaLiquidacionVenta.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
- Me.dtpFechaLiquidacionVenta.Location = New System.Drawing.Point(30, 63)
- Me.dtpFechaLiquidacionVenta.Name = "dtpFechaLiquidacionVenta"
- Me.dtpFechaLiquidacionVenta.Size = New System.Drawing.Size(140, 20)
- Me.dtpFechaLiquidacionVenta.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(35, 310)
- 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(30, 19)
- Me.txtPrecioLimpioVenta.Name = "txtPrecioLimpioVenta"
- Me.txtPrecioLimpioVenta.Size = New System.Drawing.Size(140, 20)
- Me.txtPrecioLimpioVenta.TabIndex = 9
- '
- '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(30, 284)
- Me.txtPrecioSucioVenta.Name = "txtPrecioSucioVenta"
- Me.txtPrecioSucioVenta.ReadOnly = True
- Me.txtPrecioSucioVenta.Size = New System.Drawing.Size(140, 20)
- Me.txtPrecioSucioVenta.TabIndex = 0
- '
- '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(30, 85)
- Me.txtDiasDeTenenciaVenta.Name = "txtDiasDeTenenciaVenta"
- Me.txtDiasDeTenenciaVenta.ReadOnly = True
- Me.txtDiasDeTenenciaVenta.Size = New System.Drawing.Size(140, 20)
- Me.txtDiasDeTenenciaVenta.TabIndex = 12
- '
- '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(78, 344)
- Me.txtComisionBolsaVenta.Name = "txtComisionBolsaVenta"
- Me.txtComisionBolsaVenta.ReadOnly = True
- Me.txtComisionBolsaVenta.Size = New System.Drawing.Size(92, 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(30, 262)
- Me.txtMontoNetoVenta.Name = "txtMontoNetoVenta"
- Me.txtMontoNetoVenta.ReadOnly = True
- Me.txtMontoNetoVenta.Size = New System.Drawing.Size(140, 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(30, 107)
- Me.txtGananciaCapitalTotalVenta.Name = "txtGananciaCapitalTotalVenta"
- Me.txtGananciaCapitalTotalVenta.ReadOnly = True
- Me.txtGananciaCapitalTotalVenta.Size = New System.Drawing.Size(140, 20)
- Me.txtGananciaCapitalTotalVenta.TabIndex = 0
- '
- '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(30, 129)
- Me.txtGananciaCapitalUnitarioVenta.Name = "txtGananciaCapitalUnitarioVenta"
- Me.txtGananciaCapitalUnitarioVenta.ReadOnly = True
- Me.txtGananciaCapitalUnitarioVenta.Size = New System.Drawing.Size(140, 20)
- Me.txtGananciaCapitalUnitarioVenta.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(78, 313)
- Me.txtComisionCasaVenta.Name = "txtComisionCasaVenta"
- Me.txtComisionCasaVenta.ReadOnly = True
- Me.txtComisionCasaVenta.Size = New System.Drawing.Size(94, 20)
- Me.txtComisionCasaVenta.TabIndex = 75
- '
- '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(30, 151)
- Me.txtRetornoAnualBrutoVenta.Name = "txtRetornoAnualBrutoVenta"
- Me.txtRetornoAnualBrutoVenta.ReadOnly = True
- Me.txtRetornoAnualBrutoVenta.Size = New System.Drawing.Size(140, 20)
- Me.txtRetornoAnualBrutoVenta.TabIndex = 0
- '
- '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(30, 173)
- Me.txtRetornoAnualNetoVenta.Name = "txtRetornoAnualNetoVenta"
- Me.txtRetornoAnualNetoVenta.ReadOnly = True
- Me.txtRetornoAnualNetoVenta.Size = New System.Drawing.Size(140, 20)
- Me.txtRetornoAnualNetoVenta.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(30, 196)
- Me.txtUnidadesVenta.Name = "txtUnidadesVenta"
- Me.txtUnidadesVenta.Size = New System.Drawing.Size(140, 20)
- Me.txtUnidadesVenta.TabIndex = 13
- '
- '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(30, 240)
- Me.txtImpuestosYComisionesVenta.Name = "txtImpuestosYComisionesVenta"
- Me.txtImpuestosYComisionesVenta.ReadOnly = True
- Me.txtImpuestosYComisionesVenta.Size = New System.Drawing.Size(140, 20)
- Me.txtImpuestosYComisionesVenta.TabIndex = 71
- '
- '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(176, 31)
- Me.Label19.Name = "Label19"
- Me.Label19.Size = New System.Drawing.Size(55, 18)
- Me.Label19.TabIndex = 97
- Me.Label19.Text = "Rescate"
- '
- 'frmRescate
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.ClientSize = New System.Drawing.Size(496, 422)
- Me.Controls.Add(Me.Label19)
- Me.Controls.Add(Me.GrpVenta)
- Me.Controls.Add(Me.Label5)
- Me.Controls.Add(Me.Label3)
- Me.Controls.Add(Me.Label16)
- Me.Controls.Add(Me.Label4)
- Me.Controls.Add(Me.Label17)
- Me.Controls.Add(Me.Label15)
- Me.Controls.Add(Me.Label14)
- Me.Controls.Add(Me.Label1)
- Me.Controls.Add(Me.Label13)
- Me.Controls.Add(Me.Label2)
- Me.Controls.Add(Me.Label12)
- Me.Controls.Add(Me.Label6)
- Me.Controls.Add(Me.Label11)
- Me.Controls.Add(Me.Label8)
- Me.Controls.Add(Me.Label9)
- Me.Name = "frmRescate"
- Me.Text = "frmRescate"
- Me.GrpVenta.ResumeLayout(False)
- Me.GrpVenta.PerformLayout()
- Me.ResumeLayout(False)
- Me.PerformLayout()
- End Sub
- Friend WithEvents Label5 As Label
- Friend WithEvents Label3 As Label
- 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 Label12 As Label
- Friend WithEvents Label6 As Label
- Friend WithEvents Label11 As Label
- Friend WithEvents Label8 As Label
- Friend WithEvents Label9 As Label
- Friend WithEvents GrpVenta As GroupBox
- Friend WithEvents txtValorTransadoVenta As TextBox
- Friend WithEvents dtpFechaOperacionVenta As DateTimePicker
- Friend WithEvents txtComisionPorcentajeBolsaVenta As TextBox
- Friend WithEvents dtpFechaLiquidacionVenta As DateTimePicker
- Friend WithEvents txtComisionPorcentajeCasaVenta As TextBox
- Friend WithEvents txtPrecioLimpioVenta As TextBox
- Friend WithEvents txtPrecioSucioVenta As TextBox
- Friend WithEvents txtDiasDeTenenciaVenta As TextBox
- Friend WithEvents txtComisionBolsaVenta As TextBox
- Friend WithEvents txtMontoNetoVenta As TextBox
- Friend WithEvents txtGananciaCapitalTotalVenta As TextBox
- Friend WithEvents txtGananciaCapitalUnitarioVenta As TextBox
- Friend WithEvents txtComisionCasaVenta As TextBox
- Friend WithEvents txtRetornoAnualBrutoVenta As TextBox
- Friend WithEvents txtRetornoAnualNetoVenta As TextBox
- Friend WithEvents txtUnidadesVenta As TextBox
- Friend WithEvents txtImpuestosYComisionesVenta As TextBox
- Friend WithEvents Label19 As Label
- End Class
|