CSharpLibrary/stuff/Retirada_de_livros.Designer.cs

221 lines
10 KiB
C#
Raw Permalink Normal View History

2021-09-02 08:04:56 -03:00
namespace ProjetoLPVIII
{
partial class Retirada_de_livros
{
/// <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.label1 = new System.Windows.Forms.Label();
this.txtNomeCliente = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.txtNomeItem = new System.Windows.Forms.TextBox();
this.btnLimpar = new System.Windows.Forms.Button();
this.btnSalvar = new System.Windows.Forms.Button();
this.txtNomeFuncionario = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.psqCli = new System.Windows.Forms.Button();
this.psqItem = new System.Windows.Forms.Button();
this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.Location = new System.Drawing.Point(33, 62);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(60, 16);
this.label1.TabIndex = 0;
this.label1.Text = "Cliente:";
//
// txtNomeCliente
//
this.txtNomeCliente.Enabled = false;
this.txtNomeCliente.Location = new System.Drawing.Point(148, 58);
this.txtNomeCliente.Name = "txtNomeCliente";
this.txtNomeCliente.Size = new System.Drawing.Size(280, 20);
this.txtNomeCliente.TabIndex = 1;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label5.Location = new System.Drawing.Point(34, 114);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(41, 16);
this.label5.TabIndex = 5;
this.label5.Text = "Item:";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label6.Location = new System.Drawing.Point(34, 150);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(125, 16);
this.label6.TabIndex = 6;
this.label6.Text = "Data de retirada:";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label7.Location = new System.Drawing.Point(34, 178);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(125, 16);
this.label7.TabIndex = 7;
this.label7.Text = "Data de Entrega:";
//
// txtNomeItem
//
this.txtNomeItem.Enabled = false;
this.txtNomeItem.Location = new System.Drawing.Point(148, 114);
this.txtNomeItem.Name = "txtNomeItem";
this.txtNomeItem.Size = new System.Drawing.Size(280, 20);
this.txtNomeItem.TabIndex = 11;
//
// btnLimpar
//
this.btnLimpar.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnLimpar.Location = new System.Drawing.Point(37, 226);
this.btnLimpar.Name = "btnLimpar";
this.btnLimpar.Size = new System.Drawing.Size(75, 23);
this.btnLimpar.TabIndex = 14;
this.btnLimpar.Text = "Limpar";
this.btnLimpar.UseVisualStyleBackColor = true;
this.btnLimpar.Click += new System.EventHandler(this.btnLimpar_Click);
//
// btnSalvar
//
this.btnSalvar.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnSalvar.Location = new System.Drawing.Point(118, 226);
this.btnSalvar.Name = "btnSalvar";
this.btnSalvar.Size = new System.Drawing.Size(75, 23);
this.btnSalvar.TabIndex = 15;
this.btnSalvar.Text = "Salvar";
this.btnSalvar.UseVisualStyleBackColor = true;
this.btnSalvar.Click += new System.EventHandler(this.btnSalvar_Click);
//
// txtNomeFuncionario
//
this.txtNomeFuncionario.Enabled = false;
this.txtNomeFuncionario.Location = new System.Drawing.Point(148, 85);
this.txtNomeFuncionario.Name = "txtNomeFuncionario";
this.txtNomeFuncionario.Size = new System.Drawing.Size(280, 20);
this.txtNomeFuncionario.TabIndex = 16;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label2.Location = new System.Drawing.Point(34, 89);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(93, 16);
this.label2.TabIndex = 17;
this.label2.Text = "Funcionario:";
//
// psqCli
//
this.psqCli.Location = new System.Drawing.Point(451, 56);
this.psqCli.Name = "psqCli";
this.psqCli.Size = new System.Drawing.Size(75, 23);
this.psqCli.TabIndex = 59;
this.psqCli.Text = "Pesquisar";
this.psqCli.UseVisualStyleBackColor = true;
this.psqCli.Click += new System.EventHandler(this.psqCli_Click);
//
// psqItem
//
this.psqItem.Location = new System.Drawing.Point(451, 112);
this.psqItem.Name = "psqItem";
this.psqItem.Size = new System.Drawing.Size(75, 23);
this.psqItem.TabIndex = 61;
this.psqItem.Text = "Pesquisar";
this.psqItem.UseVisualStyleBackColor = true;
this.psqItem.Click += new System.EventHandler(this.psqItem_Click);
//
// dateTimePicker1
//
this.dateTimePicker1.Location = new System.Drawing.Point(166, 150);
this.dateTimePicker1.Name = "dateTimePicker1";
this.dateTimePicker1.Size = new System.Drawing.Size(262, 20);
this.dateTimePicker1.TabIndex = 62;
//
// dateTimePicker2
//
this.dateTimePicker2.Location = new System.Drawing.Point(166, 178);
this.dateTimePicker2.Name = "dateTimePicker2";
this.dateTimePicker2.Size = new System.Drawing.Size(262, 20);
this.dateTimePicker2.TabIndex = 63;
//
// Retirada_de_livros
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(602, 278);
this.Controls.Add(this.dateTimePicker2);
this.Controls.Add(this.dateTimePicker1);
this.Controls.Add(this.psqItem);
this.Controls.Add(this.psqCli);
this.Controls.Add(this.label2);
this.Controls.Add(this.txtNomeFuncionario);
this.Controls.Add(this.btnSalvar);
this.Controls.Add(this.btnLimpar);
this.Controls.Add(this.txtNomeItem);
this.Controls.Add(this.label7);
this.Controls.Add(this.label6);
this.Controls.Add(this.label5);
this.Controls.Add(this.txtNomeCliente);
this.Controls.Add(this.label1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.Name = "Retirada_de_livros";
this.Text = "Retirada de livros";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtNomeCliente;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox txtNomeItem;
private System.Windows.Forms.Button btnLimpar;
private System.Windows.Forms.Button btnSalvar;
private System.Windows.Forms.TextBox txtNomeFuncionario;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button psqCli;
private System.Windows.Forms.Button psqItem;
private System.Windows.Forms.DateTimePicker dateTimePicker1;
private System.Windows.Forms.DateTimePicker dateTimePicker2;
}
}