Form4.Designer.cs 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562
  1. namespace TITOVVIACHESLAVPODRESHETNIKOVAJULIASTUDENTI
  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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form4));
  30. System.Windows.Forms.Label fIOLabel;
  31. System.Windows.Forms.Label polLabel;
  32. System.Windows.Forms.Label data_RozdeniaLabel;
  33. System.Windows.Forms.Label roditeliLabel;
  34. System.Windows.Forms.Label adresLabel;
  35. System.Windows.Forms.Label telefonLabel;
  36. System.Windows.Forms.Label pasportnie_DannieLabel;
  37. System.Windows.Forms.Label nomer_ZachetkiLabel;
  38. System.Windows.Forms.Label data_PostypleniaLabel;
  39. System.Windows.Forms.Label gruppaLabel;
  40. System.Windows.Forms.Label kursLabel;
  41. System.Windows.Forms.Label iD_SpecialinostiLabel;
  42. System.Windows.Forms.Label ochnaya_Forma_ObycheniaLabel;
  43. this.label1 = new System.Windows.Forms.Label();
  44. this.tITOVPODRECHETNIKOVADataSet = new TITOVVIACHESLAVPODRESHETNIKOVAJULIASTUDENTI.TITOVPODRECHETNIKOVADataSet();
  45. this.studentiBindingSource = new System.Windows.Forms.BindingSource(this.components);
  46. this.studentiTableAdapter = new TITOVVIACHESLAVPODRESHETNIKOVAJULIASTUDENTI.TITOVPODRECHETNIKOVADataSetTableAdapters.StudentiTableAdapter();
  47. this.tableAdapterManager = new TITOVVIACHESLAVPODRESHETNIKOVAJULIASTUDENTI.TITOVPODRECHETNIKOVADataSetTableAdapters.TableAdapterManager();
  48. this.studentiBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
  49. this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
  50. this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
  51. this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
  52. this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
  53. this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
  54. this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  55. this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
  56. this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
  57. this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  58. this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
  59. this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
  60. this.studentiBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
  61. this.fIOTextBox = new System.Windows.Forms.TextBox();
  62. this.polTextBox = new System.Windows.Forms.TextBox();
  63. this.data_RozdeniaDateTimePicker = new System.Windows.Forms.DateTimePicker();
  64. this.roditeliTextBox = new System.Windows.Forms.TextBox();
  65. this.adresTextBox = new System.Windows.Forms.TextBox();
  66. this.telefonTextBox = new System.Windows.Forms.TextBox();
  67. this.pasportnie_DannieTextBox = new System.Windows.Forms.TextBox();
  68. this.nomer_ZachetkiTextBox = new System.Windows.Forms.TextBox();
  69. this.data_PostypleniaDateTimePicker = new System.Windows.Forms.DateTimePicker();
  70. this.gruppaTextBox = new System.Windows.Forms.TextBox();
  71. this.kursTextBox = new System.Windows.Forms.TextBox();
  72. this.iD_SpecialinostiTextBox = new System.Windows.Forms.TextBox();
  73. this.ochnaya_Forma_ObycheniaCheckBox = new System.Windows.Forms.CheckBox();
  74. fIOLabel = new System.Windows.Forms.Label();
  75. polLabel = new System.Windows.Forms.Label();
  76. data_RozdeniaLabel = new System.Windows.Forms.Label();
  77. roditeliLabel = new System.Windows.Forms.Label();
  78. adresLabel = new System.Windows.Forms.Label();
  79. telefonLabel = new System.Windows.Forms.Label();
  80. pasportnie_DannieLabel = new System.Windows.Forms.Label();
  81. nomer_ZachetkiLabel = new System.Windows.Forms.Label();
  82. data_PostypleniaLabel = new System.Windows.Forms.Label();
  83. gruppaLabel = new System.Windows.Forms.Label();
  84. kursLabel = new System.Windows.Forms.Label();
  85. iD_SpecialinostiLabel = new System.Windows.Forms.Label();
  86. ochnaya_Forma_ObycheniaLabel = new System.Windows.Forms.Label();
  87. ((System.ComponentModel.ISupportInitialize)(this.tITOVPODRECHETNIKOVADataSet)).BeginInit();
  88. ((System.ComponentModel.ISupportInitialize)(this.studentiBindingSource)).BeginInit();
  89. ((System.ComponentModel.ISupportInitialize)(this.studentiBindingNavigator)).BeginInit();
  90. this.studentiBindingNavigator.SuspendLayout();
  91. this.SuspendLayout();
  92. //
  93. // label1
  94. //
  95. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  96. this.label1.ForeColor = System.Drawing.SystemColors.Highlight;
  97. this.label1.Location = new System.Drawing.Point(241, 25);
  98. this.label1.Name = "label1";
  99. this.label1.Size = new System.Drawing.Size(312, 23);
  100. this.label1.TabIndex = 1;
  101. this.label1.Text = "Таблица \"Студенты\"";
  102. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  103. //
  104. // tITOVPODRECHETNIKOVADataSet
  105. //
  106. this.tITOVPODRECHETNIKOVADataSet.DataSetName = "TITOVPODRECHETNIKOVADataSet";
  107. this.tITOVPODRECHETNIKOVADataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  108. //
  109. // studentiBindingSource
  110. //
  111. this.studentiBindingSource.DataMember = "Studenti";
  112. this.studentiBindingSource.DataSource = this.tITOVPODRECHETNIKOVADataSet;
  113. //
  114. // studentiTableAdapter
  115. //
  116. this.studentiTableAdapter.ClearBeforeFill = true;
  117. //
  118. // tableAdapterManager
  119. //
  120. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  121. this.tableAdapterManager.OzenkiTableAdapter = null;
  122. this.tableAdapterManager.PredmetiTableAdapter = null;
  123. this.tableAdapterManager.SpecialinostiTableAdapter = null;
  124. this.tableAdapterManager.StudentiTableAdapter = this.studentiTableAdapter;
  125. this.tableAdapterManager.UpdateOrder = TITOVVIACHESLAVPODRESHETNIKOVAJULIASTUDENTI.TITOVPODRECHETNIKOVADataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  126. this.tableAdapterManager.Предметы_1TableAdapter = null;
  127. this.tableAdapterManager.Предметы_2TableAdapter = null;
  128. this.tableAdapterManager.Предметы_3TableAdapter = null;
  129. //
  130. // studentiBindingNavigator
  131. //
  132. this.studentiBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
  133. this.studentiBindingNavigator.BindingSource = this.studentiBindingSource;
  134. this.studentiBindingNavigator.CountItem = this.bindingNavigatorCountItem;
  135. this.studentiBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
  136. this.studentiBindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  137. this.bindingNavigatorMoveFirstItem,
  138. this.bindingNavigatorMovePreviousItem,
  139. this.bindingNavigatorSeparator,
  140. this.bindingNavigatorPositionItem,
  141. this.bindingNavigatorCountItem,
  142. this.bindingNavigatorSeparator1,
  143. this.bindingNavigatorMoveNextItem,
  144. this.bindingNavigatorMoveLastItem,
  145. this.bindingNavigatorSeparator2,
  146. this.bindingNavigatorAddNewItem,
  147. this.bindingNavigatorDeleteItem,
  148. this.studentiBindingNavigatorSaveItem});
  149. this.studentiBindingNavigator.Location = new System.Drawing.Point(0, 0);
  150. this.studentiBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
  151. this.studentiBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
  152. this.studentiBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
  153. this.studentiBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
  154. this.studentiBindingNavigator.Name = "studentiBindingNavigator";
  155. this.studentiBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
  156. this.studentiBindingNavigator.Size = new System.Drawing.Size(800, 25);
  157. this.studentiBindingNavigator.TabIndex = 2;
  158. this.studentiBindingNavigator.Text = "bindingNavigator1";
  159. //
  160. // bindingNavigatorMoveFirstItem
  161. //
  162. this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  163. this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
  164. this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
  165. this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
  166. this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
  167. this.bindingNavigatorMoveFirstItem.Text = "Переместить в начало";
  168. //
  169. // bindingNavigatorMovePreviousItem
  170. //
  171. this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  172. this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
  173. this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
  174. this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
  175. this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
  176. this.bindingNavigatorMovePreviousItem.Text = "Переместить назад";
  177. //
  178. // bindingNavigatorSeparator
  179. //
  180. this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
  181. this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
  182. //
  183. // bindingNavigatorPositionItem
  184. //
  185. this.bindingNavigatorPositionItem.AccessibleName = "Положение";
  186. this.bindingNavigatorPositionItem.AutoSize = false;
  187. this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
  188. this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
  189. this.bindingNavigatorPositionItem.Text = "0";
  190. this.bindingNavigatorPositionItem.ToolTipText = "Текущее положение";
  191. //
  192. // bindingNavigatorCountItem
  193. //
  194. this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
  195. this.bindingNavigatorCountItem.Size = new System.Drawing.Size(43, 15);
  196. this.bindingNavigatorCountItem.Text = "для {0}";
  197. this.bindingNavigatorCountItem.ToolTipText = "Общее число элементов";
  198. //
  199. // bindingNavigatorSeparator1
  200. //
  201. this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator";
  202. this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 6);
  203. //
  204. // bindingNavigatorMoveNextItem
  205. //
  206. this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  207. this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
  208. this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
  209. this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
  210. this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 20);
  211. this.bindingNavigatorMoveNextItem.Text = "Переместить вперед";
  212. //
  213. // bindingNavigatorMoveLastItem
  214. //
  215. this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  216. this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
  217. this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
  218. this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
  219. this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 20);
  220. this.bindingNavigatorMoveLastItem.Text = "Переместить в конец";
  221. //
  222. // bindingNavigatorSeparator2
  223. //
  224. this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator";
  225. this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 6);
  226. //
  227. // bindingNavigatorAddNewItem
  228. //
  229. this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  230. this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
  231. this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
  232. this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
  233. this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
  234. this.bindingNavigatorAddNewItem.Text = "Добавить";
  235. //
  236. // bindingNavigatorDeleteItem
  237. //
  238. this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  239. this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
  240. this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
  241. this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
  242. this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 20);
  243. this.bindingNavigatorDeleteItem.Text = "Удалить";
  244. //
  245. // studentiBindingNavigatorSaveItem
  246. //
  247. this.studentiBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  248. this.studentiBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("studentiBindingNavigatorSaveItem.Image")));
  249. this.studentiBindingNavigatorSaveItem.Name = "studentiBindingNavigatorSaveItem";
  250. this.studentiBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 23);
  251. this.studentiBindingNavigatorSaveItem.Text = "Сохранить данные";
  252. this.studentiBindingNavigatorSaveItem.Click += new System.EventHandler(this.studentiBindingNavigatorSaveItem_Click);
  253. //
  254. // fIOLabel
  255. //
  256. fIOLabel.AutoSize = true;
  257. fIOLabel.Location = new System.Drawing.Point(322, 54);
  258. fIOLabel.Name = "fIOLabel";
  259. fIOLabel.Size = new System.Drawing.Size(27, 13);
  260. fIOLabel.TabIndex = 2;
  261. fIOLabel.Text = "FIO:";
  262. //
  263. // fIOTextBox
  264. //
  265. this.fIOTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.studentiBindingSource, "FIO", true));
  266. this.fIOTextBox.Location = new System.Drawing.Point(355, 51);
  267. this.fIOTextBox.Name = "fIOTextBox";
  268. this.fIOTextBox.Size = new System.Drawing.Size(100, 20);
  269. this.fIOTextBox.TabIndex = 3;
  270. //
  271. // polLabel
  272. //
  273. polLabel.AutoSize = true;
  274. polLabel.Location = new System.Drawing.Point(324, 80);
  275. polLabel.Name = "polLabel";
  276. polLabel.Size = new System.Drawing.Size(25, 13);
  277. polLabel.TabIndex = 4;
  278. polLabel.Text = "Pol:";
  279. //
  280. // polTextBox
  281. //
  282. this.polTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.studentiBindingSource, "Pol", true));
  283. this.polTextBox.Location = new System.Drawing.Point(355, 77);
  284. this.polTextBox.Name = "polTextBox";
  285. this.polTextBox.Size = new System.Drawing.Size(100, 20);
  286. this.polTextBox.TabIndex = 5;
  287. //
  288. // data_RozdeniaLabel
  289. //
  290. data_RozdeniaLabel.AutoSize = true;
  291. data_RozdeniaLabel.Location = new System.Drawing.Point(268, 107);
  292. data_RozdeniaLabel.Name = "data_RozdeniaLabel";
  293. data_RozdeniaLabel.Size = new System.Drawing.Size(81, 13);
  294. data_RozdeniaLabel.TabIndex = 6;
  295. data_RozdeniaLabel.Text = "Data Rozdenia:";
  296. //
  297. // data_RozdeniaDateTimePicker
  298. //
  299. this.data_RozdeniaDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.studentiBindingSource, "Data_Rozdenia", true));
  300. this.data_RozdeniaDateTimePicker.Location = new System.Drawing.Point(355, 103);
  301. this.data_RozdeniaDateTimePicker.Name = "data_RozdeniaDateTimePicker";
  302. this.data_RozdeniaDateTimePicker.Size = new System.Drawing.Size(200, 20);
  303. this.data_RozdeniaDateTimePicker.TabIndex = 7;
  304. //
  305. // roditeliLabel
  306. //
  307. roditeliLabel.AutoSize = true;
  308. roditeliLabel.Location = new System.Drawing.Point(304, 132);
  309. roditeliLabel.Name = "roditeliLabel";
  310. roditeliLabel.Size = new System.Drawing.Size(45, 13);
  311. roditeliLabel.TabIndex = 8;
  312. roditeliLabel.Text = "Roditeli:";
  313. //
  314. // roditeliTextBox
  315. //
  316. this.roditeliTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.studentiBindingSource, "Roditeli", true));
  317. this.roditeliTextBox.Location = new System.Drawing.Point(355, 129);
  318. this.roditeliTextBox.Name = "roditeliTextBox";
  319. this.roditeliTextBox.Size = new System.Drawing.Size(100, 20);
  320. this.roditeliTextBox.TabIndex = 9;
  321. //
  322. // adresLabel
  323. //
  324. adresLabel.AutoSize = true;
  325. adresLabel.Location = new System.Drawing.Point(312, 158);
  326. adresLabel.Name = "adresLabel";
  327. adresLabel.Size = new System.Drawing.Size(37, 13);
  328. adresLabel.TabIndex = 10;
  329. adresLabel.Text = "Adres:";
  330. //
  331. // adresTextBox
  332. //
  333. this.adresTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.studentiBindingSource, "Adres", true));
  334. this.adresTextBox.Location = new System.Drawing.Point(355, 155);
  335. this.adresTextBox.Name = "adresTextBox";
  336. this.adresTextBox.Size = new System.Drawing.Size(100, 20);
  337. this.adresTextBox.TabIndex = 11;
  338. //
  339. // telefonLabel
  340. //
  341. telefonLabel.AutoSize = true;
  342. telefonLabel.Location = new System.Drawing.Point(303, 184);
  343. telefonLabel.Name = "telefonLabel";
  344. telefonLabel.Size = new System.Drawing.Size(46, 13);
  345. telefonLabel.TabIndex = 12;
  346. telefonLabel.Text = "Telefon:";
  347. //
  348. // telefonTextBox
  349. //
  350. this.telefonTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.studentiBindingSource, "Telefon", true));
  351. this.telefonTextBox.Location = new System.Drawing.Point(355, 181);
  352. this.telefonTextBox.Name = "telefonTextBox";
  353. this.telefonTextBox.Size = new System.Drawing.Size(100, 20);
  354. this.telefonTextBox.TabIndex = 13;
  355. //
  356. // pasportnie_DannieLabel
  357. //
  358. pasportnie_DannieLabel.AutoSize = true;
  359. pasportnie_DannieLabel.Location = new System.Drawing.Point(252, 210);
  360. pasportnie_DannieLabel.Name = "pasportnie_DannieLabel";
  361. pasportnie_DannieLabel.Size = new System.Drawing.Size(97, 13);
  362. pasportnie_DannieLabel.TabIndex = 14;
  363. pasportnie_DannieLabel.Text = "Pasportnie Dannie:";
  364. //
  365. // pasportnie_DannieTextBox
  366. //
  367. this.pasportnie_DannieTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.studentiBindingSource, "Pasportnie_Dannie", true));
  368. this.pasportnie_DannieTextBox.Location = new System.Drawing.Point(355, 207);
  369. this.pasportnie_DannieTextBox.Name = "pasportnie_DannieTextBox";
  370. this.pasportnie_DannieTextBox.Size = new System.Drawing.Size(100, 20);
  371. this.pasportnie_DannieTextBox.TabIndex = 15;
  372. //
  373. // nomer_ZachetkiLabel
  374. //
  375. nomer_ZachetkiLabel.AutoSize = true;
  376. nomer_ZachetkiLabel.Location = new System.Drawing.Point(263, 236);
  377. nomer_ZachetkiLabel.Name = "nomer_ZachetkiLabel";
  378. nomer_ZachetkiLabel.Size = new System.Drawing.Size(86, 13);
  379. nomer_ZachetkiLabel.TabIndex = 16;
  380. nomer_ZachetkiLabel.Text = "Nomer Zachetki:";
  381. //
  382. // nomer_ZachetkiTextBox
  383. //
  384. this.nomer_ZachetkiTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.studentiBindingSource, "Nomer_Zachetki", true));
  385. this.nomer_ZachetkiTextBox.Location = new System.Drawing.Point(355, 233);
  386. this.nomer_ZachetkiTextBox.Name = "nomer_ZachetkiTextBox";
  387. this.nomer_ZachetkiTextBox.Size = new System.Drawing.Size(100, 20);
  388. this.nomer_ZachetkiTextBox.TabIndex = 17;
  389. //
  390. // data_PostypleniaLabel
  391. //
  392. data_PostypleniaLabel.AutoSize = true;
  393. data_PostypleniaLabel.Location = new System.Drawing.Point(259, 263);
  394. data_PostypleniaLabel.Name = "data_PostypleniaLabel";
  395. data_PostypleniaLabel.Size = new System.Drawing.Size(90, 13);
  396. data_PostypleniaLabel.TabIndex = 18;
  397. data_PostypleniaLabel.Text = "Data Postyplenia:";
  398. //
  399. // data_PostypleniaDateTimePicker
  400. //
  401. this.data_PostypleniaDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.studentiBindingSource, "Data_Postyplenia", true));
  402. this.data_PostypleniaDateTimePicker.Location = new System.Drawing.Point(355, 259);
  403. this.data_PostypleniaDateTimePicker.Name = "data_PostypleniaDateTimePicker";
  404. this.data_PostypleniaDateTimePicker.Size = new System.Drawing.Size(200, 20);
  405. this.data_PostypleniaDateTimePicker.TabIndex = 19;
  406. //
  407. // gruppaLabel
  408. //
  409. gruppaLabel.AutoSize = true;
  410. gruppaLabel.Location = new System.Drawing.Point(304, 288);
  411. gruppaLabel.Name = "gruppaLabel";
  412. gruppaLabel.Size = new System.Drawing.Size(45, 13);
  413. gruppaLabel.TabIndex = 20;
  414. gruppaLabel.Text = "Gruppa:";
  415. //
  416. // gruppaTextBox
  417. //
  418. this.gruppaTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.studentiBindingSource, "Gruppa", true));
  419. this.gruppaTextBox.Location = new System.Drawing.Point(355, 285);
  420. this.gruppaTextBox.Name = "gruppaTextBox";
  421. this.gruppaTextBox.Size = new System.Drawing.Size(100, 20);
  422. this.gruppaTextBox.TabIndex = 21;
  423. //
  424. // kursLabel
  425. //
  426. kursLabel.AutoSize = true;
  427. kursLabel.Location = new System.Drawing.Point(318, 314);
  428. kursLabel.Name = "kursLabel";
  429. kursLabel.Size = new System.Drawing.Size(31, 13);
  430. kursLabel.TabIndex = 22;
  431. kursLabel.Text = "Kurs:";
  432. //
  433. // kursTextBox
  434. //
  435. this.kursTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.studentiBindingSource, "Kurs", true));
  436. this.kursTextBox.Location = new System.Drawing.Point(355, 311);
  437. this.kursTextBox.Name = "kursTextBox";
  438. this.kursTextBox.Size = new System.Drawing.Size(100, 20);
  439. this.kursTextBox.TabIndex = 23;
  440. //
  441. // iD_SpecialinostiLabel
  442. //
  443. iD_SpecialinostiLabel.AutoSize = true;
  444. iD_SpecialinostiLabel.Location = new System.Drawing.Point(266, 340);
  445. iD_SpecialinostiLabel.Name = "iD_SpecialinostiLabel";
  446. iD_SpecialinostiLabel.Size = new System.Drawing.Size(83, 13);
  447. iD_SpecialinostiLabel.TabIndex = 24;
  448. iD_SpecialinostiLabel.Text = "ID Specialinosti:";
  449. //
  450. // iD_SpecialinostiTextBox
  451. //
  452. this.iD_SpecialinostiTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.studentiBindingSource, "ID_Specialinosti", true));
  453. this.iD_SpecialinostiTextBox.Location = new System.Drawing.Point(355, 337);
  454. this.iD_SpecialinostiTextBox.Name = "iD_SpecialinostiTextBox";
  455. this.iD_SpecialinostiTextBox.Size = new System.Drawing.Size(100, 20);
  456. this.iD_SpecialinostiTextBox.TabIndex = 25;
  457. //
  458. // ochnaya_Forma_ObycheniaLabel
  459. //
  460. ochnaya_Forma_ObycheniaLabel.AutoSize = true;
  461. ochnaya_Forma_ObycheniaLabel.Location = new System.Drawing.Point(210, 372);
  462. ochnaya_Forma_ObycheniaLabel.Name = "ochnaya_Forma_ObycheniaLabel";
  463. ochnaya_Forma_ObycheniaLabel.Size = new System.Drawing.Size(139, 13);
  464. ochnaya_Forma_ObycheniaLabel.TabIndex = 26;
  465. ochnaya_Forma_ObycheniaLabel.Text = "Ochnaya Forma Obychenia:";
  466. //
  467. // ochnaya_Forma_ObycheniaCheckBox
  468. //
  469. this.ochnaya_Forma_ObycheniaCheckBox.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.studentiBindingSource, "Ochnaya_Forma_Obychenia", true));
  470. this.ochnaya_Forma_ObycheniaCheckBox.Location = new System.Drawing.Point(355, 367);
  471. this.ochnaya_Forma_ObycheniaCheckBox.Name = "ochnaya_Forma_ObycheniaCheckBox";
  472. this.ochnaya_Forma_ObycheniaCheckBox.Size = new System.Drawing.Size(104, 24);
  473. this.ochnaya_Forma_ObycheniaCheckBox.TabIndex = 27;
  474. this.ochnaya_Forma_ObycheniaCheckBox.UseVisualStyleBackColor = true;
  475. //
  476. // Form4
  477. //
  478. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  479. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  480. this.ClientSize = new System.Drawing.Size(800, 450);
  481. this.Controls.Add(ochnaya_Forma_ObycheniaLabel);
  482. this.Controls.Add(this.ochnaya_Forma_ObycheniaCheckBox);
  483. this.Controls.Add(iD_SpecialinostiLabel);
  484. this.Controls.Add(this.iD_SpecialinostiTextBox);
  485. this.Controls.Add(kursLabel);
  486. this.Controls.Add(this.kursTextBox);
  487. this.Controls.Add(gruppaLabel);
  488. this.Controls.Add(this.gruppaTextBox);
  489. this.Controls.Add(data_PostypleniaLabel);
  490. this.Controls.Add(this.data_PostypleniaDateTimePicker);
  491. this.Controls.Add(nomer_ZachetkiLabel);
  492. this.Controls.Add(this.nomer_ZachetkiTextBox);
  493. this.Controls.Add(pasportnie_DannieLabel);
  494. this.Controls.Add(this.pasportnie_DannieTextBox);
  495. this.Controls.Add(telefonLabel);
  496. this.Controls.Add(this.telefonTextBox);
  497. this.Controls.Add(adresLabel);
  498. this.Controls.Add(this.adresTextBox);
  499. this.Controls.Add(roditeliLabel);
  500. this.Controls.Add(this.roditeliTextBox);
  501. this.Controls.Add(data_RozdeniaLabel);
  502. this.Controls.Add(this.data_RozdeniaDateTimePicker);
  503. this.Controls.Add(polLabel);
  504. this.Controls.Add(this.polTextBox);
  505. this.Controls.Add(fIOLabel);
  506. this.Controls.Add(this.fIOTextBox);
  507. this.Controls.Add(this.studentiBindingNavigator);
  508. this.Controls.Add(this.label1);
  509. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
  510. this.MaximizeBox = false;
  511. this.MinimizeBox = false;
  512. this.Name = "Form4";
  513. this.Text = "Таблица \"Студенты\"";
  514. this.Load += new System.EventHandler(this.Form4_Load);
  515. ((System.ComponentModel.ISupportInitialize)(this.tITOVPODRECHETNIKOVADataSet)).EndInit();
  516. ((System.ComponentModel.ISupportInitialize)(this.studentiBindingSource)).EndInit();
  517. ((System.ComponentModel.ISupportInitialize)(this.studentiBindingNavigator)).EndInit();
  518. this.studentiBindingNavigator.ResumeLayout(false);
  519. this.studentiBindingNavigator.PerformLayout();
  520. this.ResumeLayout(false);
  521. this.PerformLayout();
  522. }
  523. #endregion
  524. private System.Windows.Forms.Label label1;
  525. private TITOVPODRECHETNIKOVADataSet tITOVPODRECHETNIKOVADataSet;
  526. private System.Windows.Forms.BindingSource studentiBindingSource;
  527. private TITOVPODRECHETNIKOVADataSetTableAdapters.StudentiTableAdapter studentiTableAdapter;
  528. private TITOVPODRECHETNIKOVADataSetTableAdapters.TableAdapterManager tableAdapterManager;
  529. private System.Windows.Forms.BindingNavigator studentiBindingNavigator;
  530. private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
  531. private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
  532. private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
  533. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
  534. private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
  535. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
  536. private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
  537. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
  538. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
  539. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
  540. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
  541. private System.Windows.Forms.ToolStripButton studentiBindingNavigatorSaveItem;
  542. private System.Windows.Forms.TextBox fIOTextBox;
  543. private System.Windows.Forms.TextBox polTextBox;
  544. private System.Windows.Forms.DateTimePicker data_RozdeniaDateTimePicker;
  545. private System.Windows.Forms.TextBox roditeliTextBox;
  546. private System.Windows.Forms.TextBox adresTextBox;
  547. private System.Windows.Forms.TextBox telefonTextBox;
  548. private System.Windows.Forms.TextBox pasportnie_DannieTextBox;
  549. private System.Windows.Forms.TextBox nomer_ZachetkiTextBox;
  550. private System.Windows.Forms.DateTimePicker data_PostypleniaDateTimePicker;
  551. private System.Windows.Forms.TextBox gruppaTextBox;
  552. private System.Windows.Forms.TextBox kursTextBox;
  553. private System.Windows.Forms.TextBox iD_SpecialinostiTextBox;
  554. private System.Windows.Forms.CheckBox ochnaya_Forma_ObycheniaCheckBox;
  555. }
  556. }