PIbd-21_MasenkinMS_SUBD_Rou.../RouteGuide/RouteGuideView/FormSchedulesTests.Designer.cs
2024-04-09 13:48:30 +04:00

230 lines
8.8 KiB
C#

namespace RouteGuideView
{
partial class FormSchedulesTests
{
/// <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()
{
labelDeleteTime = new Label();
labelReadTime = new Label();
labelInsertTime = new Label();
buttonDelete = new Button();
buttonRead = new Button();
buttonInsert = new Button();
labelEntities3 = new Label();
labelEntities2 = new Label();
labelEntities1 = new Label();
labelDelete = new Label();
labelRead = new Label();
labelInsert = new Label();
numericUpDownDelete = new NumericUpDown();
numericUpDownRead = new NumericUpDown();
numericUpDownInsert = new NumericUpDown();
((System.ComponentModel.ISupportInitialize)numericUpDownDelete).BeginInit();
((System.ComponentModel.ISupportInitialize)numericUpDownRead).BeginInit();
((System.ComponentModel.ISupportInitialize)numericUpDownInsert).BeginInit();
SuspendLayout();
//
// labelDeleteTime
//
labelDeleteTime.AutoSize = true;
labelDeleteTime.Location = new Point(376, 72);
labelDeleteTime.Name = "labelDeleteTime";
labelDeleteTime.Size = new Size(32, 15);
labelDeleteTime.TabIndex = 59;
labelDeleteTime.Text = "0 ms";
//
// labelReadTime
//
labelReadTime.AutoSize = true;
labelReadTime.Location = new Point(376, 43);
labelReadTime.Name = "labelReadTime";
labelReadTime.Size = new Size(32, 15);
labelReadTime.TabIndex = 58;
labelReadTime.Text = "0 ms";
//
// labelInsertTime
//
labelInsertTime.AutoSize = true;
labelInsertTime.Location = new Point(376, 14);
labelInsertTime.Name = "labelInsertTime";
labelInsertTime.Size = new Size(32, 15);
labelInsertTime.TabIndex = 57;
labelInsertTime.Text = "0 ms";
//
// buttonDelete
//
buttonDelete.Location = new Point(264, 68);
buttonDelete.Name = "buttonDelete";
buttonDelete.Size = new Size(75, 23);
buttonDelete.TabIndex = 56;
buttonDelete.Text = "Удалить";
buttonDelete.UseVisualStyleBackColor = true;
buttonDelete.Click += buttonDelete_Click;
//
// buttonRead
//
buttonRead.Location = new Point(264, 39);
buttonRead.Name = "buttonRead";
buttonRead.Size = new Size(75, 23);
buttonRead.TabIndex = 55;
buttonRead.Text = "Получить";
buttonRead.UseVisualStyleBackColor = true;
buttonRead.Click += buttonRead_Click;
//
// buttonInsert
//
buttonInsert.Location = new Point(264, 10);
buttonInsert.Name = "buttonInsert";
buttonInsert.Size = new Size(75, 23);
buttonInsert.TabIndex = 54;
buttonInsert.Text = "Создать";
buttonInsert.UseVisualStyleBackColor = true;
buttonInsert.Click += buttonInsert_Click;
//
// labelEntities3
//
labelEntities3.AutoSize = true;
labelEntities3.Location = new Point(159, 70);
labelEntities3.Name = "labelEntities3";
labelEntities3.Size = new Size(68, 15);
labelEntities3.TabIndex = 53;
labelEntities3.Text = "сущностей";
//
// labelEntities2
//
labelEntities2.AutoSize = true;
labelEntities2.Location = new Point(159, 41);
labelEntities2.Name = "labelEntities2";
labelEntities2.Size = new Size(68, 15);
labelEntities2.TabIndex = 52;
labelEntities2.Text = "сущностей";
//
// labelEntities1
//
labelEntities1.AutoSize = true;
labelEntities1.Location = new Point(159, 12);
labelEntities1.Name = "labelEntities1";
labelEntities1.Size = new Size(68, 15);
labelEntities1.TabIndex = 51;
labelEntities1.Text = "сущностей";
//
// labelDelete
//
labelDelete.AutoSize = true;
labelDelete.Location = new Point(16, 70);
labelDelete.Name = "labelDelete";
labelDelete.Size = new Size(51, 15);
labelDelete.TabIndex = 50;
labelDelete.Text = "Удалить";
//
// labelRead
//
labelRead.AutoSize = true;
labelRead.Location = new Point(16, 41);
labelRead.Name = "labelRead";
labelRead.Size = new Size(61, 15);
labelRead.TabIndex = 49;
labelRead.Text = "Получить";
//
// labelInsert
//
labelInsert.AutoSize = true;
labelInsert.Location = new Point(16, 12);
labelInsert.Name = "labelInsert";
labelInsert.Size = new Size(50, 15);
labelInsert.TabIndex = 48;
labelInsert.Text = "Создать";
//
// numericUpDownDelete
//
numericUpDownDelete.Location = new Point(83, 68);
numericUpDownDelete.Name = "numericUpDownDelete";
numericUpDownDelete.Size = new Size(70, 23);
numericUpDownDelete.TabIndex = 47;
//
// numericUpDownRead
//
numericUpDownRead.Location = new Point(83, 39);
numericUpDownRead.Name = "numericUpDownRead";
numericUpDownRead.Size = new Size(70, 23);
numericUpDownRead.TabIndex = 46;
//
// numericUpDownInsert
//
numericUpDownInsert.Location = new Point(83, 10);
numericUpDownInsert.Name = "numericUpDownInsert";
numericUpDownInsert.Size = new Size(70, 23);
numericUpDownInsert.TabIndex = 45;
//
// FormSchedulesTests
//
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(424, 101);
Controls.Add(labelDeleteTime);
Controls.Add(labelReadTime);
Controls.Add(labelInsertTime);
Controls.Add(buttonDelete);
Controls.Add(buttonRead);
Controls.Add(buttonInsert);
Controls.Add(labelEntities3);
Controls.Add(labelEntities2);
Controls.Add(labelEntities1);
Controls.Add(labelDelete);
Controls.Add(labelRead);
Controls.Add(labelInsert);
Controls.Add(numericUpDownDelete);
Controls.Add(numericUpDownRead);
Controls.Add(numericUpDownInsert);
Name = "FormSchedulesTests";
Text = "Тесты для сущности \"Расписание\"";
((System.ComponentModel.ISupportInitialize)numericUpDownDelete).EndInit();
((System.ComponentModel.ISupportInitialize)numericUpDownRead).EndInit();
((System.ComponentModel.ISupportInitialize)numericUpDownInsert).EndInit();
ResumeLayout(false);
PerformLayout();
}
#endregion
private Label labelDeleteTime;
private Label labelReadTime;
private Label labelInsertTime;
private Button buttonDelete;
private Button buttonRead;
private Button buttonInsert;
private Label labelEntities3;
private Label labelEntities2;
private Label labelEntities1;
private Label labelDelete;
private Label labelRead;
private Label labelInsert;
private NumericUpDown numericUpDownDelete;
private NumericUpDown numericUpDownRead;
private NumericUpDown numericUpDownInsert;
}
}