|
@@ -0,0 +1,178 @@
|
|
|
+
|
|
|
+namespace beautyprog
|
|
|
+{
|
|
|
+ partial class Form2
|
|
|
+ {
|
|
|
+ /// <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.dataGridView1 = new System.Windows.Forms.DataGridView();
|
|
|
+ this._AstapovYNISP_33DataSet = new beautyprog._AstapovYNISP_33DataSet();
|
|
|
+ this.serviceclientBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
|
|
+ this.serviceclientTableAdapter = new beautyprog._AstapovYNISP_33DataSetTableAdapters.serviceclientTableAdapter();
|
|
|
+ this.clientBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
|
|
+ this.clientTableAdapter = new beautyprog._AstapovYNISP_33DataSetTableAdapters.clientTableAdapter();
|
|
|
+ this.serviceBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
|
|
+ this.serviceTableAdapter = new beautyprog._AstapovYNISP_33DataSetTableAdapters.serviceTableAdapter();
|
|
|
+ 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.button1 = new System.Windows.Forms.Button();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this._AstapovYNISP_33DataSet)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.serviceclientBindingSource)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.clientBindingSource)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.serviceBindingSource)).BeginInit();
|
|
|
+ this.SuspendLayout();
|
|
|
+ //
|
|
|
+ // dataGridView1
|
|
|
+ //
|
|
|
+ this.dataGridView1.AllowUserToOrderColumns = true;
|
|
|
+ this.dataGridView1.AutoGenerateColumns = false;
|
|
|
+ this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
+ this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
+ this.наименованиеуслугиDataGridViewTextBoxColumn,
|
|
|
+ this.главноеизображениеDataGridViewTextBoxColumn,
|
|
|
+ this.длительностьDataGridViewTextBoxColumn,
|
|
|
+ this.стоимостьDataGridViewTextBoxColumn,
|
|
|
+ this.действующаяскидкаDataGridViewTextBoxColumn});
|
|
|
+ this.dataGridView1.DataSource = this.serviceBindingSource;
|
|
|
+ this.dataGridView1.Location = new System.Drawing.Point(42, 59);
|
|
|
+ this.dataGridView1.Name = "dataGridView1";
|
|
|
+ this.dataGridView1.Size = new System.Drawing.Size(746, 150);
|
|
|
+ this.dataGridView1.TabIndex = 0;
|
|
|
+ //
|
|
|
+ // _AstapovYNISP_33DataSet
|
|
|
+ //
|
|
|
+ this._AstapovYNISP_33DataSet.DataSetName = "_AstapovYNISP_33DataSet";
|
|
|
+ this._AstapovYNISP_33DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
|
|
|
+ //
|
|
|
+ // serviceclientBindingSource
|
|
|
+ //
|
|
|
+ this.serviceclientBindingSource.DataMember = "serviceclient";
|
|
|
+ this.serviceclientBindingSource.DataSource = this._AstapovYNISP_33DataSet;
|
|
|
+ //
|
|
|
+ // serviceclientTableAdapter
|
|
|
+ //
|
|
|
+ this.serviceclientTableAdapter.ClearBeforeFill = true;
|
|
|
+ //
|
|
|
+ // clientBindingSource
|
|
|
+ //
|
|
|
+ this.clientBindingSource.DataMember = "client";
|
|
|
+ this.clientBindingSource.DataSource = this._AstapovYNISP_33DataSet;
|
|
|
+ //
|
|
|
+ // clientTableAdapter
|
|
|
+ //
|
|
|
+ this.clientTableAdapter.ClearBeforeFill = true;
|
|
|
+ //
|
|
|
+ // serviceBindingSource
|
|
|
+ //
|
|
|
+ this.serviceBindingSource.DataMember = "service";
|
|
|
+ this.serviceBindingSource.DataSource = this._AstapovYNISP_33DataSet;
|
|
|
+ //
|
|
|
+ // serviceTableAdapter
|
|
|
+ //
|
|
|
+ this.serviceTableAdapter.ClearBeforeFill = 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";
|
|
|
+ //
|
|
|
+ // button1
|
|
|
+ //
|
|
|
+ this.button1.Location = new System.Drawing.Point(361, 268);
|
|
|
+ this.button1.Name = "button1";
|
|
|
+ this.button1.Size = new System.Drawing.Size(101, 47);
|
|
|
+ this.button1.TabIndex = 1;
|
|
|
+ this.button1.Text = "Редактировать";
|
|
|
+ this.button1.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // 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.button1);
|
|
|
+ this.Controls.Add(this.dataGridView1);
|
|
|
+ this.Name = "Form2";
|
|
|
+ this.Text = "Form2";
|
|
|
+ this.Load += new System.EventHandler(this.Form2_Load);
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this._AstapovYNISP_33DataSet)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.serviceclientBindingSource)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.clientBindingSource)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.serviceBindingSource)).EndInit();
|
|
|
+ this.ResumeLayout(false);
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ #endregion
|
|
|
+
|
|
|
+ private System.Windows.Forms.DataGridView dataGridView1;
|
|
|
+ private _AstapovYNISP_33DataSet _AstapovYNISP_33DataSet;
|
|
|
+ private System.Windows.Forms.BindingSource serviceclientBindingSource;
|
|
|
+ private _AstapovYNISP_33DataSetTableAdapters.serviceclientTableAdapter serviceclientTableAdapter;
|
|
|
+ private System.Windows.Forms.BindingSource clientBindingSource;
|
|
|
+ private _AstapovYNISP_33DataSetTableAdapters.clientTableAdapter clientTableAdapter;
|
|
|
+ private System.Windows.Forms.BindingSource serviceBindingSource;
|
|
|
+ private _AstapovYNISP_33DataSetTableAdapters.serviceTableAdapter serviceTableAdapter;
|
|
|
+ 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;
|
|
|
+ }
|
|
|
+}
|