2023-05-06 22:24:09 +04:00
|
|
|
|
namespace BookShopView
|
|
|
|
|
{
|
|
|
|
|
partial class FormGenre
|
|
|
|
|
{
|
|
|
|
|
/// <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.NameTextBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.LabelName = new System.Windows.Forms.Label();
|
|
|
|
|
this.ButtonCancel = new System.Windows.Forms.Button();
|
|
|
|
|
this.ButtonSave = new System.Windows.Forms.Button();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// NameTextBox
|
|
|
|
|
//
|
|
|
|
|
this.NameTextBox.Location = new System.Drawing.Point(128, 16);
|
|
|
|
|
this.NameTextBox.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
|
|
|
this.NameTextBox.Name = "NameTextBox";
|
|
|
|
|
this.NameTextBox.Size = new System.Drawing.Size(194, 27);
|
|
|
|
|
this.NameTextBox.TabIndex = 0;
|
|
|
|
|
//
|
|
|
|
|
// LabelName
|
|
|
|
|
//
|
|
|
|
|
this.LabelName.AutoSize = true;
|
|
|
|
|
this.LabelName.Location = new System.Drawing.Point(14, 20);
|
|
|
|
|
this.LabelName.Name = "LabelName";
|
|
|
|
|
this.LabelName.Size = new System.Drawing.Size(80, 20);
|
|
|
|
|
this.LabelName.TabIndex = 2;
|
|
|
|
|
this.LabelName.Text = "Название:";
|
|
|
|
|
//
|
|
|
|
|
// ButtonCancel
|
|
|
|
|
//
|
|
|
|
|
this.ButtonCancel.Location = new System.Drawing.Point(211, 63);
|
|
|
|
|
this.ButtonCancel.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
|
|
|
this.ButtonCancel.Name = "ButtonCancel";
|
|
|
|
|
this.ButtonCancel.Size = new System.Drawing.Size(111, 39);
|
|
|
|
|
this.ButtonCancel.TabIndex = 8;
|
|
|
|
|
this.ButtonCancel.Text = "Отмена";
|
|
|
|
|
this.ButtonCancel.UseVisualStyleBackColor = true;
|
2023-05-08 00:06:01 +04:00
|
|
|
|
this.ButtonCancel.Click += new System.EventHandler(this.ButtonCancel_Click);
|
2023-05-06 22:24:09 +04:00
|
|
|
|
//
|
|
|
|
|
// ButtonSave
|
|
|
|
|
//
|
|
|
|
|
this.ButtonSave.Location = new System.Drawing.Point(79, 63);
|
|
|
|
|
this.ButtonSave.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
|
|
|
this.ButtonSave.Name = "ButtonSave";
|
|
|
|
|
this.ButtonSave.Size = new System.Drawing.Size(111, 39);
|
|
|
|
|
this.ButtonSave.TabIndex = 9;
|
|
|
|
|
this.ButtonSave.Text = "Сохранить";
|
|
|
|
|
this.ButtonSave.UseVisualStyleBackColor = true;
|
2023-05-08 00:06:01 +04:00
|
|
|
|
this.ButtonSave.Click += new System.EventHandler(this.ButtonSave_Click);
|
2023-05-06 22:24:09 +04:00
|
|
|
|
//
|
|
|
|
|
// FormGenre
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
this.ClientSize = new System.Drawing.Size(350, 119);
|
|
|
|
|
this.Controls.Add(this.ButtonSave);
|
|
|
|
|
this.Controls.Add(this.ButtonCancel);
|
|
|
|
|
this.Controls.Add(this.LabelName);
|
|
|
|
|
this.Controls.Add(this.NameTextBox);
|
|
|
|
|
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
|
|
|
this.Name = "FormGenre";
|
|
|
|
|
this.Text = "Жанр";
|
2023-05-08 00:06:01 +04:00
|
|
|
|
this.Load += new System.EventHandler(this.FormGenre_Load);
|
2023-05-06 22:24:09 +04:00
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
this.PerformLayout();
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private TextBox NameTextBox;
|
|
|
|
|
private Label LabelName;
|
|
|
|
|
private Button ButtonCancel;
|
|
|
|
|
private Button ButtonSave;
|
|
|
|
|
}
|
|
|
|
|
}
|