namespace megadem { partial class AddProductForm { /// /// 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() { this.Article = new System.Windows.Forms.TextBox(); this.Width = new System.Windows.Forms.TextBox(); this.MinPrice = new System.Windows.Forms.TextBox(); this.NameProd = new System.Windows.Forms.TextBox(); this.comboBoxType = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.btnAdd = new System.Windows.Forms.Button(); this.label6 = new System.Windows.Forms.Label(); this.button1 = new System.Windows.Forms.Button(); this.SuspendLayout(); // // Article // this.Article.Font = new System.Drawing.Font("Gabriola", 12.25F); this.Article.Location = new System.Drawing.Point(125, 83); this.Article.Name = "Article"; this.Article.Size = new System.Drawing.Size(200, 35); this.Article.TabIndex = 0; // // Width // this.Width.Font = new System.Drawing.Font("Gabriola", 12.25F); this.Width.Location = new System.Drawing.Point(125, 249); this.Width.Name = "Width"; this.Width.Size = new System.Drawing.Size(200, 35); this.Width.TabIndex = 1; // // MinPrice // this.MinPrice.Font = new System.Drawing.Font("Gabriola", 12.25F); this.MinPrice.Location = new System.Drawing.Point(125, 165); this.MinPrice.Name = "MinPrice"; this.MinPrice.Size = new System.Drawing.Size(200, 35); this.MinPrice.TabIndex = 2; // // NameProd // this.NameProd.Font = new System.Drawing.Font("Gabriola", 12.25F); this.NameProd.Location = new System.Drawing.Point(125, 124); this.NameProd.Name = "NameProd"; this.NameProd.Size = new System.Drawing.Size(200, 35); this.NameProd.TabIndex = 3; // // comboBoxType // this.comboBoxType.Font = new System.Drawing.Font("Gabriola", 12.25F); this.comboBoxType.FormattingEnabled = true; this.comboBoxType.Location = new System.Drawing.Point(125, 206); this.comboBoxType.Name = "comboBoxType"; this.comboBoxType.Size = new System.Drawing.Size(200, 37); this.comboBoxType.TabIndex = 4; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Gabriola", 12.25F); this.label1.Location = new System.Drawing.Point(0, 86); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(63, 31); this.label1.TabIndex = 5; this.label1.Text = "Артикул"; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Gabriola", 12.25F); this.label2.Location = new System.Drawing.Point(0, 129); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(96, 31); this.label2.TabIndex = 6; this.label2.Text = "Наименование "; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("Gabriola", 12.25F); this.label3.Location = new System.Drawing.Point(0, 170); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(119, 31); this.label3.TabIndex = 7; this.label3.Text = "Минимальная цена"; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("Gabriola", 12.25F); this.label4.Location = new System.Drawing.Point(0, 209); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(34, 31); this.label4.TabIndex = 8; this.label4.Text = "Тип"; // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("Gabriola", 12.25F); this.label5.Location = new System.Drawing.Point(0, 253); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(60, 31); this.label5.TabIndex = 9; this.label5.Text = "Ширина"; // // btnAdd // this.btnAdd.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(96)))), ((int)(((byte)(51))))); this.btnAdd.Font = new System.Drawing.Font("Gabriola", 20.25F); this.btnAdd.Location = new System.Drawing.Point(162, 306); this.btnAdd.Name = "btnAdd"; this.btnAdd.Size = new System.Drawing.Size(126, 55); this.btnAdd.TabIndex = 10; this.btnAdd.Text = "Добавить"; this.btnAdd.TextAlign = System.Drawing.ContentAlignment.TopCenter; this.btnAdd.UseVisualStyleBackColor = false; this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click); // // label6 // this.label6.AutoSize = true; this.label6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(217)))), ((int)(((byte)(178))))); this.label6.Font = new System.Drawing.Font("Gabriola", 26.25F); this.label6.Location = new System.Drawing.Point(105, 9); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(237, 65); this.label6.TabIndex = 11; this.label6.Text = "Форма добавления"; // // button1 // this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(217)))), ((int)(((byte)(178))))); this.button1.Font = new System.Drawing.Font("Gabriola", 12.25F); this.button1.Location = new System.Drawing.Point(337, 365); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(68, 35); this.button1.TabIndex = 12; this.button1.Text = "Назад"; this.button1.UseVisualStyleBackColor = false; this.button1.Click += new System.EventHandler(this.button1_Click); // // AddProductForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(417, 412); this.Controls.Add(this.button1); this.Controls.Add(this.label6); this.Controls.Add(this.btnAdd); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.comboBoxType); this.Controls.Add(this.NameProd); this.Controls.Add(this.MinPrice); this.Controls.Add(this.Width); this.Controls.Add(this.Article); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "AddProductForm"; this.Text = "AddProductForm"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox Article; private System.Windows.Forms.TextBox Width; private System.Windows.Forms.TextBox MinPrice; private System.Windows.Forms.TextBox NameProd; private System.Windows.Forms.ComboBox comboBoxType; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label5; private System.Windows.Forms.Button btnAdd; private System.Windows.Forms.Label label6; private System.Windows.Forms.Button button1; } }