Form2.Designer.cs 30 KB

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