Form6.Designer.cs 33 KB

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