namespace BeautySaloon { partial class EditKlientForm { /// /// 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 firstNameLabel; System.Windows.Forms.Label lastNameLabel; System.Windows.Forms.Label patronymicLabel; System.Windows.Forms.Label birthdayLabel; System.Windows.Forms.Label registrationDateLabel; System.Windows.Forms.Label emailLabel; System.Windows.Forms.Label phoneLabel; System.Windows.Forms.Label genderCodeLabel; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EditKlientForm)); 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.clientBindingSource = new System.Windows.Forms.BindingSource(this.components); this.clientTableAdapter = new BeautySaloon.beauty_saloonDataSetTableAdapters.ClientTableAdapter(); this.tableAdapterManager = new BeautySaloon.beauty_saloonDataSetTableAdapters.TableAdapterManager(); this.firstNameTextBox = new System.Windows.Forms.TextBox(); this.lastNameTextBox = new System.Windows.Forms.TextBox(); this.patronymicTextBox = new System.Windows.Forms.TextBox(); this.birthdayDateTimePicker = new System.Windows.Forms.DateTimePicker(); this.registrationDateDateTimePicker = new System.Windows.Forms.DateTimePicker(); this.emailTextBox = new System.Windows.Forms.TextBox(); this.phoneTextBox = new System.Windows.Forms.TextBox(); this.genderCodeTextBox = new System.Windows.Forms.TextBox(); this.AddButton = new System.Windows.Forms.Button(); this.exitButton = new System.Windows.Forms.Button(); this.SaveButton = new System.Windows.Forms.Button(); this.DelButton = new System.Windows.Forms.Button(); this.LastButton = new System.Windows.Forms.Button(); this.FirstButton = new System.Windows.Forms.Button(); this.PrevButton = new System.Windows.Forms.Button(); this.nextButton = new System.Windows.Forms.Button(); firstNameLabel = new System.Windows.Forms.Label(); lastNameLabel = new System.Windows.Forms.Label(); patronymicLabel = new System.Windows.Forms.Label(); birthdayLabel = new System.Windows.Forms.Label(); registrationDateLabel = new System.Windows.Forms.Label(); emailLabel = new System.Windows.Forms.Label(); phoneLabel = new System.Windows.Forms.Label(); genderCodeLabel = 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.clientBindingSource)).BeginInit(); this.SuspendLayout(); // // firstNameLabel // firstNameLabel.AutoSize = true; firstNameLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); firstNameLabel.Location = new System.Drawing.Point(12, 106); firstNameLabel.Name = "firstNameLabel"; firstNameLabel.Size = new System.Drawing.Size(45, 23); firstNameLabel.TabIndex = 10; firstNameLabel.Text = "Имя"; // // lastNameLabel // lastNameLabel.AutoSize = true; lastNameLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); lastNameLabel.Location = new System.Drawing.Point(12, 152); lastNameLabel.Name = "lastNameLabel"; lastNameLabel.Size = new System.Drawing.Size(89, 23); lastNameLabel.TabIndex = 12; lastNameLabel.Text = "Фамилия"; // // patronymicLabel // patronymicLabel.AutoSize = true; patronymicLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); patronymicLabel.Location = new System.Drawing.Point(12, 197); patronymicLabel.Name = "patronymicLabel"; patronymicLabel.Size = new System.Drawing.Size(97, 23); patronymicLabel.TabIndex = 14; patronymicLabel.Text = "Отчество:"; // // birthdayLabel // birthdayLabel.AutoSize = true; birthdayLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); birthdayLabel.Location = new System.Drawing.Point(12, 242); birthdayLabel.Name = "birthdayLabel"; birthdayLabel.Size = new System.Drawing.Size(153, 23); birthdayLabel.TabIndex = 16; birthdayLabel.Text = "Дата рождения:"; // // registrationDateLabel // registrationDateLabel.AutoSize = true; registrationDateLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); registrationDateLabel.Location = new System.Drawing.Point(12, 294); registrationDateLabel.Name = "registrationDateLabel"; registrationDateLabel.Size = new System.Drawing.Size(177, 23); registrationDateLabel.TabIndex = 18; registrationDateLabel.Text = "Дата регистрации:"; // // emailLabel // emailLabel.AutoSize = true; emailLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); emailLabel.Location = new System.Drawing.Point(12, 346); emailLabel.Name = "emailLabel"; emailLabel.Size = new System.Drawing.Size(62, 23); emailLabel.TabIndex = 20; emailLabel.Text = "Email:"; // // phoneLabel // phoneLabel.AutoSize = true; phoneLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); phoneLabel.Location = new System.Drawing.Point(12, 394); phoneLabel.Name = "phoneLabel"; phoneLabel.Size = new System.Drawing.Size(94, 23); phoneLabel.TabIndex = 22; phoneLabel.Text = "Телефон:"; // // genderCodeLabel // genderCodeLabel.AutoSize = true; genderCodeLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); genderCodeLabel.Location = new System.Drawing.Point(12, 445); genderCodeLabel.Name = "genderCodeLabel"; genderCodeLabel.Size = new System.Drawing.Size(51, 23); genderCodeLabel.TabIndex = 24; genderCodeLabel.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(74, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(728, 79); this.panel1.TabIndex = 6; // // 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(240, 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(-3, 0); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(121, 85); this.pictureBox1.TabIndex = 7; this.pictureBox1.TabStop = false; // // beauty_saloonDataSet // this.beauty_saloonDataSet.DataSetName = "beauty_saloonDataSet"; this.beauty_saloonDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // clientBindingSource // this.clientBindingSource.DataMember = "Client"; this.clientBindingSource.DataSource = this.beauty_saloonDataSet; // // clientTableAdapter // this.clientTableAdapter.ClearBeforeFill = true; // // tableAdapterManager // this.tableAdapterManager.AttachedProductTableAdapter = null; this.tableAdapterManager.BackupDataSetBeforeUpdate = false; this.tableAdapterManager.ClientServiceTableAdapter = null; this.tableAdapterManager.ClientTableAdapter = this.clientTableAdapter; 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 = null; this.tableAdapterManager.TagOfClientTableAdapter = null; this.tableAdapterManager.TagTableAdapter = null; this.tableAdapterManager.UpdateOrder = BeautySaloon.beauty_saloonDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete; // // firstNameTextBox // this.firstNameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientBindingSource, "FirstName", true)); this.firstNameTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.firstNameTextBox.Location = new System.Drawing.Point(205, 103); this.firstNameTextBox.Name = "firstNameTextBox"; this.firstNameTextBox.Size = new System.Drawing.Size(200, 30); this.firstNameTextBox.TabIndex = 11; // // lastNameTextBox // this.lastNameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientBindingSource, "LastName", true)); this.lastNameTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.lastNameTextBox.Location = new System.Drawing.Point(205, 149); this.lastNameTextBox.Name = "lastNameTextBox"; this.lastNameTextBox.Size = new System.Drawing.Size(200, 30); this.lastNameTextBox.TabIndex = 13; // // patronymicTextBox // this.patronymicTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientBindingSource, "Patronymic", true)); this.patronymicTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.patronymicTextBox.Location = new System.Drawing.Point(205, 194); this.patronymicTextBox.Name = "patronymicTextBox"; this.patronymicTextBox.Size = new System.Drawing.Size(200, 30); this.patronymicTextBox.TabIndex = 15; // // birthdayDateTimePicker // this.birthdayDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.clientBindingSource, "Birthday", true)); this.birthdayDateTimePicker.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.birthdayDateTimePicker.Location = new System.Drawing.Point(205, 236); this.birthdayDateTimePicker.Name = "birthdayDateTimePicker"; this.birthdayDateTimePicker.Size = new System.Drawing.Size(200, 30); this.birthdayDateTimePicker.TabIndex = 17; // // registrationDateDateTimePicker // this.registrationDateDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.clientBindingSource, "RegistrationDate", true)); this.registrationDateDateTimePicker.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.registrationDateDateTimePicker.Location = new System.Drawing.Point(205, 288); this.registrationDateDateTimePicker.Name = "registrationDateDateTimePicker"; this.registrationDateDateTimePicker.Size = new System.Drawing.Size(200, 30); this.registrationDateDateTimePicker.TabIndex = 19; // // emailTextBox // this.emailTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientBindingSource, "Email", true)); this.emailTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.emailTextBox.Location = new System.Drawing.Point(205, 343); this.emailTextBox.Name = "emailTextBox"; this.emailTextBox.Size = new System.Drawing.Size(200, 30); this.emailTextBox.TabIndex = 21; // // phoneTextBox // this.phoneTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientBindingSource, "Phone", true)); this.phoneTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.phoneTextBox.Location = new System.Drawing.Point(205, 391); this.phoneTextBox.Name = "phoneTextBox"; this.phoneTextBox.Size = new System.Drawing.Size(200, 30); this.phoneTextBox.TabIndex = 23; // // genderCodeTextBox // this.genderCodeTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientBindingSource, "GenderCode", true)); this.genderCodeTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.genderCodeTextBox.Location = new System.Drawing.Point(205, 442); this.genderCodeTextBox.Name = "genderCodeTextBox"; this.genderCodeTextBox.Size = new System.Drawing.Size(200, 30); this.genderCodeTextBox.TabIndex = 25; // // 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(449, 278); this.AddButton.Name = "AddButton"; this.AddButton.Size = new System.Drawing.Size(139, 39); this.AddButton.TabIndex = 36; this.AddButton.Text = "Добавить"; this.AddButton.UseVisualStyleBackColor = true; this.AddButton.Click += new System.EventHandler(this.AddButton_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(636, 278); this.exitButton.Name = "exitButton"; this.exitButton.Size = new System.Drawing.Size(139, 39); this.exitButton.TabIndex = 35; this.exitButton.Text = "Назад"; this.exitButton.UseVisualStyleBackColor = true; this.exitButton.Click += new System.EventHandler(this.exitButton_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(449, 337); this.SaveButton.Name = "SaveButton"; this.SaveButton.Size = new System.Drawing.Size(139, 39); this.SaveButton.TabIndex = 34; this.SaveButton.Text = "Сохранить"; this.SaveButton.UseVisualStyleBackColor = true; this.SaveButton.Click += new System.EventHandler(this.SaveButton_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(636, 338); this.DelButton.Name = "DelButton"; this.DelButton.Size = new System.Drawing.Size(139, 39); this.DelButton.TabIndex = 33; this.DelButton.Text = "Удалить"; this.DelButton.UseVisualStyleBackColor = true; this.DelButton.Click += new System.EventHandler(this.DelButton_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(636, 221); this.LastButton.Name = "LastButton"; this.LastButton.Size = new System.Drawing.Size(139, 39); this.LastButton.TabIndex = 32; 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(448, 221); this.FirstButton.Name = "FirstButton"; this.FirstButton.Size = new System.Drawing.Size(139, 39); this.FirstButton.TabIndex = 31; this.FirstButton.Text = "Первая"; this.FirstButton.UseVisualStyleBackColor = true; this.FirstButton.Click += new System.EventHandler(this.FirstButton_Click); // // 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(636, 165); this.PrevButton.Name = "PrevButton"; this.PrevButton.Size = new System.Drawing.Size(139, 39); this.PrevButton.TabIndex = 30; 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(449, 165); this.nextButton.Name = "nextButton"; this.nextButton.Size = new System.Drawing.Size(139, 39); this.nextButton.TabIndex = 29; this.nextButton.Text = "Следующее"; this.nextButton.UseVisualStyleBackColor = true; this.nextButton.Click += new System.EventHandler(this.nextButton_Click); // // EditKlientForm // 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(801, 506); 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(firstNameLabel); this.Controls.Add(this.firstNameTextBox); this.Controls.Add(lastNameLabel); this.Controls.Add(this.lastNameTextBox); this.Controls.Add(patronymicLabel); this.Controls.Add(this.patronymicTextBox); this.Controls.Add(birthdayLabel); this.Controls.Add(this.birthdayDateTimePicker); this.Controls.Add(registrationDateLabel); this.Controls.Add(this.registrationDateDateTimePicker); this.Controls.Add(emailLabel); this.Controls.Add(this.emailTextBox); this.Controls.Add(phoneLabel); this.Controls.Add(this.phoneTextBox); this.Controls.Add(genderCodeLabel); this.Controls.Add(this.genderCodeTextBox); this.Controls.Add(this.panel1); this.Controls.Add(this.pictureBox1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "EditKlientForm"; this.Text = "Редактирование клиентов"; this.Load += new System.EventHandler(this.EditKlientForm_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.clientBindingSource)).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 clientBindingSource; private beauty_saloonDataSetTableAdapters.ClientTableAdapter clientTableAdapter; private beauty_saloonDataSetTableAdapters.TableAdapterManager tableAdapterManager; private System.Windows.Forms.TextBox firstNameTextBox; private System.Windows.Forms.TextBox lastNameTextBox; private System.Windows.Forms.TextBox patronymicTextBox; private System.Windows.Forms.DateTimePicker birthdayDateTimePicker; private System.Windows.Forms.DateTimePicker registrationDateDateTimePicker; private System.Windows.Forms.TextBox emailTextBox; private System.Windows.Forms.TextBox phoneTextBox; private System.Windows.Forms.TextBox genderCodeTextBox; private System.Windows.Forms.Button AddButton; private System.Windows.Forms.Button exitButton; private System.Windows.Forms.Button SaveButton; private System.Windows.Forms.Button DelButton; private System.Windows.Forms.Button LastButton; private System.Windows.Forms.Button FirstButton; private System.Windows.Forms.Button PrevButton; private System.Windows.Forms.Button nextButton; } }