Form4.Designer.cs 42 KB

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