frmPIN_bak.Designer.vb 80 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
  2. Partial Class frmPIN
  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. Dim navSiguienteRegistro As System.Windows.Forms.ToolStripButton
  24. Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmPIN))
  25. Me.cboCalificadoraDeRiesgo = New System.Windows.Forms.ComboBox()
  26. Me.PIN0BindingSource2 = New System.Windows.Forms.BindingSource(Me.components)
  27. Me.InversionesDEVDataSet2 = New Inversiones.InversionesDEVDataSet2()
  28. Me.PIN0BindingSource = New System.Windows.Forms.BindingSource(Me.components)
  29. Me.cboEmisores = New System.Windows.Forms.ComboBox()
  30. Me.cboInstrumentosFinancieros = New System.Windows.Forms.ComboBox()
  31. Me.cboEmpresas = New System.Windows.Forms.ComboBox()
  32. Me.lblAutorizacion = New System.Windows.Forms.Label()
  33. Me.cboEstadoDocumento = New System.Windows.Forms.ComboBox()
  34. Me.lblOrigenFondos = New System.Windows.Forms.Label()
  35. Me.cboOrigenDeFondos = New System.Windows.Forms.ComboBox()
  36. Me.lblCalificadora = New System.Windows.Forms.Label()
  37. Me.lblCalificacionRiesgo = New System.Windows.Forms.Label()
  38. Me.cboCalificacionDeRiesgo = New System.Windows.Forms.ComboBox()
  39. Me.lblEmisor = New System.Windows.Forms.Label()
  40. Me.txtCodigoInversion = New System.Windows.Forms.TextBox()
  41. Me.Label4 = New System.Windows.Forms.Label()
  42. Me.txtAsunto = New System.Windows.Forms.TextBox()
  43. Me.Label2 = New System.Windows.Forms.Label()
  44. Me.txtComentarios = New System.Windows.Forms.TextBox()
  45. Me.Label9 = New System.Windows.Forms.Label()
  46. Me.txtJustificacion = New System.Windows.Forms.TextBox()
  47. Me.Label8 = New System.Windows.Forms.Label()
  48. Me.txtMontoInversion = New System.Windows.Forms.TextBox()
  49. Me.Label10 = New System.Windows.Forms.Label()
  50. Me.txtPrecio = New System.Windows.Forms.TextBox()
  51. Me.Label19 = New System.Windows.Forms.Label()
  52. Me.Label14 = New System.Windows.Forms.Label()
  53. Me.btnDetalleIF = New System.Windows.Forms.Button()
  54. Me.dtpFechaDocumento = New System.Windows.Forms.DateTimePicker()
  55. Me.Label1 = New System.Windows.Forms.Label()
  56. Me.lblPlazo = New System.Windows.Forms.Label()
  57. Me.cboPlazosFactor = New System.Windows.Forms.ComboBox()
  58. Me.txtIngresos = New System.Windows.Forms.TextBox()
  59. Me.Label15 = New System.Windows.Forms.Label()
  60. Me.txtPlazoNumero = New System.Windows.Forms.TextBox()
  61. Me.btnAccion = New System.Windows.Forms.Button()
  62. Me.btnCancelar = New System.Windows.Forms.Button()
  63. Me.lblTipoOperacion = New System.Windows.Forms.Label()
  64. Me.cboTipoOperacion = New System.Windows.Forms.ComboBox()
  65. Me.lblEstado = New System.Windows.Forms.Label()
  66. Me.cboAutorizacion = New System.Windows.Forms.ComboBox()
  67. Me.btnActivar = New System.Windows.Forms.Button()
  68. Me.lblTipoMercado = New System.Windows.Forms.Label()
  69. Me.cboTipoMercado = New System.Windows.Forms.ComboBox()
  70. Me.lblPais = New System.Windows.Forms.Label()
  71. Me.cboPaises = New System.Windows.Forms.ComboBox()
  72. Me.Label22 = New System.Windows.Forms.Label()
  73. Me.pnlPie = New System.Windows.Forms.Panel()
  74. Me.txtNombre = New System.Windows.Forms.TextBox()
  75. Me.Label23 = New System.Windows.Forms.Label()
  76. Me.cboRenta = New System.Windows.Forms.ComboBox()
  77. Me.cboTasa = New System.Windows.Forms.ComboBox()
  78. Me.cboPeriodicidad = New System.Windows.Forms.ComboBox()
  79. Me.Label25 = New System.Windows.Forms.Label()
  80. Me.Label27 = New System.Windows.Forms.Label()
  81. Me.Label28 = New System.Windows.Forms.Label()
  82. Me.Navegador = New System.Windows.Forms.BindingNavigator(Me.components)
  83. Me.navNuevoRegistro = New System.Windows.Forms.ToolStripButton()
  84. Me.BindingNavigatorCountItem = New System.Windows.Forms.ToolStripLabel()
  85. Me.navPrimerRegistro = New System.Windows.Forms.ToolStripButton()
  86. Me.navRegistroAnterior = New System.Windows.Forms.ToolStripButton()
  87. Me.BindingNavigatorSeparator = New System.Windows.Forms.ToolStripSeparator()
  88. Me.BindingNavigatorPositionItem = New System.Windows.Forms.ToolStripTextBox()
  89. Me.BindingNavigatorSeparator1 = New System.Windows.Forms.ToolStripSeparator()
  90. Me.navUltimoRegistro = New System.Windows.Forms.ToolStripButton()
  91. Me.BindingNavigatorSeparator2 = New System.Windows.Forms.ToolStripSeparator()
  92. Me.navModificar = New System.Windows.Forms.ToolStripButton()
  93. Me.navEliminarRegistro = New System.Windows.Forms.ToolStripButton()
  94. Me.navNuevo = New System.Windows.Forms.ToolStripButton()
  95. Me.navBuscar = New System.Windows.Forms.ToolStripButton()
  96. Me.navEliminar = New System.Windows.Forms.ToolStripButton()
  97. Me.ToolStripButton1 = New System.Windows.Forms.ToolStripButton()
  98. Me.gpbInversión = New System.Windows.Forms.GroupBox()
  99. Me.chkUsuario = New System.Windows.Forms.CheckBox()
  100. Me.PIN0TableAdapter1 = New Inversiones.InversionesDataSet1TableAdapters.PIN0TableAdapter()
  101. Me.txtRendimiento = New System.Windows.Forms.TextBox()
  102. Me.PIN0BindingSource1 = New System.Windows.Forms.BindingSource(Me.components)
  103. Me.PIN0TableAdapter = New Inversiones.InversionesDataSetTableAdapters.PIN0TableAdapter()
  104. Me.PIN0TableAdapter2 = New Inversiones.InversionesDEVDataSet2TableAdapters.PIN0TableAdapter()
  105. Me.GroupBox1 = New System.Windows.Forms.GroupBox()
  106. Me.pnlInstrumento = New System.Windows.Forms.Panel()
  107. Me.lblInstrumento = New System.Windows.Forms.Label()
  108. Me.pnlEmpresa = New System.Windows.Forms.Panel()
  109. Me.lblEmpresa = New System.Windows.Forms.Label()
  110. Me.pnlPlazo = New System.Windows.Forms.Panel()
  111. Me.pnlAutorizacion = New System.Windows.Forms.Panel()
  112. Me.pnlTipMercado = New System.Windows.Forms.Panel()
  113. Me.pnlTipOper = New System.Windows.Forms.Panel()
  114. Me.pnlEstado = New System.Windows.Forms.Panel()
  115. Me.pnlPais = New System.Windows.Forms.Panel()
  116. Me.pnlCalificadora = New System.Windows.Forms.Panel()
  117. Me.pnlCalificacionRiesgo = New System.Windows.Forms.Panel()
  118. Me.pnlEmisor = New System.Windows.Forms.Panel()
  119. Me.pnlOrigenFondos = New System.Windows.Forms.Panel()
  120. Me.pnlContenedor = New System.Windows.Forms.Panel()
  121. Me.grpTipoMercado = New System.Windows.Forms.GroupBox()
  122. Me.flpTipoMercado = New System.Windows.Forms.FlowLayoutPanel()
  123. Me.grpAutorizacion = New System.Windows.Forms.GroupBox()
  124. Me.flpAutorizacion = New System.Windows.Forms.FlowLayoutPanel()
  125. Me.grpTipoOperacion = New System.Windows.Forms.GroupBox()
  126. Me.flpTipoOperacion = New System.Windows.Forms.FlowLayoutPanel()
  127. Me.grpEstadoDocumento = New System.Windows.Forms.GroupBox()
  128. Me.flpEstadoDocumento = New System.Windows.Forms.FlowLayoutPanel()
  129. Me.grpPais = New System.Windows.Forms.GroupBox()
  130. Me.flpPais = New System.Windows.Forms.FlowLayoutPanel()
  131. Me.grpCalificadoraRiesgo = New System.Windows.Forms.GroupBox()
  132. Me.flpCalificadoraRiesgo = New System.Windows.Forms.FlowLayoutPanel()
  133. Me.grpCalificacionRiesgo = New System.Windows.Forms.GroupBox()
  134. Me.flpCalificacionRiesgo = New System.Windows.Forms.FlowLayoutPanel()
  135. Me.grpEmisor = New System.Windows.Forms.GroupBox()
  136. Me.flpEmisor = New System.Windows.Forms.FlowLayoutPanel()
  137. Me.grpPlazo = New System.Windows.Forms.GroupBox()
  138. Me.flpPlazo = New System.Windows.Forms.FlowLayoutPanel()
  139. Me.grpOrigenFondos = New System.Windows.Forms.GroupBox()
  140. Me.flpOrigenFondos = New System.Windows.Forms.FlowLayoutPanel()
  141. Me.grpInstrumentos = New System.Windows.Forms.GroupBox()
  142. Me.flpInstrumentos = New System.Windows.Forms.FlowLayoutPanel()
  143. Me.grpEmpresas = New System.Windows.Forms.GroupBox()
  144. Me.flpEmpresas = New System.Windows.Forms.FlowLayoutPanel()
  145. Me.GroupBox2 = New System.Windows.Forms.GroupBox()
  146. Me.TabCampos = New System.Windows.Forms.TabControl()
  147. Me.TbDatosCantidad = New System.Windows.Forms.TabPage()
  148. Me.TbDatosSeleccionar = New System.Windows.Forms.TabPage()
  149. Me.TbComentarios = New System.Windows.Forms.TabPage()
  150. Me.pnlMenu = New System.Windows.Forms.Panel()
  151. navSiguienteRegistro = New System.Windows.Forms.ToolStripButton()
  152. CType(Me.PIN0BindingSource2, System.ComponentModel.ISupportInitialize).BeginInit()
  153. CType(Me.InversionesDEVDataSet2, System.ComponentModel.ISupportInitialize).BeginInit()
  154. CType(Me.PIN0BindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
  155. Me.pnlPie.SuspendLayout()
  156. CType(Me.Navegador, System.ComponentModel.ISupportInitialize).BeginInit()
  157. Me.Navegador.SuspendLayout()
  158. Me.gpbInversión.SuspendLayout()
  159. CType(Me.PIN0BindingSource1, System.ComponentModel.ISupportInitialize).BeginInit()
  160. Me.GroupBox1.SuspendLayout()
  161. Me.pnlInstrumento.SuspendLayout()
  162. Me.pnlEmpresa.SuspendLayout()
  163. Me.pnlPlazo.SuspendLayout()
  164. Me.pnlAutorizacion.SuspendLayout()
  165. Me.pnlTipMercado.SuspendLayout()
  166. Me.pnlTipOper.SuspendLayout()
  167. Me.pnlEstado.SuspendLayout()
  168. Me.pnlPais.SuspendLayout()
  169. Me.pnlCalificadora.SuspendLayout()
  170. Me.pnlCalificacionRiesgo.SuspendLayout()
  171. Me.pnlEmisor.SuspendLayout()
  172. Me.pnlOrigenFondos.SuspendLayout()
  173. Me.pnlContenedor.SuspendLayout()
  174. Me.grpTipoMercado.SuspendLayout()
  175. Me.grpAutorizacion.SuspendLayout()
  176. Me.grpTipoOperacion.SuspendLayout()
  177. Me.grpEstadoDocumento.SuspendLayout()
  178. Me.grpPais.SuspendLayout()
  179. Me.grpCalificadoraRiesgo.SuspendLayout()
  180. Me.grpCalificacionRiesgo.SuspendLayout()
  181. Me.grpEmisor.SuspendLayout()
  182. Me.grpPlazo.SuspendLayout()
  183. Me.grpOrigenFondos.SuspendLayout()
  184. Me.grpInstrumentos.SuspendLayout()
  185. Me.grpEmpresas.SuspendLayout()
  186. Me.GroupBox2.SuspendLayout()
  187. Me.TabCampos.SuspendLayout()
  188. Me.TbDatosCantidad.SuspendLayout()
  189. Me.TbDatosSeleccionar.SuspendLayout()
  190. Me.TbComentarios.SuspendLayout()
  191. Me.pnlMenu.SuspendLayout()
  192. Me.SuspendLayout()
  193. '
  194. 'navSiguienteRegistro
  195. '
  196. navSiguienteRegistro.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  197. navSiguienteRegistro.Image = CType(resources.GetObject("navSiguienteRegistro.Image"), System.Drawing.Image)
  198. navSiguienteRegistro.Name = "navSiguienteRegistro"
  199. navSiguienteRegistro.RightToLeftAutoMirrorImage = True
  200. navSiguienteRegistro.Size = New System.Drawing.Size(23, 22)
  201. navSiguienteRegistro.Text = "Mover siguiente"
  202. AddHandler navSiguienteRegistro.Click, AddressOf Me.navSiguienteRegistro_Click_1
  203. '
  204. 'cboCalificadoraDeRiesgo
  205. '
  206. Me.cboCalificadoraDeRiesgo.BackColor = System.Drawing.SystemColors.Menu
  207. Me.cboCalificadoraDeRiesgo.DataBindings.Add(New System.Windows.Forms.Binding("SelectedValue", Me.PIN0BindingSource2, "CodECalRi", True))
  208. Me.cboCalificadoraDeRiesgo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  209. Me.cboCalificadoraDeRiesgo.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  210. Me.cboCalificadoraDeRiesgo.FormattingEnabled = True
  211. Me.cboCalificadoraDeRiesgo.Location = New System.Drawing.Point(33, 19)
  212. Me.cboCalificadoraDeRiesgo.Name = "cboCalificadoraDeRiesgo"
  213. Me.cboCalificadoraDeRiesgo.Size = New System.Drawing.Size(150, 21)
  214. Me.cboCalificadoraDeRiesgo.TabIndex = 13
  215. '
  216. 'PIN0BindingSource2
  217. '
  218. Me.PIN0BindingSource2.DataMember = "PIN0"
  219. Me.PIN0BindingSource2.DataSource = Me.InversionesDEVDataSet2
  220. '
  221. 'InversionesDEVDataSet2
  222. '
  223. Me.InversionesDEVDataSet2.DataSetName = "InversionesDEVDataSet2"
  224. Me.InversionesDEVDataSet2.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
  225. '
  226. 'PIN0BindingSource
  227. '
  228. '
  229. 'cboEmisores
  230. '
  231. Me.cboEmisores.BackColor = System.Drawing.SystemColors.Menu
  232. Me.cboEmisores.DataBindings.Add(New System.Windows.Forms.Binding("SelectedValue", Me.PIN0BindingSource2, "CodEmis", True))
  233. Me.cboEmisores.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  234. Me.cboEmisores.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  235. Me.cboEmisores.FormattingEnabled = True
  236. Me.cboEmisores.Location = New System.Drawing.Point(33, 12)
  237. Me.cboEmisores.Name = "cboEmisores"
  238. Me.cboEmisores.Size = New System.Drawing.Size(150, 21)
  239. Me.cboEmisores.TabIndex = 11
  240. '
  241. 'cboInstrumentosFinancieros
  242. '
  243. Me.cboInstrumentosFinancieros.BackColor = System.Drawing.SystemColors.Menu
  244. Me.cboInstrumentosFinancieros.DataBindings.Add(New System.Windows.Forms.Binding("SelectedValue", Me.PIN0BindingSource2, "CodIF", True))
  245. Me.cboInstrumentosFinancieros.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  246. Me.cboInstrumentosFinancieros.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  247. Me.cboInstrumentosFinancieros.FormattingEnabled = True
  248. Me.cboInstrumentosFinancieros.Location = New System.Drawing.Point(15, 18)
  249. Me.cboInstrumentosFinancieros.MaxLength = 100000
  250. Me.cboInstrumentosFinancieros.Name = "cboInstrumentosFinancieros"
  251. Me.cboInstrumentosFinancieros.Size = New System.Drawing.Size(150, 21)
  252. Me.cboInstrumentosFinancieros.TabIndex = 3
  253. '
  254. 'cboEmpresas
  255. '
  256. Me.cboEmpresas.BackColor = System.Drawing.SystemColors.Menu
  257. Me.cboEmpresas.DataBindings.Add(New System.Windows.Forms.Binding("SelectedValue", Me.PIN0BindingSource2, "CodEmpr", True))
  258. Me.cboEmpresas.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  259. Me.cboEmpresas.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  260. Me.cboEmpresas.FormattingEnabled = True
  261. Me.cboEmpresas.Location = New System.Drawing.Point(33, 12)
  262. Me.cboEmpresas.Name = "cboEmpresas"
  263. Me.cboEmpresas.Size = New System.Drawing.Size(150, 21)
  264. Me.cboEmpresas.TabIndex = 1
  265. '
  266. 'lblAutorizacion
  267. '
  268. Me.lblAutorizacion.Anchor = System.Windows.Forms.AnchorStyles.None
  269. Me.lblAutorizacion.AutoSize = True
  270. Me.lblAutorizacion.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  271. Me.lblAutorizacion.Location = New System.Drawing.Point(54, 2)
  272. Me.lblAutorizacion.Name = "lblAutorizacion"
  273. Me.lblAutorizacion.Size = New System.Drawing.Size(81, 18)
  274. Me.lblAutorizacion.TabIndex = 63
  275. Me.lblAutorizacion.Text = "Autorización"
  276. '
  277. 'cboEstadoDocumento
  278. '
  279. Me.cboEstadoDocumento.BackColor = System.Drawing.SystemColors.Menu
  280. Me.cboEstadoDocumento.DataBindings.Add(New System.Windows.Forms.Binding("SelectedValue", Me.PIN0BindingSource2, "DocEst", True))
  281. Me.cboEstadoDocumento.DisplayMember = "Nombre"
  282. Me.cboEstadoDocumento.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  283. Me.cboEstadoDocumento.Enabled = False
  284. Me.cboEstadoDocumento.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  285. Me.cboEstadoDocumento.FormattingEnabled = True
  286. Me.cboEstadoDocumento.Location = New System.Drawing.Point(36, 12)
  287. Me.cboEstadoDocumento.MaxLength = 100000
  288. Me.cboEstadoDocumento.Name = "cboEstadoDocumento"
  289. Me.cboEstadoDocumento.Size = New System.Drawing.Size(150, 21)
  290. Me.cboEstadoDocumento.TabIndex = 17
  291. '
  292. 'lblOrigenFondos
  293. '
  294. Me.lblOrigenFondos.Anchor = System.Windows.Forms.AnchorStyles.None
  295. Me.lblOrigenFondos.AutoSize = True
  296. Me.lblOrigenFondos.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  297. Me.lblOrigenFondos.Location = New System.Drawing.Point(34, 5)
  298. Me.lblOrigenFondos.Name = "lblOrigenFondos"
  299. Me.lblOrigenFondos.Size = New System.Drawing.Size(130, 18)
  300. Me.lblOrigenFondos.TabIndex = 62
  301. Me.lblOrigenFondos.Text = "Origen de los Fondos"
  302. '
  303. 'cboOrigenDeFondos
  304. '
  305. Me.cboOrigenDeFondos.BackColor = System.Drawing.SystemColors.Menu
  306. Me.cboOrigenDeFondos.DataBindings.Add(New System.Windows.Forms.Binding("SelectedValue", Me.PIN0BindingSource2, "OFon", True))
  307. Me.cboOrigenDeFondos.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  308. Me.cboOrigenDeFondos.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  309. Me.cboOrigenDeFondos.FormattingEnabled = True
  310. Me.cboOrigenDeFondos.Location = New System.Drawing.Point(33, 19)
  311. Me.cboOrigenDeFondos.Name = "cboOrigenDeFondos"
  312. Me.cboOrigenDeFondos.Size = New System.Drawing.Size(150, 21)
  313. Me.cboOrigenDeFondos.TabIndex = 10
  314. '
  315. 'lblCalificadora
  316. '
  317. Me.lblCalificadora.Anchor = System.Windows.Forms.AnchorStyles.None
  318. Me.lblCalificadora.AutoSize = True
  319. Me.lblCalificadora.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  320. Me.lblCalificadora.Location = New System.Drawing.Point(57, 9)
  321. Me.lblCalificadora.Name = "lblCalificadora"
  322. Me.lblCalificadora.Size = New System.Drawing.Size(78, 18)
  323. Me.lblCalificadora.TabIndex = 61
  324. Me.lblCalificadora.Text = "Calificadora"
  325. '
  326. 'lblCalificacionRiesgo
  327. '
  328. Me.lblCalificacionRiesgo.Anchor = System.Windows.Forms.AnchorStyles.None
  329. Me.lblCalificacionRiesgo.AutoSize = True
  330. Me.lblCalificacionRiesgo.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  331. Me.lblCalificacionRiesgo.Location = New System.Drawing.Point(40, 1)
  332. Me.lblCalificacionRiesgo.Name = "lblCalificacionRiesgo"
  333. Me.lblCalificacionRiesgo.Size = New System.Drawing.Size(137, 18)
  334. Me.lblCalificacionRiesgo.TabIndex = 60
  335. Me.lblCalificacionRiesgo.Text = "Calificación de Riesgo"
  336. '
  337. 'cboCalificacionDeRiesgo
  338. '
  339. Me.cboCalificacionDeRiesgo.BackColor = System.Drawing.SystemColors.Menu
  340. Me.cboCalificacionDeRiesgo.DataBindings.Add(New System.Windows.Forms.Binding("SelectedValue", Me.PIN0BindingSource2, "CodCalRi", True))
  341. Me.cboCalificacionDeRiesgo.DisplayMember = "Codigo"
  342. Me.cboCalificacionDeRiesgo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  343. Me.cboCalificacionDeRiesgo.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  344. Me.cboCalificacionDeRiesgo.FormattingEnabled = True
  345. Me.cboCalificacionDeRiesgo.Location = New System.Drawing.Point(33, 19)
  346. Me.cboCalificacionDeRiesgo.Name = "cboCalificacionDeRiesgo"
  347. Me.cboCalificacionDeRiesgo.Size = New System.Drawing.Size(150, 21)
  348. Me.cboCalificacionDeRiesgo.TabIndex = 12
  349. Me.cboCalificacionDeRiesgo.ValueMember = "Codigo"
  350. '
  351. 'lblEmisor
  352. '
  353. Me.lblEmisor.Anchor = System.Windows.Forms.AnchorStyles.None
  354. Me.lblEmisor.AutoSize = True
  355. Me.lblEmisor.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  356. Me.lblEmisor.Location = New System.Drawing.Point(77, 7)
  357. Me.lblEmisor.Name = "lblEmisor"
  358. Me.lblEmisor.Size = New System.Drawing.Size(48, 18)
  359. Me.lblEmisor.TabIndex = 59
  360. Me.lblEmisor.Text = "Emisor"
  361. '
  362. 'txtCodigoInversion
  363. '
  364. Me.txtCodigoInversion.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.PIN0BindingSource2, "CodInv", True))
  365. Me.txtCodigoInversion.Location = New System.Drawing.Point(433, 87)
  366. Me.txtCodigoInversion.Name = "txtCodigoInversion"
  367. Me.txtCodigoInversion.ReadOnly = True
  368. Me.txtCodigoInversion.Size = New System.Drawing.Size(150, 20)
  369. Me.txtCodigoInversion.TabIndex = 0
  370. '
  371. 'Label4
  372. '
  373. Me.Label4.AutoSize = True
  374. Me.Label4.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  375. Me.Label4.Location = New System.Drawing.Point(349, 90)
  376. Me.Label4.Name = "Label4"
  377. Me.Label4.Size = New System.Drawing.Size(48, 18)
  378. Me.Label4.TabIndex = 54
  379. Me.Label4.Text = "Código"
  380. '
  381. 'txtAsunto
  382. '
  383. Me.txtAsunto.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  384. Me.txtAsunto.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.PIN0BindingSource2, "Asunto", True))
  385. Me.txtAsunto.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  386. Me.txtAsunto.Location = New System.Drawing.Point(163, 23)
  387. Me.txtAsunto.Name = "txtAsunto"
  388. Me.txtAsunto.Size = New System.Drawing.Size(506, 20)
  389. Me.txtAsunto.TabIndex = 2
  390. '
  391. 'Label2
  392. '
  393. Me.Label2.AutoSize = True
  394. Me.Label2.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  395. Me.Label2.Location = New System.Drawing.Point(20, 24)
  396. Me.Label2.Name = "Label2"
  397. Me.Label2.Size = New System.Drawing.Size(48, 18)
  398. Me.Label2.TabIndex = 53
  399. Me.Label2.Text = "Asunto"
  400. '
  401. 'txtComentarios
  402. '
  403. Me.txtComentarios.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.PIN0BindingSource2, "Coment", True))
  404. Me.txtComentarios.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  405. Me.txtComentarios.Location = New System.Drawing.Point(1, 118)
  406. Me.txtComentarios.Multiline = True
  407. Me.txtComentarios.Name = "txtComentarios"
  408. Me.txtComentarios.Size = New System.Drawing.Size(312, 72)
  409. Me.txtComentarios.TabIndex = 15
  410. '
  411. 'Label9
  412. '
  413. Me.Label9.AutoSize = True
  414. Me.Label9.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  415. Me.Label9.Location = New System.Drawing.Point(1, 97)
  416. Me.Label9.Name = "Label9"
  417. Me.Label9.Size = New System.Drawing.Size(82, 18)
  418. Me.Label9.TabIndex = 67
  419. Me.Label9.Text = "Comentarios"
  420. '
  421. 'txtJustificacion
  422. '
  423. Me.txtJustificacion.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.PIN0BindingSource2, "Just", True))
  424. Me.txtJustificacion.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  425. Me.txtJustificacion.Location = New System.Drawing.Point(353, 118)
  426. Me.txtJustificacion.Multiline = True
  427. Me.txtJustificacion.Name = "txtJustificacion"
  428. Me.txtJustificacion.Size = New System.Drawing.Size(322, 72)
  429. Me.txtJustificacion.TabIndex = 14
  430. '
  431. 'Label8
  432. '
  433. Me.Label8.AutoSize = True
  434. Me.Label8.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  435. Me.Label8.Location = New System.Drawing.Point(350, 93)
  436. Me.Label8.Name = "Label8"
  437. Me.Label8.Size = New System.Drawing.Size(82, 18)
  438. Me.Label8.TabIndex = 66
  439. Me.Label8.Text = "Justificación"
  440. '
  441. 'txtMontoInversion
  442. '
  443. Me.txtMontoInversion.Location = New System.Drawing.Point(163, 52)
  444. Me.txtMontoInversion.Name = "txtMontoInversion"
  445. Me.txtMontoInversion.Size = New System.Drawing.Size(150, 20)
  446. Me.txtMontoInversion.TabIndex = 4
  447. '
  448. 'Label10
  449. '
  450. Me.Label10.AutoSize = True
  451. Me.Label10.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  452. Me.Label10.Location = New System.Drawing.Point(20, 53)
  453. Me.Label10.Name = "Label10"
  454. Me.Label10.Size = New System.Drawing.Size(102, 18)
  455. Me.Label10.TabIndex = 69
  456. Me.Label10.Text = "Monto Inversión"
  457. '
  458. 'txtPrecio
  459. '
  460. Me.txtPrecio.Location = New System.Drawing.Point(433, 54)
  461. Me.txtPrecio.Name = "txtPrecio"
  462. Me.txtPrecio.Size = New System.Drawing.Size(150, 20)
  463. Me.txtPrecio.TabIndex = 5
  464. '
  465. 'Label19
  466. '
  467. Me.Label19.AutoSize = True
  468. Me.Label19.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  469. Me.Label19.Location = New System.Drawing.Point(349, 54)
  470. Me.Label19.Name = "Label19"
  471. Me.Label19.Size = New System.Drawing.Size(43, 18)
  472. Me.Label19.TabIndex = 71
  473. Me.Label19.Text = "Precio"
  474. '
  475. 'Label14
  476. '
  477. Me.Label14.AutoSize = True
  478. Me.Label14.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  479. Me.Label14.Location = New System.Drawing.Point(611, 55)
  480. Me.Label14.Name = "Label14"
  481. Me.Label14.Size = New System.Drawing.Size(138, 18)
  482. Me.Label14.TabIndex = 73
  483. Me.Label14.Text = "Rendimiento Esperado"
  484. '
  485. 'btnDetalleIF
  486. '
  487. Me.btnDetalleIF.Location = New System.Drawing.Point(180, 16)
  488. Me.btnDetalleIF.Name = "btnDetalleIF"
  489. Me.btnDetalleIF.Size = New System.Drawing.Size(30, 23)
  490. Me.btnDetalleIF.TabIndex = 0
  491. Me.btnDetalleIF.Text = "..."
  492. Me.btnDetalleIF.UseVisualStyleBackColor = True
  493. '
  494. 'dtpFechaDocumento
  495. '
  496. Me.dtpFechaDocumento.DataBindings.Add(New System.Windows.Forms.Binding("Value", Me.PIN0BindingSource2, "FechaDoc", True))
  497. Me.dtpFechaDocumento.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  498. Me.dtpFechaDocumento.Location = New System.Drawing.Point(778, 86)
  499. Me.dtpFechaDocumento.Name = "dtpFechaDocumento"
  500. Me.dtpFechaDocumento.Size = New System.Drawing.Size(150, 20)
  501. Me.dtpFechaDocumento.TabIndex = 18
  502. '
  503. 'Label1
  504. '
  505. Me.Label1.AutoSize = True
  506. Me.Label1.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  507. Me.Label1.Location = New System.Drawing.Point(614, 90)
  508. Me.Label1.Name = "Label1"
  509. Me.Label1.Size = New System.Drawing.Size(42, 18)
  510. Me.Label1.TabIndex = 76
  511. Me.Label1.Text = "Fecha"
  512. '
  513. 'lblPlazo
  514. '
  515. Me.lblPlazo.Anchor = System.Windows.Forms.AnchorStyles.None
  516. Me.lblPlazo.AutoSize = True
  517. Me.lblPlazo.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  518. Me.lblPlazo.Location = New System.Drawing.Point(85, 9)
  519. Me.lblPlazo.Name = "lblPlazo"
  520. Me.lblPlazo.Size = New System.Drawing.Size(38, 18)
  521. Me.lblPlazo.TabIndex = 78
  522. Me.lblPlazo.Text = "Plazo"
  523. '
  524. 'cboPlazosFactor
  525. '
  526. Me.cboPlazosFactor.BackColor = System.Drawing.SystemColors.Menu
  527. Me.cboPlazosFactor.DataBindings.Add(New System.Windows.Forms.Binding("SelectedValue", Me.PIN0BindingSource2, "PlazoFact", True))
  528. Me.cboPlazosFactor.DisplayMember = "Nombre"
  529. Me.cboPlazosFactor.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  530. Me.cboPlazosFactor.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  531. Me.cboPlazosFactor.FormattingEnabled = True
  532. Me.cboPlazosFactor.Location = New System.Drawing.Point(79, 11)
  533. Me.cboPlazosFactor.Name = "cboPlazosFactor"
  534. Me.cboPlazosFactor.Size = New System.Drawing.Size(104, 21)
  535. Me.cboPlazosFactor.TabIndex = 8
  536. '
  537. 'txtIngresos
  538. '
  539. Me.txtIngresos.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.PIN0BindingSource2, "Ingresos", True))
  540. Me.txtIngresos.Location = New System.Drawing.Point(163, 88)
  541. Me.txtIngresos.Name = "txtIngresos"
  542. Me.txtIngresos.Size = New System.Drawing.Size(150, 20)
  543. Me.txtIngresos.TabIndex = 9
  544. '
  545. 'Label15
  546. '
  547. Me.Label15.AutoSize = True
  548. Me.Label15.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  549. Me.Label15.Location = New System.Drawing.Point(20, 89)
  550. Me.Label15.Name = "Label15"
  551. Me.Label15.Size = New System.Drawing.Size(120, 18)
  552. Me.Label15.TabIndex = 80
  553. Me.Label15.Text = "Ingresos Esperados"
  554. '
  555. 'txtPlazoNumero
  556. '
  557. Me.txtPlazoNumero.BackColor = System.Drawing.SystemColors.Menu
  558. Me.txtPlazoNumero.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.PIN0BindingSource2, "Plazo", True))
  559. Me.txtPlazoNumero.Location = New System.Drawing.Point(5, 11)
  560. Me.txtPlazoNumero.Name = "txtPlazoNumero"
  561. Me.txtPlazoNumero.Size = New System.Drawing.Size(40, 20)
  562. Me.txtPlazoNumero.TabIndex = 7
  563. '
  564. 'btnAccion
  565. '
  566. Me.btnAccion.Location = New System.Drawing.Point(12, 3)
  567. Me.btnAccion.Name = "btnAccion"
  568. Me.btnAccion.Size = New System.Drawing.Size(75, 23)
  569. Me.btnAccion.TabIndex = 18
  570. Me.btnAccion.Text = "Aceptar"
  571. Me.btnAccion.UseVisualStyleBackColor = True
  572. '
  573. 'btnCancelar
  574. '
  575. Me.btnCancelar.DialogResult = System.Windows.Forms.DialogResult.Cancel
  576. Me.btnCancelar.Location = New System.Drawing.Point(95, 3)
  577. Me.btnCancelar.Name = "btnCancelar"
  578. Me.btnCancelar.Size = New System.Drawing.Size(75, 23)
  579. Me.btnCancelar.TabIndex = 19
  580. Me.btnCancelar.Text = "Cancelar"
  581. Me.btnCancelar.UseVisualStyleBackColor = True
  582. '
  583. 'lblTipoOperacion
  584. '
  585. Me.lblTipoOperacion.Anchor = System.Windows.Forms.AnchorStyles.None
  586. Me.lblTipoOperacion.AutoSize = True
  587. Me.lblTipoOperacion.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  588. Me.lblTipoOperacion.Location = New System.Drawing.Point(57, 9)
  589. Me.lblTipoOperacion.Name = "lblTipoOperacion"
  590. Me.lblTipoOperacion.Size = New System.Drawing.Size(96, 18)
  591. Me.lblTipoOperacion.TabIndex = 89
  592. Me.lblTipoOperacion.Text = "Tipo Operación"
  593. '
  594. 'cboTipoOperacion
  595. '
  596. Me.cboTipoOperacion.BackColor = System.Drawing.SystemColors.Menu
  597. Me.cboTipoOperacion.DataBindings.Add(New System.Windows.Forms.Binding("SelectedValue", Me.PIN0BindingSource2, "TipoOper", True))
  598. Me.cboTipoOperacion.DisplayMember = "Nombre"
  599. Me.cboTipoOperacion.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  600. Me.cboTipoOperacion.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  601. Me.cboTipoOperacion.FormattingEnabled = True
  602. Me.cboTipoOperacion.Location = New System.Drawing.Point(36, 15)
  603. Me.cboTipoOperacion.Name = "cboTipoOperacion"
  604. Me.cboTipoOperacion.Size = New System.Drawing.Size(150, 21)
  605. Me.cboTipoOperacion.TabIndex = 88
  606. '
  607. 'lblEstado
  608. '
  609. Me.lblEstado.Anchor = System.Windows.Forms.AnchorStyles.None
  610. Me.lblEstado.AutoSize = True
  611. Me.lblEstado.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  612. Me.lblEstado.Location = New System.Drawing.Point(76, 7)
  613. Me.lblEstado.Name = "lblEstado"
  614. Me.lblEstado.Size = New System.Drawing.Size(47, 18)
  615. Me.lblEstado.TabIndex = 90
  616. Me.lblEstado.Text = "Estado"
  617. '
  618. 'cboAutorizacion
  619. '
  620. Me.cboAutorizacion.BackColor = System.Drawing.SystemColors.Menu
  621. Me.cboAutorizacion.DataBindings.Add(New System.Windows.Forms.Binding("SelectedValue", Me.PIN0BindingSource2, "AutEstado", True))
  622. Me.cboAutorizacion.DisplayMember = "Nombre"
  623. Me.cboAutorizacion.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  624. Me.cboAutorizacion.Enabled = False
  625. Me.cboAutorizacion.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  626. Me.cboAutorizacion.FormattingEnabled = True
  627. Me.cboAutorizacion.Location = New System.Drawing.Point(36, 16)
  628. Me.cboAutorizacion.Name = "cboAutorizacion"
  629. Me.cboAutorizacion.Size = New System.Drawing.Size(150, 21)
  630. Me.cboAutorizacion.TabIndex = 91
  631. '
  632. 'btnActivar
  633. '
  634. Me.btnActivar.BackColor = System.Drawing.Color.FromArgb(CType(CType(21, Byte), Integer), CType(CType(81, Byte), Integer), CType(CType(118, Byte), Integer))
  635. Me.btnActivar.FlatAppearance.BorderSize = 0
  636. Me.btnActivar.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  637. Me.btnActivar.ForeColor = System.Drawing.Color.White
  638. Me.btnActivar.Location = New System.Drawing.Point(55, 118)
  639. Me.btnActivar.Name = "btnActivar"
  640. Me.btnActivar.Size = New System.Drawing.Size(163, 33)
  641. Me.btnActivar.TabIndex = 155
  642. Me.btnActivar.Text = "Activar"
  643. Me.btnActivar.UseVisualStyleBackColor = False
  644. '
  645. 'lblTipoMercado
  646. '
  647. Me.lblTipoMercado.Anchor = System.Windows.Forms.AnchorStyles.None
  648. Me.lblTipoMercado.AutoSize = True
  649. Me.lblTipoMercado.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  650. Me.lblTipoMercado.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  651. Me.lblTipoMercado.Location = New System.Drawing.Point(67, 4)
  652. Me.lblTipoMercado.Name = "lblTipoMercado"
  653. Me.lblTipoMercado.Size = New System.Drawing.Size(86, 18)
  654. Me.lblTipoMercado.TabIndex = 159
  655. Me.lblTipoMercado.Text = "Tipo Mercado"
  656. '
  657. 'cboTipoMercado
  658. '
  659. Me.cboTipoMercado.BackColor = System.Drawing.SystemColors.Menu
  660. Me.cboTipoMercado.DataBindings.Add(New System.Windows.Forms.Binding("SelectedValue", Me.PIN0BindingSource2, "TipoMerc", True))
  661. Me.cboTipoMercado.DisplayMember = "Nombre"
  662. Me.cboTipoMercado.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  663. Me.cboTipoMercado.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  664. Me.cboTipoMercado.FormattingEnabled = True
  665. Me.cboTipoMercado.Location = New System.Drawing.Point(0, 11)
  666. Me.cboTipoMercado.Name = "cboTipoMercado"
  667. Me.cboTipoMercado.Size = New System.Drawing.Size(150, 21)
  668. Me.cboTipoMercado.TabIndex = 158
  669. Me.cboTipoMercado.ValueMember = "Codigo"
  670. '
  671. 'lblPais
  672. '
  673. Me.lblPais.Anchor = System.Windows.Forms.AnchorStyles.None
  674. Me.lblPais.AutoSize = True
  675. Me.lblPais.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  676. Me.lblPais.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  677. Me.lblPais.Location = New System.Drawing.Point(76, 9)
  678. Me.lblPais.Name = "lblPais"
  679. Me.lblPais.Size = New System.Drawing.Size(31, 18)
  680. Me.lblPais.TabIndex = 157
  681. Me.lblPais.Text = "Pais"
  682. '
  683. 'cboPaises
  684. '
  685. Me.cboPaises.BackColor = System.Drawing.SystemColors.Menu
  686. Me.cboPaises.DataBindings.Add(New System.Windows.Forms.Binding("SelectedValue", Me.PIN0BindingSource2, "CodPais", True))
  687. Me.cboPaises.DisplayMember = "Nombre"
  688. Me.cboPaises.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  689. Me.cboPaises.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  690. Me.cboPaises.FormattingEnabled = True
  691. Me.cboPaises.Location = New System.Drawing.Point(0, 11)
  692. Me.cboPaises.Name = "cboPaises"
  693. Me.cboPaises.Size = New System.Drawing.Size(150, 21)
  694. Me.cboPaises.TabIndex = 156
  695. Me.cboPaises.ValueMember = "Codigo"
  696. '
  697. 'Label22
  698. '
  699. Me.Label22.AutoSize = True
  700. Me.Label22.Font = New System.Drawing.Font("Trebuchet MS", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  701. Me.Label22.Location = New System.Drawing.Point(19, 25)
  702. Me.Label22.Name = "Label22"
  703. Me.Label22.Size = New System.Drawing.Size(223, 24)
  704. Me.Label22.TabIndex = 160
  705. Me.Label22.Text = "Propuestas de Inversión"
  706. '
  707. 'pnlPie
  708. '
  709. Me.pnlPie.Controls.Add(Me.btnCancelar)
  710. Me.pnlPie.Controls.Add(Me.btnAccion)
  711. Me.pnlPie.Dock = System.Windows.Forms.DockStyle.Bottom
  712. Me.pnlPie.Location = New System.Drawing.Point(0, 689)
  713. Me.pnlPie.Name = "pnlPie"
  714. Me.pnlPie.Size = New System.Drawing.Size(1131, 60)
  715. Me.pnlPie.TabIndex = 161
  716. '
  717. 'txtNombre
  718. '
  719. Me.txtNombre.Location = New System.Drawing.Point(117, 14)
  720. Me.txtNombre.Name = "txtNombre"
  721. Me.txtNombre.Size = New System.Drawing.Size(150, 20)
  722. Me.txtNombre.TabIndex = 162
  723. '
  724. 'Label23
  725. '
  726. Me.Label23.AutoSize = True
  727. Me.Label23.Font = New System.Drawing.Font("Trebuchet MS", 9.75!)
  728. Me.Label23.Location = New System.Drawing.Point(17, 17)
  729. Me.Label23.Name = "Label23"
  730. Me.Label23.Size = New System.Drawing.Size(53, 18)
  731. Me.Label23.TabIndex = 163
  732. Me.Label23.Text = "Nombre"
  733. '
  734. 'cboRenta
  735. '
  736. Me.cboRenta.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  737. Me.cboRenta.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  738. Me.cboRenta.FormattingEnabled = True
  739. Me.cboRenta.Location = New System.Drawing.Point(117, 61)
  740. Me.cboRenta.Name = "cboRenta"
  741. Me.cboRenta.Size = New System.Drawing.Size(150, 21)
  742. Me.cboRenta.TabIndex = 164
  743. '
  744. 'cboTasa
  745. '
  746. Me.cboTasa.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  747. Me.cboTasa.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  748. Me.cboTasa.FormattingEnabled = True
  749. Me.cboTasa.Location = New System.Drawing.Point(117, 88)
  750. Me.cboTasa.Name = "cboTasa"
  751. Me.cboTasa.Size = New System.Drawing.Size(150, 21)
  752. Me.cboTasa.TabIndex = 166
  753. '
  754. 'cboPeriodicidad
  755. '
  756. Me.cboPeriodicidad.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  757. Me.cboPeriodicidad.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  758. Me.cboPeriodicidad.FormattingEnabled = True
  759. Me.cboPeriodicidad.Location = New System.Drawing.Point(117, 39)
  760. Me.cboPeriodicidad.Name = "cboPeriodicidad"
  761. Me.cboPeriodicidad.Size = New System.Drawing.Size(150, 21)
  762. Me.cboPeriodicidad.TabIndex = 167
  763. '
  764. 'Label25
  765. '
  766. Me.Label25.AutoSize = True
  767. Me.Label25.Font = New System.Drawing.Font("Trebuchet MS", 9.75!)
  768. Me.Label25.Location = New System.Drawing.Point(15, 40)
  769. Me.Label25.Name = "Label25"
  770. Me.Label25.Size = New System.Drawing.Size(79, 18)
  771. Me.Label25.TabIndex = 169
  772. Me.Label25.Text = "Periodicidad"
  773. '
  774. 'Label27
  775. '
  776. Me.Label27.AutoSize = True
  777. Me.Label27.Font = New System.Drawing.Font("Trebuchet MS", 9.75!)
  778. Me.Label27.Location = New System.Drawing.Point(15, 64)
  779. Me.Label27.Name = "Label27"
  780. Me.Label27.Size = New System.Drawing.Size(70, 18)
  781. Me.Label27.TabIndex = 171
  782. Me.Label27.Text = "Tipo Renta"
  783. '
  784. 'Label28
  785. '
  786. Me.Label28.AutoSize = True
  787. Me.Label28.Font = New System.Drawing.Font("Trebuchet MS", 9.75!)
  788. Me.Label28.Location = New System.Drawing.Point(15, 91)
  789. Me.Label28.Name = "Label28"
  790. Me.Label28.Size = New System.Drawing.Size(63, 18)
  791. Me.Label28.TabIndex = 172
  792. Me.Label28.Text = "Tipo Tasa"
  793. '
  794. 'Navegador
  795. '
  796. Me.Navegador.AddNewItem = Me.navNuevoRegistro
  797. Me.Navegador.BindingSource = Me.PIN0BindingSource2
  798. Me.Navegador.CountItem = Me.BindingNavigatorCountItem
  799. Me.Navegador.DeleteItem = Nothing
  800. Me.Navegador.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.navPrimerRegistro, Me.navRegistroAnterior, Me.BindingNavigatorSeparator, Me.BindingNavigatorPositionItem, Me.BindingNavigatorCountItem, Me.BindingNavigatorSeparator1, navSiguienteRegistro, Me.navUltimoRegistro, Me.BindingNavigatorSeparator2, Me.navNuevoRegistro, Me.navModificar, Me.navEliminarRegistro, Me.navNuevo, Me.navBuscar, Me.navEliminar, Me.ToolStripButton1})
  801. Me.Navegador.Location = New System.Drawing.Point(0, 0)
  802. Me.Navegador.MoveFirstItem = Me.navPrimerRegistro
  803. Me.Navegador.MoveLastItem = Me.navUltimoRegistro
  804. Me.Navegador.MoveNextItem = navSiguienteRegistro
  805. Me.Navegador.MovePreviousItem = Me.navRegistroAnterior
  806. Me.Navegador.Name = "Navegador"
  807. Me.Navegador.PositionItem = Me.BindingNavigatorPositionItem
  808. Me.Navegador.Size = New System.Drawing.Size(1131, 25)
  809. Me.Navegador.TabIndex = 173
  810. Me.Navegador.Text = "BindingNavigator1"
  811. '
  812. 'navNuevoRegistro
  813. '
  814. Me.navNuevoRegistro.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  815. Me.navNuevoRegistro.Enabled = False
  816. Me.navNuevoRegistro.Image = CType(resources.GetObject("navNuevoRegistro.Image"), System.Drawing.Image)
  817. Me.navNuevoRegistro.Name = "navNuevoRegistro"
  818. Me.navNuevoRegistro.RightToLeftAutoMirrorImage = True
  819. Me.navNuevoRegistro.Size = New System.Drawing.Size(23, 22)
  820. Me.navNuevoRegistro.Text = "Agregar nuevo"
  821. Me.navNuevoRegistro.Visible = False
  822. '
  823. 'BindingNavigatorCountItem
  824. '
  825. Me.BindingNavigatorCountItem.Name = "BindingNavigatorCountItem"
  826. Me.BindingNavigatorCountItem.Size = New System.Drawing.Size(37, 22)
  827. Me.BindingNavigatorCountItem.Text = "de {0}"
  828. Me.BindingNavigatorCountItem.ToolTipText = "Número total de elementos"
  829. '
  830. 'navPrimerRegistro
  831. '
  832. Me.navPrimerRegistro.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  833. Me.navPrimerRegistro.Image = CType(resources.GetObject("navPrimerRegistro.Image"), System.Drawing.Image)
  834. Me.navPrimerRegistro.Name = "navPrimerRegistro"
  835. Me.navPrimerRegistro.RightToLeftAutoMirrorImage = True
  836. Me.navPrimerRegistro.Size = New System.Drawing.Size(23, 22)
  837. Me.navPrimerRegistro.Text = "Mover primero"
  838. '
  839. 'navRegistroAnterior
  840. '
  841. Me.navRegistroAnterior.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  842. Me.navRegistroAnterior.Image = CType(resources.GetObject("navRegistroAnterior.Image"), System.Drawing.Image)
  843. Me.navRegistroAnterior.Name = "navRegistroAnterior"
  844. Me.navRegistroAnterior.RightToLeftAutoMirrorImage = True
  845. Me.navRegistroAnterior.Size = New System.Drawing.Size(23, 22)
  846. Me.navRegistroAnterior.Text = "Mover anterior"
  847. '
  848. 'BindingNavigatorSeparator
  849. '
  850. Me.BindingNavigatorSeparator.Name = "BindingNavigatorSeparator"
  851. Me.BindingNavigatorSeparator.Size = New System.Drawing.Size(6, 25)
  852. '
  853. 'BindingNavigatorPositionItem
  854. '
  855. Me.BindingNavigatorPositionItem.AccessibleName = "Posición"
  856. Me.BindingNavigatorPositionItem.AutoSize = False
  857. Me.BindingNavigatorPositionItem.Name = "BindingNavigatorPositionItem"
  858. Me.BindingNavigatorPositionItem.Size = New System.Drawing.Size(50, 23)
  859. Me.BindingNavigatorPositionItem.Text = "0"
  860. Me.BindingNavigatorPositionItem.ToolTipText = "Posición actual"
  861. '
  862. 'BindingNavigatorSeparator1
  863. '
  864. Me.BindingNavigatorSeparator1.Name = "BindingNavigatorSeparator1"
  865. Me.BindingNavigatorSeparator1.Size = New System.Drawing.Size(6, 25)
  866. '
  867. 'navUltimoRegistro
  868. '
  869. Me.navUltimoRegistro.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  870. Me.navUltimoRegistro.Image = CType(resources.GetObject("navUltimoRegistro.Image"), System.Drawing.Image)
  871. Me.navUltimoRegistro.Name = "navUltimoRegistro"
  872. Me.navUltimoRegistro.RightToLeftAutoMirrorImage = True
  873. Me.navUltimoRegistro.Size = New System.Drawing.Size(23, 22)
  874. Me.navUltimoRegistro.Text = "Mover último"
  875. '
  876. 'BindingNavigatorSeparator2
  877. '
  878. Me.BindingNavigatorSeparator2.Name = "BindingNavigatorSeparator2"
  879. Me.BindingNavigatorSeparator2.Size = New System.Drawing.Size(6, 25)
  880. '
  881. 'navModificar
  882. '
  883. Me.navModificar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  884. Me.navModificar.Image = CType(resources.GetObject("navModificar.Image"), System.Drawing.Image)
  885. Me.navModificar.ImageTransparentColor = System.Drawing.Color.Magenta
  886. Me.navModificar.Name = "navModificar"
  887. Me.navModificar.Size = New System.Drawing.Size(23, 22)
  888. Me.navModificar.Text = "Modificar"
  889. '
  890. 'navEliminarRegistro
  891. '
  892. Me.navEliminarRegistro.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  893. Me.navEliminarRegistro.Enabled = False
  894. Me.navEliminarRegistro.Image = CType(resources.GetObject("navEliminarRegistro.Image"), System.Drawing.Image)
  895. Me.navEliminarRegistro.Name = "navEliminarRegistro"
  896. Me.navEliminarRegistro.RightToLeftAutoMirrorImage = True
  897. Me.navEliminarRegistro.Size = New System.Drawing.Size(23, 22)
  898. Me.navEliminarRegistro.Text = "Eliminar"
  899. Me.navEliminarRegistro.Visible = False
  900. '
  901. 'navNuevo
  902. '
  903. Me.navNuevo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  904. Me.navNuevo.Image = CType(resources.GetObject("navNuevo.Image"), System.Drawing.Image)
  905. Me.navNuevo.ImageTransparentColor = System.Drawing.Color.Magenta
  906. Me.navNuevo.Name = "navNuevo"
  907. Me.navNuevo.Size = New System.Drawing.Size(23, 22)
  908. Me.navNuevo.Text = "Nuevo"
  909. '
  910. 'navBuscar
  911. '
  912. Me.navBuscar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  913. Me.navBuscar.Image = CType(resources.GetObject("navBuscar.Image"), System.Drawing.Image)
  914. Me.navBuscar.ImageTransparentColor = System.Drawing.Color.Magenta
  915. Me.navBuscar.Name = "navBuscar"
  916. Me.navBuscar.Size = New System.Drawing.Size(23, 22)
  917. Me.navBuscar.Text = "Buscar"
  918. Me.navBuscar.ToolTipText = "Buscar"
  919. '
  920. 'navEliminar
  921. '
  922. Me.navEliminar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  923. Me.navEliminar.Image = CType(resources.GetObject("navEliminar.Image"), System.Drawing.Image)
  924. Me.navEliminar.ImageTransparentColor = System.Drawing.Color.Magenta
  925. Me.navEliminar.Name = "navEliminar"
  926. Me.navEliminar.Size = New System.Drawing.Size(23, 22)
  927. Me.navEliminar.Text = "Eliminar"
  928. '
  929. 'ToolStripButton1
  930. '
  931. Me.ToolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  932. Me.ToolStripButton1.Image = CType(resources.GetObject("ToolStripButton1.Image"), System.Drawing.Image)
  933. Me.ToolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta
  934. Me.ToolStripButton1.Name = "ToolStripButton1"
  935. Me.ToolStripButton1.Size = New System.Drawing.Size(23, 22)
  936. Me.ToolStripButton1.Text = "ToolStripButton1"
  937. '
  938. 'gpbInversión
  939. '
  940. Me.gpbInversión.Controls.Add(Me.Label25)
  941. Me.gpbInversión.Controls.Add(Me.Label28)
  942. Me.gpbInversión.Controls.Add(Me.Label27)
  943. Me.gpbInversión.Controls.Add(Me.cboPeriodicidad)
  944. Me.gpbInversión.Controls.Add(Me.cboTasa)
  945. Me.gpbInversión.Controls.Add(Me.cboRenta)
  946. Me.gpbInversión.Controls.Add(Me.Label23)
  947. Me.gpbInversión.Controls.Add(Me.txtNombre)
  948. Me.gpbInversión.Controls.Add(Me.btnActivar)
  949. Me.gpbInversión.Location = New System.Drawing.Point(703, 27)
  950. Me.gpbInversión.Name = "gpbInversión"
  951. Me.gpbInversión.Size = New System.Drawing.Size(273, 163)
  952. Me.gpbInversión.TabIndex = 174
  953. Me.gpbInversión.TabStop = False
  954. Me.gpbInversión.Text = "Convertir a Inversión"
  955. Me.gpbInversión.Visible = False
  956. '
  957. 'chkUsuario
  958. '
  959. Me.chkUsuario.AutoSize = True
  960. Me.chkUsuario.Location = New System.Drawing.Point(268, 28)
  961. Me.chkUsuario.Name = "chkUsuario"
  962. Me.chkUsuario.Size = New System.Drawing.Size(132, 17)
  963. Me.chkUsuario.TabIndex = 175
  964. Me.chkUsuario.Text = "Usuario con privilegios"
  965. Me.chkUsuario.UseVisualStyleBackColor = True
  966. '
  967. 'PIN0TableAdapter1
  968. '
  969. Me.PIN0TableAdapter1.ClearBeforeFill = True
  970. '
  971. 'txtRendimiento
  972. '
  973. Me.txtRendimiento.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.PIN0BindingSource2, "Rendimiento", True))
  974. Me.txtRendimiento.Location = New System.Drawing.Point(778, 53)
  975. Me.txtRendimiento.Name = "txtRendimiento"
  976. Me.txtRendimiento.Size = New System.Drawing.Size(150, 20)
  977. Me.txtRendimiento.TabIndex = 176
  978. '
  979. 'PIN0TableAdapter
  980. '
  981. Me.PIN0TableAdapter.ClearBeforeFill = True
  982. '
  983. 'PIN0TableAdapter2
  984. '
  985. Me.PIN0TableAdapter2.ClearBeforeFill = True
  986. '
  987. 'GroupBox1
  988. '
  989. Me.GroupBox1.BackColor = System.Drawing.Color.WhiteSmoke
  990. Me.GroupBox1.Controls.Add(Me.pnlMenu)
  991. Me.GroupBox1.Controls.Add(Me.pnlContenedor)
  992. Me.GroupBox1.Location = New System.Drawing.Point(22, 28)
  993. Me.GroupBox1.Name = "GroupBox1"
  994. Me.GroupBox1.Size = New System.Drawing.Size(1057, 552)
  995. Me.GroupBox1.TabIndex = 177
  996. Me.GroupBox1.TabStop = False
  997. '
  998. 'pnlInstrumento
  999. '
  1000. Me.pnlInstrumento.Controls.Add(Me.lblInstrumento)
  1001. Me.pnlInstrumento.Location = New System.Drawing.Point(3, 36)
  1002. Me.pnlInstrumento.Name = "pnlInstrumento"
  1003. Me.pnlInstrumento.Size = New System.Drawing.Size(205, 28)
  1004. Me.pnlInstrumento.TabIndex = 187
  1005. '
  1006. 'lblInstrumento
  1007. '
  1008. Me.lblInstrumento.Anchor = System.Windows.Forms.AnchorStyles.None
  1009. Me.lblInstrumento.AutoSize = True
  1010. Me.lblInstrumento.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  1011. Me.lblInstrumento.Location = New System.Drawing.Point(57, 4)
  1012. Me.lblInstrumento.Name = "lblInstrumento"
  1013. Me.lblInstrumento.Size = New System.Drawing.Size(85, 18)
  1014. Me.lblInstrumento.TabIndex = 62
  1015. Me.lblInstrumento.Text = "Instrumentos"
  1016. '
  1017. 'pnlEmpresa
  1018. '
  1019. Me.pnlEmpresa.Controls.Add(Me.lblEmpresa)
  1020. Me.pnlEmpresa.Location = New System.Drawing.Point(3, 4)
  1021. Me.pnlEmpresa.Name = "pnlEmpresa"
  1022. Me.pnlEmpresa.Size = New System.Drawing.Size(205, 28)
  1023. Me.pnlEmpresa.TabIndex = 186
  1024. '
  1025. 'lblEmpresa
  1026. '
  1027. Me.lblEmpresa.Anchor = System.Windows.Forms.AnchorStyles.None
  1028. Me.lblEmpresa.AutoSize = True
  1029. Me.lblEmpresa.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  1030. Me.lblEmpresa.Location = New System.Drawing.Point(71, 6)
  1031. Me.lblEmpresa.Name = "lblEmpresa"
  1032. Me.lblEmpresa.Size = New System.Drawing.Size(64, 18)
  1033. Me.lblEmpresa.TabIndex = 62
  1034. Me.lblEmpresa.Text = "Empresas"
  1035. '
  1036. 'pnlPlazo
  1037. '
  1038. Me.pnlPlazo.Controls.Add(Me.lblPlazo)
  1039. Me.pnlPlazo.Location = New System.Drawing.Point(3, 104)
  1040. Me.pnlPlazo.Name = "pnlPlazo"
  1041. Me.pnlPlazo.Size = New System.Drawing.Size(205, 36)
  1042. Me.pnlPlazo.TabIndex = 0
  1043. '
  1044. 'pnlAutorizacion
  1045. '
  1046. Me.pnlAutorizacion.Controls.Add(Me.lblAutorizacion)
  1047. Me.pnlAutorizacion.Location = New System.Drawing.Point(3, 317)
  1048. Me.pnlAutorizacion.Name = "pnlAutorizacion"
  1049. Me.pnlAutorizacion.Size = New System.Drawing.Size(205, 30)
  1050. Me.pnlAutorizacion.TabIndex = 185
  1051. '
  1052. 'pnlTipMercado
  1053. '
  1054. Me.pnlTipMercado.Controls.Add(Me.lblTipoMercado)
  1055. Me.pnlTipMercado.Location = New System.Drawing.Point(3, 400)
  1056. Me.pnlTipMercado.Name = "pnlTipMercado"
  1057. Me.pnlTipMercado.Size = New System.Drawing.Size(205, 28)
  1058. Me.pnlTipMercado.TabIndex = 184
  1059. '
  1060. 'pnlTipOper
  1061. '
  1062. Me.pnlTipOper.Controls.Add(Me.lblTipoOperacion)
  1063. Me.pnlTipOper.Location = New System.Drawing.Point(3, 360)
  1064. Me.pnlTipOper.Name = "pnlTipOper"
  1065. Me.pnlTipOper.Size = New System.Drawing.Size(205, 34)
  1066. Me.pnlTipOper.TabIndex = 183
  1067. '
  1068. 'pnlEstado
  1069. '
  1070. Me.pnlEstado.Controls.Add(Me.lblEstado)
  1071. Me.pnlEstado.Location = New System.Drawing.Point(3, 284)
  1072. Me.pnlEstado.Name = "pnlEstado"
  1073. Me.pnlEstado.Size = New System.Drawing.Size(205, 27)
  1074. Me.pnlEstado.TabIndex = 182
  1075. '
  1076. 'pnlPais
  1077. '
  1078. Me.pnlPais.Controls.Add(Me.lblPais)
  1079. Me.pnlPais.Location = New System.Drawing.Point(3, 250)
  1080. Me.pnlPais.Name = "pnlPais"
  1081. Me.pnlPais.Size = New System.Drawing.Size(205, 28)
  1082. Me.pnlPais.TabIndex = 181
  1083. '
  1084. 'pnlCalificadora
  1085. '
  1086. Me.pnlCalificadora.Controls.Add(Me.lblCalificadora)
  1087. Me.pnlCalificadora.Location = New System.Drawing.Point(3, 212)
  1088. Me.pnlCalificadora.Name = "pnlCalificadora"
  1089. Me.pnlCalificadora.Size = New System.Drawing.Size(205, 36)
  1090. Me.pnlCalificadora.TabIndex = 180
  1091. '
  1092. 'pnlCalificacionRiesgo
  1093. '
  1094. Me.pnlCalificacionRiesgo.Controls.Add(Me.lblCalificacionRiesgo)
  1095. Me.pnlCalificacionRiesgo.Location = New System.Drawing.Point(3, 181)
  1096. Me.pnlCalificacionRiesgo.Name = "pnlCalificacionRiesgo"
  1097. Me.pnlCalificacionRiesgo.Size = New System.Drawing.Size(205, 25)
  1098. Me.pnlCalificacionRiesgo.TabIndex = 164
  1099. '
  1100. 'pnlEmisor
  1101. '
  1102. Me.pnlEmisor.Controls.Add(Me.lblEmisor)
  1103. Me.pnlEmisor.Location = New System.Drawing.Point(3, 146)
  1104. Me.pnlEmisor.Name = "pnlEmisor"
  1105. Me.pnlEmisor.Size = New System.Drawing.Size(205, 29)
  1106. Me.pnlEmisor.TabIndex = 163
  1107. '
  1108. 'pnlOrigenFondos
  1109. '
  1110. Me.pnlOrigenFondos.Controls.Add(Me.lblOrigenFondos)
  1111. Me.pnlOrigenFondos.Location = New System.Drawing.Point(3, 70)
  1112. Me.pnlOrigenFondos.Name = "pnlOrigenFondos"
  1113. Me.pnlOrigenFondos.Size = New System.Drawing.Size(205, 28)
  1114. Me.pnlOrigenFondos.TabIndex = 162
  1115. '
  1116. 'pnlContenedor
  1117. '
  1118. Me.pnlContenedor.AutoScroll = True
  1119. Me.pnlContenedor.BackColor = System.Drawing.Color.White
  1120. Me.pnlContenedor.Controls.Add(Me.grpTipoMercado)
  1121. Me.pnlContenedor.Controls.Add(Me.grpAutorizacion)
  1122. Me.pnlContenedor.Controls.Add(Me.grpTipoOperacion)
  1123. Me.pnlContenedor.Controls.Add(Me.grpEstadoDocumento)
  1124. Me.pnlContenedor.Controls.Add(Me.grpPais)
  1125. Me.pnlContenedor.Controls.Add(Me.grpCalificadoraRiesgo)
  1126. Me.pnlContenedor.Controls.Add(Me.grpCalificacionRiesgo)
  1127. Me.pnlContenedor.Controls.Add(Me.grpEmisor)
  1128. Me.pnlContenedor.Controls.Add(Me.grpPlazo)
  1129. Me.pnlContenedor.Controls.Add(Me.grpOrigenFondos)
  1130. Me.pnlContenedor.Controls.Add(Me.grpInstrumentos)
  1131. Me.pnlContenedor.Controls.Add(Me.grpEmpresas)
  1132. Me.pnlContenedor.Location = New System.Drawing.Point(233, 20)
  1133. Me.pnlContenedor.Name = "pnlContenedor"
  1134. Me.pnlContenedor.Size = New System.Drawing.Size(798, 512)
  1135. Me.pnlContenedor.TabIndex = 161
  1136. '
  1137. 'grpTipoMercado
  1138. '
  1139. Me.grpTipoMercado.Controls.Add(Me.flpTipoMercado)
  1140. Me.grpTipoMercado.Controls.Add(Me.cboTipoMercado)
  1141. Me.grpTipoMercado.Location = New System.Drawing.Point(540, 492)
  1142. Me.grpTipoMercado.Name = "grpTipoMercado"
  1143. Me.grpTipoMercado.Size = New System.Drawing.Size(216, 131)
  1144. Me.grpTipoMercado.TabIndex = 167
  1145. Me.grpTipoMercado.TabStop = False
  1146. Me.grpTipoMercado.Text = "Tipo de Mercado"
  1147. Me.grpTipoMercado.Visible = False
  1148. '
  1149. 'flpTipoMercado
  1150. '
  1151. Me.flpTipoMercado.AutoScroll = True
  1152. Me.flpTipoMercado.Location = New System.Drawing.Point(36, 46)
  1153. Me.flpTipoMercado.Name = "flpTipoMercado"
  1154. Me.flpTipoMercado.Size = New System.Drawing.Size(150, 79)
  1155. Me.flpTipoMercado.TabIndex = 171
  1156. '
  1157. 'grpAutorizacion
  1158. '
  1159. Me.grpAutorizacion.Controls.Add(Me.flpAutorizacion)
  1160. Me.grpAutorizacion.Controls.Add(Me.cboAutorizacion)
  1161. Me.grpAutorizacion.Location = New System.Drawing.Point(540, 344)
  1162. Me.grpAutorizacion.Name = "grpAutorizacion"
  1163. Me.grpAutorizacion.Size = New System.Drawing.Size(216, 131)
  1164. Me.grpAutorizacion.TabIndex = 169
  1165. Me.grpAutorizacion.TabStop = False
  1166. Me.grpAutorizacion.Text = "Autorizacion"
  1167. Me.grpAutorizacion.Visible = False
  1168. '
  1169. 'flpAutorizacion
  1170. '
  1171. Me.flpAutorizacion.AutoScroll = True
  1172. Me.flpAutorizacion.Location = New System.Drawing.Point(36, 43)
  1173. Me.flpAutorizacion.Name = "flpAutorizacion"
  1174. Me.flpAutorizacion.Size = New System.Drawing.Size(150, 79)
  1175. Me.flpAutorizacion.TabIndex = 171
  1176. '
  1177. 'grpTipoOperacion
  1178. '
  1179. Me.grpTipoOperacion.Controls.Add(Me.flpTipoOperacion)
  1180. Me.grpTipoOperacion.Controls.Add(Me.cboTipoOperacion)
  1181. Me.grpTipoOperacion.Location = New System.Drawing.Point(540, 172)
  1182. Me.grpTipoOperacion.Name = "grpTipoOperacion"
  1183. Me.grpTipoOperacion.Size = New System.Drawing.Size(216, 131)
  1184. Me.grpTipoOperacion.TabIndex = 168
  1185. Me.grpTipoOperacion.TabStop = False
  1186. Me.grpTipoOperacion.Text = "Tipo de Operacion"
  1187. Me.grpTipoOperacion.Visible = False
  1188. '
  1189. 'flpTipoOperacion
  1190. '
  1191. Me.flpTipoOperacion.AutoScroll = True
  1192. Me.flpTipoOperacion.Location = New System.Drawing.Point(36, 44)
  1193. Me.flpTipoOperacion.Name = "flpTipoOperacion"
  1194. Me.flpTipoOperacion.Size = New System.Drawing.Size(150, 79)
  1195. Me.flpTipoOperacion.TabIndex = 170
  1196. '
  1197. 'grpEstadoDocumento
  1198. '
  1199. Me.grpEstadoDocumento.Controls.Add(Me.flpEstadoDocumento)
  1200. Me.grpEstadoDocumento.Controls.Add(Me.cboEstadoDocumento)
  1201. Me.grpEstadoDocumento.Location = New System.Drawing.Point(540, 14)
  1202. Me.grpEstadoDocumento.Name = "grpEstadoDocumento"
  1203. Me.grpEstadoDocumento.Size = New System.Drawing.Size(216, 131)
  1204. Me.grpEstadoDocumento.TabIndex = 167
  1205. Me.grpEstadoDocumento.TabStop = False
  1206. Me.grpEstadoDocumento.Text = "Estado del Documento"
  1207. Me.grpEstadoDocumento.Visible = False
  1208. '
  1209. 'flpEstadoDocumento
  1210. '
  1211. Me.flpEstadoDocumento.AutoScroll = True
  1212. Me.flpEstadoDocumento.Location = New System.Drawing.Point(36, 39)
  1213. Me.flpEstadoDocumento.Name = "flpEstadoDocumento"
  1214. Me.flpEstadoDocumento.Size = New System.Drawing.Size(150, 79)
  1215. Me.flpEstadoDocumento.TabIndex = 170
  1216. '
  1217. 'grpPais
  1218. '
  1219. Me.grpPais.Controls.Add(Me.flpPais)
  1220. Me.grpPais.Controls.Add(Me.cboPaises)
  1221. Me.grpPais.Location = New System.Drawing.Point(276, 492)
  1222. Me.grpPais.Name = "grpPais"
  1223. Me.grpPais.Size = New System.Drawing.Size(216, 131)
  1224. Me.grpPais.TabIndex = 166
  1225. Me.grpPais.TabStop = False
  1226. Me.grpPais.Text = "Pais"
  1227. Me.grpPais.Visible = False
  1228. '
  1229. 'flpPais
  1230. '
  1231. Me.flpPais.AutoScroll = True
  1232. Me.flpPais.Location = New System.Drawing.Point(33, 38)
  1233. Me.flpPais.Name = "flpPais"
  1234. Me.flpPais.Size = New System.Drawing.Size(150, 79)
  1235. Me.flpPais.TabIndex = 171
  1236. '
  1237. 'grpCalificadoraRiesgo
  1238. '
  1239. Me.grpCalificadoraRiesgo.Controls.Add(Me.flpCalificadoraRiesgo)
  1240. Me.grpCalificadoraRiesgo.Controls.Add(Me.cboCalificadoraDeRiesgo)
  1241. Me.grpCalificadoraRiesgo.Location = New System.Drawing.Point(276, 344)
  1242. Me.grpCalificadoraRiesgo.Name = "grpCalificadoraRiesgo"
  1243. Me.grpCalificadoraRiesgo.Size = New System.Drawing.Size(216, 131)
  1244. Me.grpCalificadoraRiesgo.TabIndex = 165
  1245. Me.grpCalificadoraRiesgo.TabStop = False
  1246. Me.grpCalificadoraRiesgo.Text = "Calificadora de Riesgo"
  1247. Me.grpCalificadoraRiesgo.Visible = False
  1248. '
  1249. 'flpCalificadoraRiesgo
  1250. '
  1251. Me.flpCalificadoraRiesgo.AutoScroll = True
  1252. Me.flpCalificadoraRiesgo.Location = New System.Drawing.Point(33, 46)
  1253. Me.flpCalificadoraRiesgo.Name = "flpCalificadoraRiesgo"
  1254. Me.flpCalificadoraRiesgo.Size = New System.Drawing.Size(150, 79)
  1255. Me.flpCalificadoraRiesgo.TabIndex = 171
  1256. '
  1257. 'grpCalificacionRiesgo
  1258. '
  1259. Me.grpCalificacionRiesgo.Controls.Add(Me.flpCalificacionRiesgo)
  1260. Me.grpCalificacionRiesgo.Controls.Add(Me.cboCalificacionDeRiesgo)
  1261. Me.grpCalificacionRiesgo.Location = New System.Drawing.Point(276, 172)
  1262. Me.grpCalificacionRiesgo.Name = "grpCalificacionRiesgo"
  1263. Me.grpCalificacionRiesgo.Size = New System.Drawing.Size(216, 131)
  1264. Me.grpCalificacionRiesgo.TabIndex = 164
  1265. Me.grpCalificacionRiesgo.TabStop = False
  1266. Me.grpCalificacionRiesgo.Text = "Calificacion de Riesgo"
  1267. Me.grpCalificacionRiesgo.Visible = False
  1268. '
  1269. 'flpCalificacionRiesgo
  1270. '
  1271. Me.flpCalificacionRiesgo.AutoScroll = True
  1272. Me.flpCalificacionRiesgo.Location = New System.Drawing.Point(33, 46)
  1273. Me.flpCalificacionRiesgo.Name = "flpCalificacionRiesgo"
  1274. Me.flpCalificacionRiesgo.Size = New System.Drawing.Size(150, 79)
  1275. Me.flpCalificacionRiesgo.TabIndex = 170
  1276. '
  1277. 'grpEmisor
  1278. '
  1279. Me.grpEmisor.Controls.Add(Me.flpEmisor)
  1280. Me.grpEmisor.Controls.Add(Me.cboEmisores)
  1281. Me.grpEmisor.Location = New System.Drawing.Point(276, 14)
  1282. Me.grpEmisor.Name = "grpEmisor"
  1283. Me.grpEmisor.Size = New System.Drawing.Size(216, 131)
  1284. Me.grpEmisor.TabIndex = 163
  1285. Me.grpEmisor.TabStop = False
  1286. Me.grpEmisor.Text = "Emisor"
  1287. Me.grpEmisor.Visible = False
  1288. '
  1289. 'flpEmisor
  1290. '
  1291. Me.flpEmisor.AutoScroll = True
  1292. Me.flpEmisor.Location = New System.Drawing.Point(33, 43)
  1293. Me.flpEmisor.Name = "flpEmisor"
  1294. Me.flpEmisor.Size = New System.Drawing.Size(150, 79)
  1295. Me.flpEmisor.TabIndex = 170
  1296. '
  1297. 'grpPlazo
  1298. '
  1299. Me.grpPlazo.Controls.Add(Me.flpPlazo)
  1300. Me.grpPlazo.Controls.Add(Me.txtPlazoNumero)
  1301. Me.grpPlazo.Controls.Add(Me.cboPlazosFactor)
  1302. Me.grpPlazo.Location = New System.Drawing.Point(17, 492)
  1303. Me.grpPlazo.Name = "grpPlazo"
  1304. Me.grpPlazo.Size = New System.Drawing.Size(216, 131)
  1305. Me.grpPlazo.TabIndex = 162
  1306. Me.grpPlazo.TabStop = False
  1307. Me.grpPlazo.Text = "Plazo"
  1308. Me.grpPlazo.Visible = False
  1309. '
  1310. 'flpPlazo
  1311. '
  1312. Me.flpPlazo.AutoScroll = True
  1313. Me.flpPlazo.Location = New System.Drawing.Point(33, 38)
  1314. Me.flpPlazo.Name = "flpPlazo"
  1315. Me.flpPlazo.Size = New System.Drawing.Size(150, 79)
  1316. Me.flpPlazo.TabIndex = 171
  1317. '
  1318. 'grpOrigenFondos
  1319. '
  1320. Me.grpOrigenFondos.Controls.Add(Me.flpOrigenFondos)
  1321. Me.grpOrigenFondos.Controls.Add(Me.cboOrigenDeFondos)
  1322. Me.grpOrigenFondos.Location = New System.Drawing.Point(17, 335)
  1323. Me.grpOrigenFondos.Name = "grpOrigenFondos"
  1324. Me.grpOrigenFondos.Size = New System.Drawing.Size(216, 131)
  1325. Me.grpOrigenFondos.TabIndex = 161
  1326. Me.grpOrigenFondos.TabStop = False
  1327. Me.grpOrigenFondos.Text = "Origen de Fondos"
  1328. Me.grpOrigenFondos.Visible = False
  1329. '
  1330. 'flpOrigenFondos
  1331. '
  1332. Me.flpOrigenFondos.AutoScroll = True
  1333. Me.flpOrigenFondos.Location = New System.Drawing.Point(33, 46)
  1334. Me.flpOrigenFondos.Name = "flpOrigenFondos"
  1335. Me.flpOrigenFondos.Size = New System.Drawing.Size(150, 79)
  1336. Me.flpOrigenFondos.TabIndex = 170
  1337. '
  1338. 'grpInstrumentos
  1339. '
  1340. Me.grpInstrumentos.Controls.Add(Me.flpInstrumentos)
  1341. Me.grpInstrumentos.Controls.Add(Me.cboInstrumentosFinancieros)
  1342. Me.grpInstrumentos.Controls.Add(Me.btnDetalleIF)
  1343. Me.grpInstrumentos.Location = New System.Drawing.Point(17, 172)
  1344. Me.grpInstrumentos.Name = "grpInstrumentos"
  1345. Me.grpInstrumentos.Size = New System.Drawing.Size(216, 131)
  1346. Me.grpInstrumentos.TabIndex = 160
  1347. Me.grpInstrumentos.TabStop = False
  1348. Me.grpInstrumentos.Text = "Instrumentos"
  1349. Me.grpInstrumentos.Visible = False
  1350. '
  1351. 'flpInstrumentos
  1352. '
  1353. Me.flpInstrumentos.AutoScroll = True
  1354. Me.flpInstrumentos.Location = New System.Drawing.Point(33, 46)
  1355. Me.flpInstrumentos.Name = "flpInstrumentos"
  1356. Me.flpInstrumentos.Size = New System.Drawing.Size(150, 79)
  1357. Me.flpInstrumentos.TabIndex = 170
  1358. '
  1359. 'grpEmpresas
  1360. '
  1361. Me.grpEmpresas.Controls.Add(Me.flpEmpresas)
  1362. Me.grpEmpresas.Controls.Add(Me.cboEmpresas)
  1363. Me.grpEmpresas.Location = New System.Drawing.Point(17, 14)
  1364. Me.grpEmpresas.Name = "grpEmpresas"
  1365. Me.grpEmpresas.Size = New System.Drawing.Size(216, 131)
  1366. Me.grpEmpresas.TabIndex = 159
  1367. Me.grpEmpresas.TabStop = False
  1368. Me.grpEmpresas.Text = "Empresas"
  1369. Me.grpEmpresas.Visible = False
  1370. '
  1371. 'flpEmpresas
  1372. '
  1373. Me.flpEmpresas.AutoScroll = True
  1374. Me.flpEmpresas.Location = New System.Drawing.Point(33, 39)
  1375. Me.flpEmpresas.Name = "flpEmpresas"
  1376. Me.flpEmpresas.Size = New System.Drawing.Size(150, 79)
  1377. Me.flpEmpresas.TabIndex = 2
  1378. '
  1379. 'GroupBox2
  1380. '
  1381. Me.GroupBox2.Controls.Add(Me.Label10)
  1382. Me.GroupBox2.Controls.Add(Me.Label2)
  1383. Me.GroupBox2.Controls.Add(Me.txtRendimiento)
  1384. Me.GroupBox2.Controls.Add(Me.Label4)
  1385. Me.GroupBox2.Controls.Add(Me.txtAsunto)
  1386. Me.GroupBox2.Controls.Add(Me.txtMontoInversion)
  1387. Me.GroupBox2.Controls.Add(Me.txtCodigoInversion)
  1388. Me.GroupBox2.Controls.Add(Me.dtpFechaDocumento)
  1389. Me.GroupBox2.Controls.Add(Me.Label14)
  1390. Me.GroupBox2.Controls.Add(Me.Label1)
  1391. Me.GroupBox2.Controls.Add(Me.Label19)
  1392. Me.GroupBox2.Controls.Add(Me.txtPrecio)
  1393. Me.GroupBox2.Controls.Add(Me.Label15)
  1394. Me.GroupBox2.Controls.Add(Me.txtIngresos)
  1395. Me.GroupBox2.Location = New System.Drawing.Point(6, 6)
  1396. Me.GroupBox2.Name = "GroupBox2"
  1397. Me.GroupBox2.Size = New System.Drawing.Size(941, 133)
  1398. Me.GroupBox2.TabIndex = 178
  1399. Me.GroupBox2.TabStop = False
  1400. Me.GroupBox2.Text = "GroupBox2"
  1401. '
  1402. 'TabCampos
  1403. '
  1404. Me.TabCampos.Controls.Add(Me.TbDatosCantidad)
  1405. Me.TabCampos.Controls.Add(Me.TbDatosSeleccionar)
  1406. Me.TabCampos.Controls.Add(Me.TbComentarios)
  1407. Me.TabCampos.Location = New System.Drawing.Point(9, 61)
  1408. Me.TabCampos.Name = "TabCampos"
  1409. Me.TabCampos.SelectedIndex = 0
  1410. Me.TabCampos.Size = New System.Drawing.Size(1119, 625)
  1411. Me.TabCampos.TabIndex = 179
  1412. '
  1413. 'TbDatosCantidad
  1414. '
  1415. Me.TbDatosCantidad.Controls.Add(Me.GroupBox2)
  1416. Me.TbDatosCantidad.Location = New System.Drawing.Point(4, 22)
  1417. Me.TbDatosCantidad.Name = "TbDatosCantidad"
  1418. Me.TbDatosCantidad.Padding = New System.Windows.Forms.Padding(3)
  1419. Me.TbDatosCantidad.Size = New System.Drawing.Size(1111, 599)
  1420. Me.TbDatosCantidad.TabIndex = 0
  1421. Me.TbDatosCantidad.Text = "Datos Principales"
  1422. Me.TbDatosCantidad.UseVisualStyleBackColor = True
  1423. '
  1424. 'TbDatosSeleccionar
  1425. '
  1426. Me.TbDatosSeleccionar.Controls.Add(Me.GroupBox1)
  1427. Me.TbDatosSeleccionar.Location = New System.Drawing.Point(4, 22)
  1428. Me.TbDatosSeleccionar.Name = "TbDatosSeleccionar"
  1429. Me.TbDatosSeleccionar.Padding = New System.Windows.Forms.Padding(3)
  1430. Me.TbDatosSeleccionar.Size = New System.Drawing.Size(1111, 599)
  1431. Me.TbDatosSeleccionar.TabIndex = 1
  1432. Me.TbDatosSeleccionar.Text = "Datos de Seleccion"
  1433. Me.TbDatosSeleccionar.UseVisualStyleBackColor = True
  1434. '
  1435. 'TbComentarios
  1436. '
  1437. Me.TbComentarios.Controls.Add(Me.gpbInversión)
  1438. Me.TbComentarios.Controls.Add(Me.Label8)
  1439. Me.TbComentarios.Controls.Add(Me.txtJustificacion)
  1440. Me.TbComentarios.Controls.Add(Me.Label9)
  1441. Me.TbComentarios.Controls.Add(Me.txtComentarios)
  1442. Me.TbComentarios.Location = New System.Drawing.Point(4, 22)
  1443. Me.TbComentarios.Name = "TbComentarios"
  1444. Me.TbComentarios.Size = New System.Drawing.Size(1111, 599)
  1445. Me.TbComentarios.TabIndex = 2
  1446. Me.TbComentarios.Text = "Comentarios"
  1447. Me.TbComentarios.UseVisualStyleBackColor = True
  1448. '
  1449. 'pnlMenu
  1450. '
  1451. Me.pnlMenu.Controls.Add(Me.pnlInstrumento)
  1452. Me.pnlMenu.Controls.Add(Me.pnlEmpresa)
  1453. Me.pnlMenu.Controls.Add(Me.pnlOrigenFondos)
  1454. Me.pnlMenu.Controls.Add(Me.pnlEmisor)
  1455. Me.pnlMenu.Controls.Add(Me.pnlPlazo)
  1456. Me.pnlMenu.Controls.Add(Me.pnlCalificacionRiesgo)
  1457. Me.pnlMenu.Controls.Add(Me.pnlAutorizacion)
  1458. Me.pnlMenu.Controls.Add(Me.pnlCalificadora)
  1459. Me.pnlMenu.Controls.Add(Me.pnlTipMercado)
  1460. Me.pnlMenu.Controls.Add(Me.pnlPais)
  1461. Me.pnlMenu.Controls.Add(Me.pnlTipOper)
  1462. Me.pnlMenu.Controls.Add(Me.pnlEstado)
  1463. Me.pnlMenu.Location = New System.Drawing.Point(27, 19)
  1464. Me.pnlMenu.Name = "pnlMenu"
  1465. Me.pnlMenu.Size = New System.Drawing.Size(210, 433)
  1466. Me.pnlMenu.TabIndex = 188
  1467. '
  1468. 'frmPIN
  1469. '
  1470. Me.AcceptButton = Me.btnAccion
  1471. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  1472. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  1473. Me.AutoScroll = True
  1474. Me.CancelButton = Me.btnCancelar
  1475. Me.ClientSize = New System.Drawing.Size(1131, 749)
  1476. Me.Controls.Add(Me.TabCampos)
  1477. Me.Controls.Add(Me.chkUsuario)
  1478. Me.Controls.Add(Me.Navegador)
  1479. Me.Controls.Add(Me.pnlPie)
  1480. Me.Controls.Add(Me.Label22)
  1481. Me.Name = "frmPIN"
  1482. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
  1483. Me.Text = "Propuesta de Inversión"
  1484. CType(Me.PIN0BindingSource2, System.ComponentModel.ISupportInitialize).EndInit()
  1485. CType(Me.InversionesDEVDataSet2, System.ComponentModel.ISupportInitialize).EndInit()
  1486. CType(Me.PIN0BindingSource, System.ComponentModel.ISupportInitialize).EndInit()
  1487. Me.pnlPie.ResumeLayout(False)
  1488. CType(Me.Navegador, System.ComponentModel.ISupportInitialize).EndInit()
  1489. Me.Navegador.ResumeLayout(False)
  1490. Me.Navegador.PerformLayout()
  1491. Me.gpbInversión.ResumeLayout(False)
  1492. Me.gpbInversión.PerformLayout()
  1493. CType(Me.PIN0BindingSource1, System.ComponentModel.ISupportInitialize).EndInit()
  1494. Me.GroupBox1.ResumeLayout(False)
  1495. Me.pnlInstrumento.ResumeLayout(False)
  1496. Me.pnlInstrumento.PerformLayout()
  1497. Me.pnlEmpresa.ResumeLayout(False)
  1498. Me.pnlEmpresa.PerformLayout()
  1499. Me.pnlPlazo.ResumeLayout(False)
  1500. Me.pnlPlazo.PerformLayout()
  1501. Me.pnlAutorizacion.ResumeLayout(False)
  1502. Me.pnlAutorizacion.PerformLayout()
  1503. Me.pnlTipMercado.ResumeLayout(False)
  1504. Me.pnlTipMercado.PerformLayout()
  1505. Me.pnlTipOper.ResumeLayout(False)
  1506. Me.pnlTipOper.PerformLayout()
  1507. Me.pnlEstado.ResumeLayout(False)
  1508. Me.pnlEstado.PerformLayout()
  1509. Me.pnlPais.ResumeLayout(False)
  1510. Me.pnlPais.PerformLayout()
  1511. Me.pnlCalificadora.ResumeLayout(False)
  1512. Me.pnlCalificadora.PerformLayout()
  1513. Me.pnlCalificacionRiesgo.ResumeLayout(False)
  1514. Me.pnlCalificacionRiesgo.PerformLayout()
  1515. Me.pnlEmisor.ResumeLayout(False)
  1516. Me.pnlEmisor.PerformLayout()
  1517. Me.pnlOrigenFondos.ResumeLayout(False)
  1518. Me.pnlOrigenFondos.PerformLayout()
  1519. Me.pnlContenedor.ResumeLayout(False)
  1520. Me.grpTipoMercado.ResumeLayout(False)
  1521. Me.grpAutorizacion.ResumeLayout(False)
  1522. Me.grpTipoOperacion.ResumeLayout(False)
  1523. Me.grpEstadoDocumento.ResumeLayout(False)
  1524. Me.grpPais.ResumeLayout(False)
  1525. Me.grpCalificadoraRiesgo.ResumeLayout(False)
  1526. Me.grpCalificacionRiesgo.ResumeLayout(False)
  1527. Me.grpEmisor.ResumeLayout(False)
  1528. Me.grpPlazo.ResumeLayout(False)
  1529. Me.grpPlazo.PerformLayout()
  1530. Me.grpOrigenFondos.ResumeLayout(False)
  1531. Me.grpInstrumentos.ResumeLayout(False)
  1532. Me.grpEmpresas.ResumeLayout(False)
  1533. Me.GroupBox2.ResumeLayout(False)
  1534. Me.GroupBox2.PerformLayout()
  1535. Me.TabCampos.ResumeLayout(False)
  1536. Me.TbDatosCantidad.ResumeLayout(False)
  1537. Me.TbDatosSeleccionar.ResumeLayout(False)
  1538. Me.TbComentarios.ResumeLayout(False)
  1539. Me.TbComentarios.PerformLayout()
  1540. Me.pnlMenu.ResumeLayout(False)
  1541. Me.ResumeLayout(False)
  1542. Me.PerformLayout()
  1543. End Sub
  1544. Friend WithEvents cboCalificadoraDeRiesgo As ComboBox
  1545. Friend WithEvents cboEmisores As ComboBox
  1546. Friend WithEvents cboInstrumentosFinancieros As ComboBox
  1547. Friend WithEvents cboEmpresas As ComboBox
  1548. Friend WithEvents lblAutorizacion As Label
  1549. Friend WithEvents cboEstadoDocumento As ComboBox
  1550. Friend WithEvents lblOrigenFondos As Label
  1551. Friend WithEvents cboOrigenDeFondos As ComboBox
  1552. Friend WithEvents lblCalificadora As Label
  1553. Friend WithEvents lblCalificacionRiesgo As Label
  1554. Friend WithEvents cboCalificacionDeRiesgo As ComboBox
  1555. Friend WithEvents lblEmisor As Label
  1556. Friend WithEvents txtCodigoInversion As TextBox
  1557. Friend WithEvents Label4 As Label
  1558. Friend WithEvents txtAsunto As TextBox
  1559. Friend WithEvents Label2 As Label
  1560. Friend WithEvents txtComentarios As TextBox
  1561. Friend WithEvents Label9 As Label
  1562. Friend WithEvents txtJustificacion As TextBox
  1563. Friend WithEvents Label8 As Label
  1564. Friend WithEvents txtMontoInversion As TextBox
  1565. Friend WithEvents Label10 As Label
  1566. Friend WithEvents txtPrecio As TextBox
  1567. Friend WithEvents Label19 As Label
  1568. Friend WithEvents Label14 As Label
  1569. Friend WithEvents btnDetalleIF As Button
  1570. Friend WithEvents dtpFechaDocumento As DateTimePicker
  1571. Friend WithEvents Label1 As Label
  1572. Friend WithEvents lblPlazo As Label
  1573. Friend WithEvents cboPlazosFactor As ComboBox
  1574. Friend WithEvents txtIngresos As TextBox
  1575. Friend WithEvents Label15 As Label
  1576. Friend WithEvents txtPlazoNumero As TextBox
  1577. Friend WithEvents btnAccion As Button
  1578. Friend WithEvents btnCancelar As Button
  1579. Friend WithEvents lblTipoOperacion As Label
  1580. Friend WithEvents cboTipoOperacion As ComboBox
  1581. Friend WithEvents lblEstado As Label
  1582. Friend WithEvents cboAutorizacion As ComboBox
  1583. Friend WithEvents btnActivar As Button
  1584. Friend WithEvents lblTipoMercado As Label
  1585. Friend WithEvents cboTipoMercado As ComboBox
  1586. Friend WithEvents lblPais As Label
  1587. Friend WithEvents cboPaises As ComboBox
  1588. Friend WithEvents Label22 As Label
  1589. Friend WithEvents pnlPie As Panel
  1590. Friend WithEvents txtNombre As TextBox
  1591. Friend WithEvents Label23 As Label
  1592. Friend WithEvents cboRenta As ComboBox
  1593. Friend WithEvents cboTasa As ComboBox
  1594. Friend WithEvents cboPeriodicidad As ComboBox
  1595. Friend WithEvents Label25 As Label
  1596. Friend WithEvents Label27 As Label
  1597. Friend WithEvents Label28 As Label
  1598. Friend WithEvents Navegador As BindingNavigator
  1599. Friend WithEvents navNuevoRegistro As ToolStripButton
  1600. Friend WithEvents BindingNavigatorCountItem As ToolStripLabel
  1601. Friend WithEvents navEliminarRegistro As ToolStripButton
  1602. Friend WithEvents navPrimerRegistro As ToolStripButton
  1603. Friend WithEvents navRegistroAnterior As ToolStripButton
  1604. Friend WithEvents BindingNavigatorSeparator As ToolStripSeparator
  1605. Friend WithEvents BindingNavigatorPositionItem As ToolStripTextBox
  1606. Friend WithEvents BindingNavigatorSeparator1 As ToolStripSeparator
  1607. Friend WithEvents navUltimoRegistro As ToolStripButton
  1608. Friend WithEvents BindingNavigatorSeparator2 As ToolStripSeparator
  1609. Friend WithEvents navModificar As ToolStripButton
  1610. Friend WithEvents navNuevo As ToolStripButton
  1611. Friend WithEvents navBuscar As ToolStripButton
  1612. Friend WithEvents navEliminar As ToolStripButton
  1613. Friend WithEvents ToolStripButton1 As ToolStripButton
  1614. Friend WithEvents gpbInversión As GroupBox
  1615. Friend WithEvents chkUsuario As CheckBox
  1616. Friend WithEvents PIN0BindingSource As BindingSource
  1617. Friend WithEvents PIN0TableAdapter1 As InversionesDataSet1TableAdapters.PIN0TableAdapter
  1618. Friend WithEvents txtRendimiento As TextBox
  1619. Friend WithEvents PIN0BindingSource1 As BindingSource
  1620. Friend WithEvents PIN0TableAdapter As InversionesDataSetTableAdapters.PIN0TableAdapter
  1621. Friend WithEvents InversionesDEVDataSet2 As InversionesDEVDataSet2
  1622. Friend WithEvents PIN0BindingSource2 As BindingSource
  1623. Friend WithEvents PIN0TableAdapter2 As InversionesDEVDataSet2TableAdapters.PIN0TableAdapter
  1624. Friend WithEvents GroupBox1 As GroupBox
  1625. Friend WithEvents pnlContenedor As Panel
  1626. Friend WithEvents GroupBox2 As GroupBox
  1627. Friend WithEvents grpInstrumentos As GroupBox
  1628. Friend WithEvents grpEmpresas As GroupBox
  1629. Friend WithEvents TabCampos As TabControl
  1630. Friend WithEvents TbDatosCantidad As TabPage
  1631. Friend WithEvents TbDatosSeleccionar As TabPage
  1632. Friend WithEvents TbComentarios As TabPage
  1633. Friend WithEvents grpCalificadoraRiesgo As GroupBox
  1634. Friend WithEvents grpCalificacionRiesgo As GroupBox
  1635. Friend WithEvents grpEmisor As GroupBox
  1636. Friend WithEvents grpPlazo As GroupBox
  1637. Friend WithEvents grpOrigenFondos As GroupBox
  1638. Friend WithEvents grpAutorizacion As GroupBox
  1639. Friend WithEvents grpTipoOperacion As GroupBox
  1640. Friend WithEvents grpEstadoDocumento As GroupBox
  1641. Friend WithEvents grpPais As GroupBox
  1642. Friend WithEvents grpTipoMercado As GroupBox
  1643. Friend WithEvents flpTipoMercado As FlowLayoutPanel
  1644. Friend WithEvents flpAutorizacion As FlowLayoutPanel
  1645. Friend WithEvents flpTipoOperacion As FlowLayoutPanel
  1646. Friend WithEvents flpEstadoDocumento As FlowLayoutPanel
  1647. Friend WithEvents flpPais As FlowLayoutPanel
  1648. Friend WithEvents flpCalificadoraRiesgo As FlowLayoutPanel
  1649. Friend WithEvents flpCalificacionRiesgo As FlowLayoutPanel
  1650. Friend WithEvents flpEmisor As FlowLayoutPanel
  1651. Friend WithEvents flpPlazo As FlowLayoutPanel
  1652. Friend WithEvents flpOrigenFondos As FlowLayoutPanel
  1653. Friend WithEvents flpInstrumentos As FlowLayoutPanel
  1654. Friend WithEvents flpEmpresas As FlowLayoutPanel
  1655. Friend WithEvents pnlAutorizacion As Panel
  1656. Friend WithEvents pnlTipMercado As Panel
  1657. Friend WithEvents pnlTipOper As Panel
  1658. Friend WithEvents pnlEstado As Panel
  1659. Friend WithEvents pnlPais As Panel
  1660. Friend WithEvents pnlCalificadora As Panel
  1661. Friend WithEvents pnlCalificacionRiesgo As Panel
  1662. Friend WithEvents pnlEmisor As Panel
  1663. Friend WithEvents pnlOrigenFondos As Panel
  1664. Friend WithEvents pnlPlazo As Panel
  1665. Friend WithEvents pnlInstrumento As Panel
  1666. Friend WithEvents lblInstrumento As Label
  1667. Friend WithEvents pnlEmpresa As Panel
  1668. Friend WithEvents lblEmpresa As Label
  1669. Friend WithEvents pnlMenu As Panel
  1670. End Class