2023-05-13 14:30:05 +04:00
|
|
|
|
namespace BookShopView
|
|
|
|
|
{
|
2023-05-17 17:40:36 +04:00
|
|
|
|
partial class FormMain
|
|
|
|
|
{
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Required designer variable.
|
|
|
|
|
/// </summary>
|
|
|
|
|
private System.ComponentModel.IContainer components = null;
|
2023-05-13 14:30:05 +04:00
|
|
|
|
|
2023-05-17 17:40:36 +04:00
|
|
|
|
/// <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);
|
|
|
|
|
}
|
2023-05-13 14:30:05 +04:00
|
|
|
|
|
2023-05-17 17:40:36 +04:00
|
|
|
|
#region Windows Form Designer generated code
|
2023-05-13 14:30:05 +04:00
|
|
|
|
|
2023-05-17 17:40:36 +04:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Required method for Designer support - do not modify
|
|
|
|
|
/// the contents of this method with the code editor.
|
|
|
|
|
/// </summary>
|
|
|
|
|
private void InitializeComponent()
|
|
|
|
|
{
|
|
|
|
|
menuStrip1 = new MenuStrip();
|
|
|
|
|
справочникиToolStripMenuItem = new ToolStripMenuItem();
|
|
|
|
|
AuthorsToolStripMenuItem = new ToolStripMenuItem();
|
|
|
|
|
BooksToolStripMenuItem = new ToolStripMenuItem();
|
|
|
|
|
ClientsToolStripMenuItem = new ToolStripMenuItem();
|
|
|
|
|
GenresToolStripMenuItem = new ToolStripMenuItem();
|
|
|
|
|
ComponentsToolStripMenuItem = new ToolStripMenuItem();
|
|
|
|
|
ComponentGiftsToolStripMenuItem = new ToolStripMenuItem();
|
|
|
|
|
OrdersToolStripMenuItem = new ToolStripMenuItem();
|
|
|
|
|
dataGridView = new DataGridView();
|
|
|
|
|
buttonCreateOrder = new Button();
|
|
|
|
|
buttonRef = new Button();
|
|
|
|
|
тестыToolStripMenuItem = new ToolStripMenuItem();
|
|
|
|
|
menuStrip1.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)dataGridView).BeginInit();
|
|
|
|
|
SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// menuStrip1
|
|
|
|
|
//
|
|
|
|
|
menuStrip1.ImageScalingSize = new Size(20, 20);
|
|
|
|
|
menuStrip1.Items.AddRange(new ToolStripItem[] { справочникиToolStripMenuItem, тестыToolStripMenuItem });
|
|
|
|
|
menuStrip1.Location = new Point(0, 0);
|
|
|
|
|
menuStrip1.Name = "menuStrip1";
|
|
|
|
|
menuStrip1.Size = new Size(1367, 28);
|
|
|
|
|
menuStrip1.TabIndex = 0;
|
|
|
|
|
menuStrip1.Text = "menuStrip1";
|
|
|
|
|
//
|
|
|
|
|
// справочникиToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
справочникиToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[] { AuthorsToolStripMenuItem, BooksToolStripMenuItem, ClientsToolStripMenuItem, GenresToolStripMenuItem });
|
|
|
|
|
справочникиToolStripMenuItem.Name = "справочникиToolStripMenuItem";
|
|
|
|
|
справочникиToolStripMenuItem.Size = new Size(117, 24);
|
|
|
|
|
справочникиToolStripMenuItem.Text = "Справочники";
|
|
|
|
|
//
|
|
|
|
|
// AuthorsToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
AuthorsToolStripMenuItem.Name = "AuthorsToolStripMenuItem";
|
|
|
|
|
AuthorsToolStripMenuItem.Size = new Size(224, 26);
|
|
|
|
|
AuthorsToolStripMenuItem.Text = "Авторы";
|
|
|
|
|
AuthorsToolStripMenuItem.Click += AuthorsToolStripMenuItem_Click;
|
|
|
|
|
//
|
|
|
|
|
// BooksToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
BooksToolStripMenuItem.Name = "BooksToolStripMenuItem";
|
|
|
|
|
BooksToolStripMenuItem.Size = new Size(224, 26);
|
|
|
|
|
BooksToolStripMenuItem.Text = "Книги";
|
|
|
|
|
BooksToolStripMenuItem.Click += BooksToolStripMenuItem_Click;
|
|
|
|
|
//
|
|
|
|
|
// ClientsToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
ClientsToolStripMenuItem.Name = "ClientsToolStripMenuItem";
|
|
|
|
|
ClientsToolStripMenuItem.Size = new Size(224, 26);
|
|
|
|
|
ClientsToolStripMenuItem.Text = "Клиенты";
|
|
|
|
|
ClientsToolStripMenuItem.Click += ClientsToolStripMenuItem_Click;
|
|
|
|
|
//
|
|
|
|
|
// GenresToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
GenresToolStripMenuItem.Name = "GenresToolStripMenuItem";
|
|
|
|
|
GenresToolStripMenuItem.Size = new Size(224, 26);
|
|
|
|
|
GenresToolStripMenuItem.Text = "Жанры";
|
|
|
|
|
GenresToolStripMenuItem.Click += GenresToolStripMenuItem_Click;
|
|
|
|
|
//
|
|
|
|
|
// ComponentsToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
ComponentsToolStripMenuItem.Name = "ComponentsToolStripMenuItem";
|
|
|
|
|
ComponentsToolStripMenuItem.Size = new Size(276, 26);
|
|
|
|
|
ComponentsToolStripMenuItem.Text = "Список компонентов";
|
|
|
|
|
//
|
|
|
|
|
// ComponentGiftsToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
ComponentGiftsToolStripMenuItem.Name = "ComponentGiftsToolStripMenuItem";
|
|
|
|
|
ComponentGiftsToolStripMenuItem.Size = new Size(276, 26);
|
|
|
|
|
ComponentGiftsToolStripMenuItem.Text = "Компоненты по изделиям";
|
|
|
|
|
//
|
|
|
|
|
// OrdersToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
OrdersToolStripMenuItem.Name = "OrdersToolStripMenuItem";
|
|
|
|
|
OrdersToolStripMenuItem.Size = new Size(276, 26);
|
|
|
|
|
OrdersToolStripMenuItem.Text = "Список заказов";
|
|
|
|
|
//
|
|
|
|
|
// dataGridView
|
|
|
|
|
//
|
|
|
|
|
dataGridView.BackgroundColor = SystemColors.Control;
|
|
|
|
|
dataGridView.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
|
|
dataGridView.Location = new Point(12, 41);
|
|
|
|
|
dataGridView.Name = "dataGridView";
|
|
|
|
|
dataGridView.RowHeadersWidth = 51;
|
|
|
|
|
dataGridView.RowTemplate.Height = 29;
|
|
|
|
|
dataGridView.Size = new Size(1123, 423);
|
|
|
|
|
dataGridView.TabIndex = 1;
|
|
|
|
|
//
|
|
|
|
|
// buttonCreateOrder
|
|
|
|
|
//
|
|
|
|
|
buttonCreateOrder.Location = new Point(1155, 167);
|
|
|
|
|
buttonCreateOrder.Name = "buttonCreateOrder";
|
|
|
|
|
buttonCreateOrder.Size = new Size(189, 78);
|
|
|
|
|
buttonCreateOrder.TabIndex = 2;
|
|
|
|
|
buttonCreateOrder.Text = "Создать заказ";
|
|
|
|
|
buttonCreateOrder.UseVisualStyleBackColor = true;
|
|
|
|
|
buttonCreateOrder.Click += buttonCreateOrder_Click;
|
|
|
|
|
//
|
|
|
|
|
// buttonRef
|
|
|
|
|
//
|
|
|
|
|
buttonRef.Location = new Point(1155, 304);
|
|
|
|
|
buttonRef.Name = "buttonRef";
|
|
|
|
|
buttonRef.Size = new Size(189, 78);
|
|
|
|
|
buttonRef.TabIndex = 6;
|
|
|
|
|
buttonRef.Text = "Обновить список";
|
|
|
|
|
buttonRef.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// тестыToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
тестыToolStripMenuItem.Name = "тестыToolStripMenuItem";
|
|
|
|
|
тестыToolStripMenuItem.Size = new Size(63, 24);
|
|
|
|
|
тестыToolStripMenuItem.Text = "Тесты";
|
|
|
|
|
тестыToolStripMenuItem.Click += testsToolStripMenuItem_Click;
|
|
|
|
|
//
|
|
|
|
|
// FormMain
|
|
|
|
|
//
|
|
|
|
|
AutoScaleDimensions = new SizeF(8F, 20F);
|
|
|
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
|
|
|
ClientSize = new Size(1367, 471);
|
|
|
|
|
Controls.Add(buttonRef);
|
|
|
|
|
Controls.Add(buttonCreateOrder);
|
|
|
|
|
Controls.Add(dataGridView);
|
|
|
|
|
Controls.Add(menuStrip1);
|
|
|
|
|
MainMenuStrip = menuStrip1;
|
|
|
|
|
Name = "FormMain";
|
|
|
|
|
Text = "Книжный магазин";
|
|
|
|
|
Load += FormMain_Load;
|
|
|
|
|
menuStrip1.ResumeLayout(false);
|
|
|
|
|
menuStrip1.PerformLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)dataGridView).EndInit();
|
|
|
|
|
ResumeLayout(false);
|
|
|
|
|
PerformLayout();
|
|
|
|
|
}
|
2023-05-13 14:30:05 +04:00
|
|
|
|
|
2023-05-17 17:40:36 +04:00
|
|
|
|
#endregion
|
2023-05-13 14:30:05 +04:00
|
|
|
|
|
2023-05-17 17:40:36 +04:00
|
|
|
|
private MenuStrip menuStrip1;
|
|
|
|
|
private ToolStripMenuItem справочникиToolStripMenuItem;
|
|
|
|
|
private ToolStripMenuItem AuthorsToolStripMenuItem;
|
|
|
|
|
private ToolStripMenuItem BooksToolStripMenuItem;
|
|
|
|
|
private DataGridView dataGridView;
|
|
|
|
|
private Button buttonCreateOrder;
|
|
|
|
|
private Button buttonRef;
|
|
|
|
|
private ToolStripMenuItem ComponentsToolStripMenuItem;
|
|
|
|
|
private ToolStripMenuItem ComponentGiftsToolStripMenuItem;
|
|
|
|
|
private ToolStripMenuItem OrdersToolStripMenuItem;
|
|
|
|
|
private ToolStripMenuItem ClientsToolStripMenuItem;
|
|
|
|
|
private ToolStripMenuItem GenresToolStripMenuItem;
|
|
|
|
|
private ToolStripMenuItem тестыToolStripMenuItem;
|
|
|
|
|
}
|
2023-05-13 14:30:05 +04:00
|
|
|
|
}
|