namespace BB_Grishina { partial class Form2 { /// /// 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(Form2)); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.iDDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.наименованиеУслугмиDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.изображениеDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.длительностьDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.стоимостьDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.действующаяСкидкаDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.mainImagePathDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.serviceBindingSource = new System.Windows.Forms.BindingSource(this.components); this.BB_GrishinaDataSet = new BB_Grishina.BB_GrishinaDataSet(); this.serviceTableAp = new System.Windows.Forms.BindingSource(this.components); this.serviceTableAdapter = new BB_Grishina.BB_GrishinaDataSetTableAdapters.ServiceTableAdapter(); this.button1 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.button3 = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.serviceBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.BB_GrishinaDataSet)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.serviceTableAp)).BeginInit(); this.SuspendLayout(); // // dataGridView1 // this.dataGridView1.AutoGenerateColumns = false; this.dataGridView1.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255))))); this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.iDDataGridViewTextBoxColumn, this.наименованиеУслугмиDataGridViewTextBoxColumn, this.изображениеDataGridViewTextBoxColumn, this.длительностьDataGridViewTextBoxColumn, this.стоимостьDataGridViewTextBoxColumn, this.действующаяСкидкаDataGridViewTextBoxColumn, this.mainImagePathDataGridViewTextBoxColumn}); this.dataGridView1.DataSource = this.serviceBindingSource; this.dataGridView1.Location = new System.Drawing.Point(12, 12); this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.Size = new System.Drawing.Size(746, 275); this.dataGridView1.TabIndex = 0; // // iDDataGridViewTextBoxColumn // this.iDDataGridViewTextBoxColumn.DataPropertyName = "ID"; this.iDDataGridViewTextBoxColumn.HeaderText = "ID"; this.iDDataGridViewTextBoxColumn.Name = "iDDataGridViewTextBoxColumn"; this.iDDataGridViewTextBoxColumn.ReadOnly = true; // // наименованиеУслугмиDataGridViewTextBoxColumn // this.наименованиеУслугмиDataGridViewTextBoxColumn.DataPropertyName = "НаименованиеУслугми"; this.наименованиеУслугмиDataGridViewTextBoxColumn.HeaderText = "НаименованиеУслугми"; this.наименованиеУслугмиDataGridViewTextBoxColumn.Name = "наименованиеУслугмиDataGridViewTextBoxColumn"; // // изображениеDataGridViewTextBoxColumn // this.изображениеDataGridViewTextBoxColumn.DataPropertyName = "Изображение"; this.изображениеDataGridViewTextBoxColumn.HeaderText = "Изображение"; this.изображениеDataGridViewTextBoxColumn.Name = "изображениеDataGridViewTextBoxColumn"; // // длительностьDataGridViewTextBoxColumn // this.длительностьDataGridViewTextBoxColumn.DataPropertyName = "Длительность"; this.длительностьDataGridViewTextBoxColumn.HeaderText = "Длительность"; this.длительностьDataGridViewTextBoxColumn.Name = "длительностьDataGridViewTextBoxColumn"; // // стоимостьDataGridViewTextBoxColumn // this.стоимостьDataGridViewTextBoxColumn.DataPropertyName = "Стоимость"; this.стоимостьDataGridViewTextBoxColumn.HeaderText = "Стоимость"; this.стоимостьDataGridViewTextBoxColumn.Name = "стоимостьDataGridViewTextBoxColumn"; // // действующаяСкидкаDataGridViewTextBoxColumn // this.действующаяСкидкаDataGridViewTextBoxColumn.DataPropertyName = "ДействующаяСкидка"; this.действующаяСкидкаDataGridViewTextBoxColumn.HeaderText = "ДействующаяСкидка"; this.действующаяСкидкаDataGridViewTextBoxColumn.Name = "действующаяСкидкаDataGridViewTextBoxColumn"; // // mainImagePathDataGridViewTextBoxColumn // this.mainImagePathDataGridViewTextBoxColumn.DataPropertyName = "MainImagePath"; this.mainImagePathDataGridViewTextBoxColumn.HeaderText = "MainImagePath"; this.mainImagePathDataGridViewTextBoxColumn.Name = "mainImagePathDataGridViewTextBoxColumn"; // // serviceBindingSource // this.serviceBindingSource.DataMember = "Service"; this.serviceBindingSource.DataSource = this.BB_GrishinaDataSet; // // BB_GrishinaDataSet // this.BB_GrishinaDataSet.DataSetName = "BB_GrishinaDataSet"; this.BB_GrishinaDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // serviceTableAp // this.serviceTableAp.DataMember = "Service"; this.serviceTableAp.DataSource = this.BB_GrishinaDataSet; // // serviceTableAdapter // this.serviceTableAdapter.ClearBeforeFill = true; // // button1 // this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109))))); this.button1.Location = new System.Drawing.Point(214, 336); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(109, 44); this.button1.TabIndex = 1; this.button1.Text = "Сохранить изменения"; this.button1.UseVisualStyleBackColor = false; this.button1.Click += new System.EventHandler(this.button1_Click); // // button2 // this.button2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109))))); this.button2.Location = new System.Drawing.Point(343, 336); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(109, 44); this.button2.TabIndex = 2; this.button2.Text = "Изменить "; this.button2.UseVisualStyleBackColor = false; this.button2.Click += new System.EventHandler(this.button2_Click); // // button3 // this.button3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109))))); this.button3.Location = new System.Drawing.Point(467, 336); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(109, 44); this.button3.TabIndex = 3; this.button3.Text = "Удалить"; this.button3.UseVisualStyleBackColor = false; this.button3.Click += new System.EventHandler(this.button3_Click); // // Form2 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 450); this.Controls.Add(this.button3); this.Controls.Add(this.button2); this.Controls.Add(this.button1); this.Controls.Add(this.dataGridView1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "Form2"; this.Text = "Form2"; this.Load += new System.EventHandler(this.Form2_Load); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.serviceBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.BB_GrishinaDataSet)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.serviceTableAp)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.DataGridView dataGridView1; private BB_GrishinaDataSet BB_GrishinaDataSet; private System.Windows.Forms.BindingSource serviceTableAp; private BB_GrishinaDataSetTableAdapters.ServiceTableAdapter serviceTableAdapter; private System.Windows.Forms.DataGridViewTextBoxColumn iDDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn наименованиеУслугмиDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn изображениеDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn длительностьDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn стоимостьDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn действующаяСкидкаDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn mainImagePathDataGridViewTextBoxColumn; private System.Windows.Forms.Button button1; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button3; private System.Windows.Forms.BindingSource serviceBindingSource; } }