Form4.Designer.cs 42 KB

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