namespace Blog
{
    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();
            this.buttonJoinQuery = new System.Windows.Forms.Button();
            this.numericUpDownJoin = new System.Windows.Forms.NumericUpDown();
            this.textBoxJoin = new System.Windows.Forms.TextBox();
            this.label5 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDownInsert)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDownRead)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDownJoin)).BeginInit();
            this.SuspendLayout();
            // 
            // buttonInsertTest
            // 
            this.buttonInsertTest.Location = new System.Drawing.Point(12, 12);
            this.buttonInsertTest.Name = "buttonInsertTest";
            this.buttonInsertTest.Size = new System.Drawing.Size(86, 61);
            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(104, 12);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(156, 15);
            this.label1.TabIndex = 1;
            this.label1.Text = "Введите кол-во элементов:";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(104, 53);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(146, 15);
            this.label2.TabIndex = 3;
            this.label2.Text = "Итоговое время запроса:";
            // 
            // textBoxInsertTime
            // 
            this.textBoxInsertTime.Location = new System.Drawing.Point(266, 50);
            this.textBoxInsertTime.Name = "textBoxInsertTime";
            this.textBoxInsertTime.ReadOnly = true;
            this.textBoxInsertTime.Size = new System.Drawing.Size(100, 23);
            this.textBoxInsertTime.TabIndex = 4;
            // 
            // buttonReadTest
            // 
            this.buttonReadTest.Location = new System.Drawing.Point(12, 106);
            this.buttonReadTest.Name = "buttonReadTest";
            this.buttonReadTest.Size = new System.Drawing.Size(86, 56);
            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(266, 144);
            this.textBoxReadTime.Name = "textBoxReadTime";
            this.textBoxReadTime.ReadOnly = true;
            this.textBoxReadTime.Size = new System.Drawing.Size(100, 23);
            this.textBoxReadTime.TabIndex = 9;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(104, 147);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(146, 15);
            this.label3.TabIndex = 8;
            this.label3.Text = "Итоговое время запроса:";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(104, 106);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(156, 15);
            this.label4.TabIndex = 6;
            this.label4.Text = "Введите кол-во элементов:";
            // 
            // numericUpDownInsert
            // 
            this.numericUpDownInsert.Location = new System.Drawing.Point(266, 10);
            this.numericUpDownInsert.Name = "numericUpDownInsert";
            this.numericUpDownInsert.Size = new System.Drawing.Size(100, 23);
            this.numericUpDownInsert.TabIndex = 10;
            // 
            // numericUpDownRead
            // 
            this.numericUpDownRead.Location = new System.Drawing.Point(266, 104);
            this.numericUpDownRead.Name = "numericUpDownRead";
            this.numericUpDownRead.Size = new System.Drawing.Size(100, 23);
            this.numericUpDownRead.TabIndex = 11;
            // 
            // buttonJoinQuery
            // 
            this.buttonJoinQuery.Location = new System.Drawing.Point(12, 197);
            this.buttonJoinQuery.Name = "buttonJoinQuery";
            this.buttonJoinQuery.Size = new System.Drawing.Size(86, 74);
            this.buttonJoinQuery.TabIndex = 12;
            this.buttonJoinQuery.Text = "Тест сложного чтения (Join)";
            this.buttonJoinQuery.UseVisualStyleBackColor = true;
            this.buttonJoinQuery.Click += new System.EventHandler(this.buttonJoinQuery_Click);
            // 
            // numericUpDownJoin
            // 
            this.numericUpDownJoin.Location = new System.Drawing.Point(266, 195);
            this.numericUpDownJoin.Name = "numericUpDownJoin";
            this.numericUpDownJoin.Size = new System.Drawing.Size(100, 23);
            this.numericUpDownJoin.TabIndex = 16;
            // 
            // textBoxJoin
            // 
            this.textBoxJoin.Location = new System.Drawing.Point(266, 235);
            this.textBoxJoin.Name = "textBoxJoin";
            this.textBoxJoin.ReadOnly = true;
            this.textBoxJoin.Size = new System.Drawing.Size(100, 23);
            this.textBoxJoin.TabIndex = 15;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(104, 238);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(146, 15);
            this.label5.TabIndex = 14;
            this.label5.Text = "Итоговое время запроса:";
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(104, 197);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(156, 15);
            this.label6.TabIndex = 13;
            this.label6.Text = "Введите кол-во элементов:";
            // 
            // FormTests
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(383, 286);
            this.Controls.Add(this.numericUpDownJoin);
            this.Controls.Add(this.textBoxJoin);
            this.Controls.Add(this.label5);
            this.Controls.Add(this.label6);
            this.Controls.Add(this.buttonJoinQuery);
            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.Name = "FormTests";
            this.Text = "Тесты запросов к бд";
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDownInsert)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDownRead)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDownJoin)).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;
        private Button buttonJoinQuery;
        private NumericUpDown numericUpDownJoin;
        private TextBox textBoxJoin;
        private Label label5;
        private Label label6;
    }
}