82 lines
3.3 KiB
C#
82 lines
3.3 KiB
C#
namespace Library15Gerimovich
|
||
{
|
||
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()
|
||
{
|
||
this.buttonLoad = new System.Windows.Forms.Button();
|
||
this.panel1 = new System.Windows.Forms.Panel();
|
||
this.pictureBoxAvatar = new System.Windows.Forms.PictureBox();
|
||
((System.ComponentModel.ISupportInitialize)(this.pictureBoxAvatar)).BeginInit();
|
||
this.SuspendLayout();
|
||
//
|
||
// buttonLoad
|
||
//
|
||
this.buttonLoad.Location = new System.Drawing.Point(38, 118);
|
||
this.buttonLoad.Name = "buttonLoad";
|
||
this.buttonLoad.Size = new System.Drawing.Size(75, 23);
|
||
this.buttonLoad.TabIndex = 0;
|
||
this.buttonLoad.Text = "Загрузить";
|
||
this.buttonLoad.UseVisualStyleBackColor = true;
|
||
//
|
||
// panel1
|
||
//
|
||
this.panel1.Location = new System.Drawing.Point(3, 3);
|
||
this.panel1.Name = "panel1";
|
||
this.panel1.Size = new System.Drawing.Size(87, 49);
|
||
this.panel1.TabIndex = 1;
|
||
//
|
||
// pictureBoxAvatar
|
||
//
|
||
this.pictureBoxAvatar.Location = new System.Drawing.Point(38, 58);
|
||
this.pictureBoxAvatar.Name = "pictureBoxAvatar";
|
||
this.pictureBoxAvatar.Size = new System.Drawing.Size(100, 50);
|
||
this.pictureBoxAvatar.TabIndex = 2;
|
||
this.pictureBoxAvatar.TabStop = false;
|
||
//
|
||
// UserControl1
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.Controls.Add(this.pictureBoxAvatar);
|
||
this.Controls.Add(this.panel1);
|
||
this.Controls.Add(this.buttonLoad);
|
||
this.Name = "UserControl1";
|
||
this.Size = new System.Drawing.Size(150, 144);
|
||
((System.ComponentModel.ISupportInitialize)(this.pictureBoxAvatar)).EndInit();
|
||
this.ResumeLayout(false);
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private Button buttonLoad;
|
||
private Panel panel1;
|
||
private PictureBox pictureBoxAvatar;
|
||
}
|
||
}
|