181 lines
9.4 KiB
C#
181 lines
9.4 KiB
C#
namespace BeautySaloonView
|
||
{
|
||
partial class FormMain
|
||
{
|
||
/// <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.dataGridView = new System.Windows.Forms.DataGridView();
|
||
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
|
||
this.справочникиToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.должностиToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.услугиToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.сотрудникиToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.клиентыToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.buttonUpdate = new System.Windows.Forms.Button();
|
||
this.buttonTest = new System.Windows.Forms.Button();
|
||
this.отчетыToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.услугиToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
||
((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit();
|
||
this.menuStrip1.SuspendLayout();
|
||
this.SuspendLayout();
|
||
//
|
||
// dataGridView
|
||
//
|
||
this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
||
this.dataGridView.Dock = System.Windows.Forms.DockStyle.Left;
|
||
this.dataGridView.Location = new System.Drawing.Point(0, 24);
|
||
this.dataGridView.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||
this.dataGridView.Name = "dataGridView";
|
||
this.dataGridView.RowHeadersWidth = 51;
|
||
this.dataGridView.RowTemplate.Height = 29;
|
||
this.dataGridView.Size = new System.Drawing.Size(911, 515);
|
||
this.dataGridView.TabIndex = 8;
|
||
//
|
||
// menuStrip1
|
||
//
|
||
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||
this.справочникиToolStripMenuItem,
|
||
this.отчетыToolStripMenuItem});
|
||
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
|
||
this.menuStrip1.Name = "menuStrip1";
|
||
this.menuStrip1.Size = new System.Drawing.Size(1037, 24);
|
||
this.menuStrip1.TabIndex = 9;
|
||
this.menuStrip1.Text = "menuStrip1";
|
||
//
|
||
// справочникиToolStripMenuItem
|
||
//
|
||
this.справочникиToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||
this.должностиToolStripMenuItem,
|
||
this.услугиToolStripMenuItem,
|
||
this.сотрудникиToolStripMenuItem,
|
||
this.клиентыToolStripMenuItem});
|
||
this.справочникиToolStripMenuItem.Name = "справочникиToolStripMenuItem";
|
||
this.справочникиToolStripMenuItem.Size = new System.Drawing.Size(94, 20);
|
||
this.справочникиToolStripMenuItem.Text = "Справочники";
|
||
//
|
||
// должностиToolStripMenuItem
|
||
//
|
||
this.должностиToolStripMenuItem.Name = "должностиToolStripMenuItem";
|
||
this.должностиToolStripMenuItem.Size = new System.Drawing.Size(140, 22);
|
||
this.должностиToolStripMenuItem.Text = "Должности";
|
||
this.должностиToolStripMenuItem.Click += new System.EventHandler(this.PositionsToolStripMenuItem_Click);
|
||
//
|
||
// услугиToolStripMenuItem
|
||
//
|
||
this.услугиToolStripMenuItem.Name = "услугиToolStripMenuItem";
|
||
this.услугиToolStripMenuItem.Size = new System.Drawing.Size(140, 22);
|
||
this.услугиToolStripMenuItem.Text = "Услуги";
|
||
this.услугиToolStripMenuItem.Click += new System.EventHandler(this.ServicesToolStripMenuItem_Click);
|
||
//
|
||
// сотрудникиToolStripMenuItem
|
||
//
|
||
this.сотрудникиToolStripMenuItem.Name = "сотрудникиToolStripMenuItem";
|
||
this.сотрудникиToolStripMenuItem.Size = new System.Drawing.Size(140, 22);
|
||
this.сотрудникиToolStripMenuItem.Text = "Сотрудники";
|
||
this.сотрудникиToolStripMenuItem.Click += new System.EventHandler(this.EmployeesToolStripMenuItem_Click);
|
||
//
|
||
// клиентыToolStripMenuItem
|
||
//
|
||
this.клиентыToolStripMenuItem.Name = "клиентыToolStripMenuItem";
|
||
this.клиентыToolStripMenuItem.Size = new System.Drawing.Size(140, 22);
|
||
this.клиентыToolStripMenuItem.Text = "Клиенты";
|
||
this.клиентыToolStripMenuItem.Click += new System.EventHandler(this.ClientsToolStripMenuItem_Click);
|
||
//
|
||
// buttonUpdate
|
||
//
|
||
this.buttonUpdate.Location = new System.Drawing.Point(917, 225);
|
||
this.buttonUpdate.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||
this.buttonUpdate.Name = "buttonUpdate";
|
||
this.buttonUpdate.Size = new System.Drawing.Size(116, 58);
|
||
this.buttonUpdate.TabIndex = 17;
|
||
this.buttonUpdate.Text = "Обновить";
|
||
this.buttonUpdate.UseVisualStyleBackColor = true;
|
||
this.buttonUpdate.Click += new System.EventHandler(this.ButtonRef_Click);
|
||
//
|
||
// buttonTest
|
||
//
|
||
this.buttonTest.Location = new System.Drawing.Point(917, 287);
|
||
this.buttonTest.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||
this.buttonTest.Name = "buttonTest";
|
||
this.buttonTest.Size = new System.Drawing.Size(116, 58);
|
||
this.buttonTest.TabIndex = 18;
|
||
this.buttonTest.Text = "Тесты";
|
||
this.buttonTest.UseVisualStyleBackColor = true;
|
||
this.buttonTest.Click += new System.EventHandler(this.ButtonTest_Click);
|
||
//
|
||
// отчетыToolStripMenuItem
|
||
//
|
||
this.отчетыToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||
this.услугиToolStripMenuItem1});
|
||
this.отчетыToolStripMenuItem.Name = "отчетыToolStripMenuItem";
|
||
this.отчетыToolStripMenuItem.Size = new System.Drawing.Size(60, 20);
|
||
this.отчетыToolStripMenuItem.Text = "Отчеты";
|
||
//
|
||
// услугиToolStripMenuItem1
|
||
//
|
||
this.услугиToolStripMenuItem1.Name = "услугиToolStripMenuItem1";
|
||
this.услугиToolStripMenuItem1.Size = new System.Drawing.Size(180, 22);
|
||
this.услугиToolStripMenuItem1.Text = "Услуги";
|
||
this.услугиToolStripMenuItem1.Click += new System.EventHandler(this.ReportServicesToolStripMenuItem_Click);
|
||
//
|
||
// FormMain
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.ClientSize = new System.Drawing.Size(1037, 539);
|
||
this.Controls.Add(this.buttonTest);
|
||
this.Controls.Add(this.buttonUpdate);
|
||
this.Controls.Add(this.dataGridView);
|
||
this.Controls.Add(this.menuStrip1);
|
||
this.MainMenuStrip = this.menuStrip1;
|
||
this.Name = "FormMain";
|
||
this.Text = "Салон красоты";
|
||
this.Load += new System.EventHandler(this.FormMain_Load);
|
||
((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit();
|
||
this.menuStrip1.ResumeLayout(false);
|
||
this.menuStrip1.PerformLayout();
|
||
this.ResumeLayout(false);
|
||
this.PerformLayout();
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private DataGridView dataGridView;
|
||
private MenuStrip menuStrip1;
|
||
private ToolStripMenuItem справочникиToolStripMenuItem;
|
||
private ToolStripMenuItem должностиToolStripMenuItem;
|
||
private ToolStripMenuItem услугиToolStripMenuItem;
|
||
private ToolStripMenuItem сотрудникиToolStripMenuItem;
|
||
private ToolStripMenuItem клиентыToolStripMenuItem;
|
||
private Button buttonUpdate;
|
||
private Button buttonCreateOrder;
|
||
private Button buttonTest;
|
||
private ToolStripMenuItem отчетыToolStripMenuItem;
|
||
private ToolStripMenuItem услугиToolStripMenuItem1;
|
||
}
|
||
} |