frmPropuestasDeInversion.Designer.vb 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
  2. Partial Class frmPropuestasDeInversion
  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. Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmPropuestasDeInversion))
  23. Me.Label1 = New System.Windows.Forms.Label()
  24. Me.txtCodigoPropuesta = New System.Windows.Forms.TextBox()
  25. Me.Label4 = New System.Windows.Forms.Label()
  26. Me.txtAsunto = New System.Windows.Forms.TextBox()
  27. Me.Label2 = New System.Windows.Forms.Label()
  28. Me.Label5 = New System.Windows.Forms.Label()
  29. Me.Label6 = New System.Windows.Forms.Label()
  30. Me.Label7 = New System.Windows.Forms.Label()
  31. Me.Label11 = New System.Windows.Forms.Label()
  32. Me.cboCalificacionDeRiesgo = New System.Windows.Forms.ComboBox()
  33. Me.Label12 = New System.Windows.Forms.Label()
  34. Me.txtJustificacion = New System.Windows.Forms.TextBox()
  35. Me.Label8 = New System.Windows.Forms.Label()
  36. Me.txtComentarios = New System.Windows.Forms.TextBox()
  37. Me.Label9 = New System.Windows.Forms.Label()
  38. Me.txtMontoInversion = New System.Windows.Forms.TextBox()
  39. Me.Label10 = New System.Windows.Forms.Label()
  40. Me.Label13 = New System.Windows.Forms.Label()
  41. Me.cboOrigenDeFodos = New System.Windows.Forms.ComboBox()
  42. Me.txtRendimiento = New System.Windows.Forms.TextBox()
  43. Me.Label14 = New System.Windows.Forms.Label()
  44. Me.txtIngresos = New System.Windows.Forms.TextBox()
  45. Me.Label16 = New System.Windows.Forms.Label()
  46. Me.Panel1 = New System.Windows.Forms.Panel()
  47. Me.btnLimpiar = New System.Windows.Forms.Button()
  48. Me.btnCancelar = New System.Windows.Forms.Button()
  49. Me.btnAccion = New System.Windows.Forms.Button()
  50. Me.Label18 = New System.Windows.Forms.Label()
  51. Me.cboEstado = New System.Windows.Forms.ComboBox()
  52. Me.txtPrecio = New System.Windows.Forms.TextBox()
  53. Me.Label19 = New System.Windows.Forms.Label()
  54. Me.gbTipoOperacion = New System.Windows.Forms.GroupBox()
  55. Me.rbtnVenta = New System.Windows.Forms.RadioButton()
  56. Me.rbtnCompra = New System.Windows.Forms.RadioButton()
  57. Me.ToolStrip1 = New System.Windows.Forms.ToolStrip()
  58. Me.btnNuevo = New System.Windows.Forms.ToolStripButton()
  59. Me.ToolStripLabel1 = New System.Windows.Forms.ToolStripLabel()
  60. Me.btnBuscar = New System.Windows.Forms.ToolStripButton()
  61. Me.ToolStripLabel2 = New System.Windows.Forms.ToolStripLabel()
  62. Me.btnImprimir = New System.Windows.Forms.ToolStripButton()
  63. Me.ToolStripLabel3 = New System.Windows.Forms.ToolStripLabel()
  64. Me.cboEmpresas = New System.Windows.Forms.ComboBox()
  65. Me.cboInstrumentosFinancieros = New System.Windows.Forms.ComboBox()
  66. Me.cboEmisores = New System.Windows.Forms.ComboBox()
  67. Me.cboCalificadoraDeRiesgo = New System.Windows.Forms.ComboBox()
  68. Me.btnDetallerIF = New System.Windows.Forms.Button()
  69. Me.Panel1.SuspendLayout()
  70. Me.gbTipoOperacion.SuspendLayout()
  71. Me.ToolStrip1.SuspendLayout()
  72. Me.SuspendLayout()
  73. '
  74. 'Label1
  75. '
  76. Me.Label1.AutoSize = True
  77. Me.Label1.Font = New System.Drawing.Font("Trebuchet MS", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  78. Me.Label1.Location = New System.Drawing.Point(20, 33)
  79. Me.Label1.Name = "Label1"
  80. Me.Label1.Size = New System.Drawing.Size(223, 24)
  81. Me.Label1.TabIndex = 1
  82. Me.Label1.Text = "Propuestas de Inversión"
  83. '
  84. 'txtCodigoPropuesta
  85. '
  86. Me.txtCodigoPropuesta.Location = New System.Drawing.Point(104, 77)
  87. Me.txtCodigoPropuesta.Name = "txtCodigoPropuesta"
  88. Me.txtCodigoPropuesta.ReadOnly = True
  89. Me.txtCodigoPropuesta.Size = New System.Drawing.Size(170, 20)
  90. Me.txtCodigoPropuesta.TabIndex = 15
  91. '
  92. 'Label4
  93. '
  94. Me.Label4.AutoSize = True
  95. Me.Label4.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  96. Me.Label4.Location = New System.Drawing.Point(20, 78)
  97. Me.Label4.Name = "Label4"
  98. Me.Label4.Size = New System.Drawing.Size(48, 18)
  99. Me.Label4.TabIndex = 10
  100. Me.Label4.Text = "Código"
  101. '
  102. 'txtAsunto
  103. '
  104. Me.txtAsunto.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  105. Me.txtAsunto.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  106. Me.txtAsunto.Location = New System.Drawing.Point(104, 99)
  107. Me.txtAsunto.Name = "txtAsunto"
  108. Me.txtAsunto.Size = New System.Drawing.Size(497, 20)
  109. Me.txtAsunto.TabIndex = 1
  110. '
  111. 'Label2
  112. '
  113. Me.Label2.AutoSize = True
  114. Me.Label2.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  115. Me.Label2.Location = New System.Drawing.Point(20, 100)
  116. Me.Label2.Name = "Label2"
  117. Me.Label2.Size = New System.Drawing.Size(48, 18)
  118. Me.Label2.TabIndex = 8
  119. Me.Label2.Text = "Asunto"
  120. '
  121. 'Label5
  122. '
  123. Me.Label5.AutoSize = True
  124. Me.Label5.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  125. Me.Label5.Location = New System.Drawing.Point(22, 123)
  126. Me.Label5.Name = "Label5"
  127. Me.Label5.Size = New System.Drawing.Size(58, 18)
  128. Me.Label5.TabIndex = 15
  129. Me.Label5.Text = "Empresa"
  130. '
  131. 'Label6
  132. '
  133. Me.Label6.AutoSize = True
  134. Me.Label6.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  135. Me.Label6.Location = New System.Drawing.Point(22, 147)
  136. Me.Label6.Name = "Label6"
  137. Me.Label6.Size = New System.Drawing.Size(79, 18)
  138. Me.Label6.TabIndex = 17
  139. Me.Label6.Text = "Instrumento"
  140. '
  141. 'Label7
  142. '
  143. Me.Label7.AutoSize = True
  144. Me.Label7.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  145. Me.Label7.Location = New System.Drawing.Point(22, 171)
  146. Me.Label7.Name = "Label7"
  147. Me.Label7.Size = New System.Drawing.Size(48, 18)
  148. Me.Label7.TabIndex = 19
  149. Me.Label7.Text = "Emisor"
  150. '
  151. 'Label11
  152. '
  153. Me.Label11.AutoSize = True
  154. Me.Label11.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  155. Me.Label11.Location = New System.Drawing.Point(289, 123)
  156. Me.Label11.Name = "Label11"
  157. Me.Label11.Size = New System.Drawing.Size(137, 18)
  158. Me.Label11.TabIndex = 23
  159. Me.Label11.Text = "Calificación de Riesgo"
  160. '
  161. 'cboCalificacionDeRiesgo
  162. '
  163. Me.cboCalificacionDeRiesgo.DisplayMember = "Codigo"
  164. Me.cboCalificacionDeRiesgo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  165. Me.cboCalificacionDeRiesgo.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  166. Me.cboCalificacionDeRiesgo.FormattingEnabled = True
  167. Me.cboCalificacionDeRiesgo.Location = New System.Drawing.Point(431, 122)
  168. Me.cboCalificacionDeRiesgo.Name = "cboCalificacionDeRiesgo"
  169. Me.cboCalificacionDeRiesgo.Size = New System.Drawing.Size(170, 21)
  170. Me.cboCalificacionDeRiesgo.TabIndex = 5
  171. Me.cboCalificacionDeRiesgo.ValueMember = "Codigo"
  172. '
  173. 'Label12
  174. '
  175. Me.Label12.AutoSize = True
  176. Me.Label12.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  177. Me.Label12.Location = New System.Drawing.Point(289, 147)
  178. Me.Label12.Name = "Label12"
  179. Me.Label12.Size = New System.Drawing.Size(78, 18)
  180. Me.Label12.TabIndex = 25
  181. Me.Label12.Text = "Calificadora"
  182. '
  183. 'txtJustificacion
  184. '
  185. Me.txtJustificacion.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  186. Me.txtJustificacion.Location = New System.Drawing.Point(354, 294)
  187. Me.txtJustificacion.Multiline = True
  188. Me.txtJustificacion.Name = "txtJustificacion"
  189. Me.txtJustificacion.Size = New System.Drawing.Size(289, 79)
  190. Me.txtJustificacion.TabIndex = 19
  191. '
  192. 'Label8
  193. '
  194. Me.Label8.AutoSize = True
  195. Me.Label8.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  196. Me.Label8.Location = New System.Drawing.Point(454, 271)
  197. Me.Label8.Name = "Label8"
  198. Me.Label8.Size = New System.Drawing.Size(82, 18)
  199. Me.Label8.TabIndex = 26
  200. Me.Label8.Text = "Justificación"
  201. '
  202. 'txtComentarios
  203. '
  204. Me.txtComentarios.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  205. Me.txtComentarios.Location = New System.Drawing.Point(23, 294)
  206. Me.txtComentarios.Multiline = True
  207. Me.txtComentarios.Name = "txtComentarios"
  208. Me.txtComentarios.Size = New System.Drawing.Size(312, 79)
  209. Me.txtComentarios.TabIndex = 20
  210. '
  211. 'Label9
  212. '
  213. Me.Label9.AutoSize = True
  214. Me.Label9.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  215. Me.Label9.Location = New System.Drawing.Point(20, 272)
  216. Me.Label9.Name = "Label9"
  217. Me.Label9.Size = New System.Drawing.Size(82, 18)
  218. Me.Label9.TabIndex = 28
  219. Me.Label9.Text = "Comentarios"
  220. '
  221. 'txtMontoInversion
  222. '
  223. Me.txtMontoInversion.Location = New System.Drawing.Point(782, 306)
  224. Me.txtMontoInversion.Name = "txtMontoInversion"
  225. Me.txtMontoInversion.Size = New System.Drawing.Size(156, 20)
  226. Me.txtMontoInversion.TabIndex = 11
  227. Me.txtMontoInversion.Visible = False
  228. '
  229. 'Label10
  230. '
  231. Me.Label10.AutoSize = True
  232. Me.Label10.Location = New System.Drawing.Point(668, 309)
  233. Me.Label10.Name = "Label10"
  234. Me.Label10.Size = New System.Drawing.Size(83, 13)
  235. Me.Label10.TabIndex = 30
  236. Me.Label10.Text = "Monto Inversión"
  237. Me.Label10.Visible = False
  238. '
  239. 'Label13
  240. '
  241. Me.Label13.AutoSize = True
  242. Me.Label13.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  243. Me.Label13.Location = New System.Drawing.Point(289, 171)
  244. Me.Label13.Name = "Label13"
  245. Me.Label13.Size = New System.Drawing.Size(130, 18)
  246. Me.Label13.TabIndex = 33
  247. Me.Label13.Text = "Origen de los Fondos"
  248. '
  249. 'cboOrigenDeFodos
  250. '
  251. Me.cboOrigenDeFodos.DisplayMember = "Nombre"
  252. Me.cboOrigenDeFodos.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  253. Me.cboOrigenDeFodos.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  254. Me.cboOrigenDeFodos.FormattingEnabled = True
  255. Me.cboOrigenDeFodos.Location = New System.Drawing.Point(431, 170)
  256. Me.cboOrigenDeFodos.Name = "cboOrigenDeFodos"
  257. Me.cboOrigenDeFodos.Size = New System.Drawing.Size(170, 21)
  258. Me.cboOrigenDeFodos.TabIndex = 7
  259. '
  260. 'txtRendimiento
  261. '
  262. Me.txtRendimiento.Location = New System.Drawing.Point(782, 358)
  263. Me.txtRendimiento.Name = "txtRendimiento"
  264. Me.txtRendimiento.Size = New System.Drawing.Size(156, 20)
  265. Me.txtRendimiento.TabIndex = 13
  266. Me.txtRendimiento.Visible = False
  267. '
  268. 'Label14
  269. '
  270. Me.Label14.AutoSize = True
  271. Me.Label14.Location = New System.Drawing.Point(668, 361)
  272. Me.Label14.Name = "Label14"
  273. Me.Label14.Size = New System.Drawing.Size(66, 13)
  274. Me.Label14.TabIndex = 34
  275. Me.Label14.Text = "Rendimiento"
  276. Me.Label14.Visible = False
  277. '
  278. 'txtIngresos
  279. '
  280. Me.txtIngresos.Location = New System.Drawing.Point(782, 384)
  281. Me.txtIngresos.Name = "txtIngresos"
  282. Me.txtIngresos.Size = New System.Drawing.Size(156, 20)
  283. Me.txtIngresos.TabIndex = 14
  284. Me.txtIngresos.Visible = False
  285. '
  286. 'Label16
  287. '
  288. Me.Label16.AutoSize = True
  289. Me.Label16.Location = New System.Drawing.Point(668, 387)
  290. Me.Label16.Name = "Label16"
  291. Me.Label16.Size = New System.Drawing.Size(47, 13)
  292. Me.Label16.TabIndex = 38
  293. Me.Label16.Text = "Ingresos"
  294. Me.Label16.Visible = False
  295. '
  296. 'Panel1
  297. '
  298. Me.Panel1.Controls.Add(Me.btnLimpiar)
  299. Me.Panel1.Controls.Add(Me.btnCancelar)
  300. Me.Panel1.Controls.Add(Me.btnAccion)
  301. Me.Panel1.Dock = System.Windows.Forms.DockStyle.Bottom
  302. Me.Panel1.Location = New System.Drawing.Point(0, 545)
  303. Me.Panel1.Name = "Panel1"
  304. Me.Panel1.Size = New System.Drawing.Size(1132, 70)
  305. Me.Panel1.TabIndex = 42
  306. '
  307. 'btnLimpiar
  308. '
  309. Me.btnLimpiar.BackColor = System.Drawing.Color.DarkGray
  310. Me.btnLimpiar.FlatAppearance.BorderSize = 0
  311. Me.btnLimpiar.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  312. Me.btnLimpiar.ForeColor = System.Drawing.Color.White
  313. Me.btnLimpiar.Location = New System.Drawing.Point(354, 14)
  314. Me.btnLimpiar.Name = "btnLimpiar"
  315. Me.btnLimpiar.Size = New System.Drawing.Size(163, 32)
  316. Me.btnLimpiar.TabIndex = 3
  317. Me.btnLimpiar.Text = "Limpiar"
  318. Me.btnLimpiar.UseVisualStyleBackColor = False
  319. '
  320. 'btnCancelar
  321. '
  322. Me.btnCancelar.BackColor = System.Drawing.Color.DarkGray
  323. Me.btnCancelar.FlatAppearance.BorderSize = 0
  324. Me.btnCancelar.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  325. Me.btnCancelar.ForeColor = System.Drawing.Color.White
  326. Me.btnCancelar.Location = New System.Drawing.Point(185, 14)
  327. Me.btnCancelar.Name = "btnCancelar"
  328. Me.btnCancelar.Size = New System.Drawing.Size(163, 32)
  329. Me.btnCancelar.TabIndex = 1
  330. Me.btnCancelar.Text = "Cancelar"
  331. Me.btnCancelar.UseVisualStyleBackColor = False
  332. '
  333. 'btnAccion
  334. '
  335. Me.btnAccion.BackColor = System.Drawing.Color.FromArgb(CType(CType(21, Byte), Integer), CType(CType(81, Byte), Integer), CType(CType(118, Byte), Integer))
  336. Me.btnAccion.FlatAppearance.BorderSize = 0
  337. Me.btnAccion.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  338. Me.btnAccion.ForeColor = System.Drawing.Color.White
  339. Me.btnAccion.Location = New System.Drawing.Point(12, 14)
  340. Me.btnAccion.Name = "btnAccion"
  341. Me.btnAccion.Size = New System.Drawing.Size(163, 32)
  342. Me.btnAccion.TabIndex = 0
  343. Me.btnAccion.Text = "Aceptar"
  344. Me.btnAccion.UseVisualStyleBackColor = False
  345. '
  346. 'Label18
  347. '
  348. Me.Label18.AutoSize = True
  349. Me.Label18.Font = New System.Drawing.Font("Trebuchet MS", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  350. Me.Label18.Location = New System.Drawing.Point(289, 79)
  351. Me.Label18.Name = "Label18"
  352. Me.Label18.Size = New System.Drawing.Size(47, 18)
  353. Me.Label18.TabIndex = 44
  354. Me.Label18.Text = "Estado"
  355. '
  356. 'cboEstado
  357. '
  358. Me.cboEstado.DisplayMember = "Nombre"
  359. Me.cboEstado.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  360. Me.cboEstado.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  361. Me.cboEstado.FormattingEnabled = True
  362. Me.cboEstado.Location = New System.Drawing.Point(431, 76)
  363. Me.cboEstado.Name = "cboEstado"
  364. Me.cboEstado.Size = New System.Drawing.Size(170, 21)
  365. Me.cboEstado.TabIndex = 16
  366. '
  367. 'txtPrecio
  368. '
  369. Me.txtPrecio.Location = New System.Drawing.Point(782, 331)
  370. Me.txtPrecio.Name = "txtPrecio"
  371. Me.txtPrecio.Size = New System.Drawing.Size(156, 20)
  372. Me.txtPrecio.TabIndex = 12
  373. Me.txtPrecio.Visible = False
  374. '
  375. 'Label19
  376. '
  377. Me.Label19.AutoSize = True
  378. Me.Label19.Location = New System.Drawing.Point(668, 331)
  379. Me.Label19.Name = "Label19"
  380. Me.Label19.Size = New System.Drawing.Size(37, 13)
  381. Me.Label19.TabIndex = 45
  382. Me.Label19.Text = "Precio"
  383. Me.Label19.Visible = False
  384. '
  385. 'gbTipoOperacion
  386. '
  387. Me.gbTipoOperacion.Controls.Add(Me.rbtnVenta)
  388. Me.gbTipoOperacion.Controls.Add(Me.rbtnCompra)
  389. Me.gbTipoOperacion.Location = New System.Drawing.Point(630, 79)
  390. Me.gbTipoOperacion.Name = "gbTipoOperacion"
  391. Me.gbTipoOperacion.Size = New System.Drawing.Size(158, 59)
  392. Me.gbTipoOperacion.TabIndex = 48
  393. Me.gbTipoOperacion.TabStop = False
  394. Me.gbTipoOperacion.Text = "Operación"
  395. '
  396. 'rbtnVenta
  397. '
  398. Me.rbtnVenta.AutoSize = True
  399. Me.rbtnVenta.Location = New System.Drawing.Point(79, 19)
  400. Me.rbtnVenta.Name = "rbtnVenta"
  401. Me.rbtnVenta.Size = New System.Drawing.Size(53, 17)
  402. Me.rbtnVenta.TabIndex = 1
  403. Me.rbtnVenta.Text = "Venta"
  404. Me.rbtnVenta.UseVisualStyleBackColor = True
  405. '
  406. 'rbtnCompra
  407. '
  408. Me.rbtnCompra.AutoSize = True
  409. Me.rbtnCompra.Location = New System.Drawing.Point(15, 19)
  410. Me.rbtnCompra.Name = "rbtnCompra"
  411. Me.rbtnCompra.Size = New System.Drawing.Size(61, 17)
  412. Me.rbtnCompra.TabIndex = 0
  413. Me.rbtnCompra.Text = "Compra"
  414. Me.rbtnCompra.UseVisualStyleBackColor = True
  415. '
  416. 'ToolStrip1
  417. '
  418. Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.btnNuevo, Me.ToolStripLabel1, Me.btnBuscar, Me.ToolStripLabel2, Me.btnImprimir, Me.ToolStripLabel3})
  419. Me.ToolStrip1.Location = New System.Drawing.Point(0, 0)
  420. Me.ToolStrip1.Name = "ToolStrip1"
  421. Me.ToolStrip1.Size = New System.Drawing.Size(1132, 25)
  422. Me.ToolStrip1.TabIndex = 153
  423. Me.ToolStrip1.Text = "ToolStrip1"
  424. '
  425. 'btnNuevo
  426. '
  427. Me.btnNuevo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  428. Me.btnNuevo.Image = CType(resources.GetObject("btnNuevo.Image"), System.Drawing.Image)
  429. Me.btnNuevo.ImageTransparentColor = System.Drawing.Color.Magenta
  430. Me.btnNuevo.Name = "btnNuevo"
  431. Me.btnNuevo.Size = New System.Drawing.Size(23, 22)
  432. Me.btnNuevo.Text = "ToolStripButton1"
  433. '
  434. 'ToolStripLabel1
  435. '
  436. Me.ToolStripLabel1.Name = "ToolStripLabel1"
  437. Me.ToolStripLabel1.Size = New System.Drawing.Size(42, 22)
  438. Me.ToolStripLabel1.Text = "Nuevo"
  439. '
  440. 'btnBuscar
  441. '
  442. Me.btnBuscar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  443. Me.btnBuscar.Image = CType(resources.GetObject("btnBuscar.Image"), System.Drawing.Image)
  444. Me.btnBuscar.ImageTransparentColor = System.Drawing.Color.Magenta
  445. Me.btnBuscar.Name = "btnBuscar"
  446. Me.btnBuscar.Size = New System.Drawing.Size(23, 22)
  447. Me.btnBuscar.Text = "ToolStripButton1"
  448. '
  449. 'ToolStripLabel2
  450. '
  451. Me.ToolStripLabel2.Name = "ToolStripLabel2"
  452. Me.ToolStripLabel2.Size = New System.Drawing.Size(42, 22)
  453. Me.ToolStripLabel2.Text = "Buscar"
  454. '
  455. 'btnImprimir
  456. '
  457. Me.btnImprimir.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  458. Me.btnImprimir.Image = CType(resources.GetObject("btnImprimir.Image"), System.Drawing.Image)
  459. Me.btnImprimir.ImageTransparentColor = System.Drawing.Color.Magenta
  460. Me.btnImprimir.Name = "btnImprimir"
  461. Me.btnImprimir.Size = New System.Drawing.Size(23, 22)
  462. Me.btnImprimir.Text = "ToolStripButton1"
  463. '
  464. 'ToolStripLabel3
  465. '
  466. Me.ToolStripLabel3.Name = "ToolStripLabel3"
  467. Me.ToolStripLabel3.Size = New System.Drawing.Size(53, 22)
  468. Me.ToolStripLabel3.Text = "Imprimir"
  469. '
  470. 'cboEmpresas
  471. '
  472. Me.cboEmpresas.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  473. Me.cboEmpresas.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  474. Me.cboEmpresas.FormattingEnabled = True
  475. Me.cboEmpresas.Location = New System.Drawing.Point(104, 122)
  476. Me.cboEmpresas.Name = "cboEmpresas"
  477. Me.cboEmpresas.Size = New System.Drawing.Size(170, 21)
  478. Me.cboEmpresas.TabIndex = 2
  479. '
  480. 'cboInstrumentosFinancieros
  481. '
  482. Me.cboInstrumentosFinancieros.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  483. Me.cboInstrumentosFinancieros.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  484. Me.cboInstrumentosFinancieros.FormattingEnabled = True
  485. Me.cboInstrumentosFinancieros.Location = New System.Drawing.Point(104, 146)
  486. Me.cboInstrumentosFinancieros.Name = "cboInstrumentosFinancieros"
  487. Me.cboInstrumentosFinancieros.Size = New System.Drawing.Size(170, 21)
  488. Me.cboInstrumentosFinancieros.TabIndex = 3
  489. '
  490. 'cboEmisores
  491. '
  492. Me.cboEmisores.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  493. Me.cboEmisores.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  494. Me.cboEmisores.FormattingEnabled = True
  495. Me.cboEmisores.Location = New System.Drawing.Point(104, 170)
  496. Me.cboEmisores.Name = "cboEmisores"
  497. Me.cboEmisores.Size = New System.Drawing.Size(170, 21)
  498. Me.cboEmisores.TabIndex = 4
  499. '
  500. 'cboCalificadoraDeRiesgo
  501. '
  502. Me.cboCalificadoraDeRiesgo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  503. Me.cboCalificadoraDeRiesgo.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  504. Me.cboCalificadoraDeRiesgo.FormattingEnabled = True
  505. Me.cboCalificadoraDeRiesgo.Location = New System.Drawing.Point(431, 146)
  506. Me.cboCalificadoraDeRiesgo.Name = "cboCalificadoraDeRiesgo"
  507. Me.cboCalificadoraDeRiesgo.Size = New System.Drawing.Size(170, 21)
  508. Me.cboCalificadoraDeRiesgo.TabIndex = 6
  509. '
  510. 'btnDetallerIF
  511. '
  512. Me.btnDetallerIF.BackColor = System.Drawing.Color.FromArgb(CType(CType(21, Byte), Integer), CType(CType(81, Byte), Integer), CType(CType(118, Byte), Integer))
  513. Me.btnDetallerIF.FlatAppearance.BorderSize = 0
  514. Me.btnDetallerIF.FlatStyle = System.Windows.Forms.FlatStyle.Flat
  515. Me.btnDetallerIF.ForeColor = System.Drawing.Color.White
  516. Me.btnDetallerIF.Location = New System.Drawing.Point(25, 384)
  517. Me.btnDetallerIF.Name = "btnDetallerIF"
  518. Me.btnDetallerIF.Size = New System.Drawing.Size(163, 32)
  519. Me.btnDetallerIF.TabIndex = 154
  520. Me.btnDetallerIF.Text = "Detalles"
  521. Me.btnDetallerIF.UseVisualStyleBackColor = False
  522. '
  523. 'frmPropuestasDeInversion
  524. '
  525. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  526. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  527. Me.ClientSize = New System.Drawing.Size(1132, 615)
  528. Me.Controls.Add(Me.btnDetallerIF)
  529. Me.Controls.Add(Me.cboCalificadoraDeRiesgo)
  530. Me.Controls.Add(Me.cboEmisores)
  531. Me.Controls.Add(Me.cboInstrumentosFinancieros)
  532. Me.Controls.Add(Me.cboEmpresas)
  533. Me.Controls.Add(Me.ToolStrip1)
  534. Me.Controls.Add(Me.gbTipoOperacion)
  535. Me.Controls.Add(Me.txtPrecio)
  536. Me.Controls.Add(Me.Label19)
  537. Me.Controls.Add(Me.Label18)
  538. Me.Controls.Add(Me.cboEstado)
  539. Me.Controls.Add(Me.Panel1)
  540. Me.Controls.Add(Me.txtIngresos)
  541. Me.Controls.Add(Me.Label16)
  542. Me.Controls.Add(Me.txtRendimiento)
  543. Me.Controls.Add(Me.Label14)
  544. Me.Controls.Add(Me.Label13)
  545. Me.Controls.Add(Me.cboOrigenDeFodos)
  546. Me.Controls.Add(Me.txtMontoInversion)
  547. Me.Controls.Add(Me.Label10)
  548. Me.Controls.Add(Me.txtComentarios)
  549. Me.Controls.Add(Me.Label9)
  550. Me.Controls.Add(Me.txtJustificacion)
  551. Me.Controls.Add(Me.Label8)
  552. Me.Controls.Add(Me.Label12)
  553. Me.Controls.Add(Me.Label11)
  554. Me.Controls.Add(Me.cboCalificacionDeRiesgo)
  555. Me.Controls.Add(Me.Label7)
  556. Me.Controls.Add(Me.Label6)
  557. Me.Controls.Add(Me.Label5)
  558. Me.Controls.Add(Me.txtCodigoPropuesta)
  559. Me.Controls.Add(Me.Label4)
  560. Me.Controls.Add(Me.txtAsunto)
  561. Me.Controls.Add(Me.Label2)
  562. Me.Controls.Add(Me.Label1)
  563. Me.Name = "frmPropuestasDeInversion"
  564. Me.Text = "Propuesta de Inversion"
  565. Me.Panel1.ResumeLayout(False)
  566. Me.gbTipoOperacion.ResumeLayout(False)
  567. Me.gbTipoOperacion.PerformLayout()
  568. Me.ToolStrip1.ResumeLayout(False)
  569. Me.ToolStrip1.PerformLayout()
  570. Me.ResumeLayout(False)
  571. Me.PerformLayout()
  572. End Sub
  573. Friend WithEvents Label1 As Label
  574. Friend WithEvents txtCodigoPropuesta As TextBox
  575. Friend WithEvents Label4 As Label
  576. Friend WithEvents txtAsunto As TextBox
  577. Friend WithEvents Label2 As Label
  578. Friend WithEvents Label5 As Label
  579. Friend WithEvents Label6 As Label
  580. Friend WithEvents Label7 As Label
  581. Friend WithEvents Label11 As Label
  582. Friend WithEvents cboCalificacionDeRiesgo As ComboBox
  583. Friend WithEvents Label12 As Label
  584. Friend WithEvents txtJustificacion As TextBox
  585. Friend WithEvents Label8 As Label
  586. Friend WithEvents txtComentarios As TextBox
  587. Friend WithEvents Label9 As Label
  588. Friend WithEvents txtMontoInversion As TextBox
  589. Friend WithEvents Label10 As Label
  590. Friend WithEvents Label13 As Label
  591. Friend WithEvents cboOrigenDeFodos As ComboBox
  592. Friend WithEvents txtRendimiento As TextBox
  593. Friend WithEvents Label14 As Label
  594. Friend WithEvents txtIngresos As TextBox
  595. Friend WithEvents Label16 As Label
  596. Friend WithEvents Panel1 As Panel
  597. Friend WithEvents btnCancelar As Button
  598. Friend WithEvents btnAccion As Button
  599. Friend WithEvents Label18 As Label
  600. Friend WithEvents cboEstado As ComboBox
  601. Friend WithEvents txtPrecio As TextBox
  602. Friend WithEvents Label19 As Label
  603. Friend WithEvents gbTipoOperacion As GroupBox
  604. Friend WithEvents rbtnVenta As RadioButton
  605. Friend WithEvents rbtnCompra As RadioButton
  606. Friend WithEvents ToolStrip1 As ToolStrip
  607. Friend WithEvents btnNuevo As ToolStripButton
  608. Friend WithEvents ToolStripLabel1 As ToolStripLabel
  609. Friend WithEvents btnBuscar As ToolStripButton
  610. Friend WithEvents ToolStripLabel2 As ToolStripLabel
  611. Friend WithEvents btnLimpiar As Button
  612. Friend WithEvents cboEmpresas As ComboBox
  613. Friend WithEvents cboInstrumentosFinancieros As ComboBox
  614. Friend WithEvents cboEmisores As ComboBox
  615. Friend WithEvents cboCalificadoraDeRiesgo As ComboBox
  616. Friend WithEvents btnImprimir As ToolStripButton
  617. Friend WithEvents ToolStripLabel3 As ToolStripLabel
  618. Friend WithEvents btnDetallerIF As Button
  619. End Class