Students.Designer.cs 41 KB

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