namespace LesnichukEvgenuiAleksandrovich_19 { 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.Windows.Forms.Label названиеLabel; System.Windows.Forms.Label количество_страницLabel; System.Windows.Forms.Label авторLabel; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form3)); 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.названиеTextBox = new System.Windows.Forms.TextBox(); this.количество_страницTextBox = new System.Windows.Forms.TextBox(); this.авторTextBox = new System.Windows.Forms.TextBox(); this.button3 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.button1 = 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(); ((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(65, 326); названиеLabel.Name = "названиеLabel"; названиеLabel.Size = new System.Drawing.Size(60, 13); названиеLabel.TabIndex = 2; названиеLabel.Text = "Название:"; // // количество_страницLabel // количество_страницLabel.AutoSize = true; количество_страницLabel.Location = new System.Drawing.Point(12, 352); количество_страницLabel.Name = "количество_страницLabel"; количество_страницLabel.Size = new System.Drawing.Size(113, 13); количество_страницLabel.TabIndex = 4; количество_страницLabel.Text = "Количество страниц:"; // // авторLabel // авторLabel.AutoSize = true; авторLabel.Location = new System.Drawing.Point(85, 381); авторLabel.Name = "авторLabel"; авторLabel.Size = new System.Drawing.Size(40, 13); авторLabel.TabIndex = 6; автор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 = this.книгаTableAdapter; this.tableAdapterManager.ЧитательTableAdapter = null; // // книга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(482, 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.книгаDataGridView.DataSource = this.книгаBindingSource; this.книгаDataGridView.Location = new System.Drawing.Point(12, 39); this.книгаDataGridView.Name = "книгаDataGridView"; this.книгаDataGridView.Size = new System.Drawing.Size(451, 256); this.книгаDataGridView.TabIndex = 1; // // dataGridViewTextBoxColumn1 // this.dataGridViewTextBoxColumn1.DataPropertyName = "Шифр книги"; this.dataGridViewTextBoxColumn1.HeaderText = "Шифр книги"; this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1"; this.dataGridViewTextBoxColumn1.ReadOnly = true; // // 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"; // // названиеTextBox // this.названиеTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.книгаBindingSource, "Название", true)); this.названиеTextBox.Location = new System.Drawing.Point(131, 319); 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(131, 349); this.количество_страницTextBox.Name = "количество_страницTextBox"; this.количество_страницTextBox.Size = new System.Drawing.Size(100, 20); this.количество_страницTextBox.TabIndex = 5; this.количество_страницTextBox.TextChanged += new System.EventHandler(this.количество_страницTextBox_TextChanged); // // авторTextBox // this.авторTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.книгаBindingSource, "Автор", true)); this.авторTextBox.Location = new System.Drawing.Point(131, 378); this.авторTextBox.Name = "авторTextBox"; this.авторTextBox.Size = new System.Drawing.Size(100, 20); this.авторTextBox.TabIndex = 7; // // button3 // this.button3.Location = new System.Drawing.Point(237, 439); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(110, 37); this.button3.TabIndex = 17; this.button3.Text = "Удалить"; this.button3.UseVisualStyleBackColor = true; this.button3.Click += new System.EventHandler(this.button3_Click); // // button2 // this.button2.Location = new System.Drawing.Point(121, 439); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(110, 37); this.button2.TabIndex = 16; this.button2.Text = "Предыдущий"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // button1 // this.button1.Location = new System.Drawing.Point(11, 439); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(104, 37); this.button1.TabIndex = 15; this.button1.Text = "Следующий"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // button4 // this.button4.Location = new System.Drawing.Point(353, 439); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(110, 37); this.button4.TabIndex = 20; this.button4.Text = "Добавить"; this.button4.UseVisualStyleBackColor = true; this.button4.Click += new System.EventHandler(this.button4_Click); // // button5 // this.button5.Location = new System.Drawing.Point(184, 482); this.button5.Name = "button5"; this.button5.Size = new System.Drawing.Size(110, 37); this.button5.TabIndex = 21; this.button5.Text = "Сохранить"; this.button5.UseVisualStyleBackColor = true; this.button5.Click += new System.EventHandler(this.button5_Click); // // Form3 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(482, 535); 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(this.книгаDataGridView); this.Controls.Add(this.книгаBindingNavigator); this.Name = "Form3"; this.Text = "Форма книг"; this.Load += new System.EventHandler(this.Form3_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.TextBox названиеTextBox; private System.Windows.Forms.TextBox количество_страницTextBox; private System.Windows.Forms.TextBox авторTextBox; private System.Windows.Forms.Button button3; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button1; private System.Windows.Forms.Button button4; private System.Windows.Forms.Button button5; } }