Students.Designer.cs 41 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694
  1. namespace KotenkovStudents
  2. {
  3. partial class Students
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.Windows.Forms.Label фИОLabel;
  30. System.Windows.Forms.Label дата_рожденияLabel;
  31. System.Windows.Forms.Label адресLabel;
  32. System.Windows.Forms.Label телефонLabel;
  33. System.Windows.Forms.Label паспортные_данынеLabel;
  34. System.Windows.Forms.Label номер_зачеткиLabel;
  35. System.Windows.Forms.Label дата_поступленияLabel;
  36. System.Windows.Forms.Label группаLabel;
  37. System.Windows.Forms.Label код_специальностиLabel;
  38. System.Windows.Forms.Label очная_форма_обученияLabel;
  39. System.Windows.Forms.Label курсLabel1;
  40. System.Windows.Forms.Label полLabel1;
  41. System.Windows.Forms.Label родителиLabel;
  42. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Students));
  43. this.studentsDataSet = new KotenkovStudents.StudentsDataSet();
  44. this.студентыBindingSource = new System.Windows.Forms.BindingSource(this.components);
  45. this.студентыTableAdapter = new KotenkovStudents.StudentsDataSetTableAdapters.СтудентыTableAdapter();
  46. this.tableAdapterManager = new KotenkovStudents.StudentsDataSetTableAdapters.TableAdapterManager();
  47. this.студентыBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
  48. this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
  49. this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
  50. this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
  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.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  56. this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
  57. this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
  58. this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  59. this.студентыBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
  60. this.фИОTextBox = new System.Windows.Forms.TextBox();
  61. this.дата_рожденияDateTimePicker = new System.Windows.Forms.DateTimePicker();
  62. this.адресTextBox = new System.Windows.Forms.TextBox();
  63. this.дата_поступленияDateTimePicker = new System.Windows.Forms.DateTimePicker();
  64. this.группаTextBox = new System.Windows.Forms.TextBox();
  65. this.label1 = new System.Windows.Forms.Label();
  66. this.очная_форма_обученияCheckBox = new System.Windows.Forms.CheckBox();
  67. this.button1 = new System.Windows.Forms.Button();
  68. this.button2 = new System.Windows.Forms.Button();
  69. this.button3 = new System.Windows.Forms.Button();
  70. this.button4 = new System.Windows.Forms.Button();
  71. this.button5 = new System.Windows.Forms.Button();
  72. this.button6 = new System.Windows.Forms.Button();
  73. this.button7 = new System.Windows.Forms.Button();
  74. this.maskedTextBox3 = new System.Windows.Forms.MaskedTextBox();
  75. this.maskedTextBox4 = new System.Windows.Forms.MaskedTextBox();
  76. this.maskedTextBox1 = new System.Windows.Forms.MaskedTextBox();
  77. this.курсNumericUpDown = new System.Windows.Forms.NumericUpDown();
  78. this.полComboBox = new System.Windows.Forms.ComboBox();
  79. this.родителиComboBox = new System.Windows.Forms.ComboBox();
  80. this.comboBox1 = new System.Windows.Forms.ComboBox();
  81. this.специальностиBindingSource = new System.Windows.Forms.BindingSource(this.components);
  82. this.специальностиTableAdapter = new KotenkovStudents.StudentsDataSetTableAdapters.СпециальностиTableAdapter();
  83. this.button8 = new System.Windows.Forms.Button();
  84. фИОLabel = new System.Windows.Forms.Label();
  85. дата_рожденияLabel = new System.Windows.Forms.Label();
  86. адресLabel = new System.Windows.Forms.Label();
  87. телефонLabel = new System.Windows.Forms.Label();
  88. паспортные_данынеLabel = new System.Windows.Forms.Label();
  89. номер_зачеткиLabel = new System.Windows.Forms.Label();
  90. дата_поступленияLabel = new System.Windows.Forms.Label();
  91. группаLabel = new System.Windows.Forms.Label();
  92. код_специальностиLabel = new System.Windows.Forms.Label();
  93. очная_форма_обученияLabel = new System.Windows.Forms.Label();
  94. курсLabel1 = new System.Windows.Forms.Label();
  95. полLabel1 = new System.Windows.Forms.Label();
  96. родителиLabel = new System.Windows.Forms.Label();
  97. ((System.ComponentModel.ISupportInitialize)(this.studentsDataSet)).BeginInit();
  98. ((System.ComponentModel.ISupportInitialize)(this.студентыBindingSource)).BeginInit();
  99. ((System.ComponentModel.ISupportInitialize)(this.студентыBindingNavigator)).BeginInit();
  100. this.студентыBindingNavigator.SuspendLayout();
  101. ((System.ComponentModel.ISupportInitialize)(this.курсNumericUpDown)).BeginInit();
  102. ((System.ComponentModel.ISupportInitialize)(this.специальностиBindingSource)).BeginInit();
  103. this.SuspendLayout();
  104. //
  105. // фИОLabel
  106. //
  107. фИОLabel.AutoSize = true;
  108. фИОLabel.Location = new System.Drawing.Point(352, 67);
  109. фИОLabel.Name = "фИОLabel";
  110. фИОLabel.Size = new System.Drawing.Size(37, 13);
  111. фИОLabel.TabIndex = 1;
  112. фИОLabel.Text = "ФИО:";
  113. //
  114. // дата_рожденияLabel
  115. //
  116. дата_рожденияLabel.AutoSize = true;
  117. дата_рожденияLabel.Location = new System.Drawing.Point(300, 142);
  118. дата_рожденияLabel.Name = "дата_рожденияLabel";
  119. дата_рожденияLabel.Size = new System.Drawing.Size(89, 13);
  120. дата_рожденияLabel.TabIndex = 5;
  121. дата_рожденияLabel.Text = "Дата рождения:";
  122. //
  123. // адресLabel
  124. //
  125. адресLabel.AutoSize = true;
  126. адресLabel.Location = new System.Drawing.Point(348, 196);
  127. адресLabel.Name = "адресLabel";
  128. адресLabel.Size = new System.Drawing.Size(41, 13);
  129. адресLabel.TabIndex = 9;
  130. адресLabel.Text = "Адрес:";
  131. //
  132. // телефонLabel
  133. //
  134. телефонLabel.AutoSize = true;
  135. телефонLabel.Location = new System.Drawing.Point(334, 228);
  136. телефонLabel.Name = "телефонLabel";
  137. телефонLabel.Size = new System.Drawing.Size(55, 13);
  138. телефонLabel.TabIndex = 11;
  139. телефонLabel.Text = "Телефон:";
  140. //
  141. // паспортные_данынеLabel
  142. //
  143. паспортные_данынеLabel.AutoSize = true;
  144. паспортные_данынеLabel.Location = new System.Drawing.Point(275, 257);
  145. паспортные_данынеLabel.Name = "паспортные_данынеLabel";
  146. паспортные_данынеLabel.Size = new System.Drawing.Size(114, 13);
  147. паспортные_данынеLabel.TabIndex = 13;
  148. паспортные_данынеLabel.Text = "Паспортные даныне:";
  149. //
  150. // номер_зачеткиLabel
  151. //
  152. номер_зачеткиLabel.AutoSize = true;
  153. номер_зачеткиLabel.Location = new System.Drawing.Point(300, 288);
  154. номер_зачеткиLabel.Name = "номер_зачеткиLabel";
  155. номер_зачеткиLabel.Size = new System.Drawing.Size(87, 13);
  156. номер_зачеткиLabel.TabIndex = 15;
  157. номер_зачеткиLabel.Text = "Номер зачетки:";
  158. //
  159. // дата_поступленияLabel
  160. //
  161. дата_поступленияLabel.AutoSize = true;
  162. дата_поступленияLabel.Location = new System.Drawing.Point(284, 320);
  163. дата_поступленияLabel.Name = "дата_поступленияLabel";
  164. дата_поступленияLabel.Size = new System.Drawing.Size(103, 13);
  165. дата_поступленияLabel.TabIndex = 17;
  166. дата_поступленияLabel.Text = "Дата поступления:";
  167. //
  168. // группаLabel
  169. //
  170. группаLabel.AutoSize = true;
  171. группаLabel.Location = new System.Drawing.Point(344, 352);
  172. группаLabel.Name = "группаLabel";
  173. группаLabel.Size = new System.Drawing.Size(45, 13);
  174. группаLabel.TabIndex = 19;
  175. группаLabel.Text = "Группа:";
  176. //
  177. // код_специальностиLabel
  178. //
  179. код_специальностиLabel.AutoSize = true;
  180. код_специальностиLabel.Location = new System.Drawing.Point(280, 412);
  181. код_специальностиLabel.Name = "код_специальностиLabel";
  182. код_специальностиLabel.Size = new System.Drawing.Size(109, 13);
  183. код_специальностиLabel.TabIndex = 23;
  184. код_специальностиLabel.Text = "Код специальности:";
  185. //
  186. // очная_форма_обученияLabel
  187. //
  188. очная_форма_обученияLabel.AutoSize = true;
  189. очная_форма_обученияLabel.Location = new System.Drawing.Point(262, 447);
  190. очная_форма_обученияLabel.Name = "очная_форма_обученияLabel";
  191. очная_форма_обученияLabel.Size = new System.Drawing.Size(127, 13);
  192. очная_форма_обученияLabel.TabIndex = 26;
  193. очная_форма_обученияLabel.Text = "Очная форма обучения:";
  194. //
  195. // курсLabel1
  196. //
  197. курсLabel1.AutoSize = true;
  198. курсLabel1.Location = new System.Drawing.Point(355, 381);
  199. курсLabel1.Name = "курсLabel1";
  200. курсLabel1.Size = new System.Drawing.Size(34, 13);
  201. курсLabel1.TabIndex = 41;
  202. курсLabel1.Text = "Курс:";
  203. //
  204. // полLabel1
  205. //
  206. полLabel1.AutoSize = true;
  207. полLabel1.Location = new System.Drawing.Point(359, 103);
  208. полLabel1.Name = "полLabel1";
  209. полLabel1.Size = new System.Drawing.Size(30, 13);
  210. полLabel1.TabIndex = 42;
  211. полLabel1.Text = "Пол:";
  212. //
  213. // родителиLabel
  214. //
  215. родителиLabel.AutoSize = true;
  216. родителиLabel.Location = new System.Drawing.Point(331, 167);
  217. родителиLabel.Name = "родителиLabel";
  218. родителиLabel.Size = new System.Drawing.Size(58, 13);
  219. родителиLabel.TabIndex = 43;
  220. родителиLabel.Text = "Родители:";
  221. //
  222. // studentsDataSet
  223. //
  224. this.studentsDataSet.DataSetName = "StudentsDataSet";
  225. this.studentsDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  226. //
  227. // студентыBindingSource
  228. //
  229. this.студентыBindingSource.DataMember = "Студенты";
  230. this.студентыBindingSource.DataSource = this.studentsDataSet;
  231. //
  232. // студентыTableAdapter
  233. //
  234. this.студентыTableAdapter.ClearBeforeFill = true;
  235. //
  236. // tableAdapterManager
  237. //
  238. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  239. this.tableAdapterManager.UpdateOrder = KotenkovStudents.StudentsDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  240. this.tableAdapterManager.ОценкиTableAdapter = null;
  241. this.tableAdapterManager.ПредметыTableAdapter = null;
  242. this.tableAdapterManager.СпециальностиTableAdapter = null;
  243. this.tableAdapterManager.СтудентыTableAdapter = this.студентыTableAdapter;
  244. //
  245. // студентыBindingNavigator
  246. //
  247. this.студентыBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
  248. this.студентыBindingNavigator.BindingSource = this.студентыBindingSource;
  249. this.студентыBindingNavigator.CountItem = this.bindingNavigatorCountItem;
  250. this.студентыBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
  251. this.студентыBindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  252. this.bindingNavigatorMoveFirstItem,
  253. this.bindingNavigatorMovePreviousItem,
  254. this.bindingNavigatorSeparator,
  255. this.bindingNavigatorPositionItem,
  256. this.bindingNavigatorCountItem,
  257. this.bindingNavigatorSeparator1,
  258. this.bindingNavigatorMoveNextItem,
  259. this.bindingNavigatorMoveLastItem,
  260. this.bindingNavigatorSeparator2,
  261. this.bindingNavigatorAddNewItem,
  262. this.bindingNavigatorDeleteItem,
  263. this.студентыBindingNavigatorSaveItem});
  264. this.студентыBindingNavigator.Location = new System.Drawing.Point(0, 0);
  265. this.студентыBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
  266. this.студентыBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
  267. this.студентыBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
  268. this.студентыBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
  269. this.студентыBindingNavigator.Name = "студентыBindingNavigator";
  270. this.студентыBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
  271. this.студентыBindingNavigator.Size = new System.Drawing.Size(893, 25);
  272. this.студентыBindingNavigator.TabIndex = 0;
  273. this.студентыBindingNavigator.Text = "bindingNavigator1";
  274. //
  275. // bindingNavigatorAddNewItem
  276. //
  277. this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  278. this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
  279. this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
  280. this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
  281. this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
  282. this.bindingNavigatorAddNewItem.Text = "Добавить";
  283. //
  284. // bindingNavigatorCountItem
  285. //
  286. this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
  287. this.bindingNavigatorCountItem.Size = new System.Drawing.Size(43, 22);
  288. this.bindingNavigatorCountItem.Text = "для {0}";
  289. this.bindingNavigatorCountItem.ToolTipText = "Общее число элементов";
  290. //
  291. // bindingNavigatorDeleteItem
  292. //
  293. this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  294. this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
  295. this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
  296. this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
  297. this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22);
  298. this.bindingNavigatorDeleteItem.Text = "Удалить";
  299. //
  300. // bindingNavigatorMoveFirstItem
  301. //
  302. this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  303. this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
  304. this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
  305. this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
  306. this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
  307. this.bindingNavigatorMoveFirstItem.Text = "Переместить в начало";
  308. //
  309. // bindingNavigatorMovePreviousItem
  310. //
  311. this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  312. this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
  313. this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
  314. this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
  315. this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
  316. this.bindingNavigatorMovePreviousItem.Text = "Переместить назад";
  317. //
  318. // bindingNavigatorSeparator
  319. //
  320. this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
  321. this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
  322. //
  323. // bindingNavigatorPositionItem
  324. //
  325. this.bindingNavigatorPositionItem.AccessibleName = "Положение";
  326. this.bindingNavigatorPositionItem.AutoSize = false;
  327. this.bindingNavigatorPositionItem.Font = new System.Drawing.Font("Segoe UI", 9F);
  328. this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
  329. this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
  330. this.bindingNavigatorPositionItem.Text = "0";
  331. this.bindingNavigatorPositionItem.ToolTipText = "Текущее положение";
  332. //
  333. // bindingNavigatorSeparator1
  334. //
  335. this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
  336. this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
  337. //
  338. // bindingNavigatorMoveNextItem
  339. //
  340. this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  341. this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
  342. this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
  343. this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
  344. this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
  345. this.bindingNavigatorMoveNextItem.Text = "Переместить вперед";
  346. //
  347. // bindingNavigatorMoveLastItem
  348. //
  349. this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  350. this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
  351. this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
  352. this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
  353. this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
  354. this.bindingNavigatorMoveLastItem.Text = "Переместить в конец";
  355. //
  356. // bindingNavigatorSeparator2
  357. //
  358. this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
  359. this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
  360. //
  361. // студентыBindingNavigatorSaveItem
  362. //
  363. this.студентыBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  364. this.студентыBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("студентыBindingNavigatorSaveItem.Image")));
  365. this.студентыBindingNavigatorSaveItem.Name = "студентыBindingNavigatorSaveItem";
  366. this.студентыBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 22);
  367. this.студентыBindingNavigatorSaveItem.Text = "Сохранить данные";
  368. this.студентыBindingNavigatorSaveItem.Click += new System.EventHandler(this.студентыBindingNavigatorSaveItem_Click);
  369. //
  370. // фИОTextBox
  371. //
  372. this.фИОTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.студентыBindingSource, "ФИО", true));
  373. this.фИОTextBox.Location = new System.Drawing.Point(395, 64);
  374. this.фИОTextBox.Name = "фИОTextBox";
  375. this.фИОTextBox.Size = new System.Drawing.Size(100, 20);
  376. this.фИОTextBox.TabIndex = 2;
  377. //
  378. // дата_рожденияDateTimePicker
  379. //
  380. this.дата_рожденияDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.студентыBindingSource, "Дата рождения", true));
  381. this.дата_рожденияDateTimePicker.Location = new System.Drawing.Point(395, 138);
  382. this.дата_рожденияDateTimePicker.Name = "дата_рожденияDateTimePicker";
  383. this.дата_рожденияDateTimePicker.Size = new System.Drawing.Size(200, 20);
  384. this.дата_рожденияDateTimePicker.TabIndex = 6;
  385. //
  386. // адресTextBox
  387. //
  388. this.адресTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.студентыBindingSource, "Адрес", true));
  389. this.адресTextBox.Location = new System.Drawing.Point(395, 193);
  390. this.адресTextBox.Name = "адресTextBox";
  391. this.адресTextBox.Size = new System.Drawing.Size(100, 20);
  392. this.адресTextBox.TabIndex = 10;
  393. //
  394. // дата_поступленияDateTimePicker
  395. //
  396. this.дата_поступленияDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.студентыBindingSource, "Дата поступления", true));
  397. this.дата_поступленияDateTimePicker.Location = new System.Drawing.Point(393, 316);
  398. this.дата_поступленияDateTimePicker.Name = "дата_поступленияDateTimePicker";
  399. this.дата_поступленияDateTimePicker.Size = new System.Drawing.Size(200, 20);
  400. this.дата_поступленияDateTimePicker.TabIndex = 18;
  401. //
  402. // группаTextBox
  403. //
  404. this.группаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.студентыBindingSource, "Группа", true));
  405. this.группаTextBox.Location = new System.Drawing.Point(395, 349);
  406. this.группаTextBox.Name = "группаTextBox";
  407. this.группаTextBox.Size = new System.Drawing.Size(100, 20);
  408. this.группаTextBox.TabIndex = 20;
  409. //
  410. // label1
  411. //
  412. this.label1.AutoSize = true;
  413. this.label1.Location = new System.Drawing.Point(384, 36);
  414. this.label1.Name = "label1";
  415. this.label1.Size = new System.Drawing.Size(111, 13);
  416. this.label1.TabIndex = 25;
  417. this.label1.Text = "Таблица \"Студенты\"";
  418. //
  419. // очная_форма_обученияCheckBox
  420. //
  421. this.очная_форма_обученияCheckBox.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.студентыBindingSource, "Очная форма обучения", true));
  422. this.очная_форма_обученияCheckBox.Location = new System.Drawing.Point(395, 442);
  423. this.очная_форма_обученияCheckBox.Name = "очная_форма_обученияCheckBox";
  424. this.очная_форма_обученияCheckBox.Size = new System.Drawing.Size(104, 24);
  425. this.очная_форма_обученияCheckBox.TabIndex = 27;
  426. this.очная_форма_обученияCheckBox.UseVisualStyleBackColor = true;
  427. //
  428. // button1
  429. //
  430. this.button1.Location = new System.Drawing.Point(297, 495);
  431. this.button1.Name = "button1";
  432. this.button1.Size = new System.Drawing.Size(96, 23);
  433. this.button1.TabIndex = 28;
  434. this.button1.Text = "Первая";
  435. this.button1.UseVisualStyleBackColor = true;
  436. this.button1.Click += new System.EventHandler(this.button1_Click);
  437. //
  438. // button2
  439. //
  440. this.button2.Location = new System.Drawing.Point(397, 495);
  441. this.button2.Name = "button2";
  442. this.button2.Size = new System.Drawing.Size(98, 23);
  443. this.button2.TabIndex = 29;
  444. this.button2.Text = "Предыдущаю";
  445. this.button2.UseVisualStyleBackColor = true;
  446. this.button2.Click += new System.EventHandler(this.button2_Click);
  447. //
  448. // button3
  449. //
  450. this.button3.Location = new System.Drawing.Point(501, 495);
  451. this.button3.Name = "button3";
  452. this.button3.Size = new System.Drawing.Size(96, 23);
  453. this.button3.TabIndex = 30;
  454. this.button3.Text = "Добавить";
  455. this.button3.UseVisualStyleBackColor = true;
  456. this.button3.Click += new System.EventHandler(this.button3_Click);
  457. //
  458. // button4
  459. //
  460. this.button4.Location = new System.Drawing.Point(501, 524);
  461. this.button4.Name = "button4";
  462. this.button4.Size = new System.Drawing.Size(96, 23);
  463. this.button4.TabIndex = 33;
  464. this.button4.Text = "Удалить";
  465. this.button4.UseVisualStyleBackColor = true;
  466. this.button4.Click += new System.EventHandler(this.button4_Click);
  467. //
  468. // button5
  469. //
  470. this.button5.Location = new System.Drawing.Point(399, 524);
  471. this.button5.Name = "button5";
  472. this.button5.Size = new System.Drawing.Size(96, 23);
  473. this.button5.TabIndex = 32;
  474. this.button5.Text = "Следующая";
  475. this.button5.UseVisualStyleBackColor = true;
  476. this.button5.Click += new System.EventHandler(this.button5_Click);
  477. //
  478. // button6
  479. //
  480. this.button6.Location = new System.Drawing.Point(297, 524);
  481. this.button6.Name = "button6";
  482. this.button6.Size = new System.Drawing.Size(96, 23);
  483. this.button6.TabIndex = 31;
  484. this.button6.Text = "Последняя";
  485. this.button6.UseVisualStyleBackColor = true;
  486. this.button6.Click += new System.EventHandler(this.button6_Click);
  487. //
  488. // button7
  489. //
  490. this.button7.Location = new System.Drawing.Point(399, 553);
  491. this.button7.Name = "button7";
  492. this.button7.Size = new System.Drawing.Size(96, 23);
  493. this.button7.TabIndex = 36;
  494. this.button7.Text = "Сохранить";
  495. this.button7.UseVisualStyleBackColor = true;
  496. this.button7.Click += new System.EventHandler(this.button7_Click);
  497. //
  498. // maskedTextBox3
  499. //
  500. this.maskedTextBox3.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.студентыBindingSource, "Телефон", true));
  501. this.maskedTextBox3.Location = new System.Drawing.Point(396, 228);
  502. this.maskedTextBox3.Mask = "+7 (999) 000-0000";
  503. this.maskedTextBox3.Name = "maskedTextBox3";
  504. this.maskedTextBox3.Size = new System.Drawing.Size(197, 20);
  505. this.maskedTextBox3.TabIndex = 39;
  506. //
  507. // maskedTextBox4
  508. //
  509. this.maskedTextBox4.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.студентыBindingSource, "Паспортные даныне", true));
  510. this.maskedTextBox4.Location = new System.Drawing.Point(395, 257);
  511. this.maskedTextBox4.Mask = "0000-000000";
  512. this.maskedTextBox4.Name = "maskedTextBox4";
  513. this.maskedTextBox4.Size = new System.Drawing.Size(198, 20);
  514. this.maskedTextBox4.TabIndex = 40;
  515. //
  516. // maskedTextBox1
  517. //
  518. this.maskedTextBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.студентыBindingSource, "Номер зачетки", true));
  519. this.maskedTextBox1.Location = new System.Drawing.Point(395, 288);
  520. this.maskedTextBox1.Mask = "00000";
  521. this.maskedTextBox1.Name = "maskedTextBox1";
  522. this.maskedTextBox1.Size = new System.Drawing.Size(198, 20);
  523. this.maskedTextBox1.TabIndex = 41;
  524. this.maskedTextBox1.ValidatingType = typeof(int);
  525. //
  526. // курсNumericUpDown
  527. //
  528. this.курсNumericUpDown.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.студентыBindingSource, "Курс", true));
  529. this.курсNumericUpDown.Location = new System.Drawing.Point(395, 381);
  530. this.курсNumericUpDown.Name = "курсNumericUpDown";
  531. this.курсNumericUpDown.Size = new System.Drawing.Size(120, 20);
  532. this.курсNumericUpDown.TabIndex = 42;
  533. //
  534. // полComboBox
  535. //
  536. this.полComboBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.студентыBindingSource, "Пол", true));
  537. this.полComboBox.FormattingEnabled = true;
  538. this.полComboBox.Items.AddRange(new object[] {
  539. "Мужской ",
  540. "Женский"});
  541. this.полComboBox.Location = new System.Drawing.Point(395, 100);
  542. this.полComboBox.Name = "полComboBox";
  543. this.полComboBox.Size = new System.Drawing.Size(121, 21);
  544. this.полComboBox.TabIndex = 43;
  545. //
  546. // родителиComboBox
  547. //
  548. this.родителиComboBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.студентыBindingSource, "Родители", true));
  549. this.родителиComboBox.FormattingEnabled = true;
  550. this.родителиComboBox.Items.AddRange(new object[] {
  551. "Мать и отец",
  552. "Мать",
  553. "Отец",
  554. "Нет"});
  555. this.родителиComboBox.Location = new System.Drawing.Point(395, 164);
  556. this.родителиComboBox.Name = "родителиComboBox";
  557. this.родителиComboBox.Size = new System.Drawing.Size(121, 21);
  558. this.родителиComboBox.TabIndex = 44;
  559. //
  560. // comboBox1
  561. //
  562. this.comboBox1.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.студентыBindingSource, "Код специальности", true));
  563. this.comboBox1.DataSource = this.специальностиBindingSource;
  564. this.comboBox1.DisplayMember = "Название специальности";
  565. this.comboBox1.FormattingEnabled = true;
  566. this.comboBox1.Location = new System.Drawing.Point(395, 412);
  567. this.comboBox1.Name = "comboBox1";
  568. this.comboBox1.Size = new System.Drawing.Size(198, 21);
  569. this.comboBox1.TabIndex = 45;
  570. this.comboBox1.ValueMember = "Код специальности";
  571. //
  572. // специальностиBindingSource
  573. //
  574. this.специальностиBindingSource.DataMember = "Специальности";
  575. this.специальностиBindingSource.DataSource = this.studentsDataSet;
  576. //
  577. // специальностиTableAdapter
  578. //
  579. this.специальностиTableAdapter.ClearBeforeFill = true;
  580. //
  581. // button8
  582. //
  583. this.button8.Location = new System.Drawing.Point(297, 553);
  584. this.button8.Name = "button8";
  585. this.button8.Size = new System.Drawing.Size(96, 23);
  586. this.button8.TabIndex = 46;
  587. this.button8.Text = "Таблица";
  588. this.button8.UseVisualStyleBackColor = true;
  589. this.button8.Click += new System.EventHandler(this.button8_Click);
  590. //
  591. // Students
  592. //
  593. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  594. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  595. this.ClientSize = new System.Drawing.Size(893, 690);
  596. this.Controls.Add(this.button8);
  597. this.Controls.Add(this.comboBox1);
  598. this.Controls.Add(родителиLabel);
  599. this.Controls.Add(this.родителиComboBox);
  600. this.Controls.Add(полLabel1);
  601. this.Controls.Add(this.полComboBox);
  602. this.Controls.Add(курсLabel1);
  603. this.Controls.Add(this.курсNumericUpDown);
  604. this.Controls.Add(this.maskedTextBox1);
  605. this.Controls.Add(this.maskedTextBox4);
  606. this.Controls.Add(this.maskedTextBox3);
  607. this.Controls.Add(this.button7);
  608. this.Controls.Add(this.button4);
  609. this.Controls.Add(this.button5);
  610. this.Controls.Add(this.button6);
  611. this.Controls.Add(this.button3);
  612. this.Controls.Add(this.button2);
  613. this.Controls.Add(this.button1);
  614. this.Controls.Add(очная_форма_обученияLabel);
  615. this.Controls.Add(this.очная_форма_обученияCheckBox);
  616. this.Controls.Add(this.label1);
  617. this.Controls.Add(код_специальностиLabel);
  618. this.Controls.Add(группаLabel);
  619. this.Controls.Add(this.группаTextBox);
  620. this.Controls.Add(дата_поступленияLabel);
  621. this.Controls.Add(this.дата_поступленияDateTimePicker);
  622. this.Controls.Add(номер_зачеткиLabel);
  623. this.Controls.Add(паспортные_данынеLabel);
  624. this.Controls.Add(телефонLabel);
  625. this.Controls.Add(адресLabel);
  626. this.Controls.Add(this.адресTextBox);
  627. this.Controls.Add(дата_рожденияLabel);
  628. this.Controls.Add(this.дата_рожденияDateTimePicker);
  629. this.Controls.Add(фИОLabel);
  630. this.Controls.Add(this.фИОTextBox);
  631. this.Controls.Add(this.студентыBindingNavigator);
  632. this.Name = "Students";
  633. this.Text = "D";
  634. this.Load += new System.EventHandler(this.Form2_Load);
  635. ((System.ComponentModel.ISupportInitialize)(this.studentsDataSet)).EndInit();
  636. ((System.ComponentModel.ISupportInitialize)(this.студентыBindingSource)).EndInit();
  637. ((System.ComponentModel.ISupportInitialize)(this.студентыBindingNavigator)).EndInit();
  638. this.студентыBindingNavigator.ResumeLayout(false);
  639. this.студентыBindingNavigator.PerformLayout();
  640. ((System.ComponentModel.ISupportInitialize)(this.курсNumericUpDown)).EndInit();
  641. ((System.ComponentModel.ISupportInitialize)(this.специальностиBindingSource)).EndInit();
  642. this.ResumeLayout(false);
  643. this.PerformLayout();
  644. }
  645. #endregion
  646. private StudentsDataSet studentsDataSet;
  647. private System.Windows.Forms.BindingSource студентыBindingSource;
  648. private StudentsDataSetTableAdapters.СтудентыTableAdapter студентыTableAdapter;
  649. private StudentsDataSetTableAdapters.TableAdapterManager tableAdapterManager;
  650. private System.Windows.Forms.BindingNavigator студентыBindingNavigator;
  651. private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
  652. private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
  653. private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
  654. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
  655. private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
  656. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
  657. private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
  658. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
  659. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
  660. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
  661. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
  662. private System.Windows.Forms.ToolStripButton студентыBindingNavigatorSaveItem;
  663. private System.Windows.Forms.TextBox фИОTextBox;
  664. private System.Windows.Forms.DateTimePicker дата_рожденияDateTimePicker;
  665. private System.Windows.Forms.TextBox адресTextBox;
  666. private System.Windows.Forms.DateTimePicker дата_поступленияDateTimePicker;
  667. private System.Windows.Forms.TextBox группаTextBox;
  668. private System.Windows.Forms.Label label1;
  669. private System.Windows.Forms.CheckBox очная_форма_обученияCheckBox;
  670. private System.Windows.Forms.Button button1;
  671. private System.Windows.Forms.Button button2;
  672. private System.Windows.Forms.Button button3;
  673. private System.Windows.Forms.Button button4;
  674. private System.Windows.Forms.Button button5;
  675. private System.Windows.Forms.Button button6;
  676. private System.Windows.Forms.Button button7;
  677. private System.Windows.Forms.MaskedTextBox maskedTextBox3;
  678. private System.Windows.Forms.MaskedTextBox maskedTextBox4;
  679. private System.Windows.Forms.MaskedTextBox maskedTextBox1;
  680. private System.Windows.Forms.NumericUpDown курсNumericUpDown;
  681. private System.Windows.Forms.ComboBox полComboBox;
  682. private System.Windows.Forms.ComboBox родителиComboBox;
  683. private System.Windows.Forms.ComboBox comboBox1;
  684. private System.Windows.Forms.BindingSource специальностиBindingSource;
  685. private StudentsDataSetTableAdapters.СпециальностиTableAdapter специальностиTableAdapter;
  686. private System.Windows.Forms.Button button8;
  687. }
  688. }