namespace BeautySaloon { partial class KlientForm { /// /// 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 costLabel; System.Windows.Forms.Label durationInSecondsLabel; System.Windows.Forms.Label discountLabel; System.Windows.Forms.Label label3; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(KlientForm)); this.panel1 = new System.Windows.Forms.Panel(); this.label1 = new System.Windows.Forms.Label(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.label2 = new System.Windows.Forms.Label(); this.beauty_saloonDataSet = new BeautySaloon.beauty_saloonDataSet(); this.serviceBindingSource = new System.Windows.Forms.BindingSource(this.components); this.serviceTableAdapter = new BeautySaloon.beauty_saloonDataSetTableAdapters.ServiceTableAdapter(); this.tableAdapterManager = new BeautySaloon.beauty_saloonDataSetTableAdapters.TableAdapterManager(); this.titleTextBox = new System.Windows.Forms.TextBox(); this.costTextBox = new System.Windows.Forms.TextBox(); this.durationInSecondsTextBox = new System.Windows.Forms.TextBox(); this.discountTextBox = new System.Windows.Forms.TextBox(); this.pictureBox2 = new System.Windows.Forms.PictureBox(); this.nextButton = new System.Windows.Forms.Button(); this.PrevButton = new System.Windows.Forms.Button(); this.FirstButton = new System.Windows.Forms.Button(); this.LastButton = new System.Windows.Forms.Button(); this.exitButton = new System.Windows.Forms.Button(); this.panel2 = new System.Windows.Forms.Panel(); costLabel = new System.Windows.Forms.Label(); durationInSecondsLabel = new System.Windows.Forms.Label(); discountLabel = new System.Windows.Forms.Label(); label3 = new System.Windows.Forms.Label(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.beauty_saloonDataSet)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.serviceBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); this.panel2.SuspendLayout(); this.SuspendLayout(); // // costLabel // costLabel.AutoSize = true; costLabel.Font = new System.Drawing.Font("Tahoma", 14.25F); costLabel.Location = new System.Drawing.Point(349, 186); costLabel.Name = "costLabel"; costLabel.Size = new System.Drawing.Size(97, 23); costLabel.TabIndex = 9; costLabel.Text = "рублей за"; // // durationInSecondsLabel // durationInSecondsLabel.AutoSize = true; durationInSecondsLabel.Font = new System.Drawing.Font("Tahoma", 14.25F); durationInSecondsLabel.Location = new System.Drawing.Point(505, 186); durationInSecondsLabel.Name = "durationInSecondsLabel"; durationInSecondsLabel.Size = new System.Drawing.Size(62, 23); durationInSecondsLabel.TabIndex = 11; durationInSecondsLabel.Text = "минут"; // // discountLabel // discountLabel.AutoSize = true; discountLabel.Font = new System.Drawing.Font("Tahoma", 14.25F); discountLabel.Location = new System.Drawing.Point(236, 249); discountLabel.Name = "discountLabel"; discountLabel.Size = new System.Drawing.Size(78, 23); discountLabel.TabIndex = 15; discountLabel.Text = "Скидка:"; // // label3 // label3.AutoSize = true; label3.Font = new System.Drawing.Font("Tahoma", 14.25F); label3.Location = new System.Drawing.Point(358, 249); label3.Name = "label3"; label3.Size = new System.Drawing.Size(29, 23); label3.TabIndex = 18; label3.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.Location = new System.Drawing.Point(77, -1); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(729, 79); this.panel1.TabIndex = 2; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label1.Location = new System.Drawing.Point(159, 10); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(193, 46); this.label1.TabIndex = 0; this.label1.Text = " Салон красоты \r\n\"Бархатные бровки\" "; // // pictureBox1 // this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); this.pictureBox1.Location = new System.Drawing.Point(0, -1); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(121, 85); this.pictureBox1.TabIndex = 3; this.pictureBox1.TabStop = false; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label2.Location = new System.Drawing.Point(264, 81); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(123, 23); this.label2.TabIndex = 4; this.label2.Text = "Список услуг"; // // beauty_saloonDataSet // this.beauty_saloonDataSet.DataSetName = "beauty_saloonDataSet"; this.beauty_saloonDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // serviceBindingSource // this.serviceBindingSource.DataMember = "Service"; this.serviceBindingSource.DataSource = this.beauty_saloonDataSet; // // 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 = BeautySaloon.beauty_saloonDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete; // // titleTextBox // this.titleTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None; this.titleTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceBindingSource, "Title", true)); this.titleTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F); this.titleTextBox.Location = new System.Drawing.Point(240, 119); this.titleTextBox.Multiline = true; this.titleTextBox.Name = "titleTextBox"; this.titleTextBox.Size = new System.Drawing.Size(379, 51); this.titleTextBox.TabIndex = 8; // // costTextBox // this.costTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None; this.costTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceBindingSource, "Cost", true)); this.costTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F); this.costTextBox.Location = new System.Drawing.Point(240, 186); this.costTextBox.Name = "costTextBox"; this.costTextBox.Size = new System.Drawing.Size(90, 23); this.costTextBox.TabIndex = 10; // // durationInSecondsTextBox // this.durationInSecondsTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None; this.durationInSecondsTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceBindingSource, "DurationInSeconds", true)); this.durationInSecondsTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F); this.durationInSecondsTextBox.Location = new System.Drawing.Point(463, 186); this.durationInSecondsTextBox.Name = "durationInSecondsTextBox"; this.durationInSecondsTextBox.Size = new System.Drawing.Size(60, 23); this.durationInSecondsTextBox.TabIndex = 12; this.durationInSecondsTextBox.TextChanged += new System.EventHandler(this.durationInSecondsTextBox_TextChanged); // // discountTextBox // this.discountTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None; this.discountTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceBindingSource, "Discount", true)); this.discountTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F); this.discountTextBox.Location = new System.Drawing.Point(331, 249); this.discountTextBox.Name = "discountTextBox"; this.discountTextBox.Size = new System.Drawing.Size(56, 23); this.discountTextBox.TabIndex = 16; // // pictureBox2 // this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image"))); this.pictureBox2.Location = new System.Drawing.Point(12, 119); this.pictureBox2.Name = "pictureBox2"; this.pictureBox2.Size = new System.Drawing.Size(187, 160); this.pictureBox2.TabIndex = 17; this.pictureBox2.TabStop = false; // // nextButton // this.nextButton.BackColor = System.Drawing.Color.White; this.nextButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.nextButton.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.nextButton.Location = new System.Drawing.Point(509, 10); this.nextButton.Name = "nextButton"; this.nextButton.Size = new System.Drawing.Size(139, 39); this.nextButton.TabIndex = 19; this.nextButton.Text = "Следующее"; this.nextButton.UseVisualStyleBackColor = false; this.nextButton.Click += new System.EventHandler(this.nextButton_Click); // // PrevButton // this.PrevButton.BackColor = System.Drawing.Color.White; this.PrevButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.PrevButton.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.PrevButton.Location = new System.Drawing.Point(22, 10); this.PrevButton.Name = "PrevButton"; this.PrevButton.Size = new System.Drawing.Size(139, 39); this.PrevButton.TabIndex = 20; this.PrevButton.Text = "Предыдущее"; this.PrevButton.UseVisualStyleBackColor = false; this.PrevButton.Click += new System.EventHandler(this.PrevButton_Click); // // FirstButton // this.FirstButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.FirstButton.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.FirstButton.Location = new System.Drawing.Point(175, 312); this.FirstButton.Name = "FirstButton"; this.FirstButton.Size = new System.Drawing.Size(139, 39); this.FirstButton.TabIndex = 21; this.FirstButton.Text = "Первая"; this.FirstButton.UseVisualStyleBackColor = true; this.FirstButton.Click += new System.EventHandler(this.FirstButton_Click); // // LastButton // this.LastButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.LastButton.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.LastButton.Location = new System.Drawing.Point(331, 312); this.LastButton.Name = "LastButton"; this.LastButton.Size = new System.Drawing.Size(139, 39); this.LastButton.TabIndex = 22; this.LastButton.Text = "Последняя"; this.LastButton.UseVisualStyleBackColor = true; this.LastButton.Click += new System.EventHandler(this.LastButton_Click); // // exitButton // this.exitButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.exitButton.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.exitButton.Location = new System.Drawing.Point(265, 368); this.exitButton.Name = "exitButton"; this.exitButton.Size = new System.Drawing.Size(122, 39); this.exitButton.TabIndex = 23; this.exitButton.Text = "Выход"; this.exitButton.UseVisualStyleBackColor = true; this.exitButton.Click += new System.EventHandler(this.exitButton_Click); // // panel2 // this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255))))); this.panel2.Controls.Add(this.nextButton); this.panel2.Controls.Add(this.PrevButton); this.panel2.Location = new System.Drawing.Point(-10, 302); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(671, 118); this.panel2.TabIndex = 24; // // KlientForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(650, 419); this.Controls.Add(this.exitButton); this.Controls.Add(this.LastButton); this.Controls.Add(this.FirstButton); this.Controls.Add(label3); this.Controls.Add(this.pictureBox2); this.Controls.Add(this.titleTextBox); this.Controls.Add(costLabel); this.Controls.Add(this.costTextBox); this.Controls.Add(durationInSecondsLabel); this.Controls.Add(this.durationInSecondsTextBox); this.Controls.Add(discountLabel); this.Controls.Add(this.discountTextBox); this.Controls.Add(this.label2); this.Controls.Add(this.panel1); this.Controls.Add(this.pictureBox1); this.Controls.Add(this.panel2); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "KlientForm"; this.Text = "Услуги"; this.Load += new System.EventHandler(this.KlientForm_Load); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.beauty_saloonDataSet)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.serviceBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); this.panel2.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label label1; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.Label label2; private beauty_saloonDataSet beauty_saloonDataSet; private System.Windows.Forms.BindingSource serviceBindingSource; private beauty_saloonDataSetTableAdapters.ServiceTableAdapter serviceTableAdapter; private beauty_saloonDataSetTableAdapters.TableAdapterManager tableAdapterManager; private System.Windows.Forms.TextBox titleTextBox; private System.Windows.Forms.TextBox costTextBox; private System.Windows.Forms.TextBox durationInSecondsTextBox; private System.Windows.Forms.TextBox discountTextBox; private System.Windows.Forms.PictureBox pictureBox2; private System.Windows.Forms.Button nextButton; private System.Windows.Forms.Button PrevButton; private System.Windows.Forms.Button FirstButton; private System.Windows.Forms.Button LastButton; private System.Windows.Forms.Button exitButton; private System.Windows.Forms.Panel panel2; } }