Form3.Designer.cs 26 KB

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