PIbd-22-Ismailov_SUBD/BlogDataModels/BlogViewModel/FormRole.Designer.cs
2023-09-06 22:02:39 +04:00

102 lines
4.2 KiB
C#

namespace Blog
{
partial class FormRole
{
/// <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.textBoxRoleName = new System.Windows.Forms.TextBox();
this.buttonSave = new System.Windows.Forms.Button();
this.buttonCancel = new System.Windows.Forms.Button();
this.buttonAddRoles = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// textBoxRoleName
//
this.textBoxRoleName.Location = new System.Drawing.Point(10, 9);
this.textBoxRoleName.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.textBoxRoleName.Name = "textBoxRoleName";
this.textBoxRoleName.Size = new System.Drawing.Size(218, 23);
this.textBoxRoleName.TabIndex = 0;
//
// buttonSave
//
this.buttonSave.Location = new System.Drawing.Point(10, 34);
this.buttonSave.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.buttonSave.Name = "buttonSave";
this.buttonSave.Size = new System.Drawing.Size(82, 22);
this.buttonSave.TabIndex = 1;
this.buttonSave.Text = "Сохранить";
this.buttonSave.UseVisualStyleBackColor = true;
this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
//
// buttonCancel
//
this.buttonCancel.Location = new System.Drawing.Point(10, 63);
this.buttonCancel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(82, 22);
this.buttonCancel.TabIndex = 2;
this.buttonCancel.Text = "Отмена";
this.buttonCancel.UseVisualStyleBackColor = true;
this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click);
//
// buttonAddRoles
//
this.buttonAddRoles.Location = new System.Drawing.Point(153, 34);
this.buttonAddRoles.Name = "buttonAddRoles";
this.buttonAddRoles.Size = new System.Drawing.Size(75, 54);
this.buttonAddRoles.TabIndex = 3;
this.buttonAddRoles.Text = "Добавить 1000 ролей";
this.buttonAddRoles.UseVisualStyleBackColor = true;
this.buttonAddRoles.Click += new System.EventHandler(this.buttonAddRoles_Click);
//
// FormRole
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(234, 96);
this.Controls.Add(this.buttonAddRoles);
this.Controls.Add(this.buttonCancel);
this.Controls.Add(this.buttonSave);
this.Controls.Add(this.textBoxRoleName);
this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.Name = "FormRole";
this.Text = "Роль";
this.Load += new System.EventHandler(this.FormRole_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private TextBox textBoxRoleName;
private Button buttonSave;
private Button buttonCancel;
private Button buttonAddRoles;
}
}