Form4.Designer.cs 40 KB

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