frmFOIN.Designer.vb 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
  2. Partial Class frmFOIN
  3. Inherits System.Windows.Forms.Form
  4. 'Form reemplaza a Dispose para limpiar la lista de componentes.
  5. <System.Diagnostics.DebuggerNonUserCode()>
  6. Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  7. Try
  8. If disposing AndAlso components IsNot Nothing Then
  9. components.Dispose()
  10. End If
  11. Finally
  12. MyBase.Dispose(disposing)
  13. End Try
  14. End Sub
  15. 'Requerido por el Diseñador de Windows Forms
  16. Private components As System.ComponentModel.IContainer
  17. 'NOTA: el Diseñador de Windows Forms necesita el siguiente procedimiento
  18. 'Se puede modificar usando el Diseñador de Windows Forms.
  19. 'No lo modifique con el editor de código.
  20. <System.Diagnostics.DebuggerStepThrough()>
  21. Private Sub InitializeComponent()
  22. Me.components = New System.ComponentModel.Container()
  23. Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmFOIN))
  24. Me.lblBono = New System.Windows.Forms.Label()
  25. Me.Label29 = New System.Windows.Forms.Label()
  26. Me.cboPeriodicidad = New System.Windows.Forms.ComboBox()
  27. Me.dtpFechaOperacion = New System.Windows.Forms.DateTimePicker()
  28. Me.Label2 = New System.Windows.Forms.Label()
  29. Me.txtValorNominal = New System.Windows.Forms.TextBox()
  30. Me.Label6 = New System.Windows.Forms.Label()
  31. Me.txtCuotasDeParticipacion = New System.Windows.Forms.TextBox()
  32. Me.Label1 = New System.Windows.Forms.Label()
  33. Me.txtValorDeParticipacion = New System.Windows.Forms.TextBox()
  34. Me.Label3 = New System.Windows.Forms.Label()
  35. Me.txtPorcentajeComisionBolsa = New System.Windows.Forms.TextBox()
  36. Me.txtPorcentajeComisionCasa = New System.Windows.Forms.TextBox()
  37. Me.txtComisionBolsa = New System.Windows.Forms.TextBox()
  38. Me.txtComisionCasa = New System.Windows.Forms.TextBox()
  39. Me.Label15 = New System.Windows.Forms.Label()
  40. Me.Label14 = New System.Windows.Forms.Label()
  41. Me.txtValorTransado = New System.Windows.Forms.TextBox()
  42. Me.Label4 = New System.Windows.Forms.Label()
  43. Me.dtpFechaLiquidacion = New System.Windows.Forms.DateTimePicker()
  44. Me.Label5 = New System.Windows.Forms.Label()
  45. Me.dtpFechaVencimiento = New System.Windows.Forms.DateTimePicker()
  46. Me.Label7 = New System.Windows.Forms.Label()
  47. Me.txtRendimientoOfrecido = New System.Windows.Forms.TextBox()
  48. Me.Label8 = New System.Windows.Forms.Label()
  49. Me.cboAnioBase = New System.Windows.Forms.ComboBox()
  50. Me.Label11 = New System.Windows.Forms.Label()
  51. Me.txtPlazo = New System.Windows.Forms.TextBox()
  52. Me.Label9 = New System.Windows.Forms.Label()
  53. Me.dgvIngresos = New System.Windows.Forms.DataGridView()
  54. Me.btnQuitar = New System.Windows.Forms.Button()
  55. Me.lblErrCuotasDeParticipacion = New System.Windows.Forms.Label()
  56. Me.lblErrValorDeParticipacion = New System.Windows.Forms.Label()
  57. Me.lblErrComisionCasa = New System.Windows.Forms.Label()
  58. Me.lblErrComisionBolsa = New System.Windows.Forms.Label()
  59. Me.lblErrRendimientoOfrecido = New System.Windows.Forms.Label()
  60. Me.txtDiasLiq = New System.Windows.Forms.TextBox()
  61. Me.BindingNavigator1 = New System.Windows.Forms.BindingNavigator(Me.components)
  62. Me.BindingNavigatorSeparator = New System.Windows.Forms.ToolStripSeparator()
  63. Me.navModificar = New System.Windows.Forms.ToolStripButton()
  64. Me.navNuevo = New System.Windows.Forms.ToolStripButton()
  65. Me.navEliminar = New System.Windows.Forms.ToolStripButton()
  66. Me.btnAccion = New System.Windows.Forms.Button()
  67. Me.GroupBox2 = New System.Windows.Forms.GroupBox()
  68. Me.btnCancelat = New System.Windows.Forms.Button()
  69. Me.txtDividendo = New System.Windows.Forms.TextBox()
  70. Me.Label10 = New System.Windows.Forms.Label()
  71. Me.GroupBox3 = New System.Windows.Forms.GroupBox()
  72. Me.btnRescate = New System.Windows.Forms.Button()
  73. Me.GroupBox1 = New System.Windows.Forms.GroupBox()
  74. Me.RadioButton2 = New System.Windows.Forms.RadioButton()
  75. Me.RadioButton1 = New System.Windows.Forms.RadioButton()
  76. CType(Me.dgvIngresos, System.ComponentModel.ISupportInitialize).BeginInit()
  77. CType(Me.BindingNavigator1, System.ComponentModel.ISupportInitialize).BeginInit()
  78. Me.BindingNavigator1.SuspendLayout()
  79. Me.GroupBox2.SuspendLayout()
  80. Me.GroupBox3.SuspendLayout()
  81. Me.GroupBox1.SuspendLayout()
  82. Me.SuspendLayout()
  83. '
  84. 'lblBono
  85. '
  86. Me.lblBono.AutoSize = True
  87. Me.lblBono.Font = New System.Drawing.Font("Trebuchet MS", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  88. Me.lblBono.Location = New System.Drawing.Point(18, 25)
  89. Me.lblBono.Name = "lblBono"
  90. Me.lblBono.Size = New System.Drawing.Size(188, 24)
  91. Me.lblBono.TabIndex = 57
  92. Me.lblBono.Text = "Fondos de Inversion"
  93. '
  94. 'Label29
  95. '
  96. Me.Label29.AutoSize = True
  97. Me.Label29.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  98. Me.Label29.Location = New System.Drawing.Point(17, 259)
  99. Me.Label29.Name = "Label29"
  100. Me.Label29.Size = New System.Drawing.Size(79, 18)
  101. Me.Label29.TabIndex = 117
  102. Me.Label29.Text = "Periodicidad"
  103. '
  104. 'cboPeriodicidad
  105. '
  106. Me.cboPeriodicidad.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  107. Me.cboPeriodicidad.FormattingEnabled = True
  108. Me.cboPeriodicidad.Location = New System.Drawing.Point(200, 258)
  109. Me.cboPeriodicidad.Name = "cboPeriodicidad"
  110. Me.cboPeriodicidad.Size = New System.Drawing.Size(150, 21)
  111. Me.cboPeriodicidad.TabIndex = 9
  112. '
  113. 'dtpFechaOperacion
  114. '
  115. Me.dtpFechaOperacion.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  116. Me.dtpFechaOperacion.Location = New System.Drawing.Point(200, 166)
  117. Me.dtpFechaOperacion.Name = "dtpFechaOperacion"
  118. Me.dtpFechaOperacion.Size = New System.Drawing.Size(150, 20)
  119. Me.dtpFechaOperacion.TabIndex = 5
  120. '
  121. 'Label2
  122. '
  123. Me.Label2.AutoSize = True
  124. Me.Label2.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  125. Me.Label2.Location = New System.Drawing.Point(17, 167)
  126. Me.Label2.Name = "Label2"
  127. Me.Label2.Size = New System.Drawing.Size(105, 18)
  128. Me.Label2.TabIndex = 118
  129. Me.Label2.Text = "Fecha Operación"
  130. '
  131. 'txtValorNominal
  132. '
  133. Me.txtValorNominal.Location = New System.Drawing.Point(200, 25)
  134. Me.txtValorNominal.Name = "txtValorNominal"
  135. Me.txtValorNominal.ReadOnly = True
  136. Me.txtValorNominal.Size = New System.Drawing.Size(150, 20)
  137. Me.txtValorNominal.TabIndex = 0
  138. '
  139. 'Label6
  140. '
  141. Me.Label6.AutoSize = True
  142. Me.Label6.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  143. Me.Label6.Location = New System.Drawing.Point(17, 26)
  144. Me.Label6.Name = "Label6"
  145. Me.Label6.Size = New System.Drawing.Size(87, 18)
  146. Me.Label6.TabIndex = 120
  147. Me.Label6.Text = "Valor Nominal"
  148. '
  149. 'txtCuotasDeParticipacion
  150. '
  151. Me.txtCuotasDeParticipacion.Location = New System.Drawing.Point(200, 48)
  152. Me.txtCuotasDeParticipacion.Name = "txtCuotasDeParticipacion"
  153. Me.txtCuotasDeParticipacion.Size = New System.Drawing.Size(150, 20)
  154. Me.txtCuotasDeParticipacion.TabIndex = 1
  155. '
  156. 'Label1
  157. '
  158. Me.Label1.AutoSize = True
  159. Me.Label1.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  160. Me.Label1.Location = New System.Drawing.Point(17, 48)
  161. Me.Label1.Name = "Label1"
  162. Me.Label1.Size = New System.Drawing.Size(145, 18)
  163. Me.Label1.TabIndex = 122
  164. Me.Label1.Text = "Cuotas de Participación"
  165. '
  166. 'txtValorDeParticipacion
  167. '
  168. Me.txtValorDeParticipacion.Location = New System.Drawing.Point(200, 74)
  169. Me.txtValorDeParticipacion.Name = "txtValorDeParticipacion"
  170. Me.txtValorDeParticipacion.Size = New System.Drawing.Size(150, 20)
  171. Me.txtValorDeParticipacion.TabIndex = 2
  172. '
  173. 'Label3
  174. '
  175. Me.Label3.AutoSize = True
  176. Me.Label3.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  177. Me.Label3.Location = New System.Drawing.Point(17, 75)
  178. Me.Label3.Name = "Label3"
  179. Me.Label3.Size = New System.Drawing.Size(133, 18)
  180. Me.Label3.TabIndex = 124
  181. Me.Label3.Text = "Valor de Participación"
  182. '
  183. 'txtPorcentajeComisionBolsa
  184. '
  185. Me.txtPorcentajeComisionBolsa.Location = New System.Drawing.Point(200, 118)
  186. Me.txtPorcentajeComisionBolsa.Name = "txtPorcentajeComisionBolsa"
  187. Me.txtPorcentajeComisionBolsa.Size = New System.Drawing.Size(40, 20)
  188. Me.txtPorcentajeComisionBolsa.TabIndex = 4
  189. '
  190. 'txtPorcentajeComisionCasa
  191. '
  192. Me.txtPorcentajeComisionCasa.Location = New System.Drawing.Point(200, 96)
  193. Me.txtPorcentajeComisionCasa.Name = "txtPorcentajeComisionCasa"
  194. Me.txtPorcentajeComisionCasa.Size = New System.Drawing.Size(40, 20)
  195. Me.txtPorcentajeComisionCasa.TabIndex = 3
  196. '
  197. 'txtComisionBolsa
  198. '
  199. Me.txtComisionBolsa.Location = New System.Drawing.Point(242, 118)
  200. Me.txtComisionBolsa.Name = "txtComisionBolsa"
  201. Me.txtComisionBolsa.ReadOnly = True
  202. Me.txtComisionBolsa.Size = New System.Drawing.Size(108, 20)
  203. Me.txtComisionBolsa.TabIndex = 0
  204. '
  205. 'txtComisionCasa
  206. '
  207. Me.txtComisionCasa.Location = New System.Drawing.Point(242, 96)
  208. Me.txtComisionCasa.Name = "txtComisionCasa"
  209. Me.txtComisionCasa.ReadOnly = True
  210. Me.txtComisionCasa.Size = New System.Drawing.Size(108, 20)
  211. Me.txtComisionCasa.TabIndex = 0
  212. '
  213. 'Label15
  214. '
  215. Me.Label15.AutoSize = True
  216. Me.Label15.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  217. Me.Label15.Location = New System.Drawing.Point(17, 119)
  218. Me.Label15.Name = "Label15"
  219. Me.Label15.Size = New System.Drawing.Size(96, 18)
  220. Me.Label15.TabIndex = 130
  221. Me.Label15.Text = "Comision Bolsa"
  222. '
  223. 'Label14
  224. '
  225. Me.Label14.AutoSize = True
  226. Me.Label14.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  227. Me.Label14.Location = New System.Drawing.Point(17, 97)
  228. Me.Label14.Name = "Label14"
  229. Me.Label14.Size = New System.Drawing.Size(94, 18)
  230. Me.Label14.TabIndex = 128
  231. Me.Label14.Text = "Comision Casa"
  232. '
  233. 'txtValorTransado
  234. '
  235. Me.txtValorTransado.Location = New System.Drawing.Point(200, 144)
  236. Me.txtValorTransado.Name = "txtValorTransado"
  237. Me.txtValorTransado.ReadOnly = True
  238. Me.txtValorTransado.Size = New System.Drawing.Size(150, 20)
  239. Me.txtValorTransado.TabIndex = 0
  240. '
  241. 'Label4
  242. '
  243. Me.Label4.AutoSize = True
  244. Me.Label4.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  245. Me.Label4.Location = New System.Drawing.Point(17, 145)
  246. Me.Label4.Name = "Label4"
  247. Me.Label4.Size = New System.Drawing.Size(93, 18)
  248. Me.Label4.TabIndex = 132
  249. Me.Label4.Text = "Valor Transado"
  250. '
  251. 'dtpFechaLiquidacion
  252. '
  253. Me.dtpFechaLiquidacion.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  254. Me.dtpFechaLiquidacion.Location = New System.Drawing.Point(242, 188)
  255. Me.dtpFechaLiquidacion.Name = "dtpFechaLiquidacion"
  256. Me.dtpFechaLiquidacion.Size = New System.Drawing.Size(108, 20)
  257. Me.dtpFechaLiquidacion.TabIndex = 6
  258. '
  259. 'Label5
  260. '
  261. Me.Label5.AutoSize = True
  262. Me.Label5.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  263. Me.Label5.Location = New System.Drawing.Point(17, 189)
  264. Me.Label5.Name = "Label5"
  265. Me.Label5.Size = New System.Drawing.Size(113, 18)
  266. Me.Label5.TabIndex = 134
  267. Me.Label5.Text = "Fecha Liquidación"
  268. '
  269. 'dtpFechaVencimiento
  270. '
  271. Me.dtpFechaVencimiento.Enabled = False
  272. Me.dtpFechaVencimiento.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  273. Me.dtpFechaVencimiento.Location = New System.Drawing.Point(200, 210)
  274. Me.dtpFechaVencimiento.Name = "dtpFechaVencimiento"
  275. Me.dtpFechaVencimiento.Size = New System.Drawing.Size(150, 20)
  276. Me.dtpFechaVencimiento.TabIndex = 7
  277. '
  278. 'Label7
  279. '
  280. Me.Label7.AutoSize = True
  281. Me.Label7.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  282. Me.Label7.Location = New System.Drawing.Point(17, 211)
  283. Me.Label7.Name = "Label7"
  284. Me.Label7.Size = New System.Drawing.Size(117, 18)
  285. Me.Label7.TabIndex = 136
  286. Me.Label7.Text = "Fecha Vencimiento"
  287. '
  288. 'txtRendimientoOfrecido
  289. '
  290. Me.txtRendimientoOfrecido.Location = New System.Drawing.Point(200, 232)
  291. Me.txtRendimientoOfrecido.Name = "txtRendimientoOfrecido"
  292. Me.txtRendimientoOfrecido.Size = New System.Drawing.Size(150, 20)
  293. Me.txtRendimientoOfrecido.TabIndex = 8
  294. '
  295. 'Label8
  296. '
  297. Me.Label8.AutoSize = True
  298. Me.Label8.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  299. Me.Label8.Location = New System.Drawing.Point(17, 233)
  300. Me.Label8.Name = "Label8"
  301. Me.Label8.Size = New System.Drawing.Size(135, 18)
  302. Me.Label8.TabIndex = 138
  303. Me.Label8.Text = "Rendimiento Ofrecido"
  304. '
  305. 'cboAnioBase
  306. '
  307. Me.cboAnioBase.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  308. Me.cboAnioBase.FormattingEnabled = True
  309. Me.cboAnioBase.Location = New System.Drawing.Point(200, 281)
  310. Me.cboAnioBase.Name = "cboAnioBase"
  311. Me.cboAnioBase.Size = New System.Drawing.Size(150, 21)
  312. Me.cboAnioBase.TabIndex = 10
  313. '
  314. 'Label11
  315. '
  316. Me.Label11.AutoSize = True
  317. Me.Label11.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  318. Me.Label11.Location = New System.Drawing.Point(17, 282)
  319. Me.Label11.Name = "Label11"
  320. Me.Label11.Size = New System.Drawing.Size(61, 18)
  321. Me.Label11.TabIndex = 141
  322. Me.Label11.Text = "Año Base"
  323. '
  324. 'txtPlazo
  325. '
  326. Me.txtPlazo.Location = New System.Drawing.Point(200, 304)
  327. Me.txtPlazo.Name = "txtPlazo"
  328. Me.txtPlazo.Size = New System.Drawing.Size(150, 20)
  329. Me.txtPlazo.TabIndex = 11
  330. '
  331. 'Label9
  332. '
  333. Me.Label9.AutoSize = True
  334. Me.Label9.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  335. Me.Label9.Location = New System.Drawing.Point(17, 305)
  336. Me.Label9.Name = "Label9"
  337. Me.Label9.Size = New System.Drawing.Size(38, 18)
  338. Me.Label9.TabIndex = 142
  339. Me.Label9.Text = "Plazo"
  340. '
  341. 'dgvIngresos
  342. '
  343. Me.dgvIngresos.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  344. Me.dgvIngresos.Location = New System.Drawing.Point(22, 19)
  345. Me.dgvIngresos.Name = "dgvIngresos"
  346. Me.dgvIngresos.Size = New System.Drawing.Size(623, 184)
  347. Me.dgvIngresos.TabIndex = 144
  348. '
  349. 'btnQuitar
  350. '
  351. Me.btnQuitar.Location = New System.Drawing.Point(22, 225)
  352. Me.btnQuitar.Name = "btnQuitar"
  353. Me.btnQuitar.Size = New System.Drawing.Size(75, 37)
  354. Me.btnQuitar.TabIndex = 145
  355. Me.btnQuitar.Text = "Quitar"
  356. Me.btnQuitar.UseVisualStyleBackColor = True
  357. '
  358. 'lblErrCuotasDeParticipacion
  359. '
  360. Me.lblErrCuotasDeParticipacion.AutoSize = True
  361. Me.lblErrCuotasDeParticipacion.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  362. Me.lblErrCuotasDeParticipacion.ForeColor = System.Drawing.Color.Red
  363. Me.lblErrCuotasDeParticipacion.Location = New System.Drawing.Point(356, 50)
  364. Me.lblErrCuotasDeParticipacion.Name = "lblErrCuotasDeParticipacion"
  365. Me.lblErrCuotasDeParticipacion.Size = New System.Drawing.Size(93, 18)
  366. Me.lblErrCuotasDeParticipacion.TabIndex = 148
  367. Me.lblErrCuotasDeParticipacion.Text = "Valor no válido"
  368. Me.lblErrCuotasDeParticipacion.Visible = False
  369. '
  370. 'lblErrValorDeParticipacion
  371. '
  372. Me.lblErrValorDeParticipacion.AutoSize = True
  373. Me.lblErrValorDeParticipacion.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  374. Me.lblErrValorDeParticipacion.ForeColor = System.Drawing.Color.Red
  375. Me.lblErrValorDeParticipacion.Location = New System.Drawing.Point(356, 75)
  376. Me.lblErrValorDeParticipacion.Name = "lblErrValorDeParticipacion"
  377. Me.lblErrValorDeParticipacion.Size = New System.Drawing.Size(93, 18)
  378. Me.lblErrValorDeParticipacion.TabIndex = 149
  379. Me.lblErrValorDeParticipacion.Text = "Valor no válido"
  380. Me.lblErrValorDeParticipacion.Visible = False
  381. '
  382. 'lblErrComisionCasa
  383. '
  384. Me.lblErrComisionCasa.AutoSize = True
  385. Me.lblErrComisionCasa.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  386. Me.lblErrComisionCasa.ForeColor = System.Drawing.Color.Red
  387. Me.lblErrComisionCasa.Location = New System.Drawing.Point(356, 97)
  388. Me.lblErrComisionCasa.Name = "lblErrComisionCasa"
  389. Me.lblErrComisionCasa.Size = New System.Drawing.Size(93, 18)
  390. Me.lblErrComisionCasa.TabIndex = 150
  391. Me.lblErrComisionCasa.Text = "Valor no válido"
  392. Me.lblErrComisionCasa.Visible = False
  393. '
  394. 'lblErrComisionBolsa
  395. '
  396. Me.lblErrComisionBolsa.AutoSize = True
  397. Me.lblErrComisionBolsa.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  398. Me.lblErrComisionBolsa.ForeColor = System.Drawing.Color.Red
  399. Me.lblErrComisionBolsa.Location = New System.Drawing.Point(356, 119)
  400. Me.lblErrComisionBolsa.Name = "lblErrComisionBolsa"
  401. Me.lblErrComisionBolsa.Size = New System.Drawing.Size(93, 18)
  402. Me.lblErrComisionBolsa.TabIndex = 151
  403. Me.lblErrComisionBolsa.Text = "Valor no válido"
  404. Me.lblErrComisionBolsa.Visible = False
  405. '
  406. 'lblErrRendimientoOfrecido
  407. '
  408. Me.lblErrRendimientoOfrecido.AutoSize = True
  409. Me.lblErrRendimientoOfrecido.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  410. Me.lblErrRendimientoOfrecido.ForeColor = System.Drawing.Color.Red
  411. Me.lblErrRendimientoOfrecido.Location = New System.Drawing.Point(356, 233)
  412. Me.lblErrRendimientoOfrecido.Name = "lblErrRendimientoOfrecido"
  413. Me.lblErrRendimientoOfrecido.Size = New System.Drawing.Size(93, 18)
  414. Me.lblErrRendimientoOfrecido.TabIndex = 152
  415. Me.lblErrRendimientoOfrecido.Text = "Valor no válido"
  416. Me.lblErrRendimientoOfrecido.Visible = False
  417. '
  418. 'txtDiasLiq
  419. '
  420. Me.txtDiasLiq.Location = New System.Drawing.Point(200, 188)
  421. Me.txtDiasLiq.Name = "txtDiasLiq"
  422. Me.txtDiasLiq.Size = New System.Drawing.Size(40, 20)
  423. Me.txtDiasLiq.TabIndex = 154
  424. '
  425. 'BindingNavigator1
  426. '
  427. Me.BindingNavigator1.AddNewItem = Nothing
  428. Me.BindingNavigator1.CountItem = Nothing
  429. Me.BindingNavigator1.DeleteItem = Nothing
  430. Me.BindingNavigator1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BindingNavigatorSeparator, Me.navModificar, Me.navNuevo, Me.navEliminar})
  431. Me.BindingNavigator1.Location = New System.Drawing.Point(0, 0)
  432. Me.BindingNavigator1.MoveFirstItem = Nothing
  433. Me.BindingNavigator1.MoveLastItem = Nothing
  434. Me.BindingNavigator1.MoveNextItem = Nothing
  435. Me.BindingNavigator1.MovePreviousItem = Nothing
  436. Me.BindingNavigator1.Name = "BindingNavigator1"
  437. Me.BindingNavigator1.PositionItem = Nothing
  438. Me.BindingNavigator1.Size = New System.Drawing.Size(1138, 25)
  439. Me.BindingNavigator1.TabIndex = 155
  440. Me.BindingNavigator1.Text = "BindingNavigator1"
  441. '
  442. 'BindingNavigatorSeparator
  443. '
  444. Me.BindingNavigatorSeparator.Name = "BindingNavigatorSeparator"
  445. Me.BindingNavigatorSeparator.Size = New System.Drawing.Size(6, 25)
  446. '
  447. 'navModificar
  448. '
  449. Me.navModificar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  450. Me.navModificar.Image = CType(resources.GetObject("navModificar.Image"), System.Drawing.Image)
  451. Me.navModificar.ImageTransparentColor = System.Drawing.Color.Magenta
  452. Me.navModificar.Name = "navModificar"
  453. Me.navModificar.Size = New System.Drawing.Size(23, 22)
  454. Me.navModificar.Text = "Modificar"
  455. '
  456. 'navNuevo
  457. '
  458. Me.navNuevo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  459. Me.navNuevo.Image = CType(resources.GetObject("navNuevo.Image"), System.Drawing.Image)
  460. Me.navNuevo.ImageTransparentColor = System.Drawing.Color.Magenta
  461. Me.navNuevo.Name = "navNuevo"
  462. Me.navNuevo.Size = New System.Drawing.Size(23, 22)
  463. Me.navNuevo.Text = "Nuevo"
  464. '
  465. 'navEliminar
  466. '
  467. Me.navEliminar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  468. Me.navEliminar.Image = CType(resources.GetObject("navEliminar.Image"), System.Drawing.Image)
  469. Me.navEliminar.ImageTransparentColor = System.Drawing.Color.Magenta
  470. Me.navEliminar.Name = "navEliminar"
  471. Me.navEliminar.Size = New System.Drawing.Size(23, 22)
  472. Me.navEliminar.Text = "Eliminar"
  473. '
  474. 'btnAccion
  475. '
  476. Me.btnAccion.Location = New System.Drawing.Point(10, 355)
  477. Me.btnAccion.Name = "btnAccion"
  478. Me.btnAccion.Size = New System.Drawing.Size(140, 23)
  479. Me.btnAccion.TabIndex = 157
  480. Me.btnAccion.Text = "Aceptar"
  481. Me.btnAccion.UseVisualStyleBackColor = True
  482. '
  483. 'GroupBox2
  484. '
  485. Me.GroupBox2.Controls.Add(Me.btnCancelat)
  486. Me.GroupBox2.Controls.Add(Me.txtDividendo)
  487. Me.GroupBox2.Controls.Add(Me.Label6)
  488. Me.GroupBox2.Controls.Add(Me.Label10)
  489. Me.GroupBox2.Controls.Add(Me.txtValorNominal)
  490. Me.GroupBox2.Controls.Add(Me.btnAccion)
  491. Me.GroupBox2.Controls.Add(Me.Label1)
  492. Me.GroupBox2.Controls.Add(Me.txtCuotasDeParticipacion)
  493. Me.GroupBox2.Controls.Add(Me.txtDiasLiq)
  494. Me.GroupBox2.Controls.Add(Me.lblErrCuotasDeParticipacion)
  495. Me.GroupBox2.Controls.Add(Me.txtValorDeParticipacion)
  496. Me.GroupBox2.Controls.Add(Me.txtPlazo)
  497. Me.GroupBox2.Controls.Add(Me.lblErrRendimientoOfrecido)
  498. Me.GroupBox2.Controls.Add(Me.Label9)
  499. Me.GroupBox2.Controls.Add(Me.Label3)
  500. Me.GroupBox2.Controls.Add(Me.cboAnioBase)
  501. Me.GroupBox2.Controls.Add(Me.Label11)
  502. Me.GroupBox2.Controls.Add(Me.lblErrComisionBolsa)
  503. Me.GroupBox2.Controls.Add(Me.Label29)
  504. Me.GroupBox2.Controls.Add(Me.Label14)
  505. Me.GroupBox2.Controls.Add(Me.cboPeriodicidad)
  506. Me.GroupBox2.Controls.Add(Me.lblErrComisionCasa)
  507. Me.GroupBox2.Controls.Add(Me.Label15)
  508. Me.GroupBox2.Controls.Add(Me.lblErrValorDeParticipacion)
  509. Me.GroupBox2.Controls.Add(Me.txtComisionCasa)
  510. Me.GroupBox2.Controls.Add(Me.txtRendimientoOfrecido)
  511. Me.GroupBox2.Controls.Add(Me.txtComisionBolsa)
  512. Me.GroupBox2.Controls.Add(Me.Label8)
  513. Me.GroupBox2.Controls.Add(Me.txtPorcentajeComisionCasa)
  514. Me.GroupBox2.Controls.Add(Me.dtpFechaVencimiento)
  515. Me.GroupBox2.Controls.Add(Me.Label7)
  516. Me.GroupBox2.Controls.Add(Me.txtPorcentajeComisionBolsa)
  517. Me.GroupBox2.Controls.Add(Me.dtpFechaLiquidacion)
  518. Me.GroupBox2.Controls.Add(Me.Label2)
  519. Me.GroupBox2.Controls.Add(Me.Label5)
  520. Me.GroupBox2.Controls.Add(Me.dtpFechaOperacion)
  521. Me.GroupBox2.Controls.Add(Me.txtValorTransado)
  522. Me.GroupBox2.Controls.Add(Me.Label4)
  523. Me.GroupBox2.Location = New System.Drawing.Point(12, 52)
  524. Me.GroupBox2.Name = "GroupBox2"
  525. Me.GroupBox2.Size = New System.Drawing.Size(457, 374)
  526. Me.GroupBox2.TabIndex = 158
  527. Me.GroupBox2.TabStop = False
  528. '
  529. 'btnCancelat
  530. '
  531. Me.btnCancelat.Location = New System.Drawing.Point(176, 355)
  532. Me.btnCancelat.Name = "btnCancelat"
  533. Me.btnCancelat.Size = New System.Drawing.Size(123, 23)
  534. Me.btnCancelat.TabIndex = 158
  535. Me.btnCancelat.Text = "Cancelar"
  536. Me.btnCancelat.UseVisualStyleBackColor = True
  537. '
  538. 'txtDividendo
  539. '
  540. Me.txtDividendo.Location = New System.Drawing.Point(200, 325)
  541. Me.txtDividendo.Name = "txtDividendo"
  542. Me.txtDividendo.Size = New System.Drawing.Size(150, 20)
  543. Me.txtDividendo.TabIndex = 148
  544. '
  545. 'Label10
  546. '
  547. Me.Label10.AutoSize = True
  548. Me.Label10.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  549. Me.Label10.Location = New System.Drawing.Point(17, 326)
  550. Me.Label10.Name = "Label10"
  551. Me.Label10.Size = New System.Drawing.Size(66, 18)
  552. Me.Label10.TabIndex = 149
  553. Me.Label10.Text = "Dividendo"
  554. '
  555. 'GroupBox3
  556. '
  557. Me.GroupBox3.Controls.Add(Me.dgvIngresos)
  558. Me.GroupBox3.Controls.Add(Me.btnQuitar)
  559. Me.GroupBox3.Location = New System.Drawing.Point(475, 52)
  560. Me.GroupBox3.Name = "GroupBox3"
  561. Me.GroupBox3.Size = New System.Drawing.Size(651, 323)
  562. Me.GroupBox3.TabIndex = 159
  563. Me.GroupBox3.TabStop = False
  564. '
  565. 'btnRescate
  566. '
  567. Me.btnRescate.Location = New System.Drawing.Point(497, 12)
  568. Me.btnRescate.Name = "btnRescate"
  569. Me.btnRescate.Size = New System.Drawing.Size(75, 23)
  570. Me.btnRescate.TabIndex = 160
  571. Me.btnRescate.Text = "Rescate"
  572. Me.btnRescate.UseVisualStyleBackColor = True
  573. '
  574. 'GroupBox1
  575. '
  576. Me.GroupBox1.Controls.Add(Me.RadioButton2)
  577. Me.GroupBox1.Controls.Add(Me.RadioButton1)
  578. Me.GroupBox1.Location = New System.Drawing.Point(267, 11)
  579. Me.GroupBox1.Name = "GroupBox1"
  580. Me.GroupBox1.Size = New System.Drawing.Size(180, 35)
  581. Me.GroupBox1.TabIndex = 163
  582. Me.GroupBox1.TabStop = False
  583. Me.GroupBox1.Text = "Fechas"
  584. '
  585. 'RadioButton2
  586. '
  587. Me.RadioButton2.AutoSize = True
  588. Me.RadioButton2.Location = New System.Drawing.Point(91, 14)
  589. Me.RadioButton2.Name = "RadioButton2"
  590. Me.RadioButton2.Size = New System.Drawing.Size(92, 17)
  591. Me.RadioButton2.TabIndex = 1
  592. Me.RadioButton2.Text = "Mes Completo"
  593. Me.RadioButton2.UseVisualStyleBackColor = True
  594. '
  595. 'RadioButton1
  596. '
  597. Me.RadioButton1.AutoSize = True
  598. Me.RadioButton1.Checked = True
  599. Me.RadioButton1.Location = New System.Drawing.Point(6, 15)
  600. Me.RadioButton1.Name = "RadioButton1"
  601. Me.RadioButton1.Size = New System.Drawing.Size(79, 17)
  602. Me.RadioButton1.TabIndex = 0
  603. Me.RadioButton1.TabStop = True
  604. Me.RadioButton1.Text = "Fin del Mes"
  605. Me.RadioButton1.UseVisualStyleBackColor = True
  606. '
  607. 'frmFOIN
  608. '
  609. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  610. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  611. Me.AutoScroll = True
  612. Me.ClientSize = New System.Drawing.Size(1155, 413)
  613. Me.Controls.Add(Me.GroupBox1)
  614. Me.Controls.Add(Me.btnRescate)
  615. Me.Controls.Add(Me.GroupBox3)
  616. Me.Controls.Add(Me.GroupBox2)
  617. Me.Controls.Add(Me.BindingNavigator1)
  618. Me.Controls.Add(Me.lblBono)
  619. Me.Name = "frmFOIN"
  620. Me.Text = "frmFOIN"
  621. CType(Me.dgvIngresos, System.ComponentModel.ISupportInitialize).EndInit()
  622. CType(Me.BindingNavigator1, System.ComponentModel.ISupportInitialize).EndInit()
  623. Me.BindingNavigator1.ResumeLayout(False)
  624. Me.BindingNavigator1.PerformLayout()
  625. Me.GroupBox2.ResumeLayout(False)
  626. Me.GroupBox2.PerformLayout()
  627. Me.GroupBox3.ResumeLayout(False)
  628. Me.GroupBox1.ResumeLayout(False)
  629. Me.GroupBox1.PerformLayout()
  630. Me.ResumeLayout(False)
  631. Me.PerformLayout()
  632. End Sub
  633. Friend WithEvents lblBono As Label
  634. Friend WithEvents Label29 As Label
  635. Friend WithEvents cboPeriodicidad As ComboBox
  636. Friend WithEvents dtpFechaOperacion As DateTimePicker
  637. Friend WithEvents Label2 As Label
  638. Friend WithEvents txtValorNominal As TextBox
  639. Friend WithEvents Label6 As Label
  640. Friend WithEvents txtCuotasDeParticipacion As TextBox
  641. Friend WithEvents Label1 As Label
  642. Friend WithEvents txtValorDeParticipacion As TextBox
  643. Friend WithEvents Label3 As Label
  644. Friend WithEvents txtPorcentajeComisionBolsa As TextBox
  645. Friend WithEvents txtPorcentajeComisionCasa As TextBox
  646. Friend WithEvents txtComisionBolsa As TextBox
  647. Friend WithEvents txtComisionCasa As TextBox
  648. Friend WithEvents Label15 As Label
  649. Friend WithEvents Label14 As Label
  650. Friend WithEvents txtValorTransado As TextBox
  651. Friend WithEvents Label4 As Label
  652. Friend WithEvents dtpFechaLiquidacion As DateTimePicker
  653. Friend WithEvents Label5 As Label
  654. Friend WithEvents dtpFechaVencimiento As DateTimePicker
  655. Friend WithEvents Label7 As Label
  656. Friend WithEvents txtRendimientoOfrecido As TextBox
  657. Friend WithEvents Label8 As Label
  658. Friend WithEvents cboAnioBase As ComboBox
  659. Friend WithEvents Label11 As Label
  660. Friend WithEvents txtPlazo As TextBox
  661. Friend WithEvents Label9 As Label
  662. Friend WithEvents dgvIngresos As DataGridView
  663. Friend WithEvents btnQuitar As Button
  664. Friend WithEvents lblErrCuotasDeParticipacion As Label
  665. Friend WithEvents lblErrValorDeParticipacion As Label
  666. Friend WithEvents lblErrComisionCasa As Label
  667. Friend WithEvents lblErrComisionBolsa As Label
  668. Friend WithEvents lblErrRendimientoOfrecido As Label
  669. Friend WithEvents txtDiasLiq As TextBox
  670. Friend WithEvents BindingNavigator1 As BindingNavigator
  671. Friend WithEvents BindingNavigatorSeparator As ToolStripSeparator
  672. Friend WithEvents navModificar As ToolStripButton
  673. Friend WithEvents navNuevo As ToolStripButton
  674. Friend WithEvents navEliminar As ToolStripButton
  675. Friend WithEvents btnAccion As Button
  676. Friend WithEvents GroupBox2 As GroupBox
  677. Friend WithEvents GroupBox3 As GroupBox
  678. Friend WithEvents btnRescate As Button
  679. Friend WithEvents GroupBox1 As GroupBox
  680. Friend WithEvents RadioButton2 As RadioButton
  681. Friend WithEvents RadioButton1 As RadioButton
  682. Friend WithEvents txtDividendo As TextBox
  683. Friend WithEvents Label10 As Label
  684. Friend WithEvents btnCancelat As Button
  685. End Class