namespace RouteGuideView { partial class FormDriversTests { /// /// 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() { numericUpDownInsert = new NumericUpDown(); numericUpDownRead = new NumericUpDown(); numericUpDownDelete = new NumericUpDown(); labelInsert = new Label(); labelRead = new Label(); labelDelete = new Label(); labelEntities1 = new Label(); labelEntities2 = new Label(); labelEntities3 = new Label(); buttonInsert = new Button(); buttonRead = new Button(); buttonDelete = new Button(); labelInsertTime = new Label(); labelReadTime = new Label(); labelDeleteTime = new Label(); ((System.ComponentModel.ISupportInitialize)numericUpDownInsert).BeginInit(); ((System.ComponentModel.ISupportInitialize)numericUpDownRead).BeginInit(); ((System.ComponentModel.ISupportInitialize)numericUpDownDelete).BeginInit(); SuspendLayout(); // // numericUpDownInsert // numericUpDownInsert.Location = new Point(79, 12); numericUpDownInsert.Name = "numericUpDownInsert"; numericUpDownInsert.Size = new Size(70, 23); numericUpDownInsert.TabIndex = 0; // // numericUpDownRead // numericUpDownRead.Location = new Point(79, 41); numericUpDownRead.Name = "numericUpDownRead"; numericUpDownRead.Size = new Size(70, 23); numericUpDownRead.TabIndex = 1; // // numericUpDownDelete // numericUpDownDelete.Location = new Point(79, 70); numericUpDownDelete.Name = "numericUpDownDelete"; numericUpDownDelete.Size = new Size(70, 23); numericUpDownDelete.TabIndex = 2; // // labelInsert // labelInsert.AutoSize = true; labelInsert.Location = new Point(12, 14); labelInsert.Name = "labelInsert"; labelInsert.Size = new Size(50, 15); labelInsert.TabIndex = 3; labelInsert.Text = "Создать"; // // labelRead // labelRead.AutoSize = true; labelRead.Location = new Point(12, 43); labelRead.Name = "labelRead"; labelRead.Size = new Size(61, 15); labelRead.TabIndex = 4; labelRead.Text = "Получить"; // // labelDelete // labelDelete.AutoSize = true; labelDelete.Location = new Point(12, 72); labelDelete.Name = "labelDelete"; labelDelete.Size = new Size(51, 15); labelDelete.TabIndex = 5; labelDelete.Text = "Удалить"; // // labelEntities1 // labelEntities1.AutoSize = true; labelEntities1.Location = new Point(155, 14); labelEntities1.Name = "labelEntities1"; labelEntities1.Size = new Size(68, 15); labelEntities1.TabIndex = 6; labelEntities1.Text = "сущностей"; // // labelEntities2 // labelEntities2.AutoSize = true; labelEntities2.Location = new Point(155, 43); labelEntities2.Name = "labelEntities2"; labelEntities2.Size = new Size(68, 15); labelEntities2.TabIndex = 7; labelEntities2.Text = "сущностей"; // // labelEntities3 // labelEntities3.AutoSize = true; labelEntities3.Location = new Point(155, 72); labelEntities3.Name = "labelEntities3"; labelEntities3.Size = new Size(68, 15); labelEntities3.TabIndex = 8; labelEntities3.Text = "сущностей"; // // buttonInsert // buttonInsert.Location = new Point(260, 12); buttonInsert.Name = "buttonInsert"; buttonInsert.Size = new Size(75, 23); buttonInsert.TabIndex = 9; buttonInsert.Text = "Создать"; buttonInsert.UseVisualStyleBackColor = true; buttonInsert.Click += buttonInsert_Click; // // buttonRead // buttonRead.Location = new Point(260, 41); buttonRead.Name = "buttonRead"; buttonRead.Size = new Size(75, 23); buttonRead.TabIndex = 10; buttonRead.Text = "Получить"; buttonRead.UseVisualStyleBackColor = true; buttonRead.Click += buttonRead_Click; // // buttonDelete // buttonDelete.Location = new Point(260, 70); buttonDelete.Name = "buttonDelete"; buttonDelete.Size = new Size(75, 23); buttonDelete.TabIndex = 11; buttonDelete.Text = "Удалить"; buttonDelete.UseVisualStyleBackColor = true; buttonDelete.Click += buttonDelete_Click; // // labelInsertTime // labelInsertTime.AutoSize = true; labelInsertTime.Location = new Point(372, 16); labelInsertTime.Name = "labelInsertTime"; labelInsertTime.Size = new Size(202, 15); labelInsertTime.TabIndex = 12; labelInsertTime.Text = "Total time: 0 ms / Average time: 0 ms"; // // labelReadTime // labelReadTime.AutoSize = true; labelReadTime.Location = new Point(372, 45); labelReadTime.Name = "labelReadTime"; labelReadTime.Size = new Size(202, 15); labelReadTime.TabIndex = 13; labelReadTime.Text = "Total time: 0 ms / Average time: 0 ms"; // // labelDeleteTime // labelDeleteTime.AutoSize = true; labelDeleteTime.Location = new Point(372, 74); labelDeleteTime.Name = "labelDeleteTime"; labelDeleteTime.Size = new Size(202, 15); labelDeleteTime.TabIndex = 14; labelDeleteTime.Text = "Total time: 0 ms / Average time: 0 ms"; // // FormDriversTests // AutoScaleDimensions = new SizeF(7F, 15F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(594, 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 = "FormDriversTests"; Text = "Тесты для сущности \"Водитель\""; ((System.ComponentModel.ISupportInitialize)numericUpDownInsert).EndInit(); ((System.ComponentModel.ISupportInitialize)numericUpDownRead).EndInit(); ((System.ComponentModel.ISupportInitialize)numericUpDownDelete).EndInit(); ResumeLayout(false); PerformLayout(); } #endregion private NumericUpDown numericUpDownInsert; private NumericUpDown numericUpDownRead; private NumericUpDown numericUpDownDelete; private Label labelInsert; private Label labelRead; private Label labelDelete; private Label labelEntities1; private Label labelEntities2; private Label labelEntities3; private Button buttonInsert; private Button buttonRead; private Button buttonDelete; private Label labelInsertTime; private Label labelReadTime; private Label labelDeleteTime; } }