123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212 |
-
- namespace Степанюк_Экзамен
- {
- partial class Form3
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- this.textBox1 = new System.Windows.Forms.TextBox();
- this.степанюк_Задание_ДЭDataSet = new Степанюк_Экзамен.Степанюк_Задание_ДЭDataSet();
- this.степанюкЗаданиеДЭDataSetBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.степанюкЗаданиеДЭDataSetBindingSource1 = new System.Windows.Forms.BindingSource(this.components);
- 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.услугиBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.степанюк_Задание_ДЭDataSet1 = new Степанюк_Экзамен.Степанюк_Задание_ДЭDataSet1();
- this.услугиTableAdapter = new Степанюк_Экзамен.Степанюк_Задание_ДЭDataSet1TableAdapters.УслугиTableAdapter();
- this.button1 = new System.Windows.Forms.Button();
- this.button2 = new System.Windows.Forms.Button();
- ((System.ComponentModel.ISupportInitialize)(this.степанюк_Задание_ДЭDataSet)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.степанюкЗаданиеДЭDataSetBindingSource)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.степанюкЗаданиеДЭDataSetBindingSource1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.услугиBindingSource)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.степанюк_Задание_ДЭDataSet1)).BeginInit();
- this.SuspendLayout();
- //
- // textBox1
- //
- this.textBox1.BackColor = System.Drawing.SystemColors.ActiveBorder;
- this.textBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.textBox1.Location = new System.Drawing.Point(317, 12);
- this.textBox1.Name = "textBox1";
- this.textBox1.Size = new System.Drawing.Size(167, 29);
- this.textBox1.TabIndex = 0;
- this.textBox1.Text = "Услуги салона";
- //
- // степанюк_Задание_ДЭDataSet
- //
- this.степанюк_Задание_ДЭDataSet.DataSetName = "Степанюк_Задание_ДЭDataSet";
- this.степанюк_Задание_ДЭDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // степанюкЗаданиеДЭDataSetBindingSource
- //
- this.степанюкЗаданиеДЭDataSetBindingSource.DataSource = this.степанюк_Задание_ДЭDataSet;
- this.степанюкЗаданиеДЭDataSetBindingSource.Position = 0;
- //
- // степанюкЗаданиеДЭDataSetBindingSource1
- //
- this.степанюкЗаданиеДЭDataSetBindingSource1.DataSource = this.степанюк_Задание_ДЭDataSet;
- this.степанюкЗаданиеДЭDataSetBindingSource1.Position = 0;
- //
- // dataGridView1
- //
- this.dataGridView1.AutoGenerateColumns = false;
- 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.dataGridView1.DataSource = this.услугиBindingSource;
- this.dataGridView1.Location = new System.Drawing.Point(3, 65);
- this.dataGridView1.Name = "dataGridView1";
- this.dataGridView1.Size = new System.Drawing.Size(645, 166);
- this.dataGridView1.TabIndex = 1;
- //
- // 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";
- //
- // услугиBindingSource
- //
- this.услугиBindingSource.DataMember = "Услуги";
- this.услугиBindingSource.DataSource = this.степанюк_Задание_ДЭDataSet1;
- //
- // степанюк_Задание_ДЭDataSet1
- //
- this.степанюк_Задание_ДЭDataSet1.DataSetName = "Степанюк_Задание_ДЭDataSet1";
- this.степанюк_Задание_ДЭDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // услугиTableAdapter
- //
- this.услугиTableAdapter.ClearBeforeFill = true;
- //
- // button1
- //
- this.button1.Location = new System.Drawing.Point(654, 84);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(121, 23);
- this.button1.TabIndex = 2;
- this.button1.Text = "Назад";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // button2
- //
- this.button2.Location = new System.Drawing.Point(654, 113);
- this.button2.Name = "button2";
- this.button2.Size = new System.Drawing.Size(121, 23);
- this.button2.TabIndex = 3;
- this.button2.Text = "Изменить данные";
- this.button2.UseVisualStyleBackColor = true;
- //
- // Form3
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.SystemColors.ActiveBorder;
- this.ClientSize = new System.Drawing.Size(800, 450);
- this.Controls.Add(this.button2);
- this.Controls.Add(this.button1);
- this.Controls.Add(this.dataGridView1);
- this.Controls.Add(this.textBox1);
- this.Name = "Form3";
- this.Text = "Form3";
- this.Load += new System.EventHandler(this.Form3_Load);
- ((System.ComponentModel.ISupportInitialize)(this.степанюк_Задание_ДЭDataSet)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.степанюкЗаданиеДЭDataSetBindingSource)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.степанюкЗаданиеДЭDataSetBindingSource1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.услугиBindingSource)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.степанюк_Задание_ДЭDataSet1)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.TextBox textBox1;
- private Степанюк_Задание_ДЭDataSet степанюк_Задание_ДЭDataSet;
- private System.Windows.Forms.BindingSource степанюкЗаданиеДЭDataSetBindingSource;
- private System.Windows.Forms.BindingSource степанюкЗаданиеДЭDataSetBindingSource1;
- private System.Windows.Forms.DataGridView dataGridView1;
- private Степанюк_Задание_ДЭDataSet1 степанюк_Задание_ДЭDataSet1;
- private System.Windows.Forms.BindingSource услугиBindingSource;
- private Степанюк_Задание_ДЭDataSet1TableAdapters.УслугиTableAdapter услугиTableAdapter;
- 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.Button button1;
- private System.Windows.Forms.Button button2;
- }
- }
|