namespace beautyprog
{
partial class Form3
{
///
/// 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();
this.button1 = new System.Windows.Forms.Button();
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.услугаDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.началооказанияуслугиDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.клиентDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this._AstapovYNISP_33DataSet)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.serviceclientBindingSource)).BeginInit();
this.SuspendLayout();
//
// button1
//
this.button1.Location = new System.Drawing.Point(381, 320);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 0;
this.button1.Text = "Записать";
this.button1.UseVisualStyleBackColor = true;
//
// dataGridView1
//
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.dataGridView1.DataSource = this.serviceclientBindingSource;
this.dataGridView1.Location = new System.Drawing.Point(204, 47);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.Size = new System.Drawing.Size(402, 229);
this.dataGridView1.TabIndex = 1;
//
// _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;
//
// услуга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";
//
// Form3
//
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.dataGridView1);
this.Controls.Add(this.button1);
this.Name = "Form3";
this.Text = "Form3";
this.Load += new System.EventHandler(this.Form3_Load);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this._AstapovYNISP_33DataSet)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.serviceclientBindingSource)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button button1;
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.DataGridViewTextBoxColumn услугаDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn началооказанияуслугиDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn клиентDataGridViewTextBoxColumn;
}
}