namespace Пример_плиточного_интерфейса
{
partial class Form2
{
///
/// 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()
{
this.panel1 = new System.Windows.Forms.Panel();
this.PbxPhoto = new System.Windows.Forms.PictureBox();
this.LblName = new System.Windows.Forms.Label();
this.LblCount = new System.Windows.Forms.Label();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.PbxPhoto)).BeginInit();
this.SuspendLayout();
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.White;
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel1.Controls.Add(this.LblCount);
this.panel1.Controls.Add(this.LblName);
this.panel1.Controls.Add(this.PbxPhoto);
this.panel1.Location = new System.Drawing.Point(45, 43);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(182, 175);
this.panel1.TabIndex = 0;
//
// PbxPhoto
//
this.PbxPhoto.Location = new System.Drawing.Point(38, 21);
this.PbxPhoto.Name = "PbxPhoto";
this.PbxPhoto.Size = new System.Drawing.Size(100, 86);
this.PbxPhoto.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.PbxPhoto.TabIndex = 0;
this.PbxPhoto.TabStop = false;
//
// LblName
//
this.LblName.AutoSize = true;
this.LblName.Location = new System.Drawing.Point(15, 114);
this.LblName.Name = "LblName";
this.LblName.Size = new System.Drawing.Size(44, 16);
this.LblName.TabIndex = 1;
this.LblName.Text = "label1";
//
// LblCount
//
this.LblCount.AutoSize = true;
this.LblCount.Location = new System.Drawing.Point(15, 140);
this.LblCount.Name = "LblCount";
this.LblCount.Size = new System.Drawing.Size(44, 16);
this.LblCount.TabIndex = 2;
this.LblCount.Text = "label2";
//
// Form2
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 450);
this.Controls.Add(this.panel1);
this.Name = "Form2";
this.Text = "Form2";
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.PbxPhoto)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
public System.Windows.Forms.Label LblCount;
public System.Windows.Forms.Label LblName;
public System.Windows.Forms.PictureBox PbxPhoto;
}
}