namespace Ogurchenok_11 { 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form3)); 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; 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.количество_страницTextBox = new System.Windows.Forms.TextBox(); 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(); this.код_тематических_каталоговTextBox = new System.Windows.Forms.TextBox(); this.код_экземпляровTextBox = new System.Windows.Forms.TextBox(); код_книг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(); код_экземпляров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 = 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(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(133, 129); код_книгLabel.Name = "код_книгLabel"; код_книгLabel.Size = new System.Drawing.Size(55, 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(194, 126); 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(118, 155); шифр_книги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(194, 152); 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(70, 181); наименование_книгиLabel.Name = "наименование_книгиLabel"; наименование_книгиLabel.Size = new System.Drawing.Size(118, 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(194, 178); 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(116, 207); автор_книгиLabel.Name = "автор_книгиLabel"; автор_книгиLabel.Size = new System.Drawing.Size(72, 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(194, 204); 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(75, 233); количество_страницLabel.Name = "количество_страницLabel"; количество_страницLabel.Size = new System.Drawing.Size(113, 13); количество_страницLabel.TabIndex = 9; количество_страницLabel.Text = "Количество страниц:"; // // количество_страницTextBox // this.количество_страницTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.книгиBindingSource, "Количество страниц", true)); this.количество_страницTextBox.Location = new System.Drawing.Point(194, 230); this.количество_страницTextBox.Name = "количество_страницTextBox"; this.количество_страницTextBox.Size = new System.Drawing.Size(100, 20); this.количество_страницTextBox.TabIndex = 10; // // ценаLabel // ценаLabel.AutoSize = true; ценаLabel.Location = new System.Drawing.Point(152, 259); ценаLabel.Name = "ценаLabel"; ценаLabel.Size = new System.Drawing.Size(36, 13); ценаLabel.TabIndex = 11; ценаLabel.Text = "Цена:"; // // ценаTextBox // this.ценаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.книгиBindingSource, "Цена", true)); this.ценаTextBox.Location = new System.Drawing.Point(194, 256); this.ценаTextBox.Name = "ценаTextBox"; this.ценаTextBox.Size = new System.Drawing.Size(100, 20); this.ценаTextBox.TabIndex = 12; // // button1 // this.button1.Location = new System.Drawing.Point(119, 379); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(75, 23); this.button1.TabIndex = 17; this.button1.Text = "Добавить"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // button2 // this.button2.Location = new System.Drawing.Point(200, 379); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(75, 23); this.button2.TabIndex = 18; this.button2.Text = "Сохранить"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // button3 // this.button3.Location = new System.Drawing.Point(281, 379); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(75, 23); this.button3.TabIndex = 19; this.button3.Text = "Удалить"; this.button3.UseVisualStyleBackColor = true; this.button3.Click += new System.EventHandler(this.button3_Click); // // код_тематических_каталоговLabel // код_тематических_каталоговLabel.AutoSize = true; код_тематических_каталоговLabel.Location = new System.Drawing.Point(31, 285); код_тематических_каталоговLabel.Name = "код_тематических_каталоговLabel"; код_тематических_каталоговLabel.Size = new System.Drawing.Size(157, 13); код_тематических_каталоговLabel.TabIndex = 19; код_тематических_каталоговLabel.Text = "Код тематических каталогов:"; // // код_тематических_каталоговTextBox // this.код_тематических_каталоговTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.книгиBindingSource, "Код тематических каталогов", true)); this.код_тематических_каталоговTextBox.Location = new System.Drawing.Point(194, 282); this.код_тематических_каталоговTextBox.Name = "код_тематических_каталоговTextBox"; this.код_тематических_каталоговTextBox.Size = new System.Drawing.Size(100, 20); this.код_тематических_каталоговTextBox.TabIndex = 20; // // код_экземпляровLabel // код_экземпляровLabel.AutoSize = true; код_экземпляровLabel.Location = new System.Drawing.Point(88, 311); код_экземпляровLabel.Name = "код_экземпляровLabel"; код_экземпляровLabel.Size = new System.Drawing.Size(100, 13); код_экземпляровLabel.TabIndex = 20; код_экземпляровLabel.Text = "Код экземпляров:"; // // код_экземпляровTextBox // this.код_экземпляровTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.книгиBindingSource, "Код экземпляров", true)); this.код_экземпляровTextBox.Location = new System.Drawing.Point(194, 308); this.код_экземпляровTextBox.Name = "код_экземпляровTextBox"; this.код_экземпляровTextBox.Size = new System.Drawing.Size(100, 20); this.код_экземпляровTextBox.TabIndex = 21; // // Form3 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 450); this.Controls.Add(код_экземпляровLabel); this.Controls.Add(this.код_экземпляровTextBox); 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(автор_книги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 = "Form3"; this.Text = "Таблица книги (изм)"; this.Load += new System.EventHandler(this.Form3_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.TextBox количество_страницTextBox; private System.Windows.Forms.TextBox ценаTextBox; private System.Windows.Forms.Button button1; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button3; private System.Windows.Forms.TextBox код_тематических_каталоговTextBox; private System.Windows.Forms.TextBox код_экземпляровTextBox; } }