frmAsociarAcciones.Designer.vb 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class frmAsociarAcciones
  3. Inherits System.Windows.Forms.Form
  4. 'Form reemplaza a Dispose para limpiar la lista de componentes.
  5. <System.Diagnostics.DebuggerNonUserCode()> _
  6. Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  7. Try
  8. If disposing AndAlso components IsNot Nothing Then
  9. components.Dispose()
  10. End If
  11. Finally
  12. MyBase.Dispose(disposing)
  13. End Try
  14. End Sub
  15. 'Requerido por el Diseñador de Windows Forms
  16. Private components As System.ComponentModel.IContainer
  17. 'NOTA: el Diseñador de Windows Forms necesita el siguiente procedimiento
  18. 'Se puede modificar usando el Diseñador de Windows Forms.
  19. 'No lo modifique con el editor de código.
  20. <System.Diagnostics.DebuggerStepThrough()> _
  21. Private Sub InitializeComponent()
  22. Me.components = New System.ComponentModel.Container()
  23. Me.lblTitulo = New System.Windows.Forms.Label()
  24. Me.cboCodigo = New System.Windows.Forms.ComboBox()
  25. Me.InversionesDEVDataSet1 = New Inversiones.InversionesDEVDataSet1()
  26. Me.InversionesDEVDataSet = New Inversiones.InversionesDEVDataSet()
  27. Me.INV0BindingSource = New System.Windows.Forms.BindingSource(Me.components)
  28. Me.INV0TableAdapter = New Inversiones.InversionesDEVDataSetTableAdapters.INV0TableAdapter()
  29. Me.INV0BindingSource1 = New System.Windows.Forms.BindingSource(Me.components)
  30. Me.INV0TableAdapter1 = New Inversiones.InversionesDEVDataSet1TableAdapters.INV0TableAdapter()
  31. Me.txtCodigo = New System.Windows.Forms.TextBox()
  32. Me.btnAceptar = New System.Windows.Forms.Button()
  33. Me.btnEliminar = New System.Windows.Forms.Button()
  34. Me.RichTextBox1 = New System.Windows.Forms.RichTextBox()
  35. CType(Me.InversionesDEVDataSet1, System.ComponentModel.ISupportInitialize).BeginInit()
  36. CType(Me.InversionesDEVDataSet, System.ComponentModel.ISupportInitialize).BeginInit()
  37. CType(Me.INV0BindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
  38. CType(Me.INV0BindingSource1, System.ComponentModel.ISupportInitialize).BeginInit()
  39. Me.SuspendLayout()
  40. '
  41. 'lblTitulo
  42. '
  43. Me.lblTitulo.AutoSize = True
  44. Me.lblTitulo.Font = New System.Drawing.Font("Trebuchet MS", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  45. Me.lblTitulo.Location = New System.Drawing.Point(79, 9)
  46. Me.lblTitulo.Name = "lblTitulo"
  47. Me.lblTitulo.Size = New System.Drawing.Size(159, 24)
  48. Me.lblTitulo.TabIndex = 81
  49. Me.lblTitulo.Text = "Asociar Acciones"
  50. '
  51. 'cboCodigo
  52. '
  53. Me.cboCodigo.DataSource = Me.InversionesDEVDataSet1
  54. Me.cboCodigo.DisplayMember = "INV0.CodInv"
  55. Me.cboCodigo.FormattingEnabled = True
  56. Me.cboCodigo.Location = New System.Drawing.Point(88, 50)
  57. Me.cboCodigo.Name = "cboCodigo"
  58. Me.cboCodigo.Size = New System.Drawing.Size(130, 21)
  59. Me.cboCodigo.TabIndex = 82
  60. Me.cboCodigo.ValueMember = "INV0.CodInv"
  61. '
  62. 'InversionesDEVDataSet1
  63. '
  64. Me.InversionesDEVDataSet1.DataSetName = "InversionesDEVDataSet1"
  65. Me.InversionesDEVDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
  66. '
  67. 'InversionesDEVDataSet
  68. '
  69. Me.InversionesDEVDataSet.DataSetName = "InversionesDEVDataSet"
  70. Me.InversionesDEVDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
  71. '
  72. 'INV0BindingSource
  73. '
  74. Me.INV0BindingSource.DataMember = "INV0"
  75. Me.INV0BindingSource.DataSource = Me.InversionesDEVDataSet
  76. '
  77. 'INV0TableAdapter
  78. '
  79. Me.INV0TableAdapter.ClearBeforeFill = True
  80. '
  81. 'INV0BindingSource1
  82. '
  83. Me.INV0BindingSource1.DataMember = "INV0"
  84. Me.INV0BindingSource1.DataSource = Me.InversionesDEVDataSet1
  85. '
  86. 'INV0TableAdapter1
  87. '
  88. Me.INV0TableAdapter1.ClearBeforeFill = True
  89. '
  90. 'txtCodigo
  91. '
  92. Me.txtCodigo.Location = New System.Drawing.Point(86, 89)
  93. Me.txtCodigo.Name = "txtCodigo"
  94. Me.txtCodigo.Size = New System.Drawing.Size(130, 20)
  95. Me.txtCodigo.TabIndex = 83
  96. '
  97. 'btnAceptar
  98. '
  99. Me.btnAceptar.Location = New System.Drawing.Point(33, 236)
  100. Me.btnAceptar.Name = "btnAceptar"
  101. Me.btnAceptar.Size = New System.Drawing.Size(82, 37)
  102. Me.btnAceptar.TabIndex = 84
  103. Me.btnAceptar.Text = "Aceptar"
  104. Me.btnAceptar.UseVisualStyleBackColor = True
  105. '
  106. 'btnEliminar
  107. '
  108. Me.btnEliminar.Location = New System.Drawing.Point(189, 236)
  109. Me.btnEliminar.Name = "btnEliminar"
  110. Me.btnEliminar.Size = New System.Drawing.Size(77, 37)
  111. Me.btnEliminar.TabIndex = 85
  112. Me.btnEliminar.Text = "Eliminar"
  113. Me.btnEliminar.UseVisualStyleBackColor = True
  114. '
  115. 'RichTextBox1
  116. '
  117. Me.RichTextBox1.Location = New System.Drawing.Point(12, 115)
  118. Me.RichTextBox1.Name = "RichTextBox1"
  119. Me.RichTextBox1.Size = New System.Drawing.Size(314, 96)
  120. Me.RichTextBox1.TabIndex = 86
  121. Me.RichTextBox1.Text = ""
  122. '
  123. 'frmAsociarAcciones
  124. '
  125. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  126. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  127. Me.ClientSize = New System.Drawing.Size(338, 305)
  128. Me.Controls.Add(Me.RichTextBox1)
  129. Me.Controls.Add(Me.btnEliminar)
  130. Me.Controls.Add(Me.btnAceptar)
  131. Me.Controls.Add(Me.txtCodigo)
  132. Me.Controls.Add(Me.cboCodigo)
  133. Me.Controls.Add(Me.lblTitulo)
  134. Me.Name = "frmAsociarAcciones"
  135. Me.Text = "frmAsociarAcciones"
  136. CType(Me.InversionesDEVDataSet1, System.ComponentModel.ISupportInitialize).EndInit()
  137. CType(Me.InversionesDEVDataSet, System.ComponentModel.ISupportInitialize).EndInit()
  138. CType(Me.INV0BindingSource, System.ComponentModel.ISupportInitialize).EndInit()
  139. CType(Me.INV0BindingSource1, System.ComponentModel.ISupportInitialize).EndInit()
  140. Me.ResumeLayout(False)
  141. Me.PerformLayout()
  142. End Sub
  143. Friend WithEvents lblTitulo As Label
  144. Friend WithEvents cboCodigo As ComboBox
  145. Friend WithEvents InversionesDEVDataSet As InversionesDEVDataSet
  146. Friend WithEvents INV0BindingSource As BindingSource
  147. Friend WithEvents INV0TableAdapter As InversionesDEVDataSetTableAdapters.INV0TableAdapter
  148. Friend WithEvents InversionesDEVDataSet1 As InversionesDEVDataSet1
  149. Friend WithEvents INV0BindingSource1 As BindingSource
  150. Friend WithEvents INV0TableAdapter1 As InversionesDEVDataSet1TableAdapters.INV0TableAdapter
  151. Friend WithEvents txtCodigo As TextBox
  152. Friend WithEvents btnAceptar As Button
  153. Friend WithEvents btnEliminar As Button
  154. Friend WithEvents RichTextBox1 As RichTextBox
  155. End Class