frmAcciones.Designer.vb 59 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
  2. Partial Class frmAcciones
  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(frmAcciones))
  24. Me.btnAceptar = New System.Windows.Forms.Button()
  25. Me.btnCancelar = New System.Windows.Forms.Button()
  26. Me.lblTitulo = New System.Windows.Forms.Label()
  27. Me.BindingNavigator1 = New System.Windows.Forms.BindingNavigator(Me.components)
  28. Me.BindingNavigatorSeparator = New System.Windows.Forms.ToolStripSeparator()
  29. Me.navModificar = New System.Windows.Forms.ToolStripButton()
  30. Me.navNuevo = New System.Windows.Forms.ToolStripButton()
  31. Me.navEliminar = New System.Windows.Forms.ToolStripButton()
  32. Me.TbDividendos = New System.Windows.Forms.TabPage()
  33. Me.btnQuitar = New System.Windows.Forms.Button()
  34. Me.btnActualizar = New System.Windows.Forms.Button()
  35. Me.GroupBox1 = New System.Windows.Forms.GroupBox()
  36. Me.rdbEfectivo = New System.Windows.Forms.RadioButton()
  37. Me.rdbPorcentaje = New System.Windows.Forms.RadioButton()
  38. Me.dgvDividendos = New System.Windows.Forms.DataGridView()
  39. Me.TbOperacion = New System.Windows.Forms.TabPage()
  40. Me.btnVenderTitulo = New System.Windows.Forms.Button()
  41. Me.GrpDatos = New System.Windows.Forms.GroupBox()
  42. Me.Label2 = New System.Windows.Forms.Label()
  43. Me.Label9 = New System.Windows.Forms.Label()
  44. Me.Label8 = New System.Windows.Forms.Label()
  45. Me.Label11 = New System.Windows.Forms.Label()
  46. Me.Label6 = New System.Windows.Forms.Label()
  47. Me.Label5 = New System.Windows.Forms.Label()
  48. Me.Label12 = New System.Windows.Forms.Label()
  49. Me.Label3 = New System.Windows.Forms.Label()
  50. Me.Label13 = New System.Windows.Forms.Label()
  51. Me.Label16 = New System.Windows.Forms.Label()
  52. Me.Label1 = New System.Windows.Forms.Label()
  53. Me.Label4 = New System.Windows.Forms.Label()
  54. Me.Label14 = New System.Windows.Forms.Label()
  55. Me.Label17 = New System.Windows.Forms.Label()
  56. Me.Label15 = New System.Windows.Forms.Label()
  57. Me.GrpBotonos = New System.Windows.Forms.GroupBox()
  58. Me.GrpCompra = New System.Windows.Forms.GroupBox()
  59. Me.txtRetornoAnualNetoCompra = New System.Windows.Forms.TextBox()
  60. Me.dtpFechaVencimientoCompra = New System.Windows.Forms.DateTimePicker()
  61. Me.txtComisionPorcentajeBolsaCompra = New System.Windows.Forms.TextBox()
  62. Me.dtpFechaOperacionCompra = New System.Windows.Forms.DateTimePicker()
  63. Me.txtComisionPorcentajeCasaCompra = New System.Windows.Forms.TextBox()
  64. Me.txtUnidadesCompra = New System.Windows.Forms.TextBox()
  65. Me.txtComisionBolsaCompra = New System.Windows.Forms.TextBox()
  66. Me.txtValorTransadoCompra = New System.Windows.Forms.TextBox()
  67. Me.txtComisionCasaCompra = New System.Windows.Forms.TextBox()
  68. Me.txtPrecioSucioCompra = New System.Windows.Forms.TextBox()
  69. Me.txtPrecioLimpioCompra = New System.Windows.Forms.TextBox()
  70. Me.txtRetornoAnualBrutoCompra = New System.Windows.Forms.TextBox()
  71. Me.txtMontoNetoCompra = New System.Windows.Forms.TextBox()
  72. Me.txtImpuestosYComisionesCompra = New System.Windows.Forms.TextBox()
  73. Me.Label18 = New System.Windows.Forms.Label()
  74. Me.txtGananciaCapitalTotalCompra = New System.Windows.Forms.TextBox()
  75. Me.txtDiasDeTenenciaCompra = New System.Windows.Forms.TextBox()
  76. Me.txtGananciaCapitalUnitarioCompra = New System.Windows.Forms.TextBox()
  77. Me.GrpVenta = New System.Windows.Forms.GroupBox()
  78. Me.txtValorTransadoVenta = New System.Windows.Forms.TextBox()
  79. Me.dtpFechaOperacionVenta = New System.Windows.Forms.DateTimePicker()
  80. Me.txtComisionPorcentajeBolsaVenta = New System.Windows.Forms.TextBox()
  81. Me.dtpFechaVencimientoVenta = New System.Windows.Forms.DateTimePicker()
  82. Me.txtComisionPorcentajeCasaVenta = New System.Windows.Forms.TextBox()
  83. Me.txtPrecioLimpioVenta = New System.Windows.Forms.TextBox()
  84. Me.txtDiasDeTenenciaVenta = New System.Windows.Forms.TextBox()
  85. Me.txtPrecioSucioVenta = New System.Windows.Forms.TextBox()
  86. Me.txtComisionBolsaVenta = New System.Windows.Forms.TextBox()
  87. Me.txtMontoNetoVenta = New System.Windows.Forms.TextBox()
  88. Me.txtGananciaCapitalTotalVenta = New System.Windows.Forms.TextBox()
  89. Me.txtComisionCasaVenta = New System.Windows.Forms.TextBox()
  90. Me.txtGananciaCapitalUnitarioVenta = New System.Windows.Forms.TextBox()
  91. Me.txtRetornoAnualBrutoVenta = New System.Windows.Forms.TextBox()
  92. Me.txtUnidadesVenta = New System.Windows.Forms.TextBox()
  93. Me.Label19 = New System.Windows.Forms.Label()
  94. Me.txtRetornoAnualNetoVenta = New System.Windows.Forms.TextBox()
  95. Me.txtImpuestosYComisionesVenta = New System.Windows.Forms.TextBox()
  96. Me.GrpImpuesto = New System.Windows.Forms.GroupBox()
  97. Me.ChkIOF = New System.Windows.Forms.CheckBox()
  98. Me.lblCompra2 = New System.Windows.Forms.Label()
  99. Me.Label7 = New System.Windows.Forms.Label()
  100. Me.lblVenta1 = New System.Windows.Forms.Label()
  101. Me.ChkRenta = New System.Windows.Forms.CheckBox()
  102. Me.lblVenta2 = New System.Windows.Forms.Label()
  103. Me.txtIOFCompra = New System.Windows.Forms.TextBox()
  104. Me.lblCompra1 = New System.Windows.Forms.Label()
  105. Me.txtRentaVenta = New System.Windows.Forms.TextBox()
  106. Me.txtIOFVenta = New System.Windows.Forms.TextBox()
  107. Me.txtRentaCompra = New System.Windows.Forms.TextBox()
  108. Me.TabAcciones = New System.Windows.Forms.TabControl()
  109. Me.Panel1 = New System.Windows.Forms.Panel()
  110. Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog()
  111. CType(Me.BindingNavigator1, System.ComponentModel.ISupportInitialize).BeginInit()
  112. Me.BindingNavigator1.SuspendLayout()
  113. Me.TbDividendos.SuspendLayout()
  114. Me.GroupBox1.SuspendLayout()
  115. CType(Me.dgvDividendos, System.ComponentModel.ISupportInitialize).BeginInit()
  116. Me.TbOperacion.SuspendLayout()
  117. Me.GrpDatos.SuspendLayout()
  118. Me.GrpBotonos.SuspendLayout()
  119. Me.GrpCompra.SuspendLayout()
  120. Me.GrpVenta.SuspendLayout()
  121. Me.GrpImpuesto.SuspendLayout()
  122. Me.TabAcciones.SuspendLayout()
  123. Me.Panel1.SuspendLayout()
  124. Me.SuspendLayout()
  125. '
  126. 'btnAceptar
  127. '
  128. Me.btnAceptar.BackColor = System.Drawing.Color.White
  129. Me.btnAceptar.DialogResult = System.Windows.Forms.DialogResult.OK
  130. Me.btnAceptar.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  131. Me.btnAceptar.ForeColor = System.Drawing.Color.Maroon
  132. Me.btnAceptar.Location = New System.Drawing.Point(33, 40)
  133. Me.btnAceptar.Name = "btnAceptar"
  134. Me.btnAceptar.Size = New System.Drawing.Size(98, 40)
  135. Me.btnAceptar.TabIndex = 66
  136. Me.btnAceptar.Text = "Aceptar"
  137. Me.btnAceptar.UseVisualStyleBackColor = False
  138. '
  139. 'btnCancelar
  140. '
  141. Me.btnCancelar.BackColor = System.Drawing.Color.White
  142. Me.btnCancelar.DialogResult = System.Windows.Forms.DialogResult.OK
  143. Me.btnCancelar.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  144. Me.btnCancelar.ForeColor = System.Drawing.Color.Maroon
  145. Me.btnCancelar.Location = New System.Drawing.Point(173, 40)
  146. Me.btnCancelar.Name = "btnCancelar"
  147. Me.btnCancelar.Size = New System.Drawing.Size(93, 40)
  148. Me.btnCancelar.TabIndex = 79
  149. Me.btnCancelar.Text = "Cancelar"
  150. Me.btnCancelar.UseVisualStyleBackColor = False
  151. '
  152. 'lblTitulo
  153. '
  154. Me.lblTitulo.Anchor = System.Windows.Forms.AnchorStyles.Top
  155. Me.lblTitulo.AutoSize = True
  156. Me.lblTitulo.Font = New System.Drawing.Font("Trebuchet MS", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  157. Me.lblTitulo.Location = New System.Drawing.Point(40, 17)
  158. Me.lblTitulo.Name = "lblTitulo"
  159. Me.lblTitulo.Size = New System.Drawing.Size(89, 24)
  160. Me.lblTitulo.TabIndex = 80
  161. Me.lblTitulo.Text = "Acciones"
  162. '
  163. 'BindingNavigator1
  164. '
  165. Me.BindingNavigator1.AddNewItem = Nothing
  166. Me.BindingNavigator1.CountItem = Nothing
  167. Me.BindingNavigator1.DeleteItem = Nothing
  168. Me.BindingNavigator1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BindingNavigatorSeparator, Me.navModificar, Me.navNuevo, Me.navEliminar})
  169. Me.BindingNavigator1.Location = New System.Drawing.Point(0, 0)
  170. Me.BindingNavigator1.MoveFirstItem = Nothing
  171. Me.BindingNavigator1.MoveLastItem = Nothing
  172. Me.BindingNavigator1.MoveNextItem = Nothing
  173. Me.BindingNavigator1.MovePreviousItem = Nothing
  174. Me.BindingNavigator1.Name = "BindingNavigator1"
  175. Me.BindingNavigator1.PositionItem = Nothing
  176. Me.BindingNavigator1.Size = New System.Drawing.Size(1157, 25)
  177. Me.BindingNavigator1.TabIndex = 158
  178. Me.BindingNavigator1.Text = "BindingNavigator1"
  179. '
  180. 'BindingNavigatorSeparator
  181. '
  182. Me.BindingNavigatorSeparator.Name = "BindingNavigatorSeparator"
  183. Me.BindingNavigatorSeparator.Size = New System.Drawing.Size(6, 25)
  184. '
  185. 'navModificar
  186. '
  187. Me.navModificar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  188. Me.navModificar.Image = CType(resources.GetObject("navModificar.Image"), System.Drawing.Image)
  189. Me.navModificar.ImageTransparentColor = System.Drawing.Color.Magenta
  190. Me.navModificar.Name = "navModificar"
  191. Me.navModificar.Size = New System.Drawing.Size(23, 22)
  192. Me.navModificar.Text = "Modificar"
  193. '
  194. 'navNuevo
  195. '
  196. Me.navNuevo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  197. Me.navNuevo.Image = CType(resources.GetObject("navNuevo.Image"), System.Drawing.Image)
  198. Me.navNuevo.ImageTransparentColor = System.Drawing.Color.Magenta
  199. Me.navNuevo.Name = "navNuevo"
  200. Me.navNuevo.Size = New System.Drawing.Size(23, 22)
  201. Me.navNuevo.Text = "Nuevo"
  202. '
  203. 'navEliminar
  204. '
  205. Me.navEliminar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  206. Me.navEliminar.Image = CType(resources.GetObject("navEliminar.Image"), System.Drawing.Image)
  207. Me.navEliminar.ImageTransparentColor = System.Drawing.Color.Magenta
  208. Me.navEliminar.Name = "navEliminar"
  209. Me.navEliminar.Size = New System.Drawing.Size(23, 22)
  210. Me.navEliminar.Text = "Eliminar"
  211. '
  212. 'TbDividendos
  213. '
  214. Me.TbDividendos.Controls.Add(Me.btnQuitar)
  215. Me.TbDividendos.Controls.Add(Me.btnActualizar)
  216. Me.TbDividendos.Controls.Add(Me.GroupBox1)
  217. Me.TbDividendos.Controls.Add(Me.dgvDividendos)
  218. Me.TbDividendos.Location = New System.Drawing.Point(4, 22)
  219. Me.TbDividendos.Name = "TbDividendos"
  220. Me.TbDividendos.Size = New System.Drawing.Size(1149, 519)
  221. Me.TbDividendos.TabIndex = 2
  222. Me.TbDividendos.Text = "Dividendos"
  223. Me.TbDividendos.UseVisualStyleBackColor = True
  224. '
  225. 'btnQuitar
  226. '
  227. Me.btnQuitar.BackColor = System.Drawing.Color.White
  228. Me.btnQuitar.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  229. Me.btnQuitar.ForeColor = System.Drawing.Color.Maroon
  230. Me.btnQuitar.Location = New System.Drawing.Point(250, 15)
  231. Me.btnQuitar.Name = "btnQuitar"
  232. Me.btnQuitar.Size = New System.Drawing.Size(104, 30)
  233. Me.btnQuitar.TabIndex = 118
  234. Me.btnQuitar.Text = "Quitar"
  235. Me.btnQuitar.UseVisualStyleBackColor = False
  236. '
  237. 'btnActualizar
  238. '
  239. Me.btnActualizar.BackColor = System.Drawing.Color.White
  240. Me.btnActualizar.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  241. Me.btnActualizar.ForeColor = System.Drawing.Color.Maroon
  242. Me.btnActualizar.Location = New System.Drawing.Point(360, 15)
  243. Me.btnActualizar.Name = "btnActualizar"
  244. Me.btnActualizar.Size = New System.Drawing.Size(106, 30)
  245. Me.btnActualizar.TabIndex = 22
  246. Me.btnActualizar.Text = "Actualizar calculos"
  247. Me.btnActualizar.UseVisualStyleBackColor = False
  248. '
  249. 'GroupBox1
  250. '
  251. Me.GroupBox1.Controls.Add(Me.rdbEfectivo)
  252. Me.GroupBox1.Controls.Add(Me.rdbPorcentaje)
  253. Me.GroupBox1.Location = New System.Drawing.Point(0, 3)
  254. Me.GroupBox1.Name = "GroupBox1"
  255. Me.GroupBox1.Size = New System.Drawing.Size(244, 45)
  256. Me.GroupBox1.TabIndex = 21
  257. Me.GroupBox1.TabStop = False
  258. Me.GroupBox1.Text = "Tipo de Calculos Dividendos"
  259. '
  260. 'rdbEfectivo
  261. '
  262. Me.rdbEfectivo.AutoSize = True
  263. Me.rdbEfectivo.Location = New System.Drawing.Point(173, 19)
  264. Me.rdbEfectivo.Name = "rdbEfectivo"
  265. Me.rdbEfectivo.Size = New System.Drawing.Size(37, 17)
  266. Me.rdbEfectivo.TabIndex = 1
  267. Me.rdbEfectivo.Text = "$$"
  268. Me.rdbEfectivo.UseVisualStyleBackColor = True
  269. '
  270. 'rdbPorcentaje
  271. '
  272. Me.rdbPorcentaje.AutoSize = True
  273. Me.rdbPorcentaje.Checked = True
  274. Me.rdbPorcentaje.Location = New System.Drawing.Point(34, 19)
  275. Me.rdbPorcentaje.Name = "rdbPorcentaje"
  276. Me.rdbPorcentaje.Size = New System.Drawing.Size(33, 17)
  277. Me.rdbPorcentaje.TabIndex = 0
  278. Me.rdbPorcentaje.TabStop = True
  279. Me.rdbPorcentaje.Text = "%"
  280. Me.rdbPorcentaje.UseVisualStyleBackColor = True
  281. '
  282. 'dgvDividendos
  283. '
  284. Me.dgvDividendos.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  285. Me.dgvDividendos.BackgroundColor = System.Drawing.Color.WhiteSmoke
  286. Me.dgvDividendos.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  287. Me.dgvDividendos.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.Raised
  288. Me.dgvDividendos.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  289. Me.dgvDividendos.Location = New System.Drawing.Point(2, 50)
  290. Me.dgvDividendos.Name = "dgvDividendos"
  291. Me.dgvDividendos.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToAllHeaders
  292. Me.dgvDividendos.Size = New System.Drawing.Size(961, 461)
  293. Me.dgvDividendos.TabIndex = 18
  294. '
  295. 'TbOperacion
  296. '
  297. Me.TbOperacion.BackColor = System.Drawing.Color.WhiteSmoke
  298. Me.TbOperacion.Controls.Add(Me.btnVenderTitulo)
  299. Me.TbOperacion.Controls.Add(Me.GrpDatos)
  300. Me.TbOperacion.Controls.Add(Me.lblTitulo)
  301. Me.TbOperacion.Controls.Add(Me.GrpBotonos)
  302. Me.TbOperacion.Controls.Add(Me.GrpCompra)
  303. Me.TbOperacion.Controls.Add(Me.GrpVenta)
  304. Me.TbOperacion.Controls.Add(Me.GrpImpuesto)
  305. Me.TbOperacion.Location = New System.Drawing.Point(4, 22)
  306. Me.TbOperacion.Name = "TbOperacion"
  307. Me.TbOperacion.Padding = New System.Windows.Forms.Padding(3)
  308. Me.TbOperacion.Size = New System.Drawing.Size(1149, 519)
  309. Me.TbOperacion.TabIndex = 0
  310. Me.TbOperacion.Text = "Operación"
  311. '
  312. 'btnVenderTitulo
  313. '
  314. Me.btnVenderTitulo.BackColor = System.Drawing.Color.White
  315. Me.btnVenderTitulo.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  316. Me.btnVenderTitulo.ForeColor = System.Drawing.Color.Maroon
  317. Me.btnVenderTitulo.Location = New System.Drawing.Point(414, 17)
  318. Me.btnVenderTitulo.Name = "btnVenderTitulo"
  319. Me.btnVenderTitulo.Size = New System.Drawing.Size(178, 35)
  320. Me.btnVenderTitulo.TabIndex = 174
  321. Me.btnVenderTitulo.Text = "Vender Titulo"
  322. Me.btnVenderTitulo.UseVisualStyleBackColor = False
  323. Me.btnVenderTitulo.Visible = False
  324. '
  325. 'GrpDatos
  326. '
  327. Me.GrpDatos.Anchor = System.Windows.Forms.AnchorStyles.None
  328. Me.GrpDatos.Controls.Add(Me.Label2)
  329. Me.GrpDatos.Controls.Add(Me.Label9)
  330. Me.GrpDatos.Controls.Add(Me.Label8)
  331. Me.GrpDatos.Controls.Add(Me.Label11)
  332. Me.GrpDatos.Controls.Add(Me.Label6)
  333. Me.GrpDatos.Controls.Add(Me.Label5)
  334. Me.GrpDatos.Controls.Add(Me.Label12)
  335. Me.GrpDatos.Controls.Add(Me.Label3)
  336. Me.GrpDatos.Controls.Add(Me.Label13)
  337. Me.GrpDatos.Controls.Add(Me.Label16)
  338. Me.GrpDatos.Controls.Add(Me.Label1)
  339. Me.GrpDatos.Controls.Add(Me.Label4)
  340. Me.GrpDatos.Controls.Add(Me.Label14)
  341. Me.GrpDatos.Controls.Add(Me.Label17)
  342. Me.GrpDatos.Controls.Add(Me.Label15)
  343. Me.GrpDatos.Location = New System.Drawing.Point(39, 54)
  344. Me.GrpDatos.Name = "GrpDatos"
  345. Me.GrpDatos.Size = New System.Drawing.Size(200, 397)
  346. Me.GrpDatos.TabIndex = 98
  347. Me.GrpDatos.TabStop = False
  348. '
  349. 'Label2
  350. '
  351. Me.Label2.AutoSize = True
  352. Me.Label2.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  353. Me.Label2.Location = New System.Drawing.Point(17, 158)
  354. Me.Label2.Name = "Label2"
  355. Me.Label2.Size = New System.Drawing.Size(75, 18)
  356. Me.Label2.TabIndex = 1
  357. Me.Label2.Text = "Monto Neto"
  358. '
  359. 'Label9
  360. '
  361. Me.Label9.AutoSize = True
  362. Me.Label9.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  363. Me.Label9.Location = New System.Drawing.Point(16, 271)
  364. Me.Label9.Name = "Label9"
  365. Me.Label9.Size = New System.Drawing.Size(150, 18)
  366. Me.Label9.TabIndex = 8
  367. Me.Label9.Text = "Retorno Anualizado Neto"
  368. '
  369. 'Label8
  370. '
  371. Me.Label8.AutoSize = True
  372. Me.Label8.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  373. Me.Label8.Location = New System.Drawing.Point(15, 293)
  374. Me.Label8.Name = "Label8"
  375. Me.Label8.Size = New System.Drawing.Size(105, 18)
  376. Me.Label8.TabIndex = 7
  377. Me.Label8.Text = "Dias de tenencia"
  378. '
  379. 'Label11
  380. '
  381. Me.Label11.AutoSize = True
  382. Me.Label11.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  383. Me.Label11.Location = New System.Drawing.Point(17, 111)
  384. Me.Label11.Name = "Label11"
  385. Me.Label11.Size = New System.Drawing.Size(61, 18)
  386. Me.Label11.TabIndex = 10
  387. Me.Label11.Text = "Unidades"
  388. '
  389. 'Label6
  390. '
  391. Me.Label6.AutoSize = True
  392. Me.Label6.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  393. Me.Label6.Location = New System.Drawing.Point(15, 247)
  394. Me.Label6.Name = "Label6"
  395. Me.Label6.Size = New System.Drawing.Size(154, 18)
  396. Me.Label6.TabIndex = 5
  397. Me.Label6.Text = "Retorno Anualizado Bruto"
  398. '
  399. 'Label5
  400. '
  401. Me.Label5.AutoSize = True
  402. Me.Label5.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  403. Me.Label5.Location = New System.Drawing.Point(15, 224)
  404. Me.Label5.Name = "Label5"
  405. Me.Label5.Size = New System.Drawing.Size(109, 18)
  406. Me.Label5.TabIndex = 77
  407. Me.Label5.Text = "Comisiones Bolsa"
  408. '
  409. 'Label12
  410. '
  411. Me.Label12.AutoSize = True
  412. Me.Label12.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  413. Me.Label12.Location = New System.Drawing.Point(17, 87)
  414. Me.Label12.Name = "Label12"
  415. Me.Label12.Size = New System.Drawing.Size(117, 18)
  416. Me.Label12.TabIndex = 11
  417. Me.Label12.Text = "Fecha Vencimiento"
  418. '
  419. 'Label3
  420. '
  421. Me.Label3.AutoSize = True
  422. Me.Label3.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  423. Me.Label3.Location = New System.Drawing.Point(15, 202)
  424. Me.Label3.Name = "Label3"
  425. Me.Label3.Size = New System.Drawing.Size(107, 18)
  426. Me.Label3.TabIndex = 74
  427. Me.Label3.Text = "Comisiones Casa"
  428. '
  429. 'Label13
  430. '
  431. Me.Label13.AutoSize = True
  432. Me.Label13.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  433. Me.Label13.Location = New System.Drawing.Point(14, 316)
  434. Me.Label13.Name = "Label13"
  435. Me.Label13.Size = New System.Drawing.Size(154, 18)
  436. Me.Label13.TabIndex = 12
  437. Me.Label13.Text = "Ganancia de capital total"
  438. '
  439. 'Label16
  440. '
  441. Me.Label16.AutoSize = True
  442. Me.Label16.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  443. Me.Label16.Location = New System.Drawing.Point(17, 67)
  444. Me.Label16.Name = "Label16"
  445. Me.Label16.Size = New System.Drawing.Size(105, 18)
  446. Me.Label16.TabIndex = 15
  447. Me.Label16.Text = "Fecha Operación"
  448. '
  449. 'Label1
  450. '
  451. Me.Label1.AutoSize = True
  452. Me.Label1.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  453. Me.Label1.Location = New System.Drawing.Point(17, 44)
  454. Me.Label1.Name = "Label1"
  455. Me.Label1.Size = New System.Drawing.Size(87, 18)
  456. Me.Label1.TabIndex = 0
  457. Me.Label1.Text = "Precio Limpio"
  458. '
  459. 'Label4
  460. '
  461. Me.Label4.AutoSize = True
  462. Me.Label4.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  463. Me.Label4.Location = New System.Drawing.Point(72, 135)
  464. Me.Label4.Name = "Label4"
  465. Me.Label4.Size = New System.Drawing.Size(116, 18)
  466. Me.Label4.TabIndex = 72
  467. Me.Label4.Text = "Imp. y Comisiones"
  468. Me.Label4.Visible = False
  469. '
  470. 'Label14
  471. '
  472. Me.Label14.AutoSize = True
  473. Me.Label14.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  474. Me.Label14.Location = New System.Drawing.Point(15, 340)
  475. Me.Label14.Name = "Label14"
  476. Me.Label14.Size = New System.Drawing.Size(173, 18)
  477. Me.Label14.TabIndex = 13
  478. Me.Label14.Text = "Ganancia de capital unitario"
  479. '
  480. 'Label17
  481. '
  482. Me.Label17.AutoSize = True
  483. Me.Label17.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  484. Me.Label17.Location = New System.Drawing.Point(17, 181)
  485. Me.Label17.Name = "Label17"
  486. Me.Label17.Size = New System.Drawing.Size(78, 18)
  487. Me.Label17.TabIndex = 16
  488. Me.Label17.Text = "Precio Sucio"
  489. '
  490. 'Label15
  491. '
  492. Me.Label15.AutoSize = True
  493. Me.Label15.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  494. Me.Label15.Location = New System.Drawing.Point(17, 136)
  495. Me.Label15.Name = "Label15"
  496. Me.Label15.Size = New System.Drawing.Size(93, 18)
  497. Me.Label15.TabIndex = 14
  498. Me.Label15.Text = "Valor Transado"
  499. '
  500. 'GrpBotonos
  501. '
  502. Me.GrpBotonos.Anchor = System.Windows.Forms.AnchorStyles.None
  503. Me.GrpBotonos.Controls.Add(Me.btnAceptar)
  504. Me.GrpBotonos.Controls.Add(Me.btnCancelar)
  505. Me.GrpBotonos.Location = New System.Drawing.Point(777, 239)
  506. Me.GrpBotonos.Name = "GrpBotonos"
  507. Me.GrpBotonos.Size = New System.Drawing.Size(312, 118)
  508. Me.GrpBotonos.TabIndex = 97
  509. Me.GrpBotonos.TabStop = False
  510. '
  511. 'GrpCompra
  512. '
  513. Me.GrpCompra.Anchor = System.Windows.Forms.AnchorStyles.None
  514. Me.GrpCompra.Controls.Add(Me.txtRetornoAnualNetoCompra)
  515. Me.GrpCompra.Controls.Add(Me.dtpFechaVencimientoCompra)
  516. Me.GrpCompra.Controls.Add(Me.txtComisionPorcentajeBolsaCompra)
  517. Me.GrpCompra.Controls.Add(Me.dtpFechaOperacionCompra)
  518. Me.GrpCompra.Controls.Add(Me.txtComisionPorcentajeCasaCompra)
  519. Me.GrpCompra.Controls.Add(Me.txtUnidadesCompra)
  520. Me.GrpCompra.Controls.Add(Me.txtComisionBolsaCompra)
  521. Me.GrpCompra.Controls.Add(Me.txtValorTransadoCompra)
  522. Me.GrpCompra.Controls.Add(Me.txtComisionCasaCompra)
  523. Me.GrpCompra.Controls.Add(Me.txtPrecioSucioCompra)
  524. Me.GrpCompra.Controls.Add(Me.txtPrecioLimpioCompra)
  525. Me.GrpCompra.Controls.Add(Me.txtRetornoAnualBrutoCompra)
  526. Me.GrpCompra.Controls.Add(Me.txtMontoNetoCompra)
  527. Me.GrpCompra.Controls.Add(Me.txtImpuestosYComisionesCompra)
  528. Me.GrpCompra.Controls.Add(Me.Label18)
  529. Me.GrpCompra.Controls.Add(Me.txtGananciaCapitalTotalCompra)
  530. Me.GrpCompra.Controls.Add(Me.txtDiasDeTenenciaCompra)
  531. Me.GrpCompra.Controls.Add(Me.txtGananciaCapitalUnitarioCompra)
  532. Me.GrpCompra.Location = New System.Drawing.Point(305, 54)
  533. Me.GrpCompra.Name = "GrpCompra"
  534. Me.GrpCompra.Size = New System.Drawing.Size(170, 397)
  535. Me.GrpCompra.TabIndex = 96
  536. Me.GrpCompra.TabStop = False
  537. '
  538. 'txtRetornoAnualNetoCompra
  539. '
  540. Me.txtRetornoAnualNetoCompra.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  541. Me.txtRetornoAnualNetoCompra.Location = New System.Drawing.Point(16, 271)
  542. Me.txtRetornoAnualNetoCompra.Name = "txtRetornoAnualNetoCompra"
  543. Me.txtRetornoAnualNetoCompra.ReadOnly = True
  544. Me.txtRetornoAnualNetoCompra.Size = New System.Drawing.Size(140, 20)
  545. Me.txtRetornoAnualNetoCompra.TabIndex = 0
  546. Me.txtRetornoAnualNetoCompra.Visible = False
  547. '
  548. 'dtpFechaVencimientoCompra
  549. '
  550. Me.dtpFechaVencimientoCompra.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  551. Me.dtpFechaVencimientoCompra.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  552. Me.dtpFechaVencimientoCompra.Location = New System.Drawing.Point(16, 91)
  553. Me.dtpFechaVencimientoCompra.Name = "dtpFechaVencimientoCompra"
  554. Me.dtpFechaVencimientoCompra.Size = New System.Drawing.Size(140, 20)
  555. Me.dtpFechaVencimientoCompra.TabIndex = 3
  556. '
  557. 'txtComisionPorcentajeBolsaCompra
  558. '
  559. Me.txtComisionPorcentajeBolsaCompra.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  560. Me.txtComisionPorcentajeBolsaCompra.Location = New System.Drawing.Point(16, 226)
  561. Me.txtComisionPorcentajeBolsaCompra.Name = "txtComisionPorcentajeBolsaCompra"
  562. Me.txtComisionPorcentajeBolsaCompra.Size = New System.Drawing.Size(37, 20)
  563. Me.txtComisionPorcentajeBolsaCompra.TabIndex = 80
  564. '
  565. 'dtpFechaOperacionCompra
  566. '
  567. Me.dtpFechaOperacionCompra.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  568. Me.dtpFechaOperacionCompra.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  569. Me.dtpFechaOperacionCompra.Location = New System.Drawing.Point(16, 69)
  570. Me.dtpFechaOperacionCompra.Name = "dtpFechaOperacionCompra"
  571. Me.dtpFechaOperacionCompra.Size = New System.Drawing.Size(140, 20)
  572. Me.dtpFechaOperacionCompra.TabIndex = 2
  573. '
  574. 'txtComisionPorcentajeCasaCompra
  575. '
  576. Me.txtComisionPorcentajeCasaCompra.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  577. Me.txtComisionPorcentajeCasaCompra.Location = New System.Drawing.Point(16, 203)
  578. Me.txtComisionPorcentajeCasaCompra.Name = "txtComisionPorcentajeCasaCompra"
  579. Me.txtComisionPorcentajeCasaCompra.Size = New System.Drawing.Size(37, 20)
  580. Me.txtComisionPorcentajeCasaCompra.TabIndex = 79
  581. '
  582. 'txtUnidadesCompra
  583. '
  584. Me.txtUnidadesCompra.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  585. Me.txtUnidadesCompra.Location = New System.Drawing.Point(16, 115)
  586. Me.txtUnidadesCompra.Name = "txtUnidadesCompra"
  587. Me.txtUnidadesCompra.Size = New System.Drawing.Size(140, 20)
  588. Me.txtUnidadesCompra.TabIndex = 5
  589. '
  590. 'txtComisionBolsaCompra
  591. '
  592. Me.txtComisionBolsaCompra.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  593. Me.txtComisionBolsaCompra.Location = New System.Drawing.Point(56, 227)
  594. Me.txtComisionBolsaCompra.Name = "txtComisionBolsaCompra"
  595. Me.txtComisionBolsaCompra.ReadOnly = True
  596. Me.txtComisionBolsaCompra.Size = New System.Drawing.Size(99, 20)
  597. Me.txtComisionBolsaCompra.TabIndex = 76
  598. '
  599. 'txtValorTransadoCompra
  600. '
  601. Me.txtValorTransadoCompra.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  602. Me.txtValorTransadoCompra.Location = New System.Drawing.Point(16, 137)
  603. Me.txtValorTransadoCompra.Name = "txtValorTransadoCompra"
  604. Me.txtValorTransadoCompra.ReadOnly = True
  605. Me.txtValorTransadoCompra.Size = New System.Drawing.Size(140, 20)
  606. Me.txtValorTransadoCompra.TabIndex = 0
  607. '
  608. 'txtComisionCasaCompra
  609. '
  610. Me.txtComisionCasaCompra.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  611. Me.txtComisionCasaCompra.Location = New System.Drawing.Point(56, 204)
  612. Me.txtComisionCasaCompra.Name = "txtComisionCasaCompra"
  613. Me.txtComisionCasaCompra.ReadOnly = True
  614. Me.txtComisionCasaCompra.Size = New System.Drawing.Size(100, 20)
  615. Me.txtComisionCasaCompra.TabIndex = 73
  616. '
  617. 'txtPrecioSucioCompra
  618. '
  619. Me.txtPrecioSucioCompra.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  620. Me.txtPrecioSucioCompra.Location = New System.Drawing.Point(16, 181)
  621. Me.txtPrecioSucioCompra.Name = "txtPrecioSucioCompra"
  622. Me.txtPrecioSucioCompra.ReadOnly = True
  623. Me.txtPrecioSucioCompra.Size = New System.Drawing.Size(140, 20)
  624. Me.txtPrecioSucioCompra.TabIndex = 0
  625. '
  626. 'txtPrecioLimpioCompra
  627. '
  628. Me.txtPrecioLimpioCompra.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  629. Me.txtPrecioLimpioCompra.Location = New System.Drawing.Point(16, 47)
  630. Me.txtPrecioLimpioCompra.Name = "txtPrecioLimpioCompra"
  631. Me.txtPrecioLimpioCompra.Size = New System.Drawing.Size(140, 20)
  632. Me.txtPrecioLimpioCompra.TabIndex = 1
  633. '
  634. 'txtRetornoAnualBrutoCompra
  635. '
  636. Me.txtRetornoAnualBrutoCompra.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  637. Me.txtRetornoAnualBrutoCompra.Location = New System.Drawing.Point(16, 248)
  638. Me.txtRetornoAnualBrutoCompra.Name = "txtRetornoAnualBrutoCompra"
  639. Me.txtRetornoAnualBrutoCompra.ReadOnly = True
  640. Me.txtRetornoAnualBrutoCompra.Size = New System.Drawing.Size(140, 20)
  641. Me.txtRetornoAnualBrutoCompra.TabIndex = 0
  642. Me.txtRetornoAnualBrutoCompra.Visible = False
  643. '
  644. 'txtMontoNetoCompra
  645. '
  646. Me.txtMontoNetoCompra.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  647. Me.txtMontoNetoCompra.Location = New System.Drawing.Point(16, 159)
  648. Me.txtMontoNetoCompra.Name = "txtMontoNetoCompra"
  649. Me.txtMontoNetoCompra.ReadOnly = True
  650. Me.txtMontoNetoCompra.Size = New System.Drawing.Size(140, 20)
  651. Me.txtMontoNetoCompra.TabIndex = 0
  652. '
  653. 'txtImpuestosYComisionesCompra
  654. '
  655. Me.txtImpuestosYComisionesCompra.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  656. Me.txtImpuestosYComisionesCompra.Location = New System.Drawing.Point(16, 159)
  657. Me.txtImpuestosYComisionesCompra.Name = "txtImpuestosYComisionesCompra"
  658. Me.txtImpuestosYComisionesCompra.ReadOnly = True
  659. Me.txtImpuestosYComisionesCompra.Size = New System.Drawing.Size(140, 20)
  660. Me.txtImpuestosYComisionesCompra.TabIndex = 70
  661. Me.txtImpuestosYComisionesCompra.Visible = False
  662. '
  663. 'Label18
  664. '
  665. Me.Label18.AutoSize = True
  666. Me.Label18.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  667. Me.Label18.Location = New System.Drawing.Point(56, 18)
  668. Me.Label18.Name = "Label18"
  669. Me.Label18.Size = New System.Drawing.Size(55, 18)
  670. Me.Label18.TabIndex = 54
  671. Me.Label18.Text = "Compra"
  672. '
  673. 'txtGananciaCapitalTotalCompra
  674. '
  675. Me.txtGananciaCapitalTotalCompra.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  676. Me.txtGananciaCapitalTotalCompra.Location = New System.Drawing.Point(16, 316)
  677. Me.txtGananciaCapitalTotalCompra.Name = "txtGananciaCapitalTotalCompra"
  678. Me.txtGananciaCapitalTotalCompra.ReadOnly = True
  679. Me.txtGananciaCapitalTotalCompra.Size = New System.Drawing.Size(140, 20)
  680. Me.txtGananciaCapitalTotalCompra.TabIndex = 0
  681. Me.txtGananciaCapitalTotalCompra.Visible = False
  682. '
  683. 'txtDiasDeTenenciaCompra
  684. '
  685. Me.txtDiasDeTenenciaCompra.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  686. Me.txtDiasDeTenenciaCompra.Location = New System.Drawing.Point(16, 294)
  687. Me.txtDiasDeTenenciaCompra.Name = "txtDiasDeTenenciaCompra"
  688. Me.txtDiasDeTenenciaCompra.ReadOnly = True
  689. Me.txtDiasDeTenenciaCompra.Size = New System.Drawing.Size(140, 20)
  690. Me.txtDiasDeTenenciaCompra.TabIndex = 4
  691. Me.txtDiasDeTenenciaCompra.Visible = False
  692. '
  693. 'txtGananciaCapitalUnitarioCompra
  694. '
  695. Me.txtGananciaCapitalUnitarioCompra.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  696. Me.txtGananciaCapitalUnitarioCompra.Location = New System.Drawing.Point(16, 339)
  697. Me.txtGananciaCapitalUnitarioCompra.Name = "txtGananciaCapitalUnitarioCompra"
  698. Me.txtGananciaCapitalUnitarioCompra.ReadOnly = True
  699. Me.txtGananciaCapitalUnitarioCompra.Size = New System.Drawing.Size(140, 20)
  700. Me.txtGananciaCapitalUnitarioCompra.TabIndex = 0
  701. Me.txtGananciaCapitalUnitarioCompra.Visible = False
  702. '
  703. 'GrpVenta
  704. '
  705. Me.GrpVenta.Anchor = System.Windows.Forms.AnchorStyles.None
  706. Me.GrpVenta.Controls.Add(Me.txtValorTransadoVenta)
  707. Me.GrpVenta.Controls.Add(Me.dtpFechaOperacionVenta)
  708. Me.GrpVenta.Controls.Add(Me.txtComisionPorcentajeBolsaVenta)
  709. Me.GrpVenta.Controls.Add(Me.dtpFechaVencimientoVenta)
  710. Me.GrpVenta.Controls.Add(Me.txtComisionPorcentajeCasaVenta)
  711. Me.GrpVenta.Controls.Add(Me.txtPrecioLimpioVenta)
  712. Me.GrpVenta.Controls.Add(Me.txtDiasDeTenenciaVenta)
  713. Me.GrpVenta.Controls.Add(Me.txtPrecioSucioVenta)
  714. Me.GrpVenta.Controls.Add(Me.txtComisionBolsaVenta)
  715. Me.GrpVenta.Controls.Add(Me.txtMontoNetoVenta)
  716. Me.GrpVenta.Controls.Add(Me.txtGananciaCapitalTotalVenta)
  717. Me.GrpVenta.Controls.Add(Me.txtComisionCasaVenta)
  718. Me.GrpVenta.Controls.Add(Me.txtGananciaCapitalUnitarioVenta)
  719. Me.GrpVenta.Controls.Add(Me.txtRetornoAnualBrutoVenta)
  720. Me.GrpVenta.Controls.Add(Me.txtUnidadesVenta)
  721. Me.GrpVenta.Controls.Add(Me.Label19)
  722. Me.GrpVenta.Controls.Add(Me.txtRetornoAnualNetoVenta)
  723. Me.GrpVenta.Controls.Add(Me.txtImpuestosYComisionesVenta)
  724. Me.GrpVenta.Location = New System.Drawing.Point(535, 54)
  725. Me.GrpVenta.Name = "GrpVenta"
  726. Me.GrpVenta.Size = New System.Drawing.Size(179, 397)
  727. Me.GrpVenta.TabIndex = 95
  728. Me.GrpVenta.TabStop = False
  729. '
  730. 'txtValorTransadoVenta
  731. '
  732. Me.txtValorTransadoVenta.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  733. Me.txtValorTransadoVenta.Location = New System.Drawing.Point(19, 138)
  734. Me.txtValorTransadoVenta.Name = "txtValorTransadoVenta"
  735. Me.txtValorTransadoVenta.ReadOnly = True
  736. Me.txtValorTransadoVenta.Size = New System.Drawing.Size(140, 20)
  737. Me.txtValorTransadoVenta.TabIndex = 0
  738. '
  739. 'dtpFechaOperacionVenta
  740. '
  741. Me.dtpFechaOperacionVenta.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  742. Me.dtpFechaOperacionVenta.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  743. Me.dtpFechaOperacionVenta.Location = New System.Drawing.Point(19, 72)
  744. Me.dtpFechaOperacionVenta.Name = "dtpFechaOperacionVenta"
  745. Me.dtpFechaOperacionVenta.Size = New System.Drawing.Size(140, 20)
  746. Me.dtpFechaOperacionVenta.TabIndex = 10
  747. '
  748. 'txtComisionPorcentajeBolsaVenta
  749. '
  750. Me.txtComisionPorcentajeBolsaVenta.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  751. Me.txtComisionPorcentajeBolsaVenta.Location = New System.Drawing.Point(20, 225)
  752. Me.txtComisionPorcentajeBolsaVenta.Name = "txtComisionPorcentajeBolsaVenta"
  753. Me.txtComisionPorcentajeBolsaVenta.Size = New System.Drawing.Size(37, 20)
  754. Me.txtComisionPorcentajeBolsaVenta.TabIndex = 82
  755. '
  756. 'dtpFechaVencimientoVenta
  757. '
  758. Me.dtpFechaVencimientoVenta.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  759. Me.dtpFechaVencimientoVenta.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  760. Me.dtpFechaVencimientoVenta.Location = New System.Drawing.Point(19, 94)
  761. Me.dtpFechaVencimientoVenta.Name = "dtpFechaVencimientoVenta"
  762. Me.dtpFechaVencimientoVenta.Size = New System.Drawing.Size(140, 20)
  763. Me.dtpFechaVencimientoVenta.TabIndex = 11
  764. '
  765. 'txtComisionPorcentajeCasaVenta
  766. '
  767. Me.txtComisionPorcentajeCasaVenta.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  768. Me.txtComisionPorcentajeCasaVenta.Location = New System.Drawing.Point(20, 204)
  769. Me.txtComisionPorcentajeCasaVenta.Name = "txtComisionPorcentajeCasaVenta"
  770. Me.txtComisionPorcentajeCasaVenta.Size = New System.Drawing.Size(37, 20)
  771. Me.txtComisionPorcentajeCasaVenta.TabIndex = 81
  772. '
  773. 'txtPrecioLimpioVenta
  774. '
  775. Me.txtPrecioLimpioVenta.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  776. Me.txtPrecioLimpioVenta.Location = New System.Drawing.Point(19, 50)
  777. Me.txtPrecioLimpioVenta.Name = "txtPrecioLimpioVenta"
  778. Me.txtPrecioLimpioVenta.Size = New System.Drawing.Size(140, 20)
  779. Me.txtPrecioLimpioVenta.TabIndex = 9
  780. '
  781. 'txtDiasDeTenenciaVenta
  782. '
  783. Me.txtDiasDeTenenciaVenta.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  784. Me.txtDiasDeTenenciaVenta.Location = New System.Drawing.Point(20, 291)
  785. Me.txtDiasDeTenenciaVenta.Name = "txtDiasDeTenenciaVenta"
  786. Me.txtDiasDeTenenciaVenta.ReadOnly = True
  787. Me.txtDiasDeTenenciaVenta.Size = New System.Drawing.Size(140, 20)
  788. Me.txtDiasDeTenenciaVenta.TabIndex = 12
  789. '
  790. 'txtPrecioSucioVenta
  791. '
  792. Me.txtPrecioSucioVenta.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  793. Me.txtPrecioSucioVenta.Location = New System.Drawing.Point(19, 182)
  794. Me.txtPrecioSucioVenta.Name = "txtPrecioSucioVenta"
  795. Me.txtPrecioSucioVenta.ReadOnly = True
  796. Me.txtPrecioSucioVenta.Size = New System.Drawing.Size(140, 20)
  797. Me.txtPrecioSucioVenta.TabIndex = 0
  798. '
  799. 'txtComisionBolsaVenta
  800. '
  801. Me.txtComisionBolsaVenta.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  802. Me.txtComisionBolsaVenta.Location = New System.Drawing.Point(61, 226)
  803. Me.txtComisionBolsaVenta.Name = "txtComisionBolsaVenta"
  804. Me.txtComisionBolsaVenta.ReadOnly = True
  805. Me.txtComisionBolsaVenta.Size = New System.Drawing.Size(98, 20)
  806. Me.txtComisionBolsaVenta.TabIndex = 78
  807. '
  808. 'txtMontoNetoVenta
  809. '
  810. Me.txtMontoNetoVenta.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  811. Me.txtMontoNetoVenta.Location = New System.Drawing.Point(19, 160)
  812. Me.txtMontoNetoVenta.Name = "txtMontoNetoVenta"
  813. Me.txtMontoNetoVenta.ReadOnly = True
  814. Me.txtMontoNetoVenta.Size = New System.Drawing.Size(139, 20)
  815. Me.txtMontoNetoVenta.TabIndex = 0
  816. '
  817. 'txtGananciaCapitalTotalVenta
  818. '
  819. Me.txtGananciaCapitalTotalVenta.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  820. Me.txtGananciaCapitalTotalVenta.Location = New System.Drawing.Point(20, 314)
  821. Me.txtGananciaCapitalTotalVenta.Name = "txtGananciaCapitalTotalVenta"
  822. Me.txtGananciaCapitalTotalVenta.ReadOnly = True
  823. Me.txtGananciaCapitalTotalVenta.Size = New System.Drawing.Size(140, 20)
  824. Me.txtGananciaCapitalTotalVenta.TabIndex = 0
  825. '
  826. 'txtComisionCasaVenta
  827. '
  828. Me.txtComisionCasaVenta.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  829. Me.txtComisionCasaVenta.Location = New System.Drawing.Point(60, 204)
  830. Me.txtComisionCasaVenta.Name = "txtComisionCasaVenta"
  831. Me.txtComisionCasaVenta.ReadOnly = True
  832. Me.txtComisionCasaVenta.Size = New System.Drawing.Size(99, 20)
  833. Me.txtComisionCasaVenta.TabIndex = 75
  834. '
  835. 'txtGananciaCapitalUnitarioVenta
  836. '
  837. Me.txtGananciaCapitalUnitarioVenta.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  838. Me.txtGananciaCapitalUnitarioVenta.Location = New System.Drawing.Point(21, 337)
  839. Me.txtGananciaCapitalUnitarioVenta.Name = "txtGananciaCapitalUnitarioVenta"
  840. Me.txtGananciaCapitalUnitarioVenta.ReadOnly = True
  841. Me.txtGananciaCapitalUnitarioVenta.Size = New System.Drawing.Size(140, 20)
  842. Me.txtGananciaCapitalUnitarioVenta.TabIndex = 0
  843. '
  844. 'txtRetornoAnualBrutoVenta
  845. '
  846. Me.txtRetornoAnualBrutoVenta.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  847. Me.txtRetornoAnualBrutoVenta.Location = New System.Drawing.Point(20, 247)
  848. Me.txtRetornoAnualBrutoVenta.Name = "txtRetornoAnualBrutoVenta"
  849. Me.txtRetornoAnualBrutoVenta.ReadOnly = True
  850. Me.txtRetornoAnualBrutoVenta.Size = New System.Drawing.Size(140, 20)
  851. Me.txtRetornoAnualBrutoVenta.TabIndex = 0
  852. '
  853. 'txtUnidadesVenta
  854. '
  855. Me.txtUnidadesVenta.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  856. Me.txtUnidadesVenta.Location = New System.Drawing.Point(19, 116)
  857. Me.txtUnidadesVenta.Name = "txtUnidadesVenta"
  858. Me.txtUnidadesVenta.Size = New System.Drawing.Size(140, 20)
  859. Me.txtUnidadesVenta.TabIndex = 13
  860. '
  861. 'Label19
  862. '
  863. Me.Label19.AutoSize = True
  864. Me.Label19.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  865. Me.Label19.Location = New System.Drawing.Point(69, 20)
  866. Me.Label19.Name = "Label19"
  867. Me.Label19.Size = New System.Drawing.Size(42, 18)
  868. Me.Label19.TabIndex = 55
  869. Me.Label19.Text = "Venta"
  870. '
  871. 'txtRetornoAnualNetoVenta
  872. '
  873. Me.txtRetornoAnualNetoVenta.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  874. Me.txtRetornoAnualNetoVenta.Location = New System.Drawing.Point(20, 269)
  875. Me.txtRetornoAnualNetoVenta.Name = "txtRetornoAnualNetoVenta"
  876. Me.txtRetornoAnualNetoVenta.ReadOnly = True
  877. Me.txtRetornoAnualNetoVenta.Size = New System.Drawing.Size(140, 20)
  878. Me.txtRetornoAnualNetoVenta.TabIndex = 0
  879. '
  880. 'txtImpuestosYComisionesVenta
  881. '
  882. Me.txtImpuestosYComisionesVenta.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  883. Me.txtImpuestosYComisionesVenta.Location = New System.Drawing.Point(19, 160)
  884. Me.txtImpuestosYComisionesVenta.Name = "txtImpuestosYComisionesVenta"
  885. Me.txtImpuestosYComisionesVenta.ReadOnly = True
  886. Me.txtImpuestosYComisionesVenta.Size = New System.Drawing.Size(140, 20)
  887. Me.txtImpuestosYComisionesVenta.TabIndex = 71
  888. Me.txtImpuestosYComisionesVenta.Visible = False
  889. '
  890. 'GrpImpuesto
  891. '
  892. Me.GrpImpuesto.Anchor = System.Windows.Forms.AnchorStyles.None
  893. Me.GrpImpuesto.Controls.Add(Me.ChkIOF)
  894. Me.GrpImpuesto.Controls.Add(Me.lblCompra2)
  895. Me.GrpImpuesto.Controls.Add(Me.Label7)
  896. Me.GrpImpuesto.Controls.Add(Me.lblVenta1)
  897. Me.GrpImpuesto.Controls.Add(Me.ChkRenta)
  898. Me.GrpImpuesto.Controls.Add(Me.lblVenta2)
  899. Me.GrpImpuesto.Controls.Add(Me.txtIOFCompra)
  900. Me.GrpImpuesto.Controls.Add(Me.lblCompra1)
  901. Me.GrpImpuesto.Controls.Add(Me.txtRentaVenta)
  902. Me.GrpImpuesto.Controls.Add(Me.txtIOFVenta)
  903. Me.GrpImpuesto.Controls.Add(Me.txtRentaCompra)
  904. Me.GrpImpuesto.Location = New System.Drawing.Point(778, 57)
  905. Me.GrpImpuesto.Name = "GrpImpuesto"
  906. Me.GrpImpuesto.Size = New System.Drawing.Size(312, 148)
  907. Me.GrpImpuesto.TabIndex = 94
  908. Me.GrpImpuesto.TabStop = False
  909. '
  910. 'ChkIOF
  911. '
  912. Me.ChkIOF.AutoSize = True
  913. Me.ChkIOF.Location = New System.Drawing.Point(20, 44)
  914. Me.ChkIOF.Name = "ChkIOF"
  915. Me.ChkIOF.Size = New System.Drawing.Size(43, 17)
  916. Me.ChkIOF.TabIndex = 84
  917. Me.ChkIOF.Text = "IOF"
  918. Me.ChkIOF.UseVisualStyleBackColor = True
  919. '
  920. 'lblCompra2
  921. '
  922. Me.lblCompra2.AutoSize = True
  923. Me.lblCompra2.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  924. Me.lblCompra2.Location = New System.Drawing.Point(226, 39)
  925. Me.lblCompra2.Name = "lblCompra2"
  926. Me.lblCompra2.Size = New System.Drawing.Size(53, 18)
  927. Me.lblCompra2.TabIndex = 93
  928. Me.lblCompra2.Text = "Compra"
  929. Me.lblCompra2.Visible = False
  930. '
  931. 'Label7
  932. '
  933. Me.Label7.AutoSize = True
  934. Me.Label7.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  935. Me.Label7.Location = New System.Drawing.Point(30, 17)
  936. Me.Label7.Name = "Label7"
  937. Me.Label7.Size = New System.Drawing.Size(68, 18)
  938. Me.Label7.TabIndex = 83
  939. Me.Label7.Text = "Impuestos"
  940. '
  941. 'lblVenta1
  942. '
  943. Me.lblVenta1.AutoSize = True
  944. Me.lblVenta1.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  945. Me.lblVenta1.Location = New System.Drawing.Point(71, 81)
  946. Me.lblVenta1.Name = "lblVenta1"
  947. Me.lblVenta1.Size = New System.Drawing.Size(40, 18)
  948. Me.lblVenta1.TabIndex = 92
  949. Me.lblVenta1.Text = "Venta"
  950. Me.lblVenta1.Visible = False
  951. '
  952. 'ChkRenta
  953. '
  954. Me.ChkRenta.AutoSize = True
  955. Me.ChkRenta.Location = New System.Drawing.Point(157, 44)
  956. Me.ChkRenta.Name = "ChkRenta"
  957. Me.ChkRenta.Size = New System.Drawing.Size(63, 17)
  958. Me.ChkRenta.TabIndex = 85
  959. Me.ChkRenta.Text = "RENTA"
  960. Me.ChkRenta.UseVisualStyleBackColor = True
  961. '
  962. 'lblVenta2
  963. '
  964. Me.lblVenta2.AutoSize = True
  965. Me.lblVenta2.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  966. Me.lblVenta2.Location = New System.Drawing.Point(226, 80)
  967. Me.lblVenta2.Name = "lblVenta2"
  968. Me.lblVenta2.Size = New System.Drawing.Size(40, 18)
  969. Me.lblVenta2.TabIndex = 91
  970. Me.lblVenta2.Text = "Venta"
  971. Me.lblVenta2.Visible = False
  972. '
  973. 'txtIOFCompra
  974. '
  975. Me.txtIOFCompra.Location = New System.Drawing.Point(69, 62)
  976. Me.txtIOFCompra.Name = "txtIOFCompra"
  977. Me.txtIOFCompra.ReadOnly = True
  978. Me.txtIOFCompra.Size = New System.Drawing.Size(44, 20)
  979. Me.txtIOFCompra.TabIndex = 86
  980. '
  981. 'lblCompra1
  982. '
  983. Me.lblCompra1.AutoSize = True
  984. Me.lblCompra1.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  985. Me.lblCompra1.Location = New System.Drawing.Point(64, 42)
  986. Me.lblCompra1.Name = "lblCompra1"
  987. Me.lblCompra1.Size = New System.Drawing.Size(53, 18)
  988. Me.lblCompra1.TabIndex = 90
  989. Me.lblCompra1.Text = "Compra"
  990. Me.lblCompra1.Visible = False
  991. '
  992. 'txtRentaVenta
  993. '
  994. Me.txtRentaVenta.Location = New System.Drawing.Point(226, 101)
  995. Me.txtRentaVenta.Name = "txtRentaVenta"
  996. Me.txtRentaVenta.ReadOnly = True
  997. Me.txtRentaVenta.Size = New System.Drawing.Size(44, 20)
  998. Me.txtRentaVenta.TabIndex = 87
  999. '
  1000. 'txtIOFVenta
  1001. '
  1002. Me.txtIOFVenta.Location = New System.Drawing.Point(70, 102)
  1003. Me.txtIOFVenta.Name = "txtIOFVenta"
  1004. Me.txtIOFVenta.ReadOnly = True
  1005. Me.txtIOFVenta.Size = New System.Drawing.Size(44, 20)
  1006. Me.txtIOFVenta.TabIndex = 89
  1007. '
  1008. 'txtRentaCompra
  1009. '
  1010. Me.txtRentaCompra.Location = New System.Drawing.Point(226, 60)
  1011. Me.txtRentaCompra.Name = "txtRentaCompra"
  1012. Me.txtRentaCompra.ReadOnly = True
  1013. Me.txtRentaCompra.Size = New System.Drawing.Size(44, 20)
  1014. Me.txtRentaCompra.TabIndex = 88
  1015. '
  1016. 'TabAcciones
  1017. '
  1018. Me.TabAcciones.Controls.Add(Me.TbOperacion)
  1019. Me.TabAcciones.Controls.Add(Me.TbDividendos)
  1020. Me.TabAcciones.Cursor = System.Windows.Forms.Cursors.Default
  1021. Me.TabAcciones.Dock = System.Windows.Forms.DockStyle.Fill
  1022. Me.TabAcciones.Location = New System.Drawing.Point(0, 0)
  1023. Me.TabAcciones.Name = "TabAcciones"
  1024. Me.TabAcciones.SelectedIndex = 0
  1025. Me.TabAcciones.Size = New System.Drawing.Size(1157, 545)
  1026. Me.TabAcciones.TabIndex = 0
  1027. '
  1028. 'Panel1
  1029. '
  1030. Me.Panel1.Controls.Add(Me.TabAcciones)
  1031. Me.Panel1.Dock = System.Windows.Forms.DockStyle.Fill
  1032. Me.Panel1.Location = New System.Drawing.Point(0, 25)
  1033. Me.Panel1.Name = "Panel1"
  1034. Me.Panel1.Size = New System.Drawing.Size(1157, 545)
  1035. Me.Panel1.TabIndex = 159
  1036. '
  1037. 'OpenFileDialog1
  1038. '
  1039. Me.OpenFileDialog1.FileName = "OpenFileDialog1"
  1040. '
  1041. 'frmAcciones
  1042. '
  1043. Me.AcceptButton = Me.btnAceptar
  1044. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  1045. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  1046. Me.CancelButton = Me.btnCancelar
  1047. Me.ClientSize = New System.Drawing.Size(1157, 570)
  1048. Me.Controls.Add(Me.Panel1)
  1049. Me.Controls.Add(Me.BindingNavigator1)
  1050. Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
  1051. Me.Name = "frmAcciones"
  1052. CType(Me.BindingNavigator1, System.ComponentModel.ISupportInitialize).EndInit()
  1053. Me.BindingNavigator1.ResumeLayout(False)
  1054. Me.BindingNavigator1.PerformLayout()
  1055. Me.TbDividendos.ResumeLayout(False)
  1056. Me.GroupBox1.ResumeLayout(False)
  1057. Me.GroupBox1.PerformLayout()
  1058. CType(Me.dgvDividendos, System.ComponentModel.ISupportInitialize).EndInit()
  1059. Me.TbOperacion.ResumeLayout(False)
  1060. Me.TbOperacion.PerformLayout()
  1061. Me.GrpDatos.ResumeLayout(False)
  1062. Me.GrpDatos.PerformLayout()
  1063. Me.GrpBotonos.ResumeLayout(False)
  1064. Me.GrpCompra.ResumeLayout(False)
  1065. Me.GrpCompra.PerformLayout()
  1066. Me.GrpVenta.ResumeLayout(False)
  1067. Me.GrpVenta.PerformLayout()
  1068. Me.GrpImpuesto.ResumeLayout(False)
  1069. Me.GrpImpuesto.PerformLayout()
  1070. Me.TabAcciones.ResumeLayout(False)
  1071. Me.Panel1.ResumeLayout(False)
  1072. Me.ResumeLayout(False)
  1073. Me.PerformLayout()
  1074. End Sub
  1075. Friend WithEvents btnAceptar As Button
  1076. Friend WithEvents btnCancelar As Button
  1077. Friend WithEvents lblTitulo As Label
  1078. Friend WithEvents BindingNavigator1 As BindingNavigator
  1079. Friend WithEvents BindingNavigatorSeparator As ToolStripSeparator
  1080. Friend WithEvents navModificar As ToolStripButton
  1081. Friend WithEvents navNuevo As ToolStripButton
  1082. Friend WithEvents navEliminar As ToolStripButton
  1083. Friend WithEvents TbDividendos As TabPage
  1084. Friend WithEvents dgvDividendos As DataGridView
  1085. Friend WithEvents TbOperacion As TabPage
  1086. Friend WithEvents txtPrecioLimpioCompra As TextBox
  1087. Friend WithEvents txtImpuestosYComisionesCompra As TextBox
  1088. Friend WithEvents txtValorTransadoVenta As TextBox
  1089. Friend WithEvents txtImpuestosYComisionesVenta As TextBox
  1090. Friend WithEvents txtUnidadesVenta As TextBox
  1091. Friend WithEvents txtRetornoAnualNetoVenta As TextBox
  1092. Friend WithEvents txtDiasDeTenenciaCompra As TextBox
  1093. Friend WithEvents txtRetornoAnualBrutoVenta As TextBox
  1094. Friend WithEvents txtGananciaCapitalTotalCompra As TextBox
  1095. Friend WithEvents txtMontoNetoCompra As TextBox
  1096. Friend WithEvents txtGananciaCapitalUnitarioVenta As TextBox
  1097. Friend WithEvents txtPrecioSucioCompra As TextBox
  1098. Friend WithEvents txtGananciaCapitalUnitarioCompra As TextBox
  1099. Friend WithEvents txtGananciaCapitalTotalVenta As TextBox
  1100. Friend WithEvents txtValorTransadoCompra As TextBox
  1101. Friend WithEvents txtMontoNetoVenta As TextBox
  1102. Friend WithEvents txtRetornoAnualBrutoCompra As TextBox
  1103. Friend WithEvents txtDiasDeTenenciaVenta As TextBox
  1104. Friend WithEvents txtPrecioSucioVenta As TextBox
  1105. Friend WithEvents txtUnidadesCompra As TextBox
  1106. Friend WithEvents txtRetornoAnualNetoCompra As TextBox
  1107. Friend WithEvents txtPrecioLimpioVenta As TextBox
  1108. Friend WithEvents Label16 As Label
  1109. Friend WithEvents Label4 As Label
  1110. Friend WithEvents Label17 As Label
  1111. Friend WithEvents Label15 As Label
  1112. Friend WithEvents Label14 As Label
  1113. Friend WithEvents Label1 As Label
  1114. Friend WithEvents Label13 As Label
  1115. Friend WithEvents Label2 As Label
  1116. Friend WithEvents Label18 As Label
  1117. Friend WithEvents Label12 As Label
  1118. Friend WithEvents Label19 As Label
  1119. Friend WithEvents Label6 As Label
  1120. Friend WithEvents Label11 As Label
  1121. Friend WithEvents dtpFechaOperacionCompra As DateTimePicker
  1122. Friend WithEvents dtpFechaVencimientoVenta As DateTimePicker
  1123. Friend WithEvents dtpFechaVencimientoCompra As DateTimePicker
  1124. Friend WithEvents Label8 As Label
  1125. Friend WithEvents dtpFechaOperacionVenta As DateTimePicker
  1126. Friend WithEvents Label9 As Label
  1127. Friend WithEvents TabAcciones As TabControl
  1128. Friend WithEvents txtComisionPorcentajeBolsaVenta As TextBox
  1129. Friend WithEvents txtComisionPorcentajeCasaVenta As TextBox
  1130. Friend WithEvents txtComisionPorcentajeBolsaCompra As TextBox
  1131. Friend WithEvents txtComisionPorcentajeCasaCompra As TextBox
  1132. Friend WithEvents txtComisionBolsaVenta As TextBox
  1133. Friend WithEvents txtComisionBolsaCompra As TextBox
  1134. Friend WithEvents Label5 As Label
  1135. Friend WithEvents txtComisionCasaVenta As TextBox
  1136. Friend WithEvents txtComisionCasaCompra As TextBox
  1137. Friend WithEvents Label3 As Label
  1138. Friend WithEvents ChkRenta As CheckBox
  1139. Friend WithEvents ChkIOF As CheckBox
  1140. Friend WithEvents Label7 As Label
  1141. Friend WithEvents txtRentaVenta As TextBox
  1142. Friend WithEvents txtIOFCompra As TextBox
  1143. Friend WithEvents lblVenta2 As Label
  1144. Friend WithEvents lblCompra1 As Label
  1145. Friend WithEvents txtIOFVenta As TextBox
  1146. Friend WithEvents txtRentaCompra As TextBox
  1147. Friend WithEvents lblCompra2 As Label
  1148. Friend WithEvents lblVenta1 As Label
  1149. Friend WithEvents GroupBox1 As GroupBox
  1150. Friend WithEvents rdbEfectivo As RadioButton
  1151. Friend WithEvents rdbPorcentaje As RadioButton
  1152. Friend WithEvents GrpCompra As GroupBox
  1153. Friend WithEvents GrpVenta As GroupBox
  1154. Friend WithEvents GrpImpuesto As GroupBox
  1155. Friend WithEvents Panel1 As Panel
  1156. Friend WithEvents btnActualizar As Button
  1157. Friend WithEvents OpenFileDialog1 As OpenFileDialog
  1158. Friend WithEvents btnQuitar As Button
  1159. Friend WithEvents GrpBotonos As GroupBox
  1160. Friend WithEvents GrpDatos As GroupBox
  1161. Friend WithEvents btnVenderTitulo As Button
  1162. End Class