namespace ASConejos
{
partial class FMenu
{
/// <summary>
/// Variable del diseñador requerida.
/// </summary>
private System.ComponentModel.IContainer components = null;
private System.Windows.Forms.MainMenu mainMenu1;
/// <summary>
/// Limpiar los recursos que se estén utilizando.
/// </summary>
/// <param name="disposing">true si los recursos administrados se deben eliminar; false en caso contrario, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Código generado por el Diseñador de Windows Forms
/// <summary>
/// Método necesario para admitir el Diseñador. No se puede modificar
/// el contenido del método con el editor de código.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FMenu));
this.mainMenu1 = new System.Windows.Forms.MainMenu();
this.button3 = new System.Windows.Forms.Button();
this.button4 = new System.Windows.Forms.Button();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.pictureBox2 = new System.Windows.Forms.PictureBox();
this.pictureBox3 = new System.Windows.Forms.PictureBox();
this.SuspendLayout();
//
// button3
//
this.button3.BackColor = System.Drawing.Color.LightSkyBlue;
this.button3.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
this.button3.Location = new System.Drawing.Point(25, 85);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(71, 18);
this.button3.TabIndex = 2;
this.button3.Text = "button3";
//
// button4
//
this.button4.BackColor = System.Drawing.Color.LightSkyBlue;
this.button4.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
this.button4.Location = new System.Drawing.Point(25, 109);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(81, 18);
this.button4.TabIndex = 3;
this.button4.Text = "Informes";
//
// pictureBox1
//
this.pictureBox1.BackColor = System.Drawing.Color.DeepSkyBlue;
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.Location = new System.Drawing.Point(0, 0);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(240, 268);
//
// pictureBox2
//
this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
this.pictureBox2.Location = new System.Drawing.Point(25, 27);
this.pictureBox2.Name = "pictureBox2";
this.pictureBox2.Size = new System.Drawing.Size(131, 20);
this.pictureBox2.Click += new System.EventHandler(this.button2_Click);
//
// pictureBox3
//
this.pictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image")));
this.pictureBox3.Location = new System.Drawing.Point(28, 59);
this.pictureBox3.Name = "pictureBox3";
this.pictureBox3.Size = new System.Drawing.Size(131, 20);
this.pictureBox3.Click += new System.EventHandler(this.pictureBox3_Click);
//
// FMenu
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.AutoScroll = true;
this.BackColor = System.Drawing.Color.DeepSkyBlue;
this.ClientSize = new System.Drawing.Size(240, 268);
this.Controls.Add(this.pictureBox3);
this.Controls.Add(this.pictureBox2);
this.Controls.Add(this.button4);
this.Controls.Add(this.button3);
this.Controls.Add(this.pictureBox1);
this.Menu = this.mainMenu1;
this.Name = "FMenu";
this.Text = "FMenu";
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.PictureBox pictureBox2;
private System.Windows.Forms.PictureBox pictureBox3;
}