Таблица читатели (изм).Designer.cs 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419
  1. namespace Ogurchenok_11
  2. {
  3. partial class Form7
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form7));
  30. System.Windows.Forms.Label код_читателяLabel;
  31. System.Windows.Forms.Label номер_читательского_билетаLabel;
  32. System.Windows.Forms.Label фИО_читателяLabel;
  33. System.Windows.Forms.Label дата_рожденияLabel;
  34. System.Windows.Forms.Label телефонLabel;
  35. System.Windows.Forms.Label код_книгиLabel;
  36. this._Ogurchenok_11DataSet = new Ogurchenok_11._Ogurchenok_11DataSet();
  37. this.читателиBindingSource = new System.Windows.Forms.BindingSource(this.components);
  38. this.читателиTableAdapter = new Ogurchenok_11._Ogurchenok_11DataSetTableAdapters.ЧитателиTableAdapter();
  39. this.tableAdapterManager = new Ogurchenok_11._Ogurchenok_11DataSetTableAdapters.TableAdapterManager();
  40. this.читателиBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
  41. this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
  42. this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
  43. this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
  44. this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
  45. this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
  46. this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  47. this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
  48. this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
  49. this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  50. this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
  51. this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
  52. this.читателиBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
  53. this.код_читателяTextBox = new System.Windows.Forms.TextBox();
  54. this.номер_читательского_билетаTextBox = new System.Windows.Forms.TextBox();
  55. this.фИО_читателяTextBox = new System.Windows.Forms.TextBox();
  56. this.дата_рожденияDateTimePicker = new System.Windows.Forms.DateTimePicker();
  57. this.телефонTextBox = new System.Windows.Forms.TextBox();
  58. this.код_книгиTextBox = new System.Windows.Forms.TextBox();
  59. this.button1 = new System.Windows.Forms.Button();
  60. this.button2 = new System.Windows.Forms.Button();
  61. this.button3 = new System.Windows.Forms.Button();
  62. код_читателяLabel = new System.Windows.Forms.Label();
  63. номер_читательского_билетаLabel = new System.Windows.Forms.Label();
  64. фИО_читателяLabel = new System.Windows.Forms.Label();
  65. дата_рожденияLabel = new System.Windows.Forms.Label();
  66. телефонLabel = new System.Windows.Forms.Label();
  67. код_книгиLabel = new System.Windows.Forms.Label();
  68. ((System.ComponentModel.ISupportInitialize)(this._Ogurchenok_11DataSet)).BeginInit();
  69. ((System.ComponentModel.ISupportInitialize)(this.читателиBindingSource)).BeginInit();
  70. ((System.ComponentModel.ISupportInitialize)(this.читателиBindingNavigator)).BeginInit();
  71. this.читателиBindingNavigator.SuspendLayout();
  72. this.SuspendLayout();
  73. //
  74. // _Ogurchenok_11DataSet
  75. //
  76. this._Ogurchenok_11DataSet.DataSetName = "_Ogurchenok_11DataSet";
  77. this._Ogurchenok_11DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  78. //
  79. // читателиBindingSource
  80. //
  81. this.читателиBindingSource.DataMember = "Читатели";
  82. this.читателиBindingSource.DataSource = this._Ogurchenok_11DataSet;
  83. //
  84. // читателиTableAdapter
  85. //
  86. this.читателиTableAdapter.ClearBeforeFill = true;
  87. //
  88. // tableAdapterManager
  89. //
  90. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  91. this.tableAdapterManager.UpdateOrder = Ogurchenok_11._Ogurchenok_11DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  92. this.tableAdapterManager.КнигиTableAdapter = null;
  93. this.tableAdapterManager.Тематические_каталогиTableAdapter = null;
  94. this.tableAdapterManager.ЧитателиTableAdapter = this.читателиTableAdapter;
  95. this.tableAdapterManager.ЭкземплярыTableAdapter = null;
  96. //
  97. // читателиBindingNavigator
  98. //
  99. this.читателиBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
  100. this.читателиBindingNavigator.BindingSource = this.читателиBindingSource;
  101. this.читателиBindingNavigator.CountItem = this.bindingNavigatorCountItem;
  102. this.читателиBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
  103. this.читателиBindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  104. this.bindingNavigatorMoveFirstItem,
  105. this.bindingNavigatorMovePreviousItem,
  106. this.bindingNavigatorSeparator,
  107. this.bindingNavigatorPositionItem,
  108. this.bindingNavigatorCountItem,
  109. this.bindingNavigatorSeparator1,
  110. this.bindingNavigatorMoveNextItem,
  111. this.bindingNavigatorMoveLastItem,
  112. this.bindingNavigatorSeparator2,
  113. this.bindingNavigatorAddNewItem,
  114. this.bindingNavigatorDeleteItem,
  115. this.читателиBindingNavigatorSaveItem});
  116. this.читателиBindingNavigator.Location = new System.Drawing.Point(0, 0);
  117. this.читателиBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
  118. this.читателиBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
  119. this.читателиBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
  120. this.читателиBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
  121. this.читателиBindingNavigator.Name = "читателиBindingNavigator";
  122. this.читателиBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
  123. this.читателиBindingNavigator.Size = new System.Drawing.Size(800, 25);
  124. this.читателиBindingNavigator.TabIndex = 0;
  125. this.читателиBindingNavigator.Text = "bindingNavigator1";
  126. //
  127. // bindingNavigatorMoveFirstItem
  128. //
  129. this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  130. this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
  131. this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
  132. this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
  133. this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
  134. this.bindingNavigatorMoveFirstItem.Text = "Переместить в начало";
  135. //
  136. // bindingNavigatorMovePreviousItem
  137. //
  138. this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  139. this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
  140. this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
  141. this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
  142. this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
  143. this.bindingNavigatorMovePreviousItem.Text = "Переместить назад";
  144. //
  145. // bindingNavigatorSeparator
  146. //
  147. this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
  148. this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
  149. //
  150. // bindingNavigatorPositionItem
  151. //
  152. this.bindingNavigatorPositionItem.AccessibleName = "Положение";
  153. this.bindingNavigatorPositionItem.AutoSize = false;
  154. this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
  155. this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
  156. this.bindingNavigatorPositionItem.Text = "0";
  157. this.bindingNavigatorPositionItem.ToolTipText = "Текущее положение";
  158. //
  159. // bindingNavigatorCountItem
  160. //
  161. this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
  162. this.bindingNavigatorCountItem.Size = new System.Drawing.Size(43, 15);
  163. this.bindingNavigatorCountItem.Text = "для {0}";
  164. this.bindingNavigatorCountItem.ToolTipText = "Общее число элементов";
  165. //
  166. // bindingNavigatorSeparator1
  167. //
  168. this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator";
  169. this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 6);
  170. //
  171. // bindingNavigatorMoveNextItem
  172. //
  173. this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  174. this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
  175. this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
  176. this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
  177. this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 20);
  178. this.bindingNavigatorMoveNextItem.Text = "Переместить вперед";
  179. //
  180. // bindingNavigatorMoveLastItem
  181. //
  182. this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  183. this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
  184. this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
  185. this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
  186. this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 20);
  187. this.bindingNavigatorMoveLastItem.Text = "Переместить в конец";
  188. //
  189. // bindingNavigatorSeparator2
  190. //
  191. this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator";
  192. this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 6);
  193. //
  194. // bindingNavigatorAddNewItem
  195. //
  196. this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  197. this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
  198. this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
  199. this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
  200. this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
  201. this.bindingNavigatorAddNewItem.Text = "Добавить";
  202. //
  203. // bindingNavigatorDeleteItem
  204. //
  205. this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  206. this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
  207. this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
  208. this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
  209. this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 20);
  210. this.bindingNavigatorDeleteItem.Text = "Удалить";
  211. //
  212. // читателиBindingNavigatorSaveItem
  213. //
  214. this.читателиBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  215. this.читателиBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("читателиBindingNavigatorSaveItem.Image")));
  216. this.читателиBindingNavigatorSaveItem.Name = "читателиBindingNavigatorSaveItem";
  217. this.читателиBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 23);
  218. this.читателиBindingNavigatorSaveItem.Text = "Сохранить данные";
  219. this.читателиBindingNavigatorSaveItem.Click += new System.EventHandler(this.читателиBindingNavigatorSaveItem_Click);
  220. //
  221. // код_читателяLabel
  222. //
  223. код_читателяLabel.AutoSize = true;
  224. код_читателяLabel.Location = new System.Drawing.Point(221, 123);
  225. код_читателяLabel.Name = "код_читателяLabel";
  226. код_читателяLabel.Size = new System.Drawing.Size(77, 13);
  227. код_читателяLabel.TabIndex = 1;
  228. код_читателяLabel.Text = "Код читателя:";
  229. //
  230. // код_читателяTextBox
  231. //
  232. this.код_читателяTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.читателиBindingSource, "Код читателя", true));
  233. this.код_читателяTextBox.Location = new System.Drawing.Point(304, 120);
  234. this.код_читателяTextBox.Name = "код_читателяTextBox";
  235. this.код_читателяTextBox.Size = new System.Drawing.Size(100, 20);
  236. this.код_читателяTextBox.TabIndex = 2;
  237. //
  238. // номер_читательского_билетаLabel
  239. //
  240. номер_читательского_билетаLabel.AutoSize = true;
  241. номер_читательского_билетаLabel.Location = new System.Drawing.Point(141, 149);
  242. номер_читательского_билетаLabel.Name = "номер_читательского_билетаLabel";
  243. номер_читательского_билетаLabel.Size = new System.Drawing.Size(157, 13);
  244. номер_читательского_билетаLabel.TabIndex = 3;
  245. номер_читательского_билетаLabel.Text = "номер читательского билета:";
  246. //
  247. // номер_читательского_билетаTextBox
  248. //
  249. this.номер_читательского_билетаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.читателиBindingSource, "номер читательского билета", true));
  250. this.номер_читательского_билетаTextBox.Location = new System.Drawing.Point(304, 146);
  251. this.номер_читательского_билетаTextBox.Name = "номер_читательского_билетаTextBox";
  252. this.номер_читательского_билетаTextBox.Size = new System.Drawing.Size(100, 20);
  253. this.номер_читательского_билетаTextBox.TabIndex = 4;
  254. //
  255. // фИО_читателяLabel
  256. //
  257. фИО_читателяLabel.AutoSize = true;
  258. фИО_читателяLabel.Location = new System.Drawing.Point(213, 175);
  259. фИО_читателяLabel.Name = "фИО_читателяLabel";
  260. фИО_читателяLabel.Size = new System.Drawing.Size(85, 13);
  261. фИО_читателяLabel.TabIndex = 5;
  262. фИО_читателяLabel.Text = "ФИО читателя:";
  263. //
  264. // фИО_читателяTextBox
  265. //
  266. this.фИО_читателяTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.читателиBindingSource, "ФИО читателя", true));
  267. this.фИО_читателяTextBox.Location = new System.Drawing.Point(304, 172);
  268. this.фИО_читателяTextBox.Name = "фИО_читателяTextBox";
  269. this.фИО_читателяTextBox.Size = new System.Drawing.Size(100, 20);
  270. this.фИО_читателяTextBox.TabIndex = 6;
  271. //
  272. // дата_рожденияLabel
  273. //
  274. дата_рожденияLabel.AutoSize = true;
  275. дата_рожденияLabel.Location = new System.Drawing.Point(209, 202);
  276. дата_рожденияLabel.Name = "дата_рожденияLabel";
  277. дата_рожденияLabel.Size = new System.Drawing.Size(89, 13);
  278. дата_рожденияLabel.TabIndex = 7;
  279. дата_рожденияLabel.Text = "Дата рождения:";
  280. //
  281. // дата_рожденияDateTimePicker
  282. //
  283. this.дата_рожденияDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.читателиBindingSource, "Дата рождения", true));
  284. this.дата_рожденияDateTimePicker.Location = new System.Drawing.Point(304, 198);
  285. this.дата_рожденияDateTimePicker.Name = "дата_рожденияDateTimePicker";
  286. this.дата_рожденияDateTimePicker.Size = new System.Drawing.Size(200, 20);
  287. this.дата_рожденияDateTimePicker.TabIndex = 8;
  288. //
  289. // телефонLabel
  290. //
  291. телефонLabel.AutoSize = true;
  292. телефонLabel.Location = new System.Drawing.Point(243, 227);
  293. телефонLabel.Name = "телефонLabel";
  294. телефонLabel.Size = new System.Drawing.Size(55, 13);
  295. телефонLabel.TabIndex = 9;
  296. телефонLabel.Text = "Телефон:";
  297. //
  298. // телефонTextBox
  299. //
  300. this.телефонTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.читателиBindingSource, "Телефон", true));
  301. this.телефонTextBox.Location = new System.Drawing.Point(304, 224);
  302. this.телефонTextBox.Name = "телефонTextBox";
  303. this.телефонTextBox.Size = new System.Drawing.Size(100, 20);
  304. this.телефонTextBox.TabIndex = 10;
  305. //
  306. // код_книгиLabel
  307. //
  308. код_книгиLabel.AutoSize = true;
  309. код_книгиLabel.Location = new System.Drawing.Point(237, 253);
  310. код_книгиLabel.Name = "код_книгиLabel";
  311. код_книгиLabel.Size = new System.Drawing.Size(61, 13);
  312. код_книгиLabel.TabIndex = 11;
  313. код_книгиLabel.Text = "Код книги:";
  314. //
  315. // код_книгиTextBox
  316. //
  317. this.код_книгиTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.читателиBindingSource, "Код книги", true));
  318. this.код_книгиTextBox.Location = new System.Drawing.Point(304, 250);
  319. this.код_книгиTextBox.Name = "код_книгиTextBox";
  320. this.код_книгиTextBox.Size = new System.Drawing.Size(100, 20);
  321. this.код_книгиTextBox.TabIndex = 12;
  322. //
  323. // button1
  324. //
  325. this.button1.Location = new System.Drawing.Point(144, 293);
  326. this.button1.Name = "button1";
  327. this.button1.Size = new System.Drawing.Size(75, 23);
  328. this.button1.TabIndex = 13;
  329. this.button1.Text = "Добавить";
  330. this.button1.UseVisualStyleBackColor = true;
  331. this.button1.Click += new System.EventHandler(this.button1_Click);
  332. //
  333. // button2
  334. //
  335. this.button2.Location = new System.Drawing.Point(246, 293);
  336. this.button2.Name = "button2";
  337. this.button2.Size = new System.Drawing.Size(75, 23);
  338. this.button2.TabIndex = 14;
  339. this.button2.Text = "Сохранить";
  340. this.button2.UseVisualStyleBackColor = true;
  341. this.button2.Click += new System.EventHandler(this.button2_Click);
  342. //
  343. // button3
  344. //
  345. this.button3.Location = new System.Drawing.Point(350, 293);
  346. this.button3.Name = "button3";
  347. this.button3.Size = new System.Drawing.Size(75, 23);
  348. this.button3.TabIndex = 15;
  349. this.button3.Text = "Удалить";
  350. this.button3.UseVisualStyleBackColor = true;
  351. this.button3.Click += new System.EventHandler(this.button3_Click);
  352. //
  353. // Form7
  354. //
  355. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  356. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  357. this.ClientSize = new System.Drawing.Size(800, 450);
  358. this.Controls.Add(this.button3);
  359. this.Controls.Add(this.button2);
  360. this.Controls.Add(this.button1);
  361. this.Controls.Add(код_книгиLabel);
  362. this.Controls.Add(this.код_книгиTextBox);
  363. this.Controls.Add(телефонLabel);
  364. this.Controls.Add(this.телефонTextBox);
  365. this.Controls.Add(дата_рожденияLabel);
  366. this.Controls.Add(this.дата_рожденияDateTimePicker);
  367. this.Controls.Add(фИО_читателяLabel);
  368. this.Controls.Add(this.фИО_читателяTextBox);
  369. this.Controls.Add(номер_читательского_билетаLabel);
  370. this.Controls.Add(this.номер_читательского_билетаTextBox);
  371. this.Controls.Add(код_читателяLabel);
  372. this.Controls.Add(this.код_читателяTextBox);
  373. this.Controls.Add(this.читателиBindingNavigator);
  374. this.Name = "Form7";
  375. this.Text = "Таблица читатели (изм)";
  376. this.Load += new System.EventHandler(this.Form7_Load);
  377. ((System.ComponentModel.ISupportInitialize)(this._Ogurchenok_11DataSet)).EndInit();
  378. ((System.ComponentModel.ISupportInitialize)(this.читателиBindingSource)).EndInit();
  379. ((System.ComponentModel.ISupportInitialize)(this.читателиBindingNavigator)).EndInit();
  380. this.читателиBindingNavigator.ResumeLayout(false);
  381. this.читателиBindingNavigator.PerformLayout();
  382. this.ResumeLayout(false);
  383. this.PerformLayout();
  384. }
  385. #endregion
  386. private _Ogurchenok_11DataSet _Ogurchenok_11DataSet;
  387. private System.Windows.Forms.BindingSource читателиBindingSource;
  388. private _Ogurchenok_11DataSetTableAdapters.ЧитателиTableAdapter читателиTableAdapter;
  389. private _Ogurchenok_11DataSetTableAdapters.TableAdapterManager tableAdapterManager;
  390. private System.Windows.Forms.BindingNavigator читателиBindingNavigator;
  391. private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
  392. private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
  393. private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
  394. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
  395. private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
  396. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
  397. private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
  398. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
  399. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
  400. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
  401. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
  402. private System.Windows.Forms.ToolStripButton читателиBindingNavigatorSaveItem;
  403. private System.Windows.Forms.TextBox код_читателяTextBox;
  404. private System.Windows.Forms.TextBox номер_читательского_билетаTextBox;
  405. private System.Windows.Forms.TextBox фИО_читателяTextBox;
  406. private System.Windows.Forms.DateTimePicker дата_рожденияDateTimePicker;
  407. private System.Windows.Forms.TextBox телефонTextBox;
  408. private System.Windows.Forms.TextBox код_книгиTextBox;
  409. private System.Windows.Forms.Button button1;
  410. private System.Windows.Forms.Button button2;
  411. private System.Windows.Forms.Button button3;
  412. }
  413. }