Levelcode-IBRCAD/IBRCAD/frm_consultaundmedida.Designer.cs

138 lines
6.3 KiB
C#

namespace IBRCAD
{
partial class frm_consultaundmedida : Form
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frm_consultaundmedida));
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.dgv_dados = new System.Windows.Forms.DataGridView();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.btn_imprimir = new System.Windows.Forms.Button();
this.btn_localizar = new System.Windows.Forms.Button();
this.txt_pesquisa = new System.Windows.Forms.TextBox();
this.groupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgv_dados)).BeginInit();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// groupBox2
//
this.groupBox2.Controls.Add(this.dgv_dados);
this.groupBox2.Location = new System.Drawing.Point(7, 83);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(548, 319);
this.groupBox2.TabIndex = 5;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "Dados Retornados da pesquisa";
//
// dgv_dados
//
this.dgv_dados.AllowUserToAddRows = false;
this.dgv_dados.AllowUserToDeleteRows = false;
this.dgv_dados.BackgroundColor = System.Drawing.Color.White;
this.dgv_dados.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgv_dados.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgv_dados.GridColor = System.Drawing.Color.Black;
this.dgv_dados.Location = new System.Drawing.Point(3, 16);
this.dgv_dados.Name = "dgv_dados";
this.dgv_dados.ReadOnly = true;
this.dgv_dados.Size = new System.Drawing.Size(542, 300);
this.dgv_dados.TabIndex = 0;
this.dgv_dados.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.Dgv_dados_CellDoubleClick);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.btn_imprimir);
this.groupBox1.Controls.Add(this.btn_localizar);
this.groupBox1.Controls.Add(this.txt_pesquisa);
this.groupBox1.Location = new System.Drawing.Point(7, 8);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(548, 69);
this.groupBox1.TabIndex = 4;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Dados da pesquisa";
//
// btn_imprimir
//
this.btn_imprimir.Location = new System.Drawing.Point(457, 26);
this.btn_imprimir.Name = "btn_imprimir";
this.btn_imprimir.Size = new System.Drawing.Size(75, 23);
this.btn_imprimir.TabIndex = 2;
this.btn_imprimir.Text = "imprimir";
this.btn_imprimir.UseVisualStyleBackColor = true;
this.btn_imprimir.Click += new System.EventHandler(this.Btn_imprimir_Click);
//
// btn_localizar
//
this.btn_localizar.Location = new System.Drawing.Point(376, 26);
this.btn_localizar.Name = "btn_localizar";
this.btn_localizar.Size = new System.Drawing.Size(75, 23);
this.btn_localizar.TabIndex = 1;
this.btn_localizar.Text = "buscar";
this.btn_localizar.UseVisualStyleBackColor = true;
this.btn_localizar.Click += new System.EventHandler(this.Btn_localizar_Click);
//
// txt_pesquisa
//
this.txt_pesquisa.Location = new System.Drawing.Point(6, 28);
this.txt_pesquisa.Name = "txt_pesquisa";
this.txt_pesquisa.Size = new System.Drawing.Size(348, 20);
this.txt_pesquisa.TabIndex = 0;
//
// frm_consultaundmedida
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(561, 412);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "frm_consultaundmedida";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Consulta Unidade de Medida";
this.Load += new System.EventHandler(this.Frm_consultaundmedida_Load);
this.groupBox2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgv_dados)).EndInit();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
protected System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.DataGridView dgv_dados;
protected System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Button btn_localizar;
private System.Windows.Forms.TextBox txt_pesquisa;
private System.Windows.Forms.Button btn_imprimir;
}
}