PIbd-33_Nevaeva_KA_COP_28/NevaevaLibrary/AccountsView/FormAccount.Designer.cs
2023-12-01 01:01:22 +04:00

153 lines
6.5 KiB
C#

namespace AccountsView
{
partial class FormAccount
{
/// <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.controlInputRating = new ControlsLibraryNet60.Input.ControlInputNullableDouble();
this.comboBoxControlRole = new NevaevaLibrary.ComboBoxControl();
this.textBoxLogin = new System.Windows.Forms.TextBox();
this.textBoxWarnings = new System.Windows.Forms.TextBox();
this.labelLogin = new System.Windows.Forms.Label();
this.labelWarnings = new System.Windows.Forms.Label();
this.labelRating = new System.Windows.Forms.Label();
this.labelAccount = new System.Windows.Forms.Label();
this.buttonAdd = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// controlInputRating
//
this.controlInputRating.Location = new System.Drawing.Point(14, 219);
this.controlInputRating.Margin = new System.Windows.Forms.Padding(5, 8, 5, 8);
this.controlInputRating.Name = "controlInputRating";
this.controlInputRating.Size = new System.Drawing.Size(331, 36);
this.controlInputRating.TabIndex = 0;
this.controlInputRating.Value = null;
//
// comboBoxControlRole
//
this.comboBoxControlRole.Location = new System.Drawing.Point(22, 34);
this.comboBoxControlRole.Name = "comboBoxControlRole";
this.comboBoxControlRole.SelectedValue = "";
this.comboBoxControlRole.Size = new System.Drawing.Size(333, 44);
this.comboBoxControlRole.TabIndex = 1;
//
// textBoxLogin
//
this.textBoxLogin.Location = new System.Drawing.Point(22, 93);
this.textBoxLogin.Name = "textBoxLogin";
this.textBoxLogin.Size = new System.Drawing.Size(323, 27);
this.textBoxLogin.TabIndex = 2;
//
// textBoxWarnings
//
this.textBoxWarnings.Location = new System.Drawing.Point(22, 151);
this.textBoxWarnings.Name = "textBoxWarnings";
this.textBoxWarnings.Size = new System.Drawing.Size(323, 27);
this.textBoxWarnings.TabIndex = 3;
//
// labelLogin
//
this.labelLogin.AutoSize = true;
this.labelLogin.Location = new System.Drawing.Point(22, 70);
this.labelLogin.Name = "labelLogin";
this.labelLogin.Size = new System.Drawing.Size(52, 20);
this.labelLogin.TabIndex = 4;
this.labelLogin.Text = "Логин";
//
// labelWarnings
//
this.labelWarnings.AutoSize = true;
this.labelWarnings.Location = new System.Drawing.Point(22, 128);
this.labelWarnings.Name = "labelWarnings";
this.labelWarnings.Size = new System.Drawing.Size(131, 20);
this.labelWarnings.TabIndex = 5;
this.labelWarnings.Text = "Предупреждения";
//
// labelRating
//
this.labelRating.AutoSize = true;
this.labelRating.Location = new System.Drawing.Point(26, 191);
this.labelRating.Name = "labelRating";
this.labelRating.Size = new System.Drawing.Size(64, 20);
this.labelRating.TabIndex = 6;
this.labelRating.Text = "Рейтинг";
//
// labelAccount
//
this.labelAccount.AutoSize = true;
this.labelAccount.Location = new System.Drawing.Point(25, 8);
this.labelAccount.Name = "labelAccount";
this.labelAccount.Size = new System.Drawing.Size(63, 20);
this.labelAccount.TabIndex = 7;
this.labelAccount.Text = "Аккаунт";
//
// buttonAdd
//
this.buttonAdd.Location = new System.Drawing.Point(36, 262);
this.buttonAdd.Name = "buttonAdd";
this.buttonAdd.Size = new System.Drawing.Size(94, 29);
this.buttonAdd.TabIndex = 8;
this.buttonAdd.Text = "Добавить";
this.buttonAdd.UseVisualStyleBackColor = true;
this.buttonAdd.Click += new System.EventHandler(this.buttonSave_Click);
//
// FormAccount
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(404, 307);
this.Controls.Add(this.buttonAdd);
this.Controls.Add(this.labelAccount);
this.Controls.Add(this.labelRating);
this.Controls.Add(this.labelWarnings);
this.Controls.Add(this.labelLogin);
this.Controls.Add(this.textBoxWarnings);
this.Controls.Add(this.textBoxLogin);
this.Controls.Add(this.comboBoxControlRole);
this.Controls.Add(this.controlInputRating);
this.Name = "FormAccount";
this.Text = "FormAccount";
this.Load += new System.EventHandler(this.FormAccount_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private ControlsLibraryNet60.Input.ControlInputNullableDouble controlInputRating;
private NevaevaLibrary.ComboBoxControl comboBoxControlRole;
private TextBox textBoxLogin;
private TextBox textBoxWarnings;
private Label labelLogin;
private Label labelWarnings;
private Label labelRating;
private Label labelAccount;
private Button buttonAdd;
}
}