frmRendimientoFiltro.Designer.vb 57 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306
  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.grpAgrupamiento = New System.Windows.Forms.GroupBox()
  72. Me.chkTipoRenta = New System.Windows.Forms.CheckBox()
  73. Me.chkVigencia = New System.Windows.Forms.CheckBox()
  74. Me.chkFecha = New System.Windows.Forms.CheckBox()
  75. Me.chkEstado = New System.Windows.Forms.CheckBox()
  76. Me.chkNacionalidad = New System.Windows.Forms.CheckBox()
  77. Me.chkInstrumento = New System.Windows.Forms.CheckBox()
  78. Me.chkEmpresa = New System.Windows.Forms.CheckBox()
  79. Me.txtRendimientos = New System.Windows.Forms.TextBox()
  80. Me.Label2 = New System.Windows.Forms.Label()
  81. Me.txtDisponibilidades = New System.Windows.Forms.TextBox()
  82. Me.Label7 = New System.Windows.Forms.Label()
  83. Me.txtPortTotal = New System.Windows.Forms.TextBox()
  84. Me.lblPortTotal = New System.Windows.Forms.Label()
  85. Me.dgvRendimientos = New System.Windows.Forms.DataGridView()
  86. Me.TbRendimientoDiario = New System.Windows.Forms.TabPage()
  87. Me.GroupBox3 = New System.Windows.Forms.GroupBox()
  88. Me.rdbRendDiario = New System.Windows.Forms.RadioButton()
  89. Me.rdbRendMensual = New System.Windows.Forms.RadioButton()
  90. Me.Button1 = New System.Windows.Forms.Button()
  91. Me.Label11 = New System.Windows.Forms.Label()
  92. Me.Label14 = New System.Windows.Forms.Label()
  93. Me.CheckBox4 = New System.Windows.Forms.CheckBox()
  94. Me.Label13 = New System.Windows.Forms.Label()
  95. Me.Label12 = New System.Windows.Forms.Label()
  96. Me.dgvRendimientoDetalles = New System.Windows.Forms.DataGridView()
  97. Me.Label6 = New System.Windows.Forms.Label()
  98. Me.btnVer = New System.Windows.Forms.Button()
  99. Me.dgvRendimientoDiario = New System.Windows.Forms.DataGridView()
  100. Me.dgvRendimientoMensual = New System.Windows.Forms.DataGridView()
  101. Me.grpAgruparRendDiario = New System.Windows.Forms.GroupBox()
  102. Me.CheckBox1 = New System.Windows.Forms.CheckBox()
  103. Me.CheckBox2 = New System.Windows.Forms.CheckBox()
  104. Me.CheckBox5 = New System.Windows.Forms.CheckBox()
  105. Me.CheckBox6 = New System.Windows.Forms.CheckBox()
  106. Me.CheckBox7 = New System.Windows.Forms.CheckBox()
  107. Me.grpRangoFechas = New System.Windows.Forms.GroupBox()
  108. Me.btnActualizar = New System.Windows.Forms.Button()
  109. Me.Label9 = New System.Windows.Forms.Label()
  110. Me.Label10 = New System.Windows.Forms.Label()
  111. Me.dtpFechaFinalDiario = New System.Windows.Forms.DateTimePicker()
  112. Me.dtpFechaInicialDiario = New System.Windows.Forms.DateTimePicker()
  113. Me.lblTitulo = New System.Windows.Forms.Label()
  114. Me.txtRendSumaProducto = New System.Windows.Forms.TextBox()
  115. Me.lblRendSumaProducto = 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.Controls.Add(Me.Panel2)
  170. Me.TbConfiguracion.Controls.Add(Me.Panel3)
  171. Me.TbConfiguracion.Location = New System.Drawing.Point(4, 22)
  172. Me.TbConfiguracion.Name = "TbConfiguracion"
  173. Me.TbConfiguracion.Padding = New System.Windows.Forms.Padding(3)
  174. Me.TbConfiguracion.Size = New System.Drawing.Size(1186, 651)
  175. Me.TbConfiguracion.TabIndex = 0
  176. Me.TbConfiguracion.Text = "Configuracion"
  177. Me.TbConfiguracion.UseVisualStyleBackColor = True
  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.Controls.Add(Me.txtRendSumaProducto)
  663. Me.TbRendimientoGeneral.Controls.Add(Me.lblRendSumaProducto)
  664. Me.TbRendimientoGeneral.Controls.Add(Me.grpAgrupamiento)
  665. Me.TbRendimientoGeneral.Controls.Add(Me.txtRendimientos)
  666. Me.TbRendimientoGeneral.Controls.Add(Me.Label2)
  667. Me.TbRendimientoGeneral.Controls.Add(Me.txtDisponibilidades)
  668. Me.TbRendimientoGeneral.Controls.Add(Me.Label7)
  669. Me.TbRendimientoGeneral.Controls.Add(Me.txtPortTotal)
  670. Me.TbRendimientoGeneral.Controls.Add(Me.lblPortTotal)
  671. Me.TbRendimientoGeneral.Controls.Add(Me.dgvRendimientos)
  672. Me.TbRendimientoGeneral.Location = New System.Drawing.Point(4, 22)
  673. Me.TbRendimientoGeneral.Name = "TbRendimientoGeneral"
  674. Me.TbRendimientoGeneral.Padding = New System.Windows.Forms.Padding(3)
  675. Me.TbRendimientoGeneral.Size = New System.Drawing.Size(1186, 651)
  676. Me.TbRendimientoGeneral.TabIndex = 1
  677. Me.TbRendimientoGeneral.Text = "Tabla de Rendimientos"
  678. Me.TbRendimientoGeneral.UseVisualStyleBackColor = True
  679. '
  680. 'grpAgrupamiento
  681. '
  682. Me.grpAgrupamiento.Controls.Add(Me.chkTipoRenta)
  683. Me.grpAgrupamiento.Controls.Add(Me.chkVigencia)
  684. Me.grpAgrupamiento.Controls.Add(Me.chkFecha)
  685. Me.grpAgrupamiento.Controls.Add(Me.chkEstado)
  686. Me.grpAgrupamiento.Controls.Add(Me.chkNacionalidad)
  687. Me.grpAgrupamiento.Controls.Add(Me.chkInstrumento)
  688. Me.grpAgrupamiento.Controls.Add(Me.chkEmpresa)
  689. Me.grpAgrupamiento.Location = New System.Drawing.Point(383, 34)
  690. Me.grpAgrupamiento.Name = "grpAgrupamiento"
  691. Me.grpAgrupamiento.Size = New System.Drawing.Size(472, 77)
  692. Me.grpAgrupamiento.TabIndex = 23
  693. Me.grpAgrupamiento.TabStop = False
  694. Me.grpAgrupamiento.Text = "Agrupar Por:"
  695. '
  696. 'chkTipoRenta
  697. '
  698. Me.chkTipoRenta.AutoSize = True
  699. Me.chkTipoRenta.Location = New System.Drawing.Point(361, 19)
  700. Me.chkTipoRenta.Name = "chkTipoRenta"
  701. Me.chkTipoRenta.Size = New System.Drawing.Size(76, 17)
  702. Me.chkTipoRenta.TabIndex = 6
  703. Me.chkTipoRenta.Text = "TipoRenta"
  704. Me.chkTipoRenta.UseVisualStyleBackColor = True
  705. '
  706. 'chkVigencia
  707. '
  708. Me.chkVigencia.AutoSize = True
  709. Me.chkVigencia.Location = New System.Drawing.Point(269, 47)
  710. Me.chkVigencia.Name = "chkVigencia"
  711. Me.chkVigencia.Size = New System.Drawing.Size(67, 17)
  712. Me.chkVigencia.TabIndex = 5
  713. Me.chkVigencia.Text = "Vigencia"
  714. Me.chkVigencia.UseVisualStyleBackColor = True
  715. '
  716. 'chkFecha
  717. '
  718. Me.chkFecha.AutoSize = True
  719. Me.chkFecha.Location = New System.Drawing.Point(269, 19)
  720. Me.chkFecha.Name = "chkFecha"
  721. Me.chkFecha.Size = New System.Drawing.Size(56, 17)
  722. Me.chkFecha.TabIndex = 4
  723. Me.chkFecha.Text = "Fecha"
  724. Me.chkFecha.UseVisualStyleBackColor = True
  725. '
  726. 'chkEstado
  727. '
  728. Me.chkEstado.AutoSize = True
  729. Me.chkEstado.Location = New System.Drawing.Point(134, 42)
  730. Me.chkEstado.Name = "chkEstado"
  731. Me.chkEstado.Size = New System.Drawing.Size(59, 17)
  732. Me.chkEstado.TabIndex = 3
  733. Me.chkEstado.Text = "Estado"
  734. Me.chkEstado.UseVisualStyleBackColor = True
  735. '
  736. 'chkNacionalidad
  737. '
  738. Me.chkNacionalidad.AutoSize = True
  739. Me.chkNacionalidad.Location = New System.Drawing.Point(134, 19)
  740. Me.chkNacionalidad.Name = "chkNacionalidad"
  741. Me.chkNacionalidad.Size = New System.Drawing.Size(88, 17)
  742. Me.chkNacionalidad.TabIndex = 2
  743. Me.chkNacionalidad.Text = "Nacionalidad"
  744. Me.chkNacionalidad.UseVisualStyleBackColor = True
  745. '
  746. 'chkInstrumento
  747. '
  748. Me.chkInstrumento.AutoSize = True
  749. Me.chkInstrumento.Location = New System.Drawing.Point(6, 47)
  750. Me.chkInstrumento.Name = "chkInstrumento"
  751. Me.chkInstrumento.Size = New System.Drawing.Size(81, 17)
  752. Me.chkInstrumento.TabIndex = 1
  753. Me.chkInstrumento.Text = "Instrumento"
  754. Me.chkInstrumento.UseVisualStyleBackColor = True
  755. '
  756. 'chkEmpresa
  757. '
  758. Me.chkEmpresa.AutoSize = True
  759. Me.chkEmpresa.Location = New System.Drawing.Point(6, 19)
  760. Me.chkEmpresa.Name = "chkEmpresa"
  761. Me.chkEmpresa.Size = New System.Drawing.Size(67, 17)
  762. Me.chkEmpresa.TabIndex = 0
  763. Me.chkEmpresa.Text = "Empresa"
  764. Me.chkEmpresa.UseVisualStyleBackColor = True
  765. '
  766. 'txtRendimientos
  767. '
  768. Me.txtRendimientos.Location = New System.Drawing.Point(251, 82)
  769. Me.txtRendimientos.Name = "txtRendimientos"
  770. Me.txtRendimientos.ReadOnly = True
  771. Me.txtRendimientos.Size = New System.Drawing.Size(100, 20)
  772. Me.txtRendimientos.TabIndex = 20
  773. '
  774. 'Label2
  775. '
  776. Me.Label2.AutoSize = True
  777. Me.Label2.Location = New System.Drawing.Point(91, 85)
  778. Me.Label2.Name = "Label2"
  779. Me.Label2.Size = New System.Drawing.Size(71, 13)
  780. Me.Label2.TabIndex = 19
  781. Me.Label2.Text = "Rendimientos"
  782. '
  783. 'txtDisponibilidades
  784. '
  785. Me.txtDisponibilidades.Location = New System.Drawing.Point(251, 46)
  786. Me.txtDisponibilidades.Name = "txtDisponibilidades"
  787. Me.txtDisponibilidades.ReadOnly = True
  788. Me.txtDisponibilidades.Size = New System.Drawing.Size(100, 20)
  789. Me.txtDisponibilidades.TabIndex = 18
  790. '
  791. 'Label7
  792. '
  793. Me.Label7.AutoSize = True
  794. Me.Label7.Location = New System.Drawing.Point(91, 53)
  795. Me.Label7.Name = "Label7"
  796. Me.Label7.Size = New System.Drawing.Size(83, 13)
  797. Me.Label7.TabIndex = 17
  798. Me.Label7.Text = "Disponibilidades"
  799. '
  800. 'txtPortTotal
  801. '
  802. Me.txtPortTotal.Location = New System.Drawing.Point(251, 11)
  803. Me.txtPortTotal.Name = "txtPortTotal"
  804. Me.txtPortTotal.ReadOnly = True
  805. Me.txtPortTotal.Size = New System.Drawing.Size(100, 20)
  806. Me.txtPortTotal.TabIndex = 14
  807. '
  808. 'lblPortTotal
  809. '
  810. Me.lblPortTotal.AutoSize = True
  811. Me.lblPortTotal.Location = New System.Drawing.Point(91, 18)
  812. Me.lblPortTotal.Name = "lblPortTotal"
  813. Me.lblPortTotal.Size = New System.Drawing.Size(54, 13)
  814. Me.lblPortTotal.TabIndex = 10
  815. Me.lblPortTotal.Text = "Portafolio "
  816. '
  817. 'dgvRendimientos
  818. '
  819. Me.dgvRendimientos.AllowUserToAddRows = False
  820. Me.dgvRendimientos.AllowUserToDeleteRows = False
  821. Me.dgvRendimientos.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  822. Me.dgvRendimientos.BackgroundColor = System.Drawing.SystemColors.ControlLight
  823. Me.dgvRendimientos.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  824. Me.dgvRendimientos.Location = New System.Drawing.Point(3, 117)
  825. Me.dgvRendimientos.Name = "dgvRendimientos"
  826. Me.dgvRendimientos.Size = New System.Drawing.Size(1178, 458)
  827. Me.dgvRendimientos.TabIndex = 0
  828. '
  829. 'TbRendimientoDiario
  830. '
  831. Me.TbRendimientoDiario.Controls.Add(Me.GroupBox3)
  832. Me.TbRendimientoDiario.Controls.Add(Me.Label14)
  833. Me.TbRendimientoDiario.Controls.Add(Me.CheckBox4)
  834. Me.TbRendimientoDiario.Controls.Add(Me.Label13)
  835. Me.TbRendimientoDiario.Controls.Add(Me.Label12)
  836. Me.TbRendimientoDiario.Controls.Add(Me.dgvRendimientoDetalles)
  837. Me.TbRendimientoDiario.Controls.Add(Me.Label6)
  838. Me.TbRendimientoDiario.Controls.Add(Me.btnVer)
  839. Me.TbRendimientoDiario.Controls.Add(Me.dgvRendimientoDiario)
  840. Me.TbRendimientoDiario.Controls.Add(Me.dgvRendimientoMensual)
  841. Me.TbRendimientoDiario.Controls.Add(Me.grpAgruparRendDiario)
  842. Me.TbRendimientoDiario.Controls.Add(Me.grpRangoFechas)
  843. Me.TbRendimientoDiario.Location = New System.Drawing.Point(4, 22)
  844. Me.TbRendimientoDiario.Name = "TbRendimientoDiario"
  845. Me.TbRendimientoDiario.Padding = New System.Windows.Forms.Padding(3)
  846. Me.TbRendimientoDiario.Size = New System.Drawing.Size(1186, 651)
  847. Me.TbRendimientoDiario.TabIndex = 2
  848. Me.TbRendimientoDiario.Text = "Rendimientos Diario"
  849. Me.TbRendimientoDiario.UseVisualStyleBackColor = True
  850. '
  851. 'GroupBox3
  852. '
  853. Me.GroupBox3.Controls.Add(Me.rdbRendDiario)
  854. Me.GroupBox3.Controls.Add(Me.rdbRendMensual)
  855. Me.GroupBox3.Controls.Add(Me.Button1)
  856. Me.GroupBox3.Controls.Add(Me.Label11)
  857. Me.GroupBox3.Location = New System.Drawing.Point(515, 241)
  858. Me.GroupBox3.Name = "GroupBox3"
  859. Me.GroupBox3.Size = New System.Drawing.Size(182, 113)
  860. Me.GroupBox3.TabIndex = 84
  861. Me.GroupBox3.TabStop = False
  862. Me.GroupBox3.Text = "Rendimiento"
  863. '
  864. 'rdbRendDiario
  865. '
  866. Me.rdbRendDiario.AutoSize = True
  867. Me.rdbRendDiario.Location = New System.Drawing.Point(106, 14)
  868. Me.rdbRendDiario.Name = "rdbRendDiario"
  869. Me.rdbRendDiario.Size = New System.Drawing.Size(52, 17)
  870. Me.rdbRendDiario.TabIndex = 1
  871. Me.rdbRendDiario.Text = "Diario"
  872. Me.rdbRendDiario.UseVisualStyleBackColor = True
  873. '
  874. 'rdbRendMensual
  875. '
  876. Me.rdbRendMensual.AutoSize = True
  877. Me.rdbRendMensual.Checked = True
  878. Me.rdbRendMensual.Location = New System.Drawing.Point(21, 14)
  879. Me.rdbRendMensual.Name = "rdbRendMensual"
  880. Me.rdbRendMensual.Size = New System.Drawing.Size(65, 17)
  881. Me.rdbRendMensual.TabIndex = 0
  882. Me.rdbRendMensual.TabStop = True
  883. Me.rdbRendMensual.Text = "Mensual"
  884. Me.rdbRendMensual.UseVisualStyleBackColor = True
  885. '
  886. 'Button1
  887. '
  888. Me.Button1.Location = New System.Drawing.Point(60, 64)
  889. Me.Button1.Name = "Button1"
  890. Me.Button1.Size = New System.Drawing.Size(59, 43)
  891. Me.Button1.TabIndex = 29
  892. Me.Button1.Text = "V" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "V"
  893. Me.Button1.UseVisualStyleBackColor = True
  894. '
  895. 'Label11
  896. '
  897. Me.Label11.AutoSize = True
  898. Me.Label11.Location = New System.Drawing.Point(39, 48)
  899. Me.Label11.Name = "Label11"
  900. Me.Label11.Size = New System.Drawing.Size(97, 13)
  901. Me.Label11.TabIndex = 30
  902. Me.Label11.Text = "Detalles Completos"
  903. '
  904. 'Label14
  905. '
  906. Me.Label14.Anchor = System.Windows.Forms.AnchorStyles.Top
  907. Me.Label14.AutoSize = True
  908. Me.Label14.Font = New System.Drawing.Font("Trebuchet MS", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  909. Me.Label14.Location = New System.Drawing.Point(22, 357)
  910. Me.Label14.Name = "Label14"
  911. Me.Label14.Size = New System.Drawing.Size(308, 24)
  912. Me.Label14.TabIndex = 83
  913. Me.Label14.Text = "Detalles de Rendimiento por Dias"
  914. '
  915. 'CheckBox4
  916. '
  917. Me.CheckBox4.AutoSize = True
  918. Me.CheckBox4.Enabled = False
  919. Me.CheckBox4.Location = New System.Drawing.Point(703, 33)
  920. Me.CheckBox4.Name = "CheckBox4"
  921. Me.CheckBox4.Size = New System.Drawing.Size(59, 17)
  922. Me.CheckBox4.TabIndex = 3
  923. Me.CheckBox4.Text = "Estado"
  924. Me.CheckBox4.UseVisualStyleBackColor = True
  925. Me.CheckBox4.Visible = False
  926. '
  927. 'Label13
  928. '
  929. Me.Label13.Anchor = System.Windows.Forms.AnchorStyles.Top
  930. Me.Label13.AutoSize = True
  931. Me.Label13.Font = New System.Drawing.Font("Trebuchet MS", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  932. Me.Label13.Location = New System.Drawing.Point(664, 148)
  933. Me.Label13.Name = "Label13"
  934. Me.Label13.Size = New System.Drawing.Size(183, 24)
  935. Me.Label13.TabIndex = 82
  936. Me.Label13.Text = "Rendimiento Diario"
  937. '
  938. 'Label12
  939. '
  940. Me.Label12.Anchor = System.Windows.Forms.AnchorStyles.Top
  941. Me.Label12.AutoSize = True
  942. Me.Label12.Font = New System.Drawing.Font("Trebuchet MS", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  943. Me.Label12.Location = New System.Drawing.Point(5, 148)
  944. Me.Label12.Name = "Label12"
  945. Me.Label12.Size = New System.Drawing.Size(201, 24)
  946. Me.Label12.TabIndex = 81
  947. Me.Label12.Text = "Rendimiento Mensual"
  948. '
  949. 'dgvRendimientoDetalles
  950. '
  951. Me.dgvRendimientoDetalles.AllowDrop = True
  952. Me.dgvRendimientoDetalles.AllowUserToAddRows = False
  953. Me.dgvRendimientoDetalles.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  954. Me.dgvRendimientoDetalles.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells
  955. Me.dgvRendimientoDetalles.BackgroundColor = System.Drawing.Color.White
  956. Me.dgvRendimientoDetalles.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  957. Me.dgvRendimientoDetalles.Location = New System.Drawing.Point(0, 384)
  958. Me.dgvRendimientoDetalles.Name = "dgvRendimientoDetalles"
  959. Me.dgvRendimientoDetalles.Size = New System.Drawing.Size(1180, 183)
  960. Me.dgvRendimientoDetalles.TabIndex = 31
  961. '
  962. 'Label6
  963. '
  964. Me.Label6.AutoSize = True
  965. Me.Label6.Location = New System.Drawing.Point(588, 196)
  966. Me.Label6.Name = "Label6"
  967. Me.Label6.Size = New System.Drawing.Size(28, 13)
  968. Me.Label6.TabIndex = 28
  969. Me.Label6.Text = "Dias"
  970. '
  971. 'btnVer
  972. '
  973. Me.btnVer.Location = New System.Drawing.Point(567, 212)
  974. Me.btnVer.Name = "btnVer"
  975. Me.btnVer.Size = New System.Drawing.Size(75, 23)
  976. Me.btnVer.TabIndex = 27
  977. Me.btnVer.Text = ">>"
  978. Me.btnVer.UseVisualStyleBackColor = True
  979. '
  980. 'dgvRendimientoDiario
  981. '
  982. Me.dgvRendimientoDiario.AllowDrop = True
  983. Me.dgvRendimientoDiario.AllowUserToAddRows = False
  984. Me.dgvRendimientoDiario.AllowUserToDeleteRows = False
  985. Me.dgvRendimientoDiario.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  986. Me.dgvRendimientoDiario.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells
  987. Me.dgvRendimientoDiario.BackgroundColor = System.Drawing.Color.White
  988. Me.dgvRendimientoDiario.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  989. Me.dgvRendimientoDiario.Location = New System.Drawing.Point(703, 175)
  990. Me.dgvRendimientoDiario.Name = "dgvRendimientoDiario"
  991. Me.dgvRendimientoDiario.Size = New System.Drawing.Size(464, 179)
  992. Me.dgvRendimientoDiario.TabIndex = 26
  993. '
  994. 'dgvRendimientoMensual
  995. '
  996. Me.dgvRendimientoMensual.AllowUserToAddRows = False
  997. Me.dgvRendimientoMensual.AllowUserToDeleteRows = False
  998. Me.dgvRendimientoMensual.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  999. Me.dgvRendimientoMensual.BackgroundColor = System.Drawing.Color.White
  1000. Me.dgvRendimientoMensual.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  1001. Me.dgvRendimientoMensual.Location = New System.Drawing.Point(0, 175)
  1002. Me.dgvRendimientoMensual.Name = "dgvRendimientoMensual"
  1003. Me.dgvRendimientoMensual.Size = New System.Drawing.Size(509, 179)
  1004. Me.dgvRendimientoMensual.TabIndex = 25
  1005. '
  1006. 'grpAgruparRendDiario
  1007. '
  1008. Me.grpAgruparRendDiario.Controls.Add(Me.CheckBox1)
  1009. Me.grpAgruparRendDiario.Controls.Add(Me.CheckBox2)
  1010. Me.grpAgruparRendDiario.Controls.Add(Me.CheckBox5)
  1011. Me.grpAgruparRendDiario.Controls.Add(Me.CheckBox6)
  1012. Me.grpAgruparRendDiario.Controls.Add(Me.CheckBox7)
  1013. Me.grpAgruparRendDiario.Location = New System.Drawing.Point(408, 16)
  1014. Me.grpAgruparRendDiario.Name = "grpAgruparRendDiario"
  1015. Me.grpAgruparRendDiario.Size = New System.Drawing.Size(253, 113)
  1016. Me.grpAgruparRendDiario.TabIndex = 24
  1017. Me.grpAgruparRendDiario.TabStop = False
  1018. Me.grpAgruparRendDiario.Text = "Agrupar Por:"
  1019. '
  1020. 'CheckBox1
  1021. '
  1022. Me.CheckBox1.AutoSize = True
  1023. Me.CheckBox1.Location = New System.Drawing.Point(167, 47)
  1024. Me.CheckBox1.Name = "CheckBox1"
  1025. Me.CheckBox1.Size = New System.Drawing.Size(76, 17)
  1026. Me.CheckBox1.TabIndex = 6
  1027. Me.CheckBox1.Text = "TipoRenta"
  1028. Me.CheckBox1.UseVisualStyleBackColor = True
  1029. '
  1030. 'CheckBox2
  1031. '
  1032. Me.CheckBox2.AutoSize = True
  1033. Me.CheckBox2.Location = New System.Drawing.Point(167, 15)
  1034. Me.CheckBox2.Name = "CheckBox2"
  1035. Me.CheckBox2.Size = New System.Drawing.Size(67, 17)
  1036. Me.CheckBox2.TabIndex = 5
  1037. Me.CheckBox2.Text = "Vigencia"
  1038. Me.CheckBox2.UseVisualStyleBackColor = True
  1039. '
  1040. 'CheckBox5
  1041. '
  1042. Me.CheckBox5.AutoSize = True
  1043. Me.CheckBox5.Location = New System.Drawing.Point(6, 79)
  1044. Me.CheckBox5.Name = "CheckBox5"
  1045. Me.CheckBox5.Size = New System.Drawing.Size(88, 17)
  1046. Me.CheckBox5.TabIndex = 2
  1047. Me.CheckBox5.Text = "Nacionalidad"
  1048. Me.CheckBox5.UseVisualStyleBackColor = True
  1049. '
  1050. 'CheckBox6
  1051. '
  1052. Me.CheckBox6.AutoSize = True
  1053. Me.CheckBox6.Location = New System.Drawing.Point(6, 47)
  1054. Me.CheckBox6.Name = "CheckBox6"
  1055. Me.CheckBox6.Size = New System.Drawing.Size(81, 17)
  1056. Me.CheckBox6.TabIndex = 1
  1057. Me.CheckBox6.Text = "Instrumento"
  1058. Me.CheckBox6.UseVisualStyleBackColor = True
  1059. '
  1060. 'CheckBox7
  1061. '
  1062. Me.CheckBox7.AutoSize = True
  1063. Me.CheckBox7.Location = New System.Drawing.Point(6, 19)
  1064. Me.CheckBox7.Name = "CheckBox7"
  1065. Me.CheckBox7.Size = New System.Drawing.Size(67, 17)
  1066. Me.CheckBox7.TabIndex = 0
  1067. Me.CheckBox7.Text = "Empresa"
  1068. Me.CheckBox7.UseVisualStyleBackColor = True
  1069. '
  1070. 'grpRangoFechas
  1071. '
  1072. Me.grpRangoFechas.Controls.Add(Me.btnActualizar)
  1073. Me.grpRangoFechas.Controls.Add(Me.Label9)
  1074. Me.grpRangoFechas.Controls.Add(Me.Label10)
  1075. Me.grpRangoFechas.Controls.Add(Me.dtpFechaFinalDiario)
  1076. Me.grpRangoFechas.Controls.Add(Me.dtpFechaInicialDiario)
  1077. Me.grpRangoFechas.Location = New System.Drawing.Point(6, 6)
  1078. Me.grpRangoFechas.Name = "grpRangoFechas"
  1079. Me.grpRangoFechas.Size = New System.Drawing.Size(396, 123)
  1080. Me.grpRangoFechas.TabIndex = 1
  1081. Me.grpRangoFechas.TabStop = False
  1082. Me.grpRangoFechas.Text = "Rango de Fechas"
  1083. '
  1084. 'btnActualizar
  1085. '
  1086. Me.btnActualizar.Location = New System.Drawing.Point(136, 82)
  1087. Me.btnActualizar.Name = "btnActualizar"
  1088. Me.btnActualizar.Size = New System.Drawing.Size(76, 28)
  1089. Me.btnActualizar.TabIndex = 85
  1090. Me.btnActualizar.Text = "Actualizar"
  1091. Me.btnActualizar.UseVisualStyleBackColor = True
  1092. '
  1093. 'Label9
  1094. '
  1095. Me.Label9.AutoSize = True
  1096. Me.Label9.Location = New System.Drawing.Point(229, 31)
  1097. Me.Label9.Name = "Label9"
  1098. Me.Label9.Size = New System.Drawing.Size(62, 13)
  1099. Me.Label9.TabIndex = 10
  1100. Me.Label9.Text = "Fecha Final"
  1101. '
  1102. 'Label10
  1103. '
  1104. Me.Label10.AutoSize = True
  1105. Me.Label10.Location = New System.Drawing.Point(49, 31)
  1106. Me.Label10.Name = "Label10"
  1107. Me.Label10.Size = New System.Drawing.Size(67, 13)
  1108. Me.Label10.TabIndex = 9
  1109. Me.Label10.Text = "Fecha Inicial"
  1110. '
  1111. 'dtpFechaFinalDiario
  1112. '
  1113. Me.dtpFechaFinalDiario.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  1114. Me.dtpFechaFinalDiario.Location = New System.Drawing.Point(193, 52)
  1115. Me.dtpFechaFinalDiario.Name = "dtpFechaFinalDiario"
  1116. Me.dtpFechaFinalDiario.Size = New System.Drawing.Size(140, 20)
  1117. Me.dtpFechaFinalDiario.TabIndex = 8
  1118. '
  1119. 'dtpFechaInicialDiario
  1120. '
  1121. Me.dtpFechaInicialDiario.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  1122. Me.dtpFechaInicialDiario.Location = New System.Drawing.Point(20, 52)
  1123. Me.dtpFechaInicialDiario.Name = "dtpFechaInicialDiario"
  1124. Me.dtpFechaInicialDiario.Size = New System.Drawing.Size(135, 20)
  1125. Me.dtpFechaInicialDiario.TabIndex = 7
  1126. '
  1127. 'lblTitulo
  1128. '
  1129. Me.lblTitulo.Anchor = System.Windows.Forms.AnchorStyles.Top
  1130. Me.lblTitulo.AutoSize = True
  1131. Me.lblTitulo.BackColor = System.Drawing.Color.WhiteSmoke
  1132. Me.lblTitulo.Font = New System.Drawing.Font("Trebuchet MS", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  1133. Me.lblTitulo.Location = New System.Drawing.Point(166, 9)
  1134. Me.lblTitulo.Name = "lblTitulo"
  1135. Me.lblTitulo.Size = New System.Drawing.Size(138, 35)
  1136. Me.lblTitulo.TabIndex = 82
  1137. Me.lblTitulo.Text = "Portafolio"
  1138. '
  1139. 'txtRendSumaProducto
  1140. '
  1141. Me.txtRendSumaProducto.Location = New System.Drawing.Point(505, 11)
  1142. Me.txtRendSumaProducto.Name = "txtRendSumaProducto"
  1143. Me.txtRendSumaProducto.ReadOnly = True
  1144. Me.txtRendSumaProducto.Size = New System.Drawing.Size(100, 20)
  1145. Me.txtRendSumaProducto.TabIndex = 25
  1146. '
  1147. 'lblRendSumaProducto
  1148. '
  1149. Me.lblRendSumaProducto.AutoSize = True
  1150. Me.lblRendSumaProducto.Location = New System.Drawing.Point(386, 14)
  1151. Me.lblRendSumaProducto.Name = "lblRendSumaProducto"
  1152. Me.lblRendSumaProducto.Size = New System.Drawing.Size(89, 13)
  1153. Me.lblRendSumaProducto.TabIndex = 24
  1154. Me.lblRendSumaProducto.Text = "Rendimiento (SP)"
  1155. '
  1156. 'frmRendimientoFiltro
  1157. '
  1158. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  1159. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  1160. Me.ClientSize = New System.Drawing.Size(1200, 749)
  1161. Me.Controls.Add(Me.Panel1)
  1162. Me.Name = "frmRendimientoFiltro"
  1163. Me.Text = "frmRendimientoTotal"
  1164. Me.Panel1.ResumeLayout(False)
  1165. Me.Panel1.PerformLayout()
  1166. Me.TbcRendimiento.ResumeLayout(False)
  1167. Me.TbConfiguracion.ResumeLayout(False)
  1168. Me.Panel2.ResumeLayout(False)
  1169. Me.grpTipoRendimiento.ResumeLayout(False)
  1170. Me.grpTipoRendimiento.PerformLayout()
  1171. Me.grpInstrumento.ResumeLayout(False)
  1172. Me.grpMostrarTotales.ResumeLayout(False)
  1173. Me.grpTotales.ResumeLayout(False)
  1174. Me.grpTotales.PerformLayout()
  1175. Me.grpEmpresasInstrumentos.ResumeLayout(False)
  1176. Me.grpEmpresa.ResumeLayout(False)
  1177. Me.grpFechas.ResumeLayout(False)
  1178. Me.grpFechas.PerformLayout()
  1179. Me.Panel3.ResumeLayout(False)
  1180. Me.grpOtros.ResumeLayout(False)
  1181. Me.grpVigente.ResumeLayout(False)
  1182. Me.grpVigente.PerformLayout()
  1183. Me.grpEstado.ResumeLayout(False)
  1184. Me.grpEstado.PerformLayout()
  1185. Me.grpLugar.ResumeLayout(False)
  1186. Me.grpLugar.PerformLayout()
  1187. Me.grpRenta.ResumeLayout(False)
  1188. Me.grpRenta.PerformLayout()
  1189. Me.TbRendimientoGeneral.ResumeLayout(False)
  1190. Me.TbRendimientoGeneral.PerformLayout()
  1191. Me.grpAgrupamiento.ResumeLayout(False)
  1192. Me.grpAgrupamiento.PerformLayout()
  1193. CType(Me.dgvRendimientos, System.ComponentModel.ISupportInitialize).EndInit()
  1194. Me.TbRendimientoDiario.ResumeLayout(False)
  1195. Me.TbRendimientoDiario.PerformLayout()
  1196. Me.GroupBox3.ResumeLayout(False)
  1197. Me.GroupBox3.PerformLayout()
  1198. CType(Me.dgvRendimientoDetalles, System.ComponentModel.ISupportInitialize).EndInit()
  1199. CType(Me.dgvRendimientoDiario, System.ComponentModel.ISupportInitialize).EndInit()
  1200. CType(Me.dgvRendimientoMensual, System.ComponentModel.ISupportInitialize).EndInit()
  1201. Me.grpAgruparRendDiario.ResumeLayout(False)
  1202. Me.grpAgruparRendDiario.PerformLayout()
  1203. Me.grpRangoFechas.ResumeLayout(False)
  1204. Me.grpRangoFechas.PerformLayout()
  1205. Me.ResumeLayout(False)
  1206. End Sub
  1207. Friend WithEvents Panel1 As Panel
  1208. Friend WithEvents lblTitulo As Label
  1209. Friend WithEvents Panel2 As Panel
  1210. Friend WithEvents grpEmpresasInstrumentos As GroupBox
  1211. Friend WithEvents grpFechas As GroupBox
  1212. Friend WithEvents Label5 As Label
  1213. Friend WithEvents Label4 As Label
  1214. Friend WithEvents dtpFechaFinal As DateTimePicker
  1215. Friend WithEvents dtpFechaInicial As DateTimePicker
  1216. Friend WithEvents Panel3 As Panel
  1217. Friend WithEvents grpMostrarTotales As GroupBox
  1218. Friend WithEvents grpTotales As GroupBox
  1219. Friend WithEvents chkPortafolioSinRenta As CheckBox
  1220. Friend WithEvents chkPortafolioSinLiquidez As CheckBox
  1221. Friend WithEvents chkPortafolio As CheckBox
  1222. Friend WithEvents grpOtros As GroupBox
  1223. Friend WithEvents grpLugar As GroupBox
  1224. Friend WithEvents grpRenta As GroupBox
  1225. Friend WithEvents rdbAmbosRenta As RadioButton
  1226. Friend WithEvents rdbFija As RadioButton
  1227. Friend WithEvents rdbVariable As RadioButton
  1228. Friend WithEvents grpInstrumento As GroupBox
  1229. Friend WithEvents grpEmpresa As GroupBox
  1230. Friend WithEvents TbcRendimiento As TabControl
  1231. Friend WithEvents TbConfiguracion As TabPage
  1232. Friend WithEvents TbRendimientoGeneral As TabPage
  1233. Friend WithEvents dgvRendimientos As DataGridView
  1234. Friend WithEvents flpEmpresa As FlowLayoutPanel
  1235. Friend WithEvents flpInstrumento As FlowLayoutPanel
  1236. Friend WithEvents txtPortTotal As TextBox
  1237. Friend WithEvents lblPortTotal As Label
  1238. Friend WithEvents txtDisponibilidades As TextBox
  1239. Friend WithEvents Label7 As Label
  1240. Friend WithEvents Label1 As Label
  1241. Friend WithEvents dtpFecha As DateTimePicker
  1242. Friend WithEvents TbRendimientoDiario As TabPage
  1243. Friend WithEvents grpEstado As GroupBox
  1244. Friend WithEvents rdbTodosEstado As RadioButton
  1245. Friend WithEvents rdbRechazado As RadioButton
  1246. Friend WithEvents rdbAprobado As RadioButton
  1247. Friend WithEvents rdbPendientes As RadioButton
  1248. Friend WithEvents rdbRangoFechas As RadioButton
  1249. Friend WithEvents rdbFecha As RadioButton
  1250. Friend WithEvents rdbDeshabilitarFecha As RadioButton
  1251. Friend WithEvents grpVigente As GroupBox
  1252. Friend WithEvents rdbVencidoAmbos As RadioButton
  1253. Friend WithEvents rdbVencido As RadioButton
  1254. Friend WithEvents rdbVigente As RadioButton
  1255. Friend WithEvents rdbAmbosPais As RadioButton
  1256. Friend WithEvents rdbNacionales As RadioButton
  1257. Friend WithEvents rdbInternacionales As RadioButton
  1258. Friend WithEvents txtRendimientos As TextBox
  1259. Friend WithEvents Label2 As Label
  1260. Friend WithEvents rdbCancelada As RadioButton
  1261. Friend WithEvents rdbRevision As RadioButton
  1262. Friend WithEvents grpAgrupamiento As GroupBox
  1263. Friend WithEvents chkFecha As CheckBox
  1264. Friend WithEvents chkEstado As CheckBox
  1265. Friend WithEvents chkNacionalidad As CheckBox
  1266. Friend WithEvents chkInstrumento As CheckBox
  1267. Friend WithEvents chkEmpresa As CheckBox
  1268. Friend WithEvents chkTipoRenta As CheckBox
  1269. Friend WithEvents chkVigencia As CheckBox
  1270. Friend WithEvents grpTipoRendimiento As GroupBox
  1271. Friend WithEvents rdbRendimientoDiario As RadioButton
  1272. Friend WithEvents rdbRendimientoGeneral As RadioButton
  1273. Friend WithEvents grpAgruparRendDiario As GroupBox
  1274. Friend WithEvents CheckBox1 As CheckBox
  1275. Friend WithEvents CheckBox2 As CheckBox
  1276. Friend WithEvents CheckBox4 As CheckBox
  1277. Friend WithEvents CheckBox5 As CheckBox
  1278. Friend WithEvents CheckBox6 As CheckBox
  1279. Friend WithEvents CheckBox7 As CheckBox
  1280. Friend WithEvents grpRangoFechas As GroupBox
  1281. Friend WithEvents Label9 As Label
  1282. Friend WithEvents Label10 As Label
  1283. Friend WithEvents dtpFechaFinalDiario As DateTimePicker
  1284. Friend WithEvents dtpFechaInicialDiario As DateTimePicker
  1285. Friend WithEvents dgvRendimientoMensual As DataGridView
  1286. Friend WithEvents btnVer As Button
  1287. Friend WithEvents dgvRendimientoDiario As DataGridView
  1288. Friend WithEvents dgvRendimientoDetalles As DataGridView
  1289. Friend WithEvents Label11 As Label
  1290. Friend WithEvents Button1 As Button
  1291. Friend WithEvents Label6 As Label
  1292. Friend WithEvents GroupBox3 As GroupBox
  1293. Friend WithEvents rdbRendDiario As RadioButton
  1294. Friend WithEvents rdbRendMensual As RadioButton
  1295. Friend WithEvents Label14 As Label
  1296. Friend WithEvents Label13 As Label
  1297. Friend WithEvents Label12 As Label
  1298. Friend WithEvents btnActualizar As Button
  1299. Friend WithEvents txtRendSumaProducto As TextBox
  1300. Friend WithEvents lblRendSumaProducto As Label
  1301. End Class