namespace WindowsFormsApp2
{
partial class Form5
{
///
/// 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form5));
this.label1 = new System.Windows.Forms.Label();
this.рожков_БиблиотекаDataSet = new WindowsFormsApp2.Рожков_БиблиотекаDataSet();
this.читателиBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.читателиTableAdapter = new WindowsFormsApp2.Рожков_БиблиотекаDataSetTableAdapters.ЧитателиTableAdapter();
this.tableAdapterManager = new WindowsFormsApp2.Рожков_БиблиотекаDataSetTableAdapters.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.ф_И_О__читателяTextBox = new System.Windows.Forms.TextBox();
this.адресTextBox = new System.Windows.Forms.TextBox();
this.button1 = new System.Windows.Forms.Button();
this.maskedTextBox1 = new System.Windows.Forms.MaskedTextBox();
this.выдача_книгиTableAdapter1 = new WindowsFormsApp2.Рожков_БиблиотекаDataSetTableAdapters.Выдача_книгиTableAdapter();
this.button2 = new System.Windows.Forms.Button();
ф_И_О__читателяLabel = new System.Windows.Forms.Label();
адресLabel = new System.Windows.Forms.Label();
телефонLabel = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.рожков_БиблиотекаDataSet)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.читателиBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.читателиBindingNavigator)).BeginInit();
this.читателиBindingNavigator.SuspendLayout();
this.SuspendLayout();
//
// ф_И_О__читателяLabel
//
ф_И_О__читателяLabel.AutoSize = true;
ф_И_О__читателяLabel.Location = new System.Drawing.Point(108, 156);
ф_И_О__читателяLabel.Name = "ф_И_О__читателяLabel";
ф_И_О__читателяLabel.Size = new System.Drawing.Size(94, 13);
ф_И_О__читателяLabel.TabIndex = 2;
ф_И_О__читателяLabel.Text = "Ф И О читателя:";
//
// адресLabel
//
адресLabel.AutoSize = true;
адресLabel.Location = new System.Drawing.Point(161, 193);
адресLabel.Name = "адресLabel";
адресLabel.Size = new System.Drawing.Size(41, 13);
адресLabel.TabIndex = 4;
адресLabel.Text = "Адрес:";
//
// телефонLabel
//
телефонLabel.AutoSize = true;
телефонLabel.Location = new System.Drawing.Point(147, 224);
телефонLabel.Name = "телефонLabel";
телефонLabel.Size = new System.Drawing.Size(55, 13);
телефонLabel.TabIndex = 6;
телефонLabel.Text = "Телефон:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label1.ForeColor = System.Drawing.SystemColors.Highlight;
this.label1.Location = new System.Drawing.Point(138, 82);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(188, 24);
this.label1.TabIndex = 0;
this.label1.Text = "Таблица \"Читатели\"";
//
// рожков_БиблиотекаDataSet
//
this.рожков_БиблиотекаDataSet.DataSetName = "Рожков_БиблиотекаDataSet";
this.рожков_БиблиотекаDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// читателиBindingSource
//
this.читателиBindingSource.DataMember = "Читатели";
this.читателиBindingSource.DataSource = this.рожков_БиблиотекаDataSet;
this.читателиBindingSource.CurrentChanged += new System.EventHandler(this.читателиBindingSource_CurrentChanged);
//
// читателиTableAdapter
//
this.читателиTableAdapter.ClearBeforeFill = true;
//
// tableAdapterManager
//
this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
this.tableAdapterManager.UpdateOrder = WindowsFormsApp2.Рожков_БиблиотекаDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
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(463, 25);
this.читателиBindingNavigator.TabIndex = 1;
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);
//
// ф_И_О__читателяTextBox
//
this.ф_И_О__читателяTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.читателиBindingSource, "Ф_И_О_ читателя", true));
this.ф_И_О__читателяTextBox.Location = new System.Drawing.Point(208, 153);
this.ф_И_О__читателяTextBox.Name = "ф_И_О__читателяTextBox";
this.ф_И_О__читателяTextBox.Size = new System.Drawing.Size(100, 20);
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(208, 190);
this.адресTextBox.Name = "адресTextBox";
this.адресTextBox.Size = new System.Drawing.Size(100, 20);
this.адресTextBox.TabIndex = 5;
//
// button1
//
this.button1.Location = new System.Drawing.Point(51, 298);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 8;
this.button1.Text = "Назад";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// maskedTextBox1
//
this.maskedTextBox1.Location = new System.Drawing.Point(208, 224);
this.maskedTextBox1.Mask = "+7 (999) 000-0000";
this.maskedTextBox1.Name = "maskedTextBox1";
this.maskedTextBox1.Size = new System.Drawing.Size(100, 20);
this.maskedTextBox1.TabIndex = 9;
this.maskedTextBox1.MaskInputRejected += new System.Windows.Forms.MaskInputRejectedEventHandler(this.maskedTextBox1_MaskInputRejected);
//
// выдача_книгиTableAdapter1
//
this.выдача_книгиTableAdapter1.ClearBeforeFill = true;
//
// button2
//
this.button2.Location = new System.Drawing.Point(51, 343);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 23);
this.button2.TabIndex = 10;
this.button2.Text = "Таблица";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click_1);
//
// Form5
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(463, 457);
this.Controls.Add(this.button2);
this.Controls.Add(this.maskedTextBox1);
this.Controls.Add(this.button1);
this.Controls.Add(телефонLabel);
this.Controls.Add(адресLabel);
this.Controls.Add(this.адресTextBox);
this.Controls.Add(ф_И_О__читателяLabel);
this.Controls.Add(this.ф_И_О__читателяTextBox);
this.Controls.Add(this.читателиBindingNavigator);
this.Controls.Add(this.label1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "Form5";
this.Text = "Таблица \"Читатели\"";
this.Load += new System.EventHandler(this.Form5_Load);
((System.ComponentModel.ISupportInitialize)(this.рожков_БиблиотекаDataSet)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.читателиBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.читателиBindingNavigator)).EndInit();
this.читателиBindingNavigator.ResumeLayout(false);
this.читателиBindingNavigator.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private Рожков_БиблиотекаDataSet рожков_БиблиотекаDataSet;
private System.Windows.Forms.BindingSource читателиBindingSource;
private Рожков_БиблиотекаDataSetTableAdapters.ЧитателиTableAdapter читателиTableAdapter;
private Рожков_БиблиотекаDataSetTableAdapters.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.TextBox ф_И_О__читателяTextBox;
private System.Windows.Forms.TextBox адресTextBox;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.MaskedTextBox maskedTextBox1;
private Рожков_БиблиотекаDataSetTableAdapters.Выдача_книгиTableAdapter выдача_книгиTableAdapter1;
private System.Windows.Forms.Button button2;
}
}