Form4.Designer.cs 42 KB

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