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.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.PbxImage = new System.Windows.Forms.PictureBox();
this.lblID = new System.Windows.Forms.Label();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.PbxImage)).BeginInit();
this.SuspendLayout();
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.White;
this.panel1.Controls.Add(this.lblID);
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.label1);
this.panel1.Controls.Add(this.PbxImage);
this.panel1.Location = new System.Drawing.Point(13, 13);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(265, 225);
this.panel1.TabIndex = 0;
//
// label2
//
this.label2.Location = new System.Drawing.Point(34, 190);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(190, 23);
this.label2.TabIndex = 2;
this.label2.Text = "label2";
//
// label1
//
this.label1.Location = new System.Drawing.Point(34, 163);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(190, 23);
this.label1.TabIndex = 1;
this.label1.Text = "label1";
//
// PbxImage
//
this.PbxImage.Location = new System.Drawing.Point(37, 18);
this.PbxImage.Name = "PbxImage";
this.PbxImage.Size = new System.Drawing.Size(187, 133);
this.PbxImage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.PbxImage.TabIndex = 0;
this.PbxImage.TabStop = false;
//
// lblID
//
this.lblID.AutoSize = true;
this.lblID.Location = new System.Drawing.Point(191, 190);
this.lblID.Name = "lblID";
this.lblID.Size = new System.Drawing.Size(44, 16);
this.lblID.TabIndex = 3;
this.lblID.Text = "label3";
//
// 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.PbxImage)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
public System.Windows.Forms.Label label2;
public System.Windows.Forms.Label label1;
public System.Windows.Forms.PictureBox PbxImage;
private System.Windows.Forms.Label lblID;
}
}