Form2.Designer.cs 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568
  1. namespace KotenkovStudents
  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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form2));
  30. this.groupBox1 = new System.Windows.Forms.GroupBox();
  31. this.listBox1 = new System.Windows.Forms.ListBox();
  32. this.button1 = new System.Windows.Forms.Button();
  33. this.radioButton2 = new System.Windows.Forms.RadioButton();
  34. this.radioButton1 = new System.Windows.Forms.RadioButton();
  35. this.label1 = new System.Windows.Forms.Label();
  36. this.label2 = new System.Windows.Forms.Label();
  37. this.button2 = new System.Windows.Forms.Button();
  38. this.button3 = new System.Windows.Forms.Button();
  39. this.button4 = new System.Windows.Forms.Button();
  40. this.button5 = new System.Windows.Forms.Button();
  41. this.textBox1 = new System.Windows.Forms.TextBox();
  42. this.comboBox1 = new System.Windows.Forms.ComboBox();
  43. this.label3 = new System.Windows.Forms.Label();
  44. this.label4 = new System.Windows.Forms.Label();
  45. this.studentsDataSet = new KotenkovStudents.StudentsDataSet();
  46. this.студентыBindingSource = new System.Windows.Forms.BindingSource(this.components);
  47. this.студентыTableAdapter = new KotenkovStudents.StudentsDataSetTableAdapters.СтудентыTableAdapter();
  48. this.tableAdapterManager = new KotenkovStudents.StudentsDataSetTableAdapters.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.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73. this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74. this.dataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  75. this.groupBox1.SuspendLayout();
  76. ((System.ComponentModel.ISupportInitialize)(this.studentsDataSet)).BeginInit();
  77. ((System.ComponentModel.ISupportInitialize)(this.студентыBindingSource)).BeginInit();
  78. ((System.ComponentModel.ISupportInitialize)(this.студентыBindingNavigator)).BeginInit();
  79. this.студентыBindingNavigator.SuspendLayout();
  80. ((System.ComponentModel.ISupportInitialize)(this.студентыDataGridView)).BeginInit();
  81. this.SuspendLayout();
  82. //
  83. // groupBox1
  84. //
  85. this.groupBox1.Controls.Add(this.listBox1);
  86. this.groupBox1.Controls.Add(this.button1);
  87. this.groupBox1.Controls.Add(this.radioButton2);
  88. this.groupBox1.Controls.Add(this.radioButton1);
  89. this.groupBox1.Controls.Add(this.label1);
  90. this.groupBox1.Location = new System.Drawing.Point(588, 77);
  91. this.groupBox1.Name = "groupBox1";
  92. this.groupBox1.Size = new System.Drawing.Size(200, 294);
  93. this.groupBox1.TabIndex = 0;
  94. this.groupBox1.TabStop = false;
  95. this.groupBox1.Text = "Сортировка";
  96. //
  97. // listBox1
  98. //
  99. this.listBox1.FormattingEnabled = true;
  100. this.listBox1.Items.AddRange(new object[] {
  101. "ФИО",
  102. "Пол",
  103. "Дата рождения",
  104. "Родители",
  105. "Адрес",
  106. "Телефон",
  107. "Паспортные данные ",
  108. "Номер зачетки ",
  109. "Дата поступления ",
  110. "Группа",
  111. "Курс",
  112. "Очная форма обучения"});
  113. this.listBox1.Location = new System.Drawing.Point(10, 51);
  114. this.listBox1.Name = "listBox1";
  115. this.listBox1.Size = new System.Drawing.Size(179, 134);
  116. this.listBox1.TabIndex = 5;
  117. this.listBox1.SelectedIndexChanged += new System.EventHandler(this.listBox1_SelectedIndexChanged);
  118. //
  119. // button1
  120. //
  121. this.button1.Location = new System.Drawing.Point(23, 260);
  122. this.button1.Name = "button1";
  123. this.button1.Size = new System.Drawing.Size(158, 23);
  124. this.button1.TabIndex = 4;
  125. this.button1.Text = "Сортировать";
  126. this.button1.UseVisualStyleBackColor = true;
  127. this.button1.Click += new System.EventHandler(this.button1_Click);
  128. //
  129. // radioButton2
  130. //
  131. this.radioButton2.AutoSize = true;
  132. this.radioButton2.Location = new System.Drawing.Point(10, 224);
  133. this.radioButton2.Name = "radioButton2";
  134. this.radioButton2.Size = new System.Drawing.Size(154, 17);
  135. this.radioButton2.TabIndex = 3;
  136. this.radioButton2.TabStop = true;
  137. this.radioButton2.Text = "Сортировка по убыванию";
  138. this.radioButton2.UseVisualStyleBackColor = true;
  139. //
  140. // radioButton1
  141. //
  142. this.radioButton1.AutoSize = true;
  143. this.radioButton1.Location = new System.Drawing.Point(10, 201);
  144. this.radioButton1.Name = "radioButton1";
  145. this.radioButton1.Size = new System.Drawing.Size(179, 17);
  146. this.radioButton1.TabIndex = 2;
  147. this.radioButton1.TabStop = true;
  148. this.radioButton1.Text = "Сортировка по возрастанияю ";
  149. this.radioButton1.UseVisualStyleBackColor = true;
  150. //
  151. // label1
  152. //
  153. this.label1.AutoSize = true;
  154. this.label1.Location = new System.Drawing.Point(7, 20);
  155. this.label1.Name = "label1";
  156. this.label1.Size = new System.Drawing.Size(116, 13);
  157. this.label1.TabIndex = 0;
  158. this.label1.Text = "Поле для сортировки";
  159. //
  160. // label2
  161. //
  162. this.label2.AutoSize = true;
  163. this.label2.Location = new System.Drawing.Point(304, 40);
  164. this.label2.Name = "label2";
  165. this.label2.Size = new System.Drawing.Size(197, 13);
  166. this.label2.TabIndex = 1;
  167. this.label2.Text = "Таблица \"Студенты\" (Табличный вид)";
  168. //
  169. // button2
  170. //
  171. this.button2.Location = new System.Drawing.Point(588, 389);
  172. this.button2.Name = "button2";
  173. this.button2.Size = new System.Drawing.Size(95, 23);
  174. this.button2.TabIndex = 2;
  175. this.button2.Text = "Фильтровать";
  176. this.button2.UseVisualStyleBackColor = true;
  177. this.button2.Click += new System.EventHandler(this.button2_Click);
  178. //
  179. // button3
  180. //
  181. this.button3.Location = new System.Drawing.Point(696, 389);
  182. this.button3.Name = "button3";
  183. this.button3.Size = new System.Drawing.Size(92, 23);
  184. this.button3.TabIndex = 3;
  185. this.button3.Text = "Показать все";
  186. this.button3.UseVisualStyleBackColor = true;
  187. this.button3.Click += new System.EventHandler(this.button3_Click);
  188. //
  189. // button4
  190. //
  191. this.button4.Location = new System.Drawing.Point(696, 418);
  192. this.button4.Name = "button4";
  193. this.button4.Size = new System.Drawing.Size(92, 23);
  194. this.button4.TabIndex = 5;
  195. this.button4.Text = "Закрыть";
  196. this.button4.UseVisualStyleBackColor = true;
  197. this.button4.Click += new System.EventHandler(this.button4_Click);
  198. //
  199. // button5
  200. //
  201. this.button5.Location = new System.Drawing.Point(588, 418);
  202. this.button5.Name = "button5";
  203. this.button5.Size = new System.Drawing.Size(95, 23);
  204. this.button5.TabIndex = 4;
  205. this.button5.Text = "Найти";
  206. this.button5.UseVisualStyleBackColor = true;
  207. this.button5.Click += new System.EventHandler(this.button5_Click);
  208. //
  209. // textBox1
  210. //
  211. this.textBox1.Location = new System.Drawing.Point(120, 420);
  212. this.textBox1.Name = "textBox1";
  213. this.textBox1.Size = new System.Drawing.Size(462, 20);
  214. this.textBox1.TabIndex = 6;
  215. //
  216. // comboBox1
  217. //
  218. this.comboBox1.FormattingEnabled = true;
  219. this.comboBox1.Location = new System.Drawing.Point(120, 391);
  220. this.comboBox1.Name = "comboBox1";
  221. this.comboBox1.Size = new System.Drawing.Size(462, 21);
  222. this.comboBox1.TabIndex = 7;
  223. //
  224. // label3
  225. //
  226. this.label3.AutoSize = true;
  227. this.label3.Location = new System.Drawing.Point(49, 394);
  228. this.label3.Name = "label3";
  229. this.label3.Size = new System.Drawing.Size(34, 13);
  230. this.label3.TabIndex = 8;
  231. this.label3.Text = "ФИО";
  232. //
  233. // label4
  234. //
  235. this.label4.AutoSize = true;
  236. this.label4.Location = new System.Drawing.Point(49, 427);
  237. this.label4.Name = "label4";
  238. this.label4.Size = new System.Drawing.Size(55, 13);
  239. this.label4.TabIndex = 9;
  240. this.label4.Text = "Критерий";
  241. //
  242. // studentsDataSet
  243. //
  244. this.studentsDataSet.DataSetName = "StudentsDataSet";
  245. this.studentsDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  246. //
  247. // студентыBindingSource
  248. //
  249. this.студентыBindingSource.DataMember = "Студенты";
  250. this.студентыBindingSource.DataSource = this.studentsDataSet;
  251. //
  252. // студентыTableAdapter
  253. //
  254. this.студентыTableAdapter.ClearBeforeFill = true;
  255. //
  256. // tableAdapterManager
  257. //
  258. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  259. this.tableAdapterManager.UpdateOrder = KotenkovStudents.StudentsDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  260. this.tableAdapterManager.ОценкиTableAdapter = null;
  261. this.tableAdapterManager.ПредметыTableAdapter = null;
  262. this.tableAdapterManager.СпециальностиTableAdapter = null;
  263. this.tableAdapterManager.СтудентыTableAdapter = this.студентыTableAdapter;
  264. //
  265. // студентыBindingNavigator
  266. //
  267. this.студентыBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
  268. this.студентыBindingNavigator.BindingSource = this.студентыBindingSource;
  269. this.студентыBindingNavigator.CountItem = this.bindingNavigatorCountItem;
  270. this.студентыBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
  271. this.студентыBindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  272. this.bindingNavigatorMoveFirstItem,
  273. this.bindingNavigatorMovePreviousItem,
  274. this.bindingNavigatorSeparator,
  275. this.bindingNavigatorPositionItem,
  276. this.bindingNavigatorCountItem,
  277. this.bindingNavigatorSeparator1,
  278. this.bindingNavigatorMoveNextItem,
  279. this.bindingNavigatorMoveLastItem,
  280. this.bindingNavigatorSeparator2,
  281. this.bindingNavigatorAddNewItem,
  282. this.bindingNavigatorDeleteItem,
  283. this.студентыBindingNavigatorSaveItem});
  284. this.студентыBindingNavigator.Location = new System.Drawing.Point(0, 0);
  285. this.студентыBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
  286. this.студентыBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
  287. this.студентыBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
  288. this.студентыBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
  289. this.студентыBindingNavigator.Name = "студентыBindingNavigator";
  290. this.студентыBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
  291. this.студентыBindingNavigator.Size = new System.Drawing.Size(808, 25);
  292. this.студентыBindingNavigator.TabIndex = 10;
  293. this.студентыBindingNavigator.Text = "bindingNavigator1";
  294. //
  295. // bindingNavigatorMoveFirstItem
  296. //
  297. this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  298. this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
  299. this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
  300. this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
  301. this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
  302. this.bindingNavigatorMoveFirstItem.Text = "Переместить в начало";
  303. //
  304. // bindingNavigatorMovePreviousItem
  305. //
  306. this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  307. this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
  308. this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
  309. this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
  310. this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
  311. this.bindingNavigatorMovePreviousItem.Text = "Переместить назад";
  312. //
  313. // bindingNavigatorSeparator
  314. //
  315. this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
  316. this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
  317. //
  318. // bindingNavigatorPositionItem
  319. //
  320. this.bindingNavigatorPositionItem.AccessibleName = "Положение";
  321. this.bindingNavigatorPositionItem.AutoSize = false;
  322. this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
  323. this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
  324. this.bindingNavigatorPositionItem.Text = "0";
  325. this.bindingNavigatorPositionItem.ToolTipText = "Текущее положение";
  326. //
  327. // bindingNavigatorCountItem
  328. //
  329. this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
  330. this.bindingNavigatorCountItem.Size = new System.Drawing.Size(43, 15);
  331. this.bindingNavigatorCountItem.Text = "для {0}";
  332. this.bindingNavigatorCountItem.ToolTipText = "Общее число элементов";
  333. //
  334. // bindingNavigatorSeparator1
  335. //
  336. this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator";
  337. this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 6);
  338. //
  339. // bindingNavigatorMoveNextItem
  340. //
  341. this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  342. this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
  343. this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
  344. this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
  345. this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 20);
  346. this.bindingNavigatorMoveNextItem.Text = "Переместить вперед";
  347. //
  348. // bindingNavigatorMoveLastItem
  349. //
  350. this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  351. this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
  352. this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
  353. this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
  354. this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 20);
  355. this.bindingNavigatorMoveLastItem.Text = "Переместить в конец";
  356. //
  357. // bindingNavigatorSeparator2
  358. //
  359. this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator";
  360. this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 6);
  361. //
  362. // bindingNavigatorAddNewItem
  363. //
  364. this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  365. this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
  366. this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
  367. this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
  368. this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
  369. this.bindingNavigatorAddNewItem.Text = "Добавить";
  370. //
  371. // bindingNavigatorDeleteItem
  372. //
  373. this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  374. this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
  375. this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
  376. this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
  377. this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 20);
  378. this.bindingNavigatorDeleteItem.Text = "Удалить";
  379. //
  380. // студентыBindingNavigatorSaveItem
  381. //
  382. this.студентыBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  383. this.студентыBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("студентыBindingNavigatorSaveItem.Image")));
  384. this.студентыBindingNavigatorSaveItem.Name = "студентыBindingNavigatorSaveItem";
  385. this.студентыBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 23);
  386. this.студентыBindingNavigatorSaveItem.Text = "Сохранить данные";
  387. this.студентыBindingNavigatorSaveItem.Click += new System.EventHandler(this.студентыBindingNavigatorSaveItem_Click_1);
  388. //
  389. // студентыDataGridView
  390. //
  391. this.студентыDataGridView.AutoGenerateColumns = false;
  392. this.студентыDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  393. this.студентыDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  394. this.dataGridViewTextBoxColumn2,
  395. this.dataGridViewTextBoxColumn3,
  396. this.dataGridViewTextBoxColumn4,
  397. this.dataGridViewTextBoxColumn5,
  398. this.dataGridViewTextBoxColumn6,
  399. this.dataGridViewTextBoxColumn7,
  400. this.dataGridViewTextBoxColumn8,
  401. this.dataGridViewTextBoxColumn9,
  402. this.dataGridViewTextBoxColumn10,
  403. this.dataGridViewTextBoxColumn11,
  404. this.dataGridViewTextBoxColumn12,
  405. this.dataGridViewCheckBoxColumn1});
  406. this.студентыDataGridView.DataSource = this.студентыBindingSource;
  407. this.студентыDataGridView.Location = new System.Drawing.Point(89, 110);
  408. this.студентыDataGridView.Name = "студентыDataGridView";
  409. this.студентыDataGridView.Size = new System.Drawing.Size(437, 220);
  410. this.студентыDataGridView.TabIndex = 11;
  411. //
  412. // dataGridViewTextBoxColumn2
  413. //
  414. this.dataGridViewTextBoxColumn2.DataPropertyName = "ФИО";
  415. this.dataGridViewTextBoxColumn2.HeaderText = "ФИО";
  416. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  417. //
  418. // dataGridViewTextBoxColumn3
  419. //
  420. this.dataGridViewTextBoxColumn3.DataPropertyName = "Пол";
  421. this.dataGridViewTextBoxColumn3.HeaderText = "Пол";
  422. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  423. //
  424. // dataGridViewTextBoxColumn4
  425. //
  426. this.dataGridViewTextBoxColumn4.DataPropertyName = "Дата рождения";
  427. this.dataGridViewTextBoxColumn4.HeaderText = "Дата рождения";
  428. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  429. //
  430. // dataGridViewTextBoxColumn5
  431. //
  432. this.dataGridViewTextBoxColumn5.DataPropertyName = "Родители";
  433. this.dataGridViewTextBoxColumn5.HeaderText = "Родители";
  434. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  435. //
  436. // dataGridViewTextBoxColumn6
  437. //
  438. this.dataGridViewTextBoxColumn6.DataPropertyName = "Адрес";
  439. this.dataGridViewTextBoxColumn6.HeaderText = "Адрес";
  440. this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
  441. //
  442. // dataGridViewTextBoxColumn7
  443. //
  444. this.dataGridViewTextBoxColumn7.DataPropertyName = "Телефон";
  445. this.dataGridViewTextBoxColumn7.HeaderText = "Телефон";
  446. this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
  447. //
  448. // dataGridViewTextBoxColumn8
  449. //
  450. this.dataGridViewTextBoxColumn8.DataPropertyName = "Паспортные даныне";
  451. this.dataGridViewTextBoxColumn8.HeaderText = "Паспортные даныне";
  452. this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
  453. //
  454. // dataGridViewTextBoxColumn9
  455. //
  456. this.dataGridViewTextBoxColumn9.DataPropertyName = "Номер зачетки";
  457. this.dataGridViewTextBoxColumn9.HeaderText = "Номер зачетки";
  458. this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
  459. //
  460. // dataGridViewTextBoxColumn10
  461. //
  462. this.dataGridViewTextBoxColumn10.DataPropertyName = "Дата поступления";
  463. this.dataGridViewTextBoxColumn10.HeaderText = "Дата поступления";
  464. this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
  465. //
  466. // dataGridViewTextBoxColumn11
  467. //
  468. this.dataGridViewTextBoxColumn11.DataPropertyName = "Группа";
  469. this.dataGridViewTextBoxColumn11.HeaderText = "Группа";
  470. this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11";
  471. //
  472. // dataGridViewTextBoxColumn12
  473. //
  474. this.dataGridViewTextBoxColumn12.DataPropertyName = "Курс";
  475. this.dataGridViewTextBoxColumn12.HeaderText = "Курс";
  476. this.dataGridViewTextBoxColumn12.Name = "dataGridViewTextBoxColumn12";
  477. //
  478. // dataGridViewCheckBoxColumn1
  479. //
  480. this.dataGridViewCheckBoxColumn1.DataPropertyName = "Очная форма обучения";
  481. this.dataGridViewCheckBoxColumn1.HeaderText = "Очная форма обучения";
  482. this.dataGridViewCheckBoxColumn1.Name = "dataGridViewCheckBoxColumn1";
  483. //
  484. // Form2
  485. //
  486. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  487. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  488. this.ClientSize = new System.Drawing.Size(808, 511);
  489. this.Controls.Add(this.студентыDataGridView);
  490. this.Controls.Add(this.студентыBindingNavigator);
  491. this.Controls.Add(this.label4);
  492. this.Controls.Add(this.label3);
  493. this.Controls.Add(this.comboBox1);
  494. this.Controls.Add(this.textBox1);
  495. this.Controls.Add(this.button4);
  496. this.Controls.Add(this.button5);
  497. this.Controls.Add(this.button3);
  498. this.Controls.Add(this.button2);
  499. this.Controls.Add(this.label2);
  500. this.Controls.Add(this.groupBox1);
  501. this.Name = "Form2";
  502. this.Text = "D";
  503. this.Load += new System.EventHandler(this.Form2_Load);
  504. this.groupBox1.ResumeLayout(false);
  505. this.groupBox1.PerformLayout();
  506. ((System.ComponentModel.ISupportInitialize)(this.studentsDataSet)).EndInit();
  507. ((System.ComponentModel.ISupportInitialize)(this.студентыBindingSource)).EndInit();
  508. ((System.ComponentModel.ISupportInitialize)(this.студентыBindingNavigator)).EndInit();
  509. this.студентыBindingNavigator.ResumeLayout(false);
  510. this.студентыBindingNavigator.PerformLayout();
  511. ((System.ComponentModel.ISupportInitialize)(this.студентыDataGridView)).EndInit();
  512. this.ResumeLayout(false);
  513. this.PerformLayout();
  514. }
  515. #endregion
  516. private System.Windows.Forms.GroupBox groupBox1;
  517. private System.Windows.Forms.Button button1;
  518. private System.Windows.Forms.RadioButton radioButton2;
  519. private System.Windows.Forms.RadioButton radioButton1;
  520. private System.Windows.Forms.Label label1;
  521. private System.Windows.Forms.Label label2;
  522. private System.Windows.Forms.Button button2;
  523. private System.Windows.Forms.Button button3;
  524. private System.Windows.Forms.Button button4;
  525. private System.Windows.Forms.Button button5;
  526. private System.Windows.Forms.TextBox textBox1;
  527. private System.Windows.Forms.ComboBox comboBox1;
  528. private System.Windows.Forms.Label label3;
  529. private System.Windows.Forms.Label label4;
  530. private System.Windows.Forms.ListBox listBox1;
  531. private StudentsDataSet studentsDataSet;
  532. private System.Windows.Forms.BindingSource студентыBindingSource;
  533. private StudentsDataSetTableAdapters.СтудентыTableAdapter студентыTableAdapter;
  534. private StudentsDataSetTableAdapters.TableAdapterManager tableAdapterManager;
  535. private System.Windows.Forms.BindingNavigator студентыBindingNavigator;
  536. private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
  537. private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
  538. private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
  539. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
  540. private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
  541. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
  542. private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
  543. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
  544. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
  545. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
  546. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
  547. private System.Windows.Forms.ToolStripButton студентыBindingNavigatorSaveItem;
  548. private System.Windows.Forms.DataGridView студентыDataGridView;
  549. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  550. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  551. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  552. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  553. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
  554. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
  555. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
  556. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
  557. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10;
  558. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11;
  559. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn12;
  560. private System.Windows.Forms.DataGridViewCheckBoxColumn dataGridViewCheckBoxColumn1;
  561. }
  562. }