CSharpLibrary/stuff/Item/ConsultaLivro.Designer.cs
2021-09-02 08:04:56 -03:00

121 lines
5.9 KiB
C#

namespace TelasProjeto
{
partial class Form5
{
/// <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()
{
this.lblConsultarLivro = new System.Windows.Forms.Label();
this.lblLivro = new System.Windows.Forms.Label();
this.txtLivro = new System.Windows.Forms.TextBox();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.btnConsultar = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.SuspendLayout();
//
// lblConsultarLivro
//
this.lblConsultarLivro.AutoSize = true;
this.lblConsultarLivro.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblConsultarLivro.Location = new System.Drawing.Point(48, 26);
this.lblConsultarLivro.Name = "lblConsultarLivro";
this.lblConsultarLivro.Size = new System.Drawing.Size(143, 24);
this.lblConsultarLivro.TabIndex = 54;
this.lblConsultarLivro.Text = "Consultar Item";
//
// lblLivro
//
this.lblLivro.AutoSize = true;
this.lblLivro.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblLivro.Location = new System.Drawing.Point(49, 72);
this.lblLivro.Name = "lblLivro";
this.lblLivro.Size = new System.Drawing.Size(40, 18);
this.lblLivro.TabIndex = 56;
this.lblLivro.Text = "Item:";
//
// txtLivro
//
this.txtLivro.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtLivro.Location = new System.Drawing.Point(95, 69);
this.txtLivro.Name = "txtLivro";
this.txtLivro.Size = new System.Drawing.Size(919, 24);
this.txtLivro.TabIndex = 55;
//
// dataGridView1
//
this.dataGridView1.AllowUserToAddRows = false;
this.dataGridView1.AllowUserToDeleteRows = false;
this.dataGridView1.AllowUserToOrderColumns = true;
this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Location = new System.Drawing.Point(52, 110);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.ReadOnly = true;
this.dataGridView1.Size = new System.Drawing.Size(962, 373);
this.dataGridView1.TabIndex = 59;
this.dataGridView1.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridView1_CellMouseDoubleClick);
//
// btnConsultar
//
this.btnConsultar.FlatAppearance.BorderSize = 3;
this.btnConsultar.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnConsultar.Location = new System.Drawing.Point(52, 498);
this.btnConsultar.Name = "btnConsultar";
this.btnConsultar.Size = new System.Drawing.Size(102, 32);
this.btnConsultar.TabIndex = 58;
this.btnConsultar.Text = "Consultar";
this.btnConsultar.UseMnemonic = false;
this.btnConsultar.UseVisualStyleBackColor = true;
this.btnConsultar.Click += new System.EventHandler(this.btnConsultar_Click);
//
// Form5
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1058, 565);
this.Controls.Add(this.dataGridView1);
this.Controls.Add(this.btnConsultar);
this.Controls.Add(this.lblLivro);
this.Controls.Add(this.txtLivro);
this.Controls.Add(this.lblConsultarLivro);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.Name = "Form5";
this.Text = "Consultar Item";
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label lblConsultarLivro;
private System.Windows.Forms.Label lblLivro;
private System.Windows.Forms.TextBox txtLivro;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.Button btnConsultar;
}
}