namespace Швейная_фабрика { partial class Form1 { /// /// 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.LblComment = new System.Windows.Forms.Label(); this.LblLength = new System.Windows.Forms.Label(); this.LblWith = new System.Windows.Forms.Label(); this.LblColor = new System.Windows.Forms.Label(); this.LblTitle = new System.Windows.Forms.Label(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.lblID = new System.Windows.Forms.Label(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // panel1 // this.panel1.BackColor = System.Drawing.Color.White; this.panel1.Controls.Add(this.lblID); this.panel1.Controls.Add(this.LblComment); this.panel1.Controls.Add(this.LblLength); this.panel1.Controls.Add(this.LblWith); this.panel1.Controls.Add(this.LblColor); this.panel1.Controls.Add(this.LblTitle); this.panel1.Controls.Add(this.pictureBox1); this.panel1.Location = new System.Drawing.Point(13, 13); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(390, 161); this.panel1.TabIndex = 0; // // LblComment // this.LblComment.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.LblComment.Location = new System.Drawing.Point(225, 126); this.LblComment.Name = "LblComment"; this.LblComment.Size = new System.Drawing.Size(147, 29); this.LblComment.TabIndex = 5; this.LblComment.Text = "label5"; // // LblLength // this.LblLength.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.LblLength.Location = new System.Drawing.Point(225, 100); this.LblLength.Name = "LblLength"; this.LblLength.Size = new System.Drawing.Size(147, 23); this.LblLength.TabIndex = 4; this.LblLength.Text = "label4"; // // LblWith // this.LblWith.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.LblWith.Location = new System.Drawing.Point(225, 73); this.LblWith.Name = "LblWith"; this.LblWith.Size = new System.Drawing.Size(147, 23); this.LblWith.TabIndex = 3; this.LblWith.Text = "label3"; // // LblColor // this.LblColor.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.LblColor.Location = new System.Drawing.Point(225, 41); this.LblColor.Name = "LblColor"; this.LblColor.Size = new System.Drawing.Size(147, 23); this.LblColor.TabIndex = 2; this.LblColor.Text = "label2"; // // LblTitle // this.LblTitle.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.LblTitle.Location = new System.Drawing.Point(225, 13); this.LblTitle.Name = "LblTitle"; this.LblTitle.Size = new System.Drawing.Size(147, 23); this.LblTitle.TabIndex = 1; this.LblTitle.Text = "label1"; // // pictureBox1 // this.pictureBox1.Location = new System.Drawing.Point(16, 13); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(175, 129); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox1.TabIndex = 0; this.pictureBox1.TabStop = false; // // lblID // this.lblID.AutoSize = true; this.lblID.Location = new System.Drawing.Point(321, 13); this.lblID.Name = "lblID"; this.lblID.Size = new System.Drawing.Size(34, 16); this.lblID.TabIndex = 6; this.lblID.Text = "lblID"; // // Form1 // 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 = "Form1"; this.Text = "Form1"; this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label LblComment; private System.Windows.Forms.Label LblLength; private System.Windows.Forms.Label LblWith; private System.Windows.Forms.Label LblColor; private System.Windows.Forms.Label LblTitle; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.Label lblID; } }