Form4.Designer.cs 42 KB

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