namespace PortalAccountsView
{
partial class FormAccount
{
///
/// 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()
{
controlInputRating = new ControlsLibraryNet60.Input.ControlInputNullableDouble();
textBoxLogin = new TextBox();
textBoxWarnings = new TextBox();
buttonSave = new Button();
labelLogin = new Label();
labelWarnings = new Label();
labelRating = new Label();
labelRole = new Label();
comboBoxControlRole = new RodionovLibrary.VisualComponents.ComboBoxControl();
buttonCancel = new Button();
SuspendLayout();
//
// controlInputRating
//
controlInputRating.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
controlInputRating.Location = new Point(8, 197);
controlInputRating.Margin = new Padding(4, 6, 4, 6);
controlInputRating.Name = "controlInputRating";
controlInputRating.Size = new Size(329, 27);
controlInputRating.TabIndex = 0;
controlInputRating.Value = null;
//
// textBoxLogin
//
textBoxLogin.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
textBoxLogin.Location = new Point(15, 86);
textBoxLogin.Margin = new Padding(3, 2, 3, 2);
textBoxLogin.Name = "textBoxLogin";
textBoxLogin.Size = new Size(323, 23);
textBoxLogin.TabIndex = 2;
textBoxLogin.TextChanged += TextBoxLogin_TextChanged;
//
// textBoxWarnings
//
textBoxWarnings.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
textBoxWarnings.Location = new Point(15, 143);
textBoxWarnings.Margin = new Padding(3, 2, 3, 2);
textBoxWarnings.Name = "textBoxWarnings";
textBoxWarnings.Size = new Size(323, 23);
textBoxWarnings.TabIndex = 3;
textBoxWarnings.TextChanged += TextBoxWarnings_TextChanged;
//
// buttonSave
//
buttonSave.Location = new Point(25, 232);
buttonSave.Margin = new Padding(3, 2, 3, 2);
buttonSave.Name = "buttonSave";
buttonSave.Size = new Size(92, 27);
buttonSave.TabIndex = 8;
buttonSave.Text = "Сохранить";
buttonSave.UseVisualStyleBackColor = true;
buttonSave.Click += ButtonSave_Click;
//
// labelLogin
//
labelLogin.AutoSize = true;
labelLogin.Location = new Point(15, 64);
labelLogin.Name = "labelLogin";
labelLogin.Size = new Size(41, 15);
labelLogin.TabIndex = 4;
labelLogin.Text = "Логин";
//
// labelWarnings
//
labelWarnings.AutoSize = true;
labelWarnings.Location = new Point(15, 120);
labelWarnings.Name = "labelWarnings";
labelWarnings.Size = new Size(102, 15);
labelWarnings.TabIndex = 5;
labelWarnings.Text = "Предупреждения";
//
// labelRating
//
labelRating.AutoSize = true;
labelRating.Location = new Point(19, 174);
labelRating.Name = "labelRating";
labelRating.Size = new Size(51, 15);
labelRating.TabIndex = 6;
labelRating.Text = "Рейтинг";
//
// labelRole
//
labelRole.AutoSize = true;
labelRole.Location = new Point(18, 12);
labelRole.Name = "labelRole";
labelRole.Size = new Size(34, 15);
labelRole.TabIndex = 7;
labelRole.Text = "Роль";
//
// comboBoxControlRole
//
comboBoxControlRole.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
comboBoxControlRole.Location = new Point(15, 33);
comboBoxControlRole.Margin = new Padding(3, 2, 3, 2);
comboBoxControlRole.Name = "comboBoxControlRole";
comboBoxControlRole.SelectedValue = "";
comboBoxControlRole.Size = new Size(327, 26);
comboBoxControlRole.TabIndex = 8;
//
// buttonCancel
//
buttonCancel.Location = new Point(147, 232);
buttonCancel.Margin = new Padding(3, 2, 3, 2);
buttonCancel.Name = "buttonCancel";
buttonCancel.Size = new Size(92, 27);
buttonCancel.TabIndex = 9;
buttonCancel.Text = "Отмена";
buttonCancel.UseVisualStyleBackColor = true;
buttonCancel.Click += ButtonCancel_Click;
//
// FormAccount
//
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(357, 272);
Controls.Add(buttonCancel);
Controls.Add(comboBoxControlRole);
Controls.Add(labelRole);
Controls.Add(labelRating);
Controls.Add(labelWarnings);
Controls.Add(labelLogin);
Controls.Add(buttonSave);
Controls.Add(textBoxWarnings);
Controls.Add(textBoxLogin);
Controls.Add(controlInputRating);
Margin = new Padding(3, 2, 3, 2);
Name = "FormAccount";
Text = "Аккаунт";
FormClosing += FormAccount_FormClosing;
Load += FormAccount_Load;
ResumeLayout(false);
PerformLayout();
}
#endregion
private ControlsLibraryNet60.Input.ControlInputNullableDouble controlInputRating;
private TextBox textBoxLogin;
private TextBox textBoxWarnings;
private Button buttonSave;
private Label labelLogin;
private Label labelWarnings;
private Label labelRating;
private Label labelRole;
private RodionovLibrary.VisualComponents.ComboBoxControl comboBoxControlRole;
private Button buttonCancel;
}
}