Form4.Designer.cs 42 KB

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