frmPrincipal.Designer.vb 31 KB

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