123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390 |
- namespace WindowsFormsApp1
- {
- partial class AddForm
- {
- /// <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()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AddForm));
- this.ArticulBox = new System.Windows.Forms.TextBox();
- this.NameProductBox = new System.Windows.Forms.TextBox();
- this.addButton = new System.Windows.Forms.Button();
- this.EdBox = new System.Windows.Forms.TextBox();
- this.MuchBox = new System.Windows.Forms.TextBox();
- this.SizeBox = new System.Windows.Forms.TextBox();
- this.RazBox = new System.Windows.Forms.TextBox();
- this.PostBox = new System.Windows.Forms.TextBox();
- this.CatBox = new System.Windows.Forms.TextBox();
- this.SkidkaBox = new System.Windows.Forms.TextBox();
- this.Kol = new System.Windows.Forms.TextBox();
- this.OpisanieBox = new System.Windows.Forms.TextBox();
- this.BackButton = new System.Windows.Forms.Button();
- this.PanelAdd = new System.Windows.Forms.Panel();
- this.NameFormlabel = new System.Windows.Forms.Label();
- this.Artlabel = new System.Windows.Forms.Label();
- this.NameProductLabel = new System.Windows.Forms.Label();
- this.EdLabel = new System.Windows.Forms.Label();
- this.MuchLabel = new System.Windows.Forms.Label();
- this.SizeLabel = new System.Windows.Forms.Label();
- this.PrLabel = new System.Windows.Forms.Label();
- this.PostLabel = new System.Windows.Forms.Label();
- this.CatLabel = new System.Windows.Forms.Label();
- this.SkidkaLabel = new System.Windows.Forms.Label();
- this.KolLabel = new System.Windows.Forms.Label();
- this.OpisLabel = new System.Windows.Forms.Label();
- this.PanelAdd.SuspendLayout();
- this.SuspendLayout();
- //
- // ArticulBox
- //
- this.ArticulBox.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.ArticulBox.Location = new System.Drawing.Point(156, 83);
- this.ArticulBox.Multiline = true;
- this.ArticulBox.Name = "ArticulBox";
- this.ArticulBox.Size = new System.Drawing.Size(120, 25);
- this.ArticulBox.TabIndex = 0;
- //
- // NameProductBox
- //
- this.NameProductBox.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.NameProductBox.Location = new System.Drawing.Point(156, 114);
- this.NameProductBox.Multiline = true;
- this.NameProductBox.Name = "NameProductBox";
- this.NameProductBox.Size = new System.Drawing.Size(120, 25);
- this.NameProductBox.TabIndex = 1;
- //
- // addButton
- //
- this.addButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.addButton.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.addButton.Location = new System.Drawing.Point(372, 393);
- this.addButton.Name = "addButton";
- this.addButton.Size = new System.Drawing.Size(100, 25);
- this.addButton.TabIndex = 2;
- this.addButton.Text = "Сохранить";
- this.addButton.UseVisualStyleBackColor = true;
- this.addButton.Click += new System.EventHandler(this.button1_Click);
- //
- // EdBox
- //
- this.EdBox.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.EdBox.Location = new System.Drawing.Point(156, 145);
- this.EdBox.Multiline = true;
- this.EdBox.Name = "EdBox";
- this.EdBox.Size = new System.Drawing.Size(120, 25);
- this.EdBox.TabIndex = 3;
- //
- // MuchBox
- //
- this.MuchBox.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.MuchBox.Location = new System.Drawing.Point(156, 176);
- this.MuchBox.Multiline = true;
- this.MuchBox.Name = "MuchBox";
- this.MuchBox.Size = new System.Drawing.Size(120, 25);
- this.MuchBox.TabIndex = 4;
- //
- // SizeBox
- //
- this.SizeBox.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.SizeBox.Location = new System.Drawing.Point(156, 207);
- this.SizeBox.Multiline = true;
- this.SizeBox.Name = "SizeBox";
- this.SizeBox.Size = new System.Drawing.Size(120, 25);
- this.SizeBox.TabIndex = 5;
- //
- // RazBox
- //
- this.RazBox.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.RazBox.Location = new System.Drawing.Point(156, 238);
- this.RazBox.Multiline = true;
- this.RazBox.Name = "RazBox";
- this.RazBox.Size = new System.Drawing.Size(120, 25);
- this.RazBox.TabIndex = 6;
- //
- // PostBox
- //
- this.PostBox.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.PostBox.Location = new System.Drawing.Point(156, 269);
- this.PostBox.Multiline = true;
- this.PostBox.Name = "PostBox";
- this.PostBox.Size = new System.Drawing.Size(120, 25);
- this.PostBox.TabIndex = 7;
- //
- // CatBox
- //
- this.CatBox.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.CatBox.Location = new System.Drawing.Point(156, 300);
- this.CatBox.Multiline = true;
- this.CatBox.Name = "CatBox";
- this.CatBox.Size = new System.Drawing.Size(120, 25);
- this.CatBox.TabIndex = 8;
- //
- // SkidkaBox
- //
- this.SkidkaBox.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.SkidkaBox.Location = new System.Drawing.Point(156, 331);
- this.SkidkaBox.Multiline = true;
- this.SkidkaBox.Name = "SkidkaBox";
- this.SkidkaBox.Size = new System.Drawing.Size(120, 25);
- this.SkidkaBox.TabIndex = 9;
- //
- // Kol
- //
- this.Kol.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.Kol.Location = new System.Drawing.Point(156, 362);
- this.Kol.Multiline = true;
- this.Kol.Name = "Kol";
- this.Kol.Size = new System.Drawing.Size(120, 25);
- this.Kol.TabIndex = 10;
- //
- // OpisanieBox
- //
- this.OpisanieBox.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.OpisanieBox.Location = new System.Drawing.Point(156, 393);
- this.OpisanieBox.Multiline = true;
- this.OpisanieBox.Name = "OpisanieBox";
- this.OpisanieBox.Size = new System.Drawing.Size(120, 25);
- this.OpisanieBox.TabIndex = 11;
- //
- // BackButton
- //
- this.BackButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.BackButton.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.BackButton.Location = new System.Drawing.Point(372, 424);
- this.BackButton.Name = "BackButton";
- this.BackButton.Size = new System.Drawing.Size(100, 25);
- this.BackButton.TabIndex = 12;
- this.BackButton.Text = "Отмена";
- this.BackButton.UseVisualStyleBackColor = true;
- this.BackButton.Click += new System.EventHandler(this.BackButton_Click);
- //
- // PanelAdd
- //
- this.PanelAdd.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(118)))), ((int)(((byte)(227)))), ((int)(((byte)(131)))));
- this.PanelAdd.Controls.Add(this.NameFormlabel);
- this.PanelAdd.Dock = System.Windows.Forms.DockStyle.Top;
- this.PanelAdd.Location = new System.Drawing.Point(0, 0);
- this.PanelAdd.Name = "PanelAdd";
- this.PanelAdd.Size = new System.Drawing.Size(484, 70);
- this.PanelAdd.TabIndex = 13;
- //
- // NameFormlabel
- //
- this.NameFormlabel.AutoSize = true;
- this.NameFormlabel.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.NameFormlabel.Location = new System.Drawing.Point(137, 27);
- this.NameFormlabel.Name = "NameFormlabel";
- this.NameFormlabel.Size = new System.Drawing.Size(164, 23);
- this.NameFormlabel.TabIndex = 15;
- this.NameFormlabel.Text = "Добавление товаров";
- //
- // Artlabel
- //
- this.Artlabel.AutoSize = true;
- this.Artlabel.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.Artlabel.Location = new System.Drawing.Point(55, 85);
- this.Artlabel.Name = "Artlabel";
- this.Artlabel.Size = new System.Drawing.Size(76, 23);
- this.Artlabel.TabIndex = 14;
- this.Artlabel.Text = "Артикул";
- //
- // NameProductLabel
- //
- this.NameProductLabel.AutoSize = true;
- this.NameProductLabel.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.NameProductLabel.Location = new System.Drawing.Point(12, 116);
- this.NameProductLabel.Name = "NameProductLabel";
- this.NameProductLabel.Size = new System.Drawing.Size(121, 23);
- this.NameProductLabel.TabIndex = 15;
- this.NameProductLabel.Text = "Наименование";
- //
- // EdLabel
- //
- this.EdLabel.AutoSize = true;
- this.EdLabel.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.EdLabel.Location = new System.Drawing.Point(19, 147);
- this.EdLabel.Name = "EdLabel";
- this.EdLabel.Size = new System.Drawing.Size(114, 23);
- this.EdLabel.TabIndex = 16;
- this.EdLabel.Text = "Единица изм.";
- //
- // MuchLabel
- //
- this.MuchLabel.AutoSize = true;
- this.MuchLabel.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.MuchLabel.Location = new System.Drawing.Point(39, 178);
- this.MuchLabel.Name = "MuchLabel";
- this.MuchLabel.Size = new System.Drawing.Size(92, 23);
- this.MuchLabel.TabIndex = 17;
- this.MuchLabel.Text = "Стоимость";
- //
- // SizeLabel
- //
- this.SizeLabel.AutoSize = true;
- this.SizeLabel.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.SizeLabel.Location = new System.Drawing.Point(69, 207);
- this.SizeLabel.Name = "SizeLabel";
- this.SizeLabel.Size = new System.Drawing.Size(62, 23);
- this.SizeLabel.TabIndex = 18;
- this.SizeLabel.Text = "Размер";
- //
- // PrLabel
- //
- this.PrLabel.AutoSize = true;
- this.PrLabel.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.PrLabel.Location = new System.Drawing.Point(5, 240);
- this.PrLabel.Name = "PrLabel";
- this.PrLabel.Size = new System.Drawing.Size(130, 23);
- this.PrLabel.TabIndex = 19;
- this.PrLabel.Text = "Производитель";
- //
- // PostLabel
- //
- this.PostLabel.AutoSize = true;
- this.PostLabel.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.PostLabel.Location = new System.Drawing.Point(34, 269);
- this.PostLabel.Name = "PostLabel";
- this.PostLabel.Size = new System.Drawing.Size(97, 23);
- this.PostLabel.TabIndex = 20;
- this.PostLabel.Text = "Поставщик";
- //
- // CatLabel
- //
- this.CatLabel.AutoSize = true;
- this.CatLabel.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.CatLabel.Location = new System.Drawing.Point(43, 299);
- this.CatLabel.Name = "CatLabel";
- this.CatLabel.Size = new System.Drawing.Size(88, 23);
- this.CatLabel.TabIndex = 21;
- this.CatLabel.Text = "Категория";
- //
- // SkidkaLabel
- //
- this.SkidkaLabel.AutoSize = true;
- this.SkidkaLabel.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.SkidkaLabel.Location = new System.Drawing.Point(68, 333);
- this.SkidkaLabel.Name = "SkidkaLabel";
- this.SkidkaLabel.Size = new System.Drawing.Size(63, 23);
- this.SkidkaLabel.TabIndex = 22;
- this.SkidkaLabel.Text = "Скидка";
- //
- // KolLabel
- //
- this.KolLabel.AutoSize = true;
- this.KolLabel.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.KolLabel.Location = new System.Drawing.Point(32, 364);
- this.KolLabel.Name = "KolLabel";
- this.KolLabel.Size = new System.Drawing.Size(99, 23);
- this.KolLabel.TabIndex = 23;
- this.KolLabel.Text = "Количество";
- //
- // OpisLabel
- //
- this.OpisLabel.AutoSize = true;
- this.OpisLabel.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.OpisLabel.Location = new System.Drawing.Point(55, 393);
- this.OpisLabel.Name = "OpisLabel";
- this.OpisLabel.Size = new System.Drawing.Size(86, 23);
- this.OpisLabel.TabIndex = 24;
- this.OpisLabel.Text = "Описание";
- this.OpisLabel.Click += new System.EventHandler(this.label10_Click);
- //
- // AddForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.White;
- this.ClientSize = new System.Drawing.Size(484, 461);
- this.Controls.Add(this.OpisLabel);
- this.Controls.Add(this.KolLabel);
- this.Controls.Add(this.SkidkaLabel);
- this.Controls.Add(this.CatLabel);
- this.Controls.Add(this.PostLabel);
- this.Controls.Add(this.PrLabel);
- this.Controls.Add(this.SizeLabel);
- this.Controls.Add(this.MuchLabel);
- this.Controls.Add(this.EdLabel);
- this.Controls.Add(this.NameProductLabel);
- this.Controls.Add(this.Artlabel);
- this.Controls.Add(this.PanelAdd);
- this.Controls.Add(this.BackButton);
- this.Controls.Add(this.OpisanieBox);
- this.Controls.Add(this.Kol);
- this.Controls.Add(this.SkidkaBox);
- this.Controls.Add(this.CatBox);
- this.Controls.Add(this.PostBox);
- this.Controls.Add(this.RazBox);
- this.Controls.Add(this.SizeBox);
- this.Controls.Add(this.MuchBox);
- this.Controls.Add(this.EdBox);
- this.Controls.Add(this.addButton);
- this.Controls.Add(this.NameProductBox);
- this.Controls.Add(this.ArticulBox);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "AddForm";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "Добавление";
- this.Load += new System.EventHandler(this.AddForm_Load);
- this.PanelAdd.ResumeLayout(false);
- this.PanelAdd.PerformLayout();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.TextBox ArticulBox;
- private System.Windows.Forms.TextBox NameProductBox;
- private System.Windows.Forms.Button addButton;
- private System.Windows.Forms.TextBox EdBox;
- private System.Windows.Forms.TextBox MuchBox;
- private System.Windows.Forms.TextBox SizeBox;
- private System.Windows.Forms.TextBox RazBox;
- private System.Windows.Forms.TextBox PostBox;
- private System.Windows.Forms.TextBox CatBox;
- private System.Windows.Forms.TextBox SkidkaBox;
- private System.Windows.Forms.TextBox Kol;
- private System.Windows.Forms.TextBox OpisanieBox;
- private System.Windows.Forms.Button BackButton;
- private System.Windows.Forms.Panel PanelAdd;
- private System.Windows.Forms.Label Artlabel;
- private System.Windows.Forms.Label NameProductLabel;
- private System.Windows.Forms.Label EdLabel;
- private System.Windows.Forms.Label MuchLabel;
- private System.Windows.Forms.Label SizeLabel;
- private System.Windows.Forms.Label PrLabel;
- private System.Windows.Forms.Label PostLabel;
- private System.Windows.Forms.Label CatLabel;
- private System.Windows.Forms.Label SkidkaLabel;
- private System.Windows.Forms.Label KolLabel;
- private System.Windows.Forms.Label OpisLabel;
- private System.Windows.Forms.Label NameFormlabel;
- }
- }
|