2023-05-13 11:52:35 +04:00
|
|
|
|
namespace BeautySalon
|
|
|
|
|
{
|
2023-05-13 19:29:18 +04:00
|
|
|
|
partial class FormTests
|
2023-05-13 11:52:35 +04:00
|
|
|
|
{
|
|
|
|
|
/// <summary>
|
2023-05-13 19:29:18 +04:00
|
|
|
|
/// Required designer variable.
|
2023-05-13 11:52:35 +04:00
|
|
|
|
/// </summary>
|
|
|
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
2023-05-13 19:29:18 +04:00
|
|
|
|
/// Clean up any resources being used.
|
2023-05-13 11:52:35 +04:00
|
|
|
|
/// </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>
|
2023-05-13 19:29:18 +04:00
|
|
|
|
/// Required method for Designer support - do not modify
|
|
|
|
|
/// the contents of this method with the code editor.
|
2023-05-13 11:52:35 +04:00
|
|
|
|
/// </summary>
|
|
|
|
|
private void InitializeComponent()
|
|
|
|
|
{
|
|
|
|
|
this.components = new System.ComponentModel.Container();
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
this.ClientSize = new System.Drawing.Size(800, 450);
|
2023-05-13 19:29:18 +04:00
|
|
|
|
this.Text = "FormTests";
|
2023-05-13 11:52:35 +04:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
}
|
|
|
|
|
}
|