frmPIN_Temporal.Designer.vb 59 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
  2. Partial Class frmPIN_Temporal
  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_Temporal))
  25. Me.cbxCalificadoraDeRiesgo = New System.Windows.Forms.ComboBox()
  26. Me.ECALRIBindingSource = New System.Windows.Forms.BindingSource(Me.components)
  27. Me.InversionesDataSet1 = New Inversiones.InversionesDataSet1()
  28. Me.PIN0BindingSource = New System.Windows.Forms.BindingSource(Me.components)
  29. Me.cbxEmisores = New System.Windows.Forms.ComboBox()
  30. Me.EMISBindingSource = New System.Windows.Forms.BindingSource(Me.components)
  31. Me.cbxInstrumentosFinancieros = New System.Windows.Forms.ComboBox()
  32. Me.INFIBindingSource = New System.Windows.Forms.BindingSource(Me.components)
  33. Me.cbxEmpresas = New System.Windows.Forms.ComboBox()
  34. Me.EMPRBindingSource = New System.Windows.Forms.BindingSource(Me.components)
  35. Me.Label18 = New System.Windows.Forms.Label()
  36. Me.cbxEstadoDocumento = New System.Windows.Forms.ComboBox()
  37. Me.Label13 = New System.Windows.Forms.Label()
  38. Me.cbxOrigenDeFondos = New System.Windows.Forms.ComboBox()
  39. Me.Label12 = New System.Windows.Forms.Label()
  40. Me.Label11 = New System.Windows.Forms.Label()
  41. Me.cbxCalificacionDeRiesgo = New System.Windows.Forms.ComboBox()
  42. Me.CALRIBindingSource = New System.Windows.Forms.BindingSource(Me.components)
  43. Me.Label7 = New System.Windows.Forms.Label()
  44. Me.Label6 = New System.Windows.Forms.Label()
  45. Me.Label5 = New System.Windows.Forms.Label()
  46. Me.txtCodigoInversion = New System.Windows.Forms.TextBox()
  47. Me.Label4 = New System.Windows.Forms.Label()
  48. Me.txtAsunto = New System.Windows.Forms.TextBox()
  49. Me.Label2 = New System.Windows.Forms.Label()
  50. Me.txtComentarios = New System.Windows.Forms.TextBox()
  51. Me.Label9 = New System.Windows.Forms.Label()
  52. Me.txtJustificacion = New System.Windows.Forms.TextBox()
  53. Me.Label8 = New System.Windows.Forms.Label()
  54. Me.txtMontoInversion = New System.Windows.Forms.TextBox()
  55. Me.Label10 = New System.Windows.Forms.Label()
  56. Me.txtPrecio = New System.Windows.Forms.TextBox()
  57. Me.Label19 = New System.Windows.Forms.Label()
  58. Me.txtRendimiento = New System.Windows.Forms.TextBox()
  59. Me.Label14 = New System.Windows.Forms.Label()
  60. Me.btnDetalleIF = New System.Windows.Forms.Button()
  61. Me.dtpFechaDocumento = New System.Windows.Forms.DateTimePicker()
  62. Me.Label1 = New System.Windows.Forms.Label()
  63. Me.Label3 = New System.Windows.Forms.Label()
  64. Me.cbxPlazosFactor = New System.Windows.Forms.ComboBox()
  65. Me.txtIngresos = New System.Windows.Forms.TextBox()
  66. Me.Label15 = New System.Windows.Forms.Label()
  67. Me.txtPlazoNumero = New System.Windows.Forms.TextBox()
  68. Me.lblMontoInversionErr = New System.Windows.Forms.Label()
  69. Me.lblPrecioErr = New System.Windows.Forms.Label()
  70. Me.lblRendimientoErr = New System.Windows.Forms.Label()
  71. Me.lblingresosErr = New System.Windows.Forms.Label()
  72. Me.lblPlazoErrr = New System.Windows.Forms.Label()
  73. Me.btnAccion = New System.Windows.Forms.Button()
  74. Me.btnCancelar = New System.Windows.Forms.Button()
  75. Me.Label16 = New System.Windows.Forms.Label()
  76. Me.cbxTipoOperacion = New System.Windows.Forms.ComboBox()
  77. Me.Label17 = New System.Windows.Forms.Label()
  78. Me.cbxAutorizacion = New System.Windows.Forms.ComboBox()
  79. Me.btnActivar = New System.Windows.Forms.Button()
  80. Me.Label20 = New System.Windows.Forms.Label()
  81. Me.cbxTipoMercado = New System.Windows.Forms.ComboBox()
  82. Me.Label21 = New System.Windows.Forms.Label()
  83. Me.cbxPaises = New System.Windows.Forms.ComboBox()
  84. Me.PAISBindingSource = New System.Windows.Forms.BindingSource(Me.components)
  85. Me.Label22 = New System.Windows.Forms.Label()
  86. Me.pnlPie = New System.Windows.Forms.Panel()
  87. Me.txtNombre = New System.Windows.Forms.TextBox()
  88. Me.Label23 = New System.Windows.Forms.Label()
  89. Me.cbxRenta = New System.Windows.Forms.ComboBox()
  90. Me.cbxTasa = New System.Windows.Forms.ComboBox()
  91. Me.cbxPeriodicidad = New System.Windows.Forms.ComboBox()
  92. Me.Label25 = New System.Windows.Forms.Label()
  93. Me.Label27 = New System.Windows.Forms.Label()
  94. Me.Label28 = New System.Windows.Forms.Label()
  95. Me.oBindingNavigator = New System.Windows.Forms.BindingNavigator(Me.components)
  96. Me.navNuevoRegistro = New System.Windows.Forms.ToolStripButton()
  97. Me.BindingNavigatorCountItem = New System.Windows.Forms.ToolStripLabel()
  98. Me.navVistaPreliminar = New System.Windows.Forms.ToolStripButton()
  99. Me.navImprimir = New System.Windows.Forms.ToolStripButton()
  100. Me.navPrimerRegistro = New System.Windows.Forms.ToolStripButton()
  101. Me.navRegistroAnterior = New System.Windows.Forms.ToolStripButton()
  102. Me.BindingNavigatorSeparator = New System.Windows.Forms.ToolStripSeparator()
  103. Me.BindingNavigatorPositionItem = New System.Windows.Forms.ToolStripTextBox()
  104. Me.BindingNavigatorSeparator1 = New System.Windows.Forms.ToolStripSeparator()
  105. Me.navUltimoRegistro = New System.Windows.Forms.ToolStripButton()
  106. Me.BindingNavigatorSeparator2 = New System.Windows.Forms.ToolStripSeparator()
  107. Me.navModificar = New System.Windows.Forms.ToolStripButton()
  108. Me.navEliminarRegistro = New System.Windows.Forms.ToolStripButton()
  109. Me.navNuevo = New System.Windows.Forms.ToolStripButton()
  110. Me.navBuscar = New System.Windows.Forms.ToolStripButton()
  111. Me.navEliminar = New System.Windows.Forms.ToolStripButton()
  112. Me.gpbInversión = New System.Windows.Forms.GroupBox()
  113. Me.chkUsuario = New System.Windows.Forms.CheckBox()
  114. Me.PIN0TableAdapter1 = New Inversiones.InversionesDataSet1TableAdapters.PIN0TableAdapter()
  115. Me.EMPRTableAdapter = New Inversiones.InversionesDataSet1TableAdapters.EMPRTableAdapter()
  116. Me.INFITableAdapter = New Inversiones.InversionesDataSet1TableAdapters.INFITableAdapter()
  117. Me.EMISTableAdapter = New Inversiones.InversionesDataSet1TableAdapters.EMISTableAdapter()
  118. Me.CALRITableAdapter = New Inversiones.InversionesDataSet1TableAdapters.CALRITableAdapter()
  119. Me.ECALRITableAdapter = New Inversiones.InversionesDataSet1TableAdapters.ECALRITableAdapter()
  120. Me.PAISTableAdapter = New Inversiones.InversionesDataSet1TableAdapters.PAISTableAdapter()
  121. Me.btnRequisicionDePago = New System.Windows.Forms.Button()
  122. navSiguienteRegistro = New System.Windows.Forms.ToolStripButton()
  123. CType(Me.ECALRIBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
  124. CType(Me.InversionesDataSet1, System.ComponentModel.ISupportInitialize).BeginInit()
  125. CType(Me.PIN0BindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
  126. CType(Me.EMISBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
  127. CType(Me.INFIBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
  128. CType(Me.EMPRBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
  129. CType(Me.CALRIBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
  130. CType(Me.PAISBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
  131. Me.pnlPie.SuspendLayout()
  132. CType(Me.oBindingNavigator, System.ComponentModel.ISupportInitialize).BeginInit()
  133. Me.oBindingNavigator.SuspendLayout()
  134. Me.gpbInversión.SuspendLayout()
  135. Me.SuspendLayout()
  136. '
  137. 'navSiguienteRegistro
  138. '
  139. navSiguienteRegistro.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  140. navSiguienteRegistro.Image = CType(resources.GetObject("navSiguienteRegistro.Image"), System.Drawing.Image)
  141. navSiguienteRegistro.Name = "navSiguienteRegistro"
  142. navSiguienteRegistro.RightToLeftAutoMirrorImage = True
  143. navSiguienteRegistro.Size = New System.Drawing.Size(23, 22)
  144. navSiguienteRegistro.Text = "Mover siguiente"
  145. '
  146. 'cbxCalificadoraDeRiesgo
  147. '
  148. Me.cbxCalificadoraDeRiesgo.DataSource = Me.ECALRIBindingSource
  149. Me.cbxCalificadoraDeRiesgo.DisplayMember = "Descrip"
  150. Me.cbxCalificadoraDeRiesgo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  151. Me.cbxCalificadoraDeRiesgo.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  152. Me.cbxCalificadoraDeRiesgo.FormattingEnabled = True
  153. Me.cbxCalificadoraDeRiesgo.Location = New System.Drawing.Point(163, 341)
  154. Me.cbxCalificadoraDeRiesgo.Name = "cbxCalificadoraDeRiesgo"
  155. Me.cbxCalificadoraDeRiesgo.Size = New System.Drawing.Size(150, 21)
  156. Me.cbxCalificadoraDeRiesgo.TabIndex = 13
  157. Me.cbxCalificadoraDeRiesgo.ValueMember = "CodECalRi"
  158. '
  159. 'ECALRIBindingSource
  160. '
  161. Me.ECALRIBindingSource.DataMember = "ECALRI"
  162. Me.ECALRIBindingSource.DataSource = Me.InversionesDataSet1
  163. '
  164. 'InversionesDataSet1
  165. '
  166. Me.InversionesDataSet1.DataSetName = "InversionesDataSet1"
  167. Me.InversionesDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
  168. '
  169. 'PIN0BindingSource
  170. '
  171. Me.PIN0BindingSource.DataMember = "PIN0"
  172. Me.PIN0BindingSource.DataSource = Me.InversionesDataSet1
  173. '
  174. 'cbxEmisores
  175. '
  176. Me.cbxEmisores.DataSource = Me.EMISBindingSource
  177. Me.cbxEmisores.DisplayMember = "Descrip"
  178. Me.cbxEmisores.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  179. Me.cbxEmisores.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  180. Me.cbxEmisores.FormattingEnabled = True
  181. Me.cbxEmisores.Location = New System.Drawing.Point(163, 293)
  182. Me.cbxEmisores.Name = "cbxEmisores"
  183. Me.cbxEmisores.Size = New System.Drawing.Size(150, 21)
  184. Me.cbxEmisores.TabIndex = 11
  185. Me.cbxEmisores.ValueMember = "CodEmis"
  186. '
  187. 'EMISBindingSource
  188. '
  189. Me.EMISBindingSource.DataMember = "EMIS"
  190. Me.EMISBindingSource.DataSource = Me.InversionesDataSet1
  191. '
  192. 'cbxInstrumentosFinancieros
  193. '
  194. Me.cbxInstrumentosFinancieros.DataSource = Me.INFIBindingSource
  195. Me.cbxInstrumentosFinancieros.DisplayMember = "Descrip"
  196. Me.cbxInstrumentosFinancieros.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  197. Me.cbxInstrumentosFinancieros.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  198. Me.cbxInstrumentosFinancieros.FormattingEnabled = True
  199. Me.cbxInstrumentosFinancieros.Location = New System.Drawing.Point(163, 131)
  200. Me.cbxInstrumentosFinancieros.MaxLength = 100000
  201. Me.cbxInstrumentosFinancieros.Name = "cbxInstrumentosFinancieros"
  202. Me.cbxInstrumentosFinancieros.Size = New System.Drawing.Size(150, 21)
  203. Me.cbxInstrumentosFinancieros.TabIndex = 3
  204. Me.cbxInstrumentosFinancieros.ValueMember = "CodIF"
  205. '
  206. 'INFIBindingSource
  207. '
  208. Me.INFIBindingSource.DataMember = "INFI"
  209. Me.INFIBindingSource.DataSource = Me.InversionesDataSet1
  210. '
  211. 'cbxEmpresas
  212. '
  213. Me.cbxEmpresas.DataSource = Me.EMPRBindingSource
  214. Me.cbxEmpresas.DisplayMember = "Descrip"
  215. Me.cbxEmpresas.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  216. Me.cbxEmpresas.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  217. Me.cbxEmpresas.FormattingEnabled = True
  218. Me.cbxEmpresas.Location = New System.Drawing.Point(163, 84)
  219. Me.cbxEmpresas.Name = "cbxEmpresas"
  220. Me.cbxEmpresas.Size = New System.Drawing.Size(150, 21)
  221. Me.cbxEmpresas.TabIndex = 1
  222. Me.cbxEmpresas.ValueMember = "CodEmpr"
  223. '
  224. 'EMPRBindingSource
  225. '
  226. Me.EMPRBindingSource.DataMember = "EMPR"
  227. Me.EMPRBindingSource.DataSource = Me.InversionesDataSet1
  228. '
  229. 'Label18
  230. '
  231. Me.Label18.AutoSize = True
  232. Me.Label18.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  233. Me.Label18.Location = New System.Drawing.Point(440, 196)
  234. Me.Label18.Name = "Label18"
  235. Me.Label18.Size = New System.Drawing.Size(81, 18)
  236. Me.Label18.TabIndex = 63
  237. Me.Label18.Text = "Autorización"
  238. '
  239. 'cbxEstadoDocumento
  240. '
  241. Me.cbxEstadoDocumento.DisplayMember = "Nombre"
  242. Me.cbxEstadoDocumento.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  243. Me.cbxEstadoDocumento.Enabled = False
  244. Me.cbxEstadoDocumento.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  245. Me.cbxEstadoDocumento.FormattingEnabled = True
  246. Me.cbxEstadoDocumento.Location = New System.Drawing.Point(543, 113)
  247. Me.cbxEstadoDocumento.MaxLength = 100000
  248. Me.cbxEstadoDocumento.Name = "cbxEstadoDocumento"
  249. Me.cbxEstadoDocumento.Size = New System.Drawing.Size(150, 21)
  250. Me.cbxEstadoDocumento.TabIndex = 17
  251. '
  252. 'Label13
  253. '
  254. Me.Label13.AutoSize = True
  255. Me.Label13.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  256. Me.Label13.Location = New System.Drawing.Point(20, 270)
  257. Me.Label13.Name = "Label13"
  258. Me.Label13.Size = New System.Drawing.Size(130, 18)
  259. Me.Label13.TabIndex = 62
  260. Me.Label13.Text = "Origen de los Fondos"
  261. '
  262. 'cbxOrigenDeFondos
  263. '
  264. Me.cbxOrigenDeFondos.DisplayMember = "Nombre"
  265. Me.cbxOrigenDeFondos.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  266. Me.cbxOrigenDeFondos.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  267. Me.cbxOrigenDeFondos.FormattingEnabled = True
  268. Me.cbxOrigenDeFondos.Location = New System.Drawing.Point(163, 269)
  269. Me.cbxOrigenDeFondos.Name = "cbxOrigenDeFondos"
  270. Me.cbxOrigenDeFondos.Size = New System.Drawing.Size(150, 21)
  271. Me.cbxOrigenDeFondos.TabIndex = 10
  272. '
  273. 'Label12
  274. '
  275. Me.Label12.AutoSize = True
  276. Me.Label12.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  277. Me.Label12.Location = New System.Drawing.Point(20, 342)
  278. Me.Label12.Name = "Label12"
  279. Me.Label12.Size = New System.Drawing.Size(78, 18)
  280. Me.Label12.TabIndex = 61
  281. Me.Label12.Text = "Calificadora"
  282. '
  283. 'Label11
  284. '
  285. Me.Label11.AutoSize = True
  286. Me.Label11.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  287. Me.Label11.Location = New System.Drawing.Point(20, 318)
  288. Me.Label11.Name = "Label11"
  289. Me.Label11.Size = New System.Drawing.Size(137, 18)
  290. Me.Label11.TabIndex = 60
  291. Me.Label11.Text = "Calificación de Riesgo"
  292. '
  293. 'cbxCalificacionDeRiesgo
  294. '
  295. Me.cbxCalificacionDeRiesgo.DataSource = Me.CALRIBindingSource
  296. Me.cbxCalificacionDeRiesgo.DisplayMember = "Descrip"
  297. Me.cbxCalificacionDeRiesgo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  298. Me.cbxCalificacionDeRiesgo.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  299. Me.cbxCalificacionDeRiesgo.FormattingEnabled = True
  300. Me.cbxCalificacionDeRiesgo.Location = New System.Drawing.Point(163, 317)
  301. Me.cbxCalificacionDeRiesgo.Name = "cbxCalificacionDeRiesgo"
  302. Me.cbxCalificacionDeRiesgo.Size = New System.Drawing.Size(150, 21)
  303. Me.cbxCalificacionDeRiesgo.TabIndex = 12
  304. Me.cbxCalificacionDeRiesgo.ValueMember = "CodCalRi"
  305. '
  306. 'CALRIBindingSource
  307. '
  308. Me.CALRIBindingSource.DataMember = "CALRI"
  309. Me.CALRIBindingSource.DataSource = Me.InversionesDataSet1
  310. '
  311. 'Label7
  312. '
  313. Me.Label7.AutoSize = True
  314. Me.Label7.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  315. Me.Label7.Location = New System.Drawing.Point(20, 295)
  316. Me.Label7.Name = "Label7"
  317. Me.Label7.Size = New System.Drawing.Size(48, 18)
  318. Me.Label7.TabIndex = 59
  319. Me.Label7.Text = "Emisor"
  320. '
  321. 'Label6
  322. '
  323. Me.Label6.AutoSize = True
  324. Me.Label6.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  325. Me.Label6.Location = New System.Drawing.Point(20, 132)
  326. Me.Label6.Name = "Label6"
  327. Me.Label6.Size = New System.Drawing.Size(79, 18)
  328. Me.Label6.TabIndex = 58
  329. Me.Label6.Text = "Instrumento"
  330. '
  331. 'Label5
  332. '
  333. Me.Label5.AutoSize = True
  334. Me.Label5.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  335. Me.Label5.Location = New System.Drawing.Point(20, 85)
  336. Me.Label5.Name = "Label5"
  337. Me.Label5.Size = New System.Drawing.Size(58, 18)
  338. Me.Label5.TabIndex = 55
  339. Me.Label5.Text = "Empresa"
  340. '
  341. 'txtCodigoInversion
  342. '
  343. Me.txtCodigoInversion.Location = New System.Drawing.Point(543, 87)
  344. Me.txtCodigoInversion.Name = "txtCodigoInversion"
  345. Me.txtCodigoInversion.ReadOnly = True
  346. Me.txtCodigoInversion.Size = New System.Drawing.Size(150, 20)
  347. Me.txtCodigoInversion.TabIndex = 0
  348. '
  349. 'Label4
  350. '
  351. Me.Label4.AutoSize = True
  352. Me.Label4.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  353. Me.Label4.Location = New System.Drawing.Point(441, 87)
  354. Me.Label4.Name = "Label4"
  355. Me.Label4.Size = New System.Drawing.Size(48, 18)
  356. Me.Label4.TabIndex = 54
  357. Me.Label4.Text = "Código"
  358. '
  359. 'txtAsunto
  360. '
  361. Me.txtAsunto.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  362. Me.txtAsunto.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  363. Me.txtAsunto.Location = New System.Drawing.Point(163, 108)
  364. Me.txtAsunto.Name = "txtAsunto"
  365. Me.txtAsunto.Size = New System.Drawing.Size(150, 20)
  366. Me.txtAsunto.TabIndex = 2
  367. '
  368. 'Label2
  369. '
  370. Me.Label2.AutoSize = True
  371. Me.Label2.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  372. Me.Label2.Location = New System.Drawing.Point(20, 109)
  373. Me.Label2.Name = "Label2"
  374. Me.Label2.Size = New System.Drawing.Size(48, 18)
  375. Me.Label2.TabIndex = 53
  376. Me.Label2.Text = "Asunto"
  377. '
  378. 'txtComentarios
  379. '
  380. Me.txtComentarios.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  381. Me.txtComentarios.Location = New System.Drawing.Point(23, 451)
  382. Me.txtComentarios.Multiline = True
  383. Me.txtComentarios.Name = "txtComentarios"
  384. Me.txtComentarios.Size = New System.Drawing.Size(312, 72)
  385. Me.txtComentarios.TabIndex = 15
  386. '
  387. 'Label9
  388. '
  389. Me.Label9.AutoSize = True
  390. Me.Label9.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  391. Me.Label9.Location = New System.Drawing.Point(23, 430)
  392. Me.Label9.Name = "Label9"
  393. Me.Label9.Size = New System.Drawing.Size(82, 18)
  394. Me.Label9.TabIndex = 67
  395. Me.Label9.Text = "Comentarios"
  396. '
  397. 'txtJustificacion
  398. '
  399. Me.txtJustificacion.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  400. Me.txtJustificacion.Location = New System.Drawing.Point(375, 451)
  401. Me.txtJustificacion.Multiline = True
  402. Me.txtJustificacion.Name = "txtJustificacion"
  403. Me.txtJustificacion.Size = New System.Drawing.Size(322, 72)
  404. Me.txtJustificacion.TabIndex = 14
  405. '
  406. 'Label8
  407. '
  408. Me.Label8.AutoSize = True
  409. Me.Label8.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  410. Me.Label8.Location = New System.Drawing.Point(372, 426)
  411. Me.Label8.Name = "Label8"
  412. Me.Label8.Size = New System.Drawing.Size(82, 18)
  413. Me.Label8.TabIndex = 66
  414. Me.Label8.Text = "Justificación"
  415. '
  416. 'txtMontoInversion
  417. '
  418. Me.txtMontoInversion.Location = New System.Drawing.Point(163, 155)
  419. Me.txtMontoInversion.Name = "txtMontoInversion"
  420. Me.txtMontoInversion.Size = New System.Drawing.Size(150, 20)
  421. Me.txtMontoInversion.TabIndex = 4
  422. '
  423. 'Label10
  424. '
  425. Me.Label10.AutoSize = True
  426. Me.Label10.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  427. Me.Label10.Location = New System.Drawing.Point(20, 156)
  428. Me.Label10.Name = "Label10"
  429. Me.Label10.Size = New System.Drawing.Size(102, 18)
  430. Me.Label10.TabIndex = 69
  431. Me.Label10.Text = "Monto Inversión"
  432. '
  433. 'txtPrecio
  434. '
  435. Me.txtPrecio.Location = New System.Drawing.Point(163, 177)
  436. Me.txtPrecio.Name = "txtPrecio"
  437. Me.txtPrecio.Size = New System.Drawing.Size(150, 20)
  438. Me.txtPrecio.TabIndex = 5
  439. '
  440. 'Label19
  441. '
  442. Me.Label19.AutoSize = True
  443. Me.Label19.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  444. Me.Label19.Location = New System.Drawing.Point(20, 178)
  445. Me.Label19.Name = "Label19"
  446. Me.Label19.Size = New System.Drawing.Size(43, 18)
  447. Me.Label19.TabIndex = 71
  448. Me.Label19.Text = "Precio"
  449. '
  450. 'txtRendimiento
  451. '
  452. Me.txtRendimiento.Location = New System.Drawing.Point(163, 199)
  453. Me.txtRendimiento.Name = "txtRendimiento"
  454. Me.txtRendimiento.Size = New System.Drawing.Size(150, 20)
  455. Me.txtRendimiento.TabIndex = 6
  456. '
  457. 'Label14
  458. '
  459. Me.Label14.AutoSize = True
  460. Me.Label14.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  461. Me.Label14.Location = New System.Drawing.Point(20, 200)
  462. Me.Label14.Name = "Label14"
  463. Me.Label14.Size = New System.Drawing.Size(138, 18)
  464. Me.Label14.TabIndex = 73
  465. Me.Label14.Text = "Rendimiento Esperado"
  466. '
  467. 'btnDetalleIF
  468. '
  469. Me.btnDetalleIF.Location = New System.Drawing.Point(319, 131)
  470. Me.btnDetalleIF.Name = "btnDetalleIF"
  471. Me.btnDetalleIF.Size = New System.Drawing.Size(30, 23)
  472. Me.btnDetalleIF.TabIndex = 0
  473. Me.btnDetalleIF.Text = "..."
  474. Me.btnDetalleIF.UseVisualStyleBackColor = True
  475. '
  476. 'dtpFechaDocumento
  477. '
  478. Me.dtpFechaDocumento.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  479. Me.dtpFechaDocumento.Location = New System.Drawing.Point(543, 168)
  480. Me.dtpFechaDocumento.Name = "dtpFechaDocumento"
  481. Me.dtpFechaDocumento.Size = New System.Drawing.Size(150, 20)
  482. Me.dtpFechaDocumento.TabIndex = 18
  483. '
  484. 'Label1
  485. '
  486. Me.Label1.AutoSize = True
  487. Me.Label1.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  488. Me.Label1.Location = New System.Drawing.Point(442, 168)
  489. Me.Label1.Name = "Label1"
  490. Me.Label1.Size = New System.Drawing.Size(42, 18)
  491. Me.Label1.TabIndex = 76
  492. Me.Label1.Text = "Fecha"
  493. '
  494. 'Label3
  495. '
  496. Me.Label3.AutoSize = True
  497. Me.Label3.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  498. Me.Label3.Location = New System.Drawing.Point(20, 223)
  499. Me.Label3.Name = "Label3"
  500. Me.Label3.Size = New System.Drawing.Size(38, 18)
  501. Me.Label3.TabIndex = 78
  502. Me.Label3.Text = "Plazo"
  503. '
  504. 'cbxPlazosFactor
  505. '
  506. Me.cbxPlazosFactor.DisplayMember = "Nombre"
  507. Me.cbxPlazosFactor.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  508. Me.cbxPlazosFactor.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  509. Me.cbxPlazosFactor.FormattingEnabled = True
  510. Me.cbxPlazosFactor.Location = New System.Drawing.Point(209, 222)
  511. Me.cbxPlazosFactor.Name = "cbxPlazosFactor"
  512. Me.cbxPlazosFactor.Size = New System.Drawing.Size(104, 21)
  513. Me.cbxPlazosFactor.TabIndex = 8
  514. '
  515. 'txtIngresos
  516. '
  517. Me.txtIngresos.Location = New System.Drawing.Point(163, 246)
  518. Me.txtIngresos.Name = "txtIngresos"
  519. Me.txtIngresos.Size = New System.Drawing.Size(150, 20)
  520. Me.txtIngresos.TabIndex = 9
  521. '
  522. 'Label15
  523. '
  524. Me.Label15.AutoSize = True
  525. Me.Label15.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  526. Me.Label15.Location = New System.Drawing.Point(20, 247)
  527. Me.Label15.Name = "Label15"
  528. Me.Label15.Size = New System.Drawing.Size(120, 18)
  529. Me.Label15.TabIndex = 80
  530. Me.Label15.Text = "Ingresos Esperados"
  531. '
  532. 'txtPlazoNumero
  533. '
  534. Me.txtPlazoNumero.Location = New System.Drawing.Point(163, 222)
  535. Me.txtPlazoNumero.Name = "txtPlazoNumero"
  536. Me.txtPlazoNumero.Size = New System.Drawing.Size(40, 20)
  537. Me.txtPlazoNumero.TabIndex = 7
  538. '
  539. 'lblMontoInversionErr
  540. '
  541. Me.lblMontoInversionErr.AutoSize = True
  542. Me.lblMontoInversionErr.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  543. Me.lblMontoInversionErr.ForeColor = System.Drawing.Color.Red
  544. Me.lblMontoInversionErr.Location = New System.Drawing.Point(319, 156)
  545. Me.lblMontoInversionErr.Name = "lblMontoInversionErr"
  546. Me.lblMontoInversionErr.Size = New System.Drawing.Size(93, 18)
  547. Me.lblMontoInversionErr.TabIndex = 82
  548. Me.lblMontoInversionErr.Text = "Valor no válido"
  549. Me.lblMontoInversionErr.Visible = False
  550. '
  551. 'lblPrecioErr
  552. '
  553. Me.lblPrecioErr.AutoSize = True
  554. Me.lblPrecioErr.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  555. Me.lblPrecioErr.ForeColor = System.Drawing.Color.Red
  556. Me.lblPrecioErr.Location = New System.Drawing.Point(319, 178)
  557. Me.lblPrecioErr.Name = "lblPrecioErr"
  558. Me.lblPrecioErr.Size = New System.Drawing.Size(93, 18)
  559. Me.lblPrecioErr.TabIndex = 83
  560. Me.lblPrecioErr.Text = "Valor no válido"
  561. Me.lblPrecioErr.Visible = False
  562. '
  563. 'lblRendimientoErr
  564. '
  565. Me.lblRendimientoErr.AutoSize = True
  566. Me.lblRendimientoErr.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  567. Me.lblRendimientoErr.ForeColor = System.Drawing.Color.Red
  568. Me.lblRendimientoErr.Location = New System.Drawing.Point(319, 200)
  569. Me.lblRendimientoErr.Name = "lblRendimientoErr"
  570. Me.lblRendimientoErr.Size = New System.Drawing.Size(93, 18)
  571. Me.lblRendimientoErr.TabIndex = 84
  572. Me.lblRendimientoErr.Text = "Valor no válido"
  573. Me.lblRendimientoErr.Visible = False
  574. '
  575. 'lblingresosErr
  576. '
  577. Me.lblingresosErr.AutoSize = True
  578. Me.lblingresosErr.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  579. Me.lblingresosErr.ForeColor = System.Drawing.Color.Red
  580. Me.lblingresosErr.Location = New System.Drawing.Point(319, 247)
  581. Me.lblingresosErr.Name = "lblingresosErr"
  582. Me.lblingresosErr.Size = New System.Drawing.Size(93, 18)
  583. Me.lblingresosErr.TabIndex = 85
  584. Me.lblingresosErr.Text = "Valor no válido"
  585. Me.lblingresosErr.Visible = False
  586. '
  587. 'lblPlazoErrr
  588. '
  589. Me.lblPlazoErrr.AutoSize = True
  590. Me.lblPlazoErrr.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  591. Me.lblPlazoErrr.ForeColor = System.Drawing.Color.Red
  592. Me.lblPlazoErrr.Location = New System.Drawing.Point(319, 223)
  593. Me.lblPlazoErrr.Name = "lblPlazoErrr"
  594. Me.lblPlazoErrr.Size = New System.Drawing.Size(93, 18)
  595. Me.lblPlazoErrr.TabIndex = 86
  596. Me.lblPlazoErrr.Text = "Valor no válido"
  597. Me.lblPlazoErrr.Visible = False
  598. '
  599. 'btnAccion
  600. '
  601. Me.btnAccion.Location = New System.Drawing.Point(12, 3)
  602. Me.btnAccion.Name = "btnAccion"
  603. Me.btnAccion.Size = New System.Drawing.Size(75, 23)
  604. Me.btnAccion.TabIndex = 18
  605. Me.btnAccion.Text = "Aceptar"
  606. Me.btnAccion.UseVisualStyleBackColor = True
  607. '
  608. 'btnCancelar
  609. '
  610. Me.btnCancelar.DialogResult = System.Windows.Forms.DialogResult.Cancel
  611. Me.btnCancelar.Location = New System.Drawing.Point(95, 3)
  612. Me.btnCancelar.Name = "btnCancelar"
  613. Me.btnCancelar.Size = New System.Drawing.Size(75, 23)
  614. Me.btnCancelar.TabIndex = 19
  615. Me.btnCancelar.Text = "Cancelar"
  616. Me.btnCancelar.UseVisualStyleBackColor = True
  617. '
  618. 'Label16
  619. '
  620. Me.Label16.AutoSize = True
  621. Me.Label16.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  622. Me.Label16.Location = New System.Drawing.Point(440, 143)
  623. Me.Label16.Name = "Label16"
  624. Me.Label16.Size = New System.Drawing.Size(96, 18)
  625. Me.Label16.TabIndex = 89
  626. Me.Label16.Text = "Tipo Operación"
  627. '
  628. 'cbxTipoOperacion
  629. '
  630. Me.cbxTipoOperacion.DisplayMember = "Nombre"
  631. Me.cbxTipoOperacion.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  632. Me.cbxTipoOperacion.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  633. Me.cbxTipoOperacion.FormattingEnabled = True
  634. Me.cbxTipoOperacion.Location = New System.Drawing.Point(543, 140)
  635. Me.cbxTipoOperacion.Name = "cbxTipoOperacion"
  636. Me.cbxTipoOperacion.Size = New System.Drawing.Size(150, 21)
  637. Me.cbxTipoOperacion.TabIndex = 88
  638. '
  639. 'Label17
  640. '
  641. Me.Label17.AutoSize = True
  642. Me.Label17.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  643. Me.Label17.Location = New System.Drawing.Point(442, 116)
  644. Me.Label17.Name = "Label17"
  645. Me.Label17.Size = New System.Drawing.Size(47, 18)
  646. Me.Label17.TabIndex = 90
  647. Me.Label17.Text = "Estado"
  648. '
  649. 'cbxAutorizacion
  650. '
  651. Me.cbxAutorizacion.DisplayMember = "Nombre"
  652. Me.cbxAutorizacion.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  653. Me.cbxAutorizacion.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  654. Me.cbxAutorizacion.FormattingEnabled = True
  655. Me.cbxAutorizacion.Location = New System.Drawing.Point(540, 196)
  656. Me.cbxAutorizacion.Name = "cbxAutorizacion"
  657. Me.cbxAutorizacion.Size = New System.Drawing.Size(150, 21)
  658. Me.cbxAutorizacion.TabIndex = 91
  659. '
  660. 'btnActivar
  661. '
  662. Me.btnActivar.BackColor = System.Drawing.Color.FromArgb(CType(CType(21, Byte), Integer), CType(CType(81, Byte), Integer), CType(CType(118, Byte), Integer))
  663. Me.btnActivar.FlatAppearance.BorderSize = 0
  664. Me.btnActivar.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  665. Me.btnActivar.ForeColor = System.Drawing.Color.White
  666. Me.btnActivar.Location = New System.Drawing.Point(55, 118)
  667. Me.btnActivar.Name = "btnActivar"
  668. Me.btnActivar.Size = New System.Drawing.Size(163, 33)
  669. Me.btnActivar.TabIndex = 155
  670. Me.btnActivar.Text = "Activar"
  671. Me.btnActivar.UseVisualStyleBackColor = False
  672. '
  673. 'Label20
  674. '
  675. Me.Label20.AutoSize = True
  676. Me.Label20.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  677. Me.Label20.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  678. Me.Label20.Location = New System.Drawing.Point(20, 390)
  679. Me.Label20.Name = "Label20"
  680. Me.Label20.Size = New System.Drawing.Size(86, 18)
  681. Me.Label20.TabIndex = 159
  682. Me.Label20.Text = "Tipo Mercado"
  683. '
  684. 'cbxTipoMercado
  685. '
  686. Me.cbxTipoMercado.DisplayMember = "Nombre"
  687. Me.cbxTipoMercado.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  688. Me.cbxTipoMercado.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  689. Me.cbxTipoMercado.FormattingEnabled = True
  690. Me.cbxTipoMercado.Location = New System.Drawing.Point(163, 389)
  691. Me.cbxTipoMercado.Name = "cbxTipoMercado"
  692. Me.cbxTipoMercado.Size = New System.Drawing.Size(150, 21)
  693. Me.cbxTipoMercado.TabIndex = 158
  694. Me.cbxTipoMercado.ValueMember = "Codigo"
  695. '
  696. 'Label21
  697. '
  698. Me.Label21.AutoSize = True
  699. Me.Label21.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  700. Me.Label21.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  701. Me.Label21.Location = New System.Drawing.Point(20, 366)
  702. Me.Label21.Name = "Label21"
  703. Me.Label21.Size = New System.Drawing.Size(31, 18)
  704. Me.Label21.TabIndex = 157
  705. Me.Label21.Text = "Pais"
  706. '
  707. 'cbxPaises
  708. '
  709. Me.cbxPaises.DataSource = Me.PAISBindingSource
  710. Me.cbxPaises.DisplayMember = "Descrip"
  711. Me.cbxPaises.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  712. Me.cbxPaises.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  713. Me.cbxPaises.FormattingEnabled = True
  714. Me.cbxPaises.Location = New System.Drawing.Point(163, 365)
  715. Me.cbxPaises.Name = "cbxPaises"
  716. Me.cbxPaises.Size = New System.Drawing.Size(150, 21)
  717. Me.cbxPaises.TabIndex = 156
  718. Me.cbxPaises.ValueMember = "CodPais"
  719. '
  720. 'PAISBindingSource
  721. '
  722. Me.PAISBindingSource.DataMember = "PAIS"
  723. Me.PAISBindingSource.DataSource = Me.InversionesDataSet1
  724. '
  725. 'Label22
  726. '
  727. Me.Label22.AutoSize = True
  728. Me.Label22.Font = New System.Drawing.Font("Trebuchet MS", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  729. Me.Label22.Location = New System.Drawing.Point(19, 44)
  730. Me.Label22.Name = "Label22"
  731. Me.Label22.Size = New System.Drawing.Size(264, 24)
  732. Me.Label22.TabIndex = 160
  733. Me.Label22.Text = "Propuestas de Inversión BAK"
  734. '
  735. 'pnlPie
  736. '
  737. Me.pnlPie.Controls.Add(Me.btnCancelar)
  738. Me.pnlPie.Controls.Add(Me.btnAccion)
  739. Me.pnlPie.Dock = System.Windows.Forms.DockStyle.Bottom
  740. Me.pnlPie.Location = New System.Drawing.Point(0, 539)
  741. Me.pnlPie.Name = "pnlPie"
  742. Me.pnlPie.Size = New System.Drawing.Size(715, 60)
  743. Me.pnlPie.TabIndex = 161
  744. '
  745. 'txtNombre
  746. '
  747. Me.txtNombre.Location = New System.Drawing.Point(117, 14)
  748. Me.txtNombre.Name = "txtNombre"
  749. Me.txtNombre.Size = New System.Drawing.Size(150, 20)
  750. Me.txtNombre.TabIndex = 162
  751. '
  752. 'Label23
  753. '
  754. Me.Label23.AutoSize = True
  755. Me.Label23.Font = New System.Drawing.Font("Trebuchet MS", 9.75!)
  756. Me.Label23.Location = New System.Drawing.Point(17, 17)
  757. Me.Label23.Name = "Label23"
  758. Me.Label23.Size = New System.Drawing.Size(53, 18)
  759. Me.Label23.TabIndex = 163
  760. Me.Label23.Text = "Nombre"
  761. '
  762. 'cbxRenta
  763. '
  764. Me.cbxRenta.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  765. Me.cbxRenta.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  766. Me.cbxRenta.FormattingEnabled = True
  767. Me.cbxRenta.Location = New System.Drawing.Point(117, 61)
  768. Me.cbxRenta.Name = "cbxRenta"
  769. Me.cbxRenta.Size = New System.Drawing.Size(150, 21)
  770. Me.cbxRenta.TabIndex = 164
  771. '
  772. 'cbxTasa
  773. '
  774. Me.cbxTasa.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  775. Me.cbxTasa.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  776. Me.cbxTasa.FormattingEnabled = True
  777. Me.cbxTasa.Location = New System.Drawing.Point(117, 88)
  778. Me.cbxTasa.Name = "cbxTasa"
  779. Me.cbxTasa.Size = New System.Drawing.Size(150, 21)
  780. Me.cbxTasa.TabIndex = 166
  781. '
  782. 'cbxPeriodicidad
  783. '
  784. Me.cbxPeriodicidad.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  785. Me.cbxPeriodicidad.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  786. Me.cbxPeriodicidad.FormattingEnabled = True
  787. Me.cbxPeriodicidad.Location = New System.Drawing.Point(117, 39)
  788. Me.cbxPeriodicidad.Name = "cbxPeriodicidad"
  789. Me.cbxPeriodicidad.Size = New System.Drawing.Size(150, 21)
  790. Me.cbxPeriodicidad.TabIndex = 167
  791. '
  792. 'Label25
  793. '
  794. Me.Label25.AutoSize = True
  795. Me.Label25.Font = New System.Drawing.Font("Trebuchet MS", 9.75!)
  796. Me.Label25.Location = New System.Drawing.Point(18, 40)
  797. Me.Label25.Name = "Label25"
  798. Me.Label25.Size = New System.Drawing.Size(79, 18)
  799. Me.Label25.TabIndex = 169
  800. Me.Label25.Text = "Periodicidad"
  801. '
  802. 'Label27
  803. '
  804. Me.Label27.AutoSize = True
  805. Me.Label27.Font = New System.Drawing.Font("Trebuchet MS", 9.75!)
  806. Me.Label27.Location = New System.Drawing.Point(15, 64)
  807. Me.Label27.Name = "Label27"
  808. Me.Label27.Size = New System.Drawing.Size(70, 18)
  809. Me.Label27.TabIndex = 171
  810. Me.Label27.Text = "Tipo Renta"
  811. '
  812. 'Label28
  813. '
  814. Me.Label28.AutoSize = True
  815. Me.Label28.Font = New System.Drawing.Font("Trebuchet MS", 9.75!)
  816. Me.Label28.Location = New System.Drawing.Point(15, 91)
  817. Me.Label28.Name = "Label28"
  818. Me.Label28.Size = New System.Drawing.Size(63, 18)
  819. Me.Label28.TabIndex = 172
  820. Me.Label28.Text = "Tipo Tasa"
  821. '
  822. 'oBindingNavigator
  823. '
  824. Me.oBindingNavigator.AddNewItem = Me.navNuevoRegistro
  825. Me.oBindingNavigator.BindingSource = Me.PIN0BindingSource
  826. Me.oBindingNavigator.CountItem = Me.BindingNavigatorCountItem
  827. Me.oBindingNavigator.DeleteItem = Nothing
  828. Me.oBindingNavigator.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.navVistaPreliminar, Me.navImprimir, 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})
  829. Me.oBindingNavigator.Location = New System.Drawing.Point(0, 0)
  830. Me.oBindingNavigator.MoveFirstItem = Me.navPrimerRegistro
  831. Me.oBindingNavigator.MoveLastItem = Me.navUltimoRegistro
  832. Me.oBindingNavigator.MoveNextItem = navSiguienteRegistro
  833. Me.oBindingNavigator.MovePreviousItem = Me.navRegistroAnterior
  834. Me.oBindingNavigator.Name = "oBindingNavigator"
  835. Me.oBindingNavigator.PositionItem = Me.BindingNavigatorPositionItem
  836. Me.oBindingNavigator.Size = New System.Drawing.Size(715, 25)
  837. Me.oBindingNavigator.TabIndex = 173
  838. Me.oBindingNavigator.Text = "BindingNavigator1"
  839. '
  840. 'navNuevoRegistro
  841. '
  842. Me.navNuevoRegistro.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  843. Me.navNuevoRegistro.Enabled = False
  844. Me.navNuevoRegistro.Image = CType(resources.GetObject("navNuevoRegistro.Image"), System.Drawing.Image)
  845. Me.navNuevoRegistro.Name = "navNuevoRegistro"
  846. Me.navNuevoRegistro.RightToLeftAutoMirrorImage = True
  847. Me.navNuevoRegistro.Size = New System.Drawing.Size(23, 22)
  848. Me.navNuevoRegistro.Text = "Agregar nuevo"
  849. Me.navNuevoRegistro.Visible = False
  850. '
  851. 'BindingNavigatorCountItem
  852. '
  853. Me.BindingNavigatorCountItem.Name = "BindingNavigatorCountItem"
  854. Me.BindingNavigatorCountItem.Size = New System.Drawing.Size(37, 22)
  855. Me.BindingNavigatorCountItem.Text = "de {0}"
  856. Me.BindingNavigatorCountItem.ToolTipText = "Número total de elementos"
  857. '
  858. 'navVistaPreliminar
  859. '
  860. Me.navVistaPreliminar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  861. Me.navVistaPreliminar.Image = Global.Inversiones.My.Resources.Resources.FILEprintp
  862. Me.navVistaPreliminar.ImageTransparentColor = System.Drawing.Color.Magenta
  863. Me.navVistaPreliminar.Name = "navVistaPreliminar"
  864. Me.navVistaPreliminar.Size = New System.Drawing.Size(23, 22)
  865. Me.navVistaPreliminar.Text = "ToolStripButton1"
  866. '
  867. 'navImprimir
  868. '
  869. Me.navImprimir.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  870. Me.navImprimir.Image = Global.Inversiones.My.Resources.Resources.FILEprint
  871. Me.navImprimir.ImageTransparentColor = System.Drawing.Color.Magenta
  872. Me.navImprimir.Name = "navImprimir"
  873. Me.navImprimir.Size = New System.Drawing.Size(23, 22)
  874. Me.navImprimir.Text = "ToolStripButton2"
  875. '
  876. 'navPrimerRegistro
  877. '
  878. Me.navPrimerRegistro.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  879. Me.navPrimerRegistro.Image = CType(resources.GetObject("navPrimerRegistro.Image"), System.Drawing.Image)
  880. Me.navPrimerRegistro.Name = "navPrimerRegistro"
  881. Me.navPrimerRegistro.RightToLeftAutoMirrorImage = True
  882. Me.navPrimerRegistro.Size = New System.Drawing.Size(23, 22)
  883. Me.navPrimerRegistro.Text = "Mover primero"
  884. '
  885. 'navRegistroAnterior
  886. '
  887. Me.navRegistroAnterior.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  888. Me.navRegistroAnterior.Image = CType(resources.GetObject("navRegistroAnterior.Image"), System.Drawing.Image)
  889. Me.navRegistroAnterior.Name = "navRegistroAnterior"
  890. Me.navRegistroAnterior.RightToLeftAutoMirrorImage = True
  891. Me.navRegistroAnterior.Size = New System.Drawing.Size(23, 22)
  892. Me.navRegistroAnterior.Text = "Mover anterior"
  893. '
  894. 'BindingNavigatorSeparator
  895. '
  896. Me.BindingNavigatorSeparator.Name = "BindingNavigatorSeparator"
  897. Me.BindingNavigatorSeparator.Size = New System.Drawing.Size(6, 25)
  898. '
  899. 'BindingNavigatorPositionItem
  900. '
  901. Me.BindingNavigatorPositionItem.AccessibleName = "Posición"
  902. Me.BindingNavigatorPositionItem.AutoSize = False
  903. Me.BindingNavigatorPositionItem.Name = "BindingNavigatorPositionItem"
  904. Me.BindingNavigatorPositionItem.Size = New System.Drawing.Size(50, 23)
  905. Me.BindingNavigatorPositionItem.Text = "0"
  906. Me.BindingNavigatorPositionItem.ToolTipText = "Posición actual"
  907. '
  908. 'BindingNavigatorSeparator1
  909. '
  910. Me.BindingNavigatorSeparator1.Name = "BindingNavigatorSeparator1"
  911. Me.BindingNavigatorSeparator1.Size = New System.Drawing.Size(6, 25)
  912. '
  913. 'navUltimoRegistro
  914. '
  915. Me.navUltimoRegistro.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  916. Me.navUltimoRegistro.Image = CType(resources.GetObject("navUltimoRegistro.Image"), System.Drawing.Image)
  917. Me.navUltimoRegistro.Name = "navUltimoRegistro"
  918. Me.navUltimoRegistro.RightToLeftAutoMirrorImage = True
  919. Me.navUltimoRegistro.Size = New System.Drawing.Size(23, 22)
  920. Me.navUltimoRegistro.Text = "Mover último"
  921. '
  922. 'BindingNavigatorSeparator2
  923. '
  924. Me.BindingNavigatorSeparator2.Name = "BindingNavigatorSeparator2"
  925. Me.BindingNavigatorSeparator2.Size = New System.Drawing.Size(6, 25)
  926. '
  927. 'navModificar
  928. '
  929. Me.navModificar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  930. Me.navModificar.Image = CType(resources.GetObject("navModificar.Image"), System.Drawing.Image)
  931. Me.navModificar.ImageTransparentColor = System.Drawing.Color.Magenta
  932. Me.navModificar.Name = "navModificar"
  933. Me.navModificar.Size = New System.Drawing.Size(23, 22)
  934. Me.navModificar.Text = "Modificar"
  935. '
  936. 'navEliminarRegistro
  937. '
  938. Me.navEliminarRegistro.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  939. Me.navEliminarRegistro.Enabled = False
  940. Me.navEliminarRegistro.Image = CType(resources.GetObject("navEliminarRegistro.Image"), System.Drawing.Image)
  941. Me.navEliminarRegistro.Name = "navEliminarRegistro"
  942. Me.navEliminarRegistro.RightToLeftAutoMirrorImage = True
  943. Me.navEliminarRegistro.Size = New System.Drawing.Size(23, 22)
  944. Me.navEliminarRegistro.Text = "Eliminar"
  945. Me.navEliminarRegistro.Visible = False
  946. '
  947. 'navNuevo
  948. '
  949. Me.navNuevo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  950. Me.navNuevo.Image = CType(resources.GetObject("navNuevo.Image"), System.Drawing.Image)
  951. Me.navNuevo.ImageTransparentColor = System.Drawing.Color.Magenta
  952. Me.navNuevo.Name = "navNuevo"
  953. Me.navNuevo.Size = New System.Drawing.Size(23, 22)
  954. Me.navNuevo.Text = "Nuevo"
  955. '
  956. 'navBuscar
  957. '
  958. Me.navBuscar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  959. Me.navBuscar.Image = CType(resources.GetObject("navBuscar.Image"), System.Drawing.Image)
  960. Me.navBuscar.ImageTransparentColor = System.Drawing.Color.Magenta
  961. Me.navBuscar.Name = "navBuscar"
  962. Me.navBuscar.Size = New System.Drawing.Size(23, 22)
  963. Me.navBuscar.Text = "Buscar"
  964. Me.navBuscar.ToolTipText = "Buscar"
  965. '
  966. 'navEliminar
  967. '
  968. Me.navEliminar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  969. Me.navEliminar.Image = CType(resources.GetObject("navEliminar.Image"), System.Drawing.Image)
  970. Me.navEliminar.ImageTransparentColor = System.Drawing.Color.Magenta
  971. Me.navEliminar.Name = "navEliminar"
  972. Me.navEliminar.Size = New System.Drawing.Size(23, 22)
  973. Me.navEliminar.Text = "Eliminar"
  974. '
  975. 'gpbInversión
  976. '
  977. Me.gpbInversión.Controls.Add(Me.btnRequisicionDePago)
  978. Me.gpbInversión.Controls.Add(Me.Label25)
  979. Me.gpbInversión.Controls.Add(Me.Label28)
  980. Me.gpbInversión.Controls.Add(Me.Label27)
  981. Me.gpbInversión.Controls.Add(Me.cbxPeriodicidad)
  982. Me.gpbInversión.Controls.Add(Me.cbxTasa)
  983. Me.gpbInversión.Controls.Add(Me.cbxRenta)
  984. Me.gpbInversión.Controls.Add(Me.Label23)
  985. Me.gpbInversión.Controls.Add(Me.txtNombre)
  986. Me.gpbInversión.Controls.Add(Me.btnActivar)
  987. Me.gpbInversión.Location = New System.Drawing.Point(430, 223)
  988. Me.gpbInversión.Name = "gpbInversión"
  989. Me.gpbInversión.Size = New System.Drawing.Size(273, 200)
  990. Me.gpbInversión.TabIndex = 174
  991. Me.gpbInversión.TabStop = False
  992. Me.gpbInversión.Text = "Combertir a Inversión"
  993. '
  994. 'chkUsuario
  995. '
  996. Me.chkUsuario.AutoSize = True
  997. Me.chkUsuario.Location = New System.Drawing.Point(547, 44)
  998. Me.chkUsuario.Name = "chkUsuario"
  999. Me.chkUsuario.Size = New System.Drawing.Size(132, 17)
  1000. Me.chkUsuario.TabIndex = 175
  1001. Me.chkUsuario.Text = "Usuario con privilegios"
  1002. Me.chkUsuario.UseVisualStyleBackColor = True
  1003. '
  1004. 'PIN0TableAdapter1
  1005. '
  1006. Me.PIN0TableAdapter1.ClearBeforeFill = True
  1007. '
  1008. 'EMPRTableAdapter
  1009. '
  1010. Me.EMPRTableAdapter.ClearBeforeFill = True
  1011. '
  1012. 'INFITableAdapter
  1013. '
  1014. Me.INFITableAdapter.ClearBeforeFill = True
  1015. '
  1016. 'EMISTableAdapter
  1017. '
  1018. Me.EMISTableAdapter.ClearBeforeFill = True
  1019. '
  1020. 'CALRITableAdapter
  1021. '
  1022. Me.CALRITableAdapter.ClearBeforeFill = True
  1023. '
  1024. 'ECALRITableAdapter
  1025. '
  1026. Me.ECALRITableAdapter.ClearBeforeFill = True
  1027. '
  1028. 'PAISTableAdapter
  1029. '
  1030. Me.PAISTableAdapter.ClearBeforeFill = True
  1031. '
  1032. 'btnRequisicionDePago
  1033. '
  1034. Me.btnRequisicionDePago.BackColor = System.Drawing.Color.FromArgb(CType(CType(21, Byte), Integer), CType(CType(81, Byte), Integer), CType(CType(118, Byte), Integer))
  1035. Me.btnRequisicionDePago.FlatAppearance.BorderSize = 0
  1036. Me.btnRequisicionDePago.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  1037. Me.btnRequisicionDePago.ForeColor = System.Drawing.Color.White
  1038. Me.btnRequisicionDePago.Location = New System.Drawing.Point(55, 154)
  1039. Me.btnRequisicionDePago.Name = "btnRequisicionDePago"
  1040. Me.btnRequisicionDePago.Size = New System.Drawing.Size(163, 33)
  1041. Me.btnRequisicionDePago.TabIndex = 173
  1042. Me.btnRequisicionDePago.Text = "Requisición de Pago"
  1043. Me.btnRequisicionDePago.UseVisualStyleBackColor = False
  1044. '
  1045. 'frmPIN_bak
  1046. '
  1047. Me.AcceptButton = Me.btnAccion
  1048. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  1049. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  1050. Me.AutoScroll = True
  1051. Me.CancelButton = Me.btnCancelar
  1052. Me.ClientSize = New System.Drawing.Size(715, 599)
  1053. Me.Controls.Add(Me.chkUsuario)
  1054. Me.Controls.Add(Me.Label4)
  1055. Me.Controls.Add(Me.gpbInversión)
  1056. Me.Controls.Add(Me.oBindingNavigator)
  1057. Me.Controls.Add(Me.txtCodigoInversion)
  1058. Me.Controls.Add(Me.pnlPie)
  1059. Me.Controls.Add(Me.Label22)
  1060. Me.Controls.Add(Me.cbxEstadoDocumento)
  1061. Me.Controls.Add(Me.Label20)
  1062. Me.Controls.Add(Me.Label18)
  1063. Me.Controls.Add(Me.cbxTipoMercado)
  1064. Me.Controls.Add(Me.Label21)
  1065. Me.Controls.Add(Me.cbxPaises)
  1066. Me.Controls.Add(Me.dtpFechaDocumento)
  1067. Me.Controls.Add(Me.lblPlazoErrr)
  1068. Me.Controls.Add(Me.lblingresosErr)
  1069. Me.Controls.Add(Me.Label1)
  1070. Me.Controls.Add(Me.lblRendimientoErr)
  1071. Me.Controls.Add(Me.cbxTipoOperacion)
  1072. Me.Controls.Add(Me.lblPrecioErr)
  1073. Me.Controls.Add(Me.lblMontoInversionErr)
  1074. Me.Controls.Add(Me.Label16)
  1075. Me.Controls.Add(Me.txtPlazoNumero)
  1076. Me.Controls.Add(Me.txtIngresos)
  1077. Me.Controls.Add(Me.Label17)
  1078. Me.Controls.Add(Me.Label15)
  1079. Me.Controls.Add(Me.cbxAutorizacion)
  1080. Me.Controls.Add(Me.Label3)
  1081. Me.Controls.Add(Me.cbxPlazosFactor)
  1082. Me.Controls.Add(Me.btnDetalleIF)
  1083. Me.Controls.Add(Me.txtRendimiento)
  1084. Me.Controls.Add(Me.Label14)
  1085. Me.Controls.Add(Me.txtPrecio)
  1086. Me.Controls.Add(Me.Label19)
  1087. Me.Controls.Add(Me.txtMontoInversion)
  1088. Me.Controls.Add(Me.Label10)
  1089. Me.Controls.Add(Me.txtComentarios)
  1090. Me.Controls.Add(Me.Label9)
  1091. Me.Controls.Add(Me.txtJustificacion)
  1092. Me.Controls.Add(Me.Label8)
  1093. Me.Controls.Add(Me.cbxCalificadoraDeRiesgo)
  1094. Me.Controls.Add(Me.cbxEmisores)
  1095. Me.Controls.Add(Me.cbxInstrumentosFinancieros)
  1096. Me.Controls.Add(Me.cbxEmpresas)
  1097. Me.Controls.Add(Me.Label13)
  1098. Me.Controls.Add(Me.cbxOrigenDeFondos)
  1099. Me.Controls.Add(Me.Label12)
  1100. Me.Controls.Add(Me.Label11)
  1101. Me.Controls.Add(Me.cbxCalificacionDeRiesgo)
  1102. Me.Controls.Add(Me.Label7)
  1103. Me.Controls.Add(Me.Label6)
  1104. Me.Controls.Add(Me.Label5)
  1105. Me.Controls.Add(Me.txtAsunto)
  1106. Me.Controls.Add(Me.Label2)
  1107. Me.Name = "frmPIN_bak"
  1108. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
  1109. Me.Text = "Propuesta de Inversión"
  1110. CType(Me.ECALRIBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
  1111. CType(Me.InversionesDataSet1, System.ComponentModel.ISupportInitialize).EndInit()
  1112. CType(Me.PIN0BindingSource, System.ComponentModel.ISupportInitialize).EndInit()
  1113. CType(Me.EMISBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
  1114. CType(Me.INFIBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
  1115. CType(Me.EMPRBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
  1116. CType(Me.CALRIBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
  1117. CType(Me.PAISBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
  1118. Me.pnlPie.ResumeLayout(False)
  1119. CType(Me.oBindingNavigator, System.ComponentModel.ISupportInitialize).EndInit()
  1120. Me.oBindingNavigator.ResumeLayout(False)
  1121. Me.oBindingNavigator.PerformLayout()
  1122. Me.gpbInversión.ResumeLayout(False)
  1123. Me.gpbInversión.PerformLayout()
  1124. Me.ResumeLayout(False)
  1125. Me.PerformLayout()
  1126. End Sub
  1127. Friend WithEvents cbxCalificadoraDeRiesgo As ComboBox
  1128. Friend WithEvents cbxEmisores As ComboBox
  1129. Friend WithEvents cbxInstrumentosFinancieros As ComboBox
  1130. Friend WithEvents cbxEmpresas As ComboBox
  1131. Friend WithEvents Label18 As Label
  1132. Friend WithEvents cbxEstadoDocumento As ComboBox
  1133. Friend WithEvents Label13 As Label
  1134. Friend WithEvents cbxOrigenDeFondos As ComboBox
  1135. Friend WithEvents Label12 As Label
  1136. Friend WithEvents Label11 As Label
  1137. Friend WithEvents cbxCalificacionDeRiesgo As ComboBox
  1138. Friend WithEvents Label7 As Label
  1139. Friend WithEvents Label6 As Label
  1140. Friend WithEvents Label5 As Label
  1141. Friend WithEvents txtCodigoInversion As TextBox
  1142. Friend WithEvents Label4 As Label
  1143. Friend WithEvents txtAsunto As TextBox
  1144. Friend WithEvents Label2 As Label
  1145. Friend WithEvents txtComentarios As TextBox
  1146. Friend WithEvents Label9 As Label
  1147. Friend WithEvents txtJustificacion As TextBox
  1148. Friend WithEvents Label8 As Label
  1149. Friend WithEvents txtMontoInversion As TextBox
  1150. Friend WithEvents Label10 As Label
  1151. Friend WithEvents txtPrecio As TextBox
  1152. Friend WithEvents Label19 As Label
  1153. Friend WithEvents txtRendimiento As TextBox
  1154. Friend WithEvents Label14 As Label
  1155. Friend WithEvents btnDetalleIF As Button
  1156. Friend WithEvents dtpFechaDocumento As DateTimePicker
  1157. Friend WithEvents Label1 As Label
  1158. Friend WithEvents Label3 As Label
  1159. Friend WithEvents cbxPlazosFactor As ComboBox
  1160. Friend WithEvents txtIngresos As TextBox
  1161. Friend WithEvents Label15 As Label
  1162. Friend WithEvents txtPlazoNumero As TextBox
  1163. Friend WithEvents lblMontoInversionErr As Label
  1164. Friend WithEvents lblPrecioErr As Label
  1165. Friend WithEvents lblRendimientoErr As Label
  1166. Friend WithEvents lblingresosErr As Label
  1167. Friend WithEvents lblPlazoErrr As Label
  1168. Friend WithEvents btnAccion As Button
  1169. Friend WithEvents btnCancelar As Button
  1170. Friend WithEvents Label16 As Label
  1171. Friend WithEvents cbxTipoOperacion As ComboBox
  1172. Friend WithEvents Label17 As Label
  1173. Friend WithEvents cbxAutorizacion As ComboBox
  1174. Friend WithEvents btnActivar As Button
  1175. Friend WithEvents Label20 As Label
  1176. Friend WithEvents cbxTipoMercado As ComboBox
  1177. Friend WithEvents Label21 As Label
  1178. Friend WithEvents cbxPaises As ComboBox
  1179. Friend WithEvents Label22 As Label
  1180. Friend WithEvents pnlPie As Panel
  1181. Friend WithEvents txtNombre As TextBox
  1182. Friend WithEvents Label23 As Label
  1183. Friend WithEvents cbxRenta As ComboBox
  1184. Friend WithEvents cbxTasa As ComboBox
  1185. Friend WithEvents cbxPeriodicidad As ComboBox
  1186. Friend WithEvents Label25 As Label
  1187. Friend WithEvents Label27 As Label
  1188. Friend WithEvents Label28 As Label
  1189. Friend WithEvents oBindingNavigator As BindingNavigator
  1190. Friend WithEvents navNuevoRegistro As ToolStripButton
  1191. Friend WithEvents BindingNavigatorCountItem As ToolStripLabel
  1192. Friend WithEvents navEliminarRegistro As ToolStripButton
  1193. Friend WithEvents navPrimerRegistro As ToolStripButton
  1194. Friend WithEvents navRegistroAnterior As ToolStripButton
  1195. Friend WithEvents BindingNavigatorSeparator As ToolStripSeparator
  1196. Friend WithEvents BindingNavigatorPositionItem As ToolStripTextBox
  1197. Friend WithEvents BindingNavigatorSeparator1 As ToolStripSeparator
  1198. Friend WithEvents navUltimoRegistro As ToolStripButton
  1199. Friend WithEvents BindingNavigatorSeparator2 As ToolStripSeparator
  1200. Friend WithEvents navModificar As ToolStripButton
  1201. Friend WithEvents navNuevo As ToolStripButton
  1202. Friend WithEvents navBuscar As ToolStripButton
  1203. Friend WithEvents navEliminar As ToolStripButton
  1204. Friend WithEvents navVistaPreliminar As ToolStripButton
  1205. Friend WithEvents gpbInversión As GroupBox
  1206. Friend WithEvents chkUsuario As CheckBox
  1207. Friend WithEvents PIN0BindingSource As BindingSource
  1208. Friend WithEvents InversionesDataSet1 As InversionesDataSet1
  1209. Friend WithEvents PIN0TableAdapter1 As InversionesDataSet1TableAdapters.PIN0TableAdapter
  1210. Friend WithEvents EMPRBindingSource As BindingSource
  1211. Friend WithEvents EMPRTableAdapter As InversionesDataSet1TableAdapters.EMPRTableAdapter
  1212. Friend WithEvents INFIBindingSource As BindingSource
  1213. Friend WithEvents INFITableAdapter As InversionesDataSet1TableAdapters.INFITableAdapter
  1214. Friend WithEvents EMISBindingSource As BindingSource
  1215. Friend WithEvents EMISTableAdapter As InversionesDataSet1TableAdapters.EMISTableAdapter
  1216. Friend WithEvents CALRIBindingSource As BindingSource
  1217. Friend WithEvents CALRITableAdapter As InversionesDataSet1TableAdapters.CALRITableAdapter
  1218. Friend WithEvents ECALRIBindingSource As BindingSource
  1219. Friend WithEvents ECALRITableAdapter As InversionesDataSet1TableAdapters.ECALRITableAdapter
  1220. Friend WithEvents PAISBindingSource As BindingSource
  1221. Friend WithEvents PAISTableAdapter As InversionesDataSet1TableAdapters.PAISTableAdapter
  1222. Friend WithEvents navImprimir As ToolStripButton
  1223. Friend WithEvents btnRequisicionDePago As Button
  1224. End Class