namespace TestsManipulate { partial class MainPage { /// /// 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.dataGridView1 = new System.Windows.Forms.DataGridView(); this.button1 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.button3 = new System.Windows.Forms.Button(); this.menuStrip1 = new System.Windows.Forms.MenuStrip(); this.таблицыToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.пользователиToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.вариантыОтветаToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.вопросыНаТестыToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.вопросыToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.тестыToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.уровниСложностиToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.темыToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.логиToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.textBox1 = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.button4 = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.menuStrip1.SuspendLayout(); this.SuspendLayout(); // // dataGridView1 // this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.Location = new System.Drawing.Point(267, 35); this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.Size = new System.Drawing.Size(521, 335); this.dataGridView1.TabIndex = 0; // // button1 // this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.button1.Location = new System.Drawing.Point(267, 376); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(109, 43); this.button1.TabIndex = 4; this.button1.Text = "Удалить"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.Delete); // // button2 // this.button2.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.button2.Location = new System.Drawing.Point(456, 376); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(144, 43); this.button2.TabIndex = 5; this.button2.Text = "Изменить"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.Update); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label1.Location = new System.Drawing.Point(12, 76); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(0, 25); this.label1.TabIndex = 7; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label2.Location = new System.Drawing.Point(12, 35); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(67, 25); this.label2.TabIndex = 8; this.label2.Text = "Роль:"; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label3.Location = new System.Drawing.Point(262, 7); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(130, 25); this.label3.TabIndex = 9; this.label3.Text = "Результаты"; // // button3 // this.button3.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.button3.Location = new System.Drawing.Point(644, 376); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(144, 43); this.button3.TabIndex = 10; this.button3.Text = "Добавить"; this.button3.UseVisualStyleBackColor = true; this.button3.Click += new System.EventHandler(this.Add); // // menuStrip1 // this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.таблицыToolStripMenuItem, this.логиToolStripMenuItem}); this.menuStrip1.Location = new System.Drawing.Point(0, 0); this.menuStrip1.Name = "menuStrip1"; this.menuStrip1.Size = new System.Drawing.Size(800, 24); this.menuStrip1.TabIndex = 11; this.menuStrip1.Text = "menuStrip1"; // // таблицыToolStripMenuItem // this.таблицыToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.пользователиToolStripMenuItem, this.вариантыОтветаToolStripMenuItem, this.вопросыНаТестыToolStripMenuItem, this.вопросыToolStripMenuItem, this.тестыToolStripMenuItem, this.уровниСложностиToolStripMenuItem, this.темыToolStripMenuItem}); this.таблицыToolStripMenuItem.Name = "таблицыToolStripMenuItem"; this.таблицыToolStripMenuItem.Size = new System.Drawing.Size(69, 20); this.таблицыToolStripMenuItem.Text = "Таблицы"; // // пользователиToolStripMenuItem // this.пользователиToolStripMenuItem.Name = "пользователиToolStripMenuItem"; this.пользователиToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.пользователиToolStripMenuItem.Text = "Пользователи"; this.пользователиToolStripMenuItem.Click += new System.EventHandler(this.UsersTable); // // вариантыОтветаToolStripMenuItem // this.вариантыОтветаToolStripMenuItem.Name = "вариантыОтветаToolStripMenuItem"; this.вариантыОтветаToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.вариантыОтветаToolStripMenuItem.Text = "Варианты ответа"; this.вариантыОтветаToolStripMenuItem.Click += new System.EventHandler(this.AnswerOptionsTable); // // вопросыНаТестыToolStripMenuItem // this.вопросыНаТестыToolStripMenuItem.Name = "вопросыНаТестыToolStripMenuItem"; this.вопросыНаТестыToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.вопросыНаТестыToolStripMenuItem.Text = "Вопросы на тесты"; this.вопросыНаТестыToolStripMenuItem.Click += new System.EventHandler(this.TestQuestionsTable); // // вопросыToolStripMenuItem // this.вопросыToolStripMenuItem.Name = "вопросыToolStripMenuItem"; this.вопросыToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.вопросыToolStripMenuItem.Text = "Вопросы"; this.вопросыToolStripMenuItem.Click += new System.EventHandler(this.QuestionsTable); // // тестыToolStripMenuItem // this.тестыToolStripMenuItem.Name = "тестыToolStripMenuItem"; this.тестыToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.тестыToolStripMenuItem.Text = "Тесты"; this.тестыToolStripMenuItem.Click += new System.EventHandler(this.TestsTable); // // уровниСложностиToolStripMenuItem // this.уровниСложностиToolStripMenuItem.Name = "уровниСложностиToolStripMenuItem"; this.уровниСложностиToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.уровниСложностиToolStripMenuItem.Text = "Уровни сложности"; this.уровниСложностиToolStripMenuItem.Click += new System.EventHandler(this.DifficultyLevelsTable); // // темыToolStripMenuItem // this.темыToolStripMenuItem.Name = "темыToolStripMenuItem"; this.темыToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.темыToolStripMenuItem.Text = "Темы"; this.темыToolStripMenuItem.Click += new System.EventHandler(this.TopicsTable); // // логиToolStripMenuItem // this.логиToolStripMenuItem.Name = "логиToolStripMenuItem"; this.логиToolStripMenuItem.Size = new System.Drawing.Size(46, 20); this.логиToolStripMenuItem.Text = "Логи"; this.логиToolStripMenuItem.Click += new System.EventHandler(this.LogsTable); // // textBox1 // this.textBox1.Location = new System.Drawing.Point(17, 153); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(222, 20); this.textBox1.TabIndex = 12; this.textBox1.TextChanged += new System.EventHandler(this.Search); // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label4.Location = new System.Drawing.Point(12, 125); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(73, 25); this.label4.TabIndex = 13; this.label4.Text = "Поиск"; // // button4 // this.button4.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.button4.Location = new System.Drawing.Point(27, 243); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(201, 113); this.button4.TabIndex = 14; this.button4.Text = "Сформировать отчет"; this.button4.UseVisualStyleBackColor = true; this.button4.Click += new System.EventHandler(this.Report); // // MainPage // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 450); this.Controls.Add(this.button4); this.Controls.Add(this.label4); this.Controls.Add(this.textBox1); this.Controls.Add(this.button3); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.button2); this.Controls.Add(this.button1); this.Controls.Add(this.dataGridView1); this.Controls.Add(this.menuStrip1); this.MainMenuStrip = this.menuStrip1; this.Name = "MainPage"; this.Text = "MainPage"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MainPage_FormClosed); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.menuStrip1.ResumeLayout(false); this.menuStrip1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.DataGridView dataGridView1; private System.Windows.Forms.Button button1; private System.Windows.Forms.Button button2; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Button button3; private System.Windows.Forms.MenuStrip menuStrip1; private System.Windows.Forms.ToolStripMenuItem таблицыToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem пользователиToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem вариантыОтветаToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem вопросыНаТестыToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem вопросыToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem тестыToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem уровниСложностиToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem темыToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem логиToolStripMenuItem; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Label label4; private System.Windows.Forms.Button button4; } }