Form4.Designer.cs 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688
  1. namespace SavelevShevchenkoStudents
  2. {
  3. partial class Form4
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.Windows.Forms.Label fIOLabel;
  30. System.Windows.Forms.Label polLabel;
  31. System.Windows.Forms.Label data_pojdeniyaLabel;
  32. System.Windows.Forms.Label roditeliLabel;
  33. System.Windows.Forms.Label adresLabel;
  34. System.Windows.Forms.Label telephoneLabel;
  35. System.Windows.Forms.Label pasportnie_dannieLabel;
  36. System.Windows.Forms.Label nomer_zachetkiLabel;
  37. System.Windows.Forms.Label data_postypleniyaLabel;
  38. System.Windows.Forms.Label gryppaLabel;
  39. System.Windows.Forms.Label kypcLabel;
  40. System.Windows.Forms.Label ochnay_forma_obycheniyaLabel;
  41. System.Windows.Forms.Label iD_sresialnostuLabel;
  42. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form4));
  43. this.label1 = new System.Windows.Forms.Label();
  44. this.fIOTextBox = new System.Windows.Forms.TextBox();
  45. this.data_pojdeniyaDateTimePicker = new System.Windows.Forms.DateTimePicker();
  46. this.adresTextBox = new System.Windows.Forms.TextBox();
  47. this.data_postypleniyaDateTimePicker = new System.Windows.Forms.DateTimePicker();
  48. this.gryppaTextBox = new System.Windows.Forms.TextBox();
  49. this.ochnay_forma_obycheniyaCheckBox = new System.Windows.Forms.CheckBox();
  50. this.button1 = new System.Windows.Forms.Button();
  51. this.button2 = new System.Windows.Forms.Button();
  52. this.button3 = new System.Windows.Forms.Button();
  53. this.button4 = new System.Windows.Forms.Button();
  54. this.button5 = new System.Windows.Forms.Button();
  55. this.button6 = new System.Windows.Forms.Button();
  56. this.button7 = new System.Windows.Forms.Button();
  57. this.maskedTextBox1 = new System.Windows.Forms.MaskedTextBox();
  58. this.maskedTextBox3 = new System.Windows.Forms.MaskedTextBox();
  59. this.maskedTextBox2 = new System.Windows.Forms.MaskedTextBox();
  60. this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
  61. this.comboBox1 = new System.Windows.Forms.ComboBox();
  62. this.comboBox2 = new System.Windows.Forms.ComboBox();
  63. this.comboBox3 = new System.Windows.Forms.ComboBox();
  64. this.savelev_Shevchenko_pr2DataSet1 = new SavelevShevchenkoStudents.Savelev_Shevchenko_pr2DataSet1();
  65. this.studentBindingSource = new System.Windows.Forms.BindingSource(this.components);
  66. this.studentTableAdapter = new SavelevShevchenkoStudents.Savelev_Shevchenko_pr2DataSet1TableAdapters.StudentTableAdapter();
  67. this.tableAdapterManager = new SavelevShevchenkoStudents.Savelev_Shevchenko_pr2DataSet1TableAdapters.TableAdapterManager();
  68. this.specialnostBindingSource = new System.Windows.Forms.BindingSource(this.components);
  69. this.specialnostTableAdapter = new SavelevShevchenkoStudents.Savelev_Shevchenko_pr2DataSet1TableAdapters.SpecialnostTableAdapter();
  70. this.studentBindingSource1 = new System.Windows.Forms.BindingSource(this.components);
  71. this.predmetBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
  72. this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
  73. this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
  74. this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
  75. this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
  76. this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
  77. this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
  78. this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
  79. this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  80. this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
  81. this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
  82. this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  83. this.predmetBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
  84. fIOLabel = new System.Windows.Forms.Label();
  85. polLabel = new System.Windows.Forms.Label();
  86. data_pojdeniyaLabel = new System.Windows.Forms.Label();
  87. roditeliLabel = new System.Windows.Forms.Label();
  88. adresLabel = new System.Windows.Forms.Label();
  89. telephoneLabel = new System.Windows.Forms.Label();
  90. pasportnie_dannieLabel = new System.Windows.Forms.Label();
  91. nomer_zachetkiLabel = new System.Windows.Forms.Label();
  92. data_postypleniyaLabel = new System.Windows.Forms.Label();
  93. gryppaLabel = new System.Windows.Forms.Label();
  94. kypcLabel = new System.Windows.Forms.Label();
  95. ochnay_forma_obycheniyaLabel = new System.Windows.Forms.Label();
  96. iD_sresialnostuLabel = new System.Windows.Forms.Label();
  97. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
  98. ((System.ComponentModel.ISupportInitialize)(this.savelev_Shevchenko_pr2DataSet1)).BeginInit();
  99. ((System.ComponentModel.ISupportInitialize)(this.studentBindingSource)).BeginInit();
  100. ((System.ComponentModel.ISupportInitialize)(this.specialnostBindingSource)).BeginInit();
  101. ((System.ComponentModel.ISupportInitialize)(this.studentBindingSource1)).BeginInit();
  102. ((System.ComponentModel.ISupportInitialize)(this.predmetBindingNavigator)).BeginInit();
  103. this.predmetBindingNavigator.SuspendLayout();
  104. this.SuspendLayout();
  105. //
  106. // fIOLabel
  107. //
  108. fIOLabel.AutoSize = true;
  109. fIOLabel.Location = new System.Drawing.Point(251, 73);
  110. fIOLabel.Name = "fIOLabel";
  111. fIOLabel.Size = new System.Drawing.Size(27, 13);
  112. fIOLabel.TabIndex = 2;
  113. fIOLabel.Text = "FIO:";
  114. //
  115. // polLabel
  116. //
  117. polLabel.AutoSize = true;
  118. polLabel.Location = new System.Drawing.Point(254, 107);
  119. polLabel.Name = "polLabel";
  120. polLabel.Size = new System.Drawing.Size(24, 13);
  121. polLabel.TabIndex = 4;
  122. polLabel.Text = "pol:";
  123. //
  124. // data_pojdeniyaLabel
  125. //
  126. data_pojdeniyaLabel.AutoSize = true;
  127. data_pojdeniyaLabel.Location = new System.Drawing.Point(194, 138);
  128. data_pojdeniyaLabel.Name = "data_pojdeniyaLabel";
  129. data_pojdeniyaLabel.Size = new System.Drawing.Size(81, 13);
  130. data_pojdeniyaLabel.TabIndex = 6;
  131. data_pojdeniyaLabel.Text = "Data pojdeniya:";
  132. //
  133. // roditeliLabel
  134. //
  135. roditeliLabel.AutoSize = true;
  136. roditeliLabel.Location = new System.Drawing.Point(238, 166);
  137. roditeliLabel.Name = "roditeliLabel";
  138. roditeliLabel.Size = new System.Drawing.Size(40, 13);
  139. roditeliLabel.TabIndex = 8;
  140. roditeliLabel.Text = "roditeli:";
  141. //
  142. // adresLabel
  143. //
  144. adresLabel.AutoSize = true;
  145. adresLabel.Location = new System.Drawing.Point(242, 197);
  146. adresLabel.Name = "adresLabel";
  147. adresLabel.Size = new System.Drawing.Size(36, 13);
  148. adresLabel.TabIndex = 10;
  149. adresLabel.Text = "adres:";
  150. //
  151. // telephoneLabel
  152. //
  153. telephoneLabel.AutoSize = true;
  154. telephoneLabel.Location = new System.Drawing.Point(221, 227);
  155. telephoneLabel.Name = "telephoneLabel";
  156. telephoneLabel.Size = new System.Drawing.Size(57, 13);
  157. telephoneLabel.TabIndex = 12;
  158. telephoneLabel.Text = "telephone:";
  159. //
  160. // pasportnie_dannieLabel
  161. //
  162. pasportnie_dannieLabel.AutoSize = true;
  163. pasportnie_dannieLabel.Location = new System.Drawing.Point(183, 259);
  164. pasportnie_dannieLabel.Name = "pasportnie_dannieLabel";
  165. pasportnie_dannieLabel.Size = new System.Drawing.Size(95, 13);
  166. pasportnie_dannieLabel.TabIndex = 14;
  167. pasportnie_dannieLabel.Text = "Pasportnie dannie:";
  168. //
  169. // nomer_zachetkiLabel
  170. //
  171. nomer_zachetkiLabel.AutoSize = true;
  172. nomer_zachetkiLabel.Location = new System.Drawing.Point(194, 289);
  173. nomer_zachetkiLabel.Name = "nomer_zachetkiLabel";
  174. nomer_zachetkiLabel.Size = new System.Drawing.Size(84, 13);
  175. nomer_zachetkiLabel.TabIndex = 16;
  176. nomer_zachetkiLabel.Text = "Nomer zachetki:";
  177. nomer_zachetkiLabel.Click += new System.EventHandler(this.nomer_zachetkiLabel_Click);
  178. //
  179. // data_postypleniyaLabel
  180. //
  181. data_postypleniyaLabel.AutoSize = true;
  182. data_postypleniyaLabel.Location = new System.Drawing.Point(184, 315);
  183. data_postypleniyaLabel.Name = "data_postypleniyaLabel";
  184. data_postypleniyaLabel.Size = new System.Drawing.Size(94, 13);
  185. data_postypleniyaLabel.TabIndex = 18;
  186. data_postypleniyaLabel.Text = "Data postypleniya:";
  187. data_postypleniyaLabel.Click += new System.EventHandler(this.data_postypleniyaLabel_Click);
  188. //
  189. // gryppaLabel
  190. //
  191. gryppaLabel.AutoSize = true;
  192. gryppaLabel.Location = new System.Drawing.Point(231, 346);
  193. gryppaLabel.Name = "gryppaLabel";
  194. gryppaLabel.Size = new System.Drawing.Size(44, 13);
  195. gryppaLabel.TabIndex = 20;
  196. gryppaLabel.Text = "Gryppa:";
  197. //
  198. // kypcLabel
  199. //
  200. kypcLabel.AutoSize = true;
  201. kypcLabel.Location = new System.Drawing.Point(241, 375);
  202. kypcLabel.Name = "kypcLabel";
  203. kypcLabel.Size = new System.Drawing.Size(34, 13);
  204. kypcLabel.TabIndex = 22;
  205. kypcLabel.Text = "Kypc:";
  206. //
  207. // ochnay_forma_obycheniyaLabel
  208. //
  209. ochnay_forma_obycheniyaLabel.AutoSize = true;
  210. ochnay_forma_obycheniyaLabel.Location = new System.Drawing.Point(144, 445);
  211. ochnay_forma_obycheniyaLabel.Name = "ochnay_forma_obycheniyaLabel";
  212. ochnay_forma_obycheniyaLabel.Size = new System.Drawing.Size(134, 13);
  213. ochnay_forma_obycheniyaLabel.TabIndex = 24;
  214. ochnay_forma_obycheniyaLabel.Text = "ochnay forma obycheniya]:";
  215. //
  216. // label1
  217. //
  218. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  219. this.label1.ForeColor = System.Drawing.Color.DarkBlue;
  220. this.label1.Location = new System.Drawing.Point(262, 25);
  221. this.label1.Name = "label1";
  222. this.label1.Size = new System.Drawing.Size(201, 23);
  223. this.label1.TabIndex = 0;
  224. this.label1.Text = "Таблица\"Студенты\"";
  225. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  226. //
  227. // fIOTextBox
  228. //
  229. this.fIOTextBox.Location = new System.Drawing.Point(284, 70);
  230. this.fIOTextBox.Name = "fIOTextBox";
  231. this.fIOTextBox.Size = new System.Drawing.Size(100, 20);
  232. this.fIOTextBox.TabIndex = 3;
  233. this.fIOTextBox.TextChanged += new System.EventHandler(this.fIOTextBox_TextChanged);
  234. //
  235. // data_pojdeniyaDateTimePicker
  236. //
  237. this.data_pojdeniyaDateTimePicker.Location = new System.Drawing.Point(281, 138);
  238. this.data_pojdeniyaDateTimePicker.Name = "data_pojdeniyaDateTimePicker";
  239. this.data_pojdeniyaDateTimePicker.Size = new System.Drawing.Size(200, 20);
  240. this.data_pojdeniyaDateTimePicker.TabIndex = 7;
  241. //
  242. // adresTextBox
  243. //
  244. this.adresTextBox.Location = new System.Drawing.Point(284, 194);
  245. this.adresTextBox.Name = "adresTextBox";
  246. this.adresTextBox.Size = new System.Drawing.Size(100, 20);
  247. this.adresTextBox.TabIndex = 11;
  248. this.adresTextBox.TextChanged += new System.EventHandler(this.adresTextBox_TextChanged);
  249. //
  250. // data_postypleniyaDateTimePicker
  251. //
  252. this.data_postypleniyaDateTimePicker.Location = new System.Drawing.Point(283, 315);
  253. this.data_postypleniyaDateTimePicker.Name = "data_postypleniyaDateTimePicker";
  254. this.data_postypleniyaDateTimePicker.Size = new System.Drawing.Size(200, 20);
  255. this.data_postypleniyaDateTimePicker.TabIndex = 19;
  256. //
  257. // gryppaTextBox
  258. //
  259. this.gryppaTextBox.Location = new System.Drawing.Point(281, 343);
  260. this.gryppaTextBox.Name = "gryppaTextBox";
  261. this.gryppaTextBox.Size = new System.Drawing.Size(100, 20);
  262. this.gryppaTextBox.TabIndex = 21;
  263. //
  264. // ochnay_forma_obycheniyaCheckBox
  265. //
  266. this.ochnay_forma_obycheniyaCheckBox.Location = new System.Drawing.Point(284, 440);
  267. this.ochnay_forma_obycheniyaCheckBox.Name = "ochnay_forma_obycheniyaCheckBox";
  268. this.ochnay_forma_obycheniyaCheckBox.Size = new System.Drawing.Size(104, 24);
  269. this.ochnay_forma_obycheniyaCheckBox.TabIndex = 25;
  270. this.ochnay_forma_obycheniyaCheckBox.UseVisualStyleBackColor = true;
  271. this.ochnay_forma_obycheniyaCheckBox.CheckedChanged += new System.EventHandler(this.ochnay_forma_obycheniyaCheckBox_CheckedChanged);
  272. //
  273. // button1
  274. //
  275. this.button1.Location = new System.Drawing.Point(212, 476);
  276. this.button1.Name = "button1";
  277. this.button1.Size = new System.Drawing.Size(75, 23);
  278. this.button1.TabIndex = 27;
  279. this.button1.Text = "Первая";
  280. this.button1.UseVisualStyleBackColor = true;
  281. this.button1.Click += new System.EventHandler(this.button1_Click);
  282. //
  283. // button2
  284. //
  285. this.button2.Location = new System.Drawing.Point(309, 476);
  286. this.button2.Name = "button2";
  287. this.button2.Size = new System.Drawing.Size(91, 23);
  288. this.button2.TabIndex = 28;
  289. this.button2.Text = "Предыдущая";
  290. this.button2.UseVisualStyleBackColor = true;
  291. this.button2.Click += new System.EventHandler(this.button2_Click);
  292. //
  293. // button3
  294. //
  295. this.button3.Location = new System.Drawing.Point(421, 476);
  296. this.button3.Name = "button3";
  297. this.button3.Size = new System.Drawing.Size(75, 23);
  298. this.button3.TabIndex = 29;
  299. this.button3.Text = "Добавить";
  300. this.button3.UseVisualStyleBackColor = true;
  301. this.button3.Click += new System.EventHandler(this.button3_Click);
  302. //
  303. // button4
  304. //
  305. this.button4.Location = new System.Drawing.Point(212, 505);
  306. this.button4.Name = "button4";
  307. this.button4.Size = new System.Drawing.Size(75, 23);
  308. this.button4.TabIndex = 30;
  309. this.button4.Text = "Последняя";
  310. this.button4.UseVisualStyleBackColor = true;
  311. this.button4.Click += new System.EventHandler(this.button4_Click);
  312. //
  313. // button5
  314. //
  315. this.button5.Location = new System.Drawing.Point(309, 505);
  316. this.button5.Name = "button5";
  317. this.button5.Size = new System.Drawing.Size(91, 23);
  318. this.button5.TabIndex = 31;
  319. this.button5.Text = "Следующая";
  320. this.button5.UseVisualStyleBackColor = true;
  321. this.button5.Click += new System.EventHandler(this.button5_Click);
  322. //
  323. // button6
  324. //
  325. this.button6.Location = new System.Drawing.Point(421, 505);
  326. this.button6.Name = "button6";
  327. this.button6.Size = new System.Drawing.Size(75, 23);
  328. this.button6.TabIndex = 32;
  329. this.button6.Text = "Удалить";
  330. this.button6.UseVisualStyleBackColor = true;
  331. this.button6.Click += new System.EventHandler(this.button6_Click);
  332. //
  333. // button7
  334. //
  335. this.button7.Location = new System.Drawing.Point(309, 534);
  336. this.button7.Name = "button7";
  337. this.button7.Size = new System.Drawing.Size(91, 23);
  338. this.button7.TabIndex = 33;
  339. this.button7.Text = "Сохранить";
  340. this.button7.UseVisualStyleBackColor = true;
  341. this.button7.Click += new System.EventHandler(this.button7_Click);
  342. //
  343. // iD_sresialnostuLabel
  344. //
  345. iD_sresialnostuLabel.AutoSize = true;
  346. iD_sresialnostuLabel.Location = new System.Drawing.Point(199, 412);
  347. iD_sresialnostuLabel.Name = "iD_sresialnostuLabel";
  348. iD_sresialnostuLabel.Size = new System.Drawing.Size(79, 13);
  349. iD_sresialnostuLabel.TabIndex = 33;
  350. iD_sresialnostuLabel.Text = "ID sresialnostu:";
  351. //
  352. // maskedTextBox1
  353. //
  354. this.maskedTextBox1.Location = new System.Drawing.Point(284, 259);
  355. this.maskedTextBox1.Mask = "0000-000000";
  356. this.maskedTextBox1.Name = "maskedTextBox1";
  357. this.maskedTextBox1.Size = new System.Drawing.Size(197, 20);
  358. this.maskedTextBox1.TabIndex = 34;
  359. //
  360. // maskedTextBox3
  361. //
  362. this.maskedTextBox3.Location = new System.Drawing.Point(285, 227);
  363. this.maskedTextBox3.Mask = "+7 (999) 000-0000";
  364. this.maskedTextBox3.Name = "maskedTextBox3";
  365. this.maskedTextBox3.Size = new System.Drawing.Size(196, 20);
  366. this.maskedTextBox3.TabIndex = 36;
  367. //
  368. // maskedTextBox2
  369. //
  370. this.maskedTextBox2.Location = new System.Drawing.Point(285, 289);
  371. this.maskedTextBox2.Mask = "00000";
  372. this.maskedTextBox2.Name = "maskedTextBox2";
  373. this.maskedTextBox2.Size = new System.Drawing.Size(196, 20);
  374. this.maskedTextBox2.TabIndex = 37;
  375. this.maskedTextBox2.ValidatingType = typeof(int);
  376. //
  377. // numericUpDown1
  378. //
  379. this.numericUpDown1.Location = new System.Drawing.Point(285, 375);
  380. this.numericUpDown1.Name = "numericUpDown1";
  381. this.numericUpDown1.Size = new System.Drawing.Size(120, 20);
  382. this.numericUpDown1.TabIndex = 38;
  383. //
  384. // comboBox1
  385. //
  386. this.comboBox1.FormattingEnabled = true;
  387. this.comboBox1.Items.AddRange(new object[] {
  388. "Мужской",
  389. "Женский"});
  390. this.comboBox1.Location = new System.Drawing.Point(281, 104);
  391. this.comboBox1.Name = "comboBox1";
  392. this.comboBox1.Size = new System.Drawing.Size(121, 21);
  393. this.comboBox1.TabIndex = 39;
  394. this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
  395. //
  396. // comboBox2
  397. //
  398. this.comboBox2.FormattingEnabled = true;
  399. this.comboBox2.Items.AddRange(new object[] {
  400. "Отец и мать",
  401. "Мать",
  402. "Отец",
  403. "Нет"});
  404. this.comboBox2.Location = new System.Drawing.Point(285, 166);
  405. this.comboBox2.Name = "comboBox2";
  406. this.comboBox2.Size = new System.Drawing.Size(121, 21);
  407. this.comboBox2.TabIndex = 40;
  408. //
  409. // comboBox3
  410. //
  411. this.comboBox3.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.studentBindingSource, "ID_sresialnostu", true));
  412. this.comboBox3.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.studentBindingSource1, "ID_sresialnostu", true));
  413. this.comboBox3.DataSource = this.specialnostBindingSource;
  414. this.comboBox3.DisplayMember = "Nazvanie_specialnosti";
  415. this.comboBox3.FormattingEnabled = true;
  416. this.comboBox3.Location = new System.Drawing.Point(285, 412);
  417. this.comboBox3.Name = "comboBox3";
  418. this.comboBox3.Size = new System.Drawing.Size(121, 21);
  419. this.comboBox3.TabIndex = 41;
  420. this.comboBox3.ValueMember = "ID_specialnosti";
  421. //
  422. // savelev_Shevchenko_pr2DataSet1
  423. //
  424. this.savelev_Shevchenko_pr2DataSet1.DataSetName = "Savelev_Shevchenko_pr2DataSet1";
  425. this.savelev_Shevchenko_pr2DataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  426. //
  427. // studentBindingSource
  428. //
  429. this.studentBindingSource.DataMember = "Student";
  430. this.studentBindingSource.DataSource = this.savelev_Shevchenko_pr2DataSet1;
  431. //
  432. // studentTableAdapter
  433. //
  434. this.studentTableAdapter.ClearBeforeFill = true;
  435. //
  436. // tableAdapterManager
  437. //
  438. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  439. this.tableAdapterManager.OcenkaTableAdapter = null;
  440. this.tableAdapterManager.PredmetTableAdapter = null;
  441. this.tableAdapterManager.SpecialnostTableAdapter = this.specialnostTableAdapter;
  442. this.tableAdapterManager.StudentTableAdapter = this.studentTableAdapter;
  443. this.tableAdapterManager.UpdateOrder = SavelevShevchenkoStudents.Savelev_Shevchenko_pr2DataSet1TableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  444. //
  445. // specialnostBindingSource
  446. //
  447. this.specialnostBindingSource.DataMember = "Specialnost";
  448. this.specialnostBindingSource.DataSource = this.savelev_Shevchenko_pr2DataSet1;
  449. //
  450. // specialnostTableAdapter
  451. //
  452. this.specialnostTableAdapter.ClearBeforeFill = true;
  453. //
  454. // studentBindingSource1
  455. //
  456. this.studentBindingSource1.DataMember = "Student";
  457. this.studentBindingSource1.DataSource = this.savelev_Shevchenko_pr2DataSet1;
  458. //
  459. // predmetBindingNavigator
  460. //
  461. this.predmetBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
  462. this.predmetBindingNavigator.CountItem = this.bindingNavigatorCountItem;
  463. this.predmetBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
  464. this.predmetBindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  465. this.bindingNavigatorMoveFirstItem,
  466. this.bindingNavigatorMovePreviousItem,
  467. this.bindingNavigatorSeparator,
  468. this.bindingNavigatorPositionItem,
  469. this.bindingNavigatorCountItem,
  470. this.bindingNavigatorSeparator1,
  471. this.bindingNavigatorMoveNextItem,
  472. this.bindingNavigatorMoveLastItem,
  473. this.bindingNavigatorSeparator2,
  474. this.bindingNavigatorAddNewItem,
  475. this.bindingNavigatorDeleteItem,
  476. this.predmetBindingNavigatorSaveItem});
  477. this.predmetBindingNavigator.Location = new System.Drawing.Point(0, 0);
  478. this.predmetBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
  479. this.predmetBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
  480. this.predmetBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
  481. this.predmetBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
  482. this.predmetBindingNavigator.Name = "predmetBindingNavigator";
  483. this.predmetBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
  484. this.predmetBindingNavigator.Size = new System.Drawing.Size(672, 25);
  485. this.predmetBindingNavigator.TabIndex = 42;
  486. this.predmetBindingNavigator.Text = "bindingNavigator1";
  487. //
  488. // bindingNavigatorAddNewItem
  489. //
  490. this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  491. this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
  492. this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
  493. this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
  494. this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
  495. this.bindingNavigatorAddNewItem.Text = "Добавить";
  496. //
  497. // bindingNavigatorCountItem
  498. //
  499. this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
  500. this.bindingNavigatorCountItem.Size = new System.Drawing.Size(43, 22);
  501. this.bindingNavigatorCountItem.Text = "для {0}";
  502. this.bindingNavigatorCountItem.ToolTipText = "Общее число элементов";
  503. //
  504. // bindingNavigatorDeleteItem
  505. //
  506. this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  507. this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
  508. this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
  509. this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
  510. this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22);
  511. this.bindingNavigatorDeleteItem.Text = "Удалить";
  512. //
  513. // bindingNavigatorMoveFirstItem
  514. //
  515. this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  516. this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
  517. this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
  518. this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
  519. this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
  520. this.bindingNavigatorMoveFirstItem.Text = "Переместить в начало";
  521. //
  522. // bindingNavigatorMovePreviousItem
  523. //
  524. this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  525. this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
  526. this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
  527. this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
  528. this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
  529. this.bindingNavigatorMovePreviousItem.Text = "Переместить назад";
  530. //
  531. // bindingNavigatorSeparator
  532. //
  533. this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
  534. this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
  535. //
  536. // bindingNavigatorPositionItem
  537. //
  538. this.bindingNavigatorPositionItem.AccessibleName = "Положение";
  539. this.bindingNavigatorPositionItem.AutoSize = false;
  540. this.bindingNavigatorPositionItem.Font = new System.Drawing.Font("Segoe UI", 9F);
  541. this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
  542. this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
  543. this.bindingNavigatorPositionItem.Text = "0";
  544. this.bindingNavigatorPositionItem.ToolTipText = "Текущее положение";
  545. //
  546. // bindingNavigatorSeparator1
  547. //
  548. this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
  549. this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
  550. //
  551. // bindingNavigatorMoveNextItem
  552. //
  553. this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  554. this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
  555. this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
  556. this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
  557. this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
  558. this.bindingNavigatorMoveNextItem.Text = "Переместить вперед";
  559. //
  560. // bindingNavigatorMoveLastItem
  561. //
  562. this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  563. this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
  564. this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
  565. this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
  566. this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
  567. this.bindingNavigatorMoveLastItem.Text = "Переместить в конец";
  568. //
  569. // bindingNavigatorSeparator2
  570. //
  571. this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
  572. this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
  573. //
  574. // predmetBindingNavigatorSaveItem
  575. //
  576. this.predmetBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  577. this.predmetBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("predmetBindingNavigatorSaveItem.Image")));
  578. this.predmetBindingNavigatorSaveItem.Name = "predmetBindingNavigatorSaveItem";
  579. this.predmetBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 22);
  580. this.predmetBindingNavigatorSaveItem.Text = "Сохранить данные";
  581. //
  582. // Form4
  583. //
  584. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  585. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  586. this.ClientSize = new System.Drawing.Size(672, 620);
  587. this.Controls.Add(this.predmetBindingNavigator);
  588. this.Controls.Add(this.comboBox3);
  589. this.Controls.Add(this.comboBox2);
  590. this.Controls.Add(this.comboBox1);
  591. this.Controls.Add(this.numericUpDown1);
  592. this.Controls.Add(this.maskedTextBox2);
  593. this.Controls.Add(this.maskedTextBox3);
  594. this.Controls.Add(this.maskedTextBox1);
  595. this.Controls.Add(iD_sresialnostuLabel);
  596. this.Controls.Add(this.button7);
  597. this.Controls.Add(this.button6);
  598. this.Controls.Add(this.button5);
  599. this.Controls.Add(this.button4);
  600. this.Controls.Add(this.button3);
  601. this.Controls.Add(this.button2);
  602. this.Controls.Add(this.button1);
  603. this.Controls.Add(ochnay_forma_obycheniyaLabel);
  604. this.Controls.Add(this.ochnay_forma_obycheniyaCheckBox);
  605. this.Controls.Add(kypcLabel);
  606. this.Controls.Add(gryppaLabel);
  607. this.Controls.Add(this.gryppaTextBox);
  608. this.Controls.Add(data_postypleniyaLabel);
  609. this.Controls.Add(this.data_postypleniyaDateTimePicker);
  610. this.Controls.Add(nomer_zachetkiLabel);
  611. this.Controls.Add(pasportnie_dannieLabel);
  612. this.Controls.Add(telephoneLabel);
  613. this.Controls.Add(adresLabel);
  614. this.Controls.Add(this.adresTextBox);
  615. this.Controls.Add(roditeliLabel);
  616. this.Controls.Add(data_pojdeniyaLabel);
  617. this.Controls.Add(this.data_pojdeniyaDateTimePicker);
  618. this.Controls.Add(polLabel);
  619. this.Controls.Add(fIOLabel);
  620. this.Controls.Add(this.fIOTextBox);
  621. this.Controls.Add(this.label1);
  622. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
  623. this.MaximizeBox = false;
  624. this.MinimizeBox = false;
  625. this.Name = "Form4";
  626. this.Text = "Таблица\"Студенты\"";
  627. this.Load += new System.EventHandler(this.Form4_Load);
  628. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
  629. ((System.ComponentModel.ISupportInitialize)(this.savelev_Shevchenko_pr2DataSet1)).EndInit();
  630. ((System.ComponentModel.ISupportInitialize)(this.studentBindingSource)).EndInit();
  631. ((System.ComponentModel.ISupportInitialize)(this.specialnostBindingSource)).EndInit();
  632. ((System.ComponentModel.ISupportInitialize)(this.studentBindingSource1)).EndInit();
  633. ((System.ComponentModel.ISupportInitialize)(this.predmetBindingNavigator)).EndInit();
  634. this.predmetBindingNavigator.ResumeLayout(false);
  635. this.predmetBindingNavigator.PerformLayout();
  636. this.ResumeLayout(false);
  637. this.PerformLayout();
  638. }
  639. #endregion
  640. private System.Windows.Forms.Label label1;
  641. private System.Windows.Forms.TextBox fIOTextBox;
  642. private System.Windows.Forms.DateTimePicker data_pojdeniyaDateTimePicker;
  643. private System.Windows.Forms.TextBox adresTextBox;
  644. private System.Windows.Forms.DateTimePicker data_postypleniyaDateTimePicker;
  645. private System.Windows.Forms.TextBox gryppaTextBox;
  646. private System.Windows.Forms.CheckBox ochnay_forma_obycheniyaCheckBox;
  647. private System.Windows.Forms.Button button1;
  648. private System.Windows.Forms.Button button2;
  649. private System.Windows.Forms.Button button3;
  650. private System.Windows.Forms.Button button4;
  651. private System.Windows.Forms.Button button5;
  652. private System.Windows.Forms.Button button6;
  653. private System.Windows.Forms.Button button7;
  654. private System.Windows.Forms.MaskedTextBox maskedTextBox1;
  655. private System.Windows.Forms.MaskedTextBox maskedTextBox3;
  656. private System.Windows.Forms.MaskedTextBox maskedTextBox2;
  657. private System.Windows.Forms.NumericUpDown numericUpDown1;
  658. private System.Windows.Forms.ComboBox comboBox1;
  659. private System.Windows.Forms.ComboBox comboBox2;
  660. private System.Windows.Forms.ComboBox comboBox3;
  661. private Savelev_Shevchenko_pr2DataSet1 savelev_Shevchenko_pr2DataSet1;
  662. private System.Windows.Forms.BindingSource studentBindingSource;
  663. private Savelev_Shevchenko_pr2DataSet1TableAdapters.StudentTableAdapter studentTableAdapter;
  664. private Savelev_Shevchenko_pr2DataSet1TableAdapters.TableAdapterManager tableAdapterManager;
  665. private Savelev_Shevchenko_pr2DataSet1TableAdapters.SpecialnostTableAdapter specialnostTableAdapter;
  666. private System.Windows.Forms.BindingSource specialnostBindingSource;
  667. private System.Windows.Forms.BindingSource studentBindingSource1;
  668. private System.Windows.Forms.BindingNavigator predmetBindingNavigator;
  669. private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
  670. private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
  671. private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
  672. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
  673. private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
  674. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
  675. private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
  676. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
  677. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
  678. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
  679. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
  680. private System.Windows.Forms.ToolStripButton predmetBindingNavigatorSaveItem;
  681. }
  682. }