| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160 |
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
- Partial Class frmAsociarAcciones
- 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()
- Me.lblTitulo = New System.Windows.Forms.Label()
- Me.cboCodigo = New System.Windows.Forms.ComboBox()
- Me.InversionesDEVDataSet1 = New Inversiones.InversionesDEVDataSet1()
- Me.InversionesDEVDataSet = New Inversiones.InversionesDEVDataSet()
- Me.INV0BindingSource = New System.Windows.Forms.BindingSource(Me.components)
- Me.INV0TableAdapter = New Inversiones.InversionesDEVDataSetTableAdapters.INV0TableAdapter()
- Me.INV0BindingSource1 = New System.Windows.Forms.BindingSource(Me.components)
- Me.INV0TableAdapter1 = New Inversiones.InversionesDEVDataSet1TableAdapters.INV0TableAdapter()
- Me.txtCodigo = New System.Windows.Forms.TextBox()
- Me.btnAceptar = New System.Windows.Forms.Button()
- Me.btnEliminar = New System.Windows.Forms.Button()
- Me.RichTextBox1 = New System.Windows.Forms.RichTextBox()
- CType(Me.InversionesDEVDataSet1, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.InversionesDEVDataSet, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.INV0BindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.INV0BindingSource1, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.SuspendLayout()
- '
- '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(79, 9)
- Me.lblTitulo.Name = "lblTitulo"
- Me.lblTitulo.Size = New System.Drawing.Size(159, 24)
- Me.lblTitulo.TabIndex = 81
- Me.lblTitulo.Text = "Asociar Acciones"
- '
- 'cboCodigo
- '
- Me.cboCodigo.DataSource = Me.InversionesDEVDataSet1
- Me.cboCodigo.DisplayMember = "INV0.CodInv"
- Me.cboCodigo.FormattingEnabled = True
- Me.cboCodigo.Location = New System.Drawing.Point(88, 50)
- Me.cboCodigo.Name = "cboCodigo"
- Me.cboCodigo.Size = New System.Drawing.Size(130, 21)
- Me.cboCodigo.TabIndex = 82
- Me.cboCodigo.ValueMember = "INV0.CodInv"
- '
- 'InversionesDEVDataSet1
- '
- Me.InversionesDEVDataSet1.DataSetName = "InversionesDEVDataSet1"
- Me.InversionesDEVDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
- '
- 'InversionesDEVDataSet
- '
- Me.InversionesDEVDataSet.DataSetName = "InversionesDEVDataSet"
- Me.InversionesDEVDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
- '
- 'INV0BindingSource
- '
- Me.INV0BindingSource.DataMember = "INV0"
- Me.INV0BindingSource.DataSource = Me.InversionesDEVDataSet
- '
- 'INV0TableAdapter
- '
- Me.INV0TableAdapter.ClearBeforeFill = True
- '
- 'INV0BindingSource1
- '
- Me.INV0BindingSource1.DataMember = "INV0"
- Me.INV0BindingSource1.DataSource = Me.InversionesDEVDataSet1
- '
- 'INV0TableAdapter1
- '
- Me.INV0TableAdapter1.ClearBeforeFill = True
- '
- 'txtCodigo
- '
- Me.txtCodigo.Location = New System.Drawing.Point(86, 89)
- Me.txtCodigo.Name = "txtCodigo"
- Me.txtCodigo.Size = New System.Drawing.Size(130, 20)
- Me.txtCodigo.TabIndex = 83
- '
- 'btnAceptar
- '
- Me.btnAceptar.Location = New System.Drawing.Point(33, 236)
- Me.btnAceptar.Name = "btnAceptar"
- Me.btnAceptar.Size = New System.Drawing.Size(82, 37)
- Me.btnAceptar.TabIndex = 84
- Me.btnAceptar.Text = "Aceptar"
- Me.btnAceptar.UseVisualStyleBackColor = True
- '
- 'btnEliminar
- '
- Me.btnEliminar.Location = New System.Drawing.Point(189, 236)
- Me.btnEliminar.Name = "btnEliminar"
- Me.btnEliminar.Size = New System.Drawing.Size(77, 37)
- Me.btnEliminar.TabIndex = 85
- Me.btnEliminar.Text = "Eliminar"
- Me.btnEliminar.UseVisualStyleBackColor = True
- '
- 'RichTextBox1
- '
- Me.RichTextBox1.Location = New System.Drawing.Point(12, 115)
- Me.RichTextBox1.Name = "RichTextBox1"
- Me.RichTextBox1.Size = New System.Drawing.Size(314, 96)
- Me.RichTextBox1.TabIndex = 86
- Me.RichTextBox1.Text = ""
- '
- 'frmAsociarAcciones
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.ClientSize = New System.Drawing.Size(338, 305)
- Me.Controls.Add(Me.RichTextBox1)
- Me.Controls.Add(Me.btnEliminar)
- Me.Controls.Add(Me.btnAceptar)
- Me.Controls.Add(Me.txtCodigo)
- Me.Controls.Add(Me.cboCodigo)
- Me.Controls.Add(Me.lblTitulo)
- Me.Name = "frmAsociarAcciones"
- Me.Text = "frmAsociarAcciones"
- CType(Me.InversionesDEVDataSet1, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.InversionesDEVDataSet, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.INV0BindingSource, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.INV0BindingSource1, System.ComponentModel.ISupportInitialize).EndInit()
- Me.ResumeLayout(False)
- Me.PerformLayout()
- End Sub
- Friend WithEvents lblTitulo As Label
- Friend WithEvents cboCodigo As ComboBox
- Friend WithEvents InversionesDEVDataSet As InversionesDEVDataSet
- Friend WithEvents INV0BindingSource As BindingSource
- Friend WithEvents INV0TableAdapter As InversionesDEVDataSetTableAdapters.INV0TableAdapter
- Friend WithEvents InversionesDEVDataSet1 As InversionesDEVDataSet1
- Friend WithEvents INV0BindingSource1 As BindingSource
- Friend WithEvents INV0TableAdapter1 As InversionesDEVDataSet1TableAdapters.INV0TableAdapter
- Friend WithEvents txtCodigo As TextBox
- Friend WithEvents btnAceptar As Button
- Friend WithEvents btnEliminar As Button
- Friend WithEvents RichTextBox1 As RichTextBox
- End Class
|