namespace RestaurantView { partial class FormTests { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.groupBox1 = new System.Windows.Forms.GroupBox(); this.textBoxGetTest = new System.Windows.Forms.TextBox(); this.numericUpDownGetTest = new System.Windows.Forms.NumericUpDown(); this.buttonGetTest = new System.Windows.Forms.Button(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.textBoxGetDiffTest = new System.Windows.Forms.TextBox(); this.numericUpDownGetDiffTest = new System.Windows.Forms.NumericUpDown(); this.buttonGetDiffTest = new System.Windows.Forms.Button(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.textBoxSetTest = new System.Windows.Forms.TextBox(); this.numericUpDownSetTest = new System.Windows.Forms.NumericUpDown(); this.buttonSetTest = new System.Windows.Forms.Button(); this.buttonClear = new System.Windows.Forms.Button(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownGetTest)).BeginInit(); this.groupBox2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownGetDiffTest)).BeginInit(); this.groupBox3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownSetTest)).BeginInit(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Controls.Add(this.textBoxGetTest); this.groupBox1.Controls.Add(this.numericUpDownGetTest); this.groupBox1.Controls.Add(this.buttonGetTest); this.groupBox1.Location = new System.Drawing.Point(29, 22); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(531, 112); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "Тест обычного запроса"; // // textBoxGetTest // this.textBoxGetTest.Location = new System.Drawing.Point(193, 69); this.textBoxGetTest.Name = "textBoxGetTest"; this.textBoxGetTest.Size = new System.Drawing.Size(315, 23); this.textBoxGetTest.TabIndex = 2; // // numericUpDownGetTest // this.numericUpDownGetTest.Location = new System.Drawing.Point(193, 32); this.numericUpDownGetTest.Maximum = new decimal(new int[] { 1000000, 0, 0, 0}); this.numericUpDownGetTest.Name = "numericUpDownGetTest"; this.numericUpDownGetTest.Size = new System.Drawing.Size(315, 23); this.numericUpDownGetTest.TabIndex = 1; // // buttonGetTest // this.buttonGetTest.Location = new System.Drawing.Point(16, 32); this.buttonGetTest.Name = "buttonGetTest"; this.buttonGetTest.Size = new System.Drawing.Size(149, 60); this.buttonGetTest.TabIndex = 0; this.buttonGetTest.Text = "GetTest"; this.buttonGetTest.UseVisualStyleBackColor = true; this.buttonGetTest.Click += new System.EventHandler(this.ButtonGetTest_Click); // // groupBox2 // this.groupBox2.Controls.Add(this.textBoxGetDiffTest); this.groupBox2.Controls.Add(this.numericUpDownGetDiffTest); this.groupBox2.Controls.Add(this.buttonGetDiffTest); this.groupBox2.Location = new System.Drawing.Point(29, 174); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(531, 96); this.groupBox2.TabIndex = 1; this.groupBox2.TabStop = false; this.groupBox2.Text = "Тест сложного запроса"; // // textBoxGetDiffTest // this.textBoxGetDiffTest.Location = new System.Drawing.Point(193, 57); this.textBoxGetDiffTest.Name = "textBoxGetDiffTest"; this.textBoxGetDiffTest.Size = new System.Drawing.Size(315, 23); this.textBoxGetDiffTest.TabIndex = 2; // // numericUpDownGetDiffTest // this.numericUpDownGetDiffTest.Location = new System.Drawing.Point(193, 22); this.numericUpDownGetDiffTest.Maximum = new decimal(new int[] { 1000000, 0, 0, 0}); this.numericUpDownGetDiffTest.Name = "numericUpDownGetDiffTest"; this.numericUpDownGetDiffTest.Size = new System.Drawing.Size(315, 23); this.numericUpDownGetDiffTest.TabIndex = 1; // // buttonGetDiffTest // this.buttonGetDiffTest.Location = new System.Drawing.Point(16, 22); this.buttonGetDiffTest.Name = "buttonGetDiffTest"; this.buttonGetDiffTest.Size = new System.Drawing.Size(149, 58); this.buttonGetDiffTest.TabIndex = 0; this.buttonGetDiffTest.Text = "GetDiffTest"; this.buttonGetDiffTest.UseVisualStyleBackColor = true; this.buttonGetDiffTest.Click += new System.EventHandler(this.ButtonDiffGetTest_Click); // // groupBox3 // this.groupBox3.Controls.Add(this.textBoxSetTest); this.groupBox3.Controls.Add(this.numericUpDownSetTest); this.groupBox3.Controls.Add(this.buttonSetTest); this.groupBox3.Location = new System.Drawing.Point(29, 321); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(531, 100); this.groupBox3.TabIndex = 2; this.groupBox3.TabStop = false; this.groupBox3.Text = "Тест на заполнение"; // // textBoxSetTest // this.textBoxSetTest.Location = new System.Drawing.Point(193, 62); this.textBoxSetTest.Name = "textBoxSetTest"; this.textBoxSetTest.Size = new System.Drawing.Size(315, 23); this.textBoxSetTest.TabIndex = 2; // // numericUpDownSetTest // this.numericUpDownSetTest.Location = new System.Drawing.Point(193, 22); this.numericUpDownSetTest.Maximum = new decimal(new int[] { 1000000, 0, 0, 0}); this.numericUpDownSetTest.Name = "numericUpDownSetTest"; this.numericUpDownSetTest.Size = new System.Drawing.Size(315, 23); this.numericUpDownSetTest.TabIndex = 1; // // buttonSetTest // this.buttonSetTest.Location = new System.Drawing.Point(16, 22); this.buttonSetTest.Name = "buttonSetTest"; this.buttonSetTest.Size = new System.Drawing.Size(149, 63); this.buttonSetTest.TabIndex = 0; this.buttonSetTest.Text = "SetTest"; this.buttonSetTest.UseVisualStyleBackColor = true; this.buttonSetTest.Click += new System.EventHandler(this.ButtonSetTest_Click); // // buttonClear // this.buttonClear.Location = new System.Drawing.Point(235, 438); this.buttonClear.Name = "buttonClear"; this.buttonClear.Size = new System.Drawing.Size(124, 36); this.buttonClear.TabIndex = 3; this.buttonClear.Text = "Очистить"; this.buttonClear.UseVisualStyleBackColor = true; this.buttonClear.Click += new System.EventHandler(this.ButtonClear_Click); // // FormTests // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(588, 498); this.Controls.Add(this.buttonClear); this.Controls.Add(this.groupBox3); this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); this.Name = "FormTests"; this.Text = "Тесты"; this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownGetTest)).EndInit(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownGetDiffTest)).EndInit(); this.groupBox3.ResumeLayout(false); this.groupBox3.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownSetTest)).EndInit(); this.ResumeLayout(false); } #endregion private GroupBox groupBox1; private TextBox textBoxGetTest; private NumericUpDown numericUpDownGetTest; private Button buttonGetTest; private GroupBox groupBox2; private TextBox textBoxGetDiffTest; private NumericUpDown numericUpDownGetDiffTest; private Button buttonGetDiffTest; private GroupBox groupBox3; private TextBox textBoxSetTest; private NumericUpDown numericUpDownSetTest; private Button buttonSetTest; private Button buttonClear; } }