namespace CKUERA
{
partial class colores
{
///
/// 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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(colores));
this.butPrincipal = new System.Windows.Forms.Button();
this.Fondo = new System.Windows.Forms.Label();
this.Barra_supe = new System.Windows.Forms.Label();
this.butFondo = new System.Windows.Forms.Button();
this.butFuente = new System.Windows.Forms.Button();
this.colorDialog1 = new System.Windows.Forms.ColorDialog();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// butPrincipal
//
this.butPrincipal.Location = new System.Drawing.Point(233, 47);
this.butPrincipal.Name = "butPrincipal";
this.butPrincipal.Size = new System.Drawing.Size(198, 45);
this.butPrincipal.TabIndex = 0;
this.butPrincipal.Text = "Color principal del sistema";
this.butPrincipal.UseVisualStyleBackColor = true;
this.butPrincipal.Click += new System.EventHandler(this.butPrincipal_Click);
//
// Fondo
//
this.Fondo.BackColor = System.Drawing.Color.White;
this.Fondo.Font = new System.Drawing.Font("Arial Rounded MT Bold", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Fondo.Location = new System.Drawing.Point(227, 35);
this.Fondo.Name = "Fondo";
this.Fondo.Size = new System.Drawing.Size(458, 226);
this.Fondo.TabIndex = 1;
this.Fondo.Click += new System.EventHandler(this.Fondo_Click);
//
// Barra_supe
//
this.Barra_supe.BackColor = System.Drawing.Color.SteelBlue;
this.Barra_supe.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Barra_supe.Location = new System.Drawing.Point(12, 3);
this.Barra_supe.Name = "Barra_supe";
this.Barra_supe.Size = new System.Drawing.Size(652, 19);
this.Barra_supe.TabIndex = 2;
this.Barra_supe.Text = "Configuración de colores - Muestra previa de cómo se verá";
//
// butFondo
//
this.butFondo.Location = new System.Drawing.Point(467, 47);
this.butFondo.Name = "butFondo";
this.butFondo.Size = new System.Drawing.Size(198, 45);
this.butFondo.TabIndex = 3;
this.butFondo.Text = "Color del fondo del sistema";
this.butFondo.UseVisualStyleBackColor = true;
this.butFondo.Click += new System.EventHandler(this.butFondo_Click);
//
// butFuente
//
this.butFuente.Location = new System.Drawing.Point(466, 119);
this.butFuente.Name = "butFuente";
this.butFuente.Size = new System.Drawing.Size(198, 45);
this.butFuente.TabIndex = 4;
this.butFuente.Text = "Color de fuente del sistema";
this.butFuente.UseVisualStyleBackColor = true;
this.butFuente.Click += new System.EventHandler(this.butFuente_Click);
//
// label1
//
this.label1.BackColor = System.Drawing.Color.White;
this.label1.Font = new System.Drawing.Font("Arial Rounded MT Bold", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.ForeColor = System.Drawing.Color.SteelBlue;
this.label1.Location = new System.Drawing.Point(230, 195);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(455, 66);
this.label1.TabIndex = 5;
this.label1.Text = "Cada configuración de color tiene autoguardado. El sistema aplicará el nuevo colo" +
"r cuando usted vuelva a iniciar.";
//
// label2
//
this.label2.Location = new System.Drawing.Point(12, 35);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(212, 205);
this.label2.TabIndex = 6;
this.label2.Text = resources.GetString("label2.Text");
//
// colores
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.SteelBlue;
this.ClientSize = new System.Drawing.Size(677, 260);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.butFuente);
this.Controls.Add(this.butFondo);
this.Controls.Add(this.Barra_supe);
this.Controls.Add(this.butPrincipal);
this.Controls.Add(this.Fondo);
this.Font = new System.Drawing.Font("Arial Narrow", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.Name = "colores";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Colores";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.colores_FormClosed);
this.Load += new System.EventHandler(this.colores_Load);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button butPrincipal;
private System.Windows.Forms.Label Fondo;
private System.Windows.Forms.Label Barra_supe;
private System.Windows.Forms.Button butFondo;
private System.Windows.Forms.Button butFuente;
private System.Windows.Forms.ColorDialog colorDialog1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
}
}