namespace Brovi11 { partial class FormaClient { /// /// 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 titleLabel; System.Windows.Forms.Label descriptionLabel; System.Windows.Forms.Label costLabel; System.Windows.Forms.Label isActiveLabel; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormaClient)); this.panel1 = new System.Windows.Forms.Panel(); this.label1 = new System.Windows.Forms.Label(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.panel2 = new System.Windows.Forms.Panel(); this.panel3 = new System.Windows.Forms.Panel(); this.isActiveCheckBox = new System.Windows.Forms.CheckBox(); this.productBindingSource = new System.Windows.Forms.BindingSource(this.components); this._1Brovi11DataSet = new Brovi11._1Brovi11DataSet(); this.costLabel1 = new System.Windows.Forms.Label(); this.descriptionLabel2 = new System.Windows.Forms.Label(); this.titleComboBox = new System.Windows.Forms.ComboBox(); this.panel4 = new System.Windows.Forms.Panel(); this.button1 = new System.Windows.Forms.Button(); this.productTableAdapter = new Brovi11._1Brovi11DataSetTableAdapters.ProductTableAdapter(); this.tableAdapterManager = new Brovi11._1Brovi11DataSetTableAdapters.TableAdapterManager(); titleLabel = new System.Windows.Forms.Label(); descriptionLabel = new System.Windows.Forms.Label(); costLabel = new System.Windows.Forms.Label(); isActiveLabel = new System.Windows.Forms.Label(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.panel3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.productBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this._1Brovi11DataSet)).BeginInit(); this.panel4.SuspendLayout(); this.SuspendLayout(); // // titleLabel // titleLabel.AutoSize = true; titleLabel.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); titleLabel.Location = new System.Drawing.Point(34, 48); titleLabel.Name = "titleLabel"; titleLabel.Size = new System.Drawing.Size(233, 25); titleLabel.TabIndex = 0; titleLabel.Text = "Наименование товара:"; // // descriptionLabel // descriptionLabel.AutoSize = true; descriptionLabel.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); descriptionLabel.Location = new System.Drawing.Point(34, 135); descriptionLabel.Name = "descriptionLabel"; descriptionLabel.Size = new System.Drawing.Size(114, 25); descriptionLabel.TabIndex = 2; descriptionLabel.Text = "Описание:"; // // costLabel // costLabel.AutoSize = true; costLabel.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); costLabel.Location = new System.Drawing.Point(34, 203); costLabel.Name = "costLabel"; costLabel.Size = new System.Drawing.Size(67, 25); costLabel.TabIndex = 4; costLabel.Text = "Цена:"; // // isActiveLabel // isActiveLabel.AutoSize = true; isActiveLabel.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); isActiveLabel.Location = new System.Drawing.Point(25, 315); isActiveLabel.Name = "isActiveLabel"; isActiveLabel.Size = new System.Drawing.Size(119, 25); isActiveLabel.TabIndex = 6; isActiveLabel.Text = "Активнось:"; // // panel1 // this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109))))); 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(969, 108); this.panel1.TabIndex = 1; // // 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(329, 38); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(336, 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; // // panel2 // this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255))))); this.panel2.Location = new System.Drawing.Point(0, 111); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(315, 546); this.panel2.TabIndex = 2; // // panel3 // this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255))))); this.panel3.Controls.Add(isActiveLabel); this.panel3.Controls.Add(this.isActiveCheckBox); this.panel3.Controls.Add(costLabel); this.panel3.Controls.Add(this.costLabel1); this.panel3.Controls.Add(this.descriptionLabel2); this.panel3.Controls.Add(descriptionLabel); this.panel3.Controls.Add(titleLabel); this.panel3.Controls.Add(this.titleComboBox); this.panel3.Location = new System.Drawing.Point(321, 111); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(648, 365); this.panel3.TabIndex = 3; // // isActiveCheckBox // this.isActiveCheckBox.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.productBindingSource, "IsActive", true)); this.isActiveCheckBox.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.isActiveCheckBox.Location = new System.Drawing.Point(288, 316); this.isActiveCheckBox.Name = "isActiveCheckBox"; this.isActiveCheckBox.Size = new System.Drawing.Size(104, 24); this.isActiveCheckBox.TabIndex = 7; this.isActiveCheckBox.UseVisualStyleBackColor = true; // // productBindingSource // this.productBindingSource.DataMember = "Product"; this.productBindingSource.DataSource = this._1Brovi11DataSet; // // _1Brovi11DataSet // this._1Brovi11DataSet.DataSetName = "_1Brovi11DataSet"; this._1Brovi11DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // costLabel1 // this.costLabel1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productBindingSource, "Cost", true)); this.costLabel1.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.costLabel1.Location = new System.Drawing.Point(283, 203); this.costLabel1.Name = "costLabel1"; this.costLabel1.Size = new System.Drawing.Size(336, 67); this.costLabel1.TabIndex = 5; this.costLabel1.Text = "label2"; // // descriptionLabel2 // this.descriptionLabel2.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productBindingSource, "Description", true)); this.descriptionLabel2.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.descriptionLabel2.Location = new System.Drawing.Point(283, 135); this.descriptionLabel2.Name = "descriptionLabel2"; this.descriptionLabel2.Size = new System.Drawing.Size(336, 51); this.descriptionLabel2.TabIndex = 4; this.descriptionLabel2.Text = "label2"; // // titleComboBox // this.titleComboBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productBindingSource, "Title", true)); this.titleComboBox.DataSource = this.productBindingSource; this.titleComboBox.DisplayMember = "Title"; this.titleComboBox.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.titleComboBox.FormattingEnabled = true; this.titleComboBox.Location = new System.Drawing.Point(288, 45); this.titleComboBox.Name = "titleComboBox"; this.titleComboBox.Size = new System.Drawing.Size(247, 33); this.titleComboBox.TabIndex = 1; // // panel4 // this.panel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255))))); this.panel4.Controls.Add(this.button1); this.panel4.Location = new System.Drawing.Point(321, 482); this.panel4.Name = "panel4"; this.panel4.Size = new System.Drawing.Size(648, 175); this.panel4.TabIndex = 4; // // button1 // this.button1.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.button1.Location = new System.Drawing.Point(488, 119); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(148, 47); this.button1.TabIndex = 4; 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 = null; 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; // // FormaClient // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(969, 660); this.Controls.Add(this.panel4); this.Controls.Add(this.panel3); this.Controls.Add(this.panel2); this.Controls.Add(this.panel1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "FormaClient"; this.Text = "FormaClient"; this.Load += new System.EventHandler(this.FormaClient_Load); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.panel3.ResumeLayout(false); this.panel3.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.productBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this._1Brovi11DataSet)).EndInit(); this.panel4.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label label1; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Panel panel3; private System.Windows.Forms.Panel panel4; private _1Brovi11DataSet _1Brovi11DataSet; private System.Windows.Forms.BindingSource productBindingSource; private _1Brovi11DataSetTableAdapters.ProductTableAdapter productTableAdapter; private _1Brovi11DataSetTableAdapters.TableAdapterManager tableAdapterManager; private System.Windows.Forms.ComboBox titleComboBox; private System.Windows.Forms.Label descriptionLabel2; private System.Windows.Forms.Label costLabel1; private System.Windows.Forms.CheckBox isActiveCheckBox; private System.Windows.Forms.Button button1; } }