| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568 |
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
- Partial Class frmPrincipal
- Inherits System.Windows.Forms.Form
- 'Form reemplaza a Dispose para limpiar la lista de componentes.
- <System.Diagnostics.DebuggerNonUserCode()>
- Protected Overrides Sub Dispose(ByVal disposing As Boolean)
- Try
- If disposing AndAlso components IsNot Nothing Then
- components.Dispose()
- End If
- Finally
- MyBase.Dispose(disposing)
- End Try
- End Sub
- 'Requerido por el Diseñador de Windows Forms
- Private components As System.ComponentModel.IContainer
- 'NOTA: el Diseñador de Windows Forms necesita el siguiente procedimiento
- 'Se puede modificar usando el Diseñador de Windows Forms.
- 'No lo modifique con el editor de código.
- <System.Diagnostics.DebuggerStepThrough()>
- Private Sub InitializeComponent()
- Me.components = New System.ComponentModel.Container()
- Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmPrincipal))
- Me.ToolTip = New System.Windows.Forms.ToolTip(Me.components)
- 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.mnuIngresos = New System.Windows.Forms.ToolStripMenuItem()
- Me.mnuIngresosDashboards = New System.Windows.Forms.ToolStripMenuItem()
- Me.mnuIngresosConsulta = New System.Windows.Forms.ToolStripMenuItem()
- Me.mnuDisponibilidades = New System.Windows.Forms.ToolStripMenuItem()
- Me.mnuPresupuesto = New System.Windows.Forms.ToolStripMenuItem()
- Me.mnuInformes = New System.Windows.Forms.ToolStripMenuItem()
- Me.mnuConfiguracion = New System.Windows.Forms.ToolStripMenuItem()
- Me.mnuCalificadoras = New System.Windows.Forms.ToolStripMenuItem()
- Me.mnuEmisores = New System.Windows.Forms.ToolStripMenuItem()
- Me.mnuEmpresas = New System.Windows.Forms.ToolStripMenuItem()
- Me.mnuInstrumentos = New System.Windows.Forms.ToolStripMenuItem()
- Me.mnuBancos = New System.Windows.Forms.ToolStripMenuItem()
- Me.mnuCuentasBancarias = New System.Windows.Forms.ToolStripMenuItem()
- Me.mnuTipoCuentaBancaria = New System.Windows.Forms.ToolStripMenuItem()
- Me.mnuPaises = New System.Windows.Forms.ToolStripMenuItem()
- Me.mnuFormasDePago = New System.Windows.Forms.ToolStripMenuItem()
- Me.mnuUsuarios = New System.Windows.Forms.ToolStripMenuItem()
- Me.mnuDepartamentos = New System.Windows.Forms.ToolStripMenuItem()
- Me.mnuRendimientos = New System.Windows.Forms.ToolStripMenuItem()
- Me.FToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
- Me.ArbitrajeToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
- Me.picLogo = New System.Windows.Forms.PictureBox()
- Me.lblInversionesTXT = New System.Windows.Forms.Label()
- Me.StatusStrip1 = New System.Windows.Forms.StatusStrip()
- Me.pnlPrincipal = New System.Windows.Forms.Panel()
- Me.Button1 = New System.Windows.Forms.Button()
- 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.NewToolStripButton = New System.Windows.Forms.ToolStripButton()
- Me.OpenToolStripButton = New System.Windows.Forms.ToolStripButton()
- Me.SaveToolStripButton = New System.Windows.Forms.ToolStripButton()
- Me.PrintToolStripButton = New System.Windows.Forms.ToolStripButton()
- Me.PrintPreviewToolStripButton = New System.Windows.Forms.ToolStripButton()
- Me.HelpToolStripButton = New System.Windows.Forms.ToolStripButton()
- Me.MenuStrip = New System.Windows.Forms.MenuStrip()
- Me.PanelMenu.SuspendLayout()
- Me.mnuPrincipal.SuspendLayout()
- CType(Me.picLogo, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.pnlPrincipal.SuspendLayout()
- Me.ToolStrip.SuspendLayout()
- Me.SuspendLayout()
- '
- '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.Controls.Add(Me.mnuPrincipal)
- Me.PanelMenu.Controls.Add(Me.picLogo)
- Me.PanelMenu.Controls.Add(Me.lblInversionesTXT)
- Me.PanelMenu.Dock = System.Windows.Forms.DockStyle.Left
- Me.PanelMenu.Location = New System.Drawing.Point(0, 49)
- Me.PanelMenu.Name = "PanelMenu"
- Me.PanelMenu.Size = New System.Drawing.Size(254, 677)
- Me.PanelMenu.TabIndex = 10
- '
- 'mnuPrincipal
- '
- Me.mnuPrincipal.AutoSize = False
- 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.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.VerticalStackWithOverflow
- Me.mnuPrincipal.Location = New System.Drawing.Point(0, 120)
- Me.mnuPrincipal.Name = "mnuPrincipal"
- Me.mnuPrincipal.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional
- Me.mnuPrincipal.ShowItemToolTips = True
- Me.mnuPrincipal.Size = New System.Drawing.Size(250, 557)
- Me.mnuPrincipal.TabIndex = 15
- Me.mnuPrincipal.Text = "MenuStrip1"
- '
- 'mnuInicio
- '
- Me.mnuInicio.AutoSize = False
- Me.mnuInicio.ForeColor = System.Drawing.Color.FromArgb(CType(CType(127, Byte), Integer), CType(CType(139, Byte), Integer), CType(CType(155, Byte), Integer))
- Me.mnuInicio.Image = Global.Inversiones.My.Resources.Resources.btnInicio_Image
- Me.mnuInicio.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
- Me.mnuInicio.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None
- Me.mnuInicio.Margin = New System.Windows.Forms.Padding(0, 0, 0, 6)
- Me.mnuInicio.Name = "mnuInicio"
- Me.mnuInicio.Size = New System.Drawing.Size(250, 40)
- Me.mnuInicio.Text = " Inicio"
- Me.mnuInicio.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
- Me.mnuInicio.TextDirection = System.Windows.Forms.ToolStripTextDirection.Horizontal
- 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
- Me.mnuInversiones.ForeColor = System.Drawing.Color.FromArgb(CType(CType(127, Byte), Integer), CType(CType(139, Byte), Integer), CType(CType(155, Byte), Integer))
- Me.mnuInversiones.Image = Global.Inversiones.My.Resources.Resources.btnInverntario_Image
- Me.mnuInversiones.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
- Me.mnuInversiones.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None
- Me.mnuInversiones.Margin = New System.Windows.Forms.Padding(0, 0, 0, 6)
- Me.mnuInversiones.Name = "mnuInversiones"
- Me.mnuInversiones.Size = New System.Drawing.Size(250, 40)
- Me.mnuInversiones.Text = " Inversiones"
- Me.mnuInversiones.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
- Me.mnuInversiones.ToolTipText = "Inventario de Inversiones"
- '
- 'mnuIngresos
- '
- Me.mnuIngresos.AutoSize = False
- Me.mnuIngresos.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuIngresosDashboards, Me.mnuIngresosConsulta})
- Me.mnuIngresos.ForeColor = System.Drawing.Color.FromArgb(CType(CType(127, Byte), Integer), CType(CType(139, Byte), Integer), CType(CType(155, Byte), Integer))
- Me.mnuIngresos.Image = Global.Inversiones.My.Resources.Resources.Button3_Image
- Me.mnuIngresos.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
- Me.mnuIngresos.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None
- Me.mnuIngresos.Margin = New System.Windows.Forms.Padding(0, 0, 0, 6)
- Me.mnuIngresos.Name = "mnuIngresos"
- Me.mnuIngresos.Size = New System.Drawing.Size(250, 40)
- Me.mnuIngresos.Text = " Ingresos"
- Me.mnuIngresos.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
- Me.mnuIngresos.ToolTipText = "Ingresos"
- Me.mnuIngresos.Visible = False
- '
- 'mnuIngresosDashboards
- '
- Me.mnuIngresosDashboards.Name = "mnuIngresosDashboards"
- Me.mnuIngresosDashboards.Size = New System.Drawing.Size(165, 24)
- Me.mnuIngresosDashboards.Text = "Dashboards"
- '
- 'mnuIngresosConsulta
- '
- Me.mnuIngresosConsulta.Name = "mnuIngresosConsulta"
- Me.mnuIngresosConsulta.Size = New System.Drawing.Size(165, 24)
- Me.mnuIngresosConsulta.Text = "Consulta"
- '
- 'mnuDisponibilidades
- '
- Me.mnuDisponibilidades.AutoSize = False
- Me.mnuDisponibilidades.ForeColor = System.Drawing.Color.FromArgb(CType(CType(127, Byte), Integer), CType(CType(139, Byte), Integer), CType(CType(155, Byte), Integer))
- Me.mnuDisponibilidades.Image = Global.Inversiones.My.Resources.Resources.btnDisponibilidades_Image
- Me.mnuDisponibilidades.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
- Me.mnuDisponibilidades.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None
- Me.mnuDisponibilidades.Margin = New System.Windows.Forms.Padding(0, 0, 0, 6)
- Me.mnuDisponibilidades.Name = "mnuDisponibilidades"
- Me.mnuDisponibilidades.Size = New System.Drawing.Size(250, 40)
- Me.mnuDisponibilidades.Text = " Disponibilidades"
- Me.mnuDisponibilidades.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
- Me.mnuDisponibilidades.ToolTipText = "Disponibilidades"
- Me.mnuDisponibilidades.Visible = False
- '
- 'mnuPresupuesto
- '
- Me.mnuPresupuesto.AutoSize = False
- Me.mnuPresupuesto.ForeColor = System.Drawing.Color.FromArgb(CType(CType(127, Byte), Integer), CType(CType(139, Byte), Integer), CType(CType(155, Byte), Integer))
- Me.mnuPresupuesto.Image = Global.Inversiones.My.Resources.Resources.Button4_Image
- Me.mnuPresupuesto.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
- Me.mnuPresupuesto.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None
- Me.mnuPresupuesto.Margin = New System.Windows.Forms.Padding(0, 0, 0, 6)
- Me.mnuPresupuesto.Name = "mnuPresupuesto"
- Me.mnuPresupuesto.Size = New System.Drawing.Size(250, 40)
- Me.mnuPresupuesto.Text = " Presupuesto"
- Me.mnuPresupuesto.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
- Me.mnuPresupuesto.ToolTipText = "Presupuesto"
- Me.mnuPresupuesto.Visible = False
- '
- 'mnuInformes
- '
- Me.mnuInformes.AutoSize = False
- Me.mnuInformes.ForeColor = System.Drawing.Color.FromArgb(CType(CType(127, Byte), Integer), CType(CType(139, Byte), Integer), CType(CType(155, Byte), Integer))
- Me.mnuInformes.Image = Global.Inversiones.My.Resources.Resources.Button1_Image
- Me.mnuInformes.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
- Me.mnuInformes.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None
- Me.mnuInformes.Margin = New System.Windows.Forms.Padding(0, 0, 0, 6)
- Me.mnuInformes.Name = "mnuInformes"
- Me.mnuInformes.Size = New System.Drawing.Size(250, 40)
- Me.mnuInformes.Text = " Informes"
- Me.mnuInformes.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
- Me.mnuInformes.ToolTipText = "Informes"
- Me.mnuInformes.Visible = False
- '
- 'mnuConfiguracion
- '
- Me.mnuConfiguracion.AutoSize = False
- Me.mnuConfiguracion.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuCalificadoras, Me.mnuEmisores, Me.mnuEmpresas, Me.mnuInstrumentos, Me.mnuBancos, Me.mnuCuentasBancarias, Me.mnuTipoCuentaBancaria, Me.mnuPaises, Me.mnuFormasDePago, Me.mnuUsuarios, Me.mnuDepartamentos})
- Me.mnuConfiguracion.ForeColor = System.Drawing.Color.FromArgb(CType(CType(127, Byte), Integer), CType(CType(139, Byte), Integer), CType(CType(155, Byte), Integer))
- Me.mnuConfiguracion.Image = Global.Inversiones.My.Resources.Resources.Button5_Image
- Me.mnuConfiguracion.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
- Me.mnuConfiguracion.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None
- Me.mnuConfiguracion.Name = "mnuConfiguracion"
- Me.mnuConfiguracion.Size = New System.Drawing.Size(250, 40)
- Me.mnuConfiguracion.Text = " Configuración"
- Me.mnuConfiguracion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
- Me.mnuConfiguracion.ToolTipText = "Configuración"
- Me.mnuConfiguracion.Visible = False
- '
- 'mnuCalificadoras
- '
- Me.mnuCalificadoras.Name = "mnuCalificadoras"
- Me.mnuCalificadoras.Size = New System.Drawing.Size(235, 24)
- Me.mnuCalificadoras.Text = "Calificadoras"
- '
- 'mnuEmisores
- '
- Me.mnuEmisores.Name = "mnuEmisores"
- Me.mnuEmisores.Size = New System.Drawing.Size(235, 24)
- Me.mnuEmisores.Text = "Emisores"
- '
- 'mnuEmpresas
- '
- Me.mnuEmpresas.Name = "mnuEmpresas"
- Me.mnuEmpresas.Size = New System.Drawing.Size(235, 24)
- Me.mnuEmpresas.Text = "Empresas"
- '
- 'mnuInstrumentos
- '
- Me.mnuInstrumentos.Name = "mnuInstrumentos"
- Me.mnuInstrumentos.Size = New System.Drawing.Size(235, 24)
- Me.mnuInstrumentos.Text = "Instrumentos"
- '
- 'mnuBancos
- '
- Me.mnuBancos.Name = "mnuBancos"
- Me.mnuBancos.Size = New System.Drawing.Size(235, 24)
- Me.mnuBancos.Text = "Bancos"
- '
- 'mnuCuentasBancarias
- '
- Me.mnuCuentasBancarias.Name = "mnuCuentasBancarias"
- Me.mnuCuentasBancarias.Size = New System.Drawing.Size(235, 24)
- Me.mnuCuentasBancarias.Text = "Cuentas Bancarias"
- '
- 'mnuTipoCuentaBancaria
- '
- Me.mnuTipoCuentaBancaria.Name = "mnuTipoCuentaBancaria"
- Me.mnuTipoCuentaBancaria.Size = New System.Drawing.Size(235, 24)
- Me.mnuTipoCuentaBancaria.Text = "Tipo Cuenta Bancaria"
- '
- 'mnuPaises
- '
- Me.mnuPaises.Name = "mnuPaises"
- Me.mnuPaises.Size = New System.Drawing.Size(235, 24)
- Me.mnuPaises.Text = "Paises"
- '
- 'mnuFormasDePago
- '
- Me.mnuFormasDePago.Name = "mnuFormasDePago"
- Me.mnuFormasDePago.Size = New System.Drawing.Size(235, 24)
- Me.mnuFormasDePago.Text = "Formas de Pago"
- '
- 'mnuUsuarios
- '
- Me.mnuUsuarios.Name = "mnuUsuarios"
- Me.mnuUsuarios.Size = New System.Drawing.Size(235, 24)
- Me.mnuUsuarios.Text = "Usuarios"
- '
- 'mnuDepartamentos
- '
- Me.mnuDepartamentos.Name = "mnuDepartamentos"
- Me.mnuDepartamentos.Size = New System.Drawing.Size(235, 24)
- Me.mnuDepartamentos.Text = "Departamentos"
- '
- 'mnuRendimientos
- '
- Me.mnuRendimientos.AutoSize = False
- Me.mnuRendimientos.ForeColor = System.Drawing.Color.FromArgb(CType(CType(127, Byte), Integer), CType(CType(139, Byte), Integer), CType(CType(155, Byte), Integer))
- Me.mnuRendimientos.Image = Global.Inversiones.My.Resources.Resources.btnInicio_Image
- Me.mnuRendimientos.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
- Me.mnuRendimientos.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None
- Me.mnuRendimientos.Name = "mnuRendimientos"
- Me.mnuRendimientos.Size = New System.Drawing.Size(250, 40)
- Me.mnuRendimientos.Text = " Rendimientos"
- Me.mnuRendimientos.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
- Me.mnuRendimientos.Visible = False
- '
- 'FToolStripMenuItem
- '
- Me.FToolStripMenuItem.AutoSize = False
- Me.FToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(CType(CType(127, Byte), Integer), CType(CType(139, Byte), Integer), CType(CType(155, Byte), Integer))
- Me.FToolStripMenuItem.Image = Global.Inversiones.My.Resources.Resources.Button5_Image
- Me.FToolStripMenuItem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
- Me.FToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None
- Me.FToolStripMenuItem.Name = "FToolStripMenuItem"
- Me.FToolStripMenuItem.Size = New System.Drawing.Size(250, 40)
- Me.FToolStripMenuItem.Text = " Costos Financieros"
- Me.FToolStripMenuItem.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
- Me.FToolStripMenuItem.Visible = False
- '
- 'ArbitrajeToolStripMenuItem
- '
- Me.ArbitrajeToolStripMenuItem.AutoSize = False
- Me.ArbitrajeToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(CType(CType(127, Byte), Integer), CType(CType(139, Byte), Integer), CType(CType(155, Byte), Integer))
- Me.ArbitrajeToolStripMenuItem.Image = Global.Inversiones.My.Resources.Resources.btnInicio_Image
- Me.ArbitrajeToolStripMenuItem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
- Me.ArbitrajeToolStripMenuItem.Name = "ArbitrajeToolStripMenuItem"
- Me.ArbitrajeToolStripMenuItem.RightToLeft = System.Windows.Forms.RightToLeft.No
- 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
- '
- Me.picLogo.Image = CType(resources.GetObject("picLogo.Image"), System.Drawing.Image)
- Me.picLogo.ImeMode = System.Windows.Forms.ImeMode.NoControl
- Me.picLogo.Location = New System.Drawing.Point(0, 0)
- Me.picLogo.Name = "picLogo"
- Me.picLogo.Size = New System.Drawing.Size(254, 84)
- Me.picLogo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
- Me.picLogo.TabIndex = 0
- Me.picLogo.TabStop = False
- '
- 'lblInversionesTXT
- '
- Me.lblInversionesTXT.AutoSize = True
- Me.lblInversionesTXT.Font = New System.Drawing.Font("Century Gothic", 12.0!, System.Drawing.FontStyle.Bold)
- Me.lblInversionesTXT.ForeColor = System.Drawing.Color.White
- Me.lblInversionesTXT.ImeMode = System.Windows.Forms.ImeMode.NoControl
- Me.lblInversionesTXT.Location = New System.Drawing.Point(76, 101)
- Me.lblInversionesTXT.Name = "lblInversionesTXT"
- Me.lblInversionesTXT.Size = New System.Drawing.Size(93, 19)
- Me.lblInversionesTXT.TabIndex = 5
- Me.lblInversionesTXT.Text = "Inversiones"
- '
- 'StatusStrip1
- '
- Me.StatusStrip1.Location = New System.Drawing.Point(254, 704)
- Me.StatusStrip1.Name = "StatusStrip1"
- Me.StatusStrip1.Size = New System.Drawing.Size(1116, 22)
- Me.StatusStrip1.TabIndex = 12
- Me.StatusStrip1.Text = "StatusStrip1"
- '
- 'pnlPrincipal
- '
- Me.pnlPrincipal.BackColor = System.Drawing.Color.White
- Me.pnlPrincipal.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
- Me.pnlPrincipal.Controls.Add(Me.Button1)
- Me.pnlPrincipal.Controls.Add(Me.lblTitulo)
- Me.pnlPrincipal.Dock = System.Windows.Forms.DockStyle.Fill
- 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.Padding = New System.Windows.Forms.Padding(0, 50, 0, 0)
- Me.pnlPrincipal.Size = New System.Drawing.Size(1116, 655)
- Me.pnlPrincipal.TabIndex = 14
- '
- '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
- '
- '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"
- '
- 'NewToolStripButton
- '
- Me.NewToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
- Me.NewToolStripButton.Image = CType(resources.GetObject("NewToolStripButton.Image"), System.Drawing.Image)
- Me.NewToolStripButton.ImageTransparentColor = System.Drawing.Color.Black
- Me.NewToolStripButton.Name = "NewToolStripButton"
- Me.NewToolStripButton.Size = New System.Drawing.Size(23, 22)
- Me.NewToolStripButton.Text = "Nuevo"
- '
- 'OpenToolStripButton
- '
- Me.OpenToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
- Me.OpenToolStripButton.Image = CType(resources.GetObject("OpenToolStripButton.Image"), System.Drawing.Image)
- Me.OpenToolStripButton.ImageTransparentColor = System.Drawing.Color.Black
- Me.OpenToolStripButton.Name = "OpenToolStripButton"
- Me.OpenToolStripButton.Size = New System.Drawing.Size(23, 22)
- Me.OpenToolStripButton.Text = "Abrir"
- '
- 'SaveToolStripButton
- '
- Me.SaveToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
- Me.SaveToolStripButton.Image = CType(resources.GetObject("SaveToolStripButton.Image"), System.Drawing.Image)
- Me.SaveToolStripButton.ImageTransparentColor = System.Drawing.Color.Black
- Me.SaveToolStripButton.Name = "SaveToolStripButton"
- Me.SaveToolStripButton.Size = New System.Drawing.Size(23, 22)
- Me.SaveToolStripButton.Text = "Guardar"
- '
- 'PrintToolStripButton
- '
- Me.PrintToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
- Me.PrintToolStripButton.Image = CType(resources.GetObject("PrintToolStripButton.Image"), System.Drawing.Image)
- Me.PrintToolStripButton.ImageTransparentColor = System.Drawing.Color.Black
- Me.PrintToolStripButton.Name = "PrintToolStripButton"
- Me.PrintToolStripButton.Size = New System.Drawing.Size(23, 22)
- Me.PrintToolStripButton.Text = "Imprimir"
- '
- 'PrintPreviewToolStripButton
- '
- Me.PrintPreviewToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
- Me.PrintPreviewToolStripButton.Image = CType(resources.GetObject("PrintPreviewToolStripButton.Image"), System.Drawing.Image)
- Me.PrintPreviewToolStripButton.ImageTransparentColor = System.Drawing.Color.Black
- Me.PrintPreviewToolStripButton.Name = "PrintPreviewToolStripButton"
- Me.PrintPreviewToolStripButton.Size = New System.Drawing.Size(23, 22)
- Me.PrintPreviewToolStripButton.Text = "Vista previa de impresión"
- '
- 'HelpToolStripButton
- '
- Me.HelpToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
- Me.HelpToolStripButton.Image = CType(resources.GetObject("HelpToolStripButton.Image"), System.Drawing.Image)
- Me.HelpToolStripButton.ImageTransparentColor = System.Drawing.Color.Black
- Me.HelpToolStripButton.Name = "HelpToolStripButton"
- Me.HelpToolStripButton.Size = New System.Drawing.Size(23, 22)
- Me.HelpToolStripButton.Text = "Ayuda"
- '
- '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"
- '
- 'frmPrincipal
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.BackColor = System.Drawing.Color.Black
- Me.ClientSize = New System.Drawing.Size(1370, 726)
- Me.Controls.Add(Me.pnlPrincipal)
- Me.Controls.Add(Me.StatusStrip1)
- Me.Controls.Add(Me.PanelMenu)
- Me.Controls.Add(Me.ToolStrip)
- Me.Controls.Add(Me.MenuStrip)
- Me.IsMdiContainer = True
- Me.MainMenuStrip = Me.MenuStrip
- Me.Name = "frmPrincipal"
- Me.Text = "Inversiones"
- Me.WindowState = System.Windows.Forms.FormWindowState.Maximized
- Me.PanelMenu.ResumeLayout(False)
- Me.PanelMenu.PerformLayout()
- Me.mnuPrincipal.ResumeLayout(False)
- Me.mnuPrincipal.PerformLayout()
- CType(Me.picLogo, System.ComponentModel.ISupportInitialize).EndInit()
- Me.pnlPrincipal.ResumeLayout(False)
- Me.ToolStrip.ResumeLayout(False)
- Me.ToolStrip.PerformLayout()
- Me.ResumeLayout(False)
- Me.PerformLayout()
- End Sub
- Friend WithEvents ToolTip As System.Windows.Forms.ToolTip
- Friend WithEvents PanelMenu As Panel
- Friend WithEvents picLogo As PictureBox
- Friend WithEvents lblInversionesTXT As Label
- Friend WithEvents StatusStrip1 As StatusStrip
- Friend WithEvents mnuPrincipal As MenuStrip
- Friend WithEvents mnuInicio As ToolStripMenuItem
- Friend WithEvents mnuPropuestas As ToolStripMenuItem
- Friend WithEvents mnuInversiones As ToolStripMenuItem
- Friend WithEvents mnuIngresos As ToolStripMenuItem
- Friend WithEvents mnuIngresosDashboards As ToolStripMenuItem
- Friend WithEvents mnuIngresosConsulta As ToolStripMenuItem
- Friend WithEvents mnuDisponibilidades As ToolStripMenuItem
- Friend WithEvents mnuPresupuesto As ToolStripMenuItem
- Friend WithEvents mnuInformes As ToolStripMenuItem
- Friend WithEvents mnuConfiguracion As ToolStripMenuItem
- Friend WithEvents mnuCalificadoras As ToolStripMenuItem
- Friend WithEvents mnuEmisores As ToolStripMenuItem
- Friend WithEvents mnuEmpresas As ToolStripMenuItem
- Friend WithEvents mnuInstrumentos As ToolStripMenuItem
- Friend WithEvents Button1 As Button
- Friend WithEvents mnuBancos As ToolStripMenuItem
- Friend WithEvents mnuCuentasBancarias As ToolStripMenuItem
- Friend WithEvents mnuPaises As ToolStripMenuItem
- Friend WithEvents mnuFormasDePago As ToolStripMenuItem
- Friend WithEvents mnuUsuarios As ToolStripMenuItem
- Friend WithEvents mnuDepartamentos As ToolStripMenuItem
- Friend WithEvents mnuTipoCuentaBancaria As ToolStripMenuItem
- Friend WithEvents mnuRendimientos As ToolStripMenuItem
- Friend WithEvents pnlPrincipal As Panel
- Friend WithEvents FToolStripMenuItem As ToolStripMenuItem
- Friend WithEvents ArbitrajeToolStripMenuItem As ToolStripMenuItem
- 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
|