229 lines
8.6 KiB
C#
229 lines
8.6 KiB
C#
namespace BookingView
|
|
{
|
|
partial class FormAuthor
|
|
{
|
|
/// <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()
|
|
{
|
|
buttonDelete = new Button();
|
|
buttonUpdate = new Button();
|
|
buttonCreate = new Button();
|
|
textBoxName = new TextBox();
|
|
label1 = new Label();
|
|
dataGridView = new DataGridView();
|
|
textBoxLastName = new TextBox();
|
|
label3 = new Label();
|
|
labelPatronymic = new Label();
|
|
textBoxBooks = new TextBox();
|
|
label4 = new Label();
|
|
textBoxCountry = new TextBox();
|
|
label5 = new Label();
|
|
dateTimePickerDate = new DateTimePicker();
|
|
((System.ComponentModel.ISupportInitialize)dataGridView).BeginInit();
|
|
SuspendLayout();
|
|
//
|
|
// buttonDelete
|
|
//
|
|
buttonDelete.Location = new Point(888, 521);
|
|
buttonDelete.Margin = new Padding(3, 4, 3, 4);
|
|
buttonDelete.Name = "buttonDelete";
|
|
buttonDelete.Size = new Size(146, 40);
|
|
buttonDelete.TabIndex = 28;
|
|
buttonDelete.Text = "Удалить";
|
|
buttonDelete.UseVisualStyleBackColor = true;
|
|
buttonDelete.Click += ButtonDelete_Click;
|
|
//
|
|
// buttonUpdate
|
|
//
|
|
buttonUpdate.Location = new Point(888, 455);
|
|
buttonUpdate.Margin = new Padding(3, 4, 3, 4);
|
|
buttonUpdate.Name = "buttonUpdate";
|
|
buttonUpdate.Size = new Size(146, 40);
|
|
buttonUpdate.TabIndex = 27;
|
|
buttonUpdate.Text = "Изменить";
|
|
buttonUpdate.UseVisualStyleBackColor = true;
|
|
buttonUpdate.Click += ButtonUpdate_Click;
|
|
//
|
|
// buttonCreate
|
|
//
|
|
buttonCreate.Location = new Point(888, 390);
|
|
buttonCreate.Margin = new Padding(3, 4, 3, 4);
|
|
buttonCreate.Name = "buttonCreate";
|
|
buttonCreate.Size = new Size(146, 40);
|
|
buttonCreate.TabIndex = 26;
|
|
buttonCreate.Text = "Добавить";
|
|
buttonCreate.UseVisualStyleBackColor = true;
|
|
buttonCreate.Click += ButtonCreate_Click;
|
|
//
|
|
// textBoxName
|
|
//
|
|
textBoxName.Location = new Point(909, 58);
|
|
textBoxName.Margin = new Padding(3, 4, 3, 4);
|
|
textBoxName.Name = "textBoxName";
|
|
textBoxName.Size = new Size(229, 27);
|
|
textBoxName.TabIndex = 21;
|
|
//
|
|
// label1
|
|
//
|
|
label1.AutoSize = true;
|
|
label1.Location = new Point(748, 61);
|
|
label1.Name = "label1";
|
|
label1.Size = new Size(46, 20);
|
|
label1.TabIndex = 16;
|
|
label1.Text = "Имя: ";
|
|
//
|
|
// dataGridView
|
|
//
|
|
dataGridView.AllowUserToAddRows = false;
|
|
dataGridView.AllowUserToDeleteRows = false;
|
|
dataGridView.BackgroundColor = SystemColors.Window;
|
|
dataGridView.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
dataGridView.Location = new Point(15, 19);
|
|
dataGridView.Margin = new Padding(3, 4, 3, 4);
|
|
dataGridView.MultiSelect = false;
|
|
dataGridView.Name = "dataGridView";
|
|
dataGridView.RowHeadersWidth = 51;
|
|
dataGridView.RowTemplate.Height = 25;
|
|
dataGridView.SelectionMode = DataGridViewSelectionMode.FullRowSelect;
|
|
dataGridView.Size = new Size(697, 811);
|
|
dataGridView.TabIndex = 15;
|
|
dataGridView.CellClick += DataGridView_CellClick;
|
|
//
|
|
// textBoxLastName
|
|
//
|
|
textBoxLastName.Location = new Point(909, 116);
|
|
textBoxLastName.Margin = new Padding(3, 4, 3, 4);
|
|
textBoxLastName.Name = "textBoxLastName";
|
|
textBoxLastName.Size = new Size(229, 27);
|
|
textBoxLastName.TabIndex = 32;
|
|
//
|
|
// label3
|
|
//
|
|
label3.AutoSize = true;
|
|
label3.Location = new Point(748, 119);
|
|
label3.Name = "label3";
|
|
label3.Size = new Size(80, 20);
|
|
label3.TabIndex = 31;
|
|
label3.Text = "Фамилия: ";
|
|
//
|
|
// labelPatronymic
|
|
//
|
|
labelPatronymic.AutoSize = true;
|
|
labelPatronymic.Location = new Point(748, 176);
|
|
labelPatronymic.Name = "labelPatronymic";
|
|
labelPatronymic.Size = new Size(119, 20);
|
|
labelPatronymic.TabIndex = 33;
|
|
labelPatronymic.Text = "Дата рождения:";
|
|
//
|
|
// textBoxBooks
|
|
//
|
|
textBoxBooks.Location = new Point(909, 291);
|
|
textBoxBooks.Margin = new Padding(3, 4, 3, 4);
|
|
textBoxBooks.Name = "textBoxBooks";
|
|
textBoxBooks.Size = new Size(230, 27);
|
|
textBoxBooks.TabIndex = 38;
|
|
//
|
|
// label4
|
|
//
|
|
label4.AutoSize = true;
|
|
label4.Location = new Point(749, 294);
|
|
label4.Name = "label4";
|
|
label4.Size = new Size(132, 20);
|
|
label4.TabIndex = 37;
|
|
label4.Text = "Количество книг: ";
|
|
//
|
|
// textBoxCountry
|
|
//
|
|
textBoxCountry.Location = new Point(909, 233);
|
|
textBoxCountry.Margin = new Padding(3, 4, 3, 4);
|
|
textBoxCountry.Name = "textBoxCountry";
|
|
textBoxCountry.Size = new Size(229, 27);
|
|
textBoxCountry.TabIndex = 40;
|
|
//
|
|
// label5
|
|
//
|
|
label5.AutoSize = true;
|
|
label5.Location = new Point(748, 236);
|
|
label5.Name = "label5";
|
|
label5.Size = new Size(61, 20);
|
|
label5.TabIndex = 39;
|
|
label5.Text = "Страна:";
|
|
//
|
|
// dateTimePickerDate
|
|
//
|
|
dateTimePickerDate.Location = new Point(909, 171);
|
|
dateTimePickerDate.Margin = new Padding(3, 4, 3, 4);
|
|
dateTimePickerDate.Name = "dateTimePickerDate";
|
|
dateTimePickerDate.Size = new Size(229, 27);
|
|
dateTimePickerDate.TabIndex = 41;
|
|
//
|
|
// FormAuthor
|
|
//
|
|
AutoScaleDimensions = new SizeF(8F, 20F);
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
ClientSize = new Size(1159, 845);
|
|
Controls.Add(dateTimePickerDate);
|
|
Controls.Add(textBoxCountry);
|
|
Controls.Add(label5);
|
|
Controls.Add(textBoxBooks);
|
|
Controls.Add(label4);
|
|
Controls.Add(labelPatronymic);
|
|
Controls.Add(textBoxLastName);
|
|
Controls.Add(label3);
|
|
Controls.Add(buttonDelete);
|
|
Controls.Add(buttonUpdate);
|
|
Controls.Add(buttonCreate);
|
|
Controls.Add(textBoxName);
|
|
Controls.Add(label1);
|
|
Controls.Add(dataGridView);
|
|
Margin = new Padding(3, 4, 3, 4);
|
|
Name = "FormAuthor";
|
|
StartPosition = FormStartPosition.CenterScreen;
|
|
Text = "Авторы";
|
|
Load += FormAuthor_Load;
|
|
((System.ComponentModel.ISupportInitialize)dataGridView).EndInit();
|
|
ResumeLayout(false);
|
|
PerformLayout();
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Button buttonDelete;
|
|
private Button buttonUpdate;
|
|
private Button buttonCreate;
|
|
private TextBox textBoxName;
|
|
private Label label5;
|
|
private Label label1;
|
|
private Label labelPatronymic;
|
|
private DataGridView dataGridView;
|
|
private TextBox textBoxLastName;
|
|
private Label label3;
|
|
private TextBox textBoxBooks;
|
|
private Label label4;
|
|
private TextBox textBoxCountry;
|
|
private DateTimePicker dateTimePickerDate;
|
|
}
|
|
} |