Students.Designer.cs 35 KB

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