123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419 |
- namespace Ogurchenok_11
- {
- partial class Form7
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form7));
- 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.дата_рожденияDateTimePicker = new System.Windows.Forms.DateTimePicker();
- 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();
- код_читателя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 = 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(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(221, 123);
- код_читателяLabel.Name = "код_читателяLabel";
- код_читателяLabel.Size = new System.Drawing.Size(77, 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(304, 120);
- 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(141, 149);
- номер_читательского_билетаLabel.Name = "номер_читательского_билетаLabel";
- номер_читательского_билетаLabel.Size = new System.Drawing.Size(157, 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(304, 146);
- 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(213, 175);
- фИО_читателяLabel.Name = "фИО_читателяLabel";
- фИО_читателяLabel.Size = new System.Drawing.Size(85, 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(304, 172);
- 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(209, 202);
- дата_рожденияLabel.Name = "дата_рожденияLabel";
- дата_рожденияLabel.Size = new System.Drawing.Size(89, 13);
- дата_рожденияLabel.TabIndex = 7;
- дата_рожденияLabel.Text = "Дата рождения:";
- //
- // дата_рожденияDateTimePicker
- //
- this.дата_рожденияDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.читателиBindingSource, "Дата рождения", true));
- this.дата_рожденияDateTimePicker.Location = new System.Drawing.Point(304, 198);
- this.дата_рожденияDateTimePicker.Name = "дата_рожденияDateTimePicker";
- this.дата_рожденияDateTimePicker.Size = new System.Drawing.Size(200, 20);
- this.дата_рожденияDateTimePicker.TabIndex = 8;
- //
- // телефонLabel
- //
- телефонLabel.AutoSize = true;
- телефонLabel.Location = new System.Drawing.Point(243, 227);
- телефонLabel.Name = "телефонLabel";
- телефонLabel.Size = new System.Drawing.Size(55, 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(304, 224);
- 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(237, 253);
- код_книгиLabel.Name = "код_книгиLabel";
- код_книгиLabel.Size = new System.Drawing.Size(61, 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(304, 250);
- 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(144, 293);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(75, 23);
- this.button1.TabIndex = 13;
- this.button1.Text = "Добавить";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // button2
- //
- this.button2.Location = new System.Drawing.Point(246, 293);
- this.button2.Name = "button2";
- this.button2.Size = new System.Drawing.Size(75, 23);
- this.button2.TabIndex = 14;
- this.button2.Text = "Сохранить";
- this.button2.UseVisualStyleBackColor = true;
- this.button2.Click += new System.EventHandler(this.button2_Click);
- //
- // button3
- //
- this.button3.Location = new System.Drawing.Point(350, 293);
- this.button3.Name = "button3";
- this.button3.Size = new System.Drawing.Size(75, 23);
- this.button3.TabIndex = 15;
- this.button3.Text = "Удалить";
- this.button3.UseVisualStyleBackColor = true;
- this.button3.Click += new System.EventHandler(this.button3_Click);
- //
- // Form7
- //
- 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(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.дата_рождения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(this.читателиBindingNavigator);
- this.Name = "Form7";
- this.Text = "Таблица читатели (изм)";
- this.Load += new System.EventHandler(this.Form7_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.DateTimePicker дата_рожденияDateTimePicker;
- 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;
- }
- }
|