frmAcciones.Designer.vb 58 KB

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