namespace IBRCAD
{
partial class frm_consultasubcategoria : Form
{
///
/// 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(frm_consultasubcategoria));
groupBox2 = new GroupBox();
dgv_dados = new DataGridView();
groupBox1 = new GroupBox();
btn_localizar = new Button();
txt_pesquisa = new TextBox();
pb_exit = new PictureBox();
groupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)dgv_dados).BeginInit();
groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)pb_exit).BeginInit();
SuspendLayout();
//
// groupBox2
//
groupBox2.Controls.Add(dgv_dados);
groupBox2.Location = new Point(8, 96);
groupBox2.Margin = new Padding(4, 3, 4, 3);
groupBox2.Name = "groupBox2";
groupBox2.Padding = new Padding(4, 3, 4, 3);
groupBox2.Size = new Size(639, 368);
groupBox2.TabIndex = 3;
groupBox2.TabStop = false;
groupBox2.Text = "Dados Retornados da pesquisa";
//
// dgv_dados
//
dgv_dados.AllowUserToAddRows = false;
dgv_dados.AllowUserToDeleteRows = false;
dgv_dados.BackgroundColor = Color.White;
dgv_dados.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
dgv_dados.Dock = DockStyle.Fill;
dgv_dados.GridColor = Color.Black;
dgv_dados.Location = new Point(4, 19);
dgv_dados.Margin = new Padding(4, 3, 4, 3);
dgv_dados.Name = "dgv_dados";
dgv_dados.ReadOnly = true;
dgv_dados.Size = new Size(631, 346);
dgv_dados.TabIndex = 0;
dgv_dados.CellDoubleClick += Dgv_dados_CellDoubleClick;
//
// groupBox1
//
groupBox1.Controls.Add(btn_localizar);
groupBox1.Controls.Add(txt_pesquisa);
groupBox1.Location = new Point(8, 21);
groupBox1.Margin = new Padding(4, 3, 4, 3);
groupBox1.Name = "groupBox1";
groupBox1.Padding = new Padding(4, 3, 4, 3);
groupBox1.Size = new Size(639, 68);
groupBox1.TabIndex = 2;
groupBox1.TabStop = false;
groupBox1.Text = "Dados da pesquisa";
//
// btn_localizar
//
btn_localizar.Location = new Point(541, 32);
btn_localizar.Margin = new Padding(4, 3, 4, 3);
btn_localizar.Name = "btn_localizar";
btn_localizar.Size = new Size(88, 27);
btn_localizar.TabIndex = 1;
btn_localizar.Text = "buscar";
btn_localizar.UseVisualStyleBackColor = true;
btn_localizar.Click += Btn_localizar_Click;
//
// txt_pesquisa
//
txt_pesquisa.Location = new Point(7, 32);
txt_pesquisa.Margin = new Padding(4, 3, 4, 3);
txt_pesquisa.Name = "txt_pesquisa";
txt_pesquisa.Size = new Size(511, 23);
txt_pesquisa.TabIndex = 0;
//
// pb_exit
//
pb_exit.Anchor = AnchorStyles.Top | AnchorStyles.Right;
pb_exit.Image = (Image)resources.GetObject("pb_exit.Image");
pb_exit.Location = new Point(631, 1);
pb_exit.Name = "pb_exit";
pb_exit.Size = new Size(24, 23);
pb_exit.SizeMode = PictureBoxSizeMode.StretchImage;
pb_exit.TabIndex = 4;
pb_exit.TabStop = false;
pb_exit.Click += pb_exit_Click;
//
// frm_consultasubcategoria
//
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font;
BackColor = Color.White;
ClientSize = new Size(657, 474);
Controls.Add(pb_exit);
Controls.Add(groupBox2);
Controls.Add(groupBox1);
FormBorderStyle = FormBorderStyle.None;
Margin = new Padding(4, 3, 4, 3);
MaximizeBox = false;
MinimizeBox = false;
Name = "frm_consultasubcategoria";
ShowInTaskbar = false;
StartPosition = FormStartPosition.CenterScreen;
Text = "Consulta subcategoria";
Load += Frm_consultasubcategoria_Load;
groupBox2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)dgv_dados).EndInit();
groupBox1.ResumeLayout(false);
groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)pb_exit).EndInit();
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 PictureBox pb_exit;
}
}