frmReporto.Designer.vb 37 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class frmReporto
  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(frmReporto))
  24. Me.Label1 = New System.Windows.Forms.Label()
  25. Me.txtCodigoTitulo = New System.Windows.Forms.TextBox()
  26. Me.Label2 = New System.Windows.Forms.Label()
  27. Me.txtValorTransado = New System.Windows.Forms.TextBox()
  28. Me.Label3 = New System.Windows.Forms.Label()
  29. Me.txtDias = New System.Windows.Forms.TextBox()
  30. Me.Label4 = New System.Windows.Forms.Label()
  31. Me.txtRendimiento = New System.Windows.Forms.TextBox()
  32. Me.Label5 = New System.Windows.Forms.Label()
  33. Me.txtComisionCasa = New System.Windows.Forms.TextBox()
  34. Me.Label6 = New System.Windows.Forms.Label()
  35. Me.txtComisionBolsa = New System.Windows.Forms.TextBox()
  36. Me.Label7 = New System.Windows.Forms.Label()
  37. Me.txtIOF = New System.Windows.Forms.TextBox()
  38. Me.Label8 = New System.Windows.Forms.Label()
  39. Me.txtOtrosCostos = New System.Windows.Forms.TextBox()
  40. Me.Label9 = New System.Windows.Forms.Label()
  41. Me.txtTotalCostos = New System.Windows.Forms.TextBox()
  42. Me.Label10 = New System.Windows.Forms.Label()
  43. Me.txtMontoALiquidar = New System.Windows.Forms.TextBox()
  44. Me.Label11 = New System.Windows.Forms.Label()
  45. Me.dtpFechaCompra = New System.Windows.Forms.DateTimePicker()
  46. Me.dtpFechaVencimiento = New System.Windows.Forms.DateTimePicker()
  47. Me.Label12 = New System.Windows.Forms.Label()
  48. Me.Label13 = New System.Windows.Forms.Label()
  49. Me.txtInteresesAGenerar = New System.Windows.Forms.TextBox()
  50. Me.Label14 = New System.Windows.Forms.Label()
  51. Me.txtCostoDeTransferencia = New System.Windows.Forms.TextBox()
  52. Me.Label16 = New System.Windows.Forms.Label()
  53. Me.txtRendimientoNetoAntesISR = New System.Windows.Forms.TextBox()
  54. Me.Label17 = New System.Windows.Forms.Label()
  55. Me.txtValorReCompra = New System.Windows.Forms.TextBox()
  56. Me.Label18 = New System.Windows.Forms.Label()
  57. Me.txtISR = New System.Windows.Forms.TextBox()
  58. Me.Label19 = New System.Windows.Forms.Label()
  59. Me.txtIngresoNeto = New System.Windows.Forms.TextBox()
  60. Me.Label20 = New System.Windows.Forms.Label()
  61. Me.txtValorNeto = New System.Windows.Forms.TextBox()
  62. Me.Label21 = New System.Windows.Forms.Label()
  63. Me.txtRendimientoNetoDespuesISR = New System.Windows.Forms.TextBox()
  64. Me.Label22 = New System.Windows.Forms.Label()
  65. Me.lblBono = New System.Windows.Forms.Label()
  66. Me.Label15 = New System.Windows.Forms.Label()
  67. Me.txtPorcentajeCasa = New System.Windows.Forms.TextBox()
  68. Me.txtPorcentajeBolsa = New System.Windows.Forms.TextBox()
  69. Me.txtPorcentajeIOF = New System.Windows.Forms.TextBox()
  70. Me.DataGridView1 = New System.Windows.Forms.DataGridView()
  71. Me.cboCasaCorredora = New System.Windows.Forms.ComboBox()
  72. Me.btnAceptar = New System.Windows.Forms.Button()
  73. Me.btnCancelar = New System.Windows.Forms.Button()
  74. Me.BindingNavigator1 = New System.Windows.Forms.BindingNavigator(Me.components)
  75. Me.BindingNavigatorAddNewItem = New System.Windows.Forms.ToolStripButton()
  76. Me.BindingNavigatorCountItem = New System.Windows.Forms.ToolStripLabel()
  77. Me.BindingNavigatorDeleteItem = New System.Windows.Forms.ToolStripButton()
  78. Me.BindingNavigatorMoveFirstItem = New System.Windows.Forms.ToolStripButton()
  79. Me.BindingNavigatorMovePreviousItem = New System.Windows.Forms.ToolStripButton()
  80. Me.BindingNavigatorSeparator = New System.Windows.Forms.ToolStripSeparator()
  81. Me.BindingNavigatorPositionItem = New System.Windows.Forms.ToolStripTextBox()
  82. Me.BindingNavigatorSeparator1 = New System.Windows.Forms.ToolStripSeparator()
  83. Me.BindingNavigatorMoveNextItem = New System.Windows.Forms.ToolStripButton()
  84. Me.BindingNavigatorMoveLastItem = New System.Windows.Forms.ToolStripButton()
  85. Me.BindingNavigatorSeparator2 = New System.Windows.Forms.ToolStripSeparator()
  86. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
  87. CType(Me.BindingNavigator1, System.ComponentModel.ISupportInitialize).BeginInit()
  88. Me.BindingNavigator1.SuspendLayout()
  89. Me.SuspendLayout()
  90. '
  91. 'Label1
  92. '
  93. Me.Label1.AutoSize = True
  94. Me.Label1.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  95. Me.Label1.Location = New System.Drawing.Point(339, 283)
  96. Me.Label1.Name = "Label1"
  97. Me.Label1.Size = New System.Drawing.Size(36, 18)
  98. Me.Label1.TabIndex = 0
  99. Me.Label1.Text = "Casa"
  100. Me.Label1.Visible = False
  101. '
  102. 'txtCodigoTitulo
  103. '
  104. Me.txtCodigoTitulo.Location = New System.Drawing.Point(141, 110)
  105. Me.txtCodigoTitulo.Name = "txtCodigoTitulo"
  106. Me.txtCodigoTitulo.Size = New System.Drawing.Size(150, 20)
  107. Me.txtCodigoTitulo.TabIndex = 2
  108. '
  109. 'Label2
  110. '
  111. Me.Label2.AutoSize = True
  112. Me.Label2.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  113. Me.Label2.Location = New System.Drawing.Point(20, 111)
  114. Me.Label2.Name = "Label2"
  115. Me.Label2.Size = New System.Drawing.Size(41, 18)
  116. Me.Label2.TabIndex = 2
  117. Me.Label2.Text = "Titulo"
  118. '
  119. 'txtValorTransado
  120. '
  121. Me.txtValorTransado.Location = New System.Drawing.Point(141, 154)
  122. Me.txtValorTransado.Name = "txtValorTransado"
  123. Me.txtValorTransado.Size = New System.Drawing.Size(150, 20)
  124. Me.txtValorTransado.TabIndex = 4
  125. '
  126. 'Label3
  127. '
  128. Me.Label3.AutoSize = True
  129. Me.Label3.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  130. Me.Label3.Location = New System.Drawing.Point(20, 155)
  131. Me.Label3.Name = "Label3"
  132. Me.Label3.Size = New System.Drawing.Size(93, 18)
  133. Me.Label3.TabIndex = 4
  134. Me.Label3.Text = "Valor Transado"
  135. '
  136. 'txtDias
  137. '
  138. Me.txtDias.Location = New System.Drawing.Point(141, 176)
  139. Me.txtDias.Name = "txtDias"
  140. Me.txtDias.Size = New System.Drawing.Size(150, 20)
  141. Me.txtDias.TabIndex = 5
  142. '
  143. 'Label4
  144. '
  145. Me.Label4.AutoSize = True
  146. Me.Label4.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  147. Me.Label4.Location = New System.Drawing.Point(20, 177)
  148. Me.Label4.Name = "Label4"
  149. Me.Label4.Size = New System.Drawing.Size(33, 18)
  150. Me.Label4.TabIndex = 6
  151. Me.Label4.Text = "Dias"
  152. '
  153. 'txtRendimiento
  154. '
  155. Me.txtRendimiento.Location = New System.Drawing.Point(141, 220)
  156. Me.txtRendimiento.Name = "txtRendimiento"
  157. Me.txtRendimiento.Size = New System.Drawing.Size(150, 20)
  158. Me.txtRendimiento.TabIndex = 7
  159. '
  160. 'Label5
  161. '
  162. Me.Label5.AutoSize = True
  163. Me.Label5.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  164. Me.Label5.Location = New System.Drawing.Point(20, 221)
  165. Me.Label5.Name = "Label5"
  166. Me.Label5.Size = New System.Drawing.Size(81, 18)
  167. Me.Label5.TabIndex = 8
  168. Me.Label5.Text = "Rendimiento"
  169. '
  170. 'txtComisionCasa
  171. '
  172. Me.txtComisionCasa.Location = New System.Drawing.Point(509, 304)
  173. Me.txtComisionCasa.Name = "txtComisionCasa"
  174. Me.txtComisionCasa.ReadOnly = True
  175. Me.txtComisionCasa.Size = New System.Drawing.Size(101, 20)
  176. Me.txtComisionCasa.TabIndex = 0
  177. Me.txtComisionCasa.Visible = False
  178. '
  179. 'Label6
  180. '
  181. Me.Label6.AutoSize = True
  182. Me.Label6.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  183. Me.Label6.Location = New System.Drawing.Point(339, 305)
  184. Me.Label6.Name = "Label6"
  185. Me.Label6.Size = New System.Drawing.Size(94, 18)
  186. Me.Label6.TabIndex = 10
  187. Me.Label6.Text = "Comisión Casa"
  188. Me.Label6.Visible = False
  189. '
  190. 'txtComisionBolsa
  191. '
  192. Me.txtComisionBolsa.Location = New System.Drawing.Point(509, 326)
  193. Me.txtComisionBolsa.Name = "txtComisionBolsa"
  194. Me.txtComisionBolsa.ReadOnly = True
  195. Me.txtComisionBolsa.Size = New System.Drawing.Size(101, 20)
  196. Me.txtComisionBolsa.TabIndex = 0
  197. Me.txtComisionBolsa.Visible = False
  198. '
  199. 'Label7
  200. '
  201. Me.Label7.AutoSize = True
  202. Me.Label7.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  203. Me.Label7.Location = New System.Drawing.Point(339, 327)
  204. Me.Label7.Name = "Label7"
  205. Me.Label7.Size = New System.Drawing.Size(96, 18)
  206. Me.Label7.TabIndex = 12
  207. Me.Label7.Text = "Comisión Bolsa"
  208. Me.Label7.Visible = False
  209. '
  210. 'txtIOF
  211. '
  212. Me.txtIOF.Location = New System.Drawing.Point(509, 348)
  213. Me.txtIOF.Name = "txtIOF"
  214. Me.txtIOF.ReadOnly = True
  215. Me.txtIOF.Size = New System.Drawing.Size(101, 20)
  216. Me.txtIOF.TabIndex = 0
  217. Me.txtIOF.Visible = False
  218. '
  219. 'Label8
  220. '
  221. Me.Label8.AutoSize = True
  222. Me.Label8.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  223. Me.Label8.Location = New System.Drawing.Point(339, 349)
  224. Me.Label8.Name = "Label8"
  225. Me.Label8.Size = New System.Drawing.Size(28, 18)
  226. Me.Label8.TabIndex = 14
  227. Me.Label8.Text = "IOF"
  228. Me.Label8.Visible = False
  229. '
  230. 'txtOtrosCostos
  231. '
  232. Me.txtOtrosCostos.Location = New System.Drawing.Point(460, 370)
  233. Me.txtOtrosCostos.Name = "txtOtrosCostos"
  234. Me.txtOtrosCostos.Size = New System.Drawing.Size(150, 20)
  235. Me.txtOtrosCostos.TabIndex = 11
  236. Me.txtOtrosCostos.Visible = False
  237. '
  238. 'Label9
  239. '
  240. Me.Label9.AutoSize = True
  241. Me.Label9.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  242. Me.Label9.Location = New System.Drawing.Point(339, 371)
  243. Me.Label9.Name = "Label9"
  244. Me.Label9.Size = New System.Drawing.Size(83, 18)
  245. Me.Label9.TabIndex = 16
  246. Me.Label9.Text = "Otros Costos"
  247. Me.Label9.Visible = False
  248. '
  249. 'txtTotalCostos
  250. '
  251. Me.txtTotalCostos.Location = New System.Drawing.Point(141, 246)
  252. Me.txtTotalCostos.Name = "txtTotalCostos"
  253. Me.txtTotalCostos.ReadOnly = True
  254. Me.txtTotalCostos.Size = New System.Drawing.Size(150, 20)
  255. Me.txtTotalCostos.TabIndex = 0
  256. '
  257. 'Label10
  258. '
  259. Me.Label10.AutoSize = True
  260. Me.Label10.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  261. Me.Label10.Location = New System.Drawing.Point(20, 247)
  262. Me.Label10.Name = "Label10"
  263. Me.Label10.Size = New System.Drawing.Size(79, 18)
  264. Me.Label10.TabIndex = 18
  265. Me.Label10.Text = "Total Costos"
  266. '
  267. 'txtMontoALiquidar
  268. '
  269. Me.txtMontoALiquidar.Location = New System.Drawing.Point(141, 268)
  270. Me.txtMontoALiquidar.Name = "txtMontoALiquidar"
  271. Me.txtMontoALiquidar.ReadOnly = True
  272. Me.txtMontoALiquidar.Size = New System.Drawing.Size(150, 20)
  273. Me.txtMontoALiquidar.TabIndex = 0
  274. '
  275. 'Label11
  276. '
  277. Me.Label11.AutoSize = True
  278. Me.Label11.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  279. Me.Label11.Location = New System.Drawing.Point(20, 269)
  280. Me.Label11.Name = "Label11"
  281. Me.Label11.Size = New System.Drawing.Size(107, 18)
  282. Me.Label11.TabIndex = 20
  283. Me.Label11.Text = "Monto a Liquidar"
  284. '
  285. 'dtpFechaCompra
  286. '
  287. Me.dtpFechaCompra.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  288. Me.dtpFechaCompra.Location = New System.Drawing.Point(141, 132)
  289. Me.dtpFechaCompra.Name = "dtpFechaCompra"
  290. Me.dtpFechaCompra.Size = New System.Drawing.Size(150, 20)
  291. Me.dtpFechaCompra.TabIndex = 3
  292. '
  293. 'dtpFechaVencimiento
  294. '
  295. Me.dtpFechaVencimiento.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  296. Me.dtpFechaVencimiento.Location = New System.Drawing.Point(141, 198)
  297. Me.dtpFechaVencimiento.Name = "dtpFechaVencimiento"
  298. Me.dtpFechaVencimiento.Size = New System.Drawing.Size(150, 20)
  299. Me.dtpFechaVencimiento.TabIndex = 6
  300. '
  301. 'Label12
  302. '
  303. Me.Label12.AutoSize = True
  304. Me.Label12.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  305. Me.Label12.Location = New System.Drawing.Point(20, 133)
  306. Me.Label12.Name = "Label12"
  307. Me.Label12.Size = New System.Drawing.Size(91, 18)
  308. Me.Label12.TabIndex = 24
  309. Me.Label12.Text = "Fecha Compra"
  310. '
  311. 'Label13
  312. '
  313. Me.Label13.AutoSize = True
  314. Me.Label13.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  315. Me.Label13.Location = New System.Drawing.Point(20, 199)
  316. Me.Label13.Name = "Label13"
  317. Me.Label13.Size = New System.Drawing.Size(117, 18)
  318. Me.Label13.TabIndex = 25
  319. Me.Label13.Text = "Fecha Vencimiento"
  320. '
  321. 'txtInteresesAGenerar
  322. '
  323. Me.txtInteresesAGenerar.Location = New System.Drawing.Point(141, 290)
  324. Me.txtInteresesAGenerar.Name = "txtInteresesAGenerar"
  325. Me.txtInteresesAGenerar.ReadOnly = True
  326. Me.txtInteresesAGenerar.Size = New System.Drawing.Size(150, 20)
  327. Me.txtInteresesAGenerar.TabIndex = 0
  328. '
  329. 'Label14
  330. '
  331. Me.Label14.AutoSize = True
  332. Me.Label14.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  333. Me.Label14.Location = New System.Drawing.Point(20, 291)
  334. Me.Label14.Name = "Label14"
  335. Me.Label14.Size = New System.Drawing.Size(111, 18)
  336. Me.Label14.TabIndex = 26
  337. Me.Label14.Text = "Interes a Generar"
  338. '
  339. 'txtCostoDeTransferencia
  340. '
  341. Me.txtCostoDeTransferencia.Location = New System.Drawing.Point(460, 88)
  342. Me.txtCostoDeTransferencia.Name = "txtCostoDeTransferencia"
  343. Me.txtCostoDeTransferencia.Size = New System.Drawing.Size(150, 20)
  344. Me.txtCostoDeTransferencia.TabIndex = 30
  345. '
  346. 'Label16
  347. '
  348. Me.Label16.AutoSize = True
  349. Me.Label16.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  350. Me.Label16.Location = New System.Drawing.Point(331, 89)
  351. Me.Label16.Name = "Label16"
  352. Me.Label16.Size = New System.Drawing.Size(125, 18)
  353. Me.Label16.TabIndex = 29
  354. Me.Label16.Text = "Costo Transferencia"
  355. '
  356. 'txtRendimientoNetoAntesISR
  357. '
  358. Me.txtRendimientoNetoAntesISR.Location = New System.Drawing.Point(460, 110)
  359. Me.txtRendimientoNetoAntesISR.Name = "txtRendimientoNetoAntesISR"
  360. Me.txtRendimientoNetoAntesISR.ReadOnly = True
  361. Me.txtRendimientoNetoAntesISR.Size = New System.Drawing.Size(150, 20)
  362. Me.txtRendimientoNetoAntesISR.TabIndex = 32
  363. '
  364. 'Label17
  365. '
  366. Me.Label17.AutoSize = True
  367. Me.Label17.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  368. Me.Label17.Location = New System.Drawing.Point(331, 111)
  369. Me.Label17.Name = "Label17"
  370. Me.Label17.Size = New System.Drawing.Size(112, 18)
  371. Me.Label17.TabIndex = 31
  372. Me.Label17.Text = "Rendimiento Neto"
  373. '
  374. 'txtValorReCompra
  375. '
  376. Me.txtValorReCompra.Location = New System.Drawing.Point(460, 132)
  377. Me.txtValorReCompra.Name = "txtValorReCompra"
  378. Me.txtValorReCompra.ReadOnly = True
  379. Me.txtValorReCompra.Size = New System.Drawing.Size(150, 20)
  380. Me.txtValorReCompra.TabIndex = 34
  381. '
  382. 'Label18
  383. '
  384. Me.Label18.AutoSize = True
  385. Me.Label18.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  386. Me.Label18.Location = New System.Drawing.Point(331, 133)
  387. Me.Label18.Name = "Label18"
  388. Me.Label18.Size = New System.Drawing.Size(102, 18)
  389. Me.Label18.TabIndex = 33
  390. Me.Label18.Text = "Valor Re-compra"
  391. '
  392. 'txtISR
  393. '
  394. Me.txtISR.Location = New System.Drawing.Point(460, 154)
  395. Me.txtISR.Name = "txtISR"
  396. Me.txtISR.ReadOnly = True
  397. Me.txtISR.Size = New System.Drawing.Size(150, 20)
  398. Me.txtISR.TabIndex = 36
  399. '
  400. 'Label19
  401. '
  402. Me.Label19.AutoSize = True
  403. Me.Label19.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  404. Me.Label19.Location = New System.Drawing.Point(331, 155)
  405. Me.Label19.Name = "Label19"
  406. Me.Label19.Size = New System.Drawing.Size(41, 18)
  407. Me.Label19.TabIndex = 35
  408. Me.Label19.Text = "Renta"
  409. '
  410. 'txtIngresoNeto
  411. '
  412. Me.txtIngresoNeto.Location = New System.Drawing.Point(460, 176)
  413. Me.txtIngresoNeto.Name = "txtIngresoNeto"
  414. Me.txtIngresoNeto.ReadOnly = True
  415. Me.txtIngresoNeto.Size = New System.Drawing.Size(150, 20)
  416. Me.txtIngresoNeto.TabIndex = 38
  417. '
  418. 'Label20
  419. '
  420. Me.Label20.AutoSize = True
  421. Me.Label20.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  422. Me.Label20.Location = New System.Drawing.Point(331, 177)
  423. Me.Label20.Name = "Label20"
  424. Me.Label20.Size = New System.Drawing.Size(82, 18)
  425. Me.Label20.TabIndex = 37
  426. Me.Label20.Text = "Ingreso Neto"
  427. '
  428. 'txtValorNeto
  429. '
  430. Me.txtValorNeto.Location = New System.Drawing.Point(460, 198)
  431. Me.txtValorNeto.Name = "txtValorNeto"
  432. Me.txtValorNeto.ReadOnly = True
  433. Me.txtValorNeto.Size = New System.Drawing.Size(150, 20)
  434. Me.txtValorNeto.TabIndex = 40
  435. '
  436. 'Label21
  437. '
  438. Me.Label21.AutoSize = True
  439. Me.Label21.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  440. Me.Label21.Location = New System.Drawing.Point(331, 199)
  441. Me.Label21.Name = "Label21"
  442. Me.Label21.Size = New System.Drawing.Size(67, 18)
  443. Me.Label21.TabIndex = 39
  444. Me.Label21.Text = "Valor Neto"
  445. '
  446. 'txtRendimientoNetoDespuesISR
  447. '
  448. Me.txtRendimientoNetoDespuesISR.Location = New System.Drawing.Point(460, 220)
  449. Me.txtRendimientoNetoDespuesISR.Name = "txtRendimientoNetoDespuesISR"
  450. Me.txtRendimientoNetoDespuesISR.ReadOnly = True
  451. Me.txtRendimientoNetoDespuesISR.Size = New System.Drawing.Size(150, 20)
  452. Me.txtRendimientoNetoDespuesISR.TabIndex = 42
  453. '
  454. 'Label22
  455. '
  456. Me.Label22.AutoSize = True
  457. Me.Label22.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  458. Me.Label22.Location = New System.Drawing.Point(331, 221)
  459. Me.Label22.Name = "Label22"
  460. Me.Label22.Size = New System.Drawing.Size(112, 18)
  461. Me.Label22.TabIndex = 41
  462. Me.Label22.Text = "Rendimiento Neto"
  463. '
  464. 'lblBono
  465. '
  466. Me.lblBono.AutoSize = True
  467. Me.lblBono.Font = New System.Drawing.Font("Trebuchet MS", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  468. Me.lblBono.Location = New System.Drawing.Point(12, 42)
  469. Me.lblBono.Name = "lblBono"
  470. Me.lblBono.Size = New System.Drawing.Size(90, 24)
  471. Me.lblBono.TabIndex = 56
  472. Me.lblBono.Text = "Reportos"
  473. '
  474. 'Label15
  475. '
  476. Me.Label15.AutoSize = True
  477. Me.Label15.Font = New System.Drawing.Font("Trebuchet MS", 11.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  478. Me.Label15.Location = New System.Drawing.Point(456, 56)
  479. Me.Label15.Name = "Label15"
  480. Me.Label15.Size = New System.Drawing.Size(89, 20)
  481. Me.Label15.TabIndex = 57
  482. Me.Label15.Text = "Liquidación"
  483. '
  484. 'txtPorcentajeCasa
  485. '
  486. Me.txtPorcentajeCasa.Location = New System.Drawing.Point(460, 304)
  487. Me.txtPorcentajeCasa.Name = "txtPorcentajeCasa"
  488. Me.txtPorcentajeCasa.Size = New System.Drawing.Size(43, 20)
  489. Me.txtPorcentajeCasa.TabIndex = 8
  490. Me.txtPorcentajeCasa.Visible = False
  491. '
  492. 'txtPorcentajeBolsa
  493. '
  494. Me.txtPorcentajeBolsa.Location = New System.Drawing.Point(460, 326)
  495. Me.txtPorcentajeBolsa.Name = "txtPorcentajeBolsa"
  496. Me.txtPorcentajeBolsa.Size = New System.Drawing.Size(43, 20)
  497. Me.txtPorcentajeBolsa.TabIndex = 9
  498. Me.txtPorcentajeBolsa.Visible = False
  499. '
  500. 'txtPorcentajeIOF
  501. '
  502. Me.txtPorcentajeIOF.Location = New System.Drawing.Point(460, 348)
  503. Me.txtPorcentajeIOF.Name = "txtPorcentajeIOF"
  504. Me.txtPorcentajeIOF.Size = New System.Drawing.Size(43, 20)
  505. Me.txtPorcentajeIOF.TabIndex = 10
  506. Me.txtPorcentajeIOF.Visible = False
  507. '
  508. 'DataGridView1
  509. '
  510. Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  511. Me.DataGridView1.Location = New System.Drawing.Point(24, 411)
  512. Me.DataGridView1.Name = "DataGridView1"
  513. Me.DataGridView1.Size = New System.Drawing.Size(586, 154)
  514. Me.DataGridView1.TabIndex = 61
  515. '
  516. 'cboCasaCorredora
  517. '
  518. Me.cboCasaCorredora.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  519. Me.cboCasaCorredora.FormattingEnabled = True
  520. Me.cboCasaCorredora.Location = New System.Drawing.Point(460, 277)
  521. Me.cboCasaCorredora.Name = "cboCasaCorredora"
  522. Me.cboCasaCorredora.Size = New System.Drawing.Size(150, 21)
  523. Me.cboCasaCorredora.TabIndex = 1
  524. Me.cboCasaCorredora.Visible = False
  525. '
  526. 'btnAceptar
  527. '
  528. Me.btnAceptar.DialogResult = System.Windows.Forms.DialogResult.OK
  529. Me.btnAceptar.Location = New System.Drawing.Point(23, 571)
  530. Me.btnAceptar.Name = "btnAceptar"
  531. Me.btnAceptar.Size = New System.Drawing.Size(75, 23)
  532. Me.btnAceptar.TabIndex = 62
  533. Me.btnAceptar.Text = "Aceptar"
  534. Me.btnAceptar.UseVisualStyleBackColor = True
  535. '
  536. 'btnCancelar
  537. '
  538. Me.btnCancelar.DialogResult = System.Windows.Forms.DialogResult.Cancel
  539. Me.btnCancelar.Location = New System.Drawing.Point(109, 571)
  540. Me.btnCancelar.Name = "btnCancelar"
  541. Me.btnCancelar.Size = New System.Drawing.Size(75, 23)
  542. Me.btnCancelar.TabIndex = 63
  543. Me.btnCancelar.Text = "Cancelar"
  544. Me.btnCancelar.UseVisualStyleBackColor = True
  545. '
  546. 'BindingNavigator1
  547. '
  548. Me.BindingNavigator1.AddNewItem = Me.BindingNavigatorAddNewItem
  549. Me.BindingNavigator1.CountItem = Me.BindingNavigatorCountItem
  550. Me.BindingNavigator1.DeleteItem = Me.BindingNavigatorDeleteItem
  551. Me.BindingNavigator1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BindingNavigatorMoveFirstItem, Me.BindingNavigatorMovePreviousItem, Me.BindingNavigatorSeparator, Me.BindingNavigatorPositionItem, Me.BindingNavigatorCountItem, Me.BindingNavigatorSeparator1, Me.BindingNavigatorMoveNextItem, Me.BindingNavigatorMoveLastItem, Me.BindingNavigatorSeparator2, Me.BindingNavigatorAddNewItem, Me.BindingNavigatorDeleteItem})
  552. Me.BindingNavigator1.Location = New System.Drawing.Point(0, 0)
  553. Me.BindingNavigator1.MoveFirstItem = Me.BindingNavigatorMoveFirstItem
  554. Me.BindingNavigator1.MoveLastItem = Me.BindingNavigatorMoveLastItem
  555. Me.BindingNavigator1.MoveNextItem = Me.BindingNavigatorMoveNextItem
  556. Me.BindingNavigator1.MovePreviousItem = Me.BindingNavigatorMovePreviousItem
  557. Me.BindingNavigator1.Name = "BindingNavigator1"
  558. Me.BindingNavigator1.PositionItem = Me.BindingNavigatorPositionItem
  559. Me.BindingNavigator1.Size = New System.Drawing.Size(639, 25)
  560. Me.BindingNavigator1.TabIndex = 64
  561. Me.BindingNavigator1.Text = "BindingNavigator1"
  562. '
  563. 'BindingNavigatorAddNewItem
  564. '
  565. Me.BindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  566. Me.BindingNavigatorAddNewItem.Image = CType(resources.GetObject("BindingNavigatorAddNewItem.Image"), System.Drawing.Image)
  567. Me.BindingNavigatorAddNewItem.Name = "BindingNavigatorAddNewItem"
  568. Me.BindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = True
  569. Me.BindingNavigatorAddNewItem.Size = New System.Drawing.Size(23, 22)
  570. Me.BindingNavigatorAddNewItem.Text = "Agregar nuevo"
  571. '
  572. 'BindingNavigatorCountItem
  573. '
  574. Me.BindingNavigatorCountItem.Name = "BindingNavigatorCountItem"
  575. Me.BindingNavigatorCountItem.Size = New System.Drawing.Size(37, 22)
  576. Me.BindingNavigatorCountItem.Text = "de {0}"
  577. Me.BindingNavigatorCountItem.ToolTipText = "Número total de elementos"
  578. '
  579. 'BindingNavigatorDeleteItem
  580. '
  581. Me.BindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  582. Me.BindingNavigatorDeleteItem.Image = CType(resources.GetObject("BindingNavigatorDeleteItem.Image"), System.Drawing.Image)
  583. Me.BindingNavigatorDeleteItem.Name = "BindingNavigatorDeleteItem"
  584. Me.BindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = True
  585. Me.BindingNavigatorDeleteItem.Size = New System.Drawing.Size(23, 22)
  586. Me.BindingNavigatorDeleteItem.Text = "Eliminar"
  587. '
  588. 'BindingNavigatorMoveFirstItem
  589. '
  590. Me.BindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  591. Me.BindingNavigatorMoveFirstItem.Image = CType(resources.GetObject("BindingNavigatorMoveFirstItem.Image"), System.Drawing.Image)
  592. Me.BindingNavigatorMoveFirstItem.Name = "BindingNavigatorMoveFirstItem"
  593. Me.BindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = True
  594. Me.BindingNavigatorMoveFirstItem.Size = New System.Drawing.Size(23, 22)
  595. Me.BindingNavigatorMoveFirstItem.Text = "Mover primero"
  596. '
  597. 'BindingNavigatorMovePreviousItem
  598. '
  599. Me.BindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  600. Me.BindingNavigatorMovePreviousItem.Image = CType(resources.GetObject("BindingNavigatorMovePreviousItem.Image"), System.Drawing.Image)
  601. Me.BindingNavigatorMovePreviousItem.Name = "BindingNavigatorMovePreviousItem"
  602. Me.BindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = True
  603. Me.BindingNavigatorMovePreviousItem.Size = New System.Drawing.Size(23, 22)
  604. Me.BindingNavigatorMovePreviousItem.Text = "Mover anterior"
  605. '
  606. 'BindingNavigatorSeparator
  607. '
  608. Me.BindingNavigatorSeparator.Name = "BindingNavigatorSeparator"
  609. Me.BindingNavigatorSeparator.Size = New System.Drawing.Size(6, 25)
  610. '
  611. 'BindingNavigatorPositionItem
  612. '
  613. Me.BindingNavigatorPositionItem.AccessibleName = "Posición"
  614. Me.BindingNavigatorPositionItem.AutoSize = False
  615. Me.BindingNavigatorPositionItem.Name = "BindingNavigatorPositionItem"
  616. Me.BindingNavigatorPositionItem.Size = New System.Drawing.Size(50, 23)
  617. Me.BindingNavigatorPositionItem.Text = "0"
  618. Me.BindingNavigatorPositionItem.ToolTipText = "Posición actual"
  619. '
  620. 'BindingNavigatorSeparator1
  621. '
  622. Me.BindingNavigatorSeparator1.Name = "BindingNavigatorSeparator1"
  623. Me.BindingNavigatorSeparator1.Size = New System.Drawing.Size(6, 25)
  624. '
  625. 'BindingNavigatorMoveNextItem
  626. '
  627. Me.BindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  628. Me.BindingNavigatorMoveNextItem.Image = CType(resources.GetObject("BindingNavigatorMoveNextItem.Image"), System.Drawing.Image)
  629. Me.BindingNavigatorMoveNextItem.Name = "BindingNavigatorMoveNextItem"
  630. Me.BindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = True
  631. Me.BindingNavigatorMoveNextItem.Size = New System.Drawing.Size(23, 22)
  632. Me.BindingNavigatorMoveNextItem.Text = "Mover siguiente"
  633. '
  634. 'BindingNavigatorMoveLastItem
  635. '
  636. Me.BindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  637. Me.BindingNavigatorMoveLastItem.Image = CType(resources.GetObject("BindingNavigatorMoveLastItem.Image"), System.Drawing.Image)
  638. Me.BindingNavigatorMoveLastItem.Name = "BindingNavigatorMoveLastItem"
  639. Me.BindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = True
  640. Me.BindingNavigatorMoveLastItem.Size = New System.Drawing.Size(23, 22)
  641. Me.BindingNavigatorMoveLastItem.Text = "Mover último"
  642. '
  643. 'BindingNavigatorSeparator2
  644. '
  645. Me.BindingNavigatorSeparator2.Name = "BindingNavigatorSeparator2"
  646. Me.BindingNavigatorSeparator2.Size = New System.Drawing.Size(6, 25)
  647. '
  648. 'frmReporto
  649. '
  650. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  651. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  652. Me.AutoScroll = True
  653. Me.ClientSize = New System.Drawing.Size(639, 603)
  654. Me.Controls.Add(Me.BindingNavigator1)
  655. Me.Controls.Add(Me.btnCancelar)
  656. Me.Controls.Add(Me.btnAceptar)
  657. Me.Controls.Add(Me.cboCasaCorredora)
  658. Me.Controls.Add(Me.DataGridView1)
  659. Me.Controls.Add(Me.txtPorcentajeIOF)
  660. Me.Controls.Add(Me.txtPorcentajeBolsa)
  661. Me.Controls.Add(Me.txtPorcentajeCasa)
  662. Me.Controls.Add(Me.Label15)
  663. Me.Controls.Add(Me.lblBono)
  664. Me.Controls.Add(Me.txtRendimientoNetoDespuesISR)
  665. Me.Controls.Add(Me.Label22)
  666. Me.Controls.Add(Me.txtValorNeto)
  667. Me.Controls.Add(Me.Label21)
  668. Me.Controls.Add(Me.txtIngresoNeto)
  669. Me.Controls.Add(Me.Label20)
  670. Me.Controls.Add(Me.txtISR)
  671. Me.Controls.Add(Me.Label19)
  672. Me.Controls.Add(Me.txtValorReCompra)
  673. Me.Controls.Add(Me.Label18)
  674. Me.Controls.Add(Me.txtRendimientoNetoAntesISR)
  675. Me.Controls.Add(Me.Label17)
  676. Me.Controls.Add(Me.txtCostoDeTransferencia)
  677. Me.Controls.Add(Me.Label16)
  678. Me.Controls.Add(Me.txtInteresesAGenerar)
  679. Me.Controls.Add(Me.Label14)
  680. Me.Controls.Add(Me.Label13)
  681. Me.Controls.Add(Me.Label12)
  682. Me.Controls.Add(Me.dtpFechaVencimiento)
  683. Me.Controls.Add(Me.dtpFechaCompra)
  684. Me.Controls.Add(Me.txtMontoALiquidar)
  685. Me.Controls.Add(Me.Label11)
  686. Me.Controls.Add(Me.txtTotalCostos)
  687. Me.Controls.Add(Me.Label10)
  688. Me.Controls.Add(Me.txtOtrosCostos)
  689. Me.Controls.Add(Me.Label9)
  690. Me.Controls.Add(Me.txtIOF)
  691. Me.Controls.Add(Me.Label8)
  692. Me.Controls.Add(Me.txtComisionBolsa)
  693. Me.Controls.Add(Me.Label7)
  694. Me.Controls.Add(Me.txtComisionCasa)
  695. Me.Controls.Add(Me.Label6)
  696. Me.Controls.Add(Me.txtRendimiento)
  697. Me.Controls.Add(Me.Label5)
  698. Me.Controls.Add(Me.txtDias)
  699. Me.Controls.Add(Me.Label4)
  700. Me.Controls.Add(Me.txtValorTransado)
  701. Me.Controls.Add(Me.Label3)
  702. Me.Controls.Add(Me.txtCodigoTitulo)
  703. Me.Controls.Add(Me.Label2)
  704. Me.Controls.Add(Me.Label1)
  705. Me.Name = "frmReporto"
  706. Me.Text = "frmReporto"
  707. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
  708. CType(Me.BindingNavigator1, System.ComponentModel.ISupportInitialize).EndInit()
  709. Me.BindingNavigator1.ResumeLayout(False)
  710. Me.BindingNavigator1.PerformLayout()
  711. Me.ResumeLayout(False)
  712. Me.PerformLayout()
  713. End Sub
  714. Friend WithEvents Label1 As Label
  715. Friend WithEvents txtCodigoTitulo As TextBox
  716. Friend WithEvents Label2 As Label
  717. Friend WithEvents txtValorTransado As TextBox
  718. Friend WithEvents Label3 As Label
  719. Friend WithEvents txtDias As TextBox
  720. Friend WithEvents Label4 As Label
  721. Friend WithEvents txtRendimiento As TextBox
  722. Friend WithEvents Label5 As Label
  723. Friend WithEvents txtComisionCasa As TextBox
  724. Friend WithEvents Label6 As Label
  725. Friend WithEvents txtComisionBolsa As TextBox
  726. Friend WithEvents Label7 As Label
  727. Friend WithEvents txtIOF As TextBox
  728. Friend WithEvents Label8 As Label
  729. Friend WithEvents txtOtrosCostos As TextBox
  730. Friend WithEvents Label9 As Label
  731. Friend WithEvents txtTotalCostos As TextBox
  732. Friend WithEvents Label10 As Label
  733. Friend WithEvents txtMontoALiquidar As TextBox
  734. Friend WithEvents Label11 As Label
  735. Friend WithEvents dtpFechaCompra As DateTimePicker
  736. Friend WithEvents dtpFechaVencimiento As DateTimePicker
  737. Friend WithEvents Label12 As Label
  738. Friend WithEvents Label13 As Label
  739. Friend WithEvents txtInteresesAGenerar As TextBox
  740. Friend WithEvents Label14 As Label
  741. Friend WithEvents txtCostoDeTransferencia As TextBox
  742. Friend WithEvents Label16 As Label
  743. Friend WithEvents txtRendimientoNetoAntesISR As TextBox
  744. Friend WithEvents Label17 As Label
  745. Friend WithEvents txtValorReCompra As TextBox
  746. Friend WithEvents Label18 As Label
  747. Friend WithEvents txtISR As TextBox
  748. Friend WithEvents Label19 As Label
  749. Friend WithEvents txtIngresoNeto As TextBox
  750. Friend WithEvents Label20 As Label
  751. Friend WithEvents txtValorNeto As TextBox
  752. Friend WithEvents Label21 As Label
  753. Friend WithEvents txtRendimientoNetoDespuesISR As TextBox
  754. Friend WithEvents Label22 As Label
  755. Friend WithEvents lblBono As Label
  756. Friend WithEvents Label15 As Label
  757. Friend WithEvents txtPorcentajeCasa As TextBox
  758. Friend WithEvents txtPorcentajeBolsa As TextBox
  759. Friend WithEvents txtPorcentajeIOF As TextBox
  760. Friend WithEvents DataGridView1 As DataGridView
  761. Friend WithEvents cboCasaCorredora As ComboBox
  762. Friend WithEvents btnAceptar As Button
  763. Friend WithEvents btnCancelar As Button
  764. Friend WithEvents BindingNavigator1 As BindingNavigator
  765. Friend WithEvents BindingNavigatorAddNewItem As ToolStripButton
  766. Friend WithEvents BindingNavigatorCountItem As ToolStripLabel
  767. Friend WithEvents BindingNavigatorDeleteItem As ToolStripButton
  768. Friend WithEvents BindingNavigatorMoveFirstItem As ToolStripButton
  769. Friend WithEvents BindingNavigatorMovePreviousItem As ToolStripButton
  770. Friend WithEvents BindingNavigatorSeparator As ToolStripSeparator
  771. Friend WithEvents BindingNavigatorPositionItem As ToolStripTextBox
  772. Friend WithEvents BindingNavigatorSeparator1 As ToolStripSeparator
  773. Friend WithEvents BindingNavigatorMoveNextItem As ToolStripButton
  774. Friend WithEvents BindingNavigatorMoveLastItem As ToolStripButton
  775. Friend WithEvents BindingNavigatorSeparator2 As ToolStripSeparator
  776. End Class