128 lines
5.8 KiB
C#
128 lines
5.8 KiB
C#
namespace IBRCAD
|
|
{
|
|
partial class frm_consultacategoria : 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_consultacategoria));
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.btn_localizar = new System.Windows.Forms.Button();
|
|
this.txt_pesquisa = new System.Windows.Forms.TextBox();
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
this.dgv_dados = new System.Windows.Forms.DataGridView();
|
|
this.groupBox1.SuspendLayout();
|
|
this.groupBox2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgv_dados)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.btn_localizar);
|
|
this.groupBox1.Controls.Add(this.txt_pesquisa);
|
|
this.groupBox1.Location = new System.Drawing.Point(9, 3);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(548, 69);
|
|
this.groupBox1.TabIndex = 0;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "Dados da pesquisa";
|
|
//
|
|
// btn_localizar
|
|
//
|
|
this.btn_localizar.Location = new System.Drawing.Point(464, 28);
|
|
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(439, 20);
|
|
this.txt_pesquisa.TabIndex = 0;
|
|
//
|
|
// groupBox2
|
|
//
|
|
this.groupBox2.Controls.Add(this.dgv_dados);
|
|
this.groupBox2.Location = new System.Drawing.Point(9, 78);
|
|
this.groupBox2.Name = "groupBox2";
|
|
this.groupBox2.Size = new System.Drawing.Size(548, 319);
|
|
this.groupBox2.TabIndex = 1;
|
|
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);
|
|
//
|
|
// frm_consultacategoria
|
|
//
|
|
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(563, 411);
|
|
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.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "frm_consultacategoria";
|
|
this.ShowInTaskbar = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "Consulta categoria";
|
|
this.Load += new System.EventHandler(this.Frm_consultacategoria_Load);
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
this.groupBox2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.dgv_dados)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
protected System.Windows.Forms.GroupBox groupBox1;
|
|
protected System.Windows.Forms.GroupBox groupBox2;
|
|
private System.Windows.Forms.Button btn_localizar;
|
|
private System.Windows.Forms.TextBox txt_pesquisa;
|
|
private System.Windows.Forms.DataGridView dgv_dados;
|
|
}
|
|
} |