163 lines
8.0 KiB
C#
163 lines
8.0 KiB
C#
|
namespace Forum
|
|||
|
{
|
|||
|
partial class FormMain
|
|||
|
{
|
|||
|
/// <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.dataGridView = new System.Windows.Forms.DataGridView();
|
|||
|
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.buttonCreate = new System.Windows.Forms.Button();
|
|||
|
this.buttonDelete = new System.Windows.Forms.Button();
|
|||
|
this.buttonUpdate = new System.Windows.Forms.Button();
|
|||
|
this.тестыToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit();
|
|||
|
this.menuStrip1.SuspendLayout();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// dataGridView
|
|||
|
//
|
|||
|
this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|||
|
this.dataGridView.Location = new System.Drawing.Point(10, 32);
|
|||
|
this.dataGridView.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|||
|
this.dataGridView.Name = "dataGridView";
|
|||
|
this.dataGridView.RowHeadersWidth = 51;
|
|||
|
this.dataGridView.RowTemplate.Height = 29;
|
|||
|
this.dataGridView.Size = new System.Drawing.Size(554, 296);
|
|||
|
this.dataGridView.TabIndex = 0;
|
|||
|
//
|
|||
|
// menuStrip1
|
|||
|
//
|
|||
|
this.menuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
|
|||
|
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|||
|
this.ролиToolStripMenuItem,
|
|||
|
this.пользователиToolStripMenuItem,
|
|||
|
this.категорииToolStripMenuItem,
|
|||
|
this.тестыToolStripMenuItem});
|
|||
|
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.menuStrip1.Name = "menuStrip1";
|
|||
|
this.menuStrip1.Padding = new System.Windows.Forms.Padding(5, 2, 0, 2);
|
|||
|
this.menuStrip1.Size = new System.Drawing.Size(653, 24);
|
|||
|
this.menuStrip1.TabIndex = 1;
|
|||
|
this.menuStrip1.Text = "menuStrip1";
|
|||
|
//
|
|||
|
// ролиToolStripMenuItem
|
|||
|
//
|
|||
|
this.ролиToolStripMenuItem.Name = "ролиToolStripMenuItem";
|
|||
|
this.ролиToolStripMenuItem.Size = new System.Drawing.Size(47, 20);
|
|||
|
this.ролиToolStripMenuItem.Text = "Роли";
|
|||
|
this.ролиToolStripMenuItem.Click += new System.EventHandler(this.ролиToolStripMenuItem_Click);
|
|||
|
//
|
|||
|
// пользователиToolStripMenuItem
|
|||
|
//
|
|||
|
this.пользователиToolStripMenuItem.Name = "пользователиToolStripMenuItem";
|
|||
|
this.пользователиToolStripMenuItem.Size = new System.Drawing.Size(97, 20);
|
|||
|
this.пользователиToolStripMenuItem.Text = "Пользователи";
|
|||
|
this.пользователиToolStripMenuItem.Click += new System.EventHandler(this.пользователиToolStripMenuItem_Click);
|
|||
|
//
|
|||
|
// категорииToolStripMenuItem
|
|||
|
//
|
|||
|
this.категорииToolStripMenuItem.Name = "категорииToolStripMenuItem";
|
|||
|
this.категорииToolStripMenuItem.Size = new System.Drawing.Size(76, 20);
|
|||
|
this.категорииToolStripMenuItem.Text = "Категории";
|
|||
|
this.категорииToolStripMenuItem.Click += new System.EventHandler(this.категорииToolStripMenuItem_Click);
|
|||
|
//
|
|||
|
// buttonCreate
|
|||
|
//
|
|||
|
this.buttonCreate.Location = new System.Drawing.Point(570, 32);
|
|||
|
this.buttonCreate.Name = "buttonCreate";
|
|||
|
this.buttonCreate.Size = new System.Drawing.Size(75, 23);
|
|||
|
this.buttonCreate.TabIndex = 2;
|
|||
|
this.buttonCreate.Text = "Создать";
|
|||
|
this.buttonCreate.UseVisualStyleBackColor = true;
|
|||
|
this.buttonCreate.Click += new System.EventHandler(this.buttonCreate_Click);
|
|||
|
//
|
|||
|
// buttonDelete
|
|||
|
//
|
|||
|
this.buttonDelete.Location = new System.Drawing.Point(570, 61);
|
|||
|
this.buttonDelete.Name = "buttonDelete";
|
|||
|
this.buttonDelete.Size = new System.Drawing.Size(75, 23);
|
|||
|
this.buttonDelete.TabIndex = 4;
|
|||
|
this.buttonDelete.Text = "Удалить";
|
|||
|
this.buttonDelete.UseVisualStyleBackColor = true;
|
|||
|
this.buttonDelete.Click += new System.EventHandler(this.buttonDelete_Click);
|
|||
|
//
|
|||
|
// buttonUpdate
|
|||
|
//
|
|||
|
this.buttonUpdate.Location = new System.Drawing.Point(570, 90);
|
|||
|
this.buttonUpdate.Name = "buttonUpdate";
|
|||
|
this.buttonUpdate.Size = new System.Drawing.Size(75, 23);
|
|||
|
this.buttonUpdate.TabIndex = 5;
|
|||
|
this.buttonUpdate.Text = "Обновить";
|
|||
|
this.buttonUpdate.UseVisualStyleBackColor = true;
|
|||
|
this.buttonUpdate.Click += new System.EventHandler(this.buttonUpdate_Click);
|
|||
|
//
|
|||
|
// тестыToolStripMenuItem
|
|||
|
//
|
|||
|
this.тестыToolStripMenuItem.Name = "тестыToolStripMenuItem";
|
|||
|
this.тестыToolStripMenuItem.Size = new System.Drawing.Size(51, 20);
|
|||
|
this.тестыToolStripMenuItem.Text = "Тесты";
|
|||
|
this.тестыToolStripMenuItem.Click += new System.EventHandler(this.тестыToolStripMenuItem_Click);
|
|||
|
//
|
|||
|
// FormMain
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.ClientSize = new System.Drawing.Size(653, 338);
|
|||
|
this.Controls.Add(this.buttonUpdate);
|
|||
|
this.Controls.Add(this.buttonDelete);
|
|||
|
this.Controls.Add(this.buttonCreate);
|
|||
|
this.Controls.Add(this.dataGridView);
|
|||
|
this.Controls.Add(this.menuStrip1);
|
|||
|
this.MainMenuStrip = this.menuStrip1;
|
|||
|
this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|||
|
this.Name = "FormMain";
|
|||
|
this.Text = "Форум";
|
|||
|
this.Load += new System.EventHandler(this.FormMain_Load);
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit();
|
|||
|
this.menuStrip1.ResumeLayout(false);
|
|||
|
this.menuStrip1.PerformLayout();
|
|||
|
this.ResumeLayout(false);
|
|||
|
this.PerformLayout();
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private DataGridView dataGridView;
|
|||
|
private MenuStrip menuStrip1;
|
|||
|
private ToolStripMenuItem ролиToolStripMenuItem;
|
|||
|
private ToolStripMenuItem пользователиToolStripMenuItem;
|
|||
|
private ToolStripMenuItem категорииToolStripMenuItem;
|
|||
|
private Button buttonCreate;
|
|||
|
private Button buttonDelete;
|
|||
|
private Button buttonUpdate;
|
|||
|
private ToolStripMenuItem тестыToolStripMenuItem;
|
|||
|
}
|
|||
|
}
|