Form6.Designer.cs 28 KB

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