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

292 lines
15 KiB
C#

namespace TelasProjeto
{
partial class formAlterarLivro
{
/// <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.lblAlterarLivro = new System.Windows.Forms.Label();
this.txtISBN = new System.Windows.Forms.TextBox();
this.lblISBN = new System.Windows.Forms.Label();
this.lblTipoMidia = new System.Windows.Forms.Label();
this.txtEditora = new System.Windows.Forms.TextBox();
this.lblEditora = new System.Windows.Forms.Label();
this.txtGenero = new System.Windows.Forms.TextBox();
this.lblGenero = new System.Windows.Forms.Label();
this.lblAutor = new System.Windows.Forms.Label();
this.btnAlterarLivro = new System.Windows.Forms.Button();
this.lblNomeLivro = new System.Windows.Forms.Label();
this.txtNomeLivro = new System.Windows.Forms.TextBox();
this.txtAutor = new System.Windows.Forms.TextBox();
this.txtTipoMidia = new System.Windows.Forms.TextBox();
this.statusLivro = new System.Windows.Forms.ComboBox();
this.psqAutor = new System.Windows.Forms.Button();
this.psqGenero = new System.Windows.Forms.Button();
this.psqEditora = new System.Windows.Forms.Button();
this.psqTipo = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// lblAlterarLivro
//
this.lblAlterarLivro.AutoSize = true;
this.lblAlterarLivro.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblAlterarLivro.Location = new System.Drawing.Point(235, 35);
this.lblAlterarLivro.Name = "lblAlterarLivro";
this.lblAlterarLivro.Size = new System.Drawing.Size(49, 24);
this.lblAlterarLivro.TabIndex = 0;
this.lblAlterarLivro.Text = "Item";
//
// txtISBN
//
this.txtISBN.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtISBN.Location = new System.Drawing.Point(105, 267);
this.txtISBN.Name = "txtISBN";
this.txtISBN.Size = new System.Drawing.Size(314, 24);
this.txtISBN.TabIndex = 32;
//
// lblISBN
//
this.lblISBN.AutoSize = true;
this.lblISBN.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblISBN.Location = new System.Drawing.Point(46, 270);
this.lblISBN.Name = "lblISBN";
this.lblISBN.Size = new System.Drawing.Size(46, 18);
this.lblISBN.TabIndex = 31;
this.lblISBN.Text = "ISBN:";
//
// lblTipoMidia
//
this.lblTipoMidia.AutoSize = true;
this.lblTipoMidia.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblTipoMidia.Location = new System.Drawing.Point(46, 231);
this.lblTipoMidia.Name = "lblTipoMidia";
this.lblTipoMidia.Size = new System.Drawing.Size(41, 18);
this.lblTipoMidia.TabIndex = 27;
this.lblTipoMidia.Text = "Tipo:";
//
// txtEditora
//
this.txtEditora.Enabled = false;
this.txtEditora.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtEditora.Location = new System.Drawing.Point(105, 190);
this.txtEditora.Name = "txtEditora";
this.txtEditora.Size = new System.Drawing.Size(314, 24);
this.txtEditora.TabIndex = 24;
//
// lblEditora
//
this.lblEditora.AutoSize = true;
this.lblEditora.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblEditora.Location = new System.Drawing.Point(46, 193);
this.lblEditora.Name = "lblEditora";
this.lblEditora.Size = new System.Drawing.Size(59, 18);
this.lblEditora.TabIndex = 23;
this.lblEditora.Text = "Editora:";
//
// txtGenero
//
this.txtGenero.Enabled = false;
this.txtGenero.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtGenero.Location = new System.Drawing.Point(105, 151);
this.txtGenero.Name = "txtGenero";
this.txtGenero.Size = new System.Drawing.Size(314, 24);
this.txtGenero.TabIndex = 22;
//
// lblGenero
//
this.lblGenero.AutoSize = true;
this.lblGenero.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblGenero.Location = new System.Drawing.Point(46, 154);
this.lblGenero.Name = "lblGenero";
this.lblGenero.Size = new System.Drawing.Size(62, 18);
this.lblGenero.TabIndex = 21;
this.lblGenero.Text = "Gênero:";
//
// lblAutor
//
this.lblAutor.AutoSize = true;
this.lblAutor.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblAutor.Location = new System.Drawing.Point(46, 117);
this.lblAutor.Name = "lblAutor";
this.lblAutor.Size = new System.Drawing.Size(47, 18);
this.lblAutor.TabIndex = 20;
this.lblAutor.Text = "Autor:";
//
// btnAlterarLivro
//
this.btnAlterarLivro.FlatAppearance.BorderSize = 3;
this.btnAlterarLivro.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnAlterarLivro.Location = new System.Drawing.Point(289, 324);
this.btnAlterarLivro.Name = "btnAlterarLivro";
this.btnAlterarLivro.Size = new System.Drawing.Size(130, 32);
this.btnAlterarLivro.TabIndex = 34;
this.btnAlterarLivro.Text = "Alterar";
this.btnAlterarLivro.UseMnemonic = false;
this.btnAlterarLivro.UseVisualStyleBackColor = true;
this.btnAlterarLivro.Click += new System.EventHandler(this.btnAlterarLivro_Click);
//
// lblNomeLivro
//
this.lblNomeLivro.AutoSize = true;
this.lblNomeLivro.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblNomeLivro.Location = new System.Drawing.Point(46, 77);
this.lblNomeLivro.Name = "lblNomeLivro";
this.lblNomeLivro.Size = new System.Drawing.Size(53, 18);
this.lblNomeLivro.TabIndex = 19;
this.lblNomeLivro.Text = "Nome:";
//
// txtNomeLivro
//
this.txtNomeLivro.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtNomeLivro.Location = new System.Drawing.Point(105, 74);
this.txtNomeLivro.Name = "txtNomeLivro";
this.txtNomeLivro.Size = new System.Drawing.Size(314, 24);
this.txtNomeLivro.TabIndex = 17;
//
// txtAutor
//
this.txtAutor.Enabled = false;
this.txtAutor.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtAutor.Location = new System.Drawing.Point(105, 114);
this.txtAutor.Name = "txtAutor";
this.txtAutor.Size = new System.Drawing.Size(314, 24);
this.txtAutor.TabIndex = 18;
//
// txtTipoMidia
//
this.txtTipoMidia.Enabled = false;
this.txtTipoMidia.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtTipoMidia.Location = new System.Drawing.Point(105, 228);
this.txtTipoMidia.Name = "txtTipoMidia";
this.txtTipoMidia.Size = new System.Drawing.Size(314, 24);
this.txtTipoMidia.TabIndex = 28;
//
// statusLivro
//
this.statusLivro.FormattingEnabled = true;
this.statusLivro.Items.AddRange(new object[] {
"ATIVO",
"DESATIVADO"});
this.statusLivro.Location = new System.Drawing.Point(105, 297);
this.statusLivro.Name = "statusLivro";
this.statusLivro.Size = new System.Drawing.Size(314, 21);
this.statusLivro.TabIndex = 39;
//
// psqAutor
//
this.psqAutor.Location = new System.Drawing.Point(425, 114);
this.psqAutor.Name = "psqAutor";
this.psqAutor.Size = new System.Drawing.Size(75, 23);
this.psqAutor.TabIndex = 40;
this.psqAutor.Text = "Pesquisar";
this.psqAutor.UseVisualStyleBackColor = true;
this.psqAutor.Click += new System.EventHandler(this.psqAutor_Click);
//
// psqGenero
//
this.psqGenero.Location = new System.Drawing.Point(425, 151);
this.psqGenero.Name = "psqGenero";
this.psqGenero.Size = new System.Drawing.Size(75, 23);
this.psqGenero.TabIndex = 41;
this.psqGenero.Text = "Pesquisar";
this.psqGenero.UseVisualStyleBackColor = true;
this.psqGenero.Click += new System.EventHandler(this.psqGenero_Click);
//
// psqEditora
//
this.psqEditora.Location = new System.Drawing.Point(425, 190);
this.psqEditora.Name = "psqEditora";
this.psqEditora.Size = new System.Drawing.Size(75, 23);
this.psqEditora.TabIndex = 42;
this.psqEditora.Text = "Pesquisar";
this.psqEditora.UseVisualStyleBackColor = true;
this.psqEditora.Click += new System.EventHandler(this.psqEditora_Click);
//
// psqTipo
//
this.psqTipo.Location = new System.Drawing.Point(425, 228);
this.psqTipo.Name = "psqTipo";
this.psqTipo.Size = new System.Drawing.Size(75, 23);
this.psqTipo.TabIndex = 43;
this.psqTipo.Text = "Pesquisar";
this.psqTipo.UseVisualStyleBackColor = true;
this.psqTipo.Click += new System.EventHandler(this.psqTipo_Click);
//
// formAlterarLivro
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(524, 404);
this.Controls.Add(this.psqTipo);
this.Controls.Add(this.psqEditora);
this.Controls.Add(this.psqGenero);
this.Controls.Add(this.psqAutor);
this.Controls.Add(this.statusLivro);
this.Controls.Add(this.btnAlterarLivro);
this.Controls.Add(this.txtISBN);
this.Controls.Add(this.lblISBN);
this.Controls.Add(this.txtTipoMidia);
this.Controls.Add(this.lblTipoMidia);
this.Controls.Add(this.txtEditora);
this.Controls.Add(this.lblEditora);
this.Controls.Add(this.txtGenero);
this.Controls.Add(this.lblGenero);
this.Controls.Add(this.lblAutor);
this.Controls.Add(this.lblNomeLivro);
this.Controls.Add(this.txtAutor);
this.Controls.Add(this.txtNomeLivro);
this.Controls.Add(this.lblAlterarLivro);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.Name = "formAlterarLivro";
this.Text = "Alterar Livro";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label lblAlterarLivro;
private System.Windows.Forms.TextBox txtISBN;
private System.Windows.Forms.Label lblISBN;
private System.Windows.Forms.Label lblTipoMidia;
private System.Windows.Forms.TextBox txtEditora;
private System.Windows.Forms.Label lblEditora;
private System.Windows.Forms.TextBox txtGenero;
private System.Windows.Forms.Label lblGenero;
private System.Windows.Forms.Label lblAutor;
private System.Windows.Forms.Button btnAlterarLivro;
private System.Windows.Forms.Label lblNomeLivro;
private System.Windows.Forms.TextBox txtNomeLivro;
private System.Windows.Forms.TextBox txtAutor;
private System.Windows.Forms.TextBox txtTipoMidia;
private System.Windows.Forms.ComboBox statusLivro;
private System.Windows.Forms.Button psqAutor;
private System.Windows.Forms.Button psqGenero;
private System.Windows.Forms.Button psqEditora;
private System.Windows.Forms.Button psqTipo;
}
}