|
@@ -25,17 +25,18 @@ Partial Class frmPrincipal
|
|
|
Private Sub InitializeComponent()
|
|
Private Sub InitializeComponent()
|
|
|
Me.components = New System.ComponentModel.Container()
|
|
Me.components = New System.ComponentModel.Container()
|
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmPrincipal))
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmPrincipal))
|
|
|
- Me.MenuStrip = New System.Windows.Forms.MenuStrip()
|
|
|
|
|
- Me.ToolStrip = New System.Windows.Forms.ToolStrip()
|
|
|
|
|
- Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator()
|
|
|
|
|
- Me.ToolStripSeparator2 = New System.Windows.Forms.ToolStripSeparator()
|
|
|
|
|
Me.ToolTip = New System.Windows.Forms.ToolTip(Me.components)
|
|
Me.ToolTip = New System.Windows.Forms.ToolTip(Me.components)
|
|
|
Me.PanelMenu = New System.Windows.Forms.Panel()
|
|
Me.PanelMenu = New System.Windows.Forms.Panel()
|
|
|
- Me.Button1 = New System.Windows.Forms.Button()
|
|
|
|
|
Me.mnuPrincipal = New System.Windows.Forms.MenuStrip()
|
|
Me.mnuPrincipal = New System.Windows.Forms.MenuStrip()
|
|
|
Me.lblInversionesTXT = New System.Windows.Forms.Label()
|
|
Me.lblInversionesTXT = New System.Windows.Forms.Label()
|
|
|
Me.StatusStrip1 = New System.Windows.Forms.StatusStrip()
|
|
Me.StatusStrip1 = New System.Windows.Forms.StatusStrip()
|
|
|
Me.pnlPrincipal = New System.Windows.Forms.Panel()
|
|
Me.pnlPrincipal = New System.Windows.Forms.Panel()
|
|
|
|
|
+ Me.lblTitulo = New System.Windows.Forms.Label()
|
|
|
|
|
+ Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator()
|
|
|
|
|
+ Me.ToolStripSeparator2 = New System.Windows.Forms.ToolStripSeparator()
|
|
|
|
|
+ Me.ToolStrip = New System.Windows.Forms.ToolStrip()
|
|
|
|
|
+ Me.MenuStrip = New System.Windows.Forms.MenuStrip()
|
|
|
|
|
+ Me.Button1 = New System.Windows.Forms.Button()
|
|
|
Me.mnuInicio = New System.Windows.Forms.ToolStripMenuItem()
|
|
Me.mnuInicio = New System.Windows.Forms.ToolStripMenuItem()
|
|
|
Me.mnuPropuestas = New System.Windows.Forms.ToolStripMenuItem()
|
|
Me.mnuPropuestas = New System.Windows.Forms.ToolStripMenuItem()
|
|
|
Me.mnuInversiones = New System.Windows.Forms.ToolStripMenuItem()
|
|
Me.mnuInversiones = New System.Windows.Forms.ToolStripMenuItem()
|
|
@@ -67,46 +68,16 @@ Partial Class frmPrincipal
|
|
|
Me.PrintToolStripButton = New System.Windows.Forms.ToolStripButton()
|
|
Me.PrintToolStripButton = New System.Windows.Forms.ToolStripButton()
|
|
|
Me.PrintPreviewToolStripButton = New System.Windows.Forms.ToolStripButton()
|
|
Me.PrintPreviewToolStripButton = New System.Windows.Forms.ToolStripButton()
|
|
|
Me.HelpToolStripButton = New System.Windows.Forms.ToolStripButton()
|
|
Me.HelpToolStripButton = New System.Windows.Forms.ToolStripButton()
|
|
|
- Me.lblTitulo = New System.Windows.Forms.Label()
|
|
|
|
|
- Me.ToolStrip.SuspendLayout()
|
|
|
|
|
Me.PanelMenu.SuspendLayout()
|
|
Me.PanelMenu.SuspendLayout()
|
|
|
Me.mnuPrincipal.SuspendLayout()
|
|
Me.mnuPrincipal.SuspendLayout()
|
|
|
Me.pnlPrincipal.SuspendLayout()
|
|
Me.pnlPrincipal.SuspendLayout()
|
|
|
|
|
+ Me.ToolStrip.SuspendLayout()
|
|
|
CType(Me.picLogo, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.picLogo, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
|
Me.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
|
'
|
|
'
|
|
|
- 'MenuStrip
|
|
|
|
|
- '
|
|
|
|
|
- Me.MenuStrip.BackColor = System.Drawing.Color.FromArgb(CType(CType(35, Byte), Integer), CType(CType(39, Byte), Integer), CType(CType(45, Byte), Integer))
|
|
|
|
|
- Me.MenuStrip.Location = New System.Drawing.Point(0, 0)
|
|
|
|
|
- Me.MenuStrip.Name = "MenuStrip"
|
|
|
|
|
- Me.MenuStrip.Size = New System.Drawing.Size(1370, 24)
|
|
|
|
|
- Me.MenuStrip.TabIndex = 5
|
|
|
|
|
- Me.MenuStrip.Text = "MenuStrip"
|
|
|
|
|
- '
|
|
|
|
|
- 'ToolStrip
|
|
|
|
|
- '
|
|
|
|
|
- Me.ToolStrip.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.NewToolStripButton, Me.OpenToolStripButton, Me.SaveToolStripButton, Me.ToolStripSeparator1, Me.PrintToolStripButton, Me.PrintPreviewToolStripButton, Me.ToolStripSeparator2, Me.HelpToolStripButton})
|
|
|
|
|
- Me.ToolStrip.Location = New System.Drawing.Point(0, 24)
|
|
|
|
|
- Me.ToolStrip.Name = "ToolStrip"
|
|
|
|
|
- Me.ToolStrip.Size = New System.Drawing.Size(1370, 25)
|
|
|
|
|
- Me.ToolStrip.TabIndex = 6
|
|
|
|
|
- Me.ToolStrip.Text = "ToolStrip"
|
|
|
|
|
- '
|
|
|
|
|
- 'ToolStripSeparator1
|
|
|
|
|
- '
|
|
|
|
|
- Me.ToolStripSeparator1.Name = "ToolStripSeparator1"
|
|
|
|
|
- Me.ToolStripSeparator1.Size = New System.Drawing.Size(6, 25)
|
|
|
|
|
- '
|
|
|
|
|
- 'ToolStripSeparator2
|
|
|
|
|
- '
|
|
|
|
|
- Me.ToolStripSeparator2.Name = "ToolStripSeparator2"
|
|
|
|
|
- Me.ToolStripSeparator2.Size = New System.Drawing.Size(6, 25)
|
|
|
|
|
- '
|
|
|
|
|
'PanelMenu
|
|
'PanelMenu
|
|
|
'
|
|
'
|
|
|
Me.PanelMenu.BackColor = System.Drawing.Color.FromArgb(CType(CType(35, Byte), Integer), CType(CType(39, Byte), Integer), CType(CType(45, Byte), Integer))
|
|
Me.PanelMenu.BackColor = System.Drawing.Color.FromArgb(CType(CType(35, Byte), Integer), CType(CType(39, Byte), Integer), CType(CType(45, Byte), Integer))
|
|
|
- Me.PanelMenu.Controls.Add(Me.Button1)
|
|
|
|
|
Me.PanelMenu.Controls.Add(Me.mnuPrincipal)
|
|
Me.PanelMenu.Controls.Add(Me.mnuPrincipal)
|
|
|
Me.PanelMenu.Controls.Add(Me.picLogo)
|
|
Me.PanelMenu.Controls.Add(Me.picLogo)
|
|
|
Me.PanelMenu.Controls.Add(Me.lblInversionesTXT)
|
|
Me.PanelMenu.Controls.Add(Me.lblInversionesTXT)
|
|
@@ -116,15 +87,6 @@ Partial Class frmPrincipal
|
|
|
Me.PanelMenu.Size = New System.Drawing.Size(254, 677)
|
|
Me.PanelMenu.Size = New System.Drawing.Size(254, 677)
|
|
|
Me.PanelMenu.TabIndex = 10
|
|
Me.PanelMenu.TabIndex = 10
|
|
|
'
|
|
'
|
|
|
- 'Button1
|
|
|
|
|
- '
|
|
|
|
|
- Me.Button1.Location = New System.Drawing.Point(3, 87)
|
|
|
|
|
- Me.Button1.Name = "Button1"
|
|
|
|
|
- Me.Button1.Size = New System.Drawing.Size(37, 30)
|
|
|
|
|
- Me.Button1.TabIndex = 14
|
|
|
|
|
- Me.Button1.Text = "Button1"
|
|
|
|
|
- Me.Button1.UseVisualStyleBackColor = True
|
|
|
|
|
- '
|
|
|
|
|
'mnuPrincipal
|
|
'mnuPrincipal
|
|
|
'
|
|
'
|
|
|
Me.mnuPrincipal.AutoSize = False
|
|
Me.mnuPrincipal.AutoSize = False
|
|
@@ -137,7 +99,7 @@ Partial Class frmPrincipal
|
|
|
Me.mnuPrincipal.Name = "mnuPrincipal"
|
|
Me.mnuPrincipal.Name = "mnuPrincipal"
|
|
|
Me.mnuPrincipal.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional
|
|
Me.mnuPrincipal.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional
|
|
|
Me.mnuPrincipal.ShowItemToolTips = True
|
|
Me.mnuPrincipal.ShowItemToolTips = True
|
|
|
- Me.mnuPrincipal.Size = New System.Drawing.Size(250, 524)
|
|
|
|
|
|
|
+ Me.mnuPrincipal.Size = New System.Drawing.Size(250, 557)
|
|
|
Me.mnuPrincipal.TabIndex = 15
|
|
Me.mnuPrincipal.TabIndex = 15
|
|
|
Me.mnuPrincipal.Text = "MenuStrip1"
|
|
Me.mnuPrincipal.Text = "MenuStrip1"
|
|
|
'
|
|
'
|
|
@@ -147,7 +109,7 @@ Partial Class frmPrincipal
|
|
|
Me.lblInversionesTXT.Font = New System.Drawing.Font("Century Gothic", 12.0!, System.Drawing.FontStyle.Bold)
|
|
Me.lblInversionesTXT.Font = New System.Drawing.Font("Century Gothic", 12.0!, System.Drawing.FontStyle.Bold)
|
|
|
Me.lblInversionesTXT.ForeColor = System.Drawing.Color.White
|
|
Me.lblInversionesTXT.ForeColor = System.Drawing.Color.White
|
|
|
Me.lblInversionesTXT.ImeMode = System.Windows.Forms.ImeMode.NoControl
|
|
Me.lblInversionesTXT.ImeMode = System.Windows.Forms.ImeMode.NoControl
|
|
|
- Me.lblInversionesTXT.Location = New System.Drawing.Point(78, 87)
|
|
|
|
|
|
|
+ Me.lblInversionesTXT.Location = New System.Drawing.Point(76, 101)
|
|
|
Me.lblInversionesTXT.Name = "lblInversionesTXT"
|
|
Me.lblInversionesTXT.Name = "lblInversionesTXT"
|
|
|
Me.lblInversionesTXT.Size = New System.Drawing.Size(93, 19)
|
|
Me.lblInversionesTXT.Size = New System.Drawing.Size(93, 19)
|
|
|
Me.lblInversionesTXT.TabIndex = 5
|
|
Me.lblInversionesTXT.TabIndex = 5
|
|
@@ -163,15 +125,73 @@ Partial Class frmPrincipal
|
|
|
'
|
|
'
|
|
|
'pnlPrincipal
|
|
'pnlPrincipal
|
|
|
'
|
|
'
|
|
|
- Me.pnlPrincipal.BackgroundImage = Global.Inversiones.My.Resources.Resources.fondo1
|
|
|
|
|
|
|
+ Me.pnlPrincipal.BackColor = System.Drawing.Color.White
|
|
|
Me.pnlPrincipal.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
|
|
Me.pnlPrincipal.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
|
|
|
|
|
+ Me.pnlPrincipal.Controls.Add(Me.Button1)
|
|
|
Me.pnlPrincipal.Controls.Add(Me.lblTitulo)
|
|
Me.pnlPrincipal.Controls.Add(Me.lblTitulo)
|
|
|
Me.pnlPrincipal.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.pnlPrincipal.Dock = System.Windows.Forms.DockStyle.Fill
|
|
|
Me.pnlPrincipal.Location = New System.Drawing.Point(254, 49)
|
|
Me.pnlPrincipal.Location = New System.Drawing.Point(254, 49)
|
|
|
|
|
+ Me.pnlPrincipal.Margin = New System.Windows.Forms.Padding(3, 15, 3, 3)
|
|
|
Me.pnlPrincipal.Name = "pnlPrincipal"
|
|
Me.pnlPrincipal.Name = "pnlPrincipal"
|
|
|
|
|
+ Me.pnlPrincipal.Padding = New System.Windows.Forms.Padding(0, 50, 0, 0)
|
|
|
Me.pnlPrincipal.Size = New System.Drawing.Size(1116, 655)
|
|
Me.pnlPrincipal.Size = New System.Drawing.Size(1116, 655)
|
|
|
Me.pnlPrincipal.TabIndex = 14
|
|
Me.pnlPrincipal.TabIndex = 14
|
|
|
'
|
|
'
|
|
|
|
|
+ 'lblTitulo
|
|
|
|
|
+ '
|
|
|
|
|
+ Me.lblTitulo.BackColor = System.Drawing.Color.White
|
|
|
|
|
+ Me.lblTitulo.Dock = System.Windows.Forms.DockStyle.Top
|
|
|
|
|
+ Me.lblTitulo.Font = New System.Drawing.Font("Century Gothic", 24.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
|
|
|
+ Me.lblTitulo.ForeColor = System.Drawing.Color.FromArgb(CType(CType(21, Byte), Integer), CType(CType(37, Byte), Integer), CType(CType(60, Byte), Integer))
|
|
|
|
|
+ Me.lblTitulo.ImageAlign = System.Drawing.ContentAlignment.TopCenter
|
|
|
|
|
+ Me.lblTitulo.Location = New System.Drawing.Point(0, 50)
|
|
|
|
|
+ Me.lblTitulo.Name = "lblTitulo"
|
|
|
|
|
+ Me.lblTitulo.RightToLeft = System.Windows.Forms.RightToLeft.Yes
|
|
|
|
|
+ Me.lblTitulo.Size = New System.Drawing.Size(1116, 33)
|
|
|
|
|
+ Me.lblTitulo.TabIndex = 2
|
|
|
|
|
+ Me.lblTitulo.Text = "SISTEMA DE INVERSIONES INVERLEC"
|
|
|
|
|
+ Me.lblTitulo.TextAlign = System.Drawing.ContentAlignment.TopCenter
|
|
|
|
|
+ '
|
|
|
|
|
+ 'ToolStripSeparator1
|
|
|
|
|
+ '
|
|
|
|
|
+ Me.ToolStripSeparator1.Name = "ToolStripSeparator1"
|
|
|
|
|
+ Me.ToolStripSeparator1.Size = New System.Drawing.Size(6, 25)
|
|
|
|
|
+ '
|
|
|
|
|
+ 'ToolStripSeparator2
|
|
|
|
|
+ '
|
|
|
|
|
+ Me.ToolStripSeparator2.Name = "ToolStripSeparator2"
|
|
|
|
|
+ Me.ToolStripSeparator2.Size = New System.Drawing.Size(6, 25)
|
|
|
|
|
+ '
|
|
|
|
|
+ 'ToolStrip
|
|
|
|
|
+ '
|
|
|
|
|
+ Me.ToolStrip.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.NewToolStripButton, Me.OpenToolStripButton, Me.SaveToolStripButton, Me.ToolStripSeparator1, Me.PrintToolStripButton, Me.PrintPreviewToolStripButton, Me.ToolStripSeparator2, Me.HelpToolStripButton})
|
|
|
|
|
+ Me.ToolStrip.Location = New System.Drawing.Point(0, 24)
|
|
|
|
|
+ Me.ToolStrip.Name = "ToolStrip"
|
|
|
|
|
+ Me.ToolStrip.Size = New System.Drawing.Size(1370, 25)
|
|
|
|
|
+ Me.ToolStrip.TabIndex = 6
|
|
|
|
|
+ Me.ToolStrip.Text = "ToolStrip"
|
|
|
|
|
+ '
|
|
|
|
|
+ 'MenuStrip
|
|
|
|
|
+ '
|
|
|
|
|
+ Me.MenuStrip.BackColor = System.Drawing.Color.FromArgb(CType(CType(35, Byte), Integer), CType(CType(39, Byte), Integer), CType(CType(45, Byte), Integer))
|
|
|
|
|
+ Me.MenuStrip.Location = New System.Drawing.Point(0, 0)
|
|
|
|
|
+ Me.MenuStrip.Name = "MenuStrip"
|
|
|
|
|
+ Me.MenuStrip.Size = New System.Drawing.Size(1370, 24)
|
|
|
|
|
+ Me.MenuStrip.TabIndex = 5
|
|
|
|
|
+ Me.MenuStrip.Text = "MenuStrip"
|
|
|
|
|
+ '
|
|
|
|
|
+ 'Button1
|
|
|
|
|
+ '
|
|
|
|
|
+ Me.Button1.BackColor = System.Drawing.Color.Transparent
|
|
|
|
|
+ Me.Button1.Font = New System.Drawing.Font("Microsoft Sans Serif", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
|
|
|
+ Me.Button1.Location = New System.Drawing.Point(6, 3)
|
|
|
|
|
+ Me.Button1.Name = "Button1"
|
|
|
|
|
+ Me.Button1.Size = New System.Drawing.Size(50, 35)
|
|
|
|
|
+ Me.Button1.TabIndex = 14
|
|
|
|
|
+ Me.Button1.Text = "≡"
|
|
|
|
|
+ Me.Button1.TextAlign = System.Drawing.ContentAlignment.TopCenter
|
|
|
|
|
+ Me.Button1.UseVisualStyleBackColor = False
|
|
|
|
|
+ '
|
|
|
'mnuInicio
|
|
'mnuInicio
|
|
|
'
|
|
'
|
|
|
Me.mnuInicio.AutoSize = False
|
|
Me.mnuInicio.AutoSize = False
|
|
@@ -182,8 +202,9 @@ Partial Class frmPrincipal
|
|
|
Me.mnuInicio.Margin = New System.Windows.Forms.Padding(0, 0, 0, 6)
|
|
Me.mnuInicio.Margin = New System.Windows.Forms.Padding(0, 0, 0, 6)
|
|
|
Me.mnuInicio.Name = "mnuInicio"
|
|
Me.mnuInicio.Name = "mnuInicio"
|
|
|
Me.mnuInicio.Size = New System.Drawing.Size(250, 40)
|
|
Me.mnuInicio.Size = New System.Drawing.Size(250, 40)
|
|
|
- Me.mnuInicio.Text = "Inicio"
|
|
|
|
|
|
|
+ Me.mnuInicio.Text = " Inicio"
|
|
|
Me.mnuInicio.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.mnuInicio.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
|
|
|
+ Me.mnuInicio.TextDirection = System.Windows.Forms.ToolStripTextDirection.Horizontal
|
|
|
Me.mnuInicio.ToolTipText = "Inicio"
|
|
Me.mnuInicio.ToolTipText = "Inicio"
|
|
|
'
|
|
'
|
|
|
'mnuPropuestas
|
|
'mnuPropuestas
|
|
@@ -196,7 +217,7 @@ Partial Class frmPrincipal
|
|
|
Me.mnuPropuestas.Margin = New System.Windows.Forms.Padding(0, 0, 0, 6)
|
|
Me.mnuPropuestas.Margin = New System.Windows.Forms.Padding(0, 0, 0, 6)
|
|
|
Me.mnuPropuestas.Name = "mnuPropuestas"
|
|
Me.mnuPropuestas.Name = "mnuPropuestas"
|
|
|
Me.mnuPropuestas.Size = New System.Drawing.Size(250, 40)
|
|
Me.mnuPropuestas.Size = New System.Drawing.Size(250, 40)
|
|
|
- Me.mnuPropuestas.Text = "Propuestas de Inversión"
|
|
|
|
|
|
|
+ Me.mnuPropuestas.Text = " Propuestas de Inversión"
|
|
|
Me.mnuPropuestas.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.mnuPropuestas.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
|
Me.mnuPropuestas.ToolTipText = "Propuestas de Inversión"
|
|
Me.mnuPropuestas.ToolTipText = "Propuestas de Inversión"
|
|
|
'
|
|
'
|
|
@@ -210,7 +231,7 @@ Partial Class frmPrincipal
|
|
|
Me.mnuInversiones.Margin = New System.Windows.Forms.Padding(0, 0, 0, 6)
|
|
Me.mnuInversiones.Margin = New System.Windows.Forms.Padding(0, 0, 0, 6)
|
|
|
Me.mnuInversiones.Name = "mnuInversiones"
|
|
Me.mnuInversiones.Name = "mnuInversiones"
|
|
|
Me.mnuInversiones.Size = New System.Drawing.Size(250, 40)
|
|
Me.mnuInversiones.Size = New System.Drawing.Size(250, 40)
|
|
|
- Me.mnuInversiones.Text = "Inversiones"
|
|
|
|
|
|
|
+ Me.mnuInversiones.Text = " Inversiones"
|
|
|
Me.mnuInversiones.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.mnuInversiones.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
|
Me.mnuInversiones.ToolTipText = "Inventario de Inversiones"
|
|
Me.mnuInversiones.ToolTipText = "Inventario de Inversiones"
|
|
|
'
|
|
'
|
|
@@ -225,7 +246,7 @@ Partial Class frmPrincipal
|
|
|
Me.mnuIngresos.Margin = New System.Windows.Forms.Padding(0, 0, 0, 6)
|
|
Me.mnuIngresos.Margin = New System.Windows.Forms.Padding(0, 0, 0, 6)
|
|
|
Me.mnuIngresos.Name = "mnuIngresos"
|
|
Me.mnuIngresos.Name = "mnuIngresos"
|
|
|
Me.mnuIngresos.Size = New System.Drawing.Size(250, 40)
|
|
Me.mnuIngresos.Size = New System.Drawing.Size(250, 40)
|
|
|
- Me.mnuIngresos.Text = "Ingresos"
|
|
|
|
|
|
|
+ Me.mnuIngresos.Text = " Ingresos"
|
|
|
Me.mnuIngresos.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.mnuIngresos.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
|
Me.mnuIngresos.ToolTipText = "Ingresos"
|
|
Me.mnuIngresos.ToolTipText = "Ingresos"
|
|
|
'
|
|
'
|
|
@@ -251,7 +272,7 @@ Partial Class frmPrincipal
|
|
|
Me.mnuDisponibilidades.Margin = New System.Windows.Forms.Padding(0, 0, 0, 6)
|
|
Me.mnuDisponibilidades.Margin = New System.Windows.Forms.Padding(0, 0, 0, 6)
|
|
|
Me.mnuDisponibilidades.Name = "mnuDisponibilidades"
|
|
Me.mnuDisponibilidades.Name = "mnuDisponibilidades"
|
|
|
Me.mnuDisponibilidades.Size = New System.Drawing.Size(250, 40)
|
|
Me.mnuDisponibilidades.Size = New System.Drawing.Size(250, 40)
|
|
|
- Me.mnuDisponibilidades.Text = "Disponibilidades"
|
|
|
|
|
|
|
+ Me.mnuDisponibilidades.Text = " Disponibilidades"
|
|
|
Me.mnuDisponibilidades.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.mnuDisponibilidades.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
|
Me.mnuDisponibilidades.ToolTipText = "Disponibilidades"
|
|
Me.mnuDisponibilidades.ToolTipText = "Disponibilidades"
|
|
|
'
|
|
'
|
|
@@ -265,7 +286,7 @@ Partial Class frmPrincipal
|
|
|
Me.mnuPresupuesto.Margin = New System.Windows.Forms.Padding(0, 0, 0, 6)
|
|
Me.mnuPresupuesto.Margin = New System.Windows.Forms.Padding(0, 0, 0, 6)
|
|
|
Me.mnuPresupuesto.Name = "mnuPresupuesto"
|
|
Me.mnuPresupuesto.Name = "mnuPresupuesto"
|
|
|
Me.mnuPresupuesto.Size = New System.Drawing.Size(250, 40)
|
|
Me.mnuPresupuesto.Size = New System.Drawing.Size(250, 40)
|
|
|
- Me.mnuPresupuesto.Text = "Presupuesto"
|
|
|
|
|
|
|
+ Me.mnuPresupuesto.Text = " Presupuesto"
|
|
|
Me.mnuPresupuesto.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.mnuPresupuesto.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
|
Me.mnuPresupuesto.ToolTipText = "Presupuesto"
|
|
Me.mnuPresupuesto.ToolTipText = "Presupuesto"
|
|
|
'
|
|
'
|
|
@@ -279,7 +300,7 @@ Partial Class frmPrincipal
|
|
|
Me.mnuInformes.Margin = New System.Windows.Forms.Padding(0, 0, 0, 6)
|
|
Me.mnuInformes.Margin = New System.Windows.Forms.Padding(0, 0, 0, 6)
|
|
|
Me.mnuInformes.Name = "mnuInformes"
|
|
Me.mnuInformes.Name = "mnuInformes"
|
|
|
Me.mnuInformes.Size = New System.Drawing.Size(250, 40)
|
|
Me.mnuInformes.Size = New System.Drawing.Size(250, 40)
|
|
|
- Me.mnuInformes.Text = "Informes"
|
|
|
|
|
|
|
+ Me.mnuInformes.Text = " Informes"
|
|
|
Me.mnuInformes.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.mnuInformes.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
|
Me.mnuInformes.ToolTipText = "Informes"
|
|
Me.mnuInformes.ToolTipText = "Informes"
|
|
|
'
|
|
'
|
|
@@ -293,7 +314,7 @@ Partial Class frmPrincipal
|
|
|
Me.mnuConfiguracion.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None
|
|
Me.mnuConfiguracion.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None
|
|
|
Me.mnuConfiguracion.Name = "mnuConfiguracion"
|
|
Me.mnuConfiguracion.Name = "mnuConfiguracion"
|
|
|
Me.mnuConfiguracion.Size = New System.Drawing.Size(250, 40)
|
|
Me.mnuConfiguracion.Size = New System.Drawing.Size(250, 40)
|
|
|
- Me.mnuConfiguracion.Text = "Configuración"
|
|
|
|
|
|
|
+ Me.mnuConfiguracion.Text = " Configuración"
|
|
|
Me.mnuConfiguracion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.mnuConfiguracion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
|
Me.mnuConfiguracion.ToolTipText = "Configuración"
|
|
Me.mnuConfiguracion.ToolTipText = "Configuración"
|
|
|
'
|
|
'
|
|
@@ -372,7 +393,7 @@ Partial Class frmPrincipal
|
|
|
Me.mnuRendimientos.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None
|
|
Me.mnuRendimientos.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None
|
|
|
Me.mnuRendimientos.Name = "mnuRendimientos"
|
|
Me.mnuRendimientos.Name = "mnuRendimientos"
|
|
|
Me.mnuRendimientos.Size = New System.Drawing.Size(250, 40)
|
|
Me.mnuRendimientos.Size = New System.Drawing.Size(250, 40)
|
|
|
- Me.mnuRendimientos.Text = "Rendimientos"
|
|
|
|
|
|
|
+ Me.mnuRendimientos.Text = " Rendimientos"
|
|
|
Me.mnuRendimientos.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.mnuRendimientos.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
|
'
|
|
'
|
|
|
'FToolStripMenuItem
|
|
'FToolStripMenuItem
|
|
@@ -384,7 +405,7 @@ Partial Class frmPrincipal
|
|
|
Me.FToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None
|
|
Me.FToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None
|
|
|
Me.FToolStripMenuItem.Name = "FToolStripMenuItem"
|
|
Me.FToolStripMenuItem.Name = "FToolStripMenuItem"
|
|
|
Me.FToolStripMenuItem.Size = New System.Drawing.Size(250, 40)
|
|
Me.FToolStripMenuItem.Size = New System.Drawing.Size(250, 40)
|
|
|
- Me.FToolStripMenuItem.Text = "Costos Financieros"
|
|
|
|
|
|
|
+ Me.FToolStripMenuItem.Text = " Costos Financieros"
|
|
|
Me.FToolStripMenuItem.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.FToolStripMenuItem.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
|
'
|
|
'
|
|
|
'ArbitrajeToolStripMenuItem
|
|
'ArbitrajeToolStripMenuItem
|
|
@@ -394,8 +415,9 @@ Partial Class frmPrincipal
|
|
|
Me.ArbitrajeToolStripMenuItem.Image = Global.Inversiones.My.Resources.Resources.btnInicio_Image
|
|
Me.ArbitrajeToolStripMenuItem.Image = Global.Inversiones.My.Resources.Resources.btnInicio_Image
|
|
|
Me.ArbitrajeToolStripMenuItem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.ArbitrajeToolStripMenuItem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
|
Me.ArbitrajeToolStripMenuItem.Name = "ArbitrajeToolStripMenuItem"
|
|
Me.ArbitrajeToolStripMenuItem.Name = "ArbitrajeToolStripMenuItem"
|
|
|
|
|
+ Me.ArbitrajeToolStripMenuItem.RightToLeft = System.Windows.Forms.RightToLeft.No
|
|
|
Me.ArbitrajeToolStripMenuItem.Size = New System.Drawing.Size(250, 40)
|
|
Me.ArbitrajeToolStripMenuItem.Size = New System.Drawing.Size(250, 40)
|
|
|
- Me.ArbitrajeToolStripMenuItem.Text = "Arbitraje"
|
|
|
|
|
|
|
+ Me.ArbitrajeToolStripMenuItem.Text = " Arbitraje"
|
|
|
Me.ArbitrajeToolStripMenuItem.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.ArbitrajeToolStripMenuItem.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
|
'
|
|
'
|
|
|
'picLogo
|
|
'picLogo
|
|
@@ -404,7 +426,7 @@ Partial Class frmPrincipal
|
|
|
Me.picLogo.ImeMode = System.Windows.Forms.ImeMode.NoControl
|
|
Me.picLogo.ImeMode = System.Windows.Forms.ImeMode.NoControl
|
|
|
Me.picLogo.Location = New System.Drawing.Point(0, 0)
|
|
Me.picLogo.Location = New System.Drawing.Point(0, 0)
|
|
|
Me.picLogo.Name = "picLogo"
|
|
Me.picLogo.Name = "picLogo"
|
|
|
- Me.picLogo.Size = New System.Drawing.Size(250, 81)
|
|
|
|
|
|
|
+ Me.picLogo.Size = New System.Drawing.Size(254, 84)
|
|
|
Me.picLogo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
|
|
Me.picLogo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
|
|
|
Me.picLogo.TabIndex = 0
|
|
Me.picLogo.TabIndex = 0
|
|
|
Me.picLogo.TabStop = False
|
|
Me.picLogo.TabStop = False
|
|
@@ -463,18 +485,6 @@ Partial Class frmPrincipal
|
|
|
Me.HelpToolStripButton.Size = New System.Drawing.Size(23, 22)
|
|
Me.HelpToolStripButton.Size = New System.Drawing.Size(23, 22)
|
|
|
Me.HelpToolStripButton.Text = "Ayuda"
|
|
Me.HelpToolStripButton.Text = "Ayuda"
|
|
|
'
|
|
'
|
|
|
- 'lblTitulo
|
|
|
|
|
- '
|
|
|
|
|
- Me.lblTitulo.AutoSize = True
|
|
|
|
|
- Me.lblTitulo.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
|
|
|
|
|
- Me.lblTitulo.Font = New System.Drawing.Font("Microsoft Sans Serif", 21.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
|
|
|
- Me.lblTitulo.ForeColor = System.Drawing.SystemColors.ActiveCaption
|
|
|
|
|
- Me.lblTitulo.Location = New System.Drawing.Point(338, 293)
|
|
|
|
|
- Me.lblTitulo.Name = "lblTitulo"
|
|
|
|
|
- Me.lblTitulo.Size = New System.Drawing.Size(546, 33)
|
|
|
|
|
- Me.lblTitulo.TabIndex = 2
|
|
|
|
|
- Me.lblTitulo.Text = "SISTEMA DE INVERSIONES INVERLEC"
|
|
|
|
|
- '
|
|
|
|
|
'frmPrincipal
|
|
'frmPrincipal
|
|
|
'
|
|
'
|
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
@@ -491,30 +501,19 @@ Partial Class frmPrincipal
|
|
|
Me.Name = "frmPrincipal"
|
|
Me.Name = "frmPrincipal"
|
|
|
Me.Text = "Inversiones"
|
|
Me.Text = "Inversiones"
|
|
|
Me.WindowState = System.Windows.Forms.FormWindowState.Maximized
|
|
Me.WindowState = System.Windows.Forms.FormWindowState.Maximized
|
|
|
- Me.ToolStrip.ResumeLayout(False)
|
|
|
|
|
- Me.ToolStrip.PerformLayout()
|
|
|
|
|
Me.PanelMenu.ResumeLayout(False)
|
|
Me.PanelMenu.ResumeLayout(False)
|
|
|
Me.PanelMenu.PerformLayout()
|
|
Me.PanelMenu.PerformLayout()
|
|
|
Me.mnuPrincipal.ResumeLayout(False)
|
|
Me.mnuPrincipal.ResumeLayout(False)
|
|
|
Me.mnuPrincipal.PerformLayout()
|
|
Me.mnuPrincipal.PerformLayout()
|
|
|
Me.pnlPrincipal.ResumeLayout(False)
|
|
Me.pnlPrincipal.ResumeLayout(False)
|
|
|
- Me.pnlPrincipal.PerformLayout()
|
|
|
|
|
|
|
+ Me.ToolStrip.ResumeLayout(False)
|
|
|
|
|
+ Me.ToolStrip.PerformLayout()
|
|
|
CType(Me.picLogo, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.picLogo, System.ComponentModel.ISupportInitialize).EndInit()
|
|
|
Me.ResumeLayout(False)
|
|
Me.ResumeLayout(False)
|
|
|
Me.PerformLayout()
|
|
Me.PerformLayout()
|
|
|
|
|
|
|
|
End Sub
|
|
End Sub
|
|
|
- Friend WithEvents HelpToolStripButton As System.Windows.Forms.ToolStripButton
|
|
|
|
|
- Friend WithEvents ToolStripSeparator2 As System.Windows.Forms.ToolStripSeparator
|
|
|
|
|
- Friend WithEvents PrintPreviewToolStripButton As System.Windows.Forms.ToolStripButton
|
|
|
|
|
Friend WithEvents ToolTip As System.Windows.Forms.ToolTip
|
|
Friend WithEvents ToolTip As System.Windows.Forms.ToolTip
|
|
|
- Friend WithEvents PrintToolStripButton As System.Windows.Forms.ToolStripButton
|
|
|
|
|
- Friend WithEvents NewToolStripButton As System.Windows.Forms.ToolStripButton
|
|
|
|
|
- Friend WithEvents ToolStrip As System.Windows.Forms.ToolStrip
|
|
|
|
|
- Friend WithEvents OpenToolStripButton As System.Windows.Forms.ToolStripButton
|
|
|
|
|
- Friend WithEvents SaveToolStripButton As System.Windows.Forms.ToolStripButton
|
|
|
|
|
- Friend WithEvents ToolStripSeparator1 As System.Windows.Forms.ToolStripSeparator
|
|
|
|
|
- Friend WithEvents MenuStrip As System.Windows.Forms.MenuStrip
|
|
|
|
|
Friend WithEvents PanelMenu As Panel
|
|
Friend WithEvents PanelMenu As Panel
|
|
|
Friend WithEvents picLogo As PictureBox
|
|
Friend WithEvents picLogo As PictureBox
|
|
|
Friend WithEvents lblInversionesTXT As Label
|
|
Friend WithEvents lblInversionesTXT As Label
|
|
@@ -547,4 +546,14 @@ Partial Class frmPrincipal
|
|
|
Friend WithEvents FToolStripMenuItem As ToolStripMenuItem
|
|
Friend WithEvents FToolStripMenuItem As ToolStripMenuItem
|
|
|
Friend WithEvents ArbitrajeToolStripMenuItem As ToolStripMenuItem
|
|
Friend WithEvents ArbitrajeToolStripMenuItem As ToolStripMenuItem
|
|
|
Friend WithEvents lblTitulo As Label
|
|
Friend WithEvents lblTitulo As Label
|
|
|
|
|
+ Friend WithEvents NewToolStripButton As ToolStripButton
|
|
|
|
|
+ Friend WithEvents OpenToolStripButton As ToolStripButton
|
|
|
|
|
+ Friend WithEvents SaveToolStripButton As ToolStripButton
|
|
|
|
|
+ Friend WithEvents ToolStripSeparator1 As ToolStripSeparator
|
|
|
|
|
+ Friend WithEvents PrintToolStripButton As ToolStripButton
|
|
|
|
|
+ Friend WithEvents PrintPreviewToolStripButton As ToolStripButton
|
|
|
|
|
+ Friend WithEvents ToolStripSeparator2 As ToolStripSeparator
|
|
|
|
|
+ Friend WithEvents HelpToolStripButton As ToolStripButton
|
|
|
|
|
+ Friend WithEvents ToolStrip As ToolStrip
|
|
|
|
|
+ Friend WithEvents MenuStrip As MenuStrip
|
|
|
End Class
|
|
End Class
|