|
|
@@ -29,8 +29,8 @@ Partial Class frmPrincipal
|
|
|
Me.PanelMenu = New System.Windows.Forms.Panel()
|
|
|
Me.mnuPrincipal = New System.Windows.Forms.MenuStrip()
|
|
|
Me.mnuInicio = New System.Windows.Forms.ToolStripMenuItem()
|
|
|
- Me.mnuPropuestas = New System.Windows.Forms.ToolStripMenuItem()
|
|
|
Me.mnuInversiones = New System.Windows.Forms.ToolStripMenuItem()
|
|
|
+ Me.mnuPropuestas = New System.Windows.Forms.ToolStripMenuItem()
|
|
|
Me.mnuIngresos = New System.Windows.Forms.ToolStripMenuItem()
|
|
|
Me.mnuIngresosDashboards = New System.Windows.Forms.ToolStripMenuItem()
|
|
|
Me.mnuIngresosConsulta = New System.Windows.Forms.ToolStripMenuItem()
|
|
|
@@ -93,7 +93,7 @@ Partial Class frmPrincipal
|
|
|
Me.mnuPrincipal.BackColor = System.Drawing.Color.FromArgb(CType(CType(35, Byte), Integer), CType(CType(39, Byte), Integer), CType(CType(45, Byte), Integer))
|
|
|
Me.mnuPrincipal.Dock = System.Windows.Forms.DockStyle.None
|
|
|
Me.mnuPrincipal.Font = New System.Drawing.Font("Century Gothic", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
|
- Me.mnuPrincipal.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuInicio, Me.mnuPropuestas, Me.mnuInversiones, Me.mnuIngresos, Me.mnuDisponibilidades, Me.mnuPresupuesto, Me.mnuInformes, Me.mnuConfiguracion, Me.mnuRendimientos, Me.FToolStripMenuItem, Me.ArbitrajeToolStripMenuItem})
|
|
|
+ Me.mnuPrincipal.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuInicio, Me.mnuInversiones, Me.mnuPropuestas, Me.mnuIngresos, Me.mnuDisponibilidades, Me.mnuPresupuesto, Me.mnuInformes, Me.mnuConfiguracion, Me.mnuRendimientos, Me.FToolStripMenuItem, Me.ArbitrajeToolStripMenuItem})
|
|
|
Me.mnuPrincipal.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.VerticalStackWithOverflow
|
|
|
Me.mnuPrincipal.Location = New System.Drawing.Point(0, 120)
|
|
|
Me.mnuPrincipal.Name = "mnuPrincipal"
|
|
|
@@ -119,20 +119,6 @@ Partial Class frmPrincipal
|
|
|
Me.mnuInicio.ToolTipText = "Inicio"
|
|
|
Me.mnuInicio.Visible = False
|
|
|
'
|
|
|
- 'mnuPropuestas
|
|
|
- '
|
|
|
- Me.mnuPropuestas.AutoSize = False
|
|
|
- Me.mnuPropuestas.ForeColor = System.Drawing.Color.FromArgb(CType(CType(127, Byte), Integer), CType(CType(139, Byte), Integer), CType(CType(155, Byte), Integer))
|
|
|
- Me.mnuPropuestas.Image = Global.Inversiones.My.Resources.Resources.btnPropuestaDeInversion_Image
|
|
|
- Me.mnuPropuestas.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
|
- Me.mnuPropuestas.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None
|
|
|
- Me.mnuPropuestas.Margin = New System.Windows.Forms.Padding(0, 0, 0, 6)
|
|
|
- Me.mnuPropuestas.Name = "mnuPropuestas"
|
|
|
- Me.mnuPropuestas.Size = New System.Drawing.Size(250, 40)
|
|
|
- Me.mnuPropuestas.Text = " Propuestas de Inversión"
|
|
|
- Me.mnuPropuestas.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
|
- Me.mnuPropuestas.ToolTipText = "Propuestas de Inversión"
|
|
|
- '
|
|
|
'mnuInversiones
|
|
|
'
|
|
|
Me.mnuInversiones.AutoSize = False
|
|
|
@@ -147,6 +133,20 @@ Partial Class frmPrincipal
|
|
|
Me.mnuInversiones.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
|
Me.mnuInversiones.ToolTipText = "Inventario de Inversiones"
|
|
|
'
|
|
|
+ 'mnuPropuestas
|
|
|
+ '
|
|
|
+ Me.mnuPropuestas.AutoSize = False
|
|
|
+ Me.mnuPropuestas.ForeColor = System.Drawing.Color.FromArgb(CType(CType(127, Byte), Integer), CType(CType(139, Byte), Integer), CType(CType(155, Byte), Integer))
|
|
|
+ Me.mnuPropuestas.Image = Global.Inversiones.My.Resources.Resources.btnPropuestaDeInversion_Image
|
|
|
+ Me.mnuPropuestas.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
|
+ Me.mnuPropuestas.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None
|
|
|
+ Me.mnuPropuestas.Margin = New System.Windows.Forms.Padding(0, 0, 0, 6)
|
|
|
+ Me.mnuPropuestas.Name = "mnuPropuestas"
|
|
|
+ Me.mnuPropuestas.Size = New System.Drawing.Size(250, 40)
|
|
|
+ Me.mnuPropuestas.Text = " Propuestas de Inversión"
|
|
|
+ Me.mnuPropuestas.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
|
+ Me.mnuPropuestas.ToolTipText = "Propuestas de Inversión"
|
|
|
+ '
|
|
|
'mnuIngresos
|
|
|
'
|
|
|
Me.mnuIngresos.AutoSize = False
|
|
|
@@ -338,7 +338,6 @@ Partial Class frmPrincipal
|
|
|
Me.ArbitrajeToolStripMenuItem.Size = New System.Drawing.Size(250, 40)
|
|
|
Me.ArbitrajeToolStripMenuItem.Text = " Arbitraje"
|
|
|
Me.ArbitrajeToolStripMenuItem.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
|
- Me.ArbitrajeToolStripMenuItem.Visible = False
|
|
|
'
|
|
|
'picLogo
|
|
|
'
|