Form6.Designer.cs 33 KB

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