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.label1 = new System.Windows.Forms.Label(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.panel2 = new System.Windows.Forms.Panel(); this.descriptionTextBox1 = new System.Windows.Forms.TextBox(); this.serviceBindingSource = new System.Windows.Forms.BindingSource(this.components); this.saloonKrasoti02DataSet = new SalonKrasoti02.SaloonKrasoti02DataSet(); this.descriptionTextBox = new System.Windows.Forms.TextBox(); this.costTextBox = new System.Windows.Forms.TextBox(); this.serviceTableAdapter = new SalonKrasoti02.SaloonKrasoti02DataSetTableAdapters.ServiceTableAdapter(); this.tableAdapterManager = new SalonKrasoti02.SaloonKrasoti02DataSetTableAdapters.TableAdapterManager(); this.button1 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.button3 = new System.Windows.Forms.Button(); this.titleTextBox = new System.Windows.Forms.TextBox(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.panel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.serviceBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.saloonKrasoti02DataSet)).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.label1); this.panel1.Controls.Add(this.pictureBox1); this.panel1.Location = new System.Drawing.Point(2, 1); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(475, 100); this.panel1.TabIndex = 5; // // 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(154, 34); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(320, 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.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; // // 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(16, 12); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(168, 19); this.label2.TabIndex = 6; this.label2.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(16, 51); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(87, 19); this.label3.TabIndex = 7; this.label3.Text = "Стоимость"; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label4.Location = new System.Drawing.Point(16, 92); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(121, 20); this.label4.TabIndex = 8; this.label4.Text = "Длительность"; // // 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(16, 135); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(61, 19); this.label5.TabIndex = 9; this.label5.Text = "Скидка"; // // panel2 // this.panel2.Controls.Add(this.titleTextBox); this.panel2.Controls.Add(this.descriptionTextBox1); this.panel2.Controls.Add(this.descriptionTextBox); this.panel2.Controls.Add(this.costTextBox); this.panel2.Controls.Add(this.label2); this.panel2.Controls.Add(this.label5); this.panel2.Controls.Add(this.label3); this.panel2.Controls.Add(this.label4); this.panel2.Location = new System.Drawing.Point(2, 107); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(475, 178); this.panel2.TabIndex = 10; // // descriptionTextBox1 // this.descriptionTextBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceBindingSource, "Description", true)); this.descriptionTextBox1.Location = new System.Drawing.Point(84, 137); this.descriptionTextBox1.Name = "descriptionTextBox1"; this.descriptionTextBox1.Size = new System.Drawing.Size(166, 21); this.descriptionTextBox1.TabIndex = 11; // // serviceBindingSource // this.serviceBindingSource.DataMember = "Service"; this.serviceBindingSource.DataSource = this.saloonKrasoti02DataSet; // // saloonKrasoti02DataSet // this.saloonKrasoti02DataSet.DataSetName = "SaloonKrasoti02DataSet"; this.saloonKrasoti02DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // descriptionTextBox // this.descriptionTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceBindingSource, "Description", true)); this.descriptionTextBox.Location = new System.Drawing.Point(143, 94); this.descriptionTextBox.Name = "descriptionTextBox"; this.descriptionTextBox.Size = new System.Drawing.Size(139, 21); this.descriptionTextBox.TabIndex = 11; // // costTextBox // this.costTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceBindingSource, "Cost", true)); this.costTextBox.Location = new System.Drawing.Point(109, 53); this.costTextBox.Name = "costTextBox"; this.costTextBox.Size = new System.Drawing.Size(141, 21); this.costTextBox.TabIndex = 13; // // 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; // // 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(2, 287); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(128, 31); this.button1.TabIndex = 11; this.button1.Text = "Добавить"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // button2 // this.button2.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.button2.Location = new System.Drawing.Point(136, 287); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(128, 31); this.button2.TabIndex = 12; this.button2.Text = "Сохранить"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // button3 // this.button3.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.button3.Location = new System.Drawing.Point(270, 287); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(207, 31); this.button3.TabIndex = 13; this.button3.Text = "Вернуться"; this.button3.UseVisualStyleBackColor = true; this.button3.Click += new System.EventHandler(this.button3_Click); // // titleTextBox // this.titleTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceBindingSource, "Title", true)); this.titleTextBox.Location = new System.Drawing.Point(190, 12); this.titleTextBox.Name = "titleTextBox"; this.titleTextBox.Size = new System.Drawing.Size(276, 21); this.titleTextBox.TabIndex = 14; // // Добавление // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(480, 349); this.Controls.Add(this.button3); this.Controls.Add(this.button2); this.Controls.Add(this.button1); 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.Name = "Добавление"; this.Text = "Добавление"; this.Load += new System.EventHandler(this.Добавление_Load); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((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(); 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.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label5; private System.Windows.Forms.Panel panel2; private SaloonKrasoti02DataSet saloonKrasoti02DataSet; private System.Windows.Forms.BindingSource serviceBindingSource; private SaloonKrasoti02DataSetTableAdapters.ServiceTableAdapter serviceTableAdapter; private SaloonKrasoti02DataSetTableAdapters.TableAdapterManager tableAdapterManager; private System.Windows.Forms.TextBox descriptionTextBox1; private System.Windows.Forms.TextBox descriptionTextBox; private System.Windows.Forms.TextBox costTextBox; private System.Windows.Forms.Button button1; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button3; private System.Windows.Forms.TextBox titleTextBox; } }