frmAcciones.Designer.vb 60 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194
  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.MaxLength = 20
  543. Me.txtRetornoAnualNetoCompra.Name = "txtRetornoAnualNetoCompra"
  544. Me.txtRetornoAnualNetoCompra.ReadOnly = True
  545. Me.txtRetornoAnualNetoCompra.Size = New System.Drawing.Size(140, 20)
  546. Me.txtRetornoAnualNetoCompra.TabIndex = 0
  547. Me.txtRetornoAnualNetoCompra.Visible = False
  548. '
  549. 'dtpFechaVencimientoCompra
  550. '
  551. Me.dtpFechaVencimientoCompra.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  552. Me.dtpFechaVencimientoCompra.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  553. Me.dtpFechaVencimientoCompra.Location = New System.Drawing.Point(16, 91)
  554. Me.dtpFechaVencimientoCompra.Name = "dtpFechaVencimientoCompra"
  555. Me.dtpFechaVencimientoCompra.Size = New System.Drawing.Size(140, 20)
  556. Me.dtpFechaVencimientoCompra.TabIndex = 3
  557. '
  558. 'txtComisionPorcentajeBolsaCompra
  559. '
  560. Me.txtComisionPorcentajeBolsaCompra.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  561. Me.txtComisionPorcentajeBolsaCompra.Location = New System.Drawing.Point(16, 226)
  562. Me.txtComisionPorcentajeBolsaCompra.MaxLength = 20
  563. Me.txtComisionPorcentajeBolsaCompra.Name = "txtComisionPorcentajeBolsaCompra"
  564. Me.txtComisionPorcentajeBolsaCompra.Size = New System.Drawing.Size(37, 20)
  565. Me.txtComisionPorcentajeBolsaCompra.TabIndex = 80
  566. '
  567. 'dtpFechaOperacionCompra
  568. '
  569. Me.dtpFechaOperacionCompra.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  570. Me.dtpFechaOperacionCompra.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  571. Me.dtpFechaOperacionCompra.Location = New System.Drawing.Point(16, 69)
  572. Me.dtpFechaOperacionCompra.Name = "dtpFechaOperacionCompra"
  573. Me.dtpFechaOperacionCompra.Size = New System.Drawing.Size(140, 20)
  574. Me.dtpFechaOperacionCompra.TabIndex = 2
  575. '
  576. 'txtComisionPorcentajeCasaCompra
  577. '
  578. Me.txtComisionPorcentajeCasaCompra.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  579. Me.txtComisionPorcentajeCasaCompra.Location = New System.Drawing.Point(16, 203)
  580. Me.txtComisionPorcentajeCasaCompra.MaxLength = 20
  581. Me.txtComisionPorcentajeCasaCompra.Name = "txtComisionPorcentajeCasaCompra"
  582. Me.txtComisionPorcentajeCasaCompra.Size = New System.Drawing.Size(37, 20)
  583. Me.txtComisionPorcentajeCasaCompra.TabIndex = 79
  584. '
  585. 'txtUnidadesCompra
  586. '
  587. Me.txtUnidadesCompra.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  588. Me.txtUnidadesCompra.Location = New System.Drawing.Point(16, 115)
  589. Me.txtUnidadesCompra.MaxLength = 20
  590. Me.txtUnidadesCompra.Name = "txtUnidadesCompra"
  591. Me.txtUnidadesCompra.Size = New System.Drawing.Size(140, 20)
  592. Me.txtUnidadesCompra.TabIndex = 5
  593. '
  594. 'txtComisionBolsaCompra
  595. '
  596. Me.txtComisionBolsaCompra.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  597. Me.txtComisionBolsaCompra.Location = New System.Drawing.Point(56, 227)
  598. Me.txtComisionBolsaCompra.MaxLength = 20
  599. Me.txtComisionBolsaCompra.Name = "txtComisionBolsaCompra"
  600. Me.txtComisionBolsaCompra.ReadOnly = True
  601. Me.txtComisionBolsaCompra.Size = New System.Drawing.Size(99, 20)
  602. Me.txtComisionBolsaCompra.TabIndex = 76
  603. '
  604. 'txtValorTransadoCompra
  605. '
  606. Me.txtValorTransadoCompra.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  607. Me.txtValorTransadoCompra.Location = New System.Drawing.Point(16, 137)
  608. Me.txtValorTransadoCompra.MaxLength = 20
  609. Me.txtValorTransadoCompra.Name = "txtValorTransadoCompra"
  610. Me.txtValorTransadoCompra.ReadOnly = True
  611. Me.txtValorTransadoCompra.Size = New System.Drawing.Size(140, 20)
  612. Me.txtValorTransadoCompra.TabIndex = 0
  613. '
  614. 'txtComisionCasaCompra
  615. '
  616. Me.txtComisionCasaCompra.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  617. Me.txtComisionCasaCompra.Location = New System.Drawing.Point(56, 204)
  618. Me.txtComisionCasaCompra.MaxLength = 20
  619. Me.txtComisionCasaCompra.Name = "txtComisionCasaCompra"
  620. Me.txtComisionCasaCompra.ReadOnly = True
  621. Me.txtComisionCasaCompra.Size = New System.Drawing.Size(100, 20)
  622. Me.txtComisionCasaCompra.TabIndex = 73
  623. '
  624. 'txtPrecioSucioCompra
  625. '
  626. Me.txtPrecioSucioCompra.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  627. Me.txtPrecioSucioCompra.Location = New System.Drawing.Point(16, 181)
  628. Me.txtPrecioSucioCompra.MaxLength = 20
  629. Me.txtPrecioSucioCompra.Name = "txtPrecioSucioCompra"
  630. Me.txtPrecioSucioCompra.ReadOnly = True
  631. Me.txtPrecioSucioCompra.Size = New System.Drawing.Size(140, 20)
  632. Me.txtPrecioSucioCompra.TabIndex = 0
  633. '
  634. 'txtPrecioLimpioCompra
  635. '
  636. Me.txtPrecioLimpioCompra.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  637. Me.txtPrecioLimpioCompra.Location = New System.Drawing.Point(16, 47)
  638. Me.txtPrecioLimpioCompra.MaxLength = 20
  639. Me.txtPrecioLimpioCompra.Name = "txtPrecioLimpioCompra"
  640. Me.txtPrecioLimpioCompra.Size = New System.Drawing.Size(140, 20)
  641. Me.txtPrecioLimpioCompra.TabIndex = 1
  642. '
  643. 'txtRetornoAnualBrutoCompra
  644. '
  645. Me.txtRetornoAnualBrutoCompra.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  646. Me.txtRetornoAnualBrutoCompra.Location = New System.Drawing.Point(16, 248)
  647. Me.txtRetornoAnualBrutoCompra.MaxLength = 20
  648. Me.txtRetornoAnualBrutoCompra.Name = "txtRetornoAnualBrutoCompra"
  649. Me.txtRetornoAnualBrutoCompra.ReadOnly = True
  650. Me.txtRetornoAnualBrutoCompra.Size = New System.Drawing.Size(140, 20)
  651. Me.txtRetornoAnualBrutoCompra.TabIndex = 0
  652. Me.txtRetornoAnualBrutoCompra.Visible = False
  653. '
  654. 'txtMontoNetoCompra
  655. '
  656. Me.txtMontoNetoCompra.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  657. Me.txtMontoNetoCompra.Location = New System.Drawing.Point(16, 159)
  658. Me.txtMontoNetoCompra.MaxLength = 20
  659. Me.txtMontoNetoCompra.Name = "txtMontoNetoCompra"
  660. Me.txtMontoNetoCompra.ReadOnly = True
  661. Me.txtMontoNetoCompra.Size = New System.Drawing.Size(140, 20)
  662. Me.txtMontoNetoCompra.TabIndex = 0
  663. '
  664. 'txtImpuestosYComisionesCompra
  665. '
  666. Me.txtImpuestosYComisionesCompra.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  667. Me.txtImpuestosYComisionesCompra.Location = New System.Drawing.Point(16, 159)
  668. Me.txtImpuestosYComisionesCompra.Name = "txtImpuestosYComisionesCompra"
  669. Me.txtImpuestosYComisionesCompra.ReadOnly = True
  670. Me.txtImpuestosYComisionesCompra.Size = New System.Drawing.Size(140, 20)
  671. Me.txtImpuestosYComisionesCompra.TabIndex = 70
  672. Me.txtImpuestosYComisionesCompra.Visible = False
  673. '
  674. 'Label18
  675. '
  676. Me.Label18.AutoSize = True
  677. Me.Label18.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  678. Me.Label18.Location = New System.Drawing.Point(56, 18)
  679. Me.Label18.Name = "Label18"
  680. Me.Label18.Size = New System.Drawing.Size(55, 18)
  681. Me.Label18.TabIndex = 54
  682. Me.Label18.Text = "Compra"
  683. '
  684. 'txtGananciaCapitalTotalCompra
  685. '
  686. Me.txtGananciaCapitalTotalCompra.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  687. Me.txtGananciaCapitalTotalCompra.Location = New System.Drawing.Point(16, 316)
  688. Me.txtGananciaCapitalTotalCompra.MaxLength = 20
  689. Me.txtGananciaCapitalTotalCompra.Name = "txtGananciaCapitalTotalCompra"
  690. Me.txtGananciaCapitalTotalCompra.ReadOnly = True
  691. Me.txtGananciaCapitalTotalCompra.Size = New System.Drawing.Size(140, 20)
  692. Me.txtGananciaCapitalTotalCompra.TabIndex = 0
  693. Me.txtGananciaCapitalTotalCompra.Visible = False
  694. '
  695. 'txtDiasDeTenenciaCompra
  696. '
  697. Me.txtDiasDeTenenciaCompra.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  698. Me.txtDiasDeTenenciaCompra.Location = New System.Drawing.Point(16, 294)
  699. Me.txtDiasDeTenenciaCompra.MaxLength = 5
  700. Me.txtDiasDeTenenciaCompra.Name = "txtDiasDeTenenciaCompra"
  701. Me.txtDiasDeTenenciaCompra.ReadOnly = True
  702. Me.txtDiasDeTenenciaCompra.Size = New System.Drawing.Size(140, 20)
  703. Me.txtDiasDeTenenciaCompra.TabIndex = 4
  704. Me.txtDiasDeTenenciaCompra.Visible = False
  705. '
  706. 'txtGananciaCapitalUnitarioCompra
  707. '
  708. Me.txtGananciaCapitalUnitarioCompra.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  709. Me.txtGananciaCapitalUnitarioCompra.Location = New System.Drawing.Point(16, 339)
  710. Me.txtGananciaCapitalUnitarioCompra.MaxLength = 20
  711. Me.txtGananciaCapitalUnitarioCompra.Name = "txtGananciaCapitalUnitarioCompra"
  712. Me.txtGananciaCapitalUnitarioCompra.ReadOnly = True
  713. Me.txtGananciaCapitalUnitarioCompra.Size = New System.Drawing.Size(140, 20)
  714. Me.txtGananciaCapitalUnitarioCompra.TabIndex = 0
  715. Me.txtGananciaCapitalUnitarioCompra.Visible = False
  716. '
  717. 'GrpVenta
  718. '
  719. Me.GrpVenta.Anchor = System.Windows.Forms.AnchorStyles.None
  720. Me.GrpVenta.Controls.Add(Me.txtValorTransadoVenta)
  721. Me.GrpVenta.Controls.Add(Me.dtpFechaOperacionVenta)
  722. Me.GrpVenta.Controls.Add(Me.txtComisionPorcentajeBolsaVenta)
  723. Me.GrpVenta.Controls.Add(Me.dtpFechaVencimientoVenta)
  724. Me.GrpVenta.Controls.Add(Me.txtComisionPorcentajeCasaVenta)
  725. Me.GrpVenta.Controls.Add(Me.txtPrecioLimpioVenta)
  726. Me.GrpVenta.Controls.Add(Me.txtDiasDeTenenciaVenta)
  727. Me.GrpVenta.Controls.Add(Me.txtPrecioSucioVenta)
  728. Me.GrpVenta.Controls.Add(Me.txtComisionBolsaVenta)
  729. Me.GrpVenta.Controls.Add(Me.txtMontoNetoVenta)
  730. Me.GrpVenta.Controls.Add(Me.txtGananciaCapitalTotalVenta)
  731. Me.GrpVenta.Controls.Add(Me.txtComisionCasaVenta)
  732. Me.GrpVenta.Controls.Add(Me.txtGananciaCapitalUnitarioVenta)
  733. Me.GrpVenta.Controls.Add(Me.txtRetornoAnualBrutoVenta)
  734. Me.GrpVenta.Controls.Add(Me.txtUnidadesVenta)
  735. Me.GrpVenta.Controls.Add(Me.Label19)
  736. Me.GrpVenta.Controls.Add(Me.txtRetornoAnualNetoVenta)
  737. Me.GrpVenta.Controls.Add(Me.txtImpuestosYComisionesVenta)
  738. Me.GrpVenta.Location = New System.Drawing.Point(535, 54)
  739. Me.GrpVenta.Name = "GrpVenta"
  740. Me.GrpVenta.Size = New System.Drawing.Size(179, 397)
  741. Me.GrpVenta.TabIndex = 95
  742. Me.GrpVenta.TabStop = False
  743. '
  744. 'txtValorTransadoVenta
  745. '
  746. Me.txtValorTransadoVenta.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  747. Me.txtValorTransadoVenta.Location = New System.Drawing.Point(19, 138)
  748. Me.txtValorTransadoVenta.MaxLength = 20
  749. Me.txtValorTransadoVenta.Name = "txtValorTransadoVenta"
  750. Me.txtValorTransadoVenta.ReadOnly = True
  751. Me.txtValorTransadoVenta.Size = New System.Drawing.Size(140, 20)
  752. Me.txtValorTransadoVenta.TabIndex = 0
  753. '
  754. 'dtpFechaOperacionVenta
  755. '
  756. Me.dtpFechaOperacionVenta.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  757. Me.dtpFechaOperacionVenta.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  758. Me.dtpFechaOperacionVenta.Location = New System.Drawing.Point(19, 72)
  759. Me.dtpFechaOperacionVenta.Name = "dtpFechaOperacionVenta"
  760. Me.dtpFechaOperacionVenta.Size = New System.Drawing.Size(140, 20)
  761. Me.dtpFechaOperacionVenta.TabIndex = 10
  762. '
  763. 'txtComisionPorcentajeBolsaVenta
  764. '
  765. Me.txtComisionPorcentajeBolsaVenta.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  766. Me.txtComisionPorcentajeBolsaVenta.Location = New System.Drawing.Point(20, 225)
  767. Me.txtComisionPorcentajeBolsaVenta.MaxLength = 20
  768. Me.txtComisionPorcentajeBolsaVenta.Name = "txtComisionPorcentajeBolsaVenta"
  769. Me.txtComisionPorcentajeBolsaVenta.Size = New System.Drawing.Size(37, 20)
  770. Me.txtComisionPorcentajeBolsaVenta.TabIndex = 82
  771. '
  772. 'dtpFechaVencimientoVenta
  773. '
  774. Me.dtpFechaVencimientoVenta.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  775. Me.dtpFechaVencimientoVenta.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  776. Me.dtpFechaVencimientoVenta.Location = New System.Drawing.Point(19, 94)
  777. Me.dtpFechaVencimientoVenta.Name = "dtpFechaVencimientoVenta"
  778. Me.dtpFechaVencimientoVenta.Size = New System.Drawing.Size(140, 20)
  779. Me.dtpFechaVencimientoVenta.TabIndex = 11
  780. '
  781. 'txtComisionPorcentajeCasaVenta
  782. '
  783. Me.txtComisionPorcentajeCasaVenta.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  784. Me.txtComisionPorcentajeCasaVenta.Location = New System.Drawing.Point(20, 204)
  785. Me.txtComisionPorcentajeCasaVenta.MaxLength = 20
  786. Me.txtComisionPorcentajeCasaVenta.Name = "txtComisionPorcentajeCasaVenta"
  787. Me.txtComisionPorcentajeCasaVenta.Size = New System.Drawing.Size(37, 20)
  788. Me.txtComisionPorcentajeCasaVenta.TabIndex = 81
  789. '
  790. 'txtPrecioLimpioVenta
  791. '
  792. Me.txtPrecioLimpioVenta.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  793. Me.txtPrecioLimpioVenta.Location = New System.Drawing.Point(19, 50)
  794. Me.txtPrecioLimpioVenta.MaxLength = 20
  795. Me.txtPrecioLimpioVenta.Name = "txtPrecioLimpioVenta"
  796. Me.txtPrecioLimpioVenta.Size = New System.Drawing.Size(140, 20)
  797. Me.txtPrecioLimpioVenta.TabIndex = 9
  798. '
  799. 'txtDiasDeTenenciaVenta
  800. '
  801. Me.txtDiasDeTenenciaVenta.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  802. Me.txtDiasDeTenenciaVenta.Location = New System.Drawing.Point(20, 291)
  803. Me.txtDiasDeTenenciaVenta.MaxLength = 5
  804. Me.txtDiasDeTenenciaVenta.Name = "txtDiasDeTenenciaVenta"
  805. Me.txtDiasDeTenenciaVenta.ReadOnly = True
  806. Me.txtDiasDeTenenciaVenta.Size = New System.Drawing.Size(140, 20)
  807. Me.txtDiasDeTenenciaVenta.TabIndex = 12
  808. '
  809. 'txtPrecioSucioVenta
  810. '
  811. Me.txtPrecioSucioVenta.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  812. Me.txtPrecioSucioVenta.Location = New System.Drawing.Point(19, 182)
  813. Me.txtPrecioSucioVenta.MaxLength = 20
  814. Me.txtPrecioSucioVenta.Name = "txtPrecioSucioVenta"
  815. Me.txtPrecioSucioVenta.ReadOnly = True
  816. Me.txtPrecioSucioVenta.Size = New System.Drawing.Size(140, 20)
  817. Me.txtPrecioSucioVenta.TabIndex = 0
  818. '
  819. 'txtComisionBolsaVenta
  820. '
  821. Me.txtComisionBolsaVenta.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  822. Me.txtComisionBolsaVenta.Location = New System.Drawing.Point(61, 226)
  823. Me.txtComisionBolsaVenta.MaxLength = 20
  824. Me.txtComisionBolsaVenta.Name = "txtComisionBolsaVenta"
  825. Me.txtComisionBolsaVenta.ReadOnly = True
  826. Me.txtComisionBolsaVenta.Size = New System.Drawing.Size(98, 20)
  827. Me.txtComisionBolsaVenta.TabIndex = 78
  828. '
  829. 'txtMontoNetoVenta
  830. '
  831. Me.txtMontoNetoVenta.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  832. Me.txtMontoNetoVenta.Location = New System.Drawing.Point(19, 160)
  833. Me.txtMontoNetoVenta.MaxLength = 20
  834. Me.txtMontoNetoVenta.Name = "txtMontoNetoVenta"
  835. Me.txtMontoNetoVenta.ReadOnly = True
  836. Me.txtMontoNetoVenta.Size = New System.Drawing.Size(139, 20)
  837. Me.txtMontoNetoVenta.TabIndex = 0
  838. '
  839. 'txtGananciaCapitalTotalVenta
  840. '
  841. Me.txtGananciaCapitalTotalVenta.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  842. Me.txtGananciaCapitalTotalVenta.Location = New System.Drawing.Point(20, 314)
  843. Me.txtGananciaCapitalTotalVenta.MaxLength = 20
  844. Me.txtGananciaCapitalTotalVenta.Name = "txtGananciaCapitalTotalVenta"
  845. Me.txtGananciaCapitalTotalVenta.ReadOnly = True
  846. Me.txtGananciaCapitalTotalVenta.Size = New System.Drawing.Size(140, 20)
  847. Me.txtGananciaCapitalTotalVenta.TabIndex = 0
  848. '
  849. 'txtComisionCasaVenta
  850. '
  851. Me.txtComisionCasaVenta.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  852. Me.txtComisionCasaVenta.Location = New System.Drawing.Point(60, 204)
  853. Me.txtComisionCasaVenta.MaxLength = 20
  854. Me.txtComisionCasaVenta.Name = "txtComisionCasaVenta"
  855. Me.txtComisionCasaVenta.ReadOnly = True
  856. Me.txtComisionCasaVenta.Size = New System.Drawing.Size(99, 20)
  857. Me.txtComisionCasaVenta.TabIndex = 75
  858. '
  859. 'txtGananciaCapitalUnitarioVenta
  860. '
  861. Me.txtGananciaCapitalUnitarioVenta.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  862. Me.txtGananciaCapitalUnitarioVenta.Location = New System.Drawing.Point(21, 337)
  863. Me.txtGananciaCapitalUnitarioVenta.MaxLength = 20
  864. Me.txtGananciaCapitalUnitarioVenta.Name = "txtGananciaCapitalUnitarioVenta"
  865. Me.txtGananciaCapitalUnitarioVenta.ReadOnly = True
  866. Me.txtGananciaCapitalUnitarioVenta.Size = New System.Drawing.Size(140, 20)
  867. Me.txtGananciaCapitalUnitarioVenta.TabIndex = 0
  868. '
  869. 'txtRetornoAnualBrutoVenta
  870. '
  871. Me.txtRetornoAnualBrutoVenta.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  872. Me.txtRetornoAnualBrutoVenta.Location = New System.Drawing.Point(20, 247)
  873. Me.txtRetornoAnualBrutoVenta.MaxLength = 20
  874. Me.txtRetornoAnualBrutoVenta.Name = "txtRetornoAnualBrutoVenta"
  875. Me.txtRetornoAnualBrutoVenta.ReadOnly = True
  876. Me.txtRetornoAnualBrutoVenta.Size = New System.Drawing.Size(140, 20)
  877. Me.txtRetornoAnualBrutoVenta.TabIndex = 0
  878. '
  879. 'txtUnidadesVenta
  880. '
  881. Me.txtUnidadesVenta.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  882. Me.txtUnidadesVenta.Location = New System.Drawing.Point(19, 116)
  883. Me.txtUnidadesVenta.MaxLength = 20
  884. Me.txtUnidadesVenta.Name = "txtUnidadesVenta"
  885. Me.txtUnidadesVenta.Size = New System.Drawing.Size(140, 20)
  886. Me.txtUnidadesVenta.TabIndex = 13
  887. '
  888. 'Label19
  889. '
  890. Me.Label19.AutoSize = True
  891. Me.Label19.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  892. Me.Label19.Location = New System.Drawing.Point(69, 20)
  893. Me.Label19.Name = "Label19"
  894. Me.Label19.Size = New System.Drawing.Size(42, 18)
  895. Me.Label19.TabIndex = 55
  896. Me.Label19.Text = "Venta"
  897. '
  898. 'txtRetornoAnualNetoVenta
  899. '
  900. Me.txtRetornoAnualNetoVenta.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  901. Me.txtRetornoAnualNetoVenta.Location = New System.Drawing.Point(20, 269)
  902. Me.txtRetornoAnualNetoVenta.MaxLength = 20
  903. Me.txtRetornoAnualNetoVenta.Name = "txtRetornoAnualNetoVenta"
  904. Me.txtRetornoAnualNetoVenta.ReadOnly = True
  905. Me.txtRetornoAnualNetoVenta.Size = New System.Drawing.Size(140, 20)
  906. Me.txtRetornoAnualNetoVenta.TabIndex = 0
  907. '
  908. 'txtImpuestosYComisionesVenta
  909. '
  910. Me.txtImpuestosYComisionesVenta.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  911. Me.txtImpuestosYComisionesVenta.Location = New System.Drawing.Point(19, 160)
  912. Me.txtImpuestosYComisionesVenta.Name = "txtImpuestosYComisionesVenta"
  913. Me.txtImpuestosYComisionesVenta.ReadOnly = True
  914. Me.txtImpuestosYComisionesVenta.Size = New System.Drawing.Size(140, 20)
  915. Me.txtImpuestosYComisionesVenta.TabIndex = 71
  916. Me.txtImpuestosYComisionesVenta.Visible = False
  917. '
  918. 'GrpImpuesto
  919. '
  920. Me.GrpImpuesto.Anchor = System.Windows.Forms.AnchorStyles.None
  921. Me.GrpImpuesto.Controls.Add(Me.ChkIOF)
  922. Me.GrpImpuesto.Controls.Add(Me.lblCompra2)
  923. Me.GrpImpuesto.Controls.Add(Me.Label7)
  924. Me.GrpImpuesto.Controls.Add(Me.lblVenta1)
  925. Me.GrpImpuesto.Controls.Add(Me.ChkRenta)
  926. Me.GrpImpuesto.Controls.Add(Me.lblVenta2)
  927. Me.GrpImpuesto.Controls.Add(Me.txtIOFCompra)
  928. Me.GrpImpuesto.Controls.Add(Me.lblCompra1)
  929. Me.GrpImpuesto.Controls.Add(Me.txtRentaVenta)
  930. Me.GrpImpuesto.Controls.Add(Me.txtIOFVenta)
  931. Me.GrpImpuesto.Controls.Add(Me.txtRentaCompra)
  932. Me.GrpImpuesto.Location = New System.Drawing.Point(778, 57)
  933. Me.GrpImpuesto.Name = "GrpImpuesto"
  934. Me.GrpImpuesto.Size = New System.Drawing.Size(312, 148)
  935. Me.GrpImpuesto.TabIndex = 94
  936. Me.GrpImpuesto.TabStop = False
  937. '
  938. 'ChkIOF
  939. '
  940. Me.ChkIOF.AutoSize = True
  941. Me.ChkIOF.Location = New System.Drawing.Point(20, 44)
  942. Me.ChkIOF.Name = "ChkIOF"
  943. Me.ChkIOF.Size = New System.Drawing.Size(43, 17)
  944. Me.ChkIOF.TabIndex = 84
  945. Me.ChkIOF.Text = "IOF"
  946. Me.ChkIOF.UseVisualStyleBackColor = True
  947. '
  948. 'lblCompra2
  949. '
  950. Me.lblCompra2.AutoSize = True
  951. Me.lblCompra2.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  952. Me.lblCompra2.Location = New System.Drawing.Point(226, 39)
  953. Me.lblCompra2.Name = "lblCompra2"
  954. Me.lblCompra2.Size = New System.Drawing.Size(53, 18)
  955. Me.lblCompra2.TabIndex = 93
  956. Me.lblCompra2.Text = "Compra"
  957. Me.lblCompra2.Visible = False
  958. '
  959. 'Label7
  960. '
  961. Me.Label7.AutoSize = True
  962. Me.Label7.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  963. Me.Label7.Location = New System.Drawing.Point(30, 17)
  964. Me.Label7.Name = "Label7"
  965. Me.Label7.Size = New System.Drawing.Size(68, 18)
  966. Me.Label7.TabIndex = 83
  967. Me.Label7.Text = "Impuestos"
  968. '
  969. 'lblVenta1
  970. '
  971. Me.lblVenta1.AutoSize = True
  972. Me.lblVenta1.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  973. Me.lblVenta1.Location = New System.Drawing.Point(71, 81)
  974. Me.lblVenta1.Name = "lblVenta1"
  975. Me.lblVenta1.Size = New System.Drawing.Size(40, 18)
  976. Me.lblVenta1.TabIndex = 92
  977. Me.lblVenta1.Text = "Venta"
  978. Me.lblVenta1.Visible = False
  979. '
  980. 'ChkRenta
  981. '
  982. Me.ChkRenta.AutoSize = True
  983. Me.ChkRenta.Location = New System.Drawing.Point(157, 44)
  984. Me.ChkRenta.Name = "ChkRenta"
  985. Me.ChkRenta.Size = New System.Drawing.Size(63, 17)
  986. Me.ChkRenta.TabIndex = 85
  987. Me.ChkRenta.Text = "RENTA"
  988. Me.ChkRenta.UseVisualStyleBackColor = True
  989. '
  990. 'lblVenta2
  991. '
  992. Me.lblVenta2.AutoSize = True
  993. Me.lblVenta2.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  994. Me.lblVenta2.Location = New System.Drawing.Point(226, 80)
  995. Me.lblVenta2.Name = "lblVenta2"
  996. Me.lblVenta2.Size = New System.Drawing.Size(40, 18)
  997. Me.lblVenta2.TabIndex = 91
  998. Me.lblVenta2.Text = "Venta"
  999. Me.lblVenta2.Visible = False
  1000. '
  1001. 'txtIOFCompra
  1002. '
  1003. Me.txtIOFCompra.Location = New System.Drawing.Point(69, 62)
  1004. Me.txtIOFCompra.Name = "txtIOFCompra"
  1005. Me.txtIOFCompra.ReadOnly = True
  1006. Me.txtIOFCompra.Size = New System.Drawing.Size(44, 20)
  1007. Me.txtIOFCompra.TabIndex = 86
  1008. '
  1009. 'lblCompra1
  1010. '
  1011. Me.lblCompra1.AutoSize = True
  1012. Me.lblCompra1.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  1013. Me.lblCompra1.Location = New System.Drawing.Point(64, 42)
  1014. Me.lblCompra1.Name = "lblCompra1"
  1015. Me.lblCompra1.Size = New System.Drawing.Size(53, 18)
  1016. Me.lblCompra1.TabIndex = 90
  1017. Me.lblCompra1.Text = "Compra"
  1018. Me.lblCompra1.Visible = False
  1019. '
  1020. 'txtRentaVenta
  1021. '
  1022. Me.txtRentaVenta.Location = New System.Drawing.Point(226, 101)
  1023. Me.txtRentaVenta.Name = "txtRentaVenta"
  1024. Me.txtRentaVenta.ReadOnly = True
  1025. Me.txtRentaVenta.Size = New System.Drawing.Size(44, 20)
  1026. Me.txtRentaVenta.TabIndex = 87
  1027. '
  1028. 'txtIOFVenta
  1029. '
  1030. Me.txtIOFVenta.Location = New System.Drawing.Point(70, 102)
  1031. Me.txtIOFVenta.Name = "txtIOFVenta"
  1032. Me.txtIOFVenta.ReadOnly = True
  1033. Me.txtIOFVenta.Size = New System.Drawing.Size(44, 20)
  1034. Me.txtIOFVenta.TabIndex = 89
  1035. '
  1036. 'txtRentaCompra
  1037. '
  1038. Me.txtRentaCompra.Location = New System.Drawing.Point(226, 60)
  1039. Me.txtRentaCompra.Name = "txtRentaCompra"
  1040. Me.txtRentaCompra.ReadOnly = True
  1041. Me.txtRentaCompra.Size = New System.Drawing.Size(44, 20)
  1042. Me.txtRentaCompra.TabIndex = 88
  1043. '
  1044. 'TabAcciones
  1045. '
  1046. Me.TabAcciones.Controls.Add(Me.TbOperacion)
  1047. Me.TabAcciones.Controls.Add(Me.TbDividendos)
  1048. Me.TabAcciones.Cursor = System.Windows.Forms.Cursors.Default
  1049. Me.TabAcciones.Dock = System.Windows.Forms.DockStyle.Fill
  1050. Me.TabAcciones.Location = New System.Drawing.Point(0, 0)
  1051. Me.TabAcciones.Name = "TabAcciones"
  1052. Me.TabAcciones.SelectedIndex = 0
  1053. Me.TabAcciones.Size = New System.Drawing.Size(1157, 545)
  1054. Me.TabAcciones.TabIndex = 0
  1055. '
  1056. 'Panel1
  1057. '
  1058. Me.Panel1.Controls.Add(Me.TabAcciones)
  1059. Me.Panel1.Dock = System.Windows.Forms.DockStyle.Fill
  1060. Me.Panel1.Location = New System.Drawing.Point(0, 25)
  1061. Me.Panel1.Name = "Panel1"
  1062. Me.Panel1.Size = New System.Drawing.Size(1157, 545)
  1063. Me.Panel1.TabIndex = 159
  1064. '
  1065. 'OpenFileDialog1
  1066. '
  1067. Me.OpenFileDialog1.FileName = "OpenFileDialog1"
  1068. '
  1069. 'frmAcciones
  1070. '
  1071. Me.AcceptButton = Me.btnAceptar
  1072. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  1073. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  1074. Me.CancelButton = Me.btnCancelar
  1075. Me.ClientSize = New System.Drawing.Size(1157, 570)
  1076. Me.Controls.Add(Me.Panel1)
  1077. Me.Controls.Add(Me.BindingNavigator1)
  1078. Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
  1079. Me.Name = "frmAcciones"
  1080. CType(Me.BindingNavigator1, System.ComponentModel.ISupportInitialize).EndInit()
  1081. Me.BindingNavigator1.ResumeLayout(False)
  1082. Me.BindingNavigator1.PerformLayout()
  1083. Me.TbDividendos.ResumeLayout(False)
  1084. Me.GroupBox1.ResumeLayout(False)
  1085. Me.GroupBox1.PerformLayout()
  1086. CType(Me.dgvDividendos, System.ComponentModel.ISupportInitialize).EndInit()
  1087. Me.TbOperacion.ResumeLayout(False)
  1088. Me.TbOperacion.PerformLayout()
  1089. Me.GrpDatos.ResumeLayout(False)
  1090. Me.GrpDatos.PerformLayout()
  1091. Me.GrpBotonos.ResumeLayout(False)
  1092. Me.GrpCompra.ResumeLayout(False)
  1093. Me.GrpCompra.PerformLayout()
  1094. Me.GrpVenta.ResumeLayout(False)
  1095. Me.GrpVenta.PerformLayout()
  1096. Me.GrpImpuesto.ResumeLayout(False)
  1097. Me.GrpImpuesto.PerformLayout()
  1098. Me.TabAcciones.ResumeLayout(False)
  1099. Me.Panel1.ResumeLayout(False)
  1100. Me.ResumeLayout(False)
  1101. Me.PerformLayout()
  1102. End Sub
  1103. Friend WithEvents btnAceptar As Button
  1104. Friend WithEvents btnCancelar As Button
  1105. Friend WithEvents lblTitulo As Label
  1106. Friend WithEvents BindingNavigator1 As BindingNavigator
  1107. Friend WithEvents BindingNavigatorSeparator As ToolStripSeparator
  1108. Friend WithEvents navModificar As ToolStripButton
  1109. Friend WithEvents navNuevo As ToolStripButton
  1110. Friend WithEvents navEliminar As ToolStripButton
  1111. Friend WithEvents TbDividendos As TabPage
  1112. Friend WithEvents dgvDividendos As DataGridView
  1113. Friend WithEvents TbOperacion As TabPage
  1114. Friend WithEvents txtPrecioLimpioCompra As TextBox
  1115. Friend WithEvents txtImpuestosYComisionesCompra As TextBox
  1116. Friend WithEvents txtValorTransadoVenta As TextBox
  1117. Friend WithEvents txtImpuestosYComisionesVenta As TextBox
  1118. Friend WithEvents txtUnidadesVenta As TextBox
  1119. Friend WithEvents txtRetornoAnualNetoVenta As TextBox
  1120. Friend WithEvents txtDiasDeTenenciaCompra As TextBox
  1121. Friend WithEvents txtRetornoAnualBrutoVenta As TextBox
  1122. Friend WithEvents txtGananciaCapitalTotalCompra As TextBox
  1123. Friend WithEvents txtMontoNetoCompra As TextBox
  1124. Friend WithEvents txtGananciaCapitalUnitarioVenta As TextBox
  1125. Friend WithEvents txtPrecioSucioCompra As TextBox
  1126. Friend WithEvents txtGananciaCapitalUnitarioCompra As TextBox
  1127. Friend WithEvents txtGananciaCapitalTotalVenta As TextBox
  1128. Friend WithEvents txtValorTransadoCompra As TextBox
  1129. Friend WithEvents txtMontoNetoVenta As TextBox
  1130. Friend WithEvents txtRetornoAnualBrutoCompra As TextBox
  1131. Friend WithEvents txtDiasDeTenenciaVenta As TextBox
  1132. Friend WithEvents txtPrecioSucioVenta As TextBox
  1133. Friend WithEvents txtUnidadesCompra As TextBox
  1134. Friend WithEvents txtRetornoAnualNetoCompra As TextBox
  1135. Friend WithEvents txtPrecioLimpioVenta As TextBox
  1136. Friend WithEvents Label16 As Label
  1137. Friend WithEvents Label4 As Label
  1138. Friend WithEvents Label17 As Label
  1139. Friend WithEvents Label15 As Label
  1140. Friend WithEvents Label14 As Label
  1141. Friend WithEvents Label1 As Label
  1142. Friend WithEvents Label13 As Label
  1143. Friend WithEvents Label2 As Label
  1144. Friend WithEvents Label18 As Label
  1145. Friend WithEvents Label12 As Label
  1146. Friend WithEvents Label19 As Label
  1147. Friend WithEvents Label6 As Label
  1148. Friend WithEvents Label11 As Label
  1149. Friend WithEvents dtpFechaOperacionCompra As DateTimePicker
  1150. Friend WithEvents dtpFechaVencimientoVenta As DateTimePicker
  1151. Friend WithEvents dtpFechaVencimientoCompra As DateTimePicker
  1152. Friend WithEvents Label8 As Label
  1153. Friend WithEvents dtpFechaOperacionVenta As DateTimePicker
  1154. Friend WithEvents Label9 As Label
  1155. Friend WithEvents TabAcciones As TabControl
  1156. Friend WithEvents txtComisionPorcentajeBolsaVenta As TextBox
  1157. Friend WithEvents txtComisionPorcentajeCasaVenta As TextBox
  1158. Friend WithEvents txtComisionPorcentajeBolsaCompra As TextBox
  1159. Friend WithEvents txtComisionPorcentajeCasaCompra As TextBox
  1160. Friend WithEvents txtComisionBolsaVenta As TextBox
  1161. Friend WithEvents txtComisionBolsaCompra As TextBox
  1162. Friend WithEvents Label5 As Label
  1163. Friend WithEvents txtComisionCasaVenta As TextBox
  1164. Friend WithEvents txtComisionCasaCompra As TextBox
  1165. Friend WithEvents Label3 As Label
  1166. Friend WithEvents ChkRenta As CheckBox
  1167. Friend WithEvents ChkIOF As CheckBox
  1168. Friend WithEvents Label7 As Label
  1169. Friend WithEvents txtRentaVenta As TextBox
  1170. Friend WithEvents txtIOFCompra As TextBox
  1171. Friend WithEvents lblVenta2 As Label
  1172. Friend WithEvents lblCompra1 As Label
  1173. Friend WithEvents txtIOFVenta As TextBox
  1174. Friend WithEvents txtRentaCompra As TextBox
  1175. Friend WithEvents lblCompra2 As Label
  1176. Friend WithEvents lblVenta1 As Label
  1177. Friend WithEvents GroupBox1 As GroupBox
  1178. Friend WithEvents rdbEfectivo As RadioButton
  1179. Friend WithEvents rdbPorcentaje As RadioButton
  1180. Friend WithEvents GrpCompra As GroupBox
  1181. Friend WithEvents GrpVenta As GroupBox
  1182. Friend WithEvents GrpImpuesto As GroupBox
  1183. Friend WithEvents Panel1 As Panel
  1184. Friend WithEvents btnActualizar As Button
  1185. Friend WithEvents OpenFileDialog1 As OpenFileDialog
  1186. Friend WithEvents btnQuitar As Button
  1187. Friend WithEvents GrpBotonos As GroupBox
  1188. Friend WithEvents GrpDatos As GroupBox
  1189. Friend WithEvents btnVenderTitulo As Button
  1190. End Class