frmFuturos.Designer.vb 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
  2. Partial Class frmFuturos
  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(frmFuturos))
  24. Me.BindingNavigator1 = New System.Windows.Forms.BindingNavigator(Me.components)
  25. Me.BindingNavigatorSeparator = New System.Windows.Forms.ToolStripSeparator()
  26. Me.navModificar = New System.Windows.Forms.ToolStripButton()
  27. Me.navNuevo = New System.Windows.Forms.ToolStripButton()
  28. Me.navEliminar = New System.Windows.Forms.ToolStripButton()
  29. Me.txtIdentificacionContratoCompra = New System.Windows.Forms.TextBox()
  30. Me.Label16 = New System.Windows.Forms.Label()
  31. Me.txtValorRecibidoVenta = New System.Windows.Forms.TextBox()
  32. Me.Label14 = New System.Windows.Forms.Label()
  33. Me.txtComisionBrokerVenta = New System.Windows.Forms.TextBox()
  34. Me.Label1 = New System.Windows.Forms.Label()
  35. Me.txtCantidadContratosCompra = New System.Windows.Forms.TextBox()
  36. Me.Label13 = New System.Windows.Forms.Label()
  37. Me.txtValorTransadoVenta = New System.Windows.Forms.TextBox()
  38. Me.Label18 = New System.Windows.Forms.Label()
  39. Me.txtUnidadesContratoCompra = New System.Windows.Forms.TextBox()
  40. Me.Label19 = New System.Windows.Forms.Label()
  41. Me.txtValorUnidadVenta = New System.Windows.Forms.TextBox()
  42. Me.txtValorUnidadCompra = New System.Windows.Forms.TextBox()
  43. Me.Label6 = New System.Windows.Forms.Label()
  44. Me.Label11 = New System.Windows.Forms.Label()
  45. Me.dtpOperacionCompra = New System.Windows.Forms.DateTimePicker()
  46. Me.txtUnidadesContratoVenta = New System.Windows.Forms.TextBox()
  47. Me.txtValorTransadoCompra = New System.Windows.Forms.TextBox()
  48. Me.txtCantidadContratosVenta = New System.Windows.Forms.TextBox()
  49. Me.Label8 = New System.Windows.Forms.Label()
  50. Me.txtValorRecibidoCompra = New System.Windows.Forms.TextBox()
  51. Me.txtComisionBrokerCompra = New System.Windows.Forms.TextBox()
  52. Me.Label9 = New System.Windows.Forms.Label()
  53. Me.txtIdentificacionContratoVenta = New System.Windows.Forms.TextBox()
  54. Me.btnCancelar = New System.Windows.Forms.Button()
  55. Me.btnAceptar = New System.Windows.Forms.Button()
  56. Me.dtpOperacionVenta = New System.Windows.Forms.DateTimePicker()
  57. Me.dtpVencimientoVenta = New System.Windows.Forms.DateTimePicker()
  58. Me.dtpVencimientoCompra = New System.Windows.Forms.DateTimePicker()
  59. Me.dtpLiquidacionVenta = New System.Windows.Forms.DateTimePicker()
  60. Me.dtpLiquidacionCompra = New System.Windows.Forms.DateTimePicker()
  61. Me.Label2 = New System.Windows.Forms.Label()
  62. Me.Label3 = New System.Windows.Forms.Label()
  63. Me.Label4 = New System.Windows.Forms.Label()
  64. Me.Label5 = New System.Windows.Forms.Label()
  65. Me.txtGananciaPerdida = New System.Windows.Forms.TextBox()
  66. Me.txtRendimiento = New System.Windows.Forms.TextBox()
  67. Me.lblTitulo = New System.Windows.Forms.Label()
  68. Me.cboOperacionVenta = New System.Windows.Forms.ComboBox()
  69. Me.GrpCompra = New System.Windows.Forms.GroupBox()
  70. Me.GrpVenta = New System.Windows.Forms.GroupBox()
  71. Me.EcalriTableAdapter1 = New Inversiones.dsInversionesTableAdapters.ECALRITableAdapter()
  72. Me.btnVenderTitulo = New System.Windows.Forms.Button()
  73. CType(Me.BindingNavigator1, System.ComponentModel.ISupportInitialize).BeginInit()
  74. Me.BindingNavigator1.SuspendLayout()
  75. Me.GrpCompra.SuspendLayout()
  76. Me.GrpVenta.SuspendLayout()
  77. Me.SuspendLayout()
  78. '
  79. 'BindingNavigator1
  80. '
  81. Me.BindingNavigator1.AddNewItem = Nothing
  82. Me.BindingNavigator1.CountItem = Nothing
  83. Me.BindingNavigator1.DeleteItem = Nothing
  84. Me.BindingNavigator1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BindingNavigatorSeparator, Me.navModificar, Me.navNuevo, Me.navEliminar})
  85. Me.BindingNavigator1.Location = New System.Drawing.Point(0, 0)
  86. Me.BindingNavigator1.MoveFirstItem = Nothing
  87. Me.BindingNavigator1.MoveLastItem = Nothing
  88. Me.BindingNavigator1.MoveNextItem = Nothing
  89. Me.BindingNavigator1.MovePreviousItem = Nothing
  90. Me.BindingNavigator1.Name = "BindingNavigator1"
  91. Me.BindingNavigator1.PositionItem = Nothing
  92. Me.BindingNavigator1.Size = New System.Drawing.Size(654, 25)
  93. Me.BindingNavigator1.TabIndex = 159
  94. Me.BindingNavigator1.Text = "BindingNavigator1"
  95. '
  96. 'BindingNavigatorSeparator
  97. '
  98. Me.BindingNavigatorSeparator.Name = "BindingNavigatorSeparator"
  99. Me.BindingNavigatorSeparator.Size = New System.Drawing.Size(6, 25)
  100. '
  101. 'navModificar
  102. '
  103. Me.navModificar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  104. Me.navModificar.Image = CType(resources.GetObject("navModificar.Image"), System.Drawing.Image)
  105. Me.navModificar.ImageTransparentColor = System.Drawing.Color.Magenta
  106. Me.navModificar.Name = "navModificar"
  107. Me.navModificar.Size = New System.Drawing.Size(23, 22)
  108. Me.navModificar.Text = "Modificar"
  109. '
  110. 'navNuevo
  111. '
  112. Me.navNuevo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  113. Me.navNuevo.Image = CType(resources.GetObject("navNuevo.Image"), System.Drawing.Image)
  114. Me.navNuevo.ImageTransparentColor = System.Drawing.Color.Magenta
  115. Me.navNuevo.Name = "navNuevo"
  116. Me.navNuevo.Size = New System.Drawing.Size(23, 22)
  117. Me.navNuevo.Text = "Nuevo"
  118. '
  119. 'navEliminar
  120. '
  121. Me.navEliminar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  122. Me.navEliminar.Image = CType(resources.GetObject("navEliminar.Image"), System.Drawing.Image)
  123. Me.navEliminar.ImageTransparentColor = System.Drawing.Color.Magenta
  124. Me.navEliminar.Name = "navEliminar"
  125. Me.navEliminar.Size = New System.Drawing.Size(23, 22)
  126. Me.navEliminar.Text = "Eliminar"
  127. '
  128. 'txtIdentificacionContratoCompra
  129. '
  130. Me.txtIdentificacionContratoCompra.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  131. Me.txtIdentificacionContratoCompra.Location = New System.Drawing.Point(13, 193)
  132. Me.txtIdentificacionContratoCompra.MaxLength = 20
  133. Me.txtIdentificacionContratoCompra.Name = "txtIdentificacionContratoCompra"
  134. Me.txtIdentificacionContratoCompra.Size = New System.Drawing.Size(140, 20)
  135. Me.txtIdentificacionContratoCompra.TabIndex = 1
  136. '
  137. 'Label16
  138. '
  139. Me.Label16.AutoSize = True
  140. Me.Label16.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  141. Me.Label16.Location = New System.Drawing.Point(48, 199)
  142. Me.Label16.Name = "Label16"
  143. Me.Label16.Size = New System.Drawing.Size(105, 18)
  144. Me.Label16.TabIndex = 15
  145. Me.Label16.Text = "Fecha Operación"
  146. '
  147. 'txtValorRecibidoVenta
  148. '
  149. Me.txtValorRecibidoVenta.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  150. Me.txtValorRecibidoVenta.Location = New System.Drawing.Point(16, 172)
  151. Me.txtValorRecibidoVenta.MaxLength = 20
  152. Me.txtValorRecibidoVenta.Name = "txtValorRecibidoVenta"
  153. Me.txtValorRecibidoVenta.ReadOnly = True
  154. Me.txtValorRecibidoVenta.Size = New System.Drawing.Size(140, 20)
  155. Me.txtValorRecibidoVenta.TabIndex = 13
  156. '
  157. 'Label14
  158. '
  159. Me.Label14.AutoSize = True
  160. Me.Label14.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  161. Me.Label14.Location = New System.Drawing.Point(47, 262)
  162. Me.Label14.Name = "Label14"
  163. Me.Label14.Size = New System.Drawing.Size(94, 18)
  164. Me.Label14.TabIndex = 13
  165. Me.Label14.Text = "Precio Unitario"
  166. '
  167. 'txtComisionBrokerVenta
  168. '
  169. Me.txtComisionBrokerVenta.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  170. Me.txtComisionBrokerVenta.Location = New System.Drawing.Point(16, 151)
  171. Me.txtComisionBrokerVenta.MaxLength = 20
  172. Me.txtComisionBrokerVenta.Name = "txtComisionBrokerVenta"
  173. Me.txtComisionBrokerVenta.Size = New System.Drawing.Size(140, 20)
  174. Me.txtComisionBrokerVenta.TabIndex = 0
  175. '
  176. 'Label1
  177. '
  178. Me.Label1.AutoSize = True
  179. Me.Label1.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  180. Me.Label1.Location = New System.Drawing.Point(46, 348)
  181. Me.Label1.Name = "Label1"
  182. Me.Label1.Size = New System.Drawing.Size(164, 18)
  183. Me.Label1.TabIndex = 0
  184. Me.Label1.Text = "Identificación del Contrato"
  185. '
  186. 'txtCantidadContratosCompra
  187. '
  188. Me.txtCantidadContratosCompra.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  189. Me.txtCantidadContratosCompra.Location = New System.Drawing.Point(13, 214)
  190. Me.txtCantidadContratosCompra.MaxLength = 20
  191. Me.txtCantidadContratosCompra.Name = "txtCantidadContratosCompra"
  192. Me.txtCantidadContratosCompra.Size = New System.Drawing.Size(140, 20)
  193. Me.txtCantidadContratosCompra.TabIndex = 4
  194. '
  195. 'Label13
  196. '
  197. Me.Label13.AutoSize = True
  198. Me.Label13.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  199. Me.Label13.Location = New System.Drawing.Point(46, 389)
  200. Me.Label13.Name = "Label13"
  201. Me.Label13.Size = New System.Drawing.Size(145, 18)
  202. Me.Label13.TabIndex = 12
  203. Me.Label13.Text = "Unidades por Contratos"
  204. '
  205. 'txtValorTransadoVenta
  206. '
  207. Me.txtValorTransadoVenta.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  208. Me.txtValorTransadoVenta.Location = New System.Drawing.Point(16, 130)
  209. Me.txtValorTransadoVenta.MaxLength = 20
  210. Me.txtValorTransadoVenta.Name = "txtValorTransadoVenta"
  211. Me.txtValorTransadoVenta.ReadOnly = True
  212. Me.txtValorTransadoVenta.Size = New System.Drawing.Size(140, 20)
  213. Me.txtValorTransadoVenta.TabIndex = 0
  214. '
  215. 'Label18
  216. '
  217. Me.Label18.AutoSize = True
  218. Me.Label18.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  219. Me.Label18.Location = New System.Drawing.Point(60, 16)
  220. Me.Label18.Name = "Label18"
  221. Me.Label18.Size = New System.Drawing.Size(55, 18)
  222. Me.Label18.TabIndex = 54
  223. Me.Label18.Text = "Compra"
  224. '
  225. 'txtUnidadesContratoCompra
  226. '
  227. Me.txtUnidadesContratoCompra.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  228. Me.txtUnidadesContratoCompra.Location = New System.Drawing.Point(13, 235)
  229. Me.txtUnidadesContratoCompra.MaxLength = 20
  230. Me.txtUnidadesContratoCompra.Name = "txtUnidadesContratoCompra"
  231. Me.txtUnidadesContratoCompra.Size = New System.Drawing.Size(140, 20)
  232. Me.txtUnidadesContratoCompra.TabIndex = 0
  233. '
  234. 'Label19
  235. '
  236. Me.Label19.AutoSize = True
  237. Me.Label19.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  238. Me.Label19.Location = New System.Drawing.Point(60, 18)
  239. Me.Label19.Name = "Label19"
  240. Me.Label19.Size = New System.Drawing.Size(42, 18)
  241. Me.Label19.TabIndex = 55
  242. Me.Label19.Text = "Venta"
  243. '
  244. 'txtValorUnidadVenta
  245. '
  246. Me.txtValorUnidadVenta.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  247. Me.txtValorUnidadVenta.Location = New System.Drawing.Point(16, 109)
  248. Me.txtValorUnidadVenta.MaxLength = 20
  249. Me.txtValorUnidadVenta.Name = "txtValorUnidadVenta"
  250. Me.txtValorUnidadVenta.Size = New System.Drawing.Size(140, 20)
  251. Me.txtValorUnidadVenta.TabIndex = 0
  252. '
  253. 'txtValorUnidadCompra
  254. '
  255. Me.txtValorUnidadCompra.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  256. Me.txtValorUnidadCompra.Location = New System.Drawing.Point(13, 109)
  257. Me.txtValorUnidadCompra.MaxLength = 20
  258. Me.txtValorUnidadCompra.Name = "txtValorUnidadCompra"
  259. Me.txtValorUnidadCompra.Size = New System.Drawing.Size(140, 20)
  260. Me.txtValorUnidadCompra.TabIndex = 0
  261. '
  262. 'Label6
  263. '
  264. Me.Label6.AutoSize = True
  265. Me.Label6.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  266. Me.Label6.Location = New System.Drawing.Point(47, 285)
  267. Me.Label6.Name = "Label6"
  268. Me.Label6.Size = New System.Drawing.Size(93, 18)
  269. Me.Label6.TabIndex = 5
  270. Me.Label6.Text = "Valor Transado"
  271. '
  272. 'Label11
  273. '
  274. Me.Label11.AutoSize = True
  275. Me.Label11.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  276. Me.Label11.Location = New System.Drawing.Point(47, 328)
  277. Me.Label11.Name = "Label11"
  278. Me.Label11.Size = New System.Drawing.Size(137, 18)
  279. Me.Label11.TabIndex = 10
  280. Me.Label11.Text = "Valor Recibido/Pagado"
  281. '
  282. 'dtpOperacionCompra
  283. '
  284. Me.dtpOperacionCompra.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  285. Me.dtpOperacionCompra.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  286. Me.dtpOperacionCompra.Location = New System.Drawing.Point(13, 46)
  287. Me.dtpOperacionCompra.Name = "dtpOperacionCompra"
  288. Me.dtpOperacionCompra.Size = New System.Drawing.Size(140, 20)
  289. Me.dtpOperacionCompra.TabIndex = 2
  290. '
  291. 'txtUnidadesContratoVenta
  292. '
  293. Me.txtUnidadesContratoVenta.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  294. Me.txtUnidadesContratoVenta.Location = New System.Drawing.Point(16, 235)
  295. Me.txtUnidadesContratoVenta.MaxLength = 20
  296. Me.txtUnidadesContratoVenta.Name = "txtUnidadesContratoVenta"
  297. Me.txtUnidadesContratoVenta.Size = New System.Drawing.Size(140, 20)
  298. Me.txtUnidadesContratoVenta.TabIndex = 0
  299. '
  300. 'txtValorTransadoCompra
  301. '
  302. Me.txtValorTransadoCompra.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  303. Me.txtValorTransadoCompra.Location = New System.Drawing.Point(13, 130)
  304. Me.txtValorTransadoCompra.MaxLength = 20
  305. Me.txtValorTransadoCompra.Name = "txtValorTransadoCompra"
  306. Me.txtValorTransadoCompra.ReadOnly = True
  307. Me.txtValorTransadoCompra.Size = New System.Drawing.Size(140, 20)
  308. Me.txtValorTransadoCompra.TabIndex = 0
  309. '
  310. 'txtCantidadContratosVenta
  311. '
  312. Me.txtCantidadContratosVenta.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  313. Me.txtCantidadContratosVenta.Location = New System.Drawing.Point(16, 214)
  314. Me.txtCantidadContratosVenta.MaxLength = 20
  315. Me.txtCantidadContratosVenta.Name = "txtCantidadContratosVenta"
  316. Me.txtCantidadContratosVenta.Size = New System.Drawing.Size(140, 20)
  317. Me.txtCantidadContratosVenta.TabIndex = 12
  318. '
  319. 'Label8
  320. '
  321. Me.Label8.AutoSize = True
  322. Me.Label8.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  323. Me.Label8.Location = New System.Drawing.Point(46, 369)
  324. Me.Label8.Name = "Label8"
  325. Me.Label8.Size = New System.Drawing.Size(139, 18)
  326. Me.Label8.TabIndex = 7
  327. Me.Label8.Text = "Cantidad de Contratos"
  328. '
  329. 'txtValorRecibidoCompra
  330. '
  331. Me.txtValorRecibidoCompra.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  332. Me.txtValorRecibidoCompra.Location = New System.Drawing.Point(13, 172)
  333. Me.txtValorRecibidoCompra.MaxLength = 20
  334. Me.txtValorRecibidoCompra.Name = "txtValorRecibidoCompra"
  335. Me.txtValorRecibidoCompra.ReadOnly = True
  336. Me.txtValorRecibidoCompra.Size = New System.Drawing.Size(140, 20)
  337. Me.txtValorRecibidoCompra.TabIndex = 5
  338. '
  339. 'txtComisionBrokerCompra
  340. '
  341. Me.txtComisionBrokerCompra.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  342. Me.txtComisionBrokerCompra.Location = New System.Drawing.Point(13, 151)
  343. Me.txtComisionBrokerCompra.MaxLength = 20
  344. Me.txtComisionBrokerCompra.Name = "txtComisionBrokerCompra"
  345. Me.txtComisionBrokerCompra.Size = New System.Drawing.Size(140, 20)
  346. Me.txtComisionBrokerCompra.TabIndex = 0
  347. '
  348. 'Label9
  349. '
  350. Me.Label9.AutoSize = True
  351. Me.Label9.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  352. Me.Label9.Location = New System.Drawing.Point(46, 307)
  353. Me.Label9.Name = "Label9"
  354. Me.Label9.Size = New System.Drawing.Size(122, 18)
  355. Me.Label9.TabIndex = 8
  356. Me.Label9.Text = "Comisión de Broker"
  357. '
  358. 'txtIdentificacionContratoVenta
  359. '
  360. Me.txtIdentificacionContratoVenta.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  361. Me.txtIdentificacionContratoVenta.Location = New System.Drawing.Point(16, 193)
  362. Me.txtIdentificacionContratoVenta.MaxLength = 20
  363. Me.txtIdentificacionContratoVenta.Name = "txtIdentificacionContratoVenta"
  364. Me.txtIdentificacionContratoVenta.Size = New System.Drawing.Size(140, 20)
  365. Me.txtIdentificacionContratoVenta.TabIndex = 9
  366. '
  367. 'btnCancelar
  368. '
  369. Me.btnCancelar.BackColor = System.Drawing.Color.White
  370. Me.btnCancelar.DialogResult = System.Windows.Forms.DialogResult.OK
  371. Me.btnCancelar.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  372. Me.btnCancelar.ForeColor = System.Drawing.Color.Maroon
  373. Me.btnCancelar.Location = New System.Drawing.Point(116, 472)
  374. Me.btnCancelar.Name = "btnCancelar"
  375. Me.btnCancelar.Size = New System.Drawing.Size(75, 23)
  376. Me.btnCancelar.TabIndex = 162
  377. Me.btnCancelar.Text = "Cancelar"
  378. Me.btnCancelar.UseVisualStyleBackColor = False
  379. '
  380. 'btnAceptar
  381. '
  382. Me.btnAceptar.BackColor = System.Drawing.Color.White
  383. Me.btnAceptar.DialogResult = System.Windows.Forms.DialogResult.OK
  384. Me.btnAceptar.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  385. Me.btnAceptar.ForeColor = System.Drawing.Color.Maroon
  386. Me.btnAceptar.Location = New System.Drawing.Point(24, 472)
  387. Me.btnAceptar.Name = "btnAceptar"
  388. Me.btnAceptar.Size = New System.Drawing.Size(75, 23)
  389. Me.btnAceptar.TabIndex = 161
  390. Me.btnAceptar.Text = "Aceptar"
  391. Me.btnAceptar.UseVisualStyleBackColor = False
  392. '
  393. 'dtpOperacionVenta
  394. '
  395. Me.dtpOperacionVenta.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  396. Me.dtpOperacionVenta.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  397. Me.dtpOperacionVenta.Location = New System.Drawing.Point(16, 46)
  398. Me.dtpOperacionVenta.Name = "dtpOperacionVenta"
  399. Me.dtpOperacionVenta.Size = New System.Drawing.Size(140, 20)
  400. Me.dtpOperacionVenta.TabIndex = 56
  401. '
  402. 'dtpVencimientoVenta
  403. '
  404. Me.dtpVencimientoVenta.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  405. Me.dtpVencimientoVenta.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  406. Me.dtpVencimientoVenta.Location = New System.Drawing.Point(16, 88)
  407. Me.dtpVencimientoVenta.Name = "dtpVencimientoVenta"
  408. Me.dtpVencimientoVenta.Size = New System.Drawing.Size(140, 20)
  409. Me.dtpVencimientoVenta.TabIndex = 57
  410. '
  411. 'dtpVencimientoCompra
  412. '
  413. Me.dtpVencimientoCompra.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  414. Me.dtpVencimientoCompra.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  415. Me.dtpVencimientoCompra.Location = New System.Drawing.Point(13, 88)
  416. Me.dtpVencimientoCompra.Name = "dtpVencimientoCompra"
  417. Me.dtpVencimientoCompra.Size = New System.Drawing.Size(140, 20)
  418. Me.dtpVencimientoCompra.TabIndex = 58
  419. '
  420. 'dtpLiquidacionVenta
  421. '
  422. Me.dtpLiquidacionVenta.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  423. Me.dtpLiquidacionVenta.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  424. Me.dtpLiquidacionVenta.Location = New System.Drawing.Point(16, 67)
  425. Me.dtpLiquidacionVenta.Name = "dtpLiquidacionVenta"
  426. Me.dtpLiquidacionVenta.Size = New System.Drawing.Size(140, 20)
  427. Me.dtpLiquidacionVenta.TabIndex = 59
  428. '
  429. 'dtpLiquidacionCompra
  430. '
  431. Me.dtpLiquidacionCompra.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  432. Me.dtpLiquidacionCompra.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  433. Me.dtpLiquidacionCompra.Location = New System.Drawing.Point(13, 67)
  434. Me.dtpLiquidacionCompra.Name = "dtpLiquidacionCompra"
  435. Me.dtpLiquidacionCompra.Size = New System.Drawing.Size(140, 20)
  436. Me.dtpLiquidacionCompra.TabIndex = 60
  437. '
  438. 'Label2
  439. '
  440. Me.Label2.AutoSize = True
  441. Me.Label2.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  442. Me.Label2.Location = New System.Drawing.Point(47, 242)
  443. Me.Label2.Name = "Label2"
  444. Me.Label2.Size = New System.Drawing.Size(117, 18)
  445. Me.Label2.TabIndex = 61
  446. Me.Label2.Text = "Fecha Vencimiento"
  447. '
  448. 'Label3
  449. '
  450. Me.Label3.AutoSize = True
  451. Me.Label3.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  452. Me.Label3.Location = New System.Drawing.Point(47, 221)
  453. Me.Label3.Name = "Label3"
  454. Me.Label3.Size = New System.Drawing.Size(113, 18)
  455. Me.Label3.TabIndex = 62
  456. Me.Label3.Text = "Fecha Liquidación"
  457. '
  458. 'Label4
  459. '
  460. Me.Label4.AutoSize = True
  461. Me.Label4.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  462. Me.Label4.Location = New System.Drawing.Point(45, 426)
  463. Me.Label4.Name = "Label4"
  464. Me.Label4.Size = New System.Drawing.Size(81, 18)
  465. Me.Label4.TabIndex = 163
  466. Me.Label4.Text = "Rendimiento"
  467. '
  468. 'Label5
  469. '
  470. Me.Label5.AutoSize = True
  471. Me.Label5.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  472. Me.Label5.Location = New System.Drawing.Point(45, 408)
  473. Me.Label5.Name = "Label5"
  474. Me.Label5.Size = New System.Drawing.Size(112, 18)
  475. Me.Label5.TabIndex = 164
  476. Me.Label5.Text = "Ganancia/Perdida"
  477. '
  478. 'txtGananciaPerdida
  479. '
  480. Me.txtGananciaPerdida.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  481. Me.txtGananciaPerdida.Location = New System.Drawing.Point(13, 256)
  482. Me.txtGananciaPerdida.MaxLength = 20
  483. Me.txtGananciaPerdida.Name = "txtGananciaPerdida"
  484. Me.txtGananciaPerdida.ReadOnly = True
  485. Me.txtGananciaPerdida.Size = New System.Drawing.Size(140, 20)
  486. Me.txtGananciaPerdida.TabIndex = 165
  487. '
  488. 'txtRendimiento
  489. '
  490. Me.txtRendimiento.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  491. Me.txtRendimiento.Location = New System.Drawing.Point(13, 277)
  492. Me.txtRendimiento.MaxLength = 20
  493. Me.txtRendimiento.Name = "txtRendimiento"
  494. Me.txtRendimiento.ReadOnly = True
  495. Me.txtRendimiento.Size = New System.Drawing.Size(140, 20)
  496. Me.txtRendimiento.TabIndex = 166
  497. '
  498. 'lblTitulo
  499. '
  500. Me.lblTitulo.AutoSize = True
  501. Me.lblTitulo.Font = New System.Drawing.Font("Trebuchet MS", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  502. Me.lblTitulo.Location = New System.Drawing.Point(281, 48)
  503. Me.lblTitulo.Name = "lblTitulo"
  504. Me.lblTitulo.Size = New System.Drawing.Size(77, 24)
  505. Me.lblTitulo.TabIndex = 167
  506. Me.lblTitulo.Text = "Futuros"
  507. '
  508. 'cboOperacionVenta
  509. '
  510. Me.cboOperacionVenta.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  511. Me.cboOperacionVenta.FormattingEnabled = True
  512. Me.cboOperacionVenta.Items.AddRange(New Object() {"Corto", "Largo"})
  513. Me.cboOperacionVenta.Location = New System.Drawing.Point(234, 93)
  514. Me.cboOperacionVenta.Name = "cboOperacionVenta"
  515. Me.cboOperacionVenta.Size = New System.Drawing.Size(166, 21)
  516. Me.cboOperacionVenta.TabIndex = 169
  517. '
  518. 'GrpCompra
  519. '
  520. Me.GrpCompra.Controls.Add(Me.txtCantidadContratosCompra)
  521. Me.GrpCompra.Controls.Add(Me.txtUnidadesContratoCompra)
  522. Me.GrpCompra.Controls.Add(Me.txtValorUnidadCompra)
  523. Me.GrpCompra.Controls.Add(Me.txtValorTransadoCompra)
  524. Me.GrpCompra.Controls.Add(Me.txtRendimiento)
  525. Me.GrpCompra.Controls.Add(Me.txtValorRecibidoCompra)
  526. Me.GrpCompra.Controls.Add(Me.txtGananciaPerdida)
  527. Me.GrpCompra.Controls.Add(Me.txtComisionBrokerCompra)
  528. Me.GrpCompra.Controls.Add(Me.txtIdentificacionContratoCompra)
  529. Me.GrpCompra.Controls.Add(Me.dtpOperacionCompra)
  530. Me.GrpCompra.Controls.Add(Me.dtpVencimientoCompra)
  531. Me.GrpCompra.Controls.Add(Me.dtpLiquidacionCompra)
  532. Me.GrpCompra.Controls.Add(Me.Label18)
  533. Me.GrpCompra.Location = New System.Drawing.Point(234, 150)
  534. Me.GrpCompra.Name = "GrpCompra"
  535. Me.GrpCompra.Size = New System.Drawing.Size(166, 320)
  536. Me.GrpCompra.TabIndex = 171
  537. Me.GrpCompra.TabStop = False
  538. '
  539. 'GrpVenta
  540. '
  541. Me.GrpVenta.Controls.Add(Me.dtpVencimientoVenta)
  542. Me.GrpVenta.Controls.Add(Me.txtValorUnidadVenta)
  543. Me.GrpVenta.Controls.Add(Me.txtValorTransadoVenta)
  544. Me.GrpVenta.Controls.Add(Me.txtUnidadesContratoVenta)
  545. Me.GrpVenta.Controls.Add(Me.txtComisionBrokerVenta)
  546. Me.GrpVenta.Controls.Add(Me.txtCantidadContratosVenta)
  547. Me.GrpVenta.Controls.Add(Me.txtValorRecibidoVenta)
  548. Me.GrpVenta.Controls.Add(Me.dtpOperacionVenta)
  549. Me.GrpVenta.Controls.Add(Me.txtIdentificacionContratoVenta)
  550. Me.GrpVenta.Controls.Add(Me.dtpLiquidacionVenta)
  551. Me.GrpVenta.Controls.Add(Me.Label19)
  552. Me.GrpVenta.Location = New System.Drawing.Point(438, 150)
  553. Me.GrpVenta.Name = "GrpVenta"
  554. Me.GrpVenta.Size = New System.Drawing.Size(169, 320)
  555. Me.GrpVenta.TabIndex = 172
  556. Me.GrpVenta.TabStop = False
  557. '
  558. 'EcalriTableAdapter1
  559. '
  560. Me.EcalriTableAdapter1.ClearBeforeFill = True
  561. '
  562. 'btnVenderTitulo
  563. '
  564. Me.btnVenderTitulo.BackColor = System.Drawing.Color.White
  565. Me.btnVenderTitulo.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  566. Me.btnVenderTitulo.ForeColor = System.Drawing.Color.Maroon
  567. Me.btnVenderTitulo.Location = New System.Drawing.Point(454, 84)
  568. Me.btnVenderTitulo.Name = "btnVenderTitulo"
  569. Me.btnVenderTitulo.Size = New System.Drawing.Size(140, 37)
  570. Me.btnVenderTitulo.TabIndex = 173
  571. Me.btnVenderTitulo.Text = "Vender Titulo"
  572. Me.btnVenderTitulo.UseVisualStyleBackColor = False
  573. Me.btnVenderTitulo.Visible = False
  574. '
  575. 'frmFuturos
  576. '
  577. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  578. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  579. Me.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink
  580. Me.BackColor = System.Drawing.Color.WhiteSmoke
  581. Me.ClientSize = New System.Drawing.Size(654, 518)
  582. Me.Controls.Add(Me.btnVenderTitulo)
  583. Me.Controls.Add(Me.GrpVenta)
  584. Me.Controls.Add(Me.GrpCompra)
  585. Me.Controls.Add(Me.cboOperacionVenta)
  586. Me.Controls.Add(Me.lblTitulo)
  587. Me.Controls.Add(Me.Label5)
  588. Me.Controls.Add(Me.Label4)
  589. Me.Controls.Add(Me.Label3)
  590. Me.Controls.Add(Me.btnCancelar)
  591. Me.Controls.Add(Me.Label2)
  592. Me.Controls.Add(Me.btnAceptar)
  593. Me.Controls.Add(Me.BindingNavigator1)
  594. Me.Controls.Add(Me.Label9)
  595. Me.Controls.Add(Me.Label16)
  596. Me.Controls.Add(Me.Label8)
  597. Me.Controls.Add(Me.Label14)
  598. Me.Controls.Add(Me.Label1)
  599. Me.Controls.Add(Me.Label11)
  600. Me.Controls.Add(Me.Label13)
  601. Me.Controls.Add(Me.Label6)
  602. Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
  603. Me.MaximizeBox = False
  604. Me.Name = "frmFuturos"
  605. CType(Me.BindingNavigator1, System.ComponentModel.ISupportInitialize).EndInit()
  606. Me.BindingNavigator1.ResumeLayout(False)
  607. Me.BindingNavigator1.PerformLayout()
  608. Me.GrpCompra.ResumeLayout(False)
  609. Me.GrpCompra.PerformLayout()
  610. Me.GrpVenta.ResumeLayout(False)
  611. Me.GrpVenta.PerformLayout()
  612. Me.ResumeLayout(False)
  613. Me.PerformLayout()
  614. End Sub
  615. Friend WithEvents BindingNavigator1 As BindingNavigator
  616. Friend WithEvents BindingNavigatorSeparator As ToolStripSeparator
  617. Friend WithEvents navModificar As ToolStripButton
  618. Friend WithEvents navNuevo As ToolStripButton
  619. Friend WithEvents navEliminar As ToolStripButton
  620. Friend WithEvents txtIdentificacionContratoCompra As TextBox
  621. Friend WithEvents Label16 As Label
  622. Friend WithEvents txtValorRecibidoVenta As TextBox
  623. Friend WithEvents Label14 As Label
  624. Friend WithEvents txtComisionBrokerVenta As TextBox
  625. Friend WithEvents Label1 As Label
  626. Friend WithEvents txtCantidadContratosCompra As TextBox
  627. Friend WithEvents Label13 As Label
  628. Friend WithEvents txtValorTransadoVenta As TextBox
  629. Friend WithEvents Label18 As Label
  630. Friend WithEvents txtUnidadesContratoCompra As TextBox
  631. Friend WithEvents Label19 As Label
  632. Friend WithEvents txtValorUnidadVenta As TextBox
  633. Friend WithEvents txtValorUnidadCompra As TextBox
  634. Friend WithEvents Label6 As Label
  635. Friend WithEvents Label11 As Label
  636. Friend WithEvents dtpOperacionCompra As DateTimePicker
  637. Friend WithEvents txtUnidadesContratoVenta As TextBox
  638. Friend WithEvents txtValorTransadoCompra As TextBox
  639. Friend WithEvents txtCantidadContratosVenta As TextBox
  640. Friend WithEvents Label8 As Label
  641. Friend WithEvents txtValorRecibidoCompra As TextBox
  642. Friend WithEvents txtComisionBrokerCompra As TextBox
  643. Friend WithEvents Label9 As Label
  644. Friend WithEvents txtIdentificacionContratoVenta As TextBox
  645. Friend WithEvents Label3 As Label
  646. Friend WithEvents Label2 As Label
  647. Friend WithEvents dtpLiquidacionCompra As DateTimePicker
  648. Friend WithEvents dtpLiquidacionVenta As DateTimePicker
  649. Friend WithEvents dtpVencimientoCompra As DateTimePicker
  650. Friend WithEvents dtpVencimientoVenta As DateTimePicker
  651. Friend WithEvents dtpOperacionVenta As DateTimePicker
  652. Friend WithEvents btnCancelar As Button
  653. Friend WithEvents btnAceptar As Button
  654. Friend WithEvents Label4 As Label
  655. Friend WithEvents Label5 As Label
  656. Friend WithEvents txtGananciaPerdida As TextBox
  657. Friend WithEvents txtRendimiento As TextBox
  658. Friend WithEvents lblTitulo As Label
  659. Friend WithEvents cboOperacionVenta As ComboBox
  660. Friend WithEvents GrpCompra As GroupBox
  661. Friend WithEvents GrpVenta As GroupBox
  662. Friend WithEvents EcalriTableAdapter1 As dsInversionesTableAdapters.ECALRITableAdapter
  663. Friend WithEvents btnVenderTitulo As Button
  664. End Class