frmFOIN.Designer.vb 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689
  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.GroupBox1 = New System.Windows.Forms.GroupBox()
  73. Me.RadioButton2 = New System.Windows.Forms.RadioButton()
  74. Me.RadioButton1 = New System.Windows.Forms.RadioButton()
  75. CType(Me.dgvIngresos, System.ComponentModel.ISupportInitialize).BeginInit()
  76. CType(Me.BindingNavigator1, System.ComponentModel.ISupportInitialize).BeginInit()
  77. Me.BindingNavigator1.SuspendLayout()
  78. Me.GroupBox2.SuspendLayout()
  79. Me.GroupBox3.SuspendLayout()
  80. Me.GroupBox1.SuspendLayout()
  81. Me.SuspendLayout()
  82. '
  83. 'lblBono
  84. '
  85. Me.lblBono.AutoSize = True
  86. Me.lblBono.Font = New System.Drawing.Font("Trebuchet MS", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  87. Me.lblBono.Location = New System.Drawing.Point(18, 25)
  88. Me.lblBono.Name = "lblBono"
  89. Me.lblBono.Size = New System.Drawing.Size(188, 24)
  90. Me.lblBono.TabIndex = 57
  91. Me.lblBono.Text = "Fondos de Inversion"
  92. '
  93. 'Label29
  94. '
  95. Me.Label29.AutoSize = True
  96. Me.Label29.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  97. Me.Label29.Location = New System.Drawing.Point(17, 259)
  98. Me.Label29.Name = "Label29"
  99. Me.Label29.Size = New System.Drawing.Size(79, 18)
  100. Me.Label29.TabIndex = 117
  101. Me.Label29.Text = "Periodicidad"
  102. '
  103. 'cboPeriodicidad
  104. '
  105. Me.cboPeriodicidad.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  106. Me.cboPeriodicidad.FormattingEnabled = True
  107. Me.cboPeriodicidad.Location = New System.Drawing.Point(200, 258)
  108. Me.cboPeriodicidad.Name = "cboPeriodicidad"
  109. Me.cboPeriodicidad.Size = New System.Drawing.Size(150, 21)
  110. Me.cboPeriodicidad.TabIndex = 9
  111. '
  112. 'dtpFechaOperacion
  113. '
  114. Me.dtpFechaOperacion.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  115. Me.dtpFechaOperacion.Location = New System.Drawing.Point(200, 166)
  116. Me.dtpFechaOperacion.Name = "dtpFechaOperacion"
  117. Me.dtpFechaOperacion.Size = New System.Drawing.Size(150, 20)
  118. Me.dtpFechaOperacion.TabIndex = 5
  119. '
  120. 'Label2
  121. '
  122. Me.Label2.AutoSize = True
  123. Me.Label2.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  124. Me.Label2.Location = New System.Drawing.Point(17, 167)
  125. Me.Label2.Name = "Label2"
  126. Me.Label2.Size = New System.Drawing.Size(105, 18)
  127. Me.Label2.TabIndex = 118
  128. Me.Label2.Text = "Fecha Operación"
  129. '
  130. 'txtValorNominal
  131. '
  132. Me.txtValorNominal.Location = New System.Drawing.Point(200, 25)
  133. Me.txtValorNominal.Name = "txtValorNominal"
  134. Me.txtValorNominal.ReadOnly = True
  135. Me.txtValorNominal.Size = New System.Drawing.Size(150, 20)
  136. Me.txtValorNominal.TabIndex = 0
  137. '
  138. 'Label6
  139. '
  140. Me.Label6.AutoSize = True
  141. Me.Label6.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  142. Me.Label6.Location = New System.Drawing.Point(17, 26)
  143. Me.Label6.Name = "Label6"
  144. Me.Label6.Size = New System.Drawing.Size(87, 18)
  145. Me.Label6.TabIndex = 120
  146. Me.Label6.Text = "Valor Nominal"
  147. '
  148. 'txtCuotasDeParticipacion
  149. '
  150. Me.txtCuotasDeParticipacion.Location = New System.Drawing.Point(200, 48)
  151. Me.txtCuotasDeParticipacion.Name = "txtCuotasDeParticipacion"
  152. Me.txtCuotasDeParticipacion.Size = New System.Drawing.Size(150, 20)
  153. Me.txtCuotasDeParticipacion.TabIndex = 1
  154. '
  155. 'Label1
  156. '
  157. Me.Label1.AutoSize = True
  158. Me.Label1.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  159. Me.Label1.Location = New System.Drawing.Point(17, 48)
  160. Me.Label1.Name = "Label1"
  161. Me.Label1.Size = New System.Drawing.Size(145, 18)
  162. Me.Label1.TabIndex = 122
  163. Me.Label1.Text = "Cuotas de Participación"
  164. '
  165. 'txtValorDeParticipacion
  166. '
  167. Me.txtValorDeParticipacion.Location = New System.Drawing.Point(200, 74)
  168. Me.txtValorDeParticipacion.Name = "txtValorDeParticipacion"
  169. Me.txtValorDeParticipacion.Size = New System.Drawing.Size(150, 20)
  170. Me.txtValorDeParticipacion.TabIndex = 2
  171. '
  172. 'Label3
  173. '
  174. Me.Label3.AutoSize = True
  175. Me.Label3.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  176. Me.Label3.Location = New System.Drawing.Point(17, 75)
  177. Me.Label3.Name = "Label3"
  178. Me.Label3.Size = New System.Drawing.Size(133, 18)
  179. Me.Label3.TabIndex = 124
  180. Me.Label3.Text = "Valor de Participación"
  181. '
  182. 'txtPorcentajeComisionBolsa
  183. '
  184. Me.txtPorcentajeComisionBolsa.Location = New System.Drawing.Point(200, 118)
  185. Me.txtPorcentajeComisionBolsa.Name = "txtPorcentajeComisionBolsa"
  186. Me.txtPorcentajeComisionBolsa.Size = New System.Drawing.Size(40, 20)
  187. Me.txtPorcentajeComisionBolsa.TabIndex = 4
  188. '
  189. 'txtPorcentajeComisionCasa
  190. '
  191. Me.txtPorcentajeComisionCasa.Location = New System.Drawing.Point(200, 96)
  192. Me.txtPorcentajeComisionCasa.Name = "txtPorcentajeComisionCasa"
  193. Me.txtPorcentajeComisionCasa.Size = New System.Drawing.Size(40, 20)
  194. Me.txtPorcentajeComisionCasa.TabIndex = 3
  195. '
  196. 'txtComisionBolsa
  197. '
  198. Me.txtComisionBolsa.Location = New System.Drawing.Point(242, 118)
  199. Me.txtComisionBolsa.Name = "txtComisionBolsa"
  200. Me.txtComisionBolsa.ReadOnly = True
  201. Me.txtComisionBolsa.Size = New System.Drawing.Size(108, 20)
  202. Me.txtComisionBolsa.TabIndex = 0
  203. '
  204. 'txtComisionCasa
  205. '
  206. Me.txtComisionCasa.Location = New System.Drawing.Point(242, 96)
  207. Me.txtComisionCasa.Name = "txtComisionCasa"
  208. Me.txtComisionCasa.ReadOnly = True
  209. Me.txtComisionCasa.Size = New System.Drawing.Size(108, 20)
  210. Me.txtComisionCasa.TabIndex = 0
  211. '
  212. 'Label15
  213. '
  214. Me.Label15.AutoSize = True
  215. Me.Label15.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  216. Me.Label15.Location = New System.Drawing.Point(17, 119)
  217. Me.Label15.Name = "Label15"
  218. Me.Label15.Size = New System.Drawing.Size(96, 18)
  219. Me.Label15.TabIndex = 130
  220. Me.Label15.Text = "Comision Bolsa"
  221. '
  222. 'Label14
  223. '
  224. Me.Label14.AutoSize = True
  225. Me.Label14.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  226. Me.Label14.Location = New System.Drawing.Point(17, 97)
  227. Me.Label14.Name = "Label14"
  228. Me.Label14.Size = New System.Drawing.Size(94, 18)
  229. Me.Label14.TabIndex = 128
  230. Me.Label14.Text = "Comision Casa"
  231. '
  232. 'txtValorTransado
  233. '
  234. Me.txtValorTransado.Location = New System.Drawing.Point(200, 144)
  235. Me.txtValorTransado.Name = "txtValorTransado"
  236. Me.txtValorTransado.ReadOnly = True
  237. Me.txtValorTransado.Size = New System.Drawing.Size(150, 20)
  238. Me.txtValorTransado.TabIndex = 0
  239. '
  240. 'Label4
  241. '
  242. Me.Label4.AutoSize = True
  243. Me.Label4.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  244. Me.Label4.Location = New System.Drawing.Point(17, 145)
  245. Me.Label4.Name = "Label4"
  246. Me.Label4.Size = New System.Drawing.Size(93, 18)
  247. Me.Label4.TabIndex = 132
  248. Me.Label4.Text = "Valor Transado"
  249. '
  250. 'dtpFechaLiquidacion
  251. '
  252. Me.dtpFechaLiquidacion.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  253. Me.dtpFechaLiquidacion.Location = New System.Drawing.Point(242, 188)
  254. Me.dtpFechaLiquidacion.Name = "dtpFechaLiquidacion"
  255. Me.dtpFechaLiquidacion.Size = New System.Drawing.Size(108, 20)
  256. Me.dtpFechaLiquidacion.TabIndex = 6
  257. '
  258. 'Label5
  259. '
  260. Me.Label5.AutoSize = True
  261. Me.Label5.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  262. Me.Label5.Location = New System.Drawing.Point(17, 189)
  263. Me.Label5.Name = "Label5"
  264. Me.Label5.Size = New System.Drawing.Size(113, 18)
  265. Me.Label5.TabIndex = 134
  266. Me.Label5.Text = "Fecha Liquidación"
  267. '
  268. 'dtpFechaVencimiento
  269. '
  270. Me.dtpFechaVencimiento.Enabled = False
  271. Me.dtpFechaVencimiento.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  272. Me.dtpFechaVencimiento.Location = New System.Drawing.Point(200, 210)
  273. Me.dtpFechaVencimiento.Name = "dtpFechaVencimiento"
  274. Me.dtpFechaVencimiento.Size = New System.Drawing.Size(150, 20)
  275. Me.dtpFechaVencimiento.TabIndex = 7
  276. '
  277. 'Label7
  278. '
  279. Me.Label7.AutoSize = True
  280. Me.Label7.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  281. Me.Label7.Location = New System.Drawing.Point(17, 211)
  282. Me.Label7.Name = "Label7"
  283. Me.Label7.Size = New System.Drawing.Size(117, 18)
  284. Me.Label7.TabIndex = 136
  285. Me.Label7.Text = "Fecha Vencimiento"
  286. '
  287. 'txtRendimientoOfrecido
  288. '
  289. Me.txtRendimientoOfrecido.Location = New System.Drawing.Point(200, 232)
  290. Me.txtRendimientoOfrecido.Name = "txtRendimientoOfrecido"
  291. Me.txtRendimientoOfrecido.Size = New System.Drawing.Size(150, 20)
  292. Me.txtRendimientoOfrecido.TabIndex = 8
  293. '
  294. 'Label8
  295. '
  296. Me.Label8.AutoSize = True
  297. Me.Label8.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  298. Me.Label8.Location = New System.Drawing.Point(17, 233)
  299. Me.Label8.Name = "Label8"
  300. Me.Label8.Size = New System.Drawing.Size(135, 18)
  301. Me.Label8.TabIndex = 138
  302. Me.Label8.Text = "Rendimiento Ofrecido"
  303. '
  304. 'cboAnioBase
  305. '
  306. Me.cboAnioBase.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  307. Me.cboAnioBase.FormattingEnabled = True
  308. Me.cboAnioBase.Location = New System.Drawing.Point(200, 281)
  309. Me.cboAnioBase.Name = "cboAnioBase"
  310. Me.cboAnioBase.Size = New System.Drawing.Size(150, 21)
  311. Me.cboAnioBase.TabIndex = 10
  312. '
  313. 'Label11
  314. '
  315. Me.Label11.AutoSize = True
  316. Me.Label11.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  317. Me.Label11.Location = New System.Drawing.Point(17, 282)
  318. Me.Label11.Name = "Label11"
  319. Me.Label11.Size = New System.Drawing.Size(61, 18)
  320. Me.Label11.TabIndex = 141
  321. Me.Label11.Text = "Año Base"
  322. '
  323. 'txtPlazo
  324. '
  325. Me.txtPlazo.Location = New System.Drawing.Point(200, 304)
  326. Me.txtPlazo.Name = "txtPlazo"
  327. Me.txtPlazo.Size = New System.Drawing.Size(150, 20)
  328. Me.txtPlazo.TabIndex = 11
  329. '
  330. 'Label9
  331. '
  332. Me.Label9.AutoSize = True
  333. Me.Label9.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  334. Me.Label9.Location = New System.Drawing.Point(17, 305)
  335. Me.Label9.Name = "Label9"
  336. Me.Label9.Size = New System.Drawing.Size(38, 18)
  337. Me.Label9.TabIndex = 142
  338. Me.Label9.Text = "Plazo"
  339. '
  340. 'dgvIngresos
  341. '
  342. Me.dgvIngresos.BackgroundColor = System.Drawing.Color.White
  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.BackColor = System.Drawing.Color.White
  352. Me.btnQuitar.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  353. Me.btnQuitar.ForeColor = System.Drawing.Color.Maroon
  354. Me.btnQuitar.Location = New System.Drawing.Point(22, 225)
  355. Me.btnQuitar.Name = "btnQuitar"
  356. Me.btnQuitar.Size = New System.Drawing.Size(75, 37)
  357. Me.btnQuitar.TabIndex = 145
  358. Me.btnQuitar.Text = "Quitar"
  359. Me.btnQuitar.UseVisualStyleBackColor = False
  360. '
  361. 'lblErrCuotasDeParticipacion
  362. '
  363. Me.lblErrCuotasDeParticipacion.AutoSize = True
  364. Me.lblErrCuotasDeParticipacion.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  365. Me.lblErrCuotasDeParticipacion.ForeColor = System.Drawing.Color.Red
  366. Me.lblErrCuotasDeParticipacion.Location = New System.Drawing.Point(356, 50)
  367. Me.lblErrCuotasDeParticipacion.Name = "lblErrCuotasDeParticipacion"
  368. Me.lblErrCuotasDeParticipacion.Size = New System.Drawing.Size(93, 18)
  369. Me.lblErrCuotasDeParticipacion.TabIndex = 148
  370. Me.lblErrCuotasDeParticipacion.Text = "Valor no válido"
  371. Me.lblErrCuotasDeParticipacion.Visible = False
  372. '
  373. 'lblErrValorDeParticipacion
  374. '
  375. Me.lblErrValorDeParticipacion.AutoSize = True
  376. Me.lblErrValorDeParticipacion.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  377. Me.lblErrValorDeParticipacion.ForeColor = System.Drawing.Color.Red
  378. Me.lblErrValorDeParticipacion.Location = New System.Drawing.Point(356, 75)
  379. Me.lblErrValorDeParticipacion.Name = "lblErrValorDeParticipacion"
  380. Me.lblErrValorDeParticipacion.Size = New System.Drawing.Size(93, 18)
  381. Me.lblErrValorDeParticipacion.TabIndex = 149
  382. Me.lblErrValorDeParticipacion.Text = "Valor no válido"
  383. Me.lblErrValorDeParticipacion.Visible = False
  384. '
  385. 'lblErrComisionCasa
  386. '
  387. Me.lblErrComisionCasa.AutoSize = True
  388. Me.lblErrComisionCasa.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  389. Me.lblErrComisionCasa.ForeColor = System.Drawing.Color.Red
  390. Me.lblErrComisionCasa.Location = New System.Drawing.Point(356, 97)
  391. Me.lblErrComisionCasa.Name = "lblErrComisionCasa"
  392. Me.lblErrComisionCasa.Size = New System.Drawing.Size(93, 18)
  393. Me.lblErrComisionCasa.TabIndex = 150
  394. Me.lblErrComisionCasa.Text = "Valor no válido"
  395. Me.lblErrComisionCasa.Visible = False
  396. '
  397. 'lblErrComisionBolsa
  398. '
  399. Me.lblErrComisionBolsa.AutoSize = True
  400. Me.lblErrComisionBolsa.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  401. Me.lblErrComisionBolsa.ForeColor = System.Drawing.Color.Red
  402. Me.lblErrComisionBolsa.Location = New System.Drawing.Point(356, 119)
  403. Me.lblErrComisionBolsa.Name = "lblErrComisionBolsa"
  404. Me.lblErrComisionBolsa.Size = New System.Drawing.Size(93, 18)
  405. Me.lblErrComisionBolsa.TabIndex = 151
  406. Me.lblErrComisionBolsa.Text = "Valor no válido"
  407. Me.lblErrComisionBolsa.Visible = False
  408. '
  409. 'lblErrRendimientoOfrecido
  410. '
  411. Me.lblErrRendimientoOfrecido.AutoSize = True
  412. Me.lblErrRendimientoOfrecido.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  413. Me.lblErrRendimientoOfrecido.ForeColor = System.Drawing.Color.Red
  414. Me.lblErrRendimientoOfrecido.Location = New System.Drawing.Point(356, 233)
  415. Me.lblErrRendimientoOfrecido.Name = "lblErrRendimientoOfrecido"
  416. Me.lblErrRendimientoOfrecido.Size = New System.Drawing.Size(93, 18)
  417. Me.lblErrRendimientoOfrecido.TabIndex = 152
  418. Me.lblErrRendimientoOfrecido.Text = "Valor no válido"
  419. Me.lblErrRendimientoOfrecido.Visible = False
  420. '
  421. 'txtDiasLiq
  422. '
  423. Me.txtDiasLiq.Location = New System.Drawing.Point(200, 188)
  424. Me.txtDiasLiq.Name = "txtDiasLiq"
  425. Me.txtDiasLiq.Size = New System.Drawing.Size(40, 20)
  426. Me.txtDiasLiq.TabIndex = 154
  427. '
  428. 'BindingNavigator1
  429. '
  430. Me.BindingNavigator1.AddNewItem = Nothing
  431. Me.BindingNavigator1.CountItem = Nothing
  432. Me.BindingNavigator1.DeleteItem = Nothing
  433. Me.BindingNavigator1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BindingNavigatorSeparator, Me.navModificar, Me.navNuevo, Me.navEliminar})
  434. Me.BindingNavigator1.Location = New System.Drawing.Point(0, 0)
  435. Me.BindingNavigator1.MoveFirstItem = Nothing
  436. Me.BindingNavigator1.MoveLastItem = Nothing
  437. Me.BindingNavigator1.MoveNextItem = Nothing
  438. Me.BindingNavigator1.MovePreviousItem = Nothing
  439. Me.BindingNavigator1.Name = "BindingNavigator1"
  440. Me.BindingNavigator1.PositionItem = Nothing
  441. Me.BindingNavigator1.Size = New System.Drawing.Size(1155, 25)
  442. Me.BindingNavigator1.TabIndex = 155
  443. Me.BindingNavigator1.Text = "BindingNavigator1"
  444. '
  445. 'BindingNavigatorSeparator
  446. '
  447. Me.BindingNavigatorSeparator.Name = "BindingNavigatorSeparator"
  448. Me.BindingNavigatorSeparator.Size = New System.Drawing.Size(6, 25)
  449. '
  450. 'navModificar
  451. '
  452. Me.navModificar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  453. Me.navModificar.Image = CType(resources.GetObject("navModificar.Image"), System.Drawing.Image)
  454. Me.navModificar.ImageTransparentColor = System.Drawing.Color.Magenta
  455. Me.navModificar.Name = "navModificar"
  456. Me.navModificar.Size = New System.Drawing.Size(23, 22)
  457. Me.navModificar.Text = "Modificar"
  458. '
  459. 'navNuevo
  460. '
  461. Me.navNuevo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  462. Me.navNuevo.Image = CType(resources.GetObject("navNuevo.Image"), System.Drawing.Image)
  463. Me.navNuevo.ImageTransparentColor = System.Drawing.Color.Magenta
  464. Me.navNuevo.Name = "navNuevo"
  465. Me.navNuevo.Size = New System.Drawing.Size(23, 22)
  466. Me.navNuevo.Text = "Nuevo"
  467. '
  468. 'navEliminar
  469. '
  470. Me.navEliminar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  471. Me.navEliminar.Image = CType(resources.GetObject("navEliminar.Image"), System.Drawing.Image)
  472. Me.navEliminar.ImageTransparentColor = System.Drawing.Color.Magenta
  473. Me.navEliminar.Name = "navEliminar"
  474. Me.navEliminar.Size = New System.Drawing.Size(23, 22)
  475. Me.navEliminar.Text = "Eliminar"
  476. '
  477. 'btnAccion
  478. '
  479. Me.btnAccion.BackColor = System.Drawing.Color.White
  480. Me.btnAccion.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  481. Me.btnAccion.ForeColor = System.Drawing.Color.Maroon
  482. Me.btnAccion.Location = New System.Drawing.Point(10, 372)
  483. Me.btnAccion.Name = "btnAccion"
  484. Me.btnAccion.Size = New System.Drawing.Size(140, 23)
  485. Me.btnAccion.TabIndex = 157
  486. Me.btnAccion.Text = "Aceptar"
  487. Me.btnAccion.UseVisualStyleBackColor = False
  488. '
  489. 'GroupBox2
  490. '
  491. Me.GroupBox2.Controls.Add(Me.btnCancelat)
  492. Me.GroupBox2.Controls.Add(Me.txtDividendo)
  493. Me.GroupBox2.Controls.Add(Me.Label6)
  494. Me.GroupBox2.Controls.Add(Me.Label10)
  495. Me.GroupBox2.Controls.Add(Me.txtValorNominal)
  496. Me.GroupBox2.Controls.Add(Me.btnAccion)
  497. Me.GroupBox2.Controls.Add(Me.Label1)
  498. Me.GroupBox2.Controls.Add(Me.txtCuotasDeParticipacion)
  499. Me.GroupBox2.Controls.Add(Me.txtDiasLiq)
  500. Me.GroupBox2.Controls.Add(Me.lblErrCuotasDeParticipacion)
  501. Me.GroupBox2.Controls.Add(Me.txtValorDeParticipacion)
  502. Me.GroupBox2.Controls.Add(Me.txtPlazo)
  503. Me.GroupBox2.Controls.Add(Me.lblErrRendimientoOfrecido)
  504. Me.GroupBox2.Controls.Add(Me.Label9)
  505. Me.GroupBox2.Controls.Add(Me.Label3)
  506. Me.GroupBox2.Controls.Add(Me.cboAnioBase)
  507. Me.GroupBox2.Controls.Add(Me.Label11)
  508. Me.GroupBox2.Controls.Add(Me.lblErrComisionBolsa)
  509. Me.GroupBox2.Controls.Add(Me.Label29)
  510. Me.GroupBox2.Controls.Add(Me.Label14)
  511. Me.GroupBox2.Controls.Add(Me.cboPeriodicidad)
  512. Me.GroupBox2.Controls.Add(Me.lblErrComisionCasa)
  513. Me.GroupBox2.Controls.Add(Me.Label15)
  514. Me.GroupBox2.Controls.Add(Me.lblErrValorDeParticipacion)
  515. Me.GroupBox2.Controls.Add(Me.txtComisionCasa)
  516. Me.GroupBox2.Controls.Add(Me.txtRendimientoOfrecido)
  517. Me.GroupBox2.Controls.Add(Me.txtComisionBolsa)
  518. Me.GroupBox2.Controls.Add(Me.Label8)
  519. Me.GroupBox2.Controls.Add(Me.txtPorcentajeComisionCasa)
  520. Me.GroupBox2.Controls.Add(Me.dtpFechaVencimiento)
  521. Me.GroupBox2.Controls.Add(Me.Label7)
  522. Me.GroupBox2.Controls.Add(Me.txtPorcentajeComisionBolsa)
  523. Me.GroupBox2.Controls.Add(Me.dtpFechaLiquidacion)
  524. Me.GroupBox2.Controls.Add(Me.Label2)
  525. Me.GroupBox2.Controls.Add(Me.Label5)
  526. Me.GroupBox2.Controls.Add(Me.dtpFechaOperacion)
  527. Me.GroupBox2.Controls.Add(Me.txtValorTransado)
  528. Me.GroupBox2.Controls.Add(Me.Label4)
  529. Me.GroupBox2.Location = New System.Drawing.Point(12, 52)
  530. Me.GroupBox2.Name = "GroupBox2"
  531. Me.GroupBox2.Size = New System.Drawing.Size(457, 412)
  532. Me.GroupBox2.TabIndex = 158
  533. Me.GroupBox2.TabStop = False
  534. '
  535. 'btnCancelat
  536. '
  537. Me.btnCancelat.BackColor = System.Drawing.Color.White
  538. Me.btnCancelat.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  539. Me.btnCancelat.ForeColor = System.Drawing.Color.Maroon
  540. Me.btnCancelat.Location = New System.Drawing.Point(200, 372)
  541. Me.btnCancelat.Name = "btnCancelat"
  542. Me.btnCancelat.Size = New System.Drawing.Size(123, 23)
  543. Me.btnCancelat.TabIndex = 158
  544. Me.btnCancelat.Text = "Cancelar"
  545. Me.btnCancelat.UseVisualStyleBackColor = False
  546. '
  547. 'txtDividendo
  548. '
  549. Me.txtDividendo.Location = New System.Drawing.Point(200, 325)
  550. Me.txtDividendo.Name = "txtDividendo"
  551. Me.txtDividendo.Size = New System.Drawing.Size(150, 20)
  552. Me.txtDividendo.TabIndex = 148
  553. '
  554. 'Label10
  555. '
  556. Me.Label10.AutoSize = True
  557. Me.Label10.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  558. Me.Label10.Location = New System.Drawing.Point(17, 326)
  559. Me.Label10.Name = "Label10"
  560. Me.Label10.Size = New System.Drawing.Size(66, 18)
  561. Me.Label10.TabIndex = 149
  562. Me.Label10.Text = "Dividendo"
  563. '
  564. 'GroupBox3
  565. '
  566. Me.GroupBox3.Controls.Add(Me.dgvIngresos)
  567. Me.GroupBox3.Controls.Add(Me.btnQuitar)
  568. Me.GroupBox3.Location = New System.Drawing.Point(475, 52)
  569. Me.GroupBox3.Name = "GroupBox3"
  570. Me.GroupBox3.Size = New System.Drawing.Size(651, 323)
  571. Me.GroupBox3.TabIndex = 159
  572. Me.GroupBox3.TabStop = False
  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(212, 15)
  579. Me.GroupBox1.Name = "GroupBox1"
  580. Me.GroupBox1.Size = New System.Drawing.Size(180, 34)
  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.BackColor = System.Drawing.Color.WhiteSmoke
  613. Me.ClientSize = New System.Drawing.Size(1155, 476)
  614. Me.Controls.Add(Me.GroupBox1)
  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.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
  620. Me.Name = "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 GroupBox1 As GroupBox
  679. Friend WithEvents RadioButton2 As RadioButton
  680. Friend WithEvents RadioButton1 As RadioButton
  681. Friend WithEvents txtDividendo As TextBox
  682. Friend WithEvents Label10 As Label
  683. Friend WithEvents btnCancelat As Button
  684. End Class