namespace CKUERA { partial class Inicio { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Inicio)); this.BottomToolStripPanel = new System.Windows.Forms.ToolStripPanel(); this.TopToolStripPanel = new System.Windows.Forms.ToolStripPanel(); this.RightToolStripPanel = new System.Windows.Forms.ToolStripPanel(); this.LeftToolStripPanel = new System.Windows.Forms.ToolStripPanel(); this.ContentPanel = new System.Windows.Forms.ToolStripContentPanel(); this.menuStrip1 = new System.Windows.Forms.MenuStrip(); this.usuariosToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.monedasToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.terminalCobraONoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.productosToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.clientesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.ingresosToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.ventasToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.egresosToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.reportesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.pagaréToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.vendedoresToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.otrasFuncionesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.ópticaToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.timer2 = new System.Windows.Forms.Timer(this.components); this.panel1 = new System.Windows.Forms.Panel(); this.menuStrip1.SuspendLayout(); this.SuspendLayout(); // // BottomToolStripPanel // this.BottomToolStripPanel.Location = new System.Drawing.Point(0, 0); this.BottomToolStripPanel.Name = "BottomToolStripPanel"; this.BottomToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal; this.BottomToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0); this.BottomToolStripPanel.Size = new System.Drawing.Size(0, 0); // // TopToolStripPanel // this.TopToolStripPanel.Location = new System.Drawing.Point(0, 0); this.TopToolStripPanel.Name = "TopToolStripPanel"; this.TopToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal; this.TopToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0); this.TopToolStripPanel.Size = new System.Drawing.Size(0, 0); // // RightToolStripPanel // this.RightToolStripPanel.Location = new System.Drawing.Point(0, 0); this.RightToolStripPanel.Name = "RightToolStripPanel"; this.RightToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal; this.RightToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0); this.RightToolStripPanel.Size = new System.Drawing.Size(0, 0); // // LeftToolStripPanel // this.LeftToolStripPanel.Location = new System.Drawing.Point(0, 0); this.LeftToolStripPanel.Name = "LeftToolStripPanel"; this.LeftToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal; this.LeftToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0); this.LeftToolStripPanel.Size = new System.Drawing.Size(0, 0); // // ContentPanel // this.ContentPanel.AutoScroll = true; this.ContentPanel.Size = new System.Drawing.Size(640, 426); // // menuStrip1 // this.menuStrip1.BackColor = System.Drawing.Color.SlateGray; this.menuStrip1.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.usuariosToolStripMenuItem, this.toolStripMenuItem1, this.productosToolStripMenuItem, this.clientesToolStripMenuItem, this.ingresosToolStripMenuItem, this.ventasToolStripMenuItem, this.egresosToolStripMenuItem, this.reportesToolStripMenuItem, this.pagaréToolStripMenuItem, this.vendedoresToolStripMenuItem, this.otrasFuncionesToolStripMenuItem, this.ópticaToolStripMenuItem}); this.menuStrip1.Location = new System.Drawing.Point(0, 0); this.menuStrip1.Name = "menuStrip1"; this.menuStrip1.Size = new System.Drawing.Size(1151, 29); this.menuStrip1.TabIndex = 0; this.menuStrip1.Text = "menuStrip1"; // // usuariosToolStripMenuItem // this.usuariosToolStripMenuItem.ForeColor = System.Drawing.Color.Black; this.usuariosToolStripMenuItem.Name = "usuariosToolStripMenuItem"; this.usuariosToolStripMenuItem.ShowShortcutKeys = false; this.usuariosToolStripMenuItem.Size = new System.Drawing.Size(83, 25); this.usuariosToolStripMenuItem.Text = "Usuarios"; this.usuariosToolStripMenuItem.Click += new System.EventHandler(this.usuariosToolStripMenuItem_Click); // // toolStripMenuItem1 // this.toolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.monedasToolStripMenuItem, this.terminalCobraONoToolStripMenuItem}); this.toolStripMenuItem1.ForeColor = System.Drawing.Color.Black; this.toolStripMenuItem1.Name = "toolStripMenuItem1"; this.toolStripMenuItem1.Size = new System.Drawing.Size(77, 25); this.toolStripMenuItem1.Text = "Config..."; this.toolStripMenuItem1.Click += new System.EventHandler(this.toolStripMenuItem1_Click); this.toolStripMenuItem1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.toolStripMenuItem1_MouseMove); // // monedasToolStripMenuItem // this.monedasToolStripMenuItem.BackColor = System.Drawing.SystemColors.Control; this.monedasToolStripMenuItem.ForeColor = System.Drawing.Color.Black; this.monedasToolStripMenuItem.Name = "monedasToolStripMenuItem"; this.monedasToolStripMenuItem.Size = new System.Drawing.Size(180, 26); this.monedasToolStripMenuItem.Text = "Monedas"; this.monedasToolStripMenuItem.Click += new System.EventHandler(this.monedasToolStripMenuItem_Click); // // terminalCobraONoToolStripMenuItem // this.terminalCobraONoToolStripMenuItem.Name = "terminalCobraONoToolStripMenuItem"; this.terminalCobraONoToolStripMenuItem.Size = new System.Drawing.Size(180, 26); this.terminalCobraONoToolStripMenuItem.Text = "Config. Varias"; this.terminalCobraONoToolStripMenuItem.Click += new System.EventHandler(this.terminalCobraONoToolStripMenuItem_Click); // // productosToolStripMenuItem // this.productosToolStripMenuItem.ForeColor = System.Drawing.Color.Black; this.productosToolStripMenuItem.Name = "productosToolStripMenuItem"; this.productosToolStripMenuItem.Size = new System.Drawing.Size(92, 25); this.productosToolStripMenuItem.Text = "Productos"; this.productosToolStripMenuItem.Click += new System.EventHandler(this.productosToolStripMenuItem_Click); this.productosToolStripMenuItem.MouseMove += new System.Windows.Forms.MouseEventHandler(this.productosToolStripMenuItem_MouseMove); // // clientesToolStripMenuItem // this.clientesToolStripMenuItem.ForeColor = System.Drawing.Color.Black; this.clientesToolStripMenuItem.Name = "clientesToolStripMenuItem"; this.clientesToolStripMenuItem.Size = new System.Drawing.Size(77, 25); this.clientesToolStripMenuItem.Text = "Clientes"; this.clientesToolStripMenuItem.Click += new System.EventHandler(this.clientesToolStripMenuItem_Click); // // ingresosToolStripMenuItem // this.ingresosToolStripMenuItem.ForeColor = System.Drawing.Color.Black; this.ingresosToolStripMenuItem.Name = "ingresosToolStripMenuItem"; this.ingresosToolStripMenuItem.Size = new System.Drawing.Size(81, 25); this.ingresosToolStripMenuItem.Text = "Ingresos"; this.ingresosToolStripMenuItem.Click += new System.EventHandler(this.ingresosToolStripMenuItem_Click); // // ventasToolStripMenuItem // this.ventasToolStripMenuItem.ForeColor = System.Drawing.Color.Black; this.ventasToolStripMenuItem.Name = "ventasToolStripMenuItem"; this.ventasToolStripMenuItem.Size = new System.Drawing.Size(68, 25); this.ventasToolStripMenuItem.Text = "Ventas"; this.ventasToolStripMenuItem.Click += new System.EventHandler(this.ventasToolStripMenuItem_Click); // // egresosToolStripMenuItem // this.egresosToolStripMenuItem.ForeColor = System.Drawing.Color.Black; this.egresosToolStripMenuItem.Name = "egresosToolStripMenuItem"; this.egresosToolStripMenuItem.Size = new System.Drawing.Size(76, 25); this.egresosToolStripMenuItem.Text = "Egresos"; this.egresosToolStripMenuItem.Click += new System.EventHandler(this.egresosToolStripMenuItem_Click); // // reportesToolStripMenuItem // this.reportesToolStripMenuItem.ForeColor = System.Drawing.Color.Black; this.reportesToolStripMenuItem.Name = "reportesToolStripMenuItem"; this.reportesToolStripMenuItem.Size = new System.Drawing.Size(84, 25); this.reportesToolStripMenuItem.Text = "Reportes"; this.reportesToolStripMenuItem.Click += new System.EventHandler(this.reportesToolStripMenuItem_Click); this.reportesToolStripMenuItem.MouseMove += new System.Windows.Forms.MouseEventHandler(this.reportesToolStripMenuItem_MouseMove); // // pagaréToolStripMenuItem // this.pagaréToolStripMenuItem.ForeColor = System.Drawing.Color.Black; this.pagaréToolStripMenuItem.Name = "pagaréToolStripMenuItem"; this.pagaréToolStripMenuItem.Size = new System.Drawing.Size(69, 25); this.pagaréToolStripMenuItem.Text = "Pagaré"; this.pagaréToolStripMenuItem.Click += new System.EventHandler(this.pagaréToolStripMenuItem_Click); // // vendedoresToolStripMenuItem // this.vendedoresToolStripMenuItem.ForeColor = System.Drawing.Color.Black; this.vendedoresToolStripMenuItem.Name = "vendedoresToolStripMenuItem"; this.vendedoresToolStripMenuItem.Size = new System.Drawing.Size(104, 25); this.vendedoresToolStripMenuItem.Text = "Vendedores"; this.vendedoresToolStripMenuItem.Click += new System.EventHandler(this.vendedoresToolStripMenuItem_Click); // // otrasFuncionesToolStripMenuItem // this.otrasFuncionesToolStripMenuItem.ForeColor = System.Drawing.Color.Black; this.otrasFuncionesToolStripMenuItem.Name = "otrasFuncionesToolStripMenuItem"; this.otrasFuncionesToolStripMenuItem.Size = new System.Drawing.Size(84, 25); this.otrasFuncionesToolStripMenuItem.Text = "Dr. autos"; this.otrasFuncionesToolStripMenuItem.Click += new System.EventHandler(this.otrasFuncionesToolStripMenuItem_Click); // // ópticaToolStripMenuItem // this.ópticaToolStripMenuItem.ForeColor = System.Drawing.Color.Black; this.ópticaToolStripMenuItem.Name = "ópticaToolStripMenuItem"; this.ópticaToolStripMenuItem.Size = new System.Drawing.Size(67, 25); this.ópticaToolStripMenuItem.Text = "Óptica"; this.ópticaToolStripMenuItem.Click += new System.EventHandler(this.ópticaToolStripMenuItem_Click); // // timer1 // this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // timer2 // this.timer2.Enabled = true; this.timer2.Interval = 10000; this.timer2.Tick += new System.EventHandler(this.timer2_Tick); // // panel1 // this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(0, 29); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(1151, 606); this.panel1.TabIndex = 7; // // Inicio // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1151, 635); this.Controls.Add(this.panel1); this.Controls.Add(this.menuStrip1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.IsMdiContainer = true; this.MainMenuStrip = this.menuStrip1; this.MaximizeBox = false; this.Name = "Inicio"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Inicio"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.Load += new System.EventHandler(this.inicio_Load); this.Resize += new System.EventHandler(this.Inicio_Resize); this.menuStrip1.ResumeLayout(false); this.menuStrip1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ToolStripMenuItem usuariosToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem productosToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem clientesToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem ventasToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem ingresosToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem egresosToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem reportesToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem pagaréToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem vendedoresToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem otrasFuncionesToolStripMenuItem; public System.Windows.Forms.MenuStrip menuStrip1; private System.Windows.Forms.ToolStripPanel BottomToolStripPanel; private System.Windows.Forms.ToolStripPanel TopToolStripPanel; private System.Windows.Forms.ToolStripPanel RightToolStripPanel; private System.Windows.Forms.ToolStripPanel LeftToolStripPanel; private System.Windows.Forms.ToolStripContentPanel ContentPanel; private System.Windows.Forms.Timer timer1; private System.Windows.Forms.ToolStripMenuItem ópticaToolStripMenuItem; private System.Windows.Forms.Timer timer2; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1; private System.Windows.Forms.ToolStripMenuItem monedasToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem terminalCobraONoToolStripMenuItem; private System.Windows.Forms.Panel panel1; } }