namespace ProjetoLPVIII { partial class Cadastro_de_Livros { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.btnSalvar = new System.Windows.Forms.Button(); this.btnLimpar = new System.Windows.Forms.Button(); this.psqTipo = new System.Windows.Forms.Button(); this.psqEditora = new System.Windows.Forms.Button(); this.psqGenero = new System.Windows.Forms.Button(); this.psqAutor = new System.Windows.Forms.Button(); this.statusLivro = new System.Windows.Forms.ComboBox(); this.txtISBN = new System.Windows.Forms.TextBox(); this.lblISBN = new System.Windows.Forms.Label(); this.txtTipoMidia = new System.Windows.Forms.TextBox(); 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.lblNomeLivro = new System.Windows.Forms.Label(); this.txtAutor = new System.Windows.Forms.TextBox(); this.txtNomeLivro = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // 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(29, 371); this.btnSalvar.Name = "btnSalvar"; this.btnSalvar.Size = new System.Drawing.Size(75, 23); this.btnSalvar.TabIndex = 12; this.btnSalvar.Text = "Salvar"; this.btnSalvar.UseVisualStyleBackColor = true; this.btnSalvar.Click += new System.EventHandler(this.btnSalvar_Click); // // 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(110, 371); this.btnLimpar.Name = "btnLimpar"; this.btnLimpar.Size = new System.Drawing.Size(75, 23); this.btnLimpar.TabIndex = 13; this.btnLimpar.Text = "Limpar"; this.btnLimpar.UseVisualStyleBackColor = true; this.btnLimpar.Click += new System.EventHandler(this.button2_Click); // // psqTipo // this.psqTipo.Location = new System.Drawing.Point(405, 245); this.psqTipo.Name = "psqTipo"; this.psqTipo.Size = new System.Drawing.Size(75, 23); this.psqTipo.TabIndex = 60; this.psqTipo.Text = "Pesquisar"; this.psqTipo.UseVisualStyleBackColor = true; this.psqTipo.Click += new System.EventHandler(this.psqTipo_Click); // // psqEditora // this.psqEditora.Location = new System.Drawing.Point(405, 207); this.psqEditora.Name = "psqEditora"; this.psqEditora.Size = new System.Drawing.Size(75, 23); this.psqEditora.TabIndex = 59; this.psqEditora.Text = "Pesquisar"; this.psqEditora.UseVisualStyleBackColor = true; this.psqEditora.Click += new System.EventHandler(this.psqEditora_Click); // // psqGenero // this.psqGenero.Location = new System.Drawing.Point(405, 168); this.psqGenero.Name = "psqGenero"; this.psqGenero.Size = new System.Drawing.Size(75, 23); this.psqGenero.TabIndex = 58; this.psqGenero.Text = "Pesquisar"; this.psqGenero.UseVisualStyleBackColor = true; this.psqGenero.Click += new System.EventHandler(this.psqGenero_Click); // // psqAutor // this.psqAutor.Location = new System.Drawing.Point(405, 131); this.psqAutor.Name = "psqAutor"; this.psqAutor.Size = new System.Drawing.Size(75, 23); this.psqAutor.TabIndex = 57; this.psqAutor.Text = "Pesquisar"; this.psqAutor.UseVisualStyleBackColor = true; this.psqAutor.Click += new System.EventHandler(this.psqAutor_Click); // // statusLivro // this.statusLivro.FormattingEnabled = true; this.statusLivro.Items.AddRange(new object[] { "ATIVO", "DESATIVADO"}); this.statusLivro.Location = new System.Drawing.Point(85, 314); this.statusLivro.Name = "statusLivro"; this.statusLivro.Size = new System.Drawing.Size(314, 21); this.statusLivro.TabIndex = 56; // // 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(85, 284); this.txtISBN.Name = "txtISBN"; this.txtISBN.Size = new System.Drawing.Size(314, 24); this.txtISBN.TabIndex = 55; // // 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(26, 287); this.lblISBN.Name = "lblISBN"; this.lblISBN.Size = new System.Drawing.Size(46, 18); this.lblISBN.TabIndex = 54; this.lblISBN.Text = "ISBN:"; // // 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(85, 245); this.txtTipoMidia.Name = "txtTipoMidia"; this.txtTipoMidia.Size = new System.Drawing.Size(314, 24); this.txtTipoMidia.TabIndex = 53; // // 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(26, 248); this.lblTipoMidia.Name = "lblTipoMidia"; this.lblTipoMidia.Size = new System.Drawing.Size(41, 18); this.lblTipoMidia.TabIndex = 52; 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(85, 207); this.txtEditora.Name = "txtEditora"; this.txtEditora.Size = new System.Drawing.Size(314, 24); this.txtEditora.TabIndex = 51; // // 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(26, 210); this.lblEditora.Name = "lblEditora"; this.lblEditora.Size = new System.Drawing.Size(59, 18); this.lblEditora.TabIndex = 50; 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(85, 168); this.txtGenero.Name = "txtGenero"; this.txtGenero.Size = new System.Drawing.Size(314, 24); this.txtGenero.TabIndex = 49; // // 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(26, 171); this.lblGenero.Name = "lblGenero"; this.lblGenero.Size = new System.Drawing.Size(62, 18); this.lblGenero.TabIndex = 48; 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(26, 134); this.lblAutor.Name = "lblAutor"; this.lblAutor.Size = new System.Drawing.Size(47, 18); this.lblAutor.TabIndex = 47; this.lblAutor.Text = "Autor:"; // // 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(26, 94); this.lblNomeLivro.Name = "lblNomeLivro"; this.lblNomeLivro.Size = new System.Drawing.Size(53, 18); this.lblNomeLivro.TabIndex = 46; this.lblNomeLivro.Text = "Nome:"; // // 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(85, 131); this.txtAutor.Name = "txtAutor"; this.txtAutor.Size = new System.Drawing.Size(314, 24); this.txtAutor.TabIndex = 45; // // 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(85, 91); this.txtNomeLivro.Name = "txtNomeLivro"; this.txtNomeLivro.Size = new System.Drawing.Size(314, 24); this.txtNomeLivro.TabIndex = 44; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.Location = new System.Drawing.Point(24, 34); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(199, 25); this.label1.TabIndex = 61; this.label1.Text = "Cadastro de Livro"; // // Cadastro_de_Livros // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(514, 425); this.Controls.Add(this.label1); 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.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.btnLimpar); this.Controls.Add(this.btnSalvar); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.Name = "Cadastro_de_Livros"; this.Text = "Cadastro de Livros"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button btnSalvar; private System.Windows.Forms.Button btnLimpar; private System.Windows.Forms.Button psqTipo; private System.Windows.Forms.Button psqEditora; private System.Windows.Forms.Button psqGenero; private System.Windows.Forms.Button psqAutor; private System.Windows.Forms.ComboBox statusLivro; private System.Windows.Forms.TextBox txtISBN; private System.Windows.Forms.Label lblISBN; private System.Windows.Forms.TextBox txtTipoMidia; 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.Label lblNomeLivro; private System.Windows.Forms.TextBox txtAutor; private System.Windows.Forms.TextBox txtNomeLivro; private System.Windows.Forms.Label label1; } }