| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109 |
- namespace Швейная_фабрика
- {
- partial class Form2
- {
- /// <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.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;
- }
- }
|