namespace _02Trade { partial class ФомраКлиента { /// /// 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 productQuantityInStockLabel; System.Windows.Forms.Label productNameLabel; System.Windows.Forms.Label productDescriptionLabel; System.Windows.Forms.Label productManufacturerLabel; System.Windows.Forms.Label productCostLabel; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ФомраКлиента)); this.panel2 = new System.Windows.Forms.Panel(); this.label1 = new System.Windows.Forms.Label(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.panel4 = new System.Windows.Forms.Panel(); this.servicePhotoPictureBox = new System.Windows.Forms.PictureBox(); this.serviceBindingSource = new System.Windows.Forms.BindingSource(this.components); this._02TradeDataSet = new _02Trade._02TradeDataSet(); this.panel3 = new System.Windows.Forms.Panel(); this.button9 = new System.Windows.Forms.Button(); this.discountLabel1 = new System.Windows.Forms.Label(); this.serviceTableAdapter = new _02Trade._02TradeDataSetTableAdapters.ServiceTableAdapter(); this.tableAdapterManager = new _02Trade._02TradeDataSetTableAdapters.TableAdapterManager(); this.productNameComboBox = new System.Windows.Forms.ComboBox(); this.costLabel1 = new System.Windows.Forms.Label(); this.descriptionLabel1 = new System.Windows.Forms.Label(); this.durationInSecondsLabel1 = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); productQuantityInStockLabel = new System.Windows.Forms.Label(); productNameLabel = new System.Windows.Forms.Label(); productDescriptionLabel = new System.Windows.Forms.Label(); productManufacturerLabel = new System.Windows.Forms.Label(); productCostLabel = new System.Windows.Forms.Label(); this.panel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.panel4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.servicePhotoPictureBox)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.serviceBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this._02TradeDataSet)).BeginInit(); this.panel3.SuspendLayout(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // productQuantityInStockLabel // productQuantityInStockLabel.AutoSize = true; productQuantityInStockLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); productQuantityInStockLabel.Location = new System.Drawing.Point(11, 28); productQuantityInStockLabel.Name = "productQuantityInStockLabel"; productQuantityInStockLabel.Size = new System.Drawing.Size(78, 23); productQuantityInStockLabel.TabIndex = 30; productQuantityInStockLabel.Text = "Скидка:"; // // productNameLabel // productNameLabel.AutoSize = true; productNameLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); productNameLabel.Location = new System.Drawing.Point(11, 39); productNameLabel.Name = "productNameLabel"; productNameLabel.Size = new System.Drawing.Size(164, 23); productNameLabel.TabIndex = 0; productNameLabel.Text = "Название услуги:"; // // productDescriptionLabel // productDescriptionLabel.AutoSize = true; productDescriptionLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); productDescriptionLabel.Location = new System.Drawing.Point(11, 115); productDescriptionLabel.Name = "productDescriptionLabel"; productDescriptionLabel.Size = new System.Drawing.Size(166, 23); productDescriptionLabel.TabIndex = 2; productDescriptionLabel.Text = "Описание услуги:"; // // productManufacturerLabel // productManufacturerLabel.AutoSize = true; productManufacturerLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); productManufacturerLabel.Location = new System.Drawing.Point(11, 212); productManufacturerLabel.Name = "productManufacturerLabel"; productManufacturerLabel.Size = new System.Drawing.Size(141, 23); productManufacturerLabel.TabIndex = 4; productManufacturerLabel.Text = "Длительность:"; // // productCostLabel // productCostLabel.AutoSize = true; productCostLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); productCostLabel.Location = new System.Drawing.Point(11, 273); productCostLabel.Name = "productCostLabel"; productCostLabel.Size = new System.Drawing.Size(108, 23); productCostLabel.TabIndex = 6; productCostLabel.Text = "Стоимость:"; // // panel2 // this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255))))); this.panel2.Controls.Add(this.label1); this.panel2.Controls.Add(this.pictureBox1); this.panel2.Dock = System.Windows.Forms.DockStyle.Top; this.panel2.Location = new System.Drawing.Point(0, 0); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(949, 91); this.panel2.TabIndex = 2; // // 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(395, 26); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(208, 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(153, 85); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox1.TabIndex = 0; this.pictureBox1.TabStop = false; // // panel4 // this.panel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109))))); this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel4.Controls.Add(this.servicePhotoPictureBox); this.panel4.Location = new System.Drawing.Point(0, 94); this.panel4.Name = "panel4"; this.panel4.Size = new System.Drawing.Size(243, 511); this.panel4.TabIndex = 5; // // servicePhotoPictureBox // this.servicePhotoPictureBox.DataBindings.Add(new System.Windows.Forms.Binding("Image", this.serviceBindingSource, "ServicePhoto", true)); this.servicePhotoPictureBox.Location = new System.Drawing.Point(3, 3); this.servicePhotoPictureBox.Name = "servicePhotoPictureBox"; this.servicePhotoPictureBox.Size = new System.Drawing.Size(235, 344); this.servicePhotoPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.servicePhotoPictureBox.TabIndex = 1; this.servicePhotoPictureBox.TabStop = false; // // serviceBindingSource // this.serviceBindingSource.DataMember = "Service"; this.serviceBindingSource.DataSource = this._02TradeDataSet; // // _02TradeDataSet // this._02TradeDataSet.DataSetName = "_02TradeDataSet"; this._02TradeDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // panel3 // this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109))))); this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel3.Controls.Add(this.button9); this.panel3.Controls.Add(this.discountLabel1); this.panel3.Controls.Add(productQuantityInStockLabel); this.panel3.Cursor = System.Windows.Forms.Cursors.Default; this.panel3.Location = new System.Drawing.Point(249, 448); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(700, 157); this.panel3.TabIndex = 7; // // 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(519, 107); this.button9.Name = "button9"; this.button9.Size = new System.Drawing.Size(168, 37); this.button9.TabIndex = 40; this.button9.Text = "Авторизация"; this.button9.UseVisualStyleBackColor = true; this.button9.Click += new System.EventHandler(this.button9_Click); // // discountLabel1 // this.discountLabel1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceBindingSource, "Discount", true)); this.discountLabel1.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.discountLabel1.Location = new System.Drawing.Point(261, 28); this.discountLabel1.Name = "discountLabel1"; this.discountLabel1.Size = new System.Drawing.Size(249, 69); this.discountLabel1.TabIndex = 34; this.discountLabel1.Text = "label2"; // // serviceTableAdapter // this.serviceTableAdapter.ClearBeforeFill = true; // // tableAdapterManager // this.tableAdapterManager.AttachedProductTableAdapter = null; this.tableAdapterManager.BackupDataSetBeforeUpdate = false; this.tableAdapterManager.ClientServiceTableAdapter = null; this.tableAdapterManager.ClientTableTableAdapter = null; this.tableAdapterManager.DocumentByServiceTableAdapter = null; this.tableAdapterManager.GenderTableAdapter = null; this.tableAdapterManager.ManufacturerTableAdapter = null; this.tableAdapterManager.ProductPhotoTableAdapter = null; this.tableAdapterManager.ProductSaleTableAdapter = null; this.tableAdapterManager.ProductTableAdapter = null; this.tableAdapterManager.RoleTableTableAdapter = null; this.tableAdapterManager.ServicePhotoTableAdapter = null; this.tableAdapterManager.ServiceTableAdapter = this.serviceTableAdapter; this.tableAdapterManager.TagOfClientTableAdapter = null; this.tableAdapterManager.TagTableAdapter = null; this.tableAdapterManager.UpdateOrder = _02Trade._02TradeDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete; this.tableAdapterManager.UserTableTableAdapter = null; // // productNameComboBox // this.productNameComboBox.DataSource = this.serviceBindingSource; this.productNameComboBox.DisplayMember = "Title"; this.productNameComboBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.productNameComboBox.FormattingEnabled = true; this.productNameComboBox.Location = new System.Drawing.Point(262, 39); this.productNameComboBox.Name = "productNameComboBox"; this.productNameComboBox.Size = new System.Drawing.Size(289, 31); this.productNameComboBox.TabIndex = 8; // // costLabel1 // this.costLabel1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceBindingSource, "Cost", true)); this.costLabel1.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.costLabel1.Location = new System.Drawing.Point(262, 273); this.costLabel1.Name = "costLabel1"; this.costLabel1.Size = new System.Drawing.Size(100, 23); this.costLabel1.TabIndex = 9; this.costLabel1.Text = "label2"; // // descriptionLabel1 // this.descriptionLabel1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceBindingSource, "Description", true)); this.descriptionLabel1.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.descriptionLabel1.Location = new System.Drawing.Point(262, 115); this.descriptionLabel1.Name = "descriptionLabel1"; this.descriptionLabel1.Size = new System.Drawing.Size(100, 23); this.descriptionLabel1.TabIndex = 10; this.descriptionLabel1.Text = "label2"; // // durationInSecondsLabel1 // this.durationInSecondsLabel1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceBindingSource, "DurationInSeconds", true)); this.durationInSecondsLabel1.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.durationInSecondsLabel1.Location = new System.Drawing.Point(262, 212); this.durationInSecondsLabel1.Name = "durationInSecondsLabel1"; this.durationInSecondsLabel1.Size = new System.Drawing.Size(100, 23); this.durationInSecondsLabel1.TabIndex = 11; this.durationInSecondsLabel1.Text = "label2"; // // panel1 // this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109))))); this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel1.Controls.Add(this.durationInSecondsLabel1); this.panel1.Controls.Add(this.descriptionLabel1); this.panel1.Controls.Add(this.costLabel1); this.panel1.Controls.Add(this.productNameComboBox); this.panel1.Controls.Add(productCostLabel); this.panel1.Controls.Add(productManufacturerLabel); this.panel1.Controls.Add(productDescriptionLabel); this.panel1.Controls.Add(productNameLabel); this.panel1.Location = new System.Drawing.Point(249, 94); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(700, 348); this.panel1.TabIndex = 6; // // ФомраКлиента // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(949, 605); this.Controls.Add(this.panel3); this.Controls.Add(this.panel1); this.Controls.Add(this.panel4); this.Controls.Add(this.panel2); this.Name = "ФомраКлиента"; this.Text = "Captcha"; this.Load += new System.EventHandler(this.ФомраКлиента_Load); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.panel4.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.servicePhotoPictureBox)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.serviceBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this._02TradeDataSet)).EndInit(); this.panel3.ResumeLayout(false); this.panel3.PerformLayout(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Label label1; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.Panel panel4; private System.Windows.Forms.Panel panel3; private _02TradeDataSet _02TradeDataSet; private System.Windows.Forms.BindingSource serviceBindingSource; private _02TradeDataSetTableAdapters.ServiceTableAdapter serviceTableAdapter; private _02TradeDataSetTableAdapters.TableAdapterManager tableAdapterManager; private System.Windows.Forms.Label discountLabel1; private System.Windows.Forms.ComboBox productNameComboBox; private System.Windows.Forms.Label costLabel1; private System.Windows.Forms.Label descriptionLabel1; private System.Windows.Forms.Label durationInSecondsLabel1; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Button button9; private System.Windows.Forms.PictureBox servicePhotoPictureBox; } }