frmPrincipal.Designer.vb 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
  2. Partial Class frmPrincipal
  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(frmPrincipal))
  24. Me.ToolTip = New System.Windows.Forms.ToolTip(Me.components)
  25. Me.PanelMenu = New System.Windows.Forms.Panel()
  26. Me.mnuPrincipal = New System.Windows.Forms.MenuStrip()
  27. Me.lblInversionesTXT = New System.Windows.Forms.Label()
  28. Me.StatusStrip1 = New System.Windows.Forms.StatusStrip()
  29. Me.pnlPrincipal = New System.Windows.Forms.Panel()
  30. Me.lblTitulo = New System.Windows.Forms.Label()
  31. Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator()
  32. Me.ToolStripSeparator2 = New System.Windows.Forms.ToolStripSeparator()
  33. Me.ToolStrip = New System.Windows.Forms.ToolStrip()
  34. Me.MenuStrip = New System.Windows.Forms.MenuStrip()
  35. Me.Button1 = New System.Windows.Forms.Button()
  36. Me.mnuInicio = New System.Windows.Forms.ToolStripMenuItem()
  37. Me.mnuPropuestas = New System.Windows.Forms.ToolStripMenuItem()
  38. Me.mnuInversiones = New System.Windows.Forms.ToolStripMenuItem()
  39. Me.mnuIngresos = New System.Windows.Forms.ToolStripMenuItem()
  40. Me.mnuIngresosDashboards = New System.Windows.Forms.ToolStripMenuItem()
  41. Me.mnuIngresosConsulta = New System.Windows.Forms.ToolStripMenuItem()
  42. Me.mnuDisponibilidades = New System.Windows.Forms.ToolStripMenuItem()
  43. Me.mnuPresupuesto = New System.Windows.Forms.ToolStripMenuItem()
  44. Me.mnuInformes = New System.Windows.Forms.ToolStripMenuItem()
  45. Me.mnuConfiguracion = New System.Windows.Forms.ToolStripMenuItem()
  46. Me.mnuCalificadoras = New System.Windows.Forms.ToolStripMenuItem()
  47. Me.mnuEmisores = New System.Windows.Forms.ToolStripMenuItem()
  48. Me.mnuEmpresas = New System.Windows.Forms.ToolStripMenuItem()
  49. Me.mnuInstrumentos = New System.Windows.Forms.ToolStripMenuItem()
  50. Me.mnuBancos = New System.Windows.Forms.ToolStripMenuItem()
  51. Me.mnuCuentasBancarias = New System.Windows.Forms.ToolStripMenuItem()
  52. Me.mnuTipoCuentaBancaria = New System.Windows.Forms.ToolStripMenuItem()
  53. Me.mnuPaises = New System.Windows.Forms.ToolStripMenuItem()
  54. Me.mnuFormasDePago = New System.Windows.Forms.ToolStripMenuItem()
  55. Me.mnuUsuarios = New System.Windows.Forms.ToolStripMenuItem()
  56. Me.mnuDepartamentos = New System.Windows.Forms.ToolStripMenuItem()
  57. Me.mnuRendimientos = New System.Windows.Forms.ToolStripMenuItem()
  58. Me.FToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  59. Me.ArbitrajeToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  60. Me.picLogo = New System.Windows.Forms.PictureBox()
  61. Me.NewToolStripButton = New System.Windows.Forms.ToolStripButton()
  62. Me.OpenToolStripButton = New System.Windows.Forms.ToolStripButton()
  63. Me.SaveToolStripButton = New System.Windows.Forms.ToolStripButton()
  64. Me.PrintToolStripButton = New System.Windows.Forms.ToolStripButton()
  65. Me.PrintPreviewToolStripButton = New System.Windows.Forms.ToolStripButton()
  66. Me.HelpToolStripButton = New System.Windows.Forms.ToolStripButton()
  67. Me.PanelMenu.SuspendLayout()
  68. Me.mnuPrincipal.SuspendLayout()
  69. Me.pnlPrincipal.SuspendLayout()
  70. Me.ToolStrip.SuspendLayout()
  71. CType(Me.picLogo, System.ComponentModel.ISupportInitialize).BeginInit()
  72. Me.SuspendLayout()
  73. '
  74. 'PanelMenu
  75. '
  76. Me.PanelMenu.BackColor = System.Drawing.Color.FromArgb(CType(CType(35, Byte), Integer), CType(CType(39, Byte), Integer), CType(CType(45, Byte), Integer))
  77. Me.PanelMenu.Controls.Add(Me.mnuPrincipal)
  78. Me.PanelMenu.Controls.Add(Me.picLogo)
  79. Me.PanelMenu.Controls.Add(Me.lblInversionesTXT)
  80. Me.PanelMenu.Dock = System.Windows.Forms.DockStyle.Left
  81. Me.PanelMenu.Location = New System.Drawing.Point(0, 49)
  82. Me.PanelMenu.Name = "PanelMenu"
  83. Me.PanelMenu.Size = New System.Drawing.Size(254, 677)
  84. Me.PanelMenu.TabIndex = 10
  85. '
  86. 'mnuPrincipal
  87. '
  88. Me.mnuPrincipal.AutoSize = False
  89. Me.mnuPrincipal.BackColor = System.Drawing.Color.FromArgb(CType(CType(35, Byte), Integer), CType(CType(39, Byte), Integer), CType(CType(45, Byte), Integer))
  90. Me.mnuPrincipal.Dock = System.Windows.Forms.DockStyle.None
  91. Me.mnuPrincipal.Font = New System.Drawing.Font("Century Gothic", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  92. 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})
  93. Me.mnuPrincipal.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.VerticalStackWithOverflow
  94. Me.mnuPrincipal.Location = New System.Drawing.Point(0, 120)
  95. Me.mnuPrincipal.Name = "mnuPrincipal"
  96. Me.mnuPrincipal.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional
  97. Me.mnuPrincipal.ShowItemToolTips = True
  98. Me.mnuPrincipal.Size = New System.Drawing.Size(250, 557)
  99. Me.mnuPrincipal.TabIndex = 15
  100. Me.mnuPrincipal.Text = "MenuStrip1"
  101. '
  102. 'lblInversionesTXT
  103. '
  104. Me.lblInversionesTXT.AutoSize = True
  105. Me.lblInversionesTXT.Font = New System.Drawing.Font("Century Gothic", 12.0!, System.Drawing.FontStyle.Bold)
  106. Me.lblInversionesTXT.ForeColor = System.Drawing.Color.White
  107. Me.lblInversionesTXT.ImeMode = System.Windows.Forms.ImeMode.NoControl
  108. Me.lblInversionesTXT.Location = New System.Drawing.Point(76, 101)
  109. Me.lblInversionesTXT.Name = "lblInversionesTXT"
  110. Me.lblInversionesTXT.Size = New System.Drawing.Size(93, 19)
  111. Me.lblInversionesTXT.TabIndex = 5
  112. Me.lblInversionesTXT.Text = "Inversiones"
  113. '
  114. 'StatusStrip1
  115. '
  116. Me.StatusStrip1.Location = New System.Drawing.Point(254, 704)
  117. Me.StatusStrip1.Name = "StatusStrip1"
  118. Me.StatusStrip1.Size = New System.Drawing.Size(1116, 22)
  119. Me.StatusStrip1.TabIndex = 12
  120. Me.StatusStrip1.Text = "StatusStrip1"
  121. '
  122. 'pnlPrincipal
  123. '
  124. Me.pnlPrincipal.BackColor = System.Drawing.Color.White
  125. Me.pnlPrincipal.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  126. Me.pnlPrincipal.Controls.Add(Me.Button1)
  127. Me.pnlPrincipal.Controls.Add(Me.lblTitulo)
  128. Me.pnlPrincipal.Dock = System.Windows.Forms.DockStyle.Fill
  129. Me.pnlPrincipal.Location = New System.Drawing.Point(254, 49)
  130. Me.pnlPrincipal.Margin = New System.Windows.Forms.Padding(3, 15, 3, 3)
  131. Me.pnlPrincipal.Name = "pnlPrincipal"
  132. Me.pnlPrincipal.Padding = New System.Windows.Forms.Padding(0, 50, 0, 0)
  133. Me.pnlPrincipal.Size = New System.Drawing.Size(1116, 655)
  134. Me.pnlPrincipal.TabIndex = 14
  135. '
  136. 'lblTitulo
  137. '
  138. Me.lblTitulo.BackColor = System.Drawing.Color.White
  139. Me.lblTitulo.Dock = System.Windows.Forms.DockStyle.Top
  140. Me.lblTitulo.Font = New System.Drawing.Font("Century Gothic", 24.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  141. Me.lblTitulo.ForeColor = System.Drawing.Color.FromArgb(CType(CType(21, Byte), Integer), CType(CType(37, Byte), Integer), CType(CType(60, Byte), Integer))
  142. Me.lblTitulo.ImageAlign = System.Drawing.ContentAlignment.TopCenter
  143. Me.lblTitulo.Location = New System.Drawing.Point(0, 50)
  144. Me.lblTitulo.Name = "lblTitulo"
  145. Me.lblTitulo.RightToLeft = System.Windows.Forms.RightToLeft.Yes
  146. Me.lblTitulo.Size = New System.Drawing.Size(1116, 33)
  147. Me.lblTitulo.TabIndex = 2
  148. Me.lblTitulo.Text = "SISTEMA DE INVERSIONES INVERLEC"
  149. Me.lblTitulo.TextAlign = System.Drawing.ContentAlignment.TopCenter
  150. '
  151. 'ToolStripSeparator1
  152. '
  153. Me.ToolStripSeparator1.Name = "ToolStripSeparator1"
  154. Me.ToolStripSeparator1.Size = New System.Drawing.Size(6, 25)
  155. '
  156. 'ToolStripSeparator2
  157. '
  158. Me.ToolStripSeparator2.Name = "ToolStripSeparator2"
  159. Me.ToolStripSeparator2.Size = New System.Drawing.Size(6, 25)
  160. '
  161. 'ToolStrip
  162. '
  163. 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})
  164. Me.ToolStrip.Location = New System.Drawing.Point(0, 24)
  165. Me.ToolStrip.Name = "ToolStrip"
  166. Me.ToolStrip.Size = New System.Drawing.Size(1370, 25)
  167. Me.ToolStrip.TabIndex = 6
  168. Me.ToolStrip.Text = "ToolStrip"
  169. '
  170. 'MenuStrip
  171. '
  172. Me.MenuStrip.BackColor = System.Drawing.Color.FromArgb(CType(CType(35, Byte), Integer), CType(CType(39, Byte), Integer), CType(CType(45, Byte), Integer))
  173. Me.MenuStrip.Location = New System.Drawing.Point(0, 0)
  174. Me.MenuStrip.Name = "MenuStrip"
  175. Me.MenuStrip.Size = New System.Drawing.Size(1370, 24)
  176. Me.MenuStrip.TabIndex = 5
  177. Me.MenuStrip.Text = "MenuStrip"
  178. '
  179. 'Button1
  180. '
  181. Me.Button1.BackColor = System.Drawing.Color.Transparent
  182. Me.Button1.Font = New System.Drawing.Font("Microsoft Sans Serif", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  183. Me.Button1.Location = New System.Drawing.Point(6, 3)
  184. Me.Button1.Name = "Button1"
  185. Me.Button1.Size = New System.Drawing.Size(50, 35)
  186. Me.Button1.TabIndex = 14
  187. Me.Button1.Text = "≡"
  188. Me.Button1.TextAlign = System.Drawing.ContentAlignment.TopCenter
  189. Me.Button1.UseVisualStyleBackColor = False
  190. '
  191. 'mnuInicio
  192. '
  193. Me.mnuInicio.AutoSize = False
  194. Me.mnuInicio.ForeColor = System.Drawing.Color.FromArgb(CType(CType(127, Byte), Integer), CType(CType(139, Byte), Integer), CType(CType(155, Byte), Integer))
  195. Me.mnuInicio.Image = Global.Inversiones.My.Resources.Resources.btnInicio_Image
  196. Me.mnuInicio.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
  197. Me.mnuInicio.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None
  198. Me.mnuInicio.Margin = New System.Windows.Forms.Padding(0, 0, 0, 6)
  199. Me.mnuInicio.Name = "mnuInicio"
  200. Me.mnuInicio.Size = New System.Drawing.Size(250, 40)
  201. Me.mnuInicio.Text = " Inicio"
  202. Me.mnuInicio.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
  203. Me.mnuInicio.TextDirection = System.Windows.Forms.ToolStripTextDirection.Horizontal
  204. Me.mnuInicio.ToolTipText = "Inicio"
  205. '
  206. 'mnuPropuestas
  207. '
  208. Me.mnuPropuestas.AutoSize = False
  209. Me.mnuPropuestas.ForeColor = System.Drawing.Color.FromArgb(CType(CType(127, Byte), Integer), CType(CType(139, Byte), Integer), CType(CType(155, Byte), Integer))
  210. Me.mnuPropuestas.Image = Global.Inversiones.My.Resources.Resources.btnPropuestaDeInversion_Image
  211. Me.mnuPropuestas.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
  212. Me.mnuPropuestas.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None
  213. Me.mnuPropuestas.Margin = New System.Windows.Forms.Padding(0, 0, 0, 6)
  214. Me.mnuPropuestas.Name = "mnuPropuestas"
  215. Me.mnuPropuestas.Size = New System.Drawing.Size(250, 40)
  216. Me.mnuPropuestas.Text = " Propuestas de Inversión"
  217. Me.mnuPropuestas.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
  218. Me.mnuPropuestas.ToolTipText = "Propuestas de Inversión"
  219. '
  220. 'mnuInversiones
  221. '
  222. Me.mnuInversiones.AutoSize = False
  223. Me.mnuInversiones.ForeColor = System.Drawing.Color.FromArgb(CType(CType(127, Byte), Integer), CType(CType(139, Byte), Integer), CType(CType(155, Byte), Integer))
  224. Me.mnuInversiones.Image = Global.Inversiones.My.Resources.Resources.btnInverntario_Image
  225. Me.mnuInversiones.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
  226. Me.mnuInversiones.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None
  227. Me.mnuInversiones.Margin = New System.Windows.Forms.Padding(0, 0, 0, 6)
  228. Me.mnuInversiones.Name = "mnuInversiones"
  229. Me.mnuInversiones.Size = New System.Drawing.Size(250, 40)
  230. Me.mnuInversiones.Text = " Inversiones"
  231. Me.mnuInversiones.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
  232. Me.mnuInversiones.ToolTipText = "Inventario de Inversiones"
  233. '
  234. 'mnuIngresos
  235. '
  236. Me.mnuIngresos.AutoSize = False
  237. Me.mnuIngresos.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuIngresosDashboards, Me.mnuIngresosConsulta})
  238. Me.mnuIngresos.ForeColor = System.Drawing.Color.FromArgb(CType(CType(127, Byte), Integer), CType(CType(139, Byte), Integer), CType(CType(155, Byte), Integer))
  239. Me.mnuIngresos.Image = Global.Inversiones.My.Resources.Resources.Button3_Image
  240. Me.mnuIngresos.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
  241. Me.mnuIngresos.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None
  242. Me.mnuIngresos.Margin = New System.Windows.Forms.Padding(0, 0, 0, 6)
  243. Me.mnuIngresos.Name = "mnuIngresos"
  244. Me.mnuIngresos.Size = New System.Drawing.Size(250, 40)
  245. Me.mnuIngresos.Text = " Ingresos"
  246. Me.mnuIngresos.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
  247. Me.mnuIngresos.ToolTipText = "Ingresos"
  248. '
  249. 'mnuIngresosDashboards
  250. '
  251. Me.mnuIngresosDashboards.Name = "mnuIngresosDashboards"
  252. Me.mnuIngresosDashboards.Size = New System.Drawing.Size(165, 24)
  253. Me.mnuIngresosDashboards.Text = "Dashboards"
  254. '
  255. 'mnuIngresosConsulta
  256. '
  257. Me.mnuIngresosConsulta.Name = "mnuIngresosConsulta"
  258. Me.mnuIngresosConsulta.Size = New System.Drawing.Size(165, 24)
  259. Me.mnuIngresosConsulta.Text = "Consulta"
  260. '
  261. 'mnuDisponibilidades
  262. '
  263. Me.mnuDisponibilidades.AutoSize = False
  264. Me.mnuDisponibilidades.ForeColor = System.Drawing.Color.FromArgb(CType(CType(127, Byte), Integer), CType(CType(139, Byte), Integer), CType(CType(155, Byte), Integer))
  265. Me.mnuDisponibilidades.Image = Global.Inversiones.My.Resources.Resources.btnDisponibilidades_Image
  266. Me.mnuDisponibilidades.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
  267. Me.mnuDisponibilidades.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None
  268. Me.mnuDisponibilidades.Margin = New System.Windows.Forms.Padding(0, 0, 0, 6)
  269. Me.mnuDisponibilidades.Name = "mnuDisponibilidades"
  270. Me.mnuDisponibilidades.Size = New System.Drawing.Size(250, 40)
  271. Me.mnuDisponibilidades.Text = " Disponibilidades"
  272. Me.mnuDisponibilidades.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
  273. Me.mnuDisponibilidades.ToolTipText = "Disponibilidades"
  274. '
  275. 'mnuPresupuesto
  276. '
  277. Me.mnuPresupuesto.AutoSize = False
  278. Me.mnuPresupuesto.ForeColor = System.Drawing.Color.FromArgb(CType(CType(127, Byte), Integer), CType(CType(139, Byte), Integer), CType(CType(155, Byte), Integer))
  279. Me.mnuPresupuesto.Image = Global.Inversiones.My.Resources.Resources.Button4_Image
  280. Me.mnuPresupuesto.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
  281. Me.mnuPresupuesto.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None
  282. Me.mnuPresupuesto.Margin = New System.Windows.Forms.Padding(0, 0, 0, 6)
  283. Me.mnuPresupuesto.Name = "mnuPresupuesto"
  284. Me.mnuPresupuesto.Size = New System.Drawing.Size(250, 40)
  285. Me.mnuPresupuesto.Text = " Presupuesto"
  286. Me.mnuPresupuesto.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
  287. Me.mnuPresupuesto.ToolTipText = "Presupuesto"
  288. '
  289. 'mnuInformes
  290. '
  291. Me.mnuInformes.AutoSize = False
  292. Me.mnuInformes.ForeColor = System.Drawing.Color.FromArgb(CType(CType(127, Byte), Integer), CType(CType(139, Byte), Integer), CType(CType(155, Byte), Integer))
  293. Me.mnuInformes.Image = Global.Inversiones.My.Resources.Resources.Button1_Image
  294. Me.mnuInformes.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
  295. Me.mnuInformes.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None
  296. Me.mnuInformes.Margin = New System.Windows.Forms.Padding(0, 0, 0, 6)
  297. Me.mnuInformes.Name = "mnuInformes"
  298. Me.mnuInformes.Size = New System.Drawing.Size(250, 40)
  299. Me.mnuInformes.Text = " Informes"
  300. Me.mnuInformes.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
  301. Me.mnuInformes.ToolTipText = "Informes"
  302. '
  303. 'mnuConfiguracion
  304. '
  305. Me.mnuConfiguracion.AutoSize = False
  306. 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})
  307. Me.mnuConfiguracion.ForeColor = System.Drawing.Color.FromArgb(CType(CType(127, Byte), Integer), CType(CType(139, Byte), Integer), CType(CType(155, Byte), Integer))
  308. Me.mnuConfiguracion.Image = Global.Inversiones.My.Resources.Resources.Button5_Image
  309. Me.mnuConfiguracion.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
  310. Me.mnuConfiguracion.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None
  311. Me.mnuConfiguracion.Name = "mnuConfiguracion"
  312. Me.mnuConfiguracion.Size = New System.Drawing.Size(250, 40)
  313. Me.mnuConfiguracion.Text = " Configuración"
  314. Me.mnuConfiguracion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
  315. Me.mnuConfiguracion.ToolTipText = "Configuración"
  316. '
  317. 'mnuCalificadoras
  318. '
  319. Me.mnuCalificadoras.Name = "mnuCalificadoras"
  320. Me.mnuCalificadoras.Size = New System.Drawing.Size(235, 24)
  321. Me.mnuCalificadoras.Text = "Calificadoras"
  322. '
  323. 'mnuEmisores
  324. '
  325. Me.mnuEmisores.Name = "mnuEmisores"
  326. Me.mnuEmisores.Size = New System.Drawing.Size(235, 24)
  327. Me.mnuEmisores.Text = "Emisores"
  328. '
  329. 'mnuEmpresas
  330. '
  331. Me.mnuEmpresas.Name = "mnuEmpresas"
  332. Me.mnuEmpresas.Size = New System.Drawing.Size(235, 24)
  333. Me.mnuEmpresas.Text = "Empresas"
  334. '
  335. 'mnuInstrumentos
  336. '
  337. Me.mnuInstrumentos.Name = "mnuInstrumentos"
  338. Me.mnuInstrumentos.Size = New System.Drawing.Size(235, 24)
  339. Me.mnuInstrumentos.Text = "Instrumentos"
  340. '
  341. 'mnuBancos
  342. '
  343. Me.mnuBancos.Name = "mnuBancos"
  344. Me.mnuBancos.Size = New System.Drawing.Size(235, 24)
  345. Me.mnuBancos.Text = "Bancos"
  346. '
  347. 'mnuCuentasBancarias
  348. '
  349. Me.mnuCuentasBancarias.Name = "mnuCuentasBancarias"
  350. Me.mnuCuentasBancarias.Size = New System.Drawing.Size(235, 24)
  351. Me.mnuCuentasBancarias.Text = "Cuentas Bancarias"
  352. '
  353. 'mnuTipoCuentaBancaria
  354. '
  355. Me.mnuTipoCuentaBancaria.Name = "mnuTipoCuentaBancaria"
  356. Me.mnuTipoCuentaBancaria.Size = New System.Drawing.Size(235, 24)
  357. Me.mnuTipoCuentaBancaria.Text = "Tipo Cuenta Bancaria"
  358. '
  359. 'mnuPaises
  360. '
  361. Me.mnuPaises.Name = "mnuPaises"
  362. Me.mnuPaises.Size = New System.Drawing.Size(235, 24)
  363. Me.mnuPaises.Text = "Paises"
  364. '
  365. 'mnuFormasDePago
  366. '
  367. Me.mnuFormasDePago.Name = "mnuFormasDePago"
  368. Me.mnuFormasDePago.Size = New System.Drawing.Size(235, 24)
  369. Me.mnuFormasDePago.Text = "Formas de Pago"
  370. '
  371. 'mnuUsuarios
  372. '
  373. Me.mnuUsuarios.Name = "mnuUsuarios"
  374. Me.mnuUsuarios.Size = New System.Drawing.Size(235, 24)
  375. Me.mnuUsuarios.Text = "Usuarios"
  376. '
  377. 'mnuDepartamentos
  378. '
  379. Me.mnuDepartamentos.Name = "mnuDepartamentos"
  380. Me.mnuDepartamentos.Size = New System.Drawing.Size(235, 24)
  381. Me.mnuDepartamentos.Text = "Departamentos"
  382. '
  383. 'mnuRendimientos
  384. '
  385. Me.mnuRendimientos.AutoSize = False
  386. Me.mnuRendimientos.ForeColor = System.Drawing.Color.FromArgb(CType(CType(127, Byte), Integer), CType(CType(139, Byte), Integer), CType(CType(155, Byte), Integer))
  387. Me.mnuRendimientos.Image = Global.Inversiones.My.Resources.Resources.btnInicio_Image
  388. Me.mnuRendimientos.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
  389. Me.mnuRendimientos.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None
  390. Me.mnuRendimientos.Name = "mnuRendimientos"
  391. Me.mnuRendimientos.Size = New System.Drawing.Size(250, 40)
  392. Me.mnuRendimientos.Text = " Rendimientos"
  393. Me.mnuRendimientos.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
  394. '
  395. 'FToolStripMenuItem
  396. '
  397. Me.FToolStripMenuItem.AutoSize = False
  398. Me.FToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(CType(CType(127, Byte), Integer), CType(CType(139, Byte), Integer), CType(CType(155, Byte), Integer))
  399. Me.FToolStripMenuItem.Image = Global.Inversiones.My.Resources.Resources.Button5_Image
  400. Me.FToolStripMenuItem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
  401. Me.FToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None
  402. Me.FToolStripMenuItem.Name = "FToolStripMenuItem"
  403. Me.FToolStripMenuItem.Size = New System.Drawing.Size(250, 40)
  404. Me.FToolStripMenuItem.Text = " Costos Financieros"
  405. Me.FToolStripMenuItem.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
  406. '
  407. 'ArbitrajeToolStripMenuItem
  408. '
  409. Me.ArbitrajeToolStripMenuItem.AutoSize = False
  410. Me.ArbitrajeToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(CType(CType(127, Byte), Integer), CType(CType(139, Byte), Integer), CType(CType(155, Byte), Integer))
  411. Me.ArbitrajeToolStripMenuItem.Image = Global.Inversiones.My.Resources.Resources.btnInicio_Image
  412. Me.ArbitrajeToolStripMenuItem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
  413. Me.ArbitrajeToolStripMenuItem.Name = "ArbitrajeToolStripMenuItem"
  414. Me.ArbitrajeToolStripMenuItem.RightToLeft = System.Windows.Forms.RightToLeft.No
  415. Me.ArbitrajeToolStripMenuItem.Size = New System.Drawing.Size(250, 40)
  416. Me.ArbitrajeToolStripMenuItem.Text = " Arbitraje"
  417. Me.ArbitrajeToolStripMenuItem.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
  418. '
  419. 'picLogo
  420. '
  421. Me.picLogo.Image = CType(resources.GetObject("picLogo.Image"), System.Drawing.Image)
  422. Me.picLogo.ImeMode = System.Windows.Forms.ImeMode.NoControl
  423. Me.picLogo.Location = New System.Drawing.Point(0, 0)
  424. Me.picLogo.Name = "picLogo"
  425. Me.picLogo.Size = New System.Drawing.Size(254, 84)
  426. Me.picLogo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
  427. Me.picLogo.TabIndex = 0
  428. Me.picLogo.TabStop = False
  429. '
  430. 'NewToolStripButton
  431. '
  432. Me.NewToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  433. Me.NewToolStripButton.Image = CType(resources.GetObject("NewToolStripButton.Image"), System.Drawing.Image)
  434. Me.NewToolStripButton.ImageTransparentColor = System.Drawing.Color.Black
  435. Me.NewToolStripButton.Name = "NewToolStripButton"
  436. Me.NewToolStripButton.Size = New System.Drawing.Size(23, 22)
  437. Me.NewToolStripButton.Text = "Nuevo"
  438. '
  439. 'OpenToolStripButton
  440. '
  441. Me.OpenToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  442. Me.OpenToolStripButton.Image = CType(resources.GetObject("OpenToolStripButton.Image"), System.Drawing.Image)
  443. Me.OpenToolStripButton.ImageTransparentColor = System.Drawing.Color.Black
  444. Me.OpenToolStripButton.Name = "OpenToolStripButton"
  445. Me.OpenToolStripButton.Size = New System.Drawing.Size(23, 22)
  446. Me.OpenToolStripButton.Text = "Abrir"
  447. '
  448. 'SaveToolStripButton
  449. '
  450. Me.SaveToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  451. Me.SaveToolStripButton.Image = CType(resources.GetObject("SaveToolStripButton.Image"), System.Drawing.Image)
  452. Me.SaveToolStripButton.ImageTransparentColor = System.Drawing.Color.Black
  453. Me.SaveToolStripButton.Name = "SaveToolStripButton"
  454. Me.SaveToolStripButton.Size = New System.Drawing.Size(23, 22)
  455. Me.SaveToolStripButton.Text = "Guardar"
  456. '
  457. 'PrintToolStripButton
  458. '
  459. Me.PrintToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  460. Me.PrintToolStripButton.Image = CType(resources.GetObject("PrintToolStripButton.Image"), System.Drawing.Image)
  461. Me.PrintToolStripButton.ImageTransparentColor = System.Drawing.Color.Black
  462. Me.PrintToolStripButton.Name = "PrintToolStripButton"
  463. Me.PrintToolStripButton.Size = New System.Drawing.Size(23, 22)
  464. Me.PrintToolStripButton.Text = "Imprimir"
  465. '
  466. 'PrintPreviewToolStripButton
  467. '
  468. Me.PrintPreviewToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  469. Me.PrintPreviewToolStripButton.Image = CType(resources.GetObject("PrintPreviewToolStripButton.Image"), System.Drawing.Image)
  470. Me.PrintPreviewToolStripButton.ImageTransparentColor = System.Drawing.Color.Black
  471. Me.PrintPreviewToolStripButton.Name = "PrintPreviewToolStripButton"
  472. Me.PrintPreviewToolStripButton.Size = New System.Drawing.Size(23, 22)
  473. Me.PrintPreviewToolStripButton.Text = "Vista previa de impresión"
  474. '
  475. 'HelpToolStripButton
  476. '
  477. Me.HelpToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
  478. Me.HelpToolStripButton.Image = CType(resources.GetObject("HelpToolStripButton.Image"), System.Drawing.Image)
  479. Me.HelpToolStripButton.ImageTransparentColor = System.Drawing.Color.Black
  480. Me.HelpToolStripButton.Name = "HelpToolStripButton"
  481. Me.HelpToolStripButton.Size = New System.Drawing.Size(23, 22)
  482. Me.HelpToolStripButton.Text = "Ayuda"
  483. '
  484. 'frmPrincipal
  485. '
  486. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  487. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  488. Me.BackColor = System.Drawing.Color.Black
  489. Me.ClientSize = New System.Drawing.Size(1370, 726)
  490. Me.Controls.Add(Me.pnlPrincipal)
  491. Me.Controls.Add(Me.StatusStrip1)
  492. Me.Controls.Add(Me.PanelMenu)
  493. Me.Controls.Add(Me.ToolStrip)
  494. Me.Controls.Add(Me.MenuStrip)
  495. Me.IsMdiContainer = True
  496. Me.MainMenuStrip = Me.MenuStrip
  497. Me.Name = "frmPrincipal"
  498. Me.Text = "Inversiones"
  499. Me.WindowState = System.Windows.Forms.FormWindowState.Maximized
  500. Me.PanelMenu.ResumeLayout(False)
  501. Me.PanelMenu.PerformLayout()
  502. Me.mnuPrincipal.ResumeLayout(False)
  503. Me.mnuPrincipal.PerformLayout()
  504. Me.pnlPrincipal.ResumeLayout(False)
  505. Me.ToolStrip.ResumeLayout(False)
  506. Me.ToolStrip.PerformLayout()
  507. CType(Me.picLogo, System.ComponentModel.ISupportInitialize).EndInit()
  508. Me.ResumeLayout(False)
  509. Me.PerformLayout()
  510. End Sub
  511. Friend WithEvents ToolTip As System.Windows.Forms.ToolTip
  512. Friend WithEvents PanelMenu As Panel
  513. Friend WithEvents picLogo As PictureBox
  514. Friend WithEvents lblInversionesTXT As Label
  515. Friend WithEvents StatusStrip1 As StatusStrip
  516. Friend WithEvents mnuPrincipal As MenuStrip
  517. Friend WithEvents mnuInicio As ToolStripMenuItem
  518. Friend WithEvents mnuPropuestas As ToolStripMenuItem
  519. Friend WithEvents mnuInversiones As ToolStripMenuItem
  520. Friend WithEvents mnuIngresos As ToolStripMenuItem
  521. Friend WithEvents mnuIngresosDashboards As ToolStripMenuItem
  522. Friend WithEvents mnuIngresosConsulta As ToolStripMenuItem
  523. Friend WithEvents mnuDisponibilidades As ToolStripMenuItem
  524. Friend WithEvents mnuPresupuesto As ToolStripMenuItem
  525. Friend WithEvents mnuInformes As ToolStripMenuItem
  526. Friend WithEvents mnuConfiguracion As ToolStripMenuItem
  527. Friend WithEvents mnuCalificadoras As ToolStripMenuItem
  528. Friend WithEvents mnuEmisores As ToolStripMenuItem
  529. Friend WithEvents mnuEmpresas As ToolStripMenuItem
  530. Friend WithEvents mnuInstrumentos As ToolStripMenuItem
  531. Friend WithEvents Button1 As Button
  532. Friend WithEvents mnuBancos As ToolStripMenuItem
  533. Friend WithEvents mnuCuentasBancarias As ToolStripMenuItem
  534. Friend WithEvents mnuPaises As ToolStripMenuItem
  535. Friend WithEvents mnuFormasDePago As ToolStripMenuItem
  536. Friend WithEvents mnuUsuarios As ToolStripMenuItem
  537. Friend WithEvents mnuDepartamentos As ToolStripMenuItem
  538. Friend WithEvents mnuTipoCuentaBancaria As ToolStripMenuItem
  539. Friend WithEvents mnuRendimientos As ToolStripMenuItem
  540. Friend WithEvents pnlPrincipal As Panel
  541. Friend WithEvents FToolStripMenuItem As ToolStripMenuItem
  542. Friend WithEvents ArbitrajeToolStripMenuItem As ToolStripMenuItem
  543. Friend WithEvents lblTitulo As Label
  544. Friend WithEvents NewToolStripButton As ToolStripButton
  545. Friend WithEvents OpenToolStripButton As ToolStripButton
  546. Friend WithEvents SaveToolStripButton As ToolStripButton
  547. Friend WithEvents ToolStripSeparator1 As ToolStripSeparator
  548. Friend WithEvents PrintToolStripButton As ToolStripButton
  549. Friend WithEvents PrintPreviewToolStripButton As ToolStripButton
  550. Friend WithEvents ToolStripSeparator2 As ToolStripSeparator
  551. Friend WithEvents HelpToolStripButton As ToolStripButton
  552. Friend WithEvents ToolStrip As ToolStrip
  553. Friend WithEvents MenuStrip As MenuStrip
  554. End Class