180 lines
6.8 KiB
C#
180 lines
6.8 KiB
C#
namespace TransportGuide
|
|
{
|
|
partial class FormTests
|
|
{
|
|
/// <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.buttonInsertTest = new System.Windows.Forms.Button();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.textBoxInsertTime = new System.Windows.Forms.TextBox();
|
|
this.buttonReadTest = new System.Windows.Forms.Button();
|
|
this.textBoxReadTime = new System.Windows.Forms.TextBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.numericUpDownInsert = new System.Windows.Forms.NumericUpDown();
|
|
this.numericUpDownRead = new System.Windows.Forms.NumericUpDown();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDownInsert)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDownRead)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// buttonInsertTest
|
|
//
|
|
this.buttonInsertTest.Location = new System.Drawing.Point(17, 20);
|
|
this.buttonInsertTest.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.buttonInsertTest.Name = "buttonInsertTest";
|
|
this.buttonInsertTest.Size = new System.Drawing.Size(123, 102);
|
|
this.buttonInsertTest.TabIndex = 0;
|
|
this.buttonInsertTest.Text = "Тест вставки";
|
|
this.buttonInsertTest.UseVisualStyleBackColor = true;
|
|
this.buttonInsertTest.Click += new System.EventHandler(this.buttonInsertTest_Click);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(149, 20);
|
|
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(234, 25);
|
|
this.label1.TabIndex = 1;
|
|
this.label1.Text = "Введите кол-во элементов:";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(149, 88);
|
|
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(223, 25);
|
|
this.label2.TabIndex = 3;
|
|
this.label2.Text = "Итоговое время запроса:";
|
|
//
|
|
// textBoxInsertTime
|
|
//
|
|
this.textBoxInsertTime.Location = new System.Drawing.Point(380, 83);
|
|
this.textBoxInsertTime.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.textBoxInsertTime.Name = "textBoxInsertTime";
|
|
this.textBoxInsertTime.ReadOnly = true;
|
|
this.textBoxInsertTime.Size = new System.Drawing.Size(141, 31);
|
|
this.textBoxInsertTime.TabIndex = 4;
|
|
//
|
|
// buttonReadTest
|
|
//
|
|
this.buttonReadTest.Location = new System.Drawing.Point(17, 177);
|
|
this.buttonReadTest.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.buttonReadTest.Name = "buttonReadTest";
|
|
this.buttonReadTest.Size = new System.Drawing.Size(123, 93);
|
|
this.buttonReadTest.TabIndex = 5;
|
|
this.buttonReadTest.Text = "Тест чтения";
|
|
this.buttonReadTest.UseVisualStyleBackColor = true;
|
|
this.buttonReadTest.Click += new System.EventHandler(this.buttonReadTest_Click);
|
|
//
|
|
// textBoxReadTime
|
|
//
|
|
this.textBoxReadTime.Location = new System.Drawing.Point(380, 240);
|
|
this.textBoxReadTime.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.textBoxReadTime.Name = "textBoxReadTime";
|
|
this.textBoxReadTime.ReadOnly = true;
|
|
this.textBoxReadTime.Size = new System.Drawing.Size(141, 31);
|
|
this.textBoxReadTime.TabIndex = 9;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(149, 245);
|
|
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(223, 25);
|
|
this.label3.TabIndex = 8;
|
|
this.label3.Text = "Итоговое время запроса:";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(149, 177);
|
|
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(234, 25);
|
|
this.label4.TabIndex = 6;
|
|
this.label4.Text = "Введите кол-во элементов:";
|
|
//
|
|
// numericUpDownInsert
|
|
//
|
|
this.numericUpDownInsert.Location = new System.Drawing.Point(380, 17);
|
|
this.numericUpDownInsert.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.numericUpDownInsert.Name = "numericUpDownInsert";
|
|
this.numericUpDownInsert.Size = new System.Drawing.Size(143, 31);
|
|
this.numericUpDownInsert.TabIndex = 10;
|
|
//
|
|
// numericUpDownRead
|
|
//
|
|
this.numericUpDownRead.Location = new System.Drawing.Point(380, 173);
|
|
this.numericUpDownRead.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.numericUpDownRead.Name = "numericUpDownRead";
|
|
this.numericUpDownRead.Size = new System.Drawing.Size(143, 31);
|
|
this.numericUpDownRead.TabIndex = 11;
|
|
//
|
|
// FormTests
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 25F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(547, 304);
|
|
this.Controls.Add(this.numericUpDownRead);
|
|
this.Controls.Add(this.numericUpDownInsert);
|
|
this.Controls.Add(this.textBoxReadTime);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.label4);
|
|
this.Controls.Add(this.buttonReadTest);
|
|
this.Controls.Add(this.textBoxInsertTime);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.buttonInsertTest);
|
|
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.Name = "FormTests";
|
|
this.Text = "Тесты запросов к бд";
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDownInsert)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDownRead)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Button buttonInsertTest;
|
|
private Label label1;
|
|
private Label label2;
|
|
private TextBox textBoxInsertTime;
|
|
private Button buttonReadTest;
|
|
private TextBox textBoxReadTime;
|
|
private Label label3;
|
|
private Label label4;
|
|
private NumericUpDown numericUpDownInsert;
|
|
private NumericUpDown numericUpDownRead;
|
|
}
|
|
}
|