namespace Услуги_салона_красоты_Тураев { 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 действующая_скидкаLabel; System.Windows.Forms.Label стоимостьLabel; System.Windows.Forms.Label длительностьLabel; System.Windows.Forms.Label наименование_услугиLabel; System.Windows.Forms.Label iD_serviceLabel; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Запись_на_услугу)); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.button6 = new System.Windows.Forms.Button(); this.действующая_скидкаTextBox = new System.Windows.Forms.TextBox(); this.стоимостьTextBox = new System.Windows.Forms.TextBox(); this.длительностьTextBox = new System.Windows.Forms.TextBox(); this.наименование_услугиTextBox = new System.Windows.Forms.TextBox(); this.iD_serviceTextBox = new System.Windows.Forms.TextBox(); this.dB_Turaev_V2DataSet = new Услуги_салона_красоты_Тураев.DB_Turaev_V2DataSet(); this.сервисBindingSource = new System.Windows.Forms.BindingSource(this.components); this.сервисTableAdapter = new Услуги_салона_красоты_Тураев.DB_Turaev_V2DataSetTableAdapters.СервисTableAdapter(); this.tableAdapterManager = new Услуги_салона_красоты_Тураев.DB_Turaev_V2DataSetTableAdapters.TableAdapterManager(); this.button1 = new System.Windows.Forms.Button(); действующая_скидкаLabel = new System.Windows.Forms.Label(); стоимостьLabel = new System.Windows.Forms.Label(); длительностьLabel = new System.Windows.Forms.Label(); наименование_услугиLabel = new System.Windows.Forms.Label(); iD_serviceLabel = new System.Windows.Forms.Label(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dB_Turaev_V2DataSet)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.сервисBindingSource)).BeginInit(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Controls.Add(this.button6); this.groupBox1.Controls.Add(действующая_скидкаLabel); this.groupBox1.Controls.Add(this.действующая_скидкаTextBox); this.groupBox1.Controls.Add(стоимостьLabel); this.groupBox1.Controls.Add(this.стоимостьTextBox); this.groupBox1.Controls.Add(длительностьLabel); this.groupBox1.Controls.Add(this.длительностьTextBox); this.groupBox1.Controls.Add(наименование_услугиLabel); this.groupBox1.Controls.Add(this.наименование_услугиTextBox); this.groupBox1.Controls.Add(iD_serviceLabel); this.groupBox1.Controls.Add(this.iD_serviceTextBox); this.groupBox1.Location = new System.Drawing.Point(12, 12); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(245, 179); this.groupBox1.TabIndex = 22; this.groupBox1.TabStop = false; this.groupBox1.Text = "Записаться"; // // button6 // this.button6.Location = new System.Drawing.Point(134, 150); this.button6.Name = "button6"; this.button6.Size = new System.Drawing.Size(100, 23); this.button6.TabIndex = 16; this.button6.Text = "Завершить"; this.button6.UseVisualStyleBackColor = true; this.button6.Click += new System.EventHandler(this.button6_Click); // // действующая_скидкаLabel // действующая_скидкаLabel.AutoSize = true; действующая_скидкаLabel.Location = new System.Drawing.Point(6, 124); действующая_скидкаLabel.Name = "действующая_скидкаLabel"; действующая_скидкаLabel.Size = new System.Drawing.Size(121, 13); действующая_скидкаLabel.TabIndex = 8; действующая_скидкаLabel.Text = "Действующая скидка:"; // // действующая_скидкаTextBox // this.действующая_скидкаTextBox.Location = new System.Drawing.Point(134, 121); this.действующая_скидкаTextBox.Name = "действующая_скидкаTextBox"; this.действующая_скидкаTextBox.Size = new System.Drawing.Size(100, 20); this.действующая_скидкаTextBox.TabIndex = 9; // // стоимостьLabel // стоимостьLabel.AutoSize = true; стоимостьLabel.Location = new System.Drawing.Point(6, 98); стоимостьLabel.Name = "стоимостьLabel"; стоимостьLabel.Size = new System.Drawing.Size(65, 13); стоимостьLabel.TabIndex = 6; стоимостьLabel.Text = "Стоимость:"; // // стоимостьTextBox // this.стоимостьTextBox.Location = new System.Drawing.Point(134, 95); this.стоимостьTextBox.Name = "стоимостьTextBox"; this.стоимостьTextBox.Size = new System.Drawing.Size(100, 20); this.стоимостьTextBox.TabIndex = 7; // // длительностьLabel // длительностьLabel.AutoSize = true; длительностьLabel.Location = new System.Drawing.Point(3, 72); длительностьLabel.Name = "длительностьLabel"; длительностьLabel.Size = new System.Drawing.Size(83, 13); длительностьLabel.TabIndex = 4; длительностьLabel.Text = "Длительность:"; // // длительностьTextBox // this.длительностьTextBox.Location = new System.Drawing.Point(134, 69); this.длительностьTextBox.Name = "длительностьTextBox"; this.длительностьTextBox.Size = new System.Drawing.Size(100, 20); this.длительностьTextBox.TabIndex = 5; // // наименование_услугиLabel // наименование_услугиLabel.AutoSize = true; наименование_услугиLabel.Location = new System.Drawing.Point(3, 46); наименование_услугиLabel.Name = "наименование_услугиLabel"; наименование_услугиLabel.Size = new System.Drawing.Size(122, 13); наименование_услугиLabel.TabIndex = 2; наименование_услугиLabel.Text = "Наименование услуги:"; // // наименование_услугиTextBox // this.наименование_услугиTextBox.Location = new System.Drawing.Point(134, 43); this.наименование_услугиTextBox.Name = "наименование_услугиTextBox"; this.наименование_услугиTextBox.Size = new System.Drawing.Size(100, 20); this.наименование_услугиTextBox.TabIndex = 3; // // iD_serviceLabel // iD_serviceLabel.AutoSize = true; iD_serviceLabel.Location = new System.Drawing.Point(6, 20); iD_serviceLabel.Name = "iD_serviceLabel"; iD_serviceLabel.Size = new System.Drawing.Size(58, 13); iD_serviceLabel.TabIndex = 0; iD_serviceLabel.Text = "ID service:"; // // iD_serviceTextBox // this.iD_serviceTextBox.Location = new System.Drawing.Point(134, 17); this.iD_serviceTextBox.Name = "iD_serviceTextBox"; this.iD_serviceTextBox.Size = new System.Drawing.Size(100, 20); this.iD_serviceTextBox.TabIndex = 1; // // dB_Turaev_V2DataSet // this.dB_Turaev_V2DataSet.DataSetName = "DB_Turaev_V2DataSet"; this.dB_Turaev_V2DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // сервисBindingSource // this.сервисBindingSource.DataMember = "Сервис"; this.сервисBindingSource.DataSource = this.dB_Turaev_V2DataSet; // // сервисTableAdapter // this.сервисTableAdapter.ClearBeforeFill = true; // // tableAdapterManager // this.tableAdapterManager.BackupDataSetBeforeUpdate = false; this.tableAdapterManager.UpdateOrder = Услуги_салона_красоты_Тураев.DB_Turaev_V2DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete; this.tableAdapterManager.Клиент_СервисTableAdapter = null; this.tableAdapterManager.КлиентTableAdapter = null; this.tableAdapterManager.ПоставщикиTableAdapter = null; this.tableAdapterManager.СервисTableAdapter = this.сервисTableAdapter; this.tableAdapterManager.ТоварыTableAdapter = null; // // button1 // this.button1.Location = new System.Drawing.Point(146, 197); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(100, 23); this.button1.TabIndex = 17; this.button1.Text = "Выйти"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click_1); // // Запись_на_услугу // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(262, 226); this.Controls.Add(this.button1); this.Controls.Add(this.groupBox1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "Запись_на_услугу"; this.Text = "Запись на услугу"; this.Load += new System.EventHandler(this.Запись_на_услугу_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dB_Turaev_V2DataSet)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.сервисBindingSource)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Button button6; private System.Windows.Forms.TextBox действующая_скидкаTextBox; private System.Windows.Forms.TextBox стоимостьTextBox; private System.Windows.Forms.TextBox длительностьTextBox; private System.Windows.Forms.TextBox наименование_услугиTextBox; private System.Windows.Forms.TextBox iD_serviceTextBox; private DB_Turaev_V2DataSet dB_Turaev_V2DataSet; private System.Windows.Forms.BindingSource сервисBindingSource; private DB_Turaev_V2DataSetTableAdapters.СервисTableAdapter сервисTableAdapter; private DB_Turaev_V2DataSetTableAdapters.TableAdapterManager tableAdapterManager; private System.Windows.Forms.Button button1; } }