Form6.Designer.cs 34 KB

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