74 lines
2.4 KiB
C#
74 lines
2.4 KiB
C#
namespace Library15
|
||
{
|
||
partial class UserControl1
|
||
{
|
||
/// <summary>
|
||
/// Обязательная переменная конструктора.
|
||
/// </summary>
|
||
private System.ComponentModel.IContainer components = null;
|
||
|
||
/// <summary>
|
||
/// Освободить все используемые ресурсы.
|
||
/// </summary>
|
||
/// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</param>
|
||
protected override void Dispose(bool disposing)
|
||
{
|
||
if (disposing && (components != null))
|
||
{
|
||
components.Dispose();
|
||
}
|
||
base.Dispose(disposing);
|
||
}
|
||
|
||
#region Код, автоматически созданный конструктором компонентов
|
||
|
||
/// <summary>
|
||
/// Требуемый метод для поддержки конструктора — не изменяйте
|
||
/// содержимое этого метода с помощью редактора кода.
|
||
/// </summary>
|
||
private void InitializeComponent()
|
||
{
|
||
buttonLoad = new Button();
|
||
pictureBoxAvatar = new PictureBox();
|
||
((System.ComponentModel.ISupportInitialize)pictureBoxAvatar).BeginInit();
|
||
SuspendLayout();
|
||
//
|
||
// buttonLoad
|
||
//
|
||
buttonLoad.Location = new Point(4, 197);
|
||
buttonLoad.Margin = new Padding(4, 5, 4, 5);
|
||
buttonLoad.Name = "buttonLoad";
|
||
buttonLoad.Size = new Size(193, 38);
|
||
buttonLoad.TabIndex = 0;
|
||
buttonLoad.Text = "Загрузить";
|
||
buttonLoad.UseVisualStyleBackColor = true;
|
||
//
|
||
// pictureBoxAvatar
|
||
//
|
||
pictureBoxAvatar.Location = new Point(4, 17);
|
||
pictureBoxAvatar.Margin = new Padding(4, 5, 4, 5);
|
||
pictureBoxAvatar.Name = "pictureBoxAvatar";
|
||
pictureBoxAvatar.Size = new Size(193, 163);
|
||
pictureBoxAvatar.TabIndex = 2;
|
||
pictureBoxAvatar.TabStop = false;
|
||
//
|
||
// UserControl1
|
||
//
|
||
AutoScaleDimensions = new SizeF(10F, 25F);
|
||
AutoScaleMode = AutoScaleMode.Font;
|
||
Controls.Add(pictureBoxAvatar);
|
||
Controls.Add(buttonLoad);
|
||
Margin = new Padding(4, 5, 4, 5);
|
||
Name = "UserControl1";
|
||
Size = new Size(214, 240);
|
||
((System.ComponentModel.ISupportInitialize)pictureBoxAvatar).EndInit();
|
||
ResumeLayout(false);
|
||
}
|
||
|
||
#endregion
|
||
|
||
private Button buttonLoad;
|
||
private PictureBox pictureBoxAvatar;
|
||
}
|
||
}
|