| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152 |
- namespace Швейная_фабрика
- {
- partial class Form1
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- 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;
- }
- }
|