frmFuturos.Designer.vb 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643
  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.DialogResult = System.Windows.Forms.DialogResult.OK
  356. Me.btnCancelar.Location = New System.Drawing.Point(116, 483)
  357. Me.btnCancelar.Name = "btnCancelar"
  358. Me.btnCancelar.Size = New System.Drawing.Size(75, 23)
  359. Me.btnCancelar.TabIndex = 162
  360. Me.btnCancelar.Text = "Cancelar"
  361. Me.btnCancelar.UseVisualStyleBackColor = True
  362. '
  363. 'btnAceptar
  364. '
  365. Me.btnAceptar.DialogResult = System.Windows.Forms.DialogResult.OK
  366. Me.btnAceptar.Location = New System.Drawing.Point(26, 483)
  367. Me.btnAceptar.Name = "btnAceptar"
  368. Me.btnAceptar.Size = New System.Drawing.Size(75, 23)
  369. Me.btnAceptar.TabIndex = 161
  370. Me.btnAceptar.Text = "Aceptar"
  371. Me.btnAceptar.UseVisualStyleBackColor = True
  372. '
  373. 'dtpOperacionVenta
  374. '
  375. Me.dtpOperacionVenta.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  376. Me.dtpOperacionVenta.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  377. Me.dtpOperacionVenta.Location = New System.Drawing.Point(16, 46)
  378. Me.dtpOperacionVenta.Name = "dtpOperacionVenta"
  379. Me.dtpOperacionVenta.Size = New System.Drawing.Size(140, 20)
  380. Me.dtpOperacionVenta.TabIndex = 56
  381. '
  382. 'dtpVencimientoVenta
  383. '
  384. Me.dtpVencimientoVenta.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  385. Me.dtpVencimientoVenta.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  386. Me.dtpVencimientoVenta.Location = New System.Drawing.Point(16, 88)
  387. Me.dtpVencimientoVenta.Name = "dtpVencimientoVenta"
  388. Me.dtpVencimientoVenta.Size = New System.Drawing.Size(140, 20)
  389. Me.dtpVencimientoVenta.TabIndex = 57
  390. '
  391. 'dtpVencimientoCompra
  392. '
  393. Me.dtpVencimientoCompra.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  394. Me.dtpVencimientoCompra.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  395. Me.dtpVencimientoCompra.Location = New System.Drawing.Point(13, 88)
  396. Me.dtpVencimientoCompra.Name = "dtpVencimientoCompra"
  397. Me.dtpVencimientoCompra.Size = New System.Drawing.Size(140, 20)
  398. Me.dtpVencimientoCompra.TabIndex = 58
  399. '
  400. 'dtpLiquidacionVenta
  401. '
  402. Me.dtpLiquidacionVenta.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  403. Me.dtpLiquidacionVenta.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  404. Me.dtpLiquidacionVenta.Location = New System.Drawing.Point(16, 67)
  405. Me.dtpLiquidacionVenta.Name = "dtpLiquidacionVenta"
  406. Me.dtpLiquidacionVenta.Size = New System.Drawing.Size(140, 20)
  407. Me.dtpLiquidacionVenta.TabIndex = 59
  408. '
  409. 'dtpLiquidacionCompra
  410. '
  411. Me.dtpLiquidacionCompra.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  412. Me.dtpLiquidacionCompra.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  413. Me.dtpLiquidacionCompra.Location = New System.Drawing.Point(13, 67)
  414. Me.dtpLiquidacionCompra.Name = "dtpLiquidacionCompra"
  415. Me.dtpLiquidacionCompra.Size = New System.Drawing.Size(140, 20)
  416. Me.dtpLiquidacionCompra.TabIndex = 60
  417. '
  418. 'Label2
  419. '
  420. Me.Label2.AutoSize = True
  421. Me.Label2.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  422. Me.Label2.Location = New System.Drawing.Point(47, 242)
  423. Me.Label2.Name = "Label2"
  424. Me.Label2.Size = New System.Drawing.Size(117, 18)
  425. Me.Label2.TabIndex = 61
  426. Me.Label2.Text = "Fecha Vencimiento"
  427. '
  428. 'Label3
  429. '
  430. Me.Label3.AutoSize = True
  431. Me.Label3.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  432. Me.Label3.Location = New System.Drawing.Point(47, 221)
  433. Me.Label3.Name = "Label3"
  434. Me.Label3.Size = New System.Drawing.Size(113, 18)
  435. Me.Label3.TabIndex = 62
  436. Me.Label3.Text = "Fecha Liquidación"
  437. '
  438. 'Label4
  439. '
  440. Me.Label4.AutoSize = True
  441. Me.Label4.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  442. Me.Label4.Location = New System.Drawing.Point(45, 426)
  443. Me.Label4.Name = "Label4"
  444. Me.Label4.Size = New System.Drawing.Size(81, 18)
  445. Me.Label4.TabIndex = 163
  446. Me.Label4.Text = "Rendimiento"
  447. '
  448. 'Label5
  449. '
  450. Me.Label5.AutoSize = True
  451. Me.Label5.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  452. Me.Label5.Location = New System.Drawing.Point(45, 408)
  453. Me.Label5.Name = "Label5"
  454. Me.Label5.Size = New System.Drawing.Size(112, 18)
  455. Me.Label5.TabIndex = 164
  456. Me.Label5.Text = "Ganancia/Perdida"
  457. '
  458. 'txtGananciaPerdida
  459. '
  460. Me.txtGananciaPerdida.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  461. Me.txtGananciaPerdida.Location = New System.Drawing.Point(13, 256)
  462. Me.txtGananciaPerdida.Name = "txtGananciaPerdida"
  463. Me.txtGananciaPerdida.ReadOnly = True
  464. Me.txtGananciaPerdida.Size = New System.Drawing.Size(140, 20)
  465. Me.txtGananciaPerdida.TabIndex = 165
  466. '
  467. 'txtRendimiento
  468. '
  469. Me.txtRendimiento.Font = New System.Drawing.Font("Trebuchet MS", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  470. Me.txtRendimiento.Location = New System.Drawing.Point(13, 277)
  471. Me.txtRendimiento.Name = "txtRendimiento"
  472. Me.txtRendimiento.ReadOnly = True
  473. Me.txtRendimiento.Size = New System.Drawing.Size(140, 20)
  474. Me.txtRendimiento.TabIndex = 166
  475. '
  476. 'lblTitulo
  477. '
  478. Me.lblTitulo.AutoSize = True
  479. Me.lblTitulo.Font = New System.Drawing.Font("Trebuchet MS", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  480. Me.lblTitulo.Location = New System.Drawing.Point(293, 25)
  481. Me.lblTitulo.Name = "lblTitulo"
  482. Me.lblTitulo.Size = New System.Drawing.Size(77, 24)
  483. Me.lblTitulo.TabIndex = 167
  484. Me.lblTitulo.Text = "Futuros"
  485. '
  486. 'cboOperacionVenta
  487. '
  488. Me.cboOperacionVenta.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  489. Me.cboOperacionVenta.FormattingEnabled = True
  490. Me.cboOperacionVenta.Items.AddRange(New Object() {"Corto", "Largo"})
  491. Me.cboOperacionVenta.Location = New System.Drawing.Point(234, 65)
  492. Me.cboOperacionVenta.Name = "cboOperacionVenta"
  493. Me.cboOperacionVenta.Size = New System.Drawing.Size(166, 21)
  494. Me.cboOperacionVenta.TabIndex = 169
  495. '
  496. 'GrpCompra
  497. '
  498. Me.GrpCompra.Controls.Add(Me.txtCantidadContratosCompra)
  499. Me.GrpCompra.Controls.Add(Me.txtUnidadesContratoCompra)
  500. Me.GrpCompra.Controls.Add(Me.txtValorUnidadCompra)
  501. Me.GrpCompra.Controls.Add(Me.txtValorTransadoCompra)
  502. Me.GrpCompra.Controls.Add(Me.txtRendimiento)
  503. Me.GrpCompra.Controls.Add(Me.txtValorRecibidoCompra)
  504. Me.GrpCompra.Controls.Add(Me.txtGananciaPerdida)
  505. Me.GrpCompra.Controls.Add(Me.txtComisionBrokerCompra)
  506. Me.GrpCompra.Controls.Add(Me.txtIdentificacionContratoCompra)
  507. Me.GrpCompra.Controls.Add(Me.dtpOperacionCompra)
  508. Me.GrpCompra.Controls.Add(Me.dtpVencimientoCompra)
  509. Me.GrpCompra.Controls.Add(Me.dtpLiquidacionCompra)
  510. Me.GrpCompra.Controls.Add(Me.Label18)
  511. Me.GrpCompra.Location = New System.Drawing.Point(234, 150)
  512. Me.GrpCompra.Name = "GrpCompra"
  513. Me.GrpCompra.Size = New System.Drawing.Size(166, 320)
  514. Me.GrpCompra.TabIndex = 171
  515. Me.GrpCompra.TabStop = False
  516. '
  517. 'GrpVenta
  518. '
  519. Me.GrpVenta.Controls.Add(Me.dtpVencimientoVenta)
  520. Me.GrpVenta.Controls.Add(Me.txtValorUnidadVenta)
  521. Me.GrpVenta.Controls.Add(Me.txtValorTransadoVenta)
  522. Me.GrpVenta.Controls.Add(Me.txtUnidadesContratoVenta)
  523. Me.GrpVenta.Controls.Add(Me.txtComisionBrokerVenta)
  524. Me.GrpVenta.Controls.Add(Me.txtCantidadContratosVenta)
  525. Me.GrpVenta.Controls.Add(Me.txtValorRecibidoVenta)
  526. Me.GrpVenta.Controls.Add(Me.dtpOperacionVenta)
  527. Me.GrpVenta.Controls.Add(Me.txtIdentificacionContratoVenta)
  528. Me.GrpVenta.Controls.Add(Me.dtpLiquidacionVenta)
  529. Me.GrpVenta.Controls.Add(Me.Label19)
  530. Me.GrpVenta.Location = New System.Drawing.Point(438, 150)
  531. Me.GrpVenta.Name = "GrpVenta"
  532. Me.GrpVenta.Size = New System.Drawing.Size(169, 320)
  533. Me.GrpVenta.TabIndex = 172
  534. Me.GrpVenta.TabStop = False
  535. '
  536. 'EcalriTableAdapter1
  537. '
  538. Me.EcalriTableAdapter1.ClearBeforeFill = True
  539. '
  540. 'btnVenderTitulo
  541. '
  542. Me.btnVenderTitulo.Location = New System.Drawing.Point(454, 49)
  543. Me.btnVenderTitulo.Name = "btnVenderTitulo"
  544. Me.btnVenderTitulo.Size = New System.Drawing.Size(75, 51)
  545. Me.btnVenderTitulo.TabIndex = 173
  546. Me.btnVenderTitulo.Text = "Vender Titulo"
  547. Me.btnVenderTitulo.UseVisualStyleBackColor = True
  548. Me.btnVenderTitulo.Visible = False
  549. '
  550. 'frmFuturos
  551. '
  552. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  553. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  554. Me.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink
  555. Me.ClientSize = New System.Drawing.Size(654, 518)
  556. Me.Controls.Add(Me.btnVenderTitulo)
  557. Me.Controls.Add(Me.GrpVenta)
  558. Me.Controls.Add(Me.GrpCompra)
  559. Me.Controls.Add(Me.cboOperacionVenta)
  560. Me.Controls.Add(Me.lblTitulo)
  561. Me.Controls.Add(Me.Label5)
  562. Me.Controls.Add(Me.Label4)
  563. Me.Controls.Add(Me.Label3)
  564. Me.Controls.Add(Me.btnCancelar)
  565. Me.Controls.Add(Me.Label2)
  566. Me.Controls.Add(Me.btnAceptar)
  567. Me.Controls.Add(Me.BindingNavigator1)
  568. Me.Controls.Add(Me.Label9)
  569. Me.Controls.Add(Me.Label16)
  570. Me.Controls.Add(Me.Label8)
  571. Me.Controls.Add(Me.Label14)
  572. Me.Controls.Add(Me.Label1)
  573. Me.Controls.Add(Me.Label11)
  574. Me.Controls.Add(Me.Label13)
  575. Me.Controls.Add(Me.Label6)
  576. Me.MaximizeBox = False
  577. Me.Name = "frmFuturos"
  578. Me.Text = "9"
  579. CType(Me.BindingNavigator1, System.ComponentModel.ISupportInitialize).EndInit()
  580. Me.BindingNavigator1.ResumeLayout(False)
  581. Me.BindingNavigator1.PerformLayout()
  582. Me.GrpCompra.ResumeLayout(False)
  583. Me.GrpCompra.PerformLayout()
  584. Me.GrpVenta.ResumeLayout(False)
  585. Me.GrpVenta.PerformLayout()
  586. Me.ResumeLayout(False)
  587. Me.PerformLayout()
  588. End Sub
  589. Friend WithEvents BindingNavigator1 As BindingNavigator
  590. Friend WithEvents BindingNavigatorSeparator As ToolStripSeparator
  591. Friend WithEvents navModificar As ToolStripButton
  592. Friend WithEvents navNuevo As ToolStripButton
  593. Friend WithEvents navEliminar As ToolStripButton
  594. Friend WithEvents txtIdentificacionContratoCompra As TextBox
  595. Friend WithEvents Label16 As Label
  596. Friend WithEvents txtValorRecibidoVenta As TextBox
  597. Friend WithEvents Label14 As Label
  598. Friend WithEvents txtComisionBrokerVenta As TextBox
  599. Friend WithEvents Label1 As Label
  600. Friend WithEvents txtCantidadContratosCompra As TextBox
  601. Friend WithEvents Label13 As Label
  602. Friend WithEvents txtValorTransadoVenta As TextBox
  603. Friend WithEvents Label18 As Label
  604. Friend WithEvents txtUnidadesContratoCompra As TextBox
  605. Friend WithEvents Label19 As Label
  606. Friend WithEvents txtValorUnidadVenta As TextBox
  607. Friend WithEvents txtValorUnidadCompra As TextBox
  608. Friend WithEvents Label6 As Label
  609. Friend WithEvents Label11 As Label
  610. Friend WithEvents dtpOperacionCompra As DateTimePicker
  611. Friend WithEvents txtUnidadesContratoVenta As TextBox
  612. Friend WithEvents txtValorTransadoCompra As TextBox
  613. Friend WithEvents txtCantidadContratosVenta As TextBox
  614. Friend WithEvents Label8 As Label
  615. Friend WithEvents txtValorRecibidoCompra As TextBox
  616. Friend WithEvents txtComisionBrokerCompra As TextBox
  617. Friend WithEvents Label9 As Label
  618. Friend WithEvents txtIdentificacionContratoVenta As TextBox
  619. Friend WithEvents Label3 As Label
  620. Friend WithEvents Label2 As Label
  621. Friend WithEvents dtpLiquidacionCompra As DateTimePicker
  622. Friend WithEvents dtpLiquidacionVenta As DateTimePicker
  623. Friend WithEvents dtpVencimientoCompra As DateTimePicker
  624. Friend WithEvents dtpVencimientoVenta As DateTimePicker
  625. Friend WithEvents dtpOperacionVenta As DateTimePicker
  626. Friend WithEvents btnCancelar As Button
  627. Friend WithEvents btnAceptar As Button
  628. Friend WithEvents Label4 As Label
  629. Friend WithEvents Label5 As Label
  630. Friend WithEvents txtGananciaPerdida As TextBox
  631. Friend WithEvents txtRendimiento As TextBox
  632. Friend WithEvents lblTitulo As Label
  633. Friend WithEvents cboOperacionVenta As ComboBox
  634. Friend WithEvents GrpCompra As GroupBox
  635. Friend WithEvents GrpVenta As GroupBox
  636. Friend WithEvents EcalriTableAdapter1 As dsInversionesTableAdapters.ECALRITableAdapter
  637. Friend WithEvents btnVenderTitulo As Button
  638. End Class