Partial Class frmFuturos Inherits System.Windows.Forms.Form 'Form reemplaza a Dispose para limpiar la lista de componentes. 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. Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmFuturos)) 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.txtIdentificacionContratoCompra = New System.Windows.Forms.TextBox() Me.Label16 = New System.Windows.Forms.Label() Me.txtValorRecibidoVenta = New System.Windows.Forms.TextBox() Me.Label14 = New System.Windows.Forms.Label() Me.txtComisionBrokerVenta = New System.Windows.Forms.TextBox() Me.Label1 = New System.Windows.Forms.Label() Me.txtCantidadContratosCompra = New System.Windows.Forms.TextBox() Me.Label13 = New System.Windows.Forms.Label() Me.txtValorTransadoVenta = New System.Windows.Forms.TextBox() Me.Label18 = New System.Windows.Forms.Label() Me.txtUnidadesContratoCompra = New System.Windows.Forms.TextBox() Me.Label19 = New System.Windows.Forms.Label() Me.txtValorUnidadVenta = New System.Windows.Forms.TextBox() Me.txtValorUnidadCompra = New System.Windows.Forms.TextBox() Me.Label6 = New System.Windows.Forms.Label() Me.Label11 = New System.Windows.Forms.Label() Me.dtpOperacionCompra = New System.Windows.Forms.DateTimePicker() Me.txtUnidadesContratoVenta = New System.Windows.Forms.TextBox() Me.txtValorTransadoCompra = New System.Windows.Forms.TextBox() Me.txtCantidadContratosVenta = New System.Windows.Forms.TextBox() Me.Label8 = New System.Windows.Forms.Label() Me.txtValorRecibidoCompra = New System.Windows.Forms.TextBox() Me.txtComisionBrokerCompra = New System.Windows.Forms.TextBox() Me.Label9 = New System.Windows.Forms.Label() Me.txtIdentificacionContratoVenta = New System.Windows.Forms.TextBox() Me.btnCancelar = New System.Windows.Forms.Button() Me.btnAceptar = New System.Windows.Forms.Button() Me.dtpOperacionVenta = New System.Windows.Forms.DateTimePicker() Me.dtpVencimientoVenta = New System.Windows.Forms.DateTimePicker() Me.dtpVencimientoCompra = New System.Windows.Forms.DateTimePicker() Me.dtpLiquidacionVenta = New System.Windows.Forms.DateTimePicker() Me.dtpLiquidacionCompra = New System.Windows.Forms.DateTimePicker() Me.Label2 = New System.Windows.Forms.Label() Me.Label3 = New System.Windows.Forms.Label() Me.Label4 = New System.Windows.Forms.Label() Me.Label5 = New System.Windows.Forms.Label() Me.txtGananciaPerdida = New System.Windows.Forms.TextBox() Me.txtRendimiento = New System.Windows.Forms.TextBox() Me.lblTitulo = New System.Windows.Forms.Label() Me.cboOperacionVenta = New System.Windows.Forms.ComboBox() Me.GrpCompra = New System.Windows.Forms.GroupBox() Me.GrpVenta = New System.Windows.Forms.GroupBox() Me.EcalriTableAdapter1 = New Inversiones.dsInversionesTableAdapters.ECALRITableAdapter() Me.btnVenderTitulo = New System.Windows.Forms.Button() CType(Me.BindingNavigator1, System.ComponentModel.ISupportInitialize).BeginInit() Me.BindingNavigator1.SuspendLayout() Me.GrpCompra.SuspendLayout() Me.GrpVenta.SuspendLayout() Me.SuspendLayout() ' '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(654, 25) Me.BindingNavigator1.TabIndex = 159 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" ' 'txtIdentificacionContratoCompra ' Me.txtIdentificacionContratoCompra.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.txtIdentificacionContratoCompra.Location = New System.Drawing.Point(13, 193) Me.txtIdentificacionContratoCompra.Name = "txtIdentificacionContratoCompra" Me.txtIdentificacionContratoCompra.Size = New System.Drawing.Size(140, 20) Me.txtIdentificacionContratoCompra.TabIndex = 1 ' '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(48, 199) Me.Label16.Name = "Label16" Me.Label16.Size = New System.Drawing.Size(105, 18) Me.Label16.TabIndex = 15 Me.Label16.Text = "Fecha Operación" ' 'txtValorRecibidoVenta ' Me.txtValorRecibidoVenta.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.txtValorRecibidoVenta.Location = New System.Drawing.Point(16, 172) Me.txtValorRecibidoVenta.Name = "txtValorRecibidoVenta" Me.txtValorRecibidoVenta.ReadOnly = True Me.txtValorRecibidoVenta.Size = New System.Drawing.Size(140, 20) Me.txtValorRecibidoVenta.TabIndex = 13 ' '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(47, 262) Me.Label14.Name = "Label14" Me.Label14.Size = New System.Drawing.Size(94, 18) Me.Label14.TabIndex = 13 Me.Label14.Text = "Precio Unitario" ' 'txtComisionBrokerVenta ' Me.txtComisionBrokerVenta.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.txtComisionBrokerVenta.Location = New System.Drawing.Point(16, 151) Me.txtComisionBrokerVenta.Name = "txtComisionBrokerVenta" Me.txtComisionBrokerVenta.Size = New System.Drawing.Size(140, 20) Me.txtComisionBrokerVenta.TabIndex = 0 ' '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(46, 348) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(164, 18) Me.Label1.TabIndex = 0 Me.Label1.Text = "Identificación del Contrato" ' 'txtCantidadContratosCompra ' Me.txtCantidadContratosCompra.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.txtCantidadContratosCompra.Location = New System.Drawing.Point(13, 214) Me.txtCantidadContratosCompra.Name = "txtCantidadContratosCompra" Me.txtCantidadContratosCompra.Size = New System.Drawing.Size(140, 20) Me.txtCantidadContratosCompra.TabIndex = 4 ' '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(46, 389) Me.Label13.Name = "Label13" Me.Label13.Size = New System.Drawing.Size(145, 18) Me.Label13.TabIndex = 12 Me.Label13.Text = "Unidades por Contratos" ' '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(16, 130) Me.txtValorTransadoVenta.Name = "txtValorTransadoVenta" Me.txtValorTransadoVenta.ReadOnly = True Me.txtValorTransadoVenta.Size = New System.Drawing.Size(140, 20) Me.txtValorTransadoVenta.TabIndex = 0 ' '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(60, 16) Me.Label18.Name = "Label18" Me.Label18.Size = New System.Drawing.Size(55, 18) Me.Label18.TabIndex = 54 Me.Label18.Text = "Compra" ' 'txtUnidadesContratoCompra ' Me.txtUnidadesContratoCompra.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.txtUnidadesContratoCompra.Location = New System.Drawing.Point(13, 235) Me.txtUnidadesContratoCompra.Name = "txtUnidadesContratoCompra" Me.txtUnidadesContratoCompra.Size = New System.Drawing.Size(140, 20) Me.txtUnidadesContratoCompra.TabIndex = 0 ' '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(60, 18) Me.Label19.Name = "Label19" Me.Label19.Size = New System.Drawing.Size(42, 18) Me.Label19.TabIndex = 55 Me.Label19.Text = "Venta" ' 'txtValorUnidadVenta ' Me.txtValorUnidadVenta.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.txtValorUnidadVenta.Location = New System.Drawing.Point(16, 109) Me.txtValorUnidadVenta.Name = "txtValorUnidadVenta" Me.txtValorUnidadVenta.Size = New System.Drawing.Size(140, 20) Me.txtValorUnidadVenta.TabIndex = 0 ' 'txtValorUnidadCompra ' Me.txtValorUnidadCompra.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.txtValorUnidadCompra.Location = New System.Drawing.Point(13, 109) Me.txtValorUnidadCompra.Name = "txtValorUnidadCompra" Me.txtValorUnidadCompra.Size = New System.Drawing.Size(140, 20) Me.txtValorUnidadCompra.TabIndex = 0 ' '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(47, 285) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(93, 18) Me.Label6.TabIndex = 5 Me.Label6.Text = "Valor Transado" ' '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(47, 328) Me.Label11.Name = "Label11" Me.Label11.Size = New System.Drawing.Size(137, 18) Me.Label11.TabIndex = 10 Me.Label11.Text = "Valor Recibido/Pagado" ' 'dtpOperacionCompra ' Me.dtpOperacionCompra.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.dtpOperacionCompra.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.dtpOperacionCompra.Location = New System.Drawing.Point(13, 46) Me.dtpOperacionCompra.Name = "dtpOperacionCompra" Me.dtpOperacionCompra.Size = New System.Drawing.Size(140, 20) Me.dtpOperacionCompra.TabIndex = 2 ' 'txtUnidadesContratoVenta ' Me.txtUnidadesContratoVenta.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.txtUnidadesContratoVenta.Location = New System.Drawing.Point(16, 235) Me.txtUnidadesContratoVenta.Name = "txtUnidadesContratoVenta" Me.txtUnidadesContratoVenta.Size = New System.Drawing.Size(140, 20) Me.txtUnidadesContratoVenta.TabIndex = 0 ' '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(13, 130) Me.txtValorTransadoCompra.Name = "txtValorTransadoCompra" Me.txtValorTransadoCompra.ReadOnly = True Me.txtValorTransadoCompra.Size = New System.Drawing.Size(140, 20) Me.txtValorTransadoCompra.TabIndex = 0 ' 'txtCantidadContratosVenta ' Me.txtCantidadContratosVenta.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.txtCantidadContratosVenta.Location = New System.Drawing.Point(16, 214) Me.txtCantidadContratosVenta.Name = "txtCantidadContratosVenta" Me.txtCantidadContratosVenta.Size = New System.Drawing.Size(140, 20) Me.txtCantidadContratosVenta.TabIndex = 12 ' '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(46, 369) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(139, 18) Me.Label8.TabIndex = 7 Me.Label8.Text = "Cantidad de Contratos" ' 'txtValorRecibidoCompra ' Me.txtValorRecibidoCompra.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.txtValorRecibidoCompra.Location = New System.Drawing.Point(13, 172) Me.txtValorRecibidoCompra.Name = "txtValorRecibidoCompra" Me.txtValorRecibidoCompra.ReadOnly = True Me.txtValorRecibidoCompra.Size = New System.Drawing.Size(140, 20) Me.txtValorRecibidoCompra.TabIndex = 5 ' 'txtComisionBrokerCompra ' Me.txtComisionBrokerCompra.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.txtComisionBrokerCompra.Location = New System.Drawing.Point(13, 151) Me.txtComisionBrokerCompra.Name = "txtComisionBrokerCompra" Me.txtComisionBrokerCompra.Size = New System.Drawing.Size(140, 20) Me.txtComisionBrokerCompra.TabIndex = 0 ' '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(46, 307) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(122, 18) Me.Label9.TabIndex = 8 Me.Label9.Text = "Comisión de Broker" ' 'txtIdentificacionContratoVenta ' Me.txtIdentificacionContratoVenta.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.txtIdentificacionContratoVenta.Location = New System.Drawing.Point(16, 193) Me.txtIdentificacionContratoVenta.Name = "txtIdentificacionContratoVenta" Me.txtIdentificacionContratoVenta.Size = New System.Drawing.Size(140, 20) Me.txtIdentificacionContratoVenta.TabIndex = 9 ' '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(116, 472) Me.btnCancelar.Name = "btnCancelar" Me.btnCancelar.Size = New System.Drawing.Size(75, 23) Me.btnCancelar.TabIndex = 162 Me.btnCancelar.Text = "Cancelar" Me.btnCancelar.UseVisualStyleBackColor = False ' '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(24, 472) Me.btnAceptar.Name = "btnAceptar" Me.btnAceptar.Size = New System.Drawing.Size(75, 23) Me.btnAceptar.TabIndex = 161 Me.btnAceptar.Text = "Aceptar" Me.btnAceptar.UseVisualStyleBackColor = False ' 'dtpOperacionVenta ' Me.dtpOperacionVenta.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.dtpOperacionVenta.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.dtpOperacionVenta.Location = New System.Drawing.Point(16, 46) Me.dtpOperacionVenta.Name = "dtpOperacionVenta" Me.dtpOperacionVenta.Size = New System.Drawing.Size(140, 20) Me.dtpOperacionVenta.TabIndex = 56 ' 'dtpVencimientoVenta ' Me.dtpVencimientoVenta.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.dtpVencimientoVenta.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.dtpVencimientoVenta.Location = New System.Drawing.Point(16, 88) Me.dtpVencimientoVenta.Name = "dtpVencimientoVenta" Me.dtpVencimientoVenta.Size = New System.Drawing.Size(140, 20) Me.dtpVencimientoVenta.TabIndex = 57 ' 'dtpVencimientoCompra ' Me.dtpVencimientoCompra.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.dtpVencimientoCompra.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.dtpVencimientoCompra.Location = New System.Drawing.Point(13, 88) Me.dtpVencimientoCompra.Name = "dtpVencimientoCompra" Me.dtpVencimientoCompra.Size = New System.Drawing.Size(140, 20) Me.dtpVencimientoCompra.TabIndex = 58 ' 'dtpLiquidacionVenta ' Me.dtpLiquidacionVenta.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.dtpLiquidacionVenta.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.dtpLiquidacionVenta.Location = New System.Drawing.Point(16, 67) Me.dtpLiquidacionVenta.Name = "dtpLiquidacionVenta" Me.dtpLiquidacionVenta.Size = New System.Drawing.Size(140, 20) Me.dtpLiquidacionVenta.TabIndex = 59 ' 'dtpLiquidacionCompra ' Me.dtpLiquidacionCompra.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.dtpLiquidacionCompra.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.dtpLiquidacionCompra.Location = New System.Drawing.Point(13, 67) Me.dtpLiquidacionCompra.Name = "dtpLiquidacionCompra" Me.dtpLiquidacionCompra.Size = New System.Drawing.Size(140, 20) Me.dtpLiquidacionCompra.TabIndex = 60 ' '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(47, 242) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(117, 18) Me.Label2.TabIndex = 61 Me.Label2.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(47, 221) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(113, 18) Me.Label3.TabIndex = 62 Me.Label3.Text = "Fecha Liquidació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(45, 426) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(81, 18) Me.Label4.TabIndex = 163 Me.Label4.Text = "Rendimiento" ' '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(45, 408) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(112, 18) Me.Label5.TabIndex = 164 Me.Label5.Text = "Ganancia/Perdida" ' 'txtGananciaPerdida ' Me.txtGananciaPerdida.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.txtGananciaPerdida.Location = New System.Drawing.Point(13, 256) Me.txtGananciaPerdida.Name = "txtGananciaPerdida" Me.txtGananciaPerdida.ReadOnly = True Me.txtGananciaPerdida.Size = New System.Drawing.Size(140, 20) Me.txtGananciaPerdida.TabIndex = 165 ' 'txtRendimiento ' Me.txtRendimiento.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.txtRendimiento.Location = New System.Drawing.Point(13, 277) Me.txtRendimiento.Name = "txtRendimiento" Me.txtRendimiento.ReadOnly = True Me.txtRendimiento.Size = New System.Drawing.Size(140, 20) Me.txtRendimiento.TabIndex = 166 ' 'lblTitulo ' 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(281, 48) Me.lblTitulo.Name = "lblTitulo" Me.lblTitulo.Size = New System.Drawing.Size(77, 24) Me.lblTitulo.TabIndex = 167 Me.lblTitulo.Text = "Futuros" ' 'cboOperacionVenta ' Me.cboOperacionVenta.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cboOperacionVenta.FormattingEnabled = True Me.cboOperacionVenta.Items.AddRange(New Object() {"Corto", "Largo"}) Me.cboOperacionVenta.Location = New System.Drawing.Point(234, 93) Me.cboOperacionVenta.Name = "cboOperacionVenta" Me.cboOperacionVenta.Size = New System.Drawing.Size(166, 21) Me.cboOperacionVenta.TabIndex = 169 ' 'GrpCompra ' Me.GrpCompra.Controls.Add(Me.txtCantidadContratosCompra) Me.GrpCompra.Controls.Add(Me.txtUnidadesContratoCompra) Me.GrpCompra.Controls.Add(Me.txtValorUnidadCompra) Me.GrpCompra.Controls.Add(Me.txtValorTransadoCompra) Me.GrpCompra.Controls.Add(Me.txtRendimiento) Me.GrpCompra.Controls.Add(Me.txtValorRecibidoCompra) Me.GrpCompra.Controls.Add(Me.txtGananciaPerdida) Me.GrpCompra.Controls.Add(Me.txtComisionBrokerCompra) Me.GrpCompra.Controls.Add(Me.txtIdentificacionContratoCompra) Me.GrpCompra.Controls.Add(Me.dtpOperacionCompra) Me.GrpCompra.Controls.Add(Me.dtpVencimientoCompra) Me.GrpCompra.Controls.Add(Me.dtpLiquidacionCompra) Me.GrpCompra.Controls.Add(Me.Label18) Me.GrpCompra.Location = New System.Drawing.Point(234, 150) Me.GrpCompra.Name = "GrpCompra" Me.GrpCompra.Size = New System.Drawing.Size(166, 320) Me.GrpCompra.TabIndex = 171 Me.GrpCompra.TabStop = False ' 'GrpVenta ' Me.GrpVenta.Controls.Add(Me.dtpVencimientoVenta) Me.GrpVenta.Controls.Add(Me.txtValorUnidadVenta) Me.GrpVenta.Controls.Add(Me.txtValorTransadoVenta) Me.GrpVenta.Controls.Add(Me.txtUnidadesContratoVenta) Me.GrpVenta.Controls.Add(Me.txtComisionBrokerVenta) Me.GrpVenta.Controls.Add(Me.txtCantidadContratosVenta) Me.GrpVenta.Controls.Add(Me.txtValorRecibidoVenta) Me.GrpVenta.Controls.Add(Me.dtpOperacionVenta) Me.GrpVenta.Controls.Add(Me.txtIdentificacionContratoVenta) Me.GrpVenta.Controls.Add(Me.dtpLiquidacionVenta) Me.GrpVenta.Controls.Add(Me.Label19) Me.GrpVenta.Location = New System.Drawing.Point(438, 150) Me.GrpVenta.Name = "GrpVenta" Me.GrpVenta.Size = New System.Drawing.Size(169, 320) Me.GrpVenta.TabIndex = 172 Me.GrpVenta.TabStop = False ' 'EcalriTableAdapter1 ' Me.EcalriTableAdapter1.ClearBeforeFill = True ' '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(454, 84) Me.btnVenderTitulo.Name = "btnVenderTitulo" Me.btnVenderTitulo.Size = New System.Drawing.Size(140, 37) Me.btnVenderTitulo.TabIndex = 173 Me.btnVenderTitulo.Text = "Vender Titulo" Me.btnVenderTitulo.UseVisualStyleBackColor = False Me.btnVenderTitulo.Visible = False ' 'frmFuturos ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.BackColor = System.Drawing.Color.WhiteSmoke Me.ClientSize = New System.Drawing.Size(654, 518) Me.Controls.Add(Me.btnVenderTitulo) Me.Controls.Add(Me.GrpVenta) Me.Controls.Add(Me.GrpCompra) Me.Controls.Add(Me.cboOperacionVenta) Me.Controls.Add(Me.lblTitulo) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.btnCancelar) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.btnAceptar) Me.Controls.Add(Me.BindingNavigator1) Me.Controls.Add(Me.Label9) Me.Controls.Add(Me.Label16) Me.Controls.Add(Me.Label8) Me.Controls.Add(Me.Label14) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.Label11) Me.Controls.Add(Me.Label13) Me.Controls.Add(Me.Label6) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog Me.MaximizeBox = False Me.Name = "frmFuturos" CType(Me.BindingNavigator1, System.ComponentModel.ISupportInitialize).EndInit() Me.BindingNavigator1.ResumeLayout(False) Me.BindingNavigator1.PerformLayout() Me.GrpCompra.ResumeLayout(False) Me.GrpCompra.PerformLayout() Me.GrpVenta.ResumeLayout(False) Me.GrpVenta.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() End Sub 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 txtIdentificacionContratoCompra As TextBox Friend WithEvents Label16 As Label Friend WithEvents txtValorRecibidoVenta As TextBox Friend WithEvents Label14 As Label Friend WithEvents txtComisionBrokerVenta As TextBox Friend WithEvents Label1 As Label Friend WithEvents txtCantidadContratosCompra As TextBox Friend WithEvents Label13 As Label Friend WithEvents txtValorTransadoVenta As TextBox Friend WithEvents Label18 As Label Friend WithEvents txtUnidadesContratoCompra As TextBox Friend WithEvents Label19 As Label Friend WithEvents txtValorUnidadVenta As TextBox Friend WithEvents txtValorUnidadCompra As TextBox Friend WithEvents Label6 As Label Friend WithEvents Label11 As Label Friend WithEvents dtpOperacionCompra As DateTimePicker Friend WithEvents txtUnidadesContratoVenta As TextBox Friend WithEvents txtValorTransadoCompra As TextBox Friend WithEvents txtCantidadContratosVenta As TextBox Friend WithEvents Label8 As Label Friend WithEvents txtValorRecibidoCompra As TextBox Friend WithEvents txtComisionBrokerCompra As TextBox Friend WithEvents Label9 As Label Friend WithEvents txtIdentificacionContratoVenta As TextBox Friend WithEvents Label3 As Label Friend WithEvents Label2 As Label Friend WithEvents dtpLiquidacionCompra As DateTimePicker Friend WithEvents dtpLiquidacionVenta As DateTimePicker Friend WithEvents dtpVencimientoCompra As DateTimePicker Friend WithEvents dtpVencimientoVenta As DateTimePicker Friend WithEvents dtpOperacionVenta As DateTimePicker Friend WithEvents btnCancelar As Button Friend WithEvents btnAceptar As Button Friend WithEvents Label4 As Label Friend WithEvents Label5 As Label Friend WithEvents txtGananciaPerdida As TextBox Friend WithEvents txtRendimiento As TextBox Friend WithEvents lblTitulo As Label Friend WithEvents cboOperacionVenta As ComboBox Friend WithEvents GrpCompra As GroupBox Friend WithEvents GrpVenta As GroupBox Friend WithEvents EcalriTableAdapter1 As dsInversionesTableAdapters.ECALRITableAdapter Friend WithEvents btnVenderTitulo As Button End Class