frmRendimientoFiltro.Designer.vb 58 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
  2. Partial Class frmRendimientoFiltro
  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.Panel1 = New System.Windows.Forms.Panel()
  23. Me.TbcRendimiento = New System.Windows.Forms.TabControl()
  24. Me.TbConfiguracion = New System.Windows.Forms.TabPage()
  25. Me.Panel2 = New System.Windows.Forms.Panel()
  26. Me.grpTipoRendimiento = New System.Windows.Forms.GroupBox()
  27. Me.rdbRendimientoDiario = New System.Windows.Forms.RadioButton()
  28. Me.rdbRendimientoGeneral = New System.Windows.Forms.RadioButton()
  29. Me.grpInstrumento = New System.Windows.Forms.GroupBox()
  30. Me.flpInstrumento = New System.Windows.Forms.FlowLayoutPanel()
  31. Me.grpMostrarTotales = New System.Windows.Forms.GroupBox()
  32. Me.grpTotales = New System.Windows.Forms.GroupBox()
  33. Me.chkPortafolioSinRenta = New System.Windows.Forms.CheckBox()
  34. Me.chkPortafolioSinLiquidez = New System.Windows.Forms.CheckBox()
  35. Me.chkPortafolio = New System.Windows.Forms.CheckBox()
  36. Me.grpEmpresasInstrumentos = New System.Windows.Forms.GroupBox()
  37. Me.grpEmpresa = New System.Windows.Forms.GroupBox()
  38. Me.flpEmpresa = New System.Windows.Forms.FlowLayoutPanel()
  39. Me.grpFechas = New System.Windows.Forms.GroupBox()
  40. Me.rdbDeshabilitarFecha = New System.Windows.Forms.RadioButton()
  41. Me.rdbRangoFechas = New System.Windows.Forms.RadioButton()
  42. Me.rdbFecha = New System.Windows.Forms.RadioButton()
  43. Me.Label1 = New System.Windows.Forms.Label()
  44. Me.dtpFecha = New System.Windows.Forms.DateTimePicker()
  45. Me.Label5 = New System.Windows.Forms.Label()
  46. Me.Label4 = New System.Windows.Forms.Label()
  47. Me.dtpFechaFinal = New System.Windows.Forms.DateTimePicker()
  48. Me.dtpFechaInicial = New System.Windows.Forms.DateTimePicker()
  49. Me.Panel3 = New System.Windows.Forms.Panel()
  50. Me.grpOtros = New System.Windows.Forms.GroupBox()
  51. Me.grpVigente = New System.Windows.Forms.GroupBox()
  52. Me.rdbVencidoAmbos = New System.Windows.Forms.RadioButton()
  53. Me.rdbVencido = New System.Windows.Forms.RadioButton()
  54. Me.rdbVigente = New System.Windows.Forms.RadioButton()
  55. Me.grpEstado = New System.Windows.Forms.GroupBox()
  56. Me.rdbCancelada = New System.Windows.Forms.RadioButton()
  57. Me.rdbRevision = New System.Windows.Forms.RadioButton()
  58. Me.rdbTodosEstado = New System.Windows.Forms.RadioButton()
  59. Me.rdbRechazado = New System.Windows.Forms.RadioButton()
  60. Me.rdbAprobado = New System.Windows.Forms.RadioButton()
  61. Me.rdbPendientes = New System.Windows.Forms.RadioButton()
  62. Me.grpLugar = New System.Windows.Forms.GroupBox()
  63. Me.rdbAmbosPais = New System.Windows.Forms.RadioButton()
  64. Me.rdbNacionales = New System.Windows.Forms.RadioButton()
  65. Me.rdbInternacionales = New System.Windows.Forms.RadioButton()
  66. Me.grpRenta = New System.Windows.Forms.GroupBox()
  67. Me.rdbAmbosRenta = New System.Windows.Forms.RadioButton()
  68. Me.rdbFija = New System.Windows.Forms.RadioButton()
  69. Me.rdbVariable = New System.Windows.Forms.RadioButton()
  70. Me.TbRendimientoGeneral = New System.Windows.Forms.TabPage()
  71. Me.txtRendSumaProducto = New System.Windows.Forms.TextBox()
  72. Me.lblRendSumaProducto = New System.Windows.Forms.Label()
  73. Me.grpAgrupamiento = New System.Windows.Forms.GroupBox()
  74. Me.chkTipoRenta = New System.Windows.Forms.CheckBox()
  75. Me.chkVigencia = New System.Windows.Forms.CheckBox()
  76. Me.chkFecha = New System.Windows.Forms.CheckBox()
  77. Me.chkEstado = New System.Windows.Forms.CheckBox()
  78. Me.chkNacionalidad = New System.Windows.Forms.CheckBox()
  79. Me.chkInstrumento = New System.Windows.Forms.CheckBox()
  80. Me.chkEmpresa = New System.Windows.Forms.CheckBox()
  81. Me.txtRendimientos = New System.Windows.Forms.TextBox()
  82. Me.Label2 = New System.Windows.Forms.Label()
  83. Me.txtDisponibilidades = New System.Windows.Forms.TextBox()
  84. Me.Label7 = New System.Windows.Forms.Label()
  85. Me.txtPortTotal = New System.Windows.Forms.TextBox()
  86. Me.lblPortTotal = New System.Windows.Forms.Label()
  87. Me.dgvRendimientos = New System.Windows.Forms.DataGridView()
  88. Me.TbRendimientoDiario = New System.Windows.Forms.TabPage()
  89. Me.GroupBox3 = New System.Windows.Forms.GroupBox()
  90. Me.rdbRendDiario = New System.Windows.Forms.RadioButton()
  91. Me.rdbRendMensual = New System.Windows.Forms.RadioButton()
  92. Me.Button1 = New System.Windows.Forms.Button()
  93. Me.Label11 = New System.Windows.Forms.Label()
  94. Me.Label14 = New System.Windows.Forms.Label()
  95. Me.CheckBox4 = New System.Windows.Forms.CheckBox()
  96. Me.Label13 = New System.Windows.Forms.Label()
  97. Me.Label12 = New System.Windows.Forms.Label()
  98. Me.dgvRendimientoDetalles = New System.Windows.Forms.DataGridView()
  99. Me.Label6 = New System.Windows.Forms.Label()
  100. Me.btnVer = New System.Windows.Forms.Button()
  101. Me.dgvRendimientoDiario = New System.Windows.Forms.DataGridView()
  102. Me.dgvRendimientoMensual = New System.Windows.Forms.DataGridView()
  103. Me.grpAgruparRendDiario = New System.Windows.Forms.GroupBox()
  104. Me.CheckBox1 = New System.Windows.Forms.CheckBox()
  105. Me.CheckBox2 = New System.Windows.Forms.CheckBox()
  106. Me.CheckBox5 = New System.Windows.Forms.CheckBox()
  107. Me.CheckBox6 = New System.Windows.Forms.CheckBox()
  108. Me.CheckBox7 = New System.Windows.Forms.CheckBox()
  109. Me.grpRangoFechas = New System.Windows.Forms.GroupBox()
  110. Me.btnActualizar = New System.Windows.Forms.Button()
  111. Me.Label9 = New System.Windows.Forms.Label()
  112. Me.Label10 = New System.Windows.Forms.Label()
  113. Me.dtpFechaFinalDiario = New System.Windows.Forms.DateTimePicker()
  114. Me.dtpFechaInicialDiario = New System.Windows.Forms.DateTimePicker()
  115. Me.lblTitulo = New System.Windows.Forms.Label()
  116. Me.Panel1.SuspendLayout()
  117. Me.TbcRendimiento.SuspendLayout()
  118. Me.TbConfiguracion.SuspendLayout()
  119. Me.Panel2.SuspendLayout()
  120. Me.grpTipoRendimiento.SuspendLayout()
  121. Me.grpInstrumento.SuspendLayout()
  122. Me.grpMostrarTotales.SuspendLayout()
  123. Me.grpTotales.SuspendLayout()
  124. Me.grpEmpresasInstrumentos.SuspendLayout()
  125. Me.grpEmpresa.SuspendLayout()
  126. Me.grpFechas.SuspendLayout()
  127. Me.Panel3.SuspendLayout()
  128. Me.grpOtros.SuspendLayout()
  129. Me.grpVigente.SuspendLayout()
  130. Me.grpEstado.SuspendLayout()
  131. Me.grpLugar.SuspendLayout()
  132. Me.grpRenta.SuspendLayout()
  133. Me.TbRendimientoGeneral.SuspendLayout()
  134. Me.grpAgrupamiento.SuspendLayout()
  135. CType(Me.dgvRendimientos, System.ComponentModel.ISupportInitialize).BeginInit()
  136. Me.TbRendimientoDiario.SuspendLayout()
  137. Me.GroupBox3.SuspendLayout()
  138. CType(Me.dgvRendimientoDetalles, System.ComponentModel.ISupportInitialize).BeginInit()
  139. CType(Me.dgvRendimientoDiario, System.ComponentModel.ISupportInitialize).BeginInit()
  140. CType(Me.dgvRendimientoMensual, System.ComponentModel.ISupportInitialize).BeginInit()
  141. Me.grpAgruparRendDiario.SuspendLayout()
  142. Me.grpRangoFechas.SuspendLayout()
  143. Me.SuspendLayout()
  144. '
  145. 'Panel1
  146. '
  147. Me.Panel1.BackColor = System.Drawing.Color.WhiteSmoke
  148. Me.Panel1.Controls.Add(Me.TbcRendimiento)
  149. Me.Panel1.Controls.Add(Me.lblTitulo)
  150. Me.Panel1.Dock = System.Windows.Forms.DockStyle.Fill
  151. Me.Panel1.Location = New System.Drawing.Point(0, 0)
  152. Me.Panel1.Name = "Panel1"
  153. Me.Panel1.Size = New System.Drawing.Size(1200, 749)
  154. Me.Panel1.TabIndex = 0
  155. '
  156. 'TbcRendimiento
  157. '
  158. Me.TbcRendimiento.Controls.Add(Me.TbConfiguracion)
  159. Me.TbcRendimiento.Controls.Add(Me.TbRendimientoGeneral)
  160. Me.TbcRendimiento.Controls.Add(Me.TbRendimientoDiario)
  161. Me.TbcRendimiento.Location = New System.Drawing.Point(3, 47)
  162. Me.TbcRendimiento.Name = "TbcRendimiento"
  163. Me.TbcRendimiento.SelectedIndex = 0
  164. Me.TbcRendimiento.Size = New System.Drawing.Size(1194, 677)
  165. Me.TbcRendimiento.TabIndex = 4
  166. '
  167. 'TbConfiguracion
  168. '
  169. Me.TbConfiguracion.BackColor = System.Drawing.Color.WhiteSmoke
  170. Me.TbConfiguracion.Controls.Add(Me.Panel2)
  171. Me.TbConfiguracion.Controls.Add(Me.Panel3)
  172. Me.TbConfiguracion.Location = New System.Drawing.Point(4, 22)
  173. Me.TbConfiguracion.Name = "TbConfiguracion"
  174. Me.TbConfiguracion.Padding = New System.Windows.Forms.Padding(3)
  175. Me.TbConfiguracion.Size = New System.Drawing.Size(1186, 651)
  176. Me.TbConfiguracion.TabIndex = 0
  177. Me.TbConfiguracion.Text = "Configuracion"
  178. '
  179. 'Panel2
  180. '
  181. Me.Panel2.Controls.Add(Me.grpTipoRendimiento)
  182. Me.Panel2.Controls.Add(Me.grpInstrumento)
  183. Me.Panel2.Controls.Add(Me.grpMostrarTotales)
  184. Me.Panel2.Controls.Add(Me.grpEmpresasInstrumentos)
  185. Me.Panel2.Controls.Add(Me.grpFechas)
  186. Me.Panel2.Location = New System.Drawing.Point(8, 16)
  187. Me.Panel2.Name = "Panel2"
  188. Me.Panel2.Size = New System.Drawing.Size(1175, 451)
  189. Me.Panel2.TabIndex = 83
  190. '
  191. 'grpTipoRendimiento
  192. '
  193. Me.grpTipoRendimiento.Controls.Add(Me.rdbRendimientoDiario)
  194. Me.grpTipoRendimiento.Controls.Add(Me.rdbRendimientoGeneral)
  195. Me.grpTipoRendimiento.Location = New System.Drawing.Point(816, 16)
  196. Me.grpTipoRendimiento.Name = "grpTipoRendimiento"
  197. Me.grpTipoRendimiento.Size = New System.Drawing.Size(277, 73)
  198. Me.grpTipoRendimiento.TabIndex = 24
  199. Me.grpTipoRendimiento.TabStop = False
  200. Me.grpTipoRendimiento.Text = "Tipos Rendimientos"
  201. '
  202. 'rdbRendimientoDiario
  203. '
  204. Me.rdbRendimientoDiario.AutoSize = True
  205. Me.rdbRendimientoDiario.Location = New System.Drawing.Point(147, 34)
  206. Me.rdbRendimientoDiario.Name = "rdbRendimientoDiario"
  207. Me.rdbRendimientoDiario.Size = New System.Drawing.Size(114, 17)
  208. Me.rdbRendimientoDiario.TabIndex = 1
  209. Me.rdbRendimientoDiario.Text = "Rendimiento Diario"
  210. Me.rdbRendimientoDiario.UseVisualStyleBackColor = True
  211. '
  212. 'rdbRendimientoGeneral
  213. '
  214. Me.rdbRendimientoGeneral.AutoSize = True
  215. Me.rdbRendimientoGeneral.Checked = True
  216. Me.rdbRendimientoGeneral.Location = New System.Drawing.Point(6, 34)
  217. Me.rdbRendimientoGeneral.Name = "rdbRendimientoGeneral"
  218. Me.rdbRendimientoGeneral.Size = New System.Drawing.Size(124, 17)
  219. Me.rdbRendimientoGeneral.TabIndex = 0
  220. Me.rdbRendimientoGeneral.TabStop = True
  221. Me.rdbRendimientoGeneral.Text = "Rendimiento General"
  222. Me.rdbRendimientoGeneral.UseVisualStyleBackColor = True
  223. '
  224. 'grpInstrumento
  225. '
  226. Me.grpInstrumento.Controls.Add(Me.flpInstrumento)
  227. Me.grpInstrumento.Location = New System.Drawing.Point(18, 333)
  228. Me.grpInstrumento.Name = "grpInstrumento"
  229. Me.grpInstrumento.Size = New System.Drawing.Size(1125, 115)
  230. Me.grpInstrumento.TabIndex = 1
  231. Me.grpInstrumento.TabStop = False
  232. Me.grpInstrumento.Text = "Instrumento"
  233. '
  234. 'flpInstrumento
  235. '
  236. Me.flpInstrumento.AutoScroll = True
  237. Me.flpInstrumento.Location = New System.Drawing.Point(0, 15)
  238. Me.flpInstrumento.Name = "flpInstrumento"
  239. Me.flpInstrumento.Size = New System.Drawing.Size(1104, 93)
  240. Me.flpInstrumento.TabIndex = 1
  241. '
  242. 'grpMostrarTotales
  243. '
  244. Me.grpMostrarTotales.Controls.Add(Me.grpTotales)
  245. Me.grpMostrarTotales.Location = New System.Drawing.Point(504, 16)
  246. Me.grpMostrarTotales.Name = "grpMostrarTotales"
  247. Me.grpMostrarTotales.Size = New System.Drawing.Size(292, 121)
  248. Me.grpMostrarTotales.TabIndex = 3
  249. Me.grpMostrarTotales.TabStop = False
  250. Me.grpMostrarTotales.Text = "Mostrar Totales"
  251. '
  252. 'grpTotales
  253. '
  254. Me.grpTotales.Controls.Add(Me.chkPortafolioSinRenta)
  255. Me.grpTotales.Controls.Add(Me.chkPortafolioSinLiquidez)
  256. Me.grpTotales.Controls.Add(Me.chkPortafolio)
  257. Me.grpTotales.Location = New System.Drawing.Point(17, 24)
  258. Me.grpTotales.Name = "grpTotales"
  259. Me.grpTotales.Size = New System.Drawing.Size(263, 87)
  260. Me.grpTotales.TabIndex = 0
  261. Me.grpTotales.TabStop = False
  262. Me.grpTotales.Text = "Totales"
  263. '
  264. 'chkPortafolioSinRenta
  265. '
  266. Me.chkPortafolioSinRenta.AutoSize = True
  267. Me.chkPortafolioSinRenta.Checked = True
  268. Me.chkPortafolioSinRenta.CheckState = System.Windows.Forms.CheckState.Checked
  269. Me.chkPortafolioSinRenta.Location = New System.Drawing.Point(143, 19)
  270. Me.chkPortafolioSinRenta.Name = "chkPortafolioSinRenta"
  271. Me.chkPortafolioSinRenta.Size = New System.Drawing.Size(120, 17)
  272. Me.chkPortafolioSinRenta.TabIndex = 6
  273. Me.chkPortafolioSinRenta.Text = "Portafolio Sin Renta"
  274. Me.chkPortafolioSinRenta.UseVisualStyleBackColor = True
  275. Me.chkPortafolioSinRenta.Visible = False
  276. '
  277. 'chkPortafolioSinLiquidez
  278. '
  279. Me.chkPortafolioSinLiquidez.AutoSize = True
  280. Me.chkPortafolioSinLiquidez.Checked = True
  281. Me.chkPortafolioSinLiquidez.CheckState = System.Windows.Forms.CheckState.Checked
  282. Me.chkPortafolioSinLiquidez.Location = New System.Drawing.Point(10, 63)
  283. Me.chkPortafolioSinLiquidez.Name = "chkPortafolioSinLiquidez"
  284. Me.chkPortafolioSinLiquidez.Size = New System.Drawing.Size(130, 17)
  285. Me.chkPortafolioSinLiquidez.TabIndex = 5
  286. Me.chkPortafolioSinLiquidez.Text = "Portafolio Sin Liquidez"
  287. Me.chkPortafolioSinLiquidez.UseVisualStyleBackColor = True
  288. '
  289. 'chkPortafolio
  290. '
  291. Me.chkPortafolio.AutoSize = True
  292. Me.chkPortafolio.Checked = True
  293. Me.chkPortafolio.CheckState = System.Windows.Forms.CheckState.Checked
  294. Me.chkPortafolio.Location = New System.Drawing.Point(10, 20)
  295. Me.chkPortafolio.Name = "chkPortafolio"
  296. Me.chkPortafolio.Size = New System.Drawing.Size(70, 17)
  297. Me.chkPortafolio.TabIndex = 4
  298. Me.chkPortafolio.Text = "Portafolio"
  299. Me.chkPortafolio.UseVisualStyleBackColor = True
  300. '
  301. 'grpEmpresasInstrumentos
  302. '
  303. Me.grpEmpresasInstrumentos.Controls.Add(Me.grpEmpresa)
  304. Me.grpEmpresasInstrumentos.Location = New System.Drawing.Point(18, 158)
  305. Me.grpEmpresasInstrumentos.Name = "grpEmpresasInstrumentos"
  306. Me.grpEmpresasInstrumentos.Size = New System.Drawing.Size(1125, 169)
  307. Me.grpEmpresasInstrumentos.TabIndex = 1
  308. Me.grpEmpresasInstrumentos.TabStop = False
  309. Me.grpEmpresasInstrumentos.Text = "Empresa e Insrumento"
  310. '
  311. 'grpEmpresa
  312. '
  313. Me.grpEmpresa.Controls.Add(Me.flpEmpresa)
  314. Me.grpEmpresa.Location = New System.Drawing.Point(17, 28)
  315. Me.grpEmpresa.Name = "grpEmpresa"
  316. Me.grpEmpresa.Size = New System.Drawing.Size(1087, 135)
  317. Me.grpEmpresa.TabIndex = 0
  318. Me.grpEmpresa.TabStop = False
  319. Me.grpEmpresa.Text = "Empresa"
  320. '
  321. 'flpEmpresa
  322. '
  323. Me.flpEmpresa.AutoScroll = True
  324. Me.flpEmpresa.Location = New System.Drawing.Point(6, 13)
  325. Me.flpEmpresa.Name = "flpEmpresa"
  326. Me.flpEmpresa.Size = New System.Drawing.Size(1075, 107)
  327. Me.flpEmpresa.TabIndex = 0
  328. '
  329. 'grpFechas
  330. '
  331. Me.grpFechas.Controls.Add(Me.rdbDeshabilitarFecha)
  332. Me.grpFechas.Controls.Add(Me.rdbRangoFechas)
  333. Me.grpFechas.Controls.Add(Me.rdbFecha)
  334. Me.grpFechas.Controls.Add(Me.Label1)
  335. Me.grpFechas.Controls.Add(Me.dtpFecha)
  336. Me.grpFechas.Controls.Add(Me.Label5)
  337. Me.grpFechas.Controls.Add(Me.Label4)
  338. Me.grpFechas.Controls.Add(Me.dtpFechaFinal)
  339. Me.grpFechas.Controls.Add(Me.dtpFechaInicial)
  340. Me.grpFechas.Location = New System.Drawing.Point(18, 16)
  341. Me.grpFechas.Name = "grpFechas"
  342. Me.grpFechas.Size = New System.Drawing.Size(465, 123)
  343. Me.grpFechas.TabIndex = 0
  344. Me.grpFechas.TabStop = False
  345. Me.grpFechas.Text = "Busqueda por Fecha y Tiempo"
  346. '
  347. 'rdbDeshabilitarFecha
  348. '
  349. Me.rdbDeshabilitarFecha.AutoSize = True
  350. Me.rdbDeshabilitarFecha.Checked = True
  351. Me.rdbDeshabilitarFecha.Location = New System.Drawing.Point(400, 19)
  352. Me.rdbDeshabilitarFecha.Name = "rdbDeshabilitarFecha"
  353. Me.rdbDeshabilitarFecha.Size = New System.Drawing.Size(65, 17)
  354. Me.rdbDeshabilitarFecha.TabIndex = 16
  355. Me.rdbDeshabilitarFecha.TabStop = True
  356. Me.rdbDeshabilitarFecha.Text = "Ninguno"
  357. Me.rdbDeshabilitarFecha.UseVisualStyleBackColor = True
  358. '
  359. 'rdbRangoFechas
  360. '
  361. Me.rdbRangoFechas.AutoSize = True
  362. Me.rdbRangoFechas.Location = New System.Drawing.Point(212, 19)
  363. Me.rdbRangoFechas.Name = "rdbRangoFechas"
  364. Me.rdbRangoFechas.Size = New System.Drawing.Size(127, 17)
  365. Me.rdbRangoFechas.TabIndex = 15
  366. Me.rdbRangoFechas.Text = "Busqueda Por Rango"
  367. Me.rdbRangoFechas.UseVisualStyleBackColor = True
  368. '
  369. 'rdbFecha
  370. '
  371. Me.rdbFecha.AutoSize = True
  372. Me.rdbFecha.Location = New System.Drawing.Point(62, 19)
  373. Me.rdbFecha.Name = "rdbFecha"
  374. Me.rdbFecha.Size = New System.Drawing.Size(91, 17)
  375. Me.rdbFecha.TabIndex = 14
  376. Me.rdbFecha.Text = "Buscar Fecha"
  377. Me.rdbFecha.UseVisualStyleBackColor = True
  378. '
  379. 'Label1
  380. '
  381. Me.Label1.AutoSize = True
  382. Me.Label1.Location = New System.Drawing.Point(91, 40)
  383. Me.Label1.Name = "Label1"
  384. Me.Label1.Size = New System.Drawing.Size(40, 13)
  385. Me.Label1.TabIndex = 12
  386. Me.Label1.Text = "Fecha "
  387. '
  388. 'dtpFecha
  389. '
  390. Me.dtpFecha.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  391. Me.dtpFecha.Location = New System.Drawing.Point(58, 70)
  392. Me.dtpFecha.Name = "dtpFecha"
  393. Me.dtpFecha.Size = New System.Drawing.Size(100, 20)
  394. Me.dtpFecha.TabIndex = 11
  395. '
  396. 'Label5
  397. '
  398. Me.Label5.AutoSize = True
  399. Me.Label5.Location = New System.Drawing.Point(298, 39)
  400. Me.Label5.Name = "Label5"
  401. Me.Label5.Size = New System.Drawing.Size(62, 13)
  402. Me.Label5.TabIndex = 10
  403. Me.Label5.Text = "Fecha Final"
  404. '
  405. 'Label4
  406. '
  407. Me.Label4.AutoSize = True
  408. Me.Label4.Location = New System.Drawing.Point(196, 40)
  409. Me.Label4.Name = "Label4"
  410. Me.Label4.Size = New System.Drawing.Size(67, 13)
  411. Me.Label4.TabIndex = 9
  412. Me.Label4.Text = "Fecha Inicial"
  413. '
  414. 'dtpFechaFinal
  415. '
  416. Me.dtpFechaFinal.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  417. Me.dtpFechaFinal.Location = New System.Drawing.Point(286, 70)
  418. Me.dtpFechaFinal.Name = "dtpFechaFinal"
  419. Me.dtpFechaFinal.Size = New System.Drawing.Size(100, 20)
  420. Me.dtpFechaFinal.TabIndex = 8
  421. '
  422. 'dtpFechaInicial
  423. '
  424. Me.dtpFechaInicial.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  425. Me.dtpFechaInicial.Location = New System.Drawing.Point(180, 70)
  426. Me.dtpFechaInicial.Name = "dtpFechaInicial"
  427. Me.dtpFechaInicial.Size = New System.Drawing.Size(100, 20)
  428. Me.dtpFechaInicial.TabIndex = 7
  429. '
  430. 'Panel3
  431. '
  432. Me.Panel3.Controls.Add(Me.grpOtros)
  433. Me.Panel3.Location = New System.Drawing.Point(2, 483)
  434. Me.Panel3.Name = "Panel3"
  435. Me.Panel3.Size = New System.Drawing.Size(1178, 163)
  436. Me.Panel3.TabIndex = 84
  437. '
  438. 'grpOtros
  439. '
  440. Me.grpOtros.Controls.Add(Me.grpVigente)
  441. Me.grpOtros.Controls.Add(Me.grpEstado)
  442. Me.grpOtros.Controls.Add(Me.grpLugar)
  443. Me.grpOtros.Controls.Add(Me.grpRenta)
  444. Me.grpOtros.Location = New System.Drawing.Point(24, 13)
  445. Me.grpOtros.Name = "grpOtros"
  446. Me.grpOtros.Size = New System.Drawing.Size(1151, 132)
  447. Me.grpOtros.TabIndex = 1
  448. Me.grpOtros.TabStop = False
  449. Me.grpOtros.Text = "Otros"
  450. '
  451. 'grpVigente
  452. '
  453. Me.grpVigente.Controls.Add(Me.rdbVencidoAmbos)
  454. Me.grpVigente.Controls.Add(Me.rdbVencido)
  455. Me.grpVigente.Controls.Add(Me.rdbVigente)
  456. Me.grpVigente.Location = New System.Drawing.Point(583, 19)
  457. Me.grpVigente.Name = "grpVigente"
  458. Me.grpVigente.Size = New System.Drawing.Size(183, 87)
  459. Me.grpVigente.TabIndex = 3
  460. Me.grpVigente.TabStop = False
  461. Me.grpVigente.Text = "Vigente"
  462. '
  463. 'rdbVencidoAmbos
  464. '
  465. Me.rdbVencidoAmbos.AutoSize = True
  466. Me.rdbVencidoAmbos.Location = New System.Drawing.Point(108, 19)
  467. Me.rdbVencidoAmbos.Name = "rdbVencidoAmbos"
  468. Me.rdbVencidoAmbos.Size = New System.Drawing.Size(57, 17)
  469. Me.rdbVencidoAmbos.TabIndex = 6
  470. Me.rdbVencidoAmbos.Text = "Ambos"
  471. Me.rdbVencidoAmbos.UseVisualStyleBackColor = True
  472. '
  473. 'rdbVencido
  474. '
  475. Me.rdbVencido.AutoSize = True
  476. Me.rdbVencido.Location = New System.Drawing.Point(18, 64)
  477. Me.rdbVencido.Name = "rdbVencido"
  478. Me.rdbVencido.Size = New System.Drawing.Size(64, 17)
  479. Me.rdbVencido.TabIndex = 5
  480. Me.rdbVencido.Text = "Vencido"
  481. Me.rdbVencido.UseVisualStyleBackColor = True
  482. '
  483. 'rdbVigente
  484. '
  485. Me.rdbVigente.AutoSize = True
  486. Me.rdbVigente.Checked = True
  487. Me.rdbVigente.Location = New System.Drawing.Point(18, 19)
  488. Me.rdbVigente.Name = "rdbVigente"
  489. Me.rdbVigente.Size = New System.Drawing.Size(61, 17)
  490. Me.rdbVigente.TabIndex = 4
  491. Me.rdbVigente.TabStop = True
  492. Me.rdbVigente.Text = "Vigente"
  493. Me.rdbVigente.UseVisualStyleBackColor = True
  494. '
  495. 'grpEstado
  496. '
  497. Me.grpEstado.Controls.Add(Me.rdbCancelada)
  498. Me.grpEstado.Controls.Add(Me.rdbRevision)
  499. Me.grpEstado.Controls.Add(Me.rdbTodosEstado)
  500. Me.grpEstado.Controls.Add(Me.rdbRechazado)
  501. Me.grpEstado.Controls.Add(Me.rdbAprobado)
  502. Me.grpEstado.Controls.Add(Me.rdbPendientes)
  503. Me.grpEstado.Location = New System.Drawing.Point(787, 28)
  504. Me.grpEstado.Name = "grpEstado"
  505. Me.grpEstado.Size = New System.Drawing.Size(311, 87)
  506. Me.grpEstado.TabIndex = 2
  507. Me.grpEstado.TabStop = False
  508. Me.grpEstado.Text = "Estado"
  509. '
  510. 'rdbCancelada
  511. '
  512. Me.rdbCancelada.AutoSize = True
  513. Me.rdbCancelada.Location = New System.Drawing.Point(196, 35)
  514. Me.rdbCancelada.Name = "rdbCancelada"
  515. Me.rdbCancelada.Size = New System.Drawing.Size(76, 17)
  516. Me.rdbCancelada.TabIndex = 8
  517. Me.rdbCancelada.Text = "Cancelada"
  518. Me.rdbCancelada.UseVisualStyleBackColor = True
  519. '
  520. 'rdbRevision
  521. '
  522. Me.rdbRevision.AutoSize = True
  523. Me.rdbRevision.Location = New System.Drawing.Point(196, 12)
  524. Me.rdbRevision.Name = "rdbRevision"
  525. Me.rdbRevision.Size = New System.Drawing.Size(66, 17)
  526. Me.rdbRevision.TabIndex = 7
  527. Me.rdbRevision.Text = "Revision"
  528. Me.rdbRevision.UseVisualStyleBackColor = True
  529. '
  530. 'rdbTodosEstado
  531. '
  532. Me.rdbTodosEstado.AutoSize = True
  533. Me.rdbTodosEstado.Checked = True
  534. Me.rdbTodosEstado.Location = New System.Drawing.Point(196, 57)
  535. Me.rdbTodosEstado.Name = "rdbTodosEstado"
  536. Me.rdbTodosEstado.Size = New System.Drawing.Size(55, 17)
  537. Me.rdbTodosEstado.TabIndex = 6
  538. Me.rdbTodosEstado.TabStop = True
  539. Me.rdbTodosEstado.Text = "Todos"
  540. Me.rdbTodosEstado.UseVisualStyleBackColor = True
  541. '
  542. 'rdbRechazado
  543. '
  544. Me.rdbRechazado.AutoSize = True
  545. Me.rdbRechazado.Location = New System.Drawing.Point(30, 58)
  546. Me.rdbRechazado.Name = "rdbRechazado"
  547. Me.rdbRechazado.Size = New System.Drawing.Size(80, 17)
  548. Me.rdbRechazado.TabIndex = 5
  549. Me.rdbRechazado.Text = "Rechazado"
  550. Me.rdbRechazado.UseVisualStyleBackColor = True
  551. '
  552. 'rdbAprobado
  553. '
  554. Me.rdbAprobado.AutoSize = True
  555. Me.rdbAprobado.Location = New System.Drawing.Point(30, 35)
  556. Me.rdbAprobado.Name = "rdbAprobado"
  557. Me.rdbAprobado.Size = New System.Drawing.Size(71, 17)
  558. Me.rdbAprobado.TabIndex = 4
  559. Me.rdbAprobado.Text = "Aprobado"
  560. Me.rdbAprobado.UseVisualStyleBackColor = True
  561. '
  562. 'rdbPendientes
  563. '
  564. Me.rdbPendientes.AutoSize = True
  565. Me.rdbPendientes.Location = New System.Drawing.Point(30, 12)
  566. Me.rdbPendientes.Name = "rdbPendientes"
  567. Me.rdbPendientes.Size = New System.Drawing.Size(73, 17)
  568. Me.rdbPendientes.TabIndex = 3
  569. Me.rdbPendientes.Text = "Pendiente"
  570. Me.rdbPendientes.UseVisualStyleBackColor = True
  571. '
  572. 'grpLugar
  573. '
  574. Me.grpLugar.Controls.Add(Me.rdbAmbosPais)
  575. Me.grpLugar.Controls.Add(Me.rdbNacionales)
  576. Me.grpLugar.Controls.Add(Me.rdbInternacionales)
  577. Me.grpLugar.Location = New System.Drawing.Point(358, 19)
  578. Me.grpLugar.Name = "grpLugar"
  579. Me.grpLugar.Size = New System.Drawing.Size(201, 96)
  580. Me.grpLugar.TabIndex = 1
  581. Me.grpLugar.TabStop = False
  582. Me.grpLugar.Text = "Pais"
  583. '
  584. 'rdbAmbosPais
  585. '
  586. Me.rdbAmbosPais.AutoSize = True
  587. Me.rdbAmbosPais.Checked = True
  588. Me.rdbAmbosPais.Location = New System.Drawing.Point(138, 17)
  589. Me.rdbAmbosPais.Name = "rdbAmbosPais"
  590. Me.rdbAmbosPais.Size = New System.Drawing.Size(57, 17)
  591. Me.rdbAmbosPais.TabIndex = 5
  592. Me.rdbAmbosPais.TabStop = True
  593. Me.rdbAmbosPais.Text = "Ambos"
  594. Me.rdbAmbosPais.UseVisualStyleBackColor = True
  595. '
  596. 'rdbNacionales
  597. '
  598. Me.rdbNacionales.AutoSize = True
  599. Me.rdbNacionales.Location = New System.Drawing.Point(10, 64)
  600. Me.rdbNacionales.Name = "rdbNacionales"
  601. Me.rdbNacionales.Size = New System.Drawing.Size(78, 17)
  602. Me.rdbNacionales.TabIndex = 4
  603. Me.rdbNacionales.Text = "Nacionales"
  604. Me.rdbNacionales.UseVisualStyleBackColor = True
  605. '
  606. 'rdbInternacionales
  607. '
  608. Me.rdbInternacionales.AutoSize = True
  609. Me.rdbInternacionales.Location = New System.Drawing.Point(10, 19)
  610. Me.rdbInternacionales.Name = "rdbInternacionales"
  611. Me.rdbInternacionales.Size = New System.Drawing.Size(97, 17)
  612. Me.rdbInternacionales.TabIndex = 3
  613. Me.rdbInternacionales.Text = "Internacionales"
  614. Me.rdbInternacionales.UseVisualStyleBackColor = True
  615. '
  616. 'grpRenta
  617. '
  618. Me.grpRenta.Controls.Add(Me.rdbAmbosRenta)
  619. Me.grpRenta.Controls.Add(Me.rdbFija)
  620. Me.grpRenta.Controls.Add(Me.rdbVariable)
  621. Me.grpRenta.Location = New System.Drawing.Point(42, 19)
  622. Me.grpRenta.Name = "grpRenta"
  623. Me.grpRenta.Size = New System.Drawing.Size(297, 87)
  624. Me.grpRenta.TabIndex = 0
  625. Me.grpRenta.TabStop = False
  626. Me.grpRenta.Text = "Renta"
  627. '
  628. 'rdbAmbosRenta
  629. '
  630. Me.rdbAmbosRenta.AutoSize = True
  631. Me.rdbAmbosRenta.Checked = True
  632. Me.rdbAmbosRenta.Location = New System.Drawing.Point(153, 19)
  633. Me.rdbAmbosRenta.Name = "rdbAmbosRenta"
  634. Me.rdbAmbosRenta.Size = New System.Drawing.Size(57, 17)
  635. Me.rdbAmbosRenta.TabIndex = 2
  636. Me.rdbAmbosRenta.TabStop = True
  637. Me.rdbAmbosRenta.Text = "Ambos"
  638. Me.rdbAmbosRenta.UseVisualStyleBackColor = True
  639. '
  640. 'rdbFija
  641. '
  642. Me.rdbFija.AutoSize = True
  643. Me.rdbFija.Location = New System.Drawing.Point(20, 64)
  644. Me.rdbFija.Name = "rdbFija"
  645. Me.rdbFija.Size = New System.Drawing.Size(41, 17)
  646. Me.rdbFija.TabIndex = 1
  647. Me.rdbFija.Text = "Fija"
  648. Me.rdbFija.UseVisualStyleBackColor = True
  649. '
  650. 'rdbVariable
  651. '
  652. Me.rdbVariable.AutoSize = True
  653. Me.rdbVariable.Location = New System.Drawing.Point(20, 19)
  654. Me.rdbVariable.Name = "rdbVariable"
  655. Me.rdbVariable.Size = New System.Drawing.Size(63, 17)
  656. Me.rdbVariable.TabIndex = 0
  657. Me.rdbVariable.Text = "Variable"
  658. Me.rdbVariable.UseVisualStyleBackColor = True
  659. '
  660. 'TbRendimientoGeneral
  661. '
  662. Me.TbRendimientoGeneral.BackColor = System.Drawing.Color.WhiteSmoke
  663. Me.TbRendimientoGeneral.Controls.Add(Me.txtRendSumaProducto)
  664. Me.TbRendimientoGeneral.Controls.Add(Me.lblRendSumaProducto)
  665. Me.TbRendimientoGeneral.Controls.Add(Me.grpAgrupamiento)
  666. Me.TbRendimientoGeneral.Controls.Add(Me.txtRendimientos)
  667. Me.TbRendimientoGeneral.Controls.Add(Me.Label2)
  668. Me.TbRendimientoGeneral.Controls.Add(Me.txtDisponibilidades)
  669. Me.TbRendimientoGeneral.Controls.Add(Me.Label7)
  670. Me.TbRendimientoGeneral.Controls.Add(Me.txtPortTotal)
  671. Me.TbRendimientoGeneral.Controls.Add(Me.lblPortTotal)
  672. Me.TbRendimientoGeneral.Controls.Add(Me.dgvRendimientos)
  673. Me.TbRendimientoGeneral.Location = New System.Drawing.Point(4, 22)
  674. Me.TbRendimientoGeneral.Name = "TbRendimientoGeneral"
  675. Me.TbRendimientoGeneral.Padding = New System.Windows.Forms.Padding(3)
  676. Me.TbRendimientoGeneral.Size = New System.Drawing.Size(1186, 651)
  677. Me.TbRendimientoGeneral.TabIndex = 1
  678. Me.TbRendimientoGeneral.Text = "Tabla de Rendimientos"
  679. '
  680. 'txtRendSumaProducto
  681. '
  682. Me.txtRendSumaProducto.Location = New System.Drawing.Point(505, 11)
  683. Me.txtRendSumaProducto.Name = "txtRendSumaProducto"
  684. Me.txtRendSumaProducto.ReadOnly = True
  685. Me.txtRendSumaProducto.Size = New System.Drawing.Size(100, 20)
  686. Me.txtRendSumaProducto.TabIndex = 25
  687. '
  688. 'lblRendSumaProducto
  689. '
  690. Me.lblRendSumaProducto.AutoSize = True
  691. Me.lblRendSumaProducto.Location = New System.Drawing.Point(386, 14)
  692. Me.lblRendSumaProducto.Name = "lblRendSumaProducto"
  693. Me.lblRendSumaProducto.Size = New System.Drawing.Size(89, 13)
  694. Me.lblRendSumaProducto.TabIndex = 24
  695. Me.lblRendSumaProducto.Text = "Rendimiento (SP)"
  696. '
  697. 'grpAgrupamiento
  698. '
  699. Me.grpAgrupamiento.Controls.Add(Me.chkTipoRenta)
  700. Me.grpAgrupamiento.Controls.Add(Me.chkVigencia)
  701. Me.grpAgrupamiento.Controls.Add(Me.chkFecha)
  702. Me.grpAgrupamiento.Controls.Add(Me.chkEstado)
  703. Me.grpAgrupamiento.Controls.Add(Me.chkNacionalidad)
  704. Me.grpAgrupamiento.Controls.Add(Me.chkInstrumento)
  705. Me.grpAgrupamiento.Controls.Add(Me.chkEmpresa)
  706. Me.grpAgrupamiento.Location = New System.Drawing.Point(383, 34)
  707. Me.grpAgrupamiento.Name = "grpAgrupamiento"
  708. Me.grpAgrupamiento.Size = New System.Drawing.Size(472, 77)
  709. Me.grpAgrupamiento.TabIndex = 23
  710. Me.grpAgrupamiento.TabStop = False
  711. Me.grpAgrupamiento.Text = "Agrupar Por:"
  712. '
  713. 'chkTipoRenta
  714. '
  715. Me.chkTipoRenta.AutoSize = True
  716. Me.chkTipoRenta.Location = New System.Drawing.Point(361, 19)
  717. Me.chkTipoRenta.Name = "chkTipoRenta"
  718. Me.chkTipoRenta.Size = New System.Drawing.Size(76, 17)
  719. Me.chkTipoRenta.TabIndex = 6
  720. Me.chkTipoRenta.Text = "TipoRenta"
  721. Me.chkTipoRenta.UseVisualStyleBackColor = True
  722. '
  723. 'chkVigencia
  724. '
  725. Me.chkVigencia.AutoSize = True
  726. Me.chkVigencia.Location = New System.Drawing.Point(269, 47)
  727. Me.chkVigencia.Name = "chkVigencia"
  728. Me.chkVigencia.Size = New System.Drawing.Size(67, 17)
  729. Me.chkVigencia.TabIndex = 5
  730. Me.chkVigencia.Text = "Vigencia"
  731. Me.chkVigencia.UseVisualStyleBackColor = True
  732. '
  733. 'chkFecha
  734. '
  735. Me.chkFecha.AutoSize = True
  736. Me.chkFecha.Location = New System.Drawing.Point(269, 19)
  737. Me.chkFecha.Name = "chkFecha"
  738. Me.chkFecha.Size = New System.Drawing.Size(56, 17)
  739. Me.chkFecha.TabIndex = 4
  740. Me.chkFecha.Text = "Fecha"
  741. Me.chkFecha.UseVisualStyleBackColor = True
  742. '
  743. 'chkEstado
  744. '
  745. Me.chkEstado.AutoSize = True
  746. Me.chkEstado.Location = New System.Drawing.Point(134, 42)
  747. Me.chkEstado.Name = "chkEstado"
  748. Me.chkEstado.Size = New System.Drawing.Size(59, 17)
  749. Me.chkEstado.TabIndex = 3
  750. Me.chkEstado.Text = "Estado"
  751. Me.chkEstado.UseVisualStyleBackColor = True
  752. '
  753. 'chkNacionalidad
  754. '
  755. Me.chkNacionalidad.AutoSize = True
  756. Me.chkNacionalidad.Location = New System.Drawing.Point(134, 19)
  757. Me.chkNacionalidad.Name = "chkNacionalidad"
  758. Me.chkNacionalidad.Size = New System.Drawing.Size(88, 17)
  759. Me.chkNacionalidad.TabIndex = 2
  760. Me.chkNacionalidad.Text = "Nacionalidad"
  761. Me.chkNacionalidad.UseVisualStyleBackColor = True
  762. '
  763. 'chkInstrumento
  764. '
  765. Me.chkInstrumento.AutoSize = True
  766. Me.chkInstrumento.Location = New System.Drawing.Point(6, 47)
  767. Me.chkInstrumento.Name = "chkInstrumento"
  768. Me.chkInstrumento.Size = New System.Drawing.Size(81, 17)
  769. Me.chkInstrumento.TabIndex = 1
  770. Me.chkInstrumento.Text = "Instrumento"
  771. Me.chkInstrumento.UseVisualStyleBackColor = True
  772. '
  773. 'chkEmpresa
  774. '
  775. Me.chkEmpresa.AutoSize = True
  776. Me.chkEmpresa.Location = New System.Drawing.Point(6, 19)
  777. Me.chkEmpresa.Name = "chkEmpresa"
  778. Me.chkEmpresa.Size = New System.Drawing.Size(67, 17)
  779. Me.chkEmpresa.TabIndex = 0
  780. Me.chkEmpresa.Text = "Empresa"
  781. Me.chkEmpresa.UseVisualStyleBackColor = True
  782. '
  783. 'txtRendimientos
  784. '
  785. Me.txtRendimientos.Location = New System.Drawing.Point(251, 82)
  786. Me.txtRendimientos.Name = "txtRendimientos"
  787. Me.txtRendimientos.ReadOnly = True
  788. Me.txtRendimientos.Size = New System.Drawing.Size(100, 20)
  789. Me.txtRendimientos.TabIndex = 20
  790. '
  791. 'Label2
  792. '
  793. Me.Label2.AutoSize = True
  794. Me.Label2.Location = New System.Drawing.Point(91, 85)
  795. Me.Label2.Name = "Label2"
  796. Me.Label2.Size = New System.Drawing.Size(71, 13)
  797. Me.Label2.TabIndex = 19
  798. Me.Label2.Text = "Rendimientos"
  799. '
  800. 'txtDisponibilidades
  801. '
  802. Me.txtDisponibilidades.Location = New System.Drawing.Point(251, 46)
  803. Me.txtDisponibilidades.Name = "txtDisponibilidades"
  804. Me.txtDisponibilidades.ReadOnly = True
  805. Me.txtDisponibilidades.Size = New System.Drawing.Size(100, 20)
  806. Me.txtDisponibilidades.TabIndex = 18
  807. '
  808. 'Label7
  809. '
  810. Me.Label7.AutoSize = True
  811. Me.Label7.Location = New System.Drawing.Point(91, 53)
  812. Me.Label7.Name = "Label7"
  813. Me.Label7.Size = New System.Drawing.Size(83, 13)
  814. Me.Label7.TabIndex = 17
  815. Me.Label7.Text = "Disponibilidades"
  816. '
  817. 'txtPortTotal
  818. '
  819. Me.txtPortTotal.Location = New System.Drawing.Point(251, 11)
  820. Me.txtPortTotal.Name = "txtPortTotal"
  821. Me.txtPortTotal.ReadOnly = True
  822. Me.txtPortTotal.Size = New System.Drawing.Size(100, 20)
  823. Me.txtPortTotal.TabIndex = 14
  824. '
  825. 'lblPortTotal
  826. '
  827. Me.lblPortTotal.AutoSize = True
  828. Me.lblPortTotal.Location = New System.Drawing.Point(91, 18)
  829. Me.lblPortTotal.Name = "lblPortTotal"
  830. Me.lblPortTotal.Size = New System.Drawing.Size(54, 13)
  831. Me.lblPortTotal.TabIndex = 10
  832. Me.lblPortTotal.Text = "Portafolio "
  833. '
  834. 'dgvRendimientos
  835. '
  836. Me.dgvRendimientos.AllowUserToAddRows = False
  837. Me.dgvRendimientos.AllowUserToDeleteRows = False
  838. Me.dgvRendimientos.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  839. Me.dgvRendimientos.BackgroundColor = System.Drawing.Color.White
  840. Me.dgvRendimientos.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  841. Me.dgvRendimientos.Location = New System.Drawing.Point(3, 117)
  842. Me.dgvRendimientos.Name = "dgvRendimientos"
  843. Me.dgvRendimientos.Size = New System.Drawing.Size(1178, 528)
  844. Me.dgvRendimientos.TabIndex = 0
  845. '
  846. 'TbRendimientoDiario
  847. '
  848. Me.TbRendimientoDiario.BackColor = System.Drawing.Color.WhiteSmoke
  849. Me.TbRendimientoDiario.Controls.Add(Me.GroupBox3)
  850. Me.TbRendimientoDiario.Controls.Add(Me.Label14)
  851. Me.TbRendimientoDiario.Controls.Add(Me.CheckBox4)
  852. Me.TbRendimientoDiario.Controls.Add(Me.Label13)
  853. Me.TbRendimientoDiario.Controls.Add(Me.Label12)
  854. Me.TbRendimientoDiario.Controls.Add(Me.dgvRendimientoDetalles)
  855. Me.TbRendimientoDiario.Controls.Add(Me.Label6)
  856. Me.TbRendimientoDiario.Controls.Add(Me.btnVer)
  857. Me.TbRendimientoDiario.Controls.Add(Me.dgvRendimientoDiario)
  858. Me.TbRendimientoDiario.Controls.Add(Me.dgvRendimientoMensual)
  859. Me.TbRendimientoDiario.Controls.Add(Me.grpAgruparRendDiario)
  860. Me.TbRendimientoDiario.Controls.Add(Me.grpRangoFechas)
  861. Me.TbRendimientoDiario.Location = New System.Drawing.Point(4, 22)
  862. Me.TbRendimientoDiario.Name = "TbRendimientoDiario"
  863. Me.TbRendimientoDiario.Padding = New System.Windows.Forms.Padding(3)
  864. Me.TbRendimientoDiario.Size = New System.Drawing.Size(1186, 651)
  865. Me.TbRendimientoDiario.TabIndex = 2
  866. Me.TbRendimientoDiario.Text = "Rendimientos Diario"
  867. '
  868. 'GroupBox3
  869. '
  870. Me.GroupBox3.Controls.Add(Me.rdbRendDiario)
  871. Me.GroupBox3.Controls.Add(Me.rdbRendMensual)
  872. Me.GroupBox3.Controls.Add(Me.Button1)
  873. Me.GroupBox3.Controls.Add(Me.Label11)
  874. Me.GroupBox3.Location = New System.Drawing.Point(515, 241)
  875. Me.GroupBox3.Name = "GroupBox3"
  876. Me.GroupBox3.Size = New System.Drawing.Size(182, 113)
  877. Me.GroupBox3.TabIndex = 84
  878. Me.GroupBox3.TabStop = False
  879. Me.GroupBox3.Text = "Rendimiento"
  880. '
  881. 'rdbRendDiario
  882. '
  883. Me.rdbRendDiario.AutoSize = True
  884. Me.rdbRendDiario.Location = New System.Drawing.Point(106, 14)
  885. Me.rdbRendDiario.Name = "rdbRendDiario"
  886. Me.rdbRendDiario.Size = New System.Drawing.Size(52, 17)
  887. Me.rdbRendDiario.TabIndex = 1
  888. Me.rdbRendDiario.Text = "Diario"
  889. Me.rdbRendDiario.UseVisualStyleBackColor = True
  890. '
  891. 'rdbRendMensual
  892. '
  893. Me.rdbRendMensual.AutoSize = True
  894. Me.rdbRendMensual.Checked = True
  895. Me.rdbRendMensual.Location = New System.Drawing.Point(21, 14)
  896. Me.rdbRendMensual.Name = "rdbRendMensual"
  897. Me.rdbRendMensual.Size = New System.Drawing.Size(65, 17)
  898. Me.rdbRendMensual.TabIndex = 0
  899. Me.rdbRendMensual.TabStop = True
  900. Me.rdbRendMensual.Text = "Mensual"
  901. Me.rdbRendMensual.UseVisualStyleBackColor = True
  902. '
  903. 'Button1
  904. '
  905. Me.Button1.BackColor = System.Drawing.Color.White
  906. Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  907. Me.Button1.ForeColor = System.Drawing.Color.Maroon
  908. Me.Button1.Location = New System.Drawing.Point(60, 64)
  909. Me.Button1.Name = "Button1"
  910. Me.Button1.Size = New System.Drawing.Size(59, 43)
  911. Me.Button1.TabIndex = 29
  912. Me.Button1.Text = "V" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "V"
  913. Me.Button1.UseVisualStyleBackColor = False
  914. '
  915. 'Label11
  916. '
  917. Me.Label11.AutoSize = True
  918. Me.Label11.Location = New System.Drawing.Point(39, 48)
  919. Me.Label11.Name = "Label11"
  920. Me.Label11.Size = New System.Drawing.Size(97, 13)
  921. Me.Label11.TabIndex = 30
  922. Me.Label11.Text = "Detalles Completos"
  923. '
  924. 'Label14
  925. '
  926. Me.Label14.Anchor = System.Windows.Forms.AnchorStyles.Top
  927. Me.Label14.AutoSize = True
  928. Me.Label14.Font = New System.Drawing.Font("Trebuchet MS", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  929. Me.Label14.Location = New System.Drawing.Point(22, 357)
  930. Me.Label14.Name = "Label14"
  931. Me.Label14.Size = New System.Drawing.Size(308, 24)
  932. Me.Label14.TabIndex = 83
  933. Me.Label14.Text = "Detalles de Rendimiento por Dias"
  934. '
  935. 'CheckBox4
  936. '
  937. Me.CheckBox4.AutoSize = True
  938. Me.CheckBox4.Enabled = False
  939. Me.CheckBox4.Location = New System.Drawing.Point(703, 33)
  940. Me.CheckBox4.Name = "CheckBox4"
  941. Me.CheckBox4.Size = New System.Drawing.Size(59, 17)
  942. Me.CheckBox4.TabIndex = 3
  943. Me.CheckBox4.Text = "Estado"
  944. Me.CheckBox4.UseVisualStyleBackColor = True
  945. Me.CheckBox4.Visible = False
  946. '
  947. 'Label13
  948. '
  949. Me.Label13.Anchor = System.Windows.Forms.AnchorStyles.Top
  950. Me.Label13.AutoSize = True
  951. Me.Label13.Font = New System.Drawing.Font("Trebuchet MS", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  952. Me.Label13.Location = New System.Drawing.Point(664, 148)
  953. Me.Label13.Name = "Label13"
  954. Me.Label13.Size = New System.Drawing.Size(183, 24)
  955. Me.Label13.TabIndex = 82
  956. Me.Label13.Text = "Rendimiento Diario"
  957. '
  958. 'Label12
  959. '
  960. Me.Label12.Anchor = System.Windows.Forms.AnchorStyles.Top
  961. Me.Label12.AutoSize = True
  962. Me.Label12.Font = New System.Drawing.Font("Trebuchet MS", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  963. Me.Label12.Location = New System.Drawing.Point(5, 148)
  964. Me.Label12.Name = "Label12"
  965. Me.Label12.Size = New System.Drawing.Size(201, 24)
  966. Me.Label12.TabIndex = 81
  967. Me.Label12.Text = "Rendimiento Mensual"
  968. '
  969. 'dgvRendimientoDetalles
  970. '
  971. Me.dgvRendimientoDetalles.AllowDrop = True
  972. Me.dgvRendimientoDetalles.AllowUserToAddRows = False
  973. Me.dgvRendimientoDetalles.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  974. Me.dgvRendimientoDetalles.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells
  975. Me.dgvRendimientoDetalles.BackgroundColor = System.Drawing.Color.White
  976. Me.dgvRendimientoDetalles.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  977. Me.dgvRendimientoDetalles.Location = New System.Drawing.Point(0, 384)
  978. Me.dgvRendimientoDetalles.Name = "dgvRendimientoDetalles"
  979. Me.dgvRendimientoDetalles.Size = New System.Drawing.Size(1180, 183)
  980. Me.dgvRendimientoDetalles.TabIndex = 31
  981. '
  982. 'Label6
  983. '
  984. Me.Label6.AutoSize = True
  985. Me.Label6.Location = New System.Drawing.Point(588, 196)
  986. Me.Label6.Name = "Label6"
  987. Me.Label6.Size = New System.Drawing.Size(28, 13)
  988. Me.Label6.TabIndex = 28
  989. Me.Label6.Text = "Dias"
  990. '
  991. 'btnVer
  992. '
  993. Me.btnVer.BackColor = System.Drawing.Color.White
  994. Me.btnVer.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  995. Me.btnVer.ForeColor = System.Drawing.Color.Maroon
  996. Me.btnVer.Location = New System.Drawing.Point(567, 212)
  997. Me.btnVer.Name = "btnVer"
  998. Me.btnVer.Size = New System.Drawing.Size(75, 23)
  999. Me.btnVer.TabIndex = 27
  1000. Me.btnVer.Text = ">>"
  1001. Me.btnVer.UseVisualStyleBackColor = False
  1002. '
  1003. 'dgvRendimientoDiario
  1004. '
  1005. Me.dgvRendimientoDiario.AllowDrop = True
  1006. Me.dgvRendimientoDiario.AllowUserToAddRows = False
  1007. Me.dgvRendimientoDiario.AllowUserToDeleteRows = False
  1008. Me.dgvRendimientoDiario.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  1009. Me.dgvRendimientoDiario.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells
  1010. Me.dgvRendimientoDiario.BackgroundColor = System.Drawing.Color.White
  1011. Me.dgvRendimientoDiario.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  1012. Me.dgvRendimientoDiario.Location = New System.Drawing.Point(703, 175)
  1013. Me.dgvRendimientoDiario.Name = "dgvRendimientoDiario"
  1014. Me.dgvRendimientoDiario.Size = New System.Drawing.Size(464, 179)
  1015. Me.dgvRendimientoDiario.TabIndex = 26
  1016. '
  1017. 'dgvRendimientoMensual
  1018. '
  1019. Me.dgvRendimientoMensual.AllowUserToAddRows = False
  1020. Me.dgvRendimientoMensual.AllowUserToDeleteRows = False
  1021. Me.dgvRendimientoMensual.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  1022. Me.dgvRendimientoMensual.BackgroundColor = System.Drawing.Color.White
  1023. Me.dgvRendimientoMensual.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  1024. Me.dgvRendimientoMensual.Location = New System.Drawing.Point(0, 175)
  1025. Me.dgvRendimientoMensual.Name = "dgvRendimientoMensual"
  1026. Me.dgvRendimientoMensual.Size = New System.Drawing.Size(509, 179)
  1027. Me.dgvRendimientoMensual.TabIndex = 25
  1028. '
  1029. 'grpAgruparRendDiario
  1030. '
  1031. Me.grpAgruparRendDiario.Controls.Add(Me.CheckBox1)
  1032. Me.grpAgruparRendDiario.Controls.Add(Me.CheckBox2)
  1033. Me.grpAgruparRendDiario.Controls.Add(Me.CheckBox5)
  1034. Me.grpAgruparRendDiario.Controls.Add(Me.CheckBox6)
  1035. Me.grpAgruparRendDiario.Controls.Add(Me.CheckBox7)
  1036. Me.grpAgruparRendDiario.Location = New System.Drawing.Point(408, 16)
  1037. Me.grpAgruparRendDiario.Name = "grpAgruparRendDiario"
  1038. Me.grpAgruparRendDiario.Size = New System.Drawing.Size(253, 113)
  1039. Me.grpAgruparRendDiario.TabIndex = 24
  1040. Me.grpAgruparRendDiario.TabStop = False
  1041. Me.grpAgruparRendDiario.Text = "Agrupar Por:"
  1042. '
  1043. 'CheckBox1
  1044. '
  1045. Me.CheckBox1.AutoSize = True
  1046. Me.CheckBox1.Location = New System.Drawing.Point(167, 47)
  1047. Me.CheckBox1.Name = "CheckBox1"
  1048. Me.CheckBox1.Size = New System.Drawing.Size(76, 17)
  1049. Me.CheckBox1.TabIndex = 6
  1050. Me.CheckBox1.Text = "TipoRenta"
  1051. Me.CheckBox1.UseVisualStyleBackColor = True
  1052. '
  1053. 'CheckBox2
  1054. '
  1055. Me.CheckBox2.AutoSize = True
  1056. Me.CheckBox2.Location = New System.Drawing.Point(167, 15)
  1057. Me.CheckBox2.Name = "CheckBox2"
  1058. Me.CheckBox2.Size = New System.Drawing.Size(67, 17)
  1059. Me.CheckBox2.TabIndex = 5
  1060. Me.CheckBox2.Text = "Vigencia"
  1061. Me.CheckBox2.UseVisualStyleBackColor = True
  1062. '
  1063. 'CheckBox5
  1064. '
  1065. Me.CheckBox5.AutoSize = True
  1066. Me.CheckBox5.Location = New System.Drawing.Point(6, 79)
  1067. Me.CheckBox5.Name = "CheckBox5"
  1068. Me.CheckBox5.Size = New System.Drawing.Size(88, 17)
  1069. Me.CheckBox5.TabIndex = 2
  1070. Me.CheckBox5.Text = "Nacionalidad"
  1071. Me.CheckBox5.UseVisualStyleBackColor = True
  1072. '
  1073. 'CheckBox6
  1074. '
  1075. Me.CheckBox6.AutoSize = True
  1076. Me.CheckBox6.Location = New System.Drawing.Point(6, 47)
  1077. Me.CheckBox6.Name = "CheckBox6"
  1078. Me.CheckBox6.Size = New System.Drawing.Size(81, 17)
  1079. Me.CheckBox6.TabIndex = 1
  1080. Me.CheckBox6.Text = "Instrumento"
  1081. Me.CheckBox6.UseVisualStyleBackColor = True
  1082. '
  1083. 'CheckBox7
  1084. '
  1085. Me.CheckBox7.AutoSize = True
  1086. Me.CheckBox7.Location = New System.Drawing.Point(6, 19)
  1087. Me.CheckBox7.Name = "CheckBox7"
  1088. Me.CheckBox7.Size = New System.Drawing.Size(67, 17)
  1089. Me.CheckBox7.TabIndex = 0
  1090. Me.CheckBox7.Text = "Empresa"
  1091. Me.CheckBox7.UseVisualStyleBackColor = True
  1092. '
  1093. 'grpRangoFechas
  1094. '
  1095. Me.grpRangoFechas.Controls.Add(Me.btnActualizar)
  1096. Me.grpRangoFechas.Controls.Add(Me.Label9)
  1097. Me.grpRangoFechas.Controls.Add(Me.Label10)
  1098. Me.grpRangoFechas.Controls.Add(Me.dtpFechaFinalDiario)
  1099. Me.grpRangoFechas.Controls.Add(Me.dtpFechaInicialDiario)
  1100. Me.grpRangoFechas.Location = New System.Drawing.Point(6, 6)
  1101. Me.grpRangoFechas.Name = "grpRangoFechas"
  1102. Me.grpRangoFechas.Size = New System.Drawing.Size(396, 123)
  1103. Me.grpRangoFechas.TabIndex = 1
  1104. Me.grpRangoFechas.TabStop = False
  1105. Me.grpRangoFechas.Text = "Rango de Fechas"
  1106. '
  1107. 'btnActualizar
  1108. '
  1109. Me.btnActualizar.BackColor = System.Drawing.Color.White
  1110. Me.btnActualizar.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  1111. Me.btnActualizar.ForeColor = System.Drawing.Color.Maroon
  1112. Me.btnActualizar.Location = New System.Drawing.Point(129, 82)
  1113. Me.btnActualizar.Name = "btnActualizar"
  1114. Me.btnActualizar.Size = New System.Drawing.Size(90, 28)
  1115. Me.btnActualizar.TabIndex = 85
  1116. Me.btnActualizar.Text = "Actualizar"
  1117. Me.btnActualizar.UseVisualStyleBackColor = False
  1118. '
  1119. 'Label9
  1120. '
  1121. Me.Label9.AutoSize = True
  1122. Me.Label9.Location = New System.Drawing.Point(229, 31)
  1123. Me.Label9.Name = "Label9"
  1124. Me.Label9.Size = New System.Drawing.Size(62, 13)
  1125. Me.Label9.TabIndex = 10
  1126. Me.Label9.Text = "Fecha Final"
  1127. '
  1128. 'Label10
  1129. '
  1130. Me.Label10.AutoSize = True
  1131. Me.Label10.Location = New System.Drawing.Point(49, 31)
  1132. Me.Label10.Name = "Label10"
  1133. Me.Label10.Size = New System.Drawing.Size(67, 13)
  1134. Me.Label10.TabIndex = 9
  1135. Me.Label10.Text = "Fecha Inicial"
  1136. '
  1137. 'dtpFechaFinalDiario
  1138. '
  1139. Me.dtpFechaFinalDiario.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  1140. Me.dtpFechaFinalDiario.Location = New System.Drawing.Point(193, 52)
  1141. Me.dtpFechaFinalDiario.Name = "dtpFechaFinalDiario"
  1142. Me.dtpFechaFinalDiario.Size = New System.Drawing.Size(140, 20)
  1143. Me.dtpFechaFinalDiario.TabIndex = 8
  1144. '
  1145. 'dtpFechaInicialDiario
  1146. '
  1147. Me.dtpFechaInicialDiario.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  1148. Me.dtpFechaInicialDiario.Location = New System.Drawing.Point(20, 52)
  1149. Me.dtpFechaInicialDiario.Name = "dtpFechaInicialDiario"
  1150. Me.dtpFechaInicialDiario.Size = New System.Drawing.Size(135, 20)
  1151. Me.dtpFechaInicialDiario.TabIndex = 7
  1152. '
  1153. 'lblTitulo
  1154. '
  1155. Me.lblTitulo.Anchor = System.Windows.Forms.AnchorStyles.Top
  1156. Me.lblTitulo.AutoSize = True
  1157. Me.lblTitulo.BackColor = System.Drawing.Color.WhiteSmoke
  1158. Me.lblTitulo.Font = New System.Drawing.Font("Trebuchet MS", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  1159. Me.lblTitulo.Location = New System.Drawing.Point(166, 9)
  1160. Me.lblTitulo.Name = "lblTitulo"
  1161. Me.lblTitulo.Size = New System.Drawing.Size(138, 35)
  1162. Me.lblTitulo.TabIndex = 82
  1163. Me.lblTitulo.Text = "Portafolio"
  1164. '
  1165. 'frmRendimientoFiltro
  1166. '
  1167. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  1168. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  1169. Me.ClientSize = New System.Drawing.Size(1200, 749)
  1170. Me.Controls.Add(Me.Panel1)
  1171. Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
  1172. Me.Name = "frmRendimientoFiltro"
  1173. Me.Panel1.ResumeLayout(False)
  1174. Me.Panel1.PerformLayout()
  1175. Me.TbcRendimiento.ResumeLayout(False)
  1176. Me.TbConfiguracion.ResumeLayout(False)
  1177. Me.Panel2.ResumeLayout(False)
  1178. Me.grpTipoRendimiento.ResumeLayout(False)
  1179. Me.grpTipoRendimiento.PerformLayout()
  1180. Me.grpInstrumento.ResumeLayout(False)
  1181. Me.grpMostrarTotales.ResumeLayout(False)
  1182. Me.grpTotales.ResumeLayout(False)
  1183. Me.grpTotales.PerformLayout()
  1184. Me.grpEmpresasInstrumentos.ResumeLayout(False)
  1185. Me.grpEmpresa.ResumeLayout(False)
  1186. Me.grpFechas.ResumeLayout(False)
  1187. Me.grpFechas.PerformLayout()
  1188. Me.Panel3.ResumeLayout(False)
  1189. Me.grpOtros.ResumeLayout(False)
  1190. Me.grpVigente.ResumeLayout(False)
  1191. Me.grpVigente.PerformLayout()
  1192. Me.grpEstado.ResumeLayout(False)
  1193. Me.grpEstado.PerformLayout()
  1194. Me.grpLugar.ResumeLayout(False)
  1195. Me.grpLugar.PerformLayout()
  1196. Me.grpRenta.ResumeLayout(False)
  1197. Me.grpRenta.PerformLayout()
  1198. Me.TbRendimientoGeneral.ResumeLayout(False)
  1199. Me.TbRendimientoGeneral.PerformLayout()
  1200. Me.grpAgrupamiento.ResumeLayout(False)
  1201. Me.grpAgrupamiento.PerformLayout()
  1202. CType(Me.dgvRendimientos, System.ComponentModel.ISupportInitialize).EndInit()
  1203. Me.TbRendimientoDiario.ResumeLayout(False)
  1204. Me.TbRendimientoDiario.PerformLayout()
  1205. Me.GroupBox3.ResumeLayout(False)
  1206. Me.GroupBox3.PerformLayout()
  1207. CType(Me.dgvRendimientoDetalles, System.ComponentModel.ISupportInitialize).EndInit()
  1208. CType(Me.dgvRendimientoDiario, System.ComponentModel.ISupportInitialize).EndInit()
  1209. CType(Me.dgvRendimientoMensual, System.ComponentModel.ISupportInitialize).EndInit()
  1210. Me.grpAgruparRendDiario.ResumeLayout(False)
  1211. Me.grpAgruparRendDiario.PerformLayout()
  1212. Me.grpRangoFechas.ResumeLayout(False)
  1213. Me.grpRangoFechas.PerformLayout()
  1214. Me.ResumeLayout(False)
  1215. End Sub
  1216. Friend WithEvents Panel1 As Panel
  1217. Friend WithEvents lblTitulo As Label
  1218. Friend WithEvents Panel2 As Panel
  1219. Friend WithEvents grpEmpresasInstrumentos As GroupBox
  1220. Friend WithEvents grpFechas As GroupBox
  1221. Friend WithEvents Label5 As Label
  1222. Friend WithEvents Label4 As Label
  1223. Friend WithEvents dtpFechaFinal As DateTimePicker
  1224. Friend WithEvents dtpFechaInicial As DateTimePicker
  1225. Friend WithEvents Panel3 As Panel
  1226. Friend WithEvents grpMostrarTotales As GroupBox
  1227. Friend WithEvents grpTotales As GroupBox
  1228. Friend WithEvents chkPortafolioSinRenta As CheckBox
  1229. Friend WithEvents chkPortafolioSinLiquidez As CheckBox
  1230. Friend WithEvents chkPortafolio As CheckBox
  1231. Friend WithEvents grpOtros As GroupBox
  1232. Friend WithEvents grpLugar As GroupBox
  1233. Friend WithEvents grpRenta As GroupBox
  1234. Friend WithEvents rdbAmbosRenta As RadioButton
  1235. Friend WithEvents rdbFija As RadioButton
  1236. Friend WithEvents rdbVariable As RadioButton
  1237. Friend WithEvents grpInstrumento As GroupBox
  1238. Friend WithEvents grpEmpresa As GroupBox
  1239. Friend WithEvents TbcRendimiento As TabControl
  1240. Friend WithEvents TbConfiguracion As TabPage
  1241. Friend WithEvents TbRendimientoGeneral As TabPage
  1242. Friend WithEvents dgvRendimientos As DataGridView
  1243. Friend WithEvents flpEmpresa As FlowLayoutPanel
  1244. Friend WithEvents flpInstrumento As FlowLayoutPanel
  1245. Friend WithEvents txtPortTotal As TextBox
  1246. Friend WithEvents lblPortTotal As Label
  1247. Friend WithEvents txtDisponibilidades As TextBox
  1248. Friend WithEvents Label7 As Label
  1249. Friend WithEvents Label1 As Label
  1250. Friend WithEvents dtpFecha As DateTimePicker
  1251. Friend WithEvents TbRendimientoDiario As TabPage
  1252. Friend WithEvents grpEstado As GroupBox
  1253. Friend WithEvents rdbTodosEstado As RadioButton
  1254. Friend WithEvents rdbRechazado As RadioButton
  1255. Friend WithEvents rdbAprobado As RadioButton
  1256. Friend WithEvents rdbPendientes As RadioButton
  1257. Friend WithEvents rdbRangoFechas As RadioButton
  1258. Friend WithEvents rdbFecha As RadioButton
  1259. Friend WithEvents rdbDeshabilitarFecha As RadioButton
  1260. Friend WithEvents grpVigente As GroupBox
  1261. Friend WithEvents rdbVencidoAmbos As RadioButton
  1262. Friend WithEvents rdbVencido As RadioButton
  1263. Friend WithEvents rdbVigente As RadioButton
  1264. Friend WithEvents rdbAmbosPais As RadioButton
  1265. Friend WithEvents rdbNacionales As RadioButton
  1266. Friend WithEvents rdbInternacionales As RadioButton
  1267. Friend WithEvents txtRendimientos As TextBox
  1268. Friend WithEvents Label2 As Label
  1269. Friend WithEvents rdbCancelada As RadioButton
  1270. Friend WithEvents rdbRevision As RadioButton
  1271. Friend WithEvents grpAgrupamiento As GroupBox
  1272. Friend WithEvents chkFecha As CheckBox
  1273. Friend WithEvents chkEstado As CheckBox
  1274. Friend WithEvents chkNacionalidad As CheckBox
  1275. Friend WithEvents chkInstrumento As CheckBox
  1276. Friend WithEvents chkEmpresa As CheckBox
  1277. Friend WithEvents chkTipoRenta As CheckBox
  1278. Friend WithEvents chkVigencia As CheckBox
  1279. Friend WithEvents grpTipoRendimiento As GroupBox
  1280. Friend WithEvents rdbRendimientoDiario As RadioButton
  1281. Friend WithEvents rdbRendimientoGeneral As RadioButton
  1282. Friend WithEvents grpAgruparRendDiario As GroupBox
  1283. Friend WithEvents CheckBox1 As CheckBox
  1284. Friend WithEvents CheckBox2 As CheckBox
  1285. Friend WithEvents CheckBox4 As CheckBox
  1286. Friend WithEvents CheckBox5 As CheckBox
  1287. Friend WithEvents CheckBox6 As CheckBox
  1288. Friend WithEvents CheckBox7 As CheckBox
  1289. Friend WithEvents grpRangoFechas As GroupBox
  1290. Friend WithEvents Label9 As Label
  1291. Friend WithEvents Label10 As Label
  1292. Friend WithEvents dtpFechaFinalDiario As DateTimePicker
  1293. Friend WithEvents dtpFechaInicialDiario As DateTimePicker
  1294. Friend WithEvents dgvRendimientoMensual As DataGridView
  1295. Friend WithEvents btnVer As Button
  1296. Friend WithEvents dgvRendimientoDiario As DataGridView
  1297. Friend WithEvents dgvRendimientoDetalles As DataGridView
  1298. Friend WithEvents Label11 As Label
  1299. Friend WithEvents Button1 As Button
  1300. Friend WithEvents Label6 As Label
  1301. Friend WithEvents GroupBox3 As GroupBox
  1302. Friend WithEvents rdbRendDiario As RadioButton
  1303. Friend WithEvents rdbRendMensual As RadioButton
  1304. Friend WithEvents Label14 As Label
  1305. Friend WithEvents Label13 As Label
  1306. Friend WithEvents Label12 As Label
  1307. Friend WithEvents btnActualizar As Button
  1308. Friend WithEvents txtRendSumaProducto As TextBox
  1309. Friend WithEvents lblRendSumaProducto As Label
  1310. End Class