namespace WindowsFormsApp2 { 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form2)); System.Windows.Forms.Label шифр_книгиLabel; System.Windows.Forms.Label дата_выдачиLabel; 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.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.дата_выдачиDateTimePicker = new System.Windows.Forms.DateTimePicker(); this.button1 = new System.Windows.Forms.Button(); шифр_книги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(); // // 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(140, 65); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(171, 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; // // выдачаTableAdapter // this.выдачаTableAdapter.ClearBeforeFill = true; // // tableAdapterManager // this.tableAdapterManager.BackupDataSetBeforeUpdate = false; this.tableAdapterManager.UpdateOrder = WindowsFormsApp2.Рожков_БиблиотекаDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete; this.tableAdapterManager.ВыдачаTableAdapter = this.выдачаTableAdapter; this.tableAdapterManager.ИздательстваTableAdapter = null; this.tableAdapterManager.КнигиTableAdapter = null; 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(512, 25); this.выдачаBindingNavigator.TabIndex = 1; 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(141, 123); шифр_книгиLabel.Name = "шифр_книгиLabel"; шифр_книгиLabel.Size = new System.Drawing.Size(71, 13); шифр_книгиLabel.TabIndex = 2; шифр_книгиLabel.Text = "Шифр книги:"; // // шифр_книгиTextBox // this.шифр_книгиTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.выдачаBindingSource, "Шифр книги", true)); this.шифр_книгиTextBox.Location = new System.Drawing.Point(235, 123); this.шифр_книгиTextBox.Name = "шифр_книгиTextBox"; this.шифр_книгиTextBox.Size = new System.Drawing.Size(100, 20); this.шифр_книгиTextBox.TabIndex = 3; // // дата_выдачиLabel // дата_выдачиLabel.AutoSize = true; дата_выдачиLabel.Location = new System.Drawing.Point(136, 182); дата_выдачиLabel.Name = "дата_выдачиLabel"; дата_выдачиLabel.Size = new System.Drawing.Size(76, 13); дата_выдачиLabel.TabIndex = 4; дата_выдачиLabel.Text = "Дата выдачи:"; // // дата_выдачиDateTimePicker // this.дата_выдачиDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.выдачаBindingSource, "Дата выдачи", true)); this.дата_выдачиDateTimePicker.Location = new System.Drawing.Point(235, 182); this.дата_выдачиDateTimePicker.Name = "дата_выдачиDateTimePicker"; this.дата_выдачиDateTimePicker.Size = new System.Drawing.Size(200, 20); this.дата_выдачиDateTimePicker.TabIndex = 5; // // button1 // this.button1.Location = new System.Drawing.Point(128, 269); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(75, 23); this.button1.TabIndex = 6; this.button1.Text = "Назад"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // Form2 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(512, 417); this.Controls.Add(this.button1); this.Controls.Add(дата_выдачиLabel); this.Controls.Add(this.дата_выдачиDateTimePicker); this.Controls.Add(шифр_книгиLabel); this.Controls.Add(this.шифр_книгиTextBox); this.Controls.Add(this.выдачаBindingNavigator); this.Controls.Add(this.label1); this.ForeColor = System.Drawing.SystemColors.ControlText; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "Form2"; this.Text = "Таблица \"Выдача\""; this.Load += new System.EventHandler(this.Form2_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.DateTimePicker дата_выдачиDateTimePicker; private System.Windows.Forms.Button button1; } }