CSharpLibrary/stuff/Tela_Principal.Designer.cs

169 lines
9.1 KiB
C#
Raw Normal View History

2021-09-02 08:04:56 -03:00
namespace ProjetoLPVIII
{
partial class Form1
{
/// <summary>
/// Variável de designer necessária.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Limpar os recursos que estão sendo usados.
/// </summary>
/// <param name="disposing">true se for necessário descartar os recursos gerenciados; caso contrário, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Código gerado pelo Windows Form Designer
/// <summary>
/// Método necessário para suporte ao Designer - não modifique
/// o conteúdo deste método com o editor de código.
/// </summary>
private void InitializeComponent()
{
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.cadastroDeClientesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.cadastroDeClientesToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.consultarClienteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.livroToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.cadastroDeLivrosToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.retiraToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.registroDeRetiradasToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.consultarItemToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.label1 = new System.Windows.Forms.Label();
this.sairToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.menuStrip1.SuspendLayout();
this.SuspendLayout();
//
// menuStrip1
//
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.cadastroDeClientesToolStripMenuItem,
this.livroToolStripMenuItem,
this.sairToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(800, 24);
this.menuStrip1.TabIndex = 0;
this.menuStrip1.Text = "menuStrip1";
//
// cadastroDeClientesToolStripMenuItem
//
this.cadastroDeClientesToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.cadastroDeClientesToolStripMenuItem1,
this.consultarClienteToolStripMenuItem});
this.cadastroDeClientesToolStripMenuItem.Name = "cadastroDeClientesToolStripMenuItem";
this.cadastroDeClientesToolStripMenuItem.Size = new System.Drawing.Size(61, 20);
this.cadastroDeClientesToolStripMenuItem.Text = "Clientes";
//
// cadastroDeClientesToolStripMenuItem1
//
this.cadastroDeClientesToolStripMenuItem1.Name = "cadastroDeClientesToolStripMenuItem1";
this.cadastroDeClientesToolStripMenuItem1.Size = new System.Drawing.Size(180, 22);
this.cadastroDeClientesToolStripMenuItem1.Text = "Cadastro de clientes";
this.cadastroDeClientesToolStripMenuItem1.Click += new System.EventHandler(this.cadastroDeClientesToolStripMenuItem1_Click);
//
// consultarClienteToolStripMenuItem
//
this.consultarClienteToolStripMenuItem.Name = "consultarClienteToolStripMenuItem";
this.consultarClienteToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.consultarClienteToolStripMenuItem.Text = "Consultar Cliente";
this.consultarClienteToolStripMenuItem.Click += new System.EventHandler(this.consultarClienteToolStripMenuItem_Click);
//
// livroToolStripMenuItem
//
this.livroToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.cadastroDeLivrosToolStripMenuItem,
this.retiraToolStripMenuItem,
this.registroDeRetiradasToolStripMenuItem,
this.consultarItemToolStripMenuItem});
this.livroToolStripMenuItem.Name = "livroToolStripMenuItem";
this.livroToolStripMenuItem.Size = new System.Drawing.Size(83, 20);
this.livroToolStripMenuItem.Text = "Empréstimo";
//
// cadastroDeLivrosToolStripMenuItem
//
this.cadastroDeLivrosToolStripMenuItem.Name = "cadastroDeLivrosToolStripMenuItem";
this.cadastroDeLivrosToolStripMenuItem.Size = new System.Drawing.Size(205, 22);
this.cadastroDeLivrosToolStripMenuItem.Text = "Cadastro de Item";
this.cadastroDeLivrosToolStripMenuItem.Click += new System.EventHandler(this.cadastroDeLivrosToolStripMenuItem_Click);
//
// retiraToolStripMenuItem
//
this.retiraToolStripMenuItem.Name = "retiraToolStripMenuItem";
this.retiraToolStripMenuItem.Size = new System.Drawing.Size(205, 22);
this.retiraToolStripMenuItem.Text = "Criar Empréstimo";
this.retiraToolStripMenuItem.Click += new System.EventHandler(this.retiraToolStripMenuItem_Click);
//
// registroDeRetiradasToolStripMenuItem
//
this.registroDeRetiradasToolStripMenuItem.Name = "registroDeRetiradasToolStripMenuItem";
this.registroDeRetiradasToolStripMenuItem.Size = new System.Drawing.Size(205, 22);
this.registroDeRetiradasToolStripMenuItem.Text = "Registro de Empréstimos";
this.registroDeRetiradasToolStripMenuItem.Click += new System.EventHandler(this.registroDeRetiradasToolStripMenuItem_Click);
//
// consultarItemToolStripMenuItem
//
this.consultarItemToolStripMenuItem.Name = "consultarItemToolStripMenuItem";
this.consultarItemToolStripMenuItem.Size = new System.Drawing.Size(205, 22);
this.consultarItemToolStripMenuItem.Text = "Consultar Item";
this.consultarItemToolStripMenuItem.Click += new System.EventHandler(this.consultarItemToolStripMenuItem_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 21.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.Location = new System.Drawing.Point(297, 408);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(491, 33);
this.label1.TabIndex = 1;
this.label1.Text = "Sistema Gerenciador Bibliotecário";
//
// sairToolStripMenuItem
//
this.sairToolStripMenuItem.Name = "sairToolStripMenuItem";
this.sairToolStripMenuItem.Size = new System.Drawing.Size(38, 20);
this.sairToolStripMenuItem.Text = "Sair";
this.sairToolStripMenuItem.Click += new System.EventHandler(this.sairToolStripMenuItem_Click);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 450);
this.Controls.Add(this.label1);
this.Controls.Add(this.menuStrip1);
this.MainMenuStrip = this.menuStrip1;
this.Name = "Form1";
this.Text = "Tela Principal";
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem cadastroDeClientesToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem cadastroDeClientesToolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem livroToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem cadastroDeLivrosToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem retiraToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem registroDeRetiradasToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem consultarClienteToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem consultarItemToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem sairToolStripMenuItem;
private System.Windows.Forms.Label label1;
}
}