2023-11-16 23:49:40 +04:00
|
|
|
|
namespace AccountsApp
|
|
|
|
|
{
|
|
|
|
|
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()
|
|
|
|
|
{
|
2023-11-29 23:40:28 +04:00
|
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
|
|
this.textBoxLogin = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.textBoxPassword = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
|
|
|
this.mailControl = new NevaevaLibrary.MailControl();
|
|
|
|
|
this.abazovCheckedListBox = new AbazovViewComponents.Components.AbazovCheckedListBox();
|
|
|
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
|
|
|
this.buttonSave = new System.Windows.Forms.Button();
|
|
|
|
|
this.buttonCancel = new System.Windows.Forms.Button();
|
2023-11-30 00:23:56 +04:00
|
|
|
|
this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
|
|
|
|
|
this.buttonAvatar = new System.Windows.Forms.Button();
|
2023-11-16 23:49:40 +04:00
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
2023-11-29 23:40:28 +04:00
|
|
|
|
// label1
|
|
|
|
|
//
|
|
|
|
|
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.label1.AutoSize = true;
|
|
|
|
|
this.label1.Location = new System.Drawing.Point(12, 9);
|
|
|
|
|
this.label1.Name = "label1";
|
|
|
|
|
this.label1.Size = new System.Drawing.Size(52, 20);
|
|
|
|
|
this.label1.TabIndex = 0;
|
|
|
|
|
this.label1.Text = "Логин";
|
|
|
|
|
//
|
|
|
|
|
// textBoxLogin
|
|
|
|
|
//
|
|
|
|
|
this.textBoxLogin.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.textBoxLogin.Location = new System.Drawing.Point(12, 32);
|
|
|
|
|
this.textBoxLogin.Name = "textBoxLogin";
|
|
|
|
|
this.textBoxLogin.Size = new System.Drawing.Size(389, 27);
|
|
|
|
|
this.textBoxLogin.TabIndex = 1;
|
|
|
|
|
//
|
|
|
|
|
// textBoxPassword
|
|
|
|
|
//
|
|
|
|
|
this.textBoxPassword.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.textBoxPassword.Location = new System.Drawing.Point(12, 86);
|
|
|
|
|
this.textBoxPassword.Name = "textBoxPassword";
|
|
|
|
|
this.textBoxPassword.Size = new System.Drawing.Size(389, 27);
|
|
|
|
|
this.textBoxPassword.TabIndex = 3;
|
|
|
|
|
//
|
|
|
|
|
// label2
|
|
|
|
|
//
|
|
|
|
|
this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.label2.AutoSize = true;
|
|
|
|
|
this.label2.Location = new System.Drawing.Point(12, 63);
|
|
|
|
|
this.label2.Name = "label2";
|
|
|
|
|
this.label2.Size = new System.Drawing.Size(62, 20);
|
|
|
|
|
this.label2.TabIndex = 2;
|
|
|
|
|
this.label2.Text = "Пароль";
|
|
|
|
|
//
|
|
|
|
|
// label3
|
|
|
|
|
//
|
|
|
|
|
this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.label3.AutoSize = true;
|
|
|
|
|
this.label3.Location = new System.Drawing.Point(12, 116);
|
|
|
|
|
this.label3.Name = "label3";
|
|
|
|
|
this.label3.Size = new System.Drawing.Size(51, 20);
|
|
|
|
|
this.label3.TabIndex = 4;
|
|
|
|
|
this.label3.Text = "Почта";
|
|
|
|
|
//
|
|
|
|
|
// mailControl
|
|
|
|
|
//
|
|
|
|
|
this.mailControl.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.mailControl.Email = null;
|
|
|
|
|
this.mailControl.Location = new System.Drawing.Point(12, 139);
|
|
|
|
|
this.mailControl.Name = "mailControl";
|
|
|
|
|
this.mailControl.Size = new System.Drawing.Size(389, 42);
|
|
|
|
|
this.mailControl.TabIndex = 5;
|
|
|
|
|
this.mailControl.validateEmailRegex = null;
|
|
|
|
|
//
|
|
|
|
|
// abazovCheckedListBox
|
|
|
|
|
//
|
|
|
|
|
this.abazovCheckedListBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
2023-11-30 00:23:56 +04:00
|
|
|
|
this.abazovCheckedListBox.Location = new System.Drawing.Point(12, 207);
|
2023-11-29 23:40:28 +04:00
|
|
|
|
this.abazovCheckedListBox.Name = "abazovCheckedListBox";
|
|
|
|
|
this.abazovCheckedListBox.selectedItem = null;
|
|
|
|
|
this.abazovCheckedListBox.Size = new System.Drawing.Size(389, 130);
|
|
|
|
|
this.abazovCheckedListBox.TabIndex = 6;
|
|
|
|
|
//
|
|
|
|
|
// label4
|
|
|
|
|
//
|
|
|
|
|
this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.label4.AutoSize = true;
|
2023-11-30 00:23:56 +04:00
|
|
|
|
this.label4.Location = new System.Drawing.Point(12, 184);
|
2023-11-29 23:40:28 +04:00
|
|
|
|
this.label4.Name = "label4";
|
|
|
|
|
this.label4.Size = new System.Drawing.Size(78, 20);
|
|
|
|
|
this.label4.TabIndex = 7;
|
|
|
|
|
this.label4.Text = "Интересы";
|
|
|
|
|
//
|
|
|
|
|
// buttonSave
|
|
|
|
|
//
|
2023-11-30 00:23:56 +04:00
|
|
|
|
this.buttonSave.Location = new System.Drawing.Point(12, 420);
|
2023-11-29 23:40:28 +04:00
|
|
|
|
this.buttonSave.Name = "buttonSave";
|
|
|
|
|
this.buttonSave.Size = new System.Drawing.Size(94, 29);
|
|
|
|
|
this.buttonSave.TabIndex = 8;
|
|
|
|
|
this.buttonSave.Text = "Сохранить";
|
|
|
|
|
this.buttonSave.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
|
|
|
|
|
//
|
|
|
|
|
// buttonCancel
|
|
|
|
|
//
|
2023-11-30 00:23:56 +04:00
|
|
|
|
this.buttonCancel.Location = new System.Drawing.Point(307, 420);
|
2023-11-29 23:40:28 +04:00
|
|
|
|
this.buttonCancel.Name = "buttonCancel";
|
|
|
|
|
this.buttonCancel.Size = new System.Drawing.Size(94, 29);
|
|
|
|
|
this.buttonCancel.TabIndex = 9;
|
|
|
|
|
this.buttonCancel.Text = "Отмена";
|
|
|
|
|
this.buttonCancel.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click);
|
|
|
|
|
//
|
2023-11-30 00:23:56 +04:00
|
|
|
|
// openFileDialog
|
|
|
|
|
//
|
|
|
|
|
this.openFileDialog.FileName = "openFileDialog1";
|
|
|
|
|
//
|
|
|
|
|
// buttonAvatar
|
|
|
|
|
//
|
|
|
|
|
this.buttonAvatar.Location = new System.Drawing.Point(12, 343);
|
|
|
|
|
this.buttonAvatar.Name = "buttonAvatar";
|
|
|
|
|
this.buttonAvatar.Size = new System.Drawing.Size(389, 29);
|
|
|
|
|
this.buttonAvatar.TabIndex = 10;
|
|
|
|
|
this.buttonAvatar.Text = "Выбрать аватар";
|
|
|
|
|
this.buttonAvatar.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonAvatar.Click += new System.EventHandler(this.buttonAvatar_Click);
|
|
|
|
|
//
|
2023-11-16 23:49:40 +04:00
|
|
|
|
// FormAccount
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
2023-11-30 00:23:56 +04:00
|
|
|
|
this.ClientSize = new System.Drawing.Size(413, 461);
|
|
|
|
|
this.Controls.Add(this.buttonAvatar);
|
2023-11-29 23:40:28 +04:00
|
|
|
|
this.Controls.Add(this.buttonCancel);
|
|
|
|
|
this.Controls.Add(this.buttonSave);
|
|
|
|
|
this.Controls.Add(this.label4);
|
|
|
|
|
this.Controls.Add(this.abazovCheckedListBox);
|
|
|
|
|
this.Controls.Add(this.mailControl);
|
|
|
|
|
this.Controls.Add(this.label3);
|
|
|
|
|
this.Controls.Add(this.textBoxPassword);
|
|
|
|
|
this.Controls.Add(this.label2);
|
|
|
|
|
this.Controls.Add(this.textBoxLogin);
|
|
|
|
|
this.Controls.Add(this.label1);
|
2023-11-16 23:49:40 +04:00
|
|
|
|
this.Name = "FormAccount";
|
|
|
|
|
this.Text = "Аккаунт";
|
2023-11-29 23:40:28 +04:00
|
|
|
|
this.Load += new System.EventHandler(this.FormAccount_Load);
|
2023-11-16 23:49:40 +04:00
|
|
|
|
this.ResumeLayout(false);
|
2023-11-29 23:40:28 +04:00
|
|
|
|
this.PerformLayout();
|
2023-11-16 23:49:40 +04:00
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
2023-11-29 23:40:28 +04:00
|
|
|
|
|
|
|
|
|
private Label label1;
|
|
|
|
|
private TextBox textBoxLogin;
|
|
|
|
|
private TextBox textBoxPassword;
|
|
|
|
|
private Label label2;
|
|
|
|
|
private Label label3;
|
|
|
|
|
private NevaevaLibrary.MailControl mailControl;
|
|
|
|
|
private AbazovViewComponents.Components.AbazovCheckedListBox abazovCheckedListBox;
|
|
|
|
|
private Label label4;
|
|
|
|
|
private Button buttonSave;
|
|
|
|
|
private Button buttonCancel;
|
2023-11-30 00:23:56 +04:00
|
|
|
|
private OpenFileDialog openFileDialog;
|
|
|
|
|
private Button buttonAvatar;
|
2023-11-16 23:49:40 +04:00
|
|
|
|
}
|
|
|
|
|
}
|