namespace BeautySaloon
{
partial class ServiceEditForm
{
///
/// 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 costLabel;
System.Windows.Forms.Label durationInSecondsLabel;
System.Windows.Forms.Label descriptionLabel;
System.Windows.Forms.Label discountLabel;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ServiceEditForm));
this.panel1 = new System.Windows.Forms.Panel();
this.label1 = new System.Windows.Forms.Label();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
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.descriptionTextBox = new System.Windows.Forms.TextBox();
this.discountTextBox = new System.Windows.Forms.TextBox();
this.PrevButton = new System.Windows.Forms.Button();
this.nextButton = new System.Windows.Forms.Button();
this.LastButton = new System.Windows.Forms.Button();
this.FirstButton = new System.Windows.Forms.Button();
this.DelButton = new System.Windows.Forms.Button();
this.SaveButton = new System.Windows.Forms.Button();
this.exitButton = new System.Windows.Forms.Button();
this.AddButton = new System.Windows.Forms.Button();
titleLabel = new System.Windows.Forms.Label();
costLabel = new System.Windows.Forms.Label();
durationInSecondsLabel = new System.Windows.Forms.Label();
descriptionLabel = new System.Windows.Forms.Label();
discountLabel = 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();
this.SuspendLayout();
//
// titleLabel
//
titleLabel.AutoSize = true;
titleLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
titleLabel.Location = new System.Drawing.Point(12, 99);
titleLabel.Name = "titleLabel";
titleLabel.Size = new System.Drawing.Size(101, 23);
titleLabel.TabIndex = 8;
titleLabel.Text = "Название:";
//
// costLabel
//
costLabel.AutoSize = true;
costLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
costLabel.Location = new System.Drawing.Point(12, 152);
costLabel.Name = "costLabel";
costLabel.Size = new System.Drawing.Size(108, 23);
costLabel.TabIndex = 10;
costLabel.Text = "Стоимость:";
//
// durationInSecondsLabel
//
durationInSecondsLabel.AutoSize = true;
durationInSecondsLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
durationInSecondsLabel.Location = new System.Drawing.Point(12, 215);
durationInSecondsLabel.Name = "durationInSecondsLabel";
durationInSecondsLabel.Size = new System.Drawing.Size(141, 23);
durationInSecondsLabel.TabIndex = 12;
durationInSecondsLabel.Text = "Длительность:";
//
// descriptionLabel
//
descriptionLabel.AutoSize = true;
descriptionLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
descriptionLabel.Location = new System.Drawing.Point(12, 274);
descriptionLabel.Name = "descriptionLabel";
descriptionLabel.Size = new System.Drawing.Size(103, 23);
descriptionLabel.TabIndex = 14;
descriptionLabel.Text = "Описание:";
//
// discountLabel
//
discountLabel.AutoSize = true;
discountLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
discountLabel.Location = new System.Drawing.Point(12, 331);
discountLabel.Name = "discountLabel";
discountLabel.Size = new System.Drawing.Size(78, 23);
discountLabel.TabIndex = 16;
discountLabel.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(73, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(728, 79);
this.panel1.TabIndex = 4;
//
// 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(29, 23);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(205, 23);
this.label1.TabIndex = 0;
this.label1.Text = "Редактирование услуг";
//
// pictureBox1
//
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.Location = new System.Drawing.Point(-4, 0);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(121, 85);
this.pictureBox1.TabIndex = 5;
this.pictureBox1.TabStop = false;
//
// 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.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceBindingSource, "Title", true));
this.titleTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.titleTextBox.Location = new System.Drawing.Point(171, 96);
this.titleTextBox.Name = "titleTextBox";
this.titleTextBox.Size = new System.Drawing.Size(333, 30);
this.titleTextBox.TabIndex = 9;
//
// costTextBox
//
this.costTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceBindingSource, "Cost", true));
this.costTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.costTextBox.Location = new System.Drawing.Point(171, 149);
this.costTextBox.Name = "costTextBox";
this.costTextBox.Size = new System.Drawing.Size(333, 30);
this.costTextBox.TabIndex = 11;
//
// durationInSecondsTextBox
//
this.durationInSecondsTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceBindingSource, "DurationInSeconds", true));
this.durationInSecondsTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.durationInSecondsTextBox.Location = new System.Drawing.Point(171, 212);
this.durationInSecondsTextBox.Name = "durationInSecondsTextBox";
this.durationInSecondsTextBox.Size = new System.Drawing.Size(333, 30);
this.durationInSecondsTextBox.TabIndex = 13;
//
// descriptionTextBox
//
this.descriptionTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceBindingSource, "Description", true));
this.descriptionTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.descriptionTextBox.Location = new System.Drawing.Point(171, 271);
this.descriptionTextBox.Name = "descriptionTextBox";
this.descriptionTextBox.Size = new System.Drawing.Size(333, 30);
this.descriptionTextBox.TabIndex = 15;
//
// discountTextBox
//
this.discountTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.serviceBindingSource, "Discount", true));
this.discountTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.discountTextBox.Location = new System.Drawing.Point(171, 328);
this.discountTextBox.Name = "discountTextBox";
this.discountTextBox.Size = new System.Drawing.Size(333, 30);
this.discountTextBox.TabIndex = 17;
//
// PrevButton
//
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(203, 389);
this.PrevButton.Name = "PrevButton";
this.PrevButton.Size = new System.Drawing.Size(139, 39);
this.PrevButton.TabIndex = 22;
this.PrevButton.Text = "Предыдущее";
this.PrevButton.UseVisualStyleBackColor = true;
this.PrevButton.Click += new System.EventHandler(this.PrevButton_Click);
//
// nextButton
//
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(16, 389);
this.nextButton.Name = "nextButton";
this.nextButton.Size = new System.Drawing.Size(139, 39);
this.nextButton.TabIndex = 21;
this.nextButton.Text = "Следующее";
this.nextButton.UseVisualStyleBackColor = true;
this.nextButton.Click += new System.EventHandler(this.nextButton_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(203, 445);
this.LastButton.Name = "LastButton";
this.LastButton.Size = new System.Drawing.Size(139, 39);
this.LastButton.TabIndex = 24;
this.LastButton.Text = "Последняя";
this.LastButton.UseVisualStyleBackColor = true;
this.LastButton.Click += new System.EventHandler(this.LastButton_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(15, 445);
this.FirstButton.Name = "FirstButton";
this.FirstButton.Size = new System.Drawing.Size(139, 39);
this.FirstButton.TabIndex = 23;
this.FirstButton.Text = "Первая";
this.FirstButton.UseVisualStyleBackColor = true;
this.FirstButton.Click += new System.EventHandler(this.FirstButton_Click);
//
// DelButton
//
this.DelButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.DelButton.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.DelButton.Location = new System.Drawing.Point(377, 445);
this.DelButton.Name = "DelButton";
this.DelButton.Size = new System.Drawing.Size(139, 39);
this.DelButton.TabIndex = 25;
this.DelButton.Text = "Удалить";
this.DelButton.UseVisualStyleBackColor = true;
this.DelButton.Click += new System.EventHandler(this.DelButton_Click);
//
// SaveButton
//
this.SaveButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.SaveButton.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.SaveButton.Location = new System.Drawing.Point(377, 389);
this.SaveButton.Name = "SaveButton";
this.SaveButton.Size = new System.Drawing.Size(139, 39);
this.SaveButton.TabIndex = 26;
this.SaveButton.Text = "Сохранить";
this.SaveButton.UseVisualStyleBackColor = true;
this.SaveButton.Click += new System.EventHandler(this.SaveButton_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(203, 502);
this.exitButton.Name = "exitButton";
this.exitButton.Size = new System.Drawing.Size(139, 39);
this.exitButton.TabIndex = 27;
this.exitButton.Text = "Назад";
this.exitButton.UseVisualStyleBackColor = true;
this.exitButton.Click += new System.EventHandler(this.exitButton_Click);
//
// AddButton
//
this.AddButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.AddButton.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.AddButton.Location = new System.Drawing.Point(16, 502);
this.AddButton.Name = "AddButton";
this.AddButton.Size = new System.Drawing.Size(139, 39);
this.AddButton.TabIndex = 28;
this.AddButton.Text = "Добавить";
this.AddButton.UseVisualStyleBackColor = true;
this.AddButton.Click += new System.EventHandler(this.AddButton_Click);
//
// ServiceEditForm
//
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(528, 553);
this.Controls.Add(this.AddButton);
this.Controls.Add(this.exitButton);
this.Controls.Add(this.SaveButton);
this.Controls.Add(this.DelButton);
this.Controls.Add(this.LastButton);
this.Controls.Add(this.FirstButton);
this.Controls.Add(this.PrevButton);
this.Controls.Add(this.nextButton);
this.Controls.Add(titleLabel);
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(descriptionLabel);
this.Controls.Add(this.descriptionTextBox);
this.Controls.Add(discountLabel);
this.Controls.Add(this.discountTextBox);
this.Controls.Add(this.panel1);
this.Controls.Add(this.pictureBox1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "ServiceEditForm";
this.Text = "Редактирование услуг";
this.Load += new System.EventHandler(this.ServiceEditForm_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();
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 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 descriptionTextBox;
private System.Windows.Forms.TextBox discountTextBox;
private System.Windows.Forms.Button PrevButton;
private System.Windows.Forms.Button nextButton;
private System.Windows.Forms.Button LastButton;
private System.Windows.Forms.Button FirstButton;
private System.Windows.Forms.Button DelButton;
private System.Windows.Forms.Button SaveButton;
private System.Windows.Forms.Button exitButton;
private System.Windows.Forms.Button AddButton;
}
}