namespace LesnichukEvgenuiAleksandrovich_19 { partial class Form4 { /// /// 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(Form4)); 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.название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.номер_залаTextBox = new System.Windows.Forms.TextBox(); 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(123, 296); названиеLabel.Name = "названиеLabel"; названиеLabel.Size = new System.Drawing.Size(60, 13); названиеLabel.TabIndex = 2; названиеLabel.Text = "Название:"; названиеLabel.Click += new System.EventHandler(this.названиеLabel_Click); // // примечаниеLabel // примечаниеLabel.AutoSize = true; примечаниеLabel.Location = new System.Drawing.Point(110, 322); примечаниеLabel.Name = "примечаниеLabel"; примечаниеLabel.Size = new System.Drawing.Size(73, 13); примечаниеLabel.TabIndex = 4; примечаниеLabel.Text = "Примечание:"; примечаниеLabel.Click += new System.EventHandler(this.примечаниеLabel_Click); // // номер_залаLabel // номер_залаLabel.AutoSize = true; номер_залаLabel.Location = new System.Drawing.Point(110, 268); номер_залаLabel.Name = "номер_залаLabel"; номер_залаLabel.Size = new System.Drawing.Size(71, 13); номер_залаLabel.TabIndex = 17; номер_зала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 = this.залTableAdapter; 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(478, 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.залDataGridView.DataSource = this.залBindingSource; this.залDataGridView.Location = new System.Drawing.Point(12, 28); this.залDataGridView.Name = "залDataGridView"; this.залDataGridView.Size = new System.Drawing.Size(452, 223); 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"; // // названиеTextBox // this.названиеTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.залBindingSource, "Название", true)); this.названиеTextBox.Location = new System.Drawing.Point(189, 293); this.названиеTextBox.Name = "названиеTextBox"; this.названиеTextBox.Size = new System.Drawing.Size(100, 20); this.названиеTextBox.TabIndex = 3; 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(189, 319); 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); // // button3 // this.button3.Location = new System.Drawing.Point(242, 360); 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(126, 360); 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(16, 360); 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); // // номер_залаTextBox // this.номер_залаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.залBindingSource, "Номер зала", true)); this.номер_залаTextBox.Location = new System.Drawing.Point(189, 265); this.номер_залаTextBox.Name = "номер_залаTextBox"; this.номер_залаTextBox.Size = new System.Drawing.Size(100, 20); this.номер_залаTextBox.TabIndex = 18; // // button4 // this.button4.Location = new System.Drawing.Point(358, 360); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(110, 37); this.button4.TabIndex = 19; this.button4.Text = "Добавить"; this.button4.UseVisualStyleBackColor = true; this.button4.Click += new System.EventHandler(this.button4_Click); // // button5 // this.button5.Location = new System.Drawing.Point(179, 403); this.button5.Name = "button5"; this.button5.Size = new System.Drawing.Size(110, 37); this.button5.TabIndex = 20; this.button5.Text = "Сохранить"; this.button5.UseVisualStyleBackColor = true; this.button5.Click += new System.EventHandler(this.button5_Click); // // Form4 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(478, 458); this.Controls.Add(this.button5); this.Controls.Add(this.button4); this.Controls.Add(номер_залаLabel); this.Controls.Add(this.номер_залаTextBox); 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(this.залDataGridView); this.Controls.Add(this.залBindingNavigator); this.Name = "Form4"; this.Text = "Форма для залов"; this.Load += new System.EventHandler(this.Form4_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.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.TextBox номер_залаTextBox; private System.Windows.Forms.Button button4; private System.Windows.Forms.Button button5; } }