Form6.Designer.cs 33 KB

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