namespace KursovayaDvornikovAM { partial class Add { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Add)); this.button1 = new System.Windows.Forms.Button(); this.label7 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.textBox5 = new System.Windows.Forms.TextBox(); this.textBox4 = new System.Windows.Forms.TextBox(); this.textBox3 = new System.Windows.Forms.TextBox(); this.textBox2 = new System.Windows.Forms.TextBox(); this.textBox1 = new System.Windows.Forms.TextBox(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.label1 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // button1 // this.button1.BackColor = System.Drawing.Color.Lime; this.button1.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Bold); this.button1.ForeColor = System.Drawing.Color.Black; this.button1.Location = new System.Drawing.Point(216, 291); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(95, 37); this.button1.TabIndex = 1; this.button1.Text = "Добавить"; this.button1.UseVisualStyleBackColor = false; this.button1.Click += new System.EventHandler(this.button1_Click); // // label7 // this.label7.AutoSize = true; this.label7.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label7.Location = new System.Drawing.Point(26, 231); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(56, 23); this.label7.TabIndex = 61; this.label7.Text = "Склад"; // // label6 // this.label6.AutoSize = true; this.label6.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label6.Location = new System.Drawing.Point(26, 205); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(88, 23); this.label6.TabIndex = 60; this.label6.Text = "Описание"; // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label5.Location = new System.Drawing.Point(26, 179); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(49, 23); this.label5.TabIndex = 59; this.label5.Text = "Цена"; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label4.Location = new System.Drawing.Point(25, 153); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(90, 23); this.label4.TabIndex = 58; this.label4.Text = "Категория"; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label3.Location = new System.Drawing.Point(25, 127); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(83, 23); this.label3.TabIndex = 57; this.label3.Text = "Название"; // // textBox5 // this.textBox5.Location = new System.Drawing.Point(206, 234); this.textBox5.Name = "textBox5"; this.textBox5.Size = new System.Drawing.Size(242, 20); this.textBox5.TabIndex = 56; // // textBox4 // this.textBox4.Location = new System.Drawing.Point(206, 208); this.textBox4.Name = "textBox4"; this.textBox4.Size = new System.Drawing.Size(242, 20); this.textBox4.TabIndex = 55; // // textBox3 // this.textBox3.Location = new System.Drawing.Point(206, 182); this.textBox3.Name = "textBox3"; this.textBox3.Size = new System.Drawing.Size(242, 20); this.textBox3.TabIndex = 54; // // textBox2 // this.textBox2.Location = new System.Drawing.Point(206, 156); this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(242, 20); this.textBox2.TabIndex = 53; // // textBox1 // this.textBox1.Location = new System.Drawing.Point(206, 130); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(242, 20); this.textBox1.TabIndex = 52; // // pictureBox1 // this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); this.pictureBox1.Location = new System.Drawing.Point(401, 302); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(111, 104); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox1.TabIndex = 62; this.pictureBox1.TabStop = false; // // label1 // this.label1.Dock = System.Windows.Forms.DockStyle.Top; this.label1.Font = new System.Drawing.Font("Comic Sans MS", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label1.ForeColor = System.Drawing.Color.ForestGreen; this.label1.Location = new System.Drawing.Point(0, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(513, 77); this.label1.TabIndex = 63; this.label1.Text = "Любимчик"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // Add // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.PaleGoldenrod; this.ClientSize = new System.Drawing.Size(513, 407); this.Controls.Add(this.label1); this.Controls.Add(this.pictureBox1); this.Controls.Add(this.label7); this.Controls.Add(this.label6); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.textBox5); this.Controls.Add(this.textBox4); this.Controls.Add(this.textBox3); this.Controls.Add(this.textBox2); this.Controls.Add(this.textBox1); this.Controls.Add(this.button1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "Add"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button button1; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox textBox5; private System.Windows.Forms.TextBox textBox4; private System.Windows.Forms.TextBox textBox3; private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.Label label1; } }