190 lines
6.6 KiB
C#

namespace LDBproject.AdditionalForms
{
partial class BookF
{
/// <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()
{
Titlelabel = new Label();
Authorlabel = new Label();
PrintYlabel = new Label();
Genrelabel = new Label();
Statlabel = new Label();
TitleTb = new TextBox();
AuthorTb = new TextBox();
YearNud = new NumericUpDown();
SaveBtn = new Button();
DiscardBtn = new Button();
StatusCbox = new ComboBox();
GenresChBoxList = new CheckedListBox();
((System.ComponentModel.ISupportInitialize)YearNud).BeginInit();
SuspendLayout();
//
// Titlelabel
//
Titlelabel.AutoSize = true;
Titlelabel.Location = new Point(27, 32);
Titlelabel.Name = "Titlelabel";
Titlelabel.Size = new Size(48, 25);
Titlelabel.TabIndex = 1;
Titlelabel.Text = "Title:";
//
// Authorlabel
//
Authorlabel.AutoSize = true;
Authorlabel.Location = new Point(27, 68);
Authorlabel.Name = "Authorlabel";
Authorlabel.Size = new Size(71, 25);
Authorlabel.TabIndex = 2;
Authorlabel.Text = "Author:";
//
// PrintYlabel
//
PrintYlabel.AutoSize = true;
PrintYlabel.Location = new Point(25, 104);
PrintYlabel.Name = "PrintYlabel";
PrintYlabel.Size = new Size(112, 25);
PrintYlabel.TabIndex = 3;
PrintYlabel.Text = "Year of print:";
//
// Genrelabel
//
Genrelabel.AutoSize = true;
Genrelabel.Location = new Point(27, 185);
Genrelabel.Name = "Genrelabel";
Genrelabel.Size = new Size(70, 25);
Genrelabel.TabIndex = 4;
Genrelabel.Text = "Genres:";
//
// Statlabel
//
Statlabel.AutoSize = true;
Statlabel.Location = new Point(27, 147);
Statlabel.Name = "Statlabel";
Statlabel.Size = new Size(126, 25);
Statlabel.TabIndex = 5;
Statlabel.Text = "Current status:";
//
// TitleTb
//
TitleTb.Location = new Point(163, 29);
TitleTb.Name = "TitleTb";
TitleTb.Size = new Size(452, 31);
TitleTb.TabIndex = 7;
//
// AuthorTb
//
AuthorTb.Location = new Point(163, 65);
AuthorTb.Name = "AuthorTb";
AuthorTb.Size = new Size(452, 31);
AuthorTb.TabIndex = 8;
//
// YearNud
//
YearNud.Location = new Point(163, 102);
YearNud.Maximum = new decimal(new int[] { 2025, 0, 0, 0 });
YearNud.Minimum = new decimal(new int[] { 1980, 0, 0, 0 });
YearNud.Name = "YearNud";
YearNud.Size = new Size(127, 31);
YearNud.TabIndex = 9;
YearNud.Value = new decimal(new int[] { 1980, 0, 0, 0 });
//
// SaveBtn
//
SaveBtn.Location = new Point(27, 241);
SaveBtn.Name = "SaveBtn";
SaveBtn.Size = new Size(110, 68);
SaveBtn.TabIndex = 13;
SaveBtn.Text = "Save";
SaveBtn.UseVisualStyleBackColor = true;
SaveBtn.Click += SaveBtn_Click;
//
// DiscardBtn
//
DiscardBtn.Location = new Point(27, 315);
DiscardBtn.Name = "DiscardBtn";
DiscardBtn.Size = new Size(110, 70);
DiscardBtn.TabIndex = 14;
DiscardBtn.Text = "Discard";
DiscardBtn.UseVisualStyleBackColor = true;
DiscardBtn.Click += DiscardBtn_Click;
//
// StatusCbox
//
StatusCbox.FormattingEnabled = true;
StatusCbox.Location = new Point(163, 139);
StatusCbox.Name = "StatusCbox";
StatusCbox.Size = new Size(211, 33);
StatusCbox.TabIndex = 15;
//
// GenresChBoxList
//
GenresChBoxList.FormattingEnabled = true;
GenresChBoxList.Location = new Point(163, 185);
GenresChBoxList.Name = "GenresChBoxList";
GenresChBoxList.Size = new Size(211, 200);
GenresChBoxList.TabIndex = 16;
//
// BookF
//
AutoScaleDimensions = new SizeF(10F, 25F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(647, 412);
Controls.Add(GenresChBoxList);
Controls.Add(StatusCbox);
Controls.Add(DiscardBtn);
Controls.Add(SaveBtn);
Controls.Add(YearNud);
Controls.Add(AuthorTb);
Controls.Add(TitleTb);
Controls.Add(Statlabel);
Controls.Add(Genrelabel);
Controls.Add(PrintYlabel);
Controls.Add(Authorlabel);
Controls.Add(Titlelabel);
Name = "BookF";
Text = "Book";
((System.ComponentModel.ISupportInitialize)YearNud).EndInit();
ResumeLayout(false);
PerformLayout();
}
#endregion
private Label Titlelabel;
private Label Authorlabel;
private Label PrintYlabel;
private Label Genrelabel;
private Label Statlabel;
private TextBox IDtb;
private TextBox TitleTb;
private TextBox AuthorTb;
private NumericUpDown YearNud;
private Button SaveBtn;
private Button DiscardBtn;
private ComboBox StatusCbox;
private CheckedListBox GenresChBoxList;
}
}