namespace Ogurchenok_11 { 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form5)); 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.Windows.Forms.Label дата_возвратаLabel; System.Windows.Forms.Label код_книгLabel; this._Ogurchenok_11DataSet = new Ogurchenok_11._Ogurchenok_11DataSet(); this.экземплярыBindingSource = new System.Windows.Forms.BindingSource(this.components); this.экземплярыTableAdapter = new Ogurchenok_11._Ogurchenok_11DataSetTableAdapters.ЭкземплярыTableAdapter(); this.tableAdapterManager = new Ogurchenok_11._Ogurchenok_11DataSetTableAdapters.TableAdapterManager(); this.экземплярыBindingNavigator = 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.экземплярыBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton(); 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.дата_выдачиDateTimePicker = new System.Windows.Forms.DateTimePicker(); this.дата_возвратаDateTimePicker = new System.Windows.Forms.DateTimePicker(); 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(); код_экземпляра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(); дата_возвратаLabel = new System.Windows.Forms.Label(); код_книгLabel = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this._Ogurchenok_11DataSet)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.экземплярыBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.экземплярыBindingNavigator)).BeginInit(); this.экземплярыBindingNavigator.SuspendLayout(); this.SuspendLayout(); // // _Ogurchenok_11DataSet // this._Ogurchenok_11DataSet.DataSetName = "_Ogurchenok_11DataSet"; this._Ogurchenok_11DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // экземплярыBindingSource // this.экземплярыBindingSource.DataMember = "Экземпляры"; this.экземплярыBindingSource.DataSource = this._Ogurchenok_11DataSet; // // экземплярыTableAdapter // this.экземплярыTableAdapter.ClearBeforeFill = true; // // tableAdapterManager // this.tableAdapterManager.BackupDataSetBeforeUpdate = false; this.tableAdapterManager.UpdateOrder = Ogurchenok_11._Ogurchenok_11DataSetTableAdapters.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(800, 25); this.экземплярыBindingNavigator.TabIndex = 0; this.экземплярыBindingNavigator.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 = "Удалить"; // // экземпляры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, 23); this.экземплярыBindingNavigatorSaveItem.Text = "Сохранить данные"; this.экземплярыBindingNavigatorSaveItem.Click += new System.EventHandler(this.экземплярыBindingNavigatorSaveItem_Click); // // код_экземпляраLabel // код_экземпляраLabel.AutoSize = true; код_экземпляраLabel.Location = new System.Drawing.Point(82, 96); код_экземпляраLabel.Name = "код_экземпляраLabel"; код_экземпляраLabel.Size = new System.Drawing.Size(94, 13); код_экземпляраLabel.TabIndex = 1; код_экземпляраLabel.Text = "Код экземпляра:"; // // код_экземпляраTextBox // this.код_экземпляраTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.экземплярыBindingSource, "Код экземпляра", true)); this.код_экземпляраTextBox.Location = new System.Drawing.Point(182, 93); this.код_экземпляраTextBox.Name = "код_экземпляраTextBox"; this.код_экземпляраTextBox.Size = new System.Drawing.Size(100, 20); this.код_экземпляраTextBox.TabIndex = 2; // // шифр_книгиLabel // шифр_книгиLabel.AutoSize = true; шифр_книгиLabel.Location = new System.Drawing.Point(106, 122); шифр_книгиLabel.Name = "шифр_книгиLabel"; шифр_книгиLabel.Size = new System.Drawing.Size(70, 13); шифр_книгиLabel.TabIndex = 3; шифр_книгиLabel.Text = "шифр книги:"; // // шифр_книгиTextBox // this.шифр_книгиTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.экземплярыBindingSource, "шифр книги", true)); this.шифр_книгиTextBox.Location = new System.Drawing.Point(182, 119); this.шифр_книгиTextBox.Name = "шифр_книгиTextBox"; this.шифр_книгиTextBox.Size = new System.Drawing.Size(100, 20); this.шифр_книгиTextBox.TabIndex = 4; // // количество_экземпляровLabel // количество_экземпляровLabel.AutoSize = true; количество_экземпляровLabel.Location = new System.Drawing.Point(37, 148); количество_экземпляровLabel.Name = "количество_экземпляровLabel"; количество_экземпляровLabel.Size = new System.Drawing.Size(139, 13); количество_экземпляровLabel.TabIndex = 5; количество_экземпляровLabel.Text = "количество экземпляров:"; // // количество_экземпляровTextBox // this.количество_экземпляровTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.экземплярыBindingSource, "количество экземпляров", true)); this.количество_экземпляровTextBox.Location = new System.Drawing.Point(182, 145); this.количество_экземпляровTextBox.Name = "количество_экземпляровTextBox"; this.количество_экземпляровTextBox.Size = new System.Drawing.Size(100, 20); this.количество_экземпляровTextBox.TabIndex = 6; // // инвентарный_номерLabel // инвентарный_номерLabel.AutoSize = true; инвентарный_номерLabel.Location = new System.Drawing.Point(62, 174); инвентарный_номерLabel.Name = "инвентарный_номерLabel"; инвентарный_номерLabel.Size = new System.Drawing.Size(114, 13); инвентарный_номерLabel.TabIndex = 7; инвентарный_номерLabel.Text = "Инвентарный номер:"; // // инвентарный_номерTextBox // this.инвентарный_номерTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.экземплярыBindingSource, "Инвентарный номер", true)); this.инвентарный_номерTextBox.Location = new System.Drawing.Point(182, 171); this.инвентарный_номерTextBox.Name = "инвентарный_номерTextBox"; this.инвентарный_номерTextBox.Size = new System.Drawing.Size(100, 20); this.инвентарный_номерTextBox.TabIndex = 8; // // дата_выдачиLabel // дата_выдачиLabel.AutoSize = true; дата_выдачиLabel.Location = new System.Drawing.Point(100, 201); дата_выдачиLabel.Name = "дата_выдачиLabel"; дата_выдачиLabel.Size = new System.Drawing.Size(76, 13); дата_выдачиLabel.TabIndex = 9; дата_выдачиLabel.Text = "Дата выдачи:"; // // дата_выдачиDateTimePicker // this.дата_выдачиDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.экземплярыBindingSource, "Дата выдачи", true)); this.дата_выдачиDateTimePicker.Location = new System.Drawing.Point(182, 197); this.дата_выдачиDateTimePicker.Name = "дата_выдачиDateTimePicker"; this.дата_выдачиDateTimePicker.Size = new System.Drawing.Size(200, 20); this.дата_выдачиDateTimePicker.TabIndex = 10; // // дата_возвратаLabel // дата_возвратаLabel.AutoSize = true; дата_возвратаLabel.Location = new System.Drawing.Point(90, 227); дата_возвратаLabel.Name = "дата_возвратаLabel"; дата_возвратаLabel.Size = new System.Drawing.Size(86, 13); дата_возвратаLabel.TabIndex = 11; дата_возвратаLabel.Text = "Дата возврата:"; // // дата_возвратаDateTimePicker // this.дата_возвратаDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.экземплярыBindingSource, "Дата возврата", true)); this.дата_возвратаDateTimePicker.Location = new System.Drawing.Point(182, 223); this.дата_возвратаDateTimePicker.Name = "дата_возвратаDateTimePicker"; this.дата_возвратаDateTimePicker.Size = new System.Drawing.Size(200, 20); this.дата_возвратаDateTimePicker.TabIndex = 12; // // код_книгLabel // код_книгLabel.AutoSize = true; код_книгLabel.Location = new System.Drawing.Point(121, 252); код_книгLabel.Name = "код_книгLabel"; код_книгLabel.Size = new System.Drawing.Size(55, 13); код_книгLabel.TabIndex = 13; код_книгLabel.Text = "Код книг:"; // // код_книгTextBox // this.код_книгTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.экземплярыBindingSource, "Код книг", true)); this.код_книгTextBox.Location = new System.Drawing.Point(182, 249); this.код_книгTextBox.Name = "код_книгTextBox"; this.код_книгTextBox.Size = new System.Drawing.Size(100, 20); this.код_книгTextBox.TabIndex = 14; // // button1 // this.button1.Location = new System.Drawing.Point(124, 339); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(75, 23); this.button1.TabIndex = 15; this.button1.Text = "Добавить"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // button2 // this.button2.Location = new System.Drawing.Point(216, 339); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(75, 23); this.button2.TabIndex = 16; this.button2.Text = "Сохранить"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // button3 // this.button3.Location = new System.Drawing.Point(307, 339); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(75, 23); this.button3.TabIndex = 17; this.button3.Text = "Удалить"; this.button3.UseVisualStyleBackColor = true; this.button3.Click += new System.EventHandler(this.button3_Click); // // Form5 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 470); 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.дата_возвратаDateTimePicker); this.Controls.Add(дата_выдачиLabel); this.Controls.Add(this.дата_выдачиDateTimePicker); 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.экземплярыBindingNavigator); this.Name = "Form5"; this.Text = "Таблица экземпляра (изм)"; this.Load += new System.EventHandler(this.Form5_Load); ((System.ComponentModel.ISupportInitialize)(this._Ogurchenok_11DataSet)).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 _Ogurchenok_11DataSet _Ogurchenok_11DataSet; private System.Windows.Forms.BindingSource экземплярыBindingSource; private _Ogurchenok_11DataSetTableAdapters.ЭкземплярыTableAdapter экземплярыTableAdapter; private _Ogurchenok_11DataSetTableAdapters.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.TextBox количество_экземпляровTextBox; private System.Windows.Forms.TextBox инвентарный_номерTextBox; private System.Windows.Forms.DateTimePicker дата_выдачиDateTimePicker; private System.Windows.Forms.DateTimePicker дата_возвратаDateTimePicker; private System.Windows.Forms.TextBox код_книгTextBox; private System.Windows.Forms.Button button1; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button3; } }