You are on page 1of 8

namespace prj37445_Equacao_segundo_grau

{
partial class frm37445_Equacao_segundo_grau
{
/// <summary>
/// Variável de designer necessária.
/// </summary>
private System.ComponentModel.IContainer components = null;

/// <summary>
/// Limpar os recursos que estão sendo usados.
/// </summary>
/// <param name="disposing">true se for necessário descartar os recursos
gerenciados; caso contrário, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}

#region Código gerado pelo Windows Form Designer

/// <summary>
/// Método necessário para suporte ao Designer - não modifique
/// o conteúdo deste método com o editor de código.
/// </summary>
private void InitializeComponent()
{
this.grbentrada = new System.Windows.Forms.GroupBox();
this.txtc = new System.Windows.Forms.TextBox();
this.txtb = new System.Windows.Forms.TextBox();
this.txta = new System.Windows.Forms.TextBox();
this.lblc = new System.Windows.Forms.Label();
this.lblb = new System.Windows.Forms.Label();
this.lbla = new System.Windows.Forms.Label();
this.grbacoes = new System.Windows.Forms.GroupBox();
this.btnsair = new System.Windows.Forms.Button();
this.btnlimpar = new System.Windows.Forms.Button();
this.btncalcular = new System.Windows.Forms.Button();
this.grbformgraf = new System.Windows.Forms.GroupBox();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.pcbgrafico = new System.Windows.Forms.PictureBox();
this.label7 = new System.Windows.Forms.Label();
this.grbresultado = new System.Windows.Forms.GroupBox();
this.txtdelta = new System.Windows.Forms.TextBox();
this.txtx2 = new System.Windows.Forms.TextBox();
this.txtx1 = new System.Windows.Forms.TextBox();
this.lbldelta = new System.Windows.Forms.Label();
this.lblx1 = new System.Windows.Forms.Label();
this.lblx2 = new System.Windows.Forms.Label();
this.grbentrada.SuspendLayout();
this.grbacoes.SuspendLayout();
this.grbformgraf.SuspendLayout();
((System.ComponentModel.ISupportInitialize)
(this.pcbgrafico)).BeginInit();
this.grbresultado.SuspendLayout();
this.SuspendLayout();
//
// grbentrada
//
this.grbentrada.Controls.Add(this.txtc);
this.grbentrada.Controls.Add(this.txtb);
this.grbentrada.Controls.Add(this.txta);
this.grbentrada.Controls.Add(this.lblc);
this.grbentrada.Controls.Add(this.lblb);
this.grbentrada.Controls.Add(this.lbla);
this.grbentrada.Font = new System.Drawing.Font("Palatino Linotype",
10.25F, System.Drawing.FontStyle.Bold);
this.grbentrada.Location = new System.Drawing.Point(40, 35);
this.grbentrada.Name = "grbentrada";
this.grbentrada.Size = new System.Drawing.Size(387, 110);
this.grbentrada.TabIndex = 0;
this.grbentrada.TabStop = false;
this.grbentrada.Text = "Entrada de Dados";
//
// txtc
//
this.txtc.BackColor = System.Drawing.SystemColors.InactiveBorder;
this.txtc.Font = new System.Drawing.Font("Palatino Linotype", 9F,
System.Drawing.FontStyle.Bold);
this.txtc.Location = new System.Drawing.Point(263, 57);
this.txtc.Name = "txtc";
this.txtc.Size = new System.Drawing.Size(109, 24);
this.txtc.TabIndex = 6;
this.txtc.MouseClick += new
System.Windows.Forms.MouseEventHandler(this.txtc_MouseClick);
this.txtc.TextChanged += new
System.EventHandler(this.txtc_TextChanged);
//
// txtb
//
this.txtb.BackColor = System.Drawing.SystemColors.InactiveBorder;
this.txtb.Font = new System.Drawing.Font("Palatino Linotype", 9F,
System.Drawing.FontStyle.Bold);
this.txtb.Location = new System.Drawing.Point(137, 57);
this.txtb.Name = "txtb";
this.txtb.Size = new System.Drawing.Size(109, 24);
this.txtb.TabIndex = 5;
this.txtb.MouseClick += new
System.Windows.Forms.MouseEventHandler(this.txtb_MouseClick);
this.txtb.TextChanged += new
System.EventHandler(this.txtb_TextChanged);
//
// txta
//
this.txta.BackColor = System.Drawing.SystemColors.InactiveBorder;
this.txta.Font = new System.Drawing.Font("Palatino Linotype", 9F,
System.Drawing.FontStyle.Bold);
this.txta.Location = new System.Drawing.Point(8, 57);
this.txta.Name = "txta";
this.txta.Size = new System.Drawing.Size(111, 24);
this.txta.TabIndex = 2;
this.txta.MouseClick += new
System.Windows.Forms.MouseEventHandler(this.txta_MouseClick);
this.txta.TextChanged += new
System.EventHandler(this.txta_TextChanged);
//
// lblc
//
this.lblc.AutoSize = true;
this.lblc.Font = new System.Drawing.Font("Palatino Linotype", 9F,
System.Drawing.FontStyle.Bold);
this.lblc.Location = new System.Drawing.Point(318, 37);
this.lblc.Name = "lblc";
this.lblc.Size = new System.Drawing.Size(17, 17);
this.lblc.TabIndex = 4;
this.lblc.Text = "C";
//
// lblb
//
this.lblb.AutoSize = true;
this.lblb.Font = new System.Drawing.Font("Palatino Linotype", 9F,
System.Drawing.FontStyle.Bold);
this.lblb.Location = new System.Drawing.Point(185, 37);
this.lblb.Name = "lblb";
this.lblb.Size = new System.Drawing.Size(16, 17);
this.lblb.TabIndex = 3;
this.lblb.Text = "B";
//
// lbla
//
this.lbla.AutoSize = true;
this.lbla.Font = new System.Drawing.Font("Palatino Linotype", 9F,
System.Drawing.FontStyle.Bold);
this.lbla.Location = new System.Drawing.Point(50, 37);
this.lbla.Name = "lbla";
this.lbla.Size = new System.Drawing.Size(17, 17);
this.lbla.TabIndex = 2;
this.lbla.Text = "A";
//
// grbacoes
//
this.grbacoes.Controls.Add(this.btnsair);
this.grbacoes.Controls.Add(this.btnlimpar);
this.grbacoes.Controls.Add(this.btncalcular);
this.grbacoes.Font = new System.Drawing.Font("Palatino Linotype",
10.25F, System.Drawing.FontStyle.Bold);
this.grbacoes.Location = new System.Drawing.Point(485, 35);
this.grbacoes.Name = "grbacoes";
this.grbacoes.Size = new System.Drawing.Size(257, 110);
this.grbacoes.TabIndex = 1;
this.grbacoes.TabStop = false;
this.grbacoes.Text = "Ações";
//
// btnsair
//
this.btnsair.BackgroundImage =
global::prj37445_Equacao_segundo_grau.Properties.Resources.SairT;
this.btnsair.BackgroundImageLayout =
System.Windows.Forms.ImageLayout.Stretch;
this.btnsair.Font = new System.Drawing.Font("Palatino Linotype", 9F,
System.Drawing.FontStyle.Bold);
this.btnsair.Location = new System.Drawing.Point(187, 26);
this.btnsair.Name = "btnsair";
this.btnsair.Size = new System.Drawing.Size(60, 69);
this.btnsair.TabIndex = 4;
this.btnsair.Text = "&Sair";
this.btnsair.UseVisualStyleBackColor = true;
this.btnsair.Click += new System.EventHandler(this.btnsair_Click);
//
// btnlimpar
//
this.btnlimpar.BackgroundImage =
global::prj37445_Equacao_segundo_grau.Properties.Resources.LimparT;
this.btnlimpar.BackgroundImageLayout =
System.Windows.Forms.ImageLayout.Stretch;
this.btnlimpar.Font = new System.Drawing.Font("Palatino Linotype", 9F,
System.Drawing.FontStyle.Bold);
this.btnlimpar.Location = new System.Drawing.Point(108, 26);
this.btnlimpar.Name = "btnlimpar";
this.btnlimpar.Size = new System.Drawing.Size(60, 69);
this.btnlimpar.TabIndex = 3;
this.btnlimpar.Text = "&Limpar";
this.btnlimpar.UseVisualStyleBackColor = true;
this.btnlimpar.Click += new System.EventHandler(this.btnlimpar_Click);
//
// btncalcular
//
this.btncalcular.BackgroundImage =
global::prj37445_Equacao_segundo_grau.Properties.Resources.CalcularT;
this.btncalcular.BackgroundImageLayout =
System.Windows.Forms.ImageLayout.Stretch;
this.btncalcular.Enabled = false;
this.btncalcular.Font = new System.Drawing.Font("Palatino Linotype",
9F, System.Drawing.FontStyle.Bold);
this.btncalcular.Location = new System.Drawing.Point(25, 25);
this.btncalcular.Name = "btncalcular";
this.btncalcular.Size = new System.Drawing.Size(62, 70);
this.btncalcular.TabIndex = 2;
this.btncalcular.Text = "Calcular";
this.btncalcular.UseVisualStyleBackColor = true;
this.btncalcular.Click += new
System.EventHandler(this.btncalcular_Click);
//
// grbformgraf
//
this.grbformgraf.Controls.Add(this.label4);
this.grbformgraf.Controls.Add(this.label3);
this.grbformgraf.Controls.Add(this.label1);
this.grbformgraf.Controls.Add(this.pcbgrafico);
this.grbformgraf.Controls.Add(this.label7);
this.grbformgraf.Font = new System.Drawing.Font("Palatino Linotype",
10.25F, System.Drawing.FontStyle.Bold);
this.grbformgraf.Location = new System.Drawing.Point(338, 168);
this.grbformgraf.Name = "grbformgraf";
this.grbformgraf.Size = new System.Drawing.Size(415, 202);
this.grbformgraf.TabIndex = 1;
this.grbformgraf.TabStop = false;
this.grbformgraf.Text = "Fórmula e Gráfico";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("Palatino Linotype", 15F,
((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold |
System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)
(0)));
this.label4.Location = new System.Drawing.Point(79, 118);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(22, 27);
this.label4.TabIndex = 12;
this.label4.Text = "+";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("Palatino Linotype", 15.25F,
System.Drawing.FontStyle.Bold);
this.label3.Location = new System.Drawing.Point(8, 118);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(73, 28);
this.label3.TabIndex = 10;
this.label3.Text = "X = -B ";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Palatino Linotype", 15.25F,
System.Drawing.FontStyle.Bold);
this.label1.Location = new System.Drawing.Point(39, 72);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(140, 28);
this.label1.TabIndex = 8;
this.label1.Text = "= B² -4 * A * C";
//
// pcbgrafico
//
this.pcbgrafico.BackColor =
System.Drawing.SystemColors.GradientInactiveCaption;
this.pcbgrafico.BackgroundImageLayout =
System.Windows.Forms.ImageLayout.Stretch;
this.pcbgrafico.Location = new System.Drawing.Point(247, 39);
this.pcbgrafico.Name = "pcbgrafico";
this.pcbgrafico.Size = new System.Drawing.Size(157, 136);
this.pcbgrafico.TabIndex = 7;
this.pcbgrafico.TabStop = false;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("Palatino Linotype", 15.25F,
System.Drawing.FontStyle.Bold);
this.label7.Location = new System.Drawing.Point(107, 118);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(100, 28);
this.label7.TabIndex = 6;
this.label7.Text = "√Δ / 2 * A";
//
// grbresultado
//
this.grbresultado.Controls.Add(this.txtdelta);
this.grbresultado.Controls.Add(this.txtx2);
this.grbresultado.Controls.Add(this.txtx1);
this.grbresultado.Controls.Add(this.lbldelta);
this.grbresultado.Controls.Add(this.lblx1);
this.grbresultado.Controls.Add(this.lblx2);
this.grbresultado.Font = new System.Drawing.Font("Palatino Linotype",
10.25F, System.Drawing.FontStyle.Bold);
this.grbresultado.Location = new System.Drawing.Point(37, 168);
this.grbresultado.Name = "grbresultado";
this.grbresultado.Size = new System.Drawing.Size(276, 202);
this.grbresultado.TabIndex = 1;
this.grbresultado.TabStop = false;
this.grbresultado.Text = "Resultado";
//
// txtdelta
//
this.txtdelta.BackColor = System.Drawing.SystemColors.InactiveBorder;
this.txtdelta.Font = new System.Drawing.Font("Palatino Linotype", 9F,
System.Drawing.FontStyle.Bold);
this.txtdelta.Location = new System.Drawing.Point(63, 151);
this.txtdelta.Name = "txtdelta";
this.txtdelta.ReadOnly = true;
this.txtdelta.Size = new System.Drawing.Size(196, 24);
this.txtdelta.TabIndex = 7;
this.txtdelta.TabStop = false;
//
// txtx2
//
this.txtx2.BackColor = System.Drawing.SystemColors.InactiveBorder;
this.txtx2.Font = new System.Drawing.Font("Palatino Linotype", 9F,
System.Drawing.FontStyle.Bold);
this.txtx2.Location = new System.Drawing.Point(63, 93);
this.txtx2.Name = "txtx2";
this.txtx2.ReadOnly = true;
this.txtx2.Size = new System.Drawing.Size(196, 24);
this.txtx2.TabIndex = 6;
this.txtx2.TabStop = false;
//
// txtx1
//
this.txtx1.BackColor = System.Drawing.SystemColors.InactiveBorder;
this.txtx1.Font = new System.Drawing.Font("Palatino Linotype", 9F,
System.Drawing.FontStyle.Bold);
this.txtx1.Location = new System.Drawing.Point(63, 39);
this.txtx1.Name = "txtx1";
this.txtx1.ReadOnly = true;
this.txtx1.Size = new System.Drawing.Size(196, 24);
this.txtx1.TabIndex = 3;
this.txtx1.TabStop = false;
//
// lbldelta
//
this.lbldelta.AutoSize = true;
this.lbldelta.Font = new System.Drawing.Font("Palatino Linotype", 9F,
System.Drawing.FontStyle.Bold);
this.lbldelta.Location = new System.Drawing.Point(12, 158);
this.lbldelta.Name = "lbldelta";
this.lbldelta.Size = new System.Drawing.Size(37, 17);
this.lbldelta.TabIndex = 5;
this.lbldelta.Text = "Delta";
//
// lblx1
//
this.lblx1.AutoSize = true;
this.lblx1.Font = new System.Drawing.Font("Palatino Linotype", 9F,
System.Drawing.FontStyle.Bold);
this.lblx1.Location = new System.Drawing.Point(15, 46);
this.lblx1.Name = "lblx1";
this.lblx1.Size = new System.Drawing.Size(19, 17);
this.lblx1.TabIndex = 3;
this.lblx1.Text = "X\'";
//
// lblx2
//
this.lblx2.AutoSize = true;
this.lblx2.Font = new System.Drawing.Font("Palatino Linotype", 9F,
System.Drawing.FontStyle.Bold);
this.lblx2.Location = new System.Drawing.Point(12, 100);
this.lblx2.Name = "lblx2";
this.lblx2.Size = new System.Drawing.Size(22, 17);
this.lblx2.TabIndex = 4;
this.lblx2.Text = "X\'\'";
//
// frm37445_Equacao_segundo_grau
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
this.ClientSize = new System.Drawing.Size(768, 403);
this.Controls.Add(this.grbresultado);
this.Controls.Add(this.grbformgraf);
this.Controls.Add(this.grbacoes);
this.Controls.Add(this.grbentrada);
this.Name = "frm37445_Equacao_segundo_grau";
this.Text = "Equação de Segundo Grau";
this.grbentrada.ResumeLayout(false);
this.grbentrada.PerformLayout();
this.grbacoes.ResumeLayout(false);
this.grbformgraf.ResumeLayout(false);
this.grbformgraf.PerformLayout();
((System.ComponentModel.ISupportInitialize)
(this.pcbgrafico)).EndInit();
this.grbresultado.ResumeLayout(false);
this.grbresultado.PerformLayout();
this.ResumeLayout(false);

#endregion

private System.Windows.Forms.GroupBox grbentrada;


private System.Windows.Forms.GroupBox grbacoes;
private System.Windows.Forms.GroupBox grbformgraf;
private System.Windows.Forms.GroupBox grbresultado;
private System.Windows.Forms.Label lbla;
private System.Windows.Forms.TextBox txtc;
private System.Windows.Forms.TextBox txtb;
private System.Windows.Forms.TextBox txta;
private System.Windows.Forms.Label lblc;
private System.Windows.Forms.Label lblb;
private System.Windows.Forms.Button btnsair;
private System.Windows.Forms.Button btnlimpar;
private System.Windows.Forms.Button btncalcular;
private System.Windows.Forms.PictureBox pcbgrafico;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox txtdelta;
private System.Windows.Forms.TextBox txtx2;
private System.Windows.Forms.TextBox txtx1;
private System.Windows.Forms.Label lbldelta;
private System.Windows.Forms.Label lblx1;
private System.Windows.Forms.Label lblx2;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label1;
}
}

You might also like