namespace SalonKrasoti02 { 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Клиент)); this.panel1 = new System.Windows.Forms.Panel(); this.pictureBox2 = new System.Windows.Forms.PictureBox(); this.label1 = new System.Windows.Forms.Label(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.panel2 = new System.Windows.Forms.Panel(); this.button1 = new System.Windows.Forms.Button(); this.durationInMinutesLabel1 = new System.Windows.Forms.Label(); this.serviceBindingSource = new System.Windows.Forms.BindingSource(this.components); this.saloonKrasoti02DataSet = new SalonKrasoti02.SaloonKrasoti02DataSet(); this.label5 = new System.Windows.Forms.Label(); this.discountLabel1 = new System.Windows.Forms.Label(); this.costLabel1 = new System.Windows.Forms.Label(); this.titleComboBox = new System.Windows.Forms.ComboBox(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.serviceTableAdapter = new SalonKrasoti02.SaloonKrasoti02DataSetTableAdapters.ServiceTableAdapter(); this.tableAdapterManager = new SalonKrasoti02.SaloonKrasoti02DataSetTableAdapters.TableAdapterManager(); this.servicePhotoPictureBox = new System.Windows.Forms.PictureBox(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.panel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.serviceBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.saloonKrasoti02DataSet)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.servicePhotoPictureBox)).BeginInit(); this.SuspendLayout(); // // panel1 // this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109))))); this.panel1.Controls.Add(this.pictureBox2); this.panel1.Controls.Add(this.label1); this.panel1.Controls.Add(this.pictureBox1); this.panel1.Location = new System.Drawing.Point(3, 0); this.panel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(797, 100); this.panel1.TabIndex = 3; // // pictureBox2 // this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image"))); this.pictureBox2.Location = new System.Drawing.Point(646, 0); this.pictureBox2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.pictureBox2.Name = "pictureBox2"; this.pictureBox2.Size = new System.Drawing.Size(148, 100); this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox2.TabIndex = 3; this.pictureBox2.TabStop = false; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Tahoma", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label1.Location = new System.Drawing.Point(249, 31); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(299, 33); this.label1.TabIndex = 2; this.label1.Text = "Услуги салона красоты"; // // pictureBox1 // this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); this.pictureBox1.Location = new System.Drawing.Point(0, 0); this.pictureBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(148, 100); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox1.TabIndex = 0; this.pictureBox1.TabStop = false; // // panel2 // this.panel2.Controls.Add(this.button1); this.panel2.Controls.Add(this.durationInMinutesLabel1); this.panel2.Controls.Add(this.label5); this.panel2.Controls.Add(this.discountLabel1); this.panel2.Controls.Add(this.costLabel1); this.panel2.Controls.Add(this.titleComboBox); this.panel2.Controls.Add(this.label4); this.panel2.Controls.Add(this.label3); this.panel2.Controls.Add(this.label2); this.panel2.Location = new System.Drawing.Point(325, 104); this.panel2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(472, 207); this.panel2.TabIndex = 4; // // button1 // this.button1.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.button1.Location = new System.Drawing.Point(301, 170); this.button1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(162, 35); this.button1.TabIndex = 6; this.button1.Text = "В главное меню"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // durationInMinutesLabel1 // this.durationInMinutesLabel1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceBindingSource, "DurationInMinutes", true)); this.durationInMinutesLabel1.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.durationInMinutesLabel1.Location = new System.Drawing.Point(232, 58); this.durationInMinutesLabel1.Name = "durationInMinutesLabel1"; this.durationInMinutesLabel1.Size = new System.Drawing.Size(100, 24); this.durationInMinutesLabel1.TabIndex = 8; this.durationInMinutesLabel1.Text = "label6"; // // serviceBindingSource // this.serviceBindingSource.DataMember = "Service"; this.serviceBindingSource.DataSource = this.saloonKrasoti02DataSet; // // saloonKrasoti02DataSet // this.saloonKrasoti02DataSet.DataSetName = "SaloonKrasoti02DataSet"; this.saloonKrasoti02DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label5.Location = new System.Drawing.Point(14, 58); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(212, 19); this.label5.TabIndex = 7; this.label5.Text = "Длительность выполнения:"; // // discountLabel1 // this.discountLabel1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceBindingSource, "Discount", true)); this.discountLabel1.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.discountLabel1.Location = new System.Drawing.Point(88, 144); this.discountLabel1.Name = "discountLabel1"; this.discountLabel1.Size = new System.Drawing.Size(100, 24); this.discountLabel1.TabIndex = 6; this.discountLabel1.Text = "label5"; // // costLabel1 // this.costLabel1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceBindingSource, "Cost", true)); this.costLabel1.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.costLabel1.Location = new System.Drawing.Point(70, 103); this.costLabel1.Name = "costLabel1"; this.costLabel1.Size = new System.Drawing.Size(100, 24); this.costLabel1.TabIndex = 5; this.costLabel1.Text = "label5"; // // titleComboBox // this.titleComboBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceBindingSource, "Title", true)); this.titleComboBox.DataSource = this.serviceBindingSource; this.titleComboBox.DisplayMember = "Title"; this.titleComboBox.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.titleComboBox.FormattingEnabled = true; this.titleComboBox.Location = new System.Drawing.Point(188, 15); this.titleComboBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.titleComboBox.Name = "titleComboBox"; this.titleComboBox.Size = new System.Drawing.Size(275, 27); this.titleComboBox.TabIndex = 4; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label4.Location = new System.Drawing.Point(14, 144); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(67, 19); this.label4.TabIndex = 2; this.label4.Text = "Скидка:"; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label3.Location = new System.Drawing.Point(14, 103); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(51, 19); this.label3.TabIndex = 1; this.label3.Text = "Цена:"; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label2.Location = new System.Drawing.Point(14, 15); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(174, 19); this.label2.TabIndex = 0; this.label2.Text = "Наименование услуги:"; // // serviceTableAdapter // this.serviceTableAdapter.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 = null; this.tableAdapterManager.ServicePhotoTableAdapter = null; this.tableAdapterManager.ServiceTableAdapter = this.serviceTableAdapter; this.tableAdapterManager.TagOfClientTableAdapter = null; this.tableAdapterManager.TagTableAdapter = null; this.tableAdapterManager.UpdateOrder = SalonKrasoti02.SaloonKrasoti02DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete; // // servicePhotoPictureBox // this.servicePhotoPictureBox.DataBindings.Add(new System.Windows.Forms.Binding("Image", this.serviceBindingSource, "ServicePhoto", true)); this.servicePhotoPictureBox.Location = new System.Drawing.Point(3, 104); this.servicePhotoPictureBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.servicePhotoPictureBox.Name = "servicePhotoPictureBox"; this.servicePhotoPictureBox.Size = new System.Drawing.Size(316, 207); this.servicePhotoPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.servicePhotoPictureBox.TabIndex = 5; this.servicePhotoPictureBox.TabStop = false; // // Клиент // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 335); this.Controls.Add(this.servicePhotoPictureBox); this.Controls.Add(this.panel2); this.Controls.Add(this.panel1); this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.Name = "Клиент"; this.Text = "Клиент"; this.Load += new System.EventHandler(this.Клиент_Load); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.serviceBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.saloonKrasoti02DataSet)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.servicePhotoPictureBox)).EndInit(); 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.Label label4; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label2; private SaloonKrasoti02DataSet saloonKrasoti02DataSet; private System.Windows.Forms.BindingSource serviceBindingSource; private SaloonKrasoti02DataSetTableAdapters.ServiceTableAdapter serviceTableAdapter; private SaloonKrasoti02DataSetTableAdapters.TableAdapterManager tableAdapterManager; private System.Windows.Forms.ComboBox titleComboBox; private System.Windows.Forms.Label discountLabel1; private System.Windows.Forms.Label costLabel1; private System.Windows.Forms.PictureBox servicePhotoPictureBox; private System.Windows.Forms.PictureBox pictureBox2; private System.Windows.Forms.Label durationInMinutesLabel1; private System.Windows.Forms.Label label5; private System.Windows.Forms.Button button1; } }