namespace LesnichukEvgenuiAleksandrovich_19
{
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.Windows.Forms.Label фамилияLabel;
System.Windows.Forms.Label имяLabel;
System.Windows.Forms.Label отчествоLabel;
System.Windows.Forms.Label адресLabel;
System.Windows.Forms.Label телефонLabel;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form2));
this._LesnichukEvgenuiAleksandrovich_19DataSet = new LesnichukEvgenuiAleksandrovich_19._LesnichukEvgenuiAleksandrovich_19DataSet();
this.читательBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.читательTableAdapter = new LesnichukEvgenuiAleksandrovich_19._LesnichukEvgenuiAleksandrovich_19DataSetTableAdapters.ЧитательTableAdapter();
this.tableAdapterManager = new LesnichukEvgenuiAleksandrovich_19._LesnichukEvgenuiAleksandrovich_19DataSetTableAdapters.TableAdapterManager();
this.читательBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
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.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.читательBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
this.читательDataGridView = 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.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.фамилияTextBox = new System.Windows.Forms.TextBox();
this.имяTextBox = new System.Windows.Forms.TextBox();
this.отчествоTextBox = new System.Windows.Forms.TextBox();
this.адресTextBox = new System.Windows.Forms.TextBox();
this.телефонTextBox = new System.Windows.Forms.TextBox();
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.button4 = new System.Windows.Forms.Button();
this.button5 = new System.Windows.Forms.Button();
фамилияLabel = new System.Windows.Forms.Label();
имяLabel = new System.Windows.Forms.Label();
отчествоLabel = new System.Windows.Forms.Label();
адресLabel = new System.Windows.Forms.Label();
телефонLabel = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this._LesnichukEvgenuiAleksandrovich_19DataSet)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.читательBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.читательBindingNavigator)).BeginInit();
this.читательBindingNavigator.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.читательDataGridView)).BeginInit();
this.SuspendLayout();
//
// фамилияLabel
//
фамилияLabel.AutoSize = true;
фамилияLabel.Location = new System.Drawing.Point(12, 221);
фамилияLabel.Name = "фамилияLabel";
фамилияLabel.Size = new System.Drawing.Size(77, 18);
фамилияLabel.TabIndex = 2;
фамилияLabel.Text = "Фамилия:";
//
// имяLabel
//
имяLabel.AutoSize = true;
имяLabel.Location = new System.Drawing.Point(47, 251);
имяLabel.Name = "имяLabel";
имяLabel.Size = new System.Drawing.Size(42, 18);
имяLabel.TabIndex = 4;
имяLabel.Text = "Имя:";
//
// отчествоLabel
//
отчествоLabel.AutoSize = true;
отчествоLabel.Location = new System.Drawing.Point(10, 281);
отчествоLabel.Name = "отчествоLabel";
отчествоLabel.Size = new System.Drawing.Size(79, 18);
отчествоLabel.TabIndex = 6;
отчествоLabel.Text = "Отчество:";
//
// адресLabel
//
адресLabel.AutoSize = true;
адресLabel.Location = new System.Drawing.Point(35, 311);
адресLabel.Name = "адресLabel";
адресLabel.Size = new System.Drawing.Size(54, 18);
адресLabel.TabIndex = 8;
адресLabel.Text = "Адрес:";
//
// телефонLabel
//
телефонLabel.AutoSize = true;
телефонLabel.Location = new System.Drawing.Point(13, 341);
телефонLabel.Name = "телефонLabel";
телефонLabel.Size = new System.Drawing.Size(76, 18);
телефонLabel.TabIndex = 10;
телефонLabel.Text = "Телефон:";
//
// _LesnichukEvgenuiAleksandrovich_19DataSet
//
this._LesnichukEvgenuiAleksandrovich_19DataSet.DataSetName = "_LesnichukEvgenuiAleksandrovich_19DataSet";
this._LesnichukEvgenuiAleksandrovich_19DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// читательBindingSource
//
this.читательBindingSource.DataMember = "Читатель";
this.читательBindingSource.DataSource = this._LesnichukEvgenuiAleksandrovich_19DataSet;
//
// читательTableAdapter
//
this.читательTableAdapter.ClearBeforeFill = true;
//
// tableAdapterManager
//
this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
this.tableAdapterManager.UpdateOrder = LesnichukEvgenuiAleksandrovich_19._LesnichukEvgenuiAleksandrovich_19DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
this.tableAdapterManager.БиблиотекарьTableAdapter = null;
this.tableAdapterManager.ВыдачаTableAdapter = null;
this.tableAdapterManager.ЗалTableAdapter = null;
this.tableAdapterManager.КнигаTableAdapter = null;
this.tableAdapterManager.ЧитательTableAdapter = this.читательTableAdapter;
//
// читательBindingNavigator
//
this.читательBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
this.читательBindingNavigator.BindingSource = this.читательBindingSource;
this.читательBindingNavigator.CountItem = this.bindingNavigatorCountItem;
this.читательBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
this.читательBindingNavigator.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.читательBindingNavigatorSaveItem});
this.читательBindingNavigator.Location = new System.Drawing.Point(0, 0);
this.читательBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
this.читательBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
this.читательBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
this.читательBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
this.читательBindingNavigator.Name = "читательBindingNavigator";
this.читательBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
this.читательBindingNavigator.Size = new System.Drawing.Size(683, 25);
this.читательBindingNavigator.TabIndex = 0;
this.читательBindingNavigator.Text = "bindingNavigator1";
//
// 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 = "Добавить";
//
// bindingNavigatorCountItem
//
this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
this.bindingNavigatorCountItem.Size = new System.Drawing.Size(43, 22);
this.bindingNavigatorCountItem.Text = "для {0}";
this.bindingNavigatorCountItem.ToolTipText = "Общее число элементов";
//
// 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, 22);
this.bindingNavigatorDeleteItem.Text = "Удалить";
//
// 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.Font = new System.Drawing.Font("Segoe UI", 9F);
this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
this.bindingNavigatorPositionItem.Text = "0";
this.bindingNavigatorPositionItem.ToolTipText = "Текущее положение";
//
// bindingNavigatorSeparator1
//
this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
//
// 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, 22);
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, 22);
this.bindingNavigatorMoveLastItem.Text = "Переместить в конец";
//
// bindingNavigatorSeparator2
//
this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
//
// читательBindingNavigatorSaveItem
//
this.читательBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.читательBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("читательBindingNavigatorSaveItem.Image")));
this.читательBindingNavigatorSaveItem.Name = "читательBindingNavigatorSaveItem";
this.читательBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 22);
this.читательBindingNavigatorSaveItem.Text = "Сохранить данные";
this.читательBindingNavigatorSaveItem.Click += new System.EventHandler(this.читательBindingNavigatorSaveItem_Click);
//
// читательDataGridView
//
this.читательDataGridView.AutoGenerateColumns = false;
this.читательDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.читательDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.dataGridViewTextBoxColumn1,
this.dataGridViewTextBoxColumn2,
this.dataGridViewTextBoxColumn3,
this.dataGridViewTextBoxColumn4,
this.dataGridViewTextBoxColumn5,
this.dataGridViewTextBoxColumn6});
this.читательDataGridView.DataSource = this.читательBindingSource;
this.читательDataGridView.Location = new System.Drawing.Point(12, 28);
this.читательDataGridView.Name = "читательDataGridView";
this.читательDataGridView.Size = new System.Drawing.Size(651, 164);
this.читательDataGridView.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";
//
// dataGridViewTextBoxColumn4
//
this.dataGridViewTextBoxColumn4.DataPropertyName = "Отчество";
this.dataGridViewTextBoxColumn4.HeaderText = "Отчество";
this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
//
// dataGridViewTextBoxColumn5
//
this.dataGridViewTextBoxColumn5.DataPropertyName = "Адрес";
this.dataGridViewTextBoxColumn5.HeaderText = "Адрес";
this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
//
// dataGridViewTextBoxColumn6
//
this.dataGridViewTextBoxColumn6.DataPropertyName = "Телефон";
this.dataGridViewTextBoxColumn6.HeaderText = "Телефон";
this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
//
// фамилияTextBox
//
this.фамилияTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.читательBindingSource, "Фамилия", true));
this.фамилияTextBox.Location = new System.Drawing.Point(95, 218);
this.фамилияTextBox.Name = "фамилияTextBox";
this.фамилияTextBox.Size = new System.Drawing.Size(100, 24);
this.фамилияTextBox.TabIndex = 3;
//
// имяTextBox
//
this.имяTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.читательBindingSource, "Имя", true));
this.имяTextBox.Location = new System.Drawing.Point(95, 248);
this.имяTextBox.Name = "имяTextBox";
this.имяTextBox.Size = new System.Drawing.Size(100, 24);
this.имяTextBox.TabIndex = 5;
//
// отчествоTextBox
//
this.отчествоTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.читательBindingSource, "Отчество", true));
this.отчествоTextBox.Location = new System.Drawing.Point(95, 278);
this.отчествоTextBox.Name = "отчествоTextBox";
this.отчествоTextBox.Size = new System.Drawing.Size(100, 24);
this.отчествоTextBox.TabIndex = 7;
//
// адресTextBox
//
this.адресTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.читательBindingSource, "Адрес", true));
this.адресTextBox.Location = new System.Drawing.Point(95, 308);
this.адресTextBox.Name = "адресTextBox";
this.адресTextBox.Size = new System.Drawing.Size(100, 24);
this.адресTextBox.TabIndex = 9;
//
// телефонTextBox
//
this.телефонTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.читательBindingSource, "Телефон", true));
this.телефонTextBox.Location = new System.Drawing.Point(95, 338);
this.телефонTextBox.Name = "телефонTextBox";
this.телефонTextBox.Size = new System.Drawing.Size(100, 24);
this.телефонTextBox.TabIndex = 11;
//
// button1
//
this.button1.Location = new System.Drawing.Point(60, 400);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(104, 37);
this.button1.TabIndex = 12;
this.button1.Text = "Следующий";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(170, 400);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(110, 37);
this.button2.TabIndex = 13;
this.button2.Text = "Предыдущий";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// button3
//
this.button3.Location = new System.Drawing.Point(286, 400);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(110, 37);
this.button3.TabIndex = 14;
this.button3.Text = "Удалить";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// button4
//
this.button4.Location = new System.Drawing.Point(402, 400);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(110, 37);
this.button4.TabIndex = 15;
this.button4.Text = "Добавить";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// button5
//
this.button5.Location = new System.Drawing.Point(518, 400);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(110, 37);
this.button5.TabIndex = 16;
this.button5.Text = "Сохранить";
this.button5.UseVisualStyleBackColor = true;
this.button5.Click += new System.EventHandler(this.button5_Click);
//
// Form2
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(683, 449);
this.Controls.Add(this.button5);
this.Controls.Add(this.button4);
this.Controls.Add(this.button3);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Controls.Add(телефонLabel);
this.Controls.Add(this.телефонTextBox);
this.Controls.Add(адресLabel);
this.Controls.Add(this.адресTextBox);
this.Controls.Add(отчествоLabel);
this.Controls.Add(this.отчествоTextBox);
this.Controls.Add(имяLabel);
this.Controls.Add(this.имяTextBox);
this.Controls.Add(фамилияLabel);
this.Controls.Add(this.фамилияTextBox);
this.Controls.Add(this.читательDataGridView);
this.Controls.Add(this.читательBindingNavigator);
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.Margin = new System.Windows.Forms.Padding(4);
this.Name = "Form2";
this.Text = "Форма читателей";
this.Load += new System.EventHandler(this.Form2_Load);
((System.ComponentModel.ISupportInitialize)(this._LesnichukEvgenuiAleksandrovich_19DataSet)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.читательBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.читательBindingNavigator)).EndInit();
this.читательBindingNavigator.ResumeLayout(false);
this.читательBindingNavigator.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.читательDataGridView)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private _LesnichukEvgenuiAleksandrovich_19DataSet _LesnichukEvgenuiAleksandrovich_19DataSet;
private System.Windows.Forms.BindingSource читательBindingSource;
private _LesnichukEvgenuiAleksandrovich_19DataSetTableAdapters.ЧитательTableAdapter читательTableAdapter;
private _LesnichukEvgenuiAleksandrovich_19DataSetTableAdapters.TableAdapterManager tableAdapterManager;
private System.Windows.Forms.BindingNavigator читательBindingNavigator;
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 читательBindingNavigatorSaveItem;
private System.Windows.Forms.DataGridView читательDataGridView;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
private System.Windows.Forms.TextBox фамилияTextBox;
private System.Windows.Forms.TextBox имяTextBox;
private System.Windows.Forms.TextBox отчествоTextBox;
private System.Windows.Forms.TextBox адресTextBox;
private System.Windows.Forms.TextBox телефонTextBox;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Button button5;
}
}