173 lines
6.7 KiB
C#
173 lines
6.7 KiB
C#
namespace PortalAccountsView
|
|
{
|
|
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()
|
|
{
|
|
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(9, 263);
|
|
controlInputRating.Margin = new Padding(5, 8, 5, 8);
|
|
controlInputRating.Name = "controlInputRating";
|
|
controlInputRating.Size = new Size(376, 36);
|
|
controlInputRating.TabIndex = 0;
|
|
controlInputRating.Value = null;
|
|
//
|
|
// textBoxLogin
|
|
//
|
|
textBoxLogin.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
|
textBoxLogin.Location = new Point(17, 115);
|
|
textBoxLogin.Name = "textBoxLogin";
|
|
textBoxLogin.Size = new Size(369, 27);
|
|
textBoxLogin.TabIndex = 2;
|
|
textBoxLogin.TextChanged += TextBoxLogin_TextChanged;
|
|
//
|
|
// textBoxWarnings
|
|
//
|
|
textBoxWarnings.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
|
textBoxWarnings.Location = new Point(17, 191);
|
|
textBoxWarnings.Name = "textBoxWarnings";
|
|
textBoxWarnings.Size = new Size(369, 27);
|
|
textBoxWarnings.TabIndex = 3;
|
|
textBoxWarnings.TextChanged += TextBoxWarnings_TextChanged;
|
|
//
|
|
// buttonSave
|
|
//
|
|
buttonSave.Location = new Point(29, 309);
|
|
buttonSave.Name = "buttonSave";
|
|
buttonSave.Size = new Size(105, 36);
|
|
buttonSave.TabIndex = 8;
|
|
buttonSave.Text = "Сохранить";
|
|
buttonSave.UseVisualStyleBackColor = true;
|
|
buttonSave.Click += ButtonSave_Click;
|
|
//
|
|
// labelLogin
|
|
//
|
|
labelLogin.AutoSize = true;
|
|
labelLogin.Location = new Point(17, 85);
|
|
labelLogin.Name = "labelLogin";
|
|
labelLogin.Size = new Size(52, 20);
|
|
labelLogin.TabIndex = 4;
|
|
labelLogin.Text = "Логин";
|
|
//
|
|
// labelWarnings
|
|
//
|
|
labelWarnings.AutoSize = true;
|
|
labelWarnings.Location = new Point(17, 160);
|
|
labelWarnings.Name = "labelWarnings";
|
|
labelWarnings.Size = new Size(131, 20);
|
|
labelWarnings.TabIndex = 5;
|
|
labelWarnings.Text = "Предупреждения";
|
|
//
|
|
// labelRating
|
|
//
|
|
labelRating.AutoSize = true;
|
|
labelRating.Location = new Point(22, 232);
|
|
labelRating.Name = "labelRating";
|
|
labelRating.Size = new Size(64, 20);
|
|
labelRating.TabIndex = 6;
|
|
labelRating.Text = "Рейтинг";
|
|
//
|
|
// labelRole
|
|
//
|
|
labelRole.AutoSize = true;
|
|
labelRole.Location = new Point(21, 16);
|
|
labelRole.Name = "labelRole";
|
|
labelRole.Size = new Size(42, 20);
|
|
labelRole.TabIndex = 7;
|
|
labelRole.Text = "Роль";
|
|
//
|
|
// comboBoxControlRole
|
|
//
|
|
comboBoxControlRole.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
|
comboBoxControlRole.Location = new Point(17, 44);
|
|
comboBoxControlRole.Margin = new Padding(3, 4, 3, 4);
|
|
comboBoxControlRole.Name = "comboBoxControlRole";
|
|
comboBoxControlRole.SelectedValue = "";
|
|
comboBoxControlRole.Size = new Size(369, 35);
|
|
comboBoxControlRole.TabIndex = 8;
|
|
//
|
|
// buttonCancel
|
|
//
|
|
buttonCancel.Location = new Point(168, 309);
|
|
buttonCancel.Name = "buttonCancel";
|
|
buttonCancel.Size = new Size(105, 36);
|
|
buttonCancel.TabIndex = 9;
|
|
buttonCancel.Text = "Отмена";
|
|
buttonCancel.UseVisualStyleBackColor = true;
|
|
buttonCancel.Click += ButtonCancel_Click;
|
|
//
|
|
// FormAccount
|
|
//
|
|
AutoScaleDimensions = new SizeF(8F, 20F);
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
ClientSize = new Size(408, 363);
|
|
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);
|
|
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;
|
|
}
|
|
} |