frmFOIN.Designer.vb 33 KB

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