Form4.Designer.cs 41 KB

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