209 lines
7.7 KiB
C#
209 lines
7.7 KiB
C#
namespace BookingView
|
|
{
|
|
partial class FormReview
|
|
{
|
|
/// <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();
|
|
textBoxScore = new TextBox();
|
|
label1 = new Label();
|
|
dataGridView = new DataGridView();
|
|
label2 = new Label();
|
|
comboBoxClient = new ComboBox();
|
|
label3 = new Label();
|
|
label4 = new Label();
|
|
comboBoxBook = new ComboBox();
|
|
textBoxText = new TextBox();
|
|
((System.ComponentModel.ISupportInitialize)dataGridView).BeginInit();
|
|
SuspendLayout();
|
|
//
|
|
// buttonDelete
|
|
//
|
|
buttonDelete.Location = new Point(847, 545);
|
|
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(847, 480);
|
|
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(847, 415);
|
|
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;
|
|
//
|
|
// textBoxScore
|
|
//
|
|
textBoxScore.Location = new Point(853, 17);
|
|
textBoxScore.Margin = new Padding(3, 4, 3, 4);
|
|
textBoxScore.Name = "textBoxScore";
|
|
textBoxScore.Size = new Size(265, 27);
|
|
textBoxScore.TabIndex = 21;
|
|
//
|
|
// label1
|
|
//
|
|
label1.AutoSize = true;
|
|
label1.Location = new Point(681, 21);
|
|
label1.Name = "label1";
|
|
label1.Size = new Size(68, 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(649, 568);
|
|
dataGridView.TabIndex = 15;
|
|
dataGridView.CellClick += DataGridView_CellClick;
|
|
//
|
|
// label2
|
|
//
|
|
label2.AutoSize = true;
|
|
label2.Location = new Point(681, 120);
|
|
label2.Name = "label2";
|
|
label2.Size = new Size(61, 20);
|
|
label2.TabIndex = 29;
|
|
label2.Text = "Клиент:";
|
|
//
|
|
// comboBoxClient
|
|
//
|
|
comboBoxClient.FormattingEnabled = true;
|
|
comboBoxClient.Location = new Point(853, 116);
|
|
comboBoxClient.Margin = new Padding(3, 4, 3, 4);
|
|
comboBoxClient.Name = "comboBoxClient";
|
|
comboBoxClient.Size = new Size(265, 28);
|
|
comboBoxClient.TabIndex = 30;
|
|
//
|
|
// label3
|
|
//
|
|
label3.AutoSize = true;
|
|
label3.Location = new Point(681, 169);
|
|
label3.Name = "label3";
|
|
label3.Size = new Size(53, 20);
|
|
label3.TabIndex = 33;
|
|
label3.Text = "Книга:";
|
|
//
|
|
// label4
|
|
//
|
|
label4.AutoSize = true;
|
|
label4.Location = new Point(681, 71);
|
|
label4.Name = "label4";
|
|
label4.Size = new Size(101, 20);
|
|
label4.TabIndex = 34;
|
|
label4.Text = "Текст отзыва:";
|
|
//
|
|
// comboBoxBook
|
|
//
|
|
comboBoxBook.FormattingEnabled = true;
|
|
comboBoxBook.Location = new Point(854, 166);
|
|
comboBoxBook.Margin = new Padding(3, 4, 3, 4);
|
|
comboBoxBook.Name = "comboBoxBook";
|
|
comboBoxBook.Size = new Size(265, 28);
|
|
comboBoxBook.TabIndex = 35;
|
|
//
|
|
// textBoxText
|
|
//
|
|
textBoxText.Location = new Point(854, 68);
|
|
textBoxText.Margin = new Padding(3, 4, 3, 4);
|
|
textBoxText.Name = "textBoxText";
|
|
textBoxText.Size = new Size(265, 27);
|
|
textBoxText.TabIndex = 36;
|
|
//
|
|
// FormReview
|
|
//
|
|
AutoScaleDimensions = new SizeF(8F, 20F);
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
ClientSize = new Size(1131, 600);
|
|
Controls.Add(textBoxText);
|
|
Controls.Add(comboBoxBook);
|
|
Controls.Add(label4);
|
|
Controls.Add(label3);
|
|
Controls.Add(comboBoxClient);
|
|
Controls.Add(label2);
|
|
Controls.Add(buttonDelete);
|
|
Controls.Add(buttonUpdate);
|
|
Controls.Add(buttonCreate);
|
|
Controls.Add(textBoxScore);
|
|
Controls.Add(label1);
|
|
Controls.Add(dataGridView);
|
|
Margin = new Padding(3, 4, 3, 4);
|
|
Name = "FormReview";
|
|
StartPosition = FormStartPosition.CenterScreen;
|
|
Text = "Отзывы";
|
|
Load += FormReview_Load;
|
|
((System.ComponentModel.ISupportInitialize)dataGridView).EndInit();
|
|
ResumeLayout(false);
|
|
PerformLayout();
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Button buttonDelete;
|
|
private Button buttonUpdate;
|
|
private Button buttonCreate;
|
|
private ComboBox comboBoxBodyType;
|
|
private TextBox textBoxScore;
|
|
private Label label1;
|
|
private DataGridView dataGridView;
|
|
private Label label2;
|
|
private ComboBox comboBoxClient;
|
|
private Label label3;
|
|
private Label label4;
|
|
private ComboBox comboBoxBook;
|
|
private TextBox textBoxText;
|
|
}
|
|
} |