namespace Brovi11 { partial class EditP { /// /// 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.components = new System.ComponentModel.Container(); System.Windows.Forms.Label manufacturerIDLabel; System.Windows.Forms.Label titleLabel; System.Windows.Forms.Label costLabel; System.Windows.Forms.Label descriptionLabel; System.Windows.Forms.Label isActiveLabel; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EditP)); this.panel1 = new System.Windows.Forms.Panel(); this.button9 = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.manufacturerIDComboBox = new System.Windows.Forms.ComboBox(); this.productBindingSource = new System.Windows.Forms.BindingSource(this.components); this._1Brovi11DataSet = new Brovi11._1Brovi11DataSet(); this.manufacturerBindingSource = new System.Windows.Forms.BindingSource(this.components); this.panel6 = new System.Windows.Forms.Panel(); this.button8 = new System.Windows.Forms.Button(); this.button5 = new System.Windows.Forms.Button(); this.button1 = new System.Windows.Forms.Button(); this.productTableAdapter = new Brovi11._1Brovi11DataSetTableAdapters.ProductTableAdapter(); this.tableAdapterManager = new Brovi11._1Brovi11DataSetTableAdapters.TableAdapterManager(); this.manufacturerTableAdapter = new Brovi11._1Brovi11DataSetTableAdapters.ManufacturerTableAdapter(); this.titleTextBox = new System.Windows.Forms.TextBox(); this.costTextBox = new System.Windows.Forms.TextBox(); this.descriptionTextBox = new System.Windows.Forms.TextBox(); this.isActiveCheckBox = new System.Windows.Forms.CheckBox(); manufacturerIDLabel = new System.Windows.Forms.Label(); titleLabel = new System.Windows.Forms.Label(); costLabel = new System.Windows.Forms.Label(); descriptionLabel = new System.Windows.Forms.Label(); isActiveLabel = new System.Windows.Forms.Label(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.productBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this._1Brovi11DataSet)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.manufacturerBindingSource)).BeginInit(); this.panel6.SuspendLayout(); this.SuspendLayout(); // // manufacturerIDLabel // manufacturerIDLabel.AutoSize = true; manufacturerIDLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); manufacturerIDLabel.Location = new System.Drawing.Point(191, 400); manufacturerIDLabel.Name = "manufacturerIDLabel"; manufacturerIDLabel.Size = new System.Drawing.Size(153, 23); manufacturerIDLabel.TabIndex = 19; manufacturerIDLabel.Text = "Производитель:"; // // titleLabel // titleLabel.AutoSize = true; titleLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); titleLabel.Location = new System.Drawing.Point(243, 160); titleLabel.Name = "titleLabel"; titleLabel.Size = new System.Drawing.Size(101, 23); titleLabel.TabIndex = 22; titleLabel.Text = "Название:"; // // costLabel // costLabel.AutoSize = true; costLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); costLabel.Location = new System.Drawing.Point(283, 217); costLabel.Name = "costLabel"; costLabel.Size = new System.Drawing.Size(61, 23); costLabel.TabIndex = 23; costLabel.Text = "Цена:"; // // descriptionLabel // descriptionLabel.AutoSize = true; descriptionLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); descriptionLabel.Location = new System.Drawing.Point(241, 275); descriptionLabel.Name = "descriptionLabel"; descriptionLabel.Size = new System.Drawing.Size(103, 23); descriptionLabel.TabIndex = 24; descriptionLabel.Text = "Описание:"; // // isActiveLabel // isActiveLabel.AutoSize = true; isActiveLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); isActiveLabel.Location = new System.Drawing.Point(256, 337); isActiveLabel.Name = "isActiveLabel"; isActiveLabel.Size = new System.Drawing.Size(88, 23); isActiveLabel.TabIndex = 25; isActiveLabel.Text = "Активен:"; // // panel1 // this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109))))); this.panel1.Controls.Add(this.button9); this.panel1.Controls.Add(this.label1); this.panel1.Controls.Add(this.pictureBox1); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(808, 108); this.panel1.TabIndex = 3; // // button9 // this.button9.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.button9.Location = new System.Drawing.Point(867, 41); this.button9.Name = "button9"; this.button9.Size = new System.Drawing.Size(133, 34); this.button9.TabIndex = 2; this.button9.Text = "Авторизация"; this.button9.UseVisualStyleBackColor = true; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Tahoma", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label1.Location = new System.Drawing.Point(253, 41); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(369, 39); this.label1.TabIndex = 1; this.label1.Text = "Редактирование товара"; // // pictureBox1 // this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); this.pictureBox1.Location = new System.Drawing.Point(3, 3); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(141, 102); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox1.TabIndex = 0; this.pictureBox1.TabStop = false; // // manufacturerIDComboBox // this.manufacturerIDComboBox.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.productBindingSource, "ManufacturerID", true)); this.manufacturerIDComboBox.DataSource = this.manufacturerBindingSource; this.manufacturerIDComboBox.DisplayMember = "ID"; this.manufacturerIDComboBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.manufacturerIDComboBox.FormattingEnabled = true; this.manufacturerIDComboBox.Location = new System.Drawing.Point(476, 397); this.manufacturerIDComboBox.Name = "manufacturerIDComboBox"; this.manufacturerIDComboBox.Size = new System.Drawing.Size(121, 31); this.manufacturerIDComboBox.TabIndex = 20; this.manufacturerIDComboBox.ValueMember = "ID"; // // productBindingSource // this.productBindingSource.DataMember = "Product"; this.productBindingSource.DataSource = this._1Brovi11DataSet; // // _1Brovi11DataSet // this._1Brovi11DataSet.DataSetName = "_1Brovi11DataSet"; this._1Brovi11DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // manufacturerBindingSource // this.manufacturerBindingSource.DataMember = "Manufacturer"; this.manufacturerBindingSource.DataSource = this._1Brovi11DataSet; // // panel6 // this.panel6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255))))); this.panel6.Controls.Add(this.button8); this.panel6.Controls.Add(this.button5); this.panel6.Location = new System.Drawing.Point(476, 447); this.panel6.Name = "panel6"; this.panel6.Size = new System.Drawing.Size(312, 118); this.panel6.TabIndex = 21; // // button8 // this.button8.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.button8.Location = new System.Drawing.Point(36, 7); this.button8.Name = "button8"; this.button8.Size = new System.Drawing.Size(238, 45); this.button8.TabIndex = 4; this.button8.Text = "Редактировать запись"; this.button8.UseVisualStyleBackColor = true; this.button8.Click += new System.EventHandler(this.button8_Click); // // button5 // this.button5.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.button5.Location = new System.Drawing.Point(71, 58); this.button5.Name = "button5"; this.button5.Size = new System.Drawing.Size(179, 45); this.button5.TabIndex = 3; this.button5.Text = "Сохранить запись"; this.button5.UseVisualStyleBackColor = true; this.button5.Click += new System.EventHandler(this.button5_Click); // // button1 // this.button1.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.button1.Location = new System.Drawing.Point(12, 520); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(179, 45); this.button1.TabIndex = 22; this.button1.Text = "Список товаров"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // productTableAdapter // this.productTableAdapter.ClearBeforeFill = true; // // tableAdapterManager // this.tableAdapterManager.AttachedProductTableAdapter = null; this.tableAdapterManager.BackupDataSetBeforeUpdate = false; this.tableAdapterManager.ClientServiceTableAdapter = null; this.tableAdapterManager.ClientTableAdapter = null; this.tableAdapterManager.DocumentByServiceTableAdapter = null; this.tableAdapterManager.GenderTableAdapter = null; this.tableAdapterManager.ManufacturerTableAdapter = this.manufacturerTableAdapter; this.tableAdapterManager.ProductPhotoTableAdapter = null; this.tableAdapterManager.ProductSaleTableAdapter = null; this.tableAdapterManager.ProductTableAdapter = this.productTableAdapter; this.tableAdapterManager.ServicePhotoTableAdapter = null; this.tableAdapterManager.ServiceTableAdapter = null; this.tableAdapterManager.TagOfClientTableAdapter = null; this.tableAdapterManager.TagTableAdapter = null; this.tableAdapterManager.UpdateOrder = Brovi11._1Brovi11DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete; // // manufacturerTableAdapter // this.manufacturerTableAdapter.ClearBeforeFill = true; // // titleTextBox // this.titleTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productBindingSource, "Title", true)); this.titleTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.titleTextBox.Location = new System.Drawing.Point(476, 157); this.titleTextBox.Name = "titleTextBox"; this.titleTextBox.Size = new System.Drawing.Size(161, 30); this.titleTextBox.TabIndex = 23; // // costTextBox // this.costTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productBindingSource, "Cost", true)); this.costTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.costTextBox.Location = new System.Drawing.Point(476, 214); this.costTextBox.Name = "costTextBox"; this.costTextBox.Size = new System.Drawing.Size(161, 30); this.costTextBox.TabIndex = 24; // // descriptionTextBox // this.descriptionTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productBindingSource, "Description", true)); this.descriptionTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.descriptionTextBox.Location = new System.Drawing.Point(476, 272); this.descriptionTextBox.Name = "descriptionTextBox"; this.descriptionTextBox.Size = new System.Drawing.Size(161, 30); this.descriptionTextBox.TabIndex = 25; // // isActiveCheckBox // this.isActiveCheckBox.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.productBindingSource, "IsActive", true)); this.isActiveCheckBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.isActiveCheckBox.Location = new System.Drawing.Point(476, 337); this.isActiveCheckBox.Name = "isActiveCheckBox"; this.isActiveCheckBox.Size = new System.Drawing.Size(104, 24); this.isActiveCheckBox.TabIndex = 26; this.isActiveCheckBox.UseVisualStyleBackColor = true; // // EditP // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(808, 585); this.Controls.Add(isActiveLabel); this.Controls.Add(this.isActiveCheckBox); this.Controls.Add(descriptionLabel); this.Controls.Add(this.descriptionTextBox); this.Controls.Add(costLabel); this.Controls.Add(this.costTextBox); this.Controls.Add(titleLabel); this.Controls.Add(this.titleTextBox); this.Controls.Add(this.button1); this.Controls.Add(this.panel6); this.Controls.Add(manufacturerIDLabel); this.Controls.Add(this.manufacturerIDComboBox); this.Controls.Add(this.panel1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "EditP"; this.Text = "EditP"; this.Load += new System.EventHandler(this.EditP_Load); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.productBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this._1Brovi11DataSet)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.manufacturerBindingSource)).EndInit(); this.panel6.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Button button9; private System.Windows.Forms.Label label1; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.ComboBox manufacturerIDComboBox; private System.Windows.Forms.Panel panel6; private System.Windows.Forms.Button button8; private System.Windows.Forms.Button button5; private System.Windows.Forms.Button button1; private _1Brovi11DataSet _1Brovi11DataSet; private System.Windows.Forms.BindingSource productBindingSource; private _1Brovi11DataSetTableAdapters.ProductTableAdapter productTableAdapter; private _1Brovi11DataSetTableAdapters.TableAdapterManager tableAdapterManager; private _1Brovi11DataSetTableAdapters.ManufacturerTableAdapter manufacturerTableAdapter; private System.Windows.Forms.BindingSource manufacturerBindingSource; private System.Windows.Forms.TextBox titleTextBox; private System.Windows.Forms.TextBox costTextBox; private System.Windows.Forms.TextBox descriptionTextBox; private System.Windows.Forms.CheckBox isActiveCheckBox; } }