namespace form
{
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();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form3));
this._Zuruanov_I__ISP_33DataSet = new form._Zuruanov_I__ISP_33DataSet();
this.hhmhgmBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.hhmhgmTableAdapter = new form._Zuruanov_I__ISP_33DataSetTableAdapters.hhmhgmTableAdapter();
this.tableAdapterManager = new form._Zuruanov_I__ISP_33DataSetTableAdapters.TableAdapterManager();
this.hhmhgmBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
this.hhmhgmBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
this.hhmhgmDataGridView = new System.Windows.Forms.DataGridView();
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.button1 = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this._Zuruanov_I__ISP_33DataSet)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.hhmhgmBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.hhmhgmBindingNavigator)).BeginInit();
this.hhmhgmBindingNavigator.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.hhmhgmDataGridView)).BeginInit();
this.SuspendLayout();
//
// _Zuruanov_I__ISP_33DataSet
//
this._Zuruanov_I__ISP_33DataSet.DataSetName = "_Zuruanov_I__ISP_33DataSet";
this._Zuruanov_I__ISP_33DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// hhmhgmBindingSource
//
this.hhmhgmBindingSource.DataMember = "hhmhgm";
this.hhmhgmBindingSource.DataSource = this._Zuruanov_I__ISP_33DataSet;
//
// hhmhgmTableAdapter
//
this.hhmhgmTableAdapter.ClearBeforeFill = true;
//
// tableAdapterManager
//
this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
this.tableAdapterManager.gfgfTableAdapter = null;
this.tableAdapterManager.hhmhgmTableAdapter = this.hhmhgmTableAdapter;
this.tableAdapterManager.service_b_importTableAdapter = null;
this.tableAdapterManager.UpdateOrder = form._Zuruanov_I__ISP_33DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
//
// hhmhgmBindingNavigator
//
this.hhmhgmBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
this.hhmhgmBindingNavigator.BindingSource = this.hhmhgmBindingSource;
this.hhmhgmBindingNavigator.CountItem = this.bindingNavigatorCountItem;
this.hhmhgmBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
this.hhmhgmBindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.bindingNavigatorMoveFirstItem,
this.bindingNavigatorMovePreviousItem,
this.bindingNavigatorSeparator,
this.bindingNavigatorPositionItem,
this.bindingNavigatorCountItem,
this.bindingNavigatorSeparator1,
this.bindingNavigatorMoveNextItem,
this.bindingNavigatorMoveLastItem,
this.bindingNavigatorSeparator2,
this.bindingNavigatorAddNewItem,
this.bindingNavigatorDeleteItem,
this.hhmhgmBindingNavigatorSaveItem});
this.hhmhgmBindingNavigator.Location = new System.Drawing.Point(0, 0);
this.hhmhgmBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
this.hhmhgmBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
this.hhmhgmBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
this.hhmhgmBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
this.hhmhgmBindingNavigator.Name = "hhmhgmBindingNavigator";
this.hhmhgmBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
this.hhmhgmBindingNavigator.Size = new System.Drawing.Size(800, 25);
this.hhmhgmBindingNavigator.TabIndex = 0;
this.hhmhgmBindingNavigator.Text = "bindingNavigator1";
//
// bindingNavigatorMoveFirstItem
//
this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
this.bindingNavigatorMoveFirstItem.Text = "Переместить в начало";
//
// bindingNavigatorMovePreviousItem
//
this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
this.bindingNavigatorMovePreviousItem.Text = "Переместить назад";
//
// bindingNavigatorSeparator
//
this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
//
// bindingNavigatorPositionItem
//
this.bindingNavigatorPositionItem.AccessibleName = "Положение";
this.bindingNavigatorPositionItem.AutoSize = false;
this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
this.bindingNavigatorPositionItem.Text = "0";
this.bindingNavigatorPositionItem.ToolTipText = "Текущее положение";
//
// bindingNavigatorCountItem
//
this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
this.bindingNavigatorCountItem.Size = new System.Drawing.Size(43, 15);
this.bindingNavigatorCountItem.Text = "для {0}";
this.bindingNavigatorCountItem.ToolTipText = "Общее число элементов";
//
// bindingNavigatorSeparator1
//
this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator";
this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 6);
//
// bindingNavigatorMoveNextItem
//
this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 20);
this.bindingNavigatorMoveNextItem.Text = "Переместить вперед";
//
// bindingNavigatorMoveLastItem
//
this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 20);
this.bindingNavigatorMoveLastItem.Text = "Переместить в конец";
//
// bindingNavigatorSeparator2
//
this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator";
this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 6);
//
// bindingNavigatorAddNewItem
//
this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
this.bindingNavigatorAddNewItem.Text = "Добавить";
//
// bindingNavigatorDeleteItem
//
this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 20);
this.bindingNavigatorDeleteItem.Text = "Удалить";
//
// hhmhgmBindingNavigatorSaveItem
//
this.hhmhgmBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.hhmhgmBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("hhmhgmBindingNavigatorSaveItem.Image")));
this.hhmhgmBindingNavigatorSaveItem.Name = "hhmhgmBindingNavigatorSaveItem";
this.hhmhgmBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 23);
this.hhmhgmBindingNavigatorSaveItem.Text = "Сохранить данные";
this.hhmhgmBindingNavigatorSaveItem.Click += new System.EventHandler(this.hhmhgmBindingNavigatorSaveItem_Click);
//
// hhmhgmDataGridView
//
this.hhmhgmDataGridView.AutoGenerateColumns = false;
this.hhmhgmDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.hhmhgmDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.dataGridViewTextBoxColumn1,
this.dataGridViewTextBoxColumn2,
this.dataGridViewTextBoxColumn3});
this.hhmhgmDataGridView.DataSource = this.hhmhgmBindingSource;
this.hhmhgmDataGridView.Location = new System.Drawing.Point(136, 79);
this.hhmhgmDataGridView.Name = "hhmhgmDataGridView";
this.hhmhgmDataGridView.Size = new System.Drawing.Size(519, 186);
this.hhmhgmDataGridView.TabIndex = 1;
//
// dataGridViewTextBoxColumn1
//
this.dataGridViewTextBoxColumn1.DataPropertyName = "Услуга";
this.dataGridViewTextBoxColumn1.HeaderText = "Услуга";
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
//
// dataGridViewTextBoxColumn2
//
this.dataGridViewTextBoxColumn2.DataPropertyName = "Начало_оказания_услуги";
this.dataGridViewTextBoxColumn2.HeaderText = "Начало_оказания_услуги";
this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
//
// dataGridViewTextBoxColumn3
//
this.dataGridViewTextBoxColumn3.DataPropertyName = "Клиент";
this.dataGridViewTextBoxColumn3.HeaderText = "Клиент";
this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
//
// button1
//
this.button1.Location = new System.Drawing.Point(409, 312);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 2;
this.button1.Text = "button1";
this.button1.UseVisualStyleBackColor = true;
//
// Form3
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 501);
this.Controls.Add(this.button1);
this.Controls.Add(this.hhmhgmDataGridView);
this.Controls.Add(this.hhmhgmBindingNavigator);
this.Name = "Form3";
this.Text = "Form3";
this.Load += new System.EventHandler(this.Form3_Load);
((System.ComponentModel.ISupportInitialize)(this._Zuruanov_I__ISP_33DataSet)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.hhmhgmBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.hhmhgmBindingNavigator)).EndInit();
this.hhmhgmBindingNavigator.ResumeLayout(false);
this.hhmhgmBindingNavigator.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.hhmhgmDataGridView)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private _Zuruanov_I__ISP_33DataSet _Zuruanov_I__ISP_33DataSet;
private System.Windows.Forms.BindingSource hhmhgmBindingSource;
private _Zuruanov_I__ISP_33DataSetTableAdapters.hhmhgmTableAdapter hhmhgmTableAdapter;
private _Zuruanov_I__ISP_33DataSetTableAdapters.TableAdapterManager tableAdapterManager;
private System.Windows.Forms.BindingNavigator hhmhgmBindingNavigator;
private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
private System.Windows.Forms.ToolStripButton hhmhgmBindingNavigatorSaveItem;
private System.Windows.Forms.DataGridView hhmhgmDataGridView;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
private System.Windows.Forms.Button button1;
}
}