namespace ControleReservatorio { partial class Form1 { private System.ComponentModel.IContainer components = null; protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } private void InitializeComponent() { this.txtAltura = new System.Windows.Forms.TextBox(); this.txtLargura = new System.Windows.Forms.TextBox(); this.txtComprimento = new System.Windows.Forms.TextBox(); this.txtConsumoDiario = new System.Windows.Forms.TextBox(); this.btnCalcular = new System.Windows.Forms.Button(); this.lblCapacidade = new System.Windows.Forms.Label(); this.lblAutonomia = new System.Windows.Forms.Label(); this.lblClassificacao = new System.Windows.Forms.Label(); this.SuspendLayout(); // txtAltura this.txtAltura.Location = new System.Drawing.Point(150, 30); this.txtAltura.Name = "txtAltura"; this.txtAltura.Size = new System.Drawing.Size(100, 20); this.txtAltura.TabIndex = 0; // txtLargura this.txtLargura.Location = new System.Drawing.Point(150, 70); this.txtLargura.Name = "txtLargura"; this.txtLargura.Size = new System.Drawing.Size(100, 20); this.txtLargura.TabIndex = 1; // txtComprimento this.txtComprimento.Location = new System.Drawing.Point(150, 110); this.txtComprimento.Name = "txtComprimento"; this.txtComprimento.Size = new System.Drawing.Size(100, 20); this.txtComprimento.TabIndex = 2; // txtConsumoDiario this.txtConsumoDiario.Location = new System.Drawing.Point(150, 150); this.txtConsumoDiario.Name = "txtConsumoDiario"; this.txtConsumoDiario.Size = new System.Drawing.Size(100, 20); this.txtConsumoDiario.TabIndex = 3; // btnCalcular this.btnCalcular.Location = new System.Drawing.Point(150, 190); this.btnCalcular.Name = "btnCalcular"; this.btnCalcular.Size = new System.Drawing.Size(100, 23); this.btnCalcular.TabIndex = 4; this.btnCalcular.Text = "Calcular"; this.btnCalcular.UseVisualStyleBackColor = true; this.btnCalcular.Click += new System.EventHandler(this.btnCalcular_Click); // lblCapacidade this.lblCapacidade.AutoSize = true; this.lblCapacidade.Location = new System.Drawing.Point(150, 230); this.lblCapacidade.Name = "lblCapacidade"; this.lblCapacidade.Size = new System.Drawing.Size(100, 13); this.lblCapacidade.TabIndex = 5; // lblAutonomia this.lblAutonomia.AutoSize = true; this.lblAutonomia.Location = new System.Drawing.Point(150, 260); this.lblAutonomia.Name = "lblAutonomia"; this.lblAutonomia.Size = new System.Drawing.Size(55, 13); this.lblAutonomia.TabIndex = 6; // lblClassificacao this.lblClassificacao.AutoSize = true; this.lblClassificacao.Location = new System.Drawing.Point(150, 290); this.lblClassificacao.Name = "lblClassificacao"; this.lblClassificacao.Size = new System.Drawing.Size(70, 13); this.lblClassificacao.TabIndex = 7; // Form1 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(384, 361); this.Controls.Add(this.lblClassificacao); this.Controls.Add(this.lblAutonomia); this.Controls.Add(this.lblCapacidade); this.Controls.Add(this.btnCalcular); this.Controls.Add(this.txtConsumoDiario); this.Controls.Add(this.txtComprimento); this.Controls.Add(this.txtLargura); this.Controls.Add(this.txtAltura); this.Name = "Form1"; this.Text = "Controle de Reservatório"; this.ResumeLayout(false); this.PerformLayout(); } private System.Windows.Forms.TextBox txtAltura; private System.Windows.Forms.TextBox txtLargura; private System.Windows.Forms.TextBox txtComprimento; private System.Windows.Forms.TextBox txtConsumoDiario; private System.Windows.Forms.Button btnCalcular; private System.Windows.Forms.Label lblCapacidade; private System.Windows.Forms.Label lblAutonomia; private System.Windows.Forms.Label lblClassificacao; } }