frmPrincipal.Designer.vb 31 KB

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