frmFuturos.Designer.vb 33 KB

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