| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260 |
- namespace СУБД_Швейная_фабрика
- {
- partial class FormPlitka
- {
- /// <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.tbxLenght = new System.Windows.Forms.TextBox();
- this.tbxTitle = new System.Windows.Forms.TextBox();
- this.label5 = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.tbxWight = new System.Windows.Forms.TextBox();
- this.tbxCloth = new System.Windows.Forms.TextBox();
- this.label3 = new System.Windows.Forms.Label();
- this.tbxClothColor = new System.Windows.Forms.TextBox();
- this.label4 = new System.Windows.Forms.Label();
- this.tbxFur = new System.Windows.Forms.TextBox();
- this.label6 = new System.Windows.Forms.Label();
- this.tbxCountFur = new System.Windows.Forms.TextBox();
- this.label7 = new System.Windows.Forms.Label();
- this.tbxCountProducts = new System.Windows.Forms.TextBox();
- this.label8 = new System.Windows.Forms.Label();
- this.panel1.SuspendLayout();
- this.SuspendLayout();
- //
- // panel1
- //
- this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.panel1.BackColor = System.Drawing.Color.White;
- this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.panel1.Controls.Add(this.tbxCountProducts);
- this.panel1.Controls.Add(this.label8);
- this.panel1.Controls.Add(this.tbxCountFur);
- this.panel1.Controls.Add(this.label7);
- this.panel1.Controls.Add(this.tbxFur);
- this.panel1.Controls.Add(this.label6);
- this.panel1.Controls.Add(this.tbxClothColor);
- this.panel1.Controls.Add(this.label4);
- this.panel1.Controls.Add(this.tbxCloth);
- this.panel1.Controls.Add(this.label3);
- this.panel1.Controls.Add(this.tbxWight);
- this.panel1.Controls.Add(this.label2);
- this.panel1.Controls.Add(this.tbxLenght);
- this.panel1.Controls.Add(this.tbxTitle);
- this.panel1.Controls.Add(this.label5);
- this.panel1.Controls.Add(this.label1);
- this.panel1.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.panel1.Location = new System.Drawing.Point(35, 27);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(657, 145);
- this.panel1.TabIndex = 0;
- //
- // tbxLenght
- //
- this.tbxLenght.Location = new System.Drawing.Point(77, 37);
- this.tbxLenght.Multiline = true;
- this.tbxLenght.Name = "tbxLenght";
- this.tbxLenght.ReadOnly = true;
- this.tbxLenght.Size = new System.Drawing.Size(136, 19);
- this.tbxLenght.TabIndex = 10;
- //
- // tbxTitle
- //
- this.tbxTitle.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.tbxTitle.Location = new System.Drawing.Point(77, 6);
- this.tbxTitle.Name = "tbxTitle";
- this.tbxTitle.ReadOnly = true;
- this.tbxTitle.Size = new System.Drawing.Size(575, 22);
- this.tbxTitle.TabIndex = 6;
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(23, 40);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(48, 16);
- this.label5.TabIndex = 5;
- this.label5.Text = "Длина:";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(5, 9);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(68, 16);
- this.label1.TabIndex = 1;
- this.label1.Text = "Название:";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(229, 37);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(57, 16);
- this.label2.TabIndex = 11;
- this.label2.Text = "Ширина:";
- //
- // tbxWight
- //
- this.tbxWight.Location = new System.Drawing.Point(290, 37);
- this.tbxWight.Multiline = true;
- this.tbxWight.Name = "tbxWight";
- this.tbxWight.ReadOnly = true;
- this.tbxWight.Size = new System.Drawing.Size(136, 19);
- this.tbxWight.TabIndex = 12;
- //
- // tbxCloth
- //
- this.tbxCloth.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.tbxCloth.Location = new System.Drawing.Point(77, 62);
- this.tbxCloth.Multiline = true;
- this.tbxCloth.Name = "tbxCloth";
- this.tbxCloth.ReadOnly = true;
- this.tbxCloth.Size = new System.Drawing.Size(573, 19);
- this.tbxCloth.TabIndex = 14;
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(27, 62);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(44, 16);
- this.label3.TabIndex = 13;
- this.label3.Text = "Ткань:";
- //
- // tbxClothColor
- //
- this.tbxClothColor.Location = new System.Drawing.Point(105, 84);
- this.tbxClothColor.Multiline = true;
- this.tbxClothColor.Name = "tbxClothColor";
- this.tbxClothColor.ReadOnly = true;
- this.tbxClothColor.Size = new System.Drawing.Size(136, 19);
- this.tbxClothColor.TabIndex = 16;
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(23, 84);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(76, 16);
- this.label4.TabIndex = 15;
- this.label4.Text = "Цвет ткани:";
- //
- // tbxFur
- //
- this.tbxFur.Location = new System.Drawing.Point(321, 84);
- this.tbxFur.Multiline = true;
- this.tbxFur.Name = "tbxFur";
- this.tbxFur.ReadOnly = true;
- this.tbxFur.Size = new System.Drawing.Size(137, 19);
- this.tbxFur.TabIndex = 18;
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Location = new System.Drawing.Point(247, 84);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(76, 16);
- this.label6.TabIndex = 17;
- this.label6.Text = "Фурнитура:";
- //
- // tbxCountFur
- //
- this.tbxCountFur.Location = new System.Drawing.Point(125, 109);
- this.tbxCountFur.Multiline = true;
- this.tbxCountFur.Name = "tbxCountFur";
- this.tbxCountFur.ReadOnly = true;
- this.tbxCountFur.Size = new System.Drawing.Size(88, 19);
- this.tbxCountFur.TabIndex = 20;
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Location = new System.Drawing.Point(3, 109);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(120, 16);
- this.label7.TabIndex = 19;
- this.label7.Text = "Кол-во фурнитуры:";
- //
- // tbxCountProducts
- //
- this.tbxCountProducts.Location = new System.Drawing.Point(358, 109);
- this.tbxCountProducts.Multiline = true;
- this.tbxCountProducts.Name = "tbxCountProducts";
- this.tbxCountProducts.ReadOnly = true;
- this.tbxCountProducts.Size = new System.Drawing.Size(100, 19);
- this.tbxCountProducts.TabIndex = 22;
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.Location = new System.Drawing.Point(248, 109);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(104, 16);
- this.label8.TabIndex = 21;
- this.label8.Text = "Кол-во изделий:";
- //
- // FormPlitka
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(725, 296);
- this.Controls.Add(this.panel1);
- this.Name = "FormPlitka";
- this.Text = "FormPlitka";
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Panel panel1;
- public System.Windows.Forms.TextBox tbxLenght;
- public System.Windows.Forms.TextBox tbxTitle;
- public System.Windows.Forms.Label label5;
- public System.Windows.Forms.Label label1;
- public System.Windows.Forms.TextBox tbxWight;
- public System.Windows.Forms.Label label2;
- public System.Windows.Forms.TextBox tbxCountProducts;
- public System.Windows.Forms.Label label8;
- public System.Windows.Forms.TextBox tbxCountFur;
- public System.Windows.Forms.Label label7;
- public System.Windows.Forms.TextBox tbxFur;
- public System.Windows.Forms.Label label6;
- public System.Windows.Forms.TextBox tbxClothColor;
- public System.Windows.Forms.Label label4;
- public System.Windows.Forms.TextBox tbxCloth;
- public System.Windows.Forms.Label label3;
- }
- }
|