Form5.Designer.cs 37 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628
  1. namespace SavelevShevchenkoStudents
  2. {
  3. partial class Form5
  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(Form5));
  30. System.Windows.Forms.Label iD_studentaLabel;
  31. System.Windows.Forms.Label data_ikzamena1Label;
  32. System.Windows.Forms.Label iD_predmeta1Label;
  33. System.Windows.Forms.Label ocenka1Label;
  34. System.Windows.Forms.Label data_ikzamena2Label;
  35. System.Windows.Forms.Label iD_predmeta2Label;
  36. System.Windows.Forms.Label ocenka2Label;
  37. System.Windows.Forms.Label data_ikzamena3Label;
  38. System.Windows.Forms.Label iD_predmeta3Label;
  39. System.Windows.Forms.Label ocenka3Label;
  40. System.Windows.Forms.Label srednii_ballLabel;
  41. this.label1 = new System.Windows.Forms.Label();
  42. this.savelev_Shevchenko_pr2DataSet1 = new SavelevShevchenkoStudents.Savelev_Shevchenko_pr2DataSet1();
  43. this.ocenkaBindingSource = new System.Windows.Forms.BindingSource(this.components);
  44. this.ocenkaTableAdapter = new SavelevShevchenkoStudents.Savelev_Shevchenko_pr2DataSet1TableAdapters.OcenkaTableAdapter();
  45. this.tableAdapterManager = new SavelevShevchenkoStudents.Savelev_Shevchenko_pr2DataSet1TableAdapters.TableAdapterManager();
  46. this.ocenkaBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
  47. this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
  48. this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
  49. this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
  50. this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
  51. this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
  52. this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  53. this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
  54. this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
  55. this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  56. this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
  57. this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
  58. this.ocenkaBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
  59. this.iD_studentaTextBox = new System.Windows.Forms.TextBox();
  60. this.data_ikzamena1DateTimePicker = new System.Windows.Forms.DateTimePicker();
  61. this.iD_predmeta1TextBox = new System.Windows.Forms.TextBox();
  62. this.ocenka1TextBox = new System.Windows.Forms.TextBox();
  63. this.data_ikzamena2DateTimePicker = new System.Windows.Forms.DateTimePicker();
  64. this.iD_predmeta2TextBox = new System.Windows.Forms.TextBox();
  65. this.ocenka2TextBox = new System.Windows.Forms.TextBox();
  66. this.data_ikzamena3DateTimePicker = new System.Windows.Forms.DateTimePicker();
  67. this.iD_predmeta3TextBox = new System.Windows.Forms.TextBox();
  68. this.ocenka3TextBox = new System.Windows.Forms.TextBox();
  69. this.srednii_ballTextBox = new System.Windows.Forms.TextBox();
  70. this.ocenkaDataGridView = new System.Windows.Forms.DataGridView();
  71. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  75. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  76. this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  77. this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  78. this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  79. this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  80. this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  81. this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  82. iD_studentaLabel = new System.Windows.Forms.Label();
  83. data_ikzamena1Label = new System.Windows.Forms.Label();
  84. iD_predmeta1Label = new System.Windows.Forms.Label();
  85. ocenka1Label = new System.Windows.Forms.Label();
  86. data_ikzamena2Label = new System.Windows.Forms.Label();
  87. iD_predmeta2Label = new System.Windows.Forms.Label();
  88. ocenka2Label = new System.Windows.Forms.Label();
  89. data_ikzamena3Label = new System.Windows.Forms.Label();
  90. iD_predmeta3Label = new System.Windows.Forms.Label();
  91. ocenka3Label = new System.Windows.Forms.Label();
  92. srednii_ballLabel = new System.Windows.Forms.Label();
  93. ((System.ComponentModel.ISupportInitialize)(this.savelev_Shevchenko_pr2DataSet1)).BeginInit();
  94. ((System.ComponentModel.ISupportInitialize)(this.ocenkaBindingSource)).BeginInit();
  95. ((System.ComponentModel.ISupportInitialize)(this.ocenkaBindingNavigator)).BeginInit();
  96. this.ocenkaBindingNavigator.SuspendLayout();
  97. ((System.ComponentModel.ISupportInitialize)(this.ocenkaDataGridView)).BeginInit();
  98. this.SuspendLayout();
  99. //
  100. // label1
  101. //
  102. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  103. this.label1.ForeColor = System.Drawing.Color.DarkBlue;
  104. this.label1.Location = new System.Drawing.Point(37, 29);
  105. this.label1.Name = "label1";
  106. this.label1.Size = new System.Drawing.Size(174, 23);
  107. this.label1.TabIndex = 0;
  108. this.label1.Text = "Таблица\"Оценки\"";
  109. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  110. //
  111. // savelev_Shevchenko_pr2DataSet1
  112. //
  113. this.savelev_Shevchenko_pr2DataSet1.DataSetName = "Savelev_Shevchenko_pr2DataSet1";
  114. this.savelev_Shevchenko_pr2DataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  115. //
  116. // ocenkaBindingSource
  117. //
  118. this.ocenkaBindingSource.DataMember = "Ocenka";
  119. this.ocenkaBindingSource.DataSource = this.savelev_Shevchenko_pr2DataSet1;
  120. //
  121. // ocenkaTableAdapter
  122. //
  123. this.ocenkaTableAdapter.ClearBeforeFill = true;
  124. //
  125. // tableAdapterManager
  126. //
  127. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  128. this.tableAdapterManager.OcenkaTableAdapter = this.ocenkaTableAdapter;
  129. this.tableAdapterManager.PredmetTableAdapter = null;
  130. this.tableAdapterManager.SpecialnostTableAdapter = null;
  131. this.tableAdapterManager.StudentTableAdapter = null;
  132. this.tableAdapterManager.UpdateOrder = SavelevShevchenkoStudents.Savelev_Shevchenko_pr2DataSet1TableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  133. //
  134. // ocenkaBindingNavigator
  135. //
  136. this.ocenkaBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
  137. this.ocenkaBindingNavigator.BindingSource = this.ocenkaBindingSource;
  138. this.ocenkaBindingNavigator.CountItem = this.bindingNavigatorCountItem;
  139. this.ocenkaBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
  140. this.ocenkaBindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  141. this.bindingNavigatorMoveFirstItem,
  142. this.bindingNavigatorMovePreviousItem,
  143. this.bindingNavigatorSeparator,
  144. this.bindingNavigatorPositionItem,
  145. this.bindingNavigatorCountItem,
  146. this.bindingNavigatorSeparator1,
  147. this.bindingNavigatorMoveNextItem,
  148. this.bindingNavigatorMoveLastItem,
  149. this.bindingNavigatorSeparator2,
  150. this.bindingNavigatorAddNewItem,
  151. this.bindingNavigatorDeleteItem,
  152. this.ocenkaBindingNavigatorSaveItem});
  153. this.ocenkaBindingNavigator.Location = new System.Drawing.Point(0, 0);
  154. this.ocenkaBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
  155. this.ocenkaBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
  156. this.ocenkaBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
  157. this.ocenkaBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
  158. this.ocenkaBindingNavigator.Name = "ocenkaBindingNavigator";
  159. this.ocenkaBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
  160. this.ocenkaBindingNavigator.Size = new System.Drawing.Size(824, 25);
  161. this.ocenkaBindingNavigator.TabIndex = 1;
  162. this.ocenkaBindingNavigator.Text = "bindingNavigator1";
  163. //
  164. // bindingNavigatorMoveFirstItem
  165. //
  166. this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  167. this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
  168. this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
  169. this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
  170. this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
  171. this.bindingNavigatorMoveFirstItem.Text = "Переместить в начало";
  172. //
  173. // bindingNavigatorMovePreviousItem
  174. //
  175. this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  176. this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
  177. this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
  178. this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
  179. this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
  180. this.bindingNavigatorMovePreviousItem.Text = "Переместить назад";
  181. //
  182. // bindingNavigatorSeparator
  183. //
  184. this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
  185. this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
  186. //
  187. // bindingNavigatorPositionItem
  188. //
  189. this.bindingNavigatorPositionItem.AccessibleName = "Положение";
  190. this.bindingNavigatorPositionItem.AutoSize = false;
  191. this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
  192. this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
  193. this.bindingNavigatorPositionItem.Text = "0";
  194. this.bindingNavigatorPositionItem.ToolTipText = "Текущее положение";
  195. //
  196. // bindingNavigatorCountItem
  197. //
  198. this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
  199. this.bindingNavigatorCountItem.Size = new System.Drawing.Size(43, 15);
  200. this.bindingNavigatorCountItem.Text = "для {0}";
  201. this.bindingNavigatorCountItem.ToolTipText = "Общее число элементов";
  202. //
  203. // bindingNavigatorSeparator1
  204. //
  205. this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator";
  206. this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 6);
  207. //
  208. // bindingNavigatorMoveNextItem
  209. //
  210. this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  211. this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
  212. this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
  213. this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
  214. this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 20);
  215. this.bindingNavigatorMoveNextItem.Text = "Переместить вперед";
  216. //
  217. // bindingNavigatorMoveLastItem
  218. //
  219. this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  220. this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
  221. this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
  222. this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
  223. this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 20);
  224. this.bindingNavigatorMoveLastItem.Text = "Переместить в конец";
  225. //
  226. // bindingNavigatorSeparator2
  227. //
  228. this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator";
  229. this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 6);
  230. //
  231. // bindingNavigatorAddNewItem
  232. //
  233. this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  234. this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
  235. this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
  236. this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
  237. this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
  238. this.bindingNavigatorAddNewItem.Text = "Добавить";
  239. //
  240. // bindingNavigatorDeleteItem
  241. //
  242. this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  243. this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
  244. this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
  245. this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
  246. this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 20);
  247. this.bindingNavigatorDeleteItem.Text = "Удалить";
  248. //
  249. // ocenkaBindingNavigatorSaveItem
  250. //
  251. this.ocenkaBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  252. this.ocenkaBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("ocenkaBindingNavigatorSaveItem.Image")));
  253. this.ocenkaBindingNavigatorSaveItem.Name = "ocenkaBindingNavigatorSaveItem";
  254. this.ocenkaBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 23);
  255. this.ocenkaBindingNavigatorSaveItem.Text = "Сохранить данные";
  256. this.ocenkaBindingNavigatorSaveItem.Click += new System.EventHandler(this.ocenkaBindingNavigatorSaveItem_Click);
  257. //
  258. // iD_studentaLabel
  259. //
  260. iD_studentaLabel.AutoSize = true;
  261. iD_studentaLabel.Location = new System.Drawing.Point(49, 77);
  262. iD_studentaLabel.Name = "iD_studentaLabel";
  263. iD_studentaLabel.Size = new System.Drawing.Size(65, 13);
  264. iD_studentaLabel.TabIndex = 2;
  265. iD_studentaLabel.Text = "ID studenta:";
  266. //
  267. // iD_studentaTextBox
  268. //
  269. this.iD_studentaTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.ocenkaBindingSource, "ID_studenta", true));
  270. this.iD_studentaTextBox.Location = new System.Drawing.Point(120, 74);
  271. this.iD_studentaTextBox.Name = "iD_studentaTextBox";
  272. this.iD_studentaTextBox.Size = new System.Drawing.Size(100, 20);
  273. this.iD_studentaTextBox.TabIndex = 3;
  274. //
  275. // data_ikzamena1Label
  276. //
  277. data_ikzamena1Label.AutoSize = true;
  278. data_ikzamena1Label.Location = new System.Drawing.Point(27, 114);
  279. data_ikzamena1Label.Name = "data_ikzamena1Label";
  280. data_ikzamena1Label.Size = new System.Drawing.Size(87, 13);
  281. data_ikzamena1Label.TabIndex = 4;
  282. data_ikzamena1Label.Text = "Data ikzamena1:";
  283. //
  284. // data_ikzamena1DateTimePicker
  285. //
  286. this.data_ikzamena1DateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.ocenkaBindingSource, "Data_ikzamena1", true));
  287. this.data_ikzamena1DateTimePicker.Location = new System.Drawing.Point(120, 110);
  288. this.data_ikzamena1DateTimePicker.Name = "data_ikzamena1DateTimePicker";
  289. this.data_ikzamena1DateTimePicker.Size = new System.Drawing.Size(200, 20);
  290. this.data_ikzamena1DateTimePicker.TabIndex = 5;
  291. //
  292. // iD_predmeta1Label
  293. //
  294. iD_predmeta1Label.AutoSize = true;
  295. iD_predmeta1Label.Location = new System.Drawing.Point(38, 147);
  296. iD_predmeta1Label.Name = "iD_predmeta1Label";
  297. iD_predmeta1Label.Size = new System.Drawing.Size(74, 13);
  298. iD_predmeta1Label.TabIndex = 6;
  299. iD_predmeta1Label.Text = "ID predmeta1:";
  300. //
  301. // iD_predmeta1TextBox
  302. //
  303. this.iD_predmeta1TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.ocenkaBindingSource, "ID_predmeta1", true));
  304. this.iD_predmeta1TextBox.Location = new System.Drawing.Point(118, 144);
  305. this.iD_predmeta1TextBox.Name = "iD_predmeta1TextBox";
  306. this.iD_predmeta1TextBox.Size = new System.Drawing.Size(100, 20);
  307. this.iD_predmeta1TextBox.TabIndex = 7;
  308. //
  309. // ocenka1Label
  310. //
  311. ocenka1Label.AutoSize = true;
  312. ocenka1Label.Location = new System.Drawing.Point(58, 179);
  313. ocenka1Label.Name = "ocenka1Label";
  314. ocenka1Label.Size = new System.Drawing.Size(54, 13);
  315. ocenka1Label.TabIndex = 8;
  316. ocenka1Label.Text = "Ocenka1:";
  317. //
  318. // ocenka1TextBox
  319. //
  320. this.ocenka1TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.ocenkaBindingSource, "Ocenka1", true));
  321. this.ocenka1TextBox.Location = new System.Drawing.Point(118, 176);
  322. this.ocenka1TextBox.Name = "ocenka1TextBox";
  323. this.ocenka1TextBox.Size = new System.Drawing.Size(100, 20);
  324. this.ocenka1TextBox.TabIndex = 9;
  325. //
  326. // data_ikzamena2Label
  327. //
  328. data_ikzamena2Label.AutoSize = true;
  329. data_ikzamena2Label.Location = new System.Drawing.Point(25, 212);
  330. data_ikzamena2Label.Name = "data_ikzamena2Label";
  331. data_ikzamena2Label.Size = new System.Drawing.Size(87, 13);
  332. data_ikzamena2Label.TabIndex = 10;
  333. data_ikzamena2Label.Text = "Data ikzamena2:";
  334. //
  335. // data_ikzamena2DateTimePicker
  336. //
  337. this.data_ikzamena2DateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.ocenkaBindingSource, "Data_ikzamena2", true));
  338. this.data_ikzamena2DateTimePicker.Location = new System.Drawing.Point(118, 208);
  339. this.data_ikzamena2DateTimePicker.Name = "data_ikzamena2DateTimePicker";
  340. this.data_ikzamena2DateTimePicker.Size = new System.Drawing.Size(200, 20);
  341. this.data_ikzamena2DateTimePicker.TabIndex = 11;
  342. //
  343. // iD_predmeta2Label
  344. //
  345. iD_predmeta2Label.AutoSize = true;
  346. iD_predmeta2Label.Location = new System.Drawing.Point(38, 242);
  347. iD_predmeta2Label.Name = "iD_predmeta2Label";
  348. iD_predmeta2Label.Size = new System.Drawing.Size(74, 13);
  349. iD_predmeta2Label.TabIndex = 12;
  350. iD_predmeta2Label.Text = "ID predmeta2:";
  351. //
  352. // iD_predmeta2TextBox
  353. //
  354. this.iD_predmeta2TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.ocenkaBindingSource, "ID_predmeta2", true));
  355. this.iD_predmeta2TextBox.Location = new System.Drawing.Point(118, 239);
  356. this.iD_predmeta2TextBox.Name = "iD_predmeta2TextBox";
  357. this.iD_predmeta2TextBox.Size = new System.Drawing.Size(100, 20);
  358. this.iD_predmeta2TextBox.TabIndex = 13;
  359. //
  360. // ocenka2Label
  361. //
  362. ocenka2Label.AutoSize = true;
  363. ocenka2Label.Location = new System.Drawing.Point(58, 275);
  364. ocenka2Label.Name = "ocenka2Label";
  365. ocenka2Label.Size = new System.Drawing.Size(54, 13);
  366. ocenka2Label.TabIndex = 14;
  367. ocenka2Label.Text = "Ocenka2:";
  368. //
  369. // ocenka2TextBox
  370. //
  371. this.ocenka2TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.ocenkaBindingSource, "Ocenka2", true));
  372. this.ocenka2TextBox.Location = new System.Drawing.Point(118, 272);
  373. this.ocenka2TextBox.Name = "ocenka2TextBox";
  374. this.ocenka2TextBox.Size = new System.Drawing.Size(100, 20);
  375. this.ocenka2TextBox.TabIndex = 15;
  376. //
  377. // data_ikzamena3Label
  378. //
  379. data_ikzamena3Label.AutoSize = true;
  380. data_ikzamena3Label.Location = new System.Drawing.Point(25, 309);
  381. data_ikzamena3Label.Name = "data_ikzamena3Label";
  382. data_ikzamena3Label.Size = new System.Drawing.Size(87, 13);
  383. data_ikzamena3Label.TabIndex = 16;
  384. data_ikzamena3Label.Text = "Data ikzamena3:";
  385. //
  386. // data_ikzamena3DateTimePicker
  387. //
  388. this.data_ikzamena3DateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.ocenkaBindingSource, "Data_ikzamena3", true));
  389. this.data_ikzamena3DateTimePicker.Location = new System.Drawing.Point(118, 305);
  390. this.data_ikzamena3DateTimePicker.Name = "data_ikzamena3DateTimePicker";
  391. this.data_ikzamena3DateTimePicker.Size = new System.Drawing.Size(200, 20);
  392. this.data_ikzamena3DateTimePicker.TabIndex = 17;
  393. //
  394. // iD_predmeta3Label
  395. //
  396. iD_predmeta3Label.AutoSize = true;
  397. iD_predmeta3Label.Location = new System.Drawing.Point(38, 341);
  398. iD_predmeta3Label.Name = "iD_predmeta3Label";
  399. iD_predmeta3Label.Size = new System.Drawing.Size(74, 13);
  400. iD_predmeta3Label.TabIndex = 18;
  401. iD_predmeta3Label.Text = "ID predmeta3:";
  402. //
  403. // iD_predmeta3TextBox
  404. //
  405. this.iD_predmeta3TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.ocenkaBindingSource, "ID_predmeta3", true));
  406. this.iD_predmeta3TextBox.Location = new System.Drawing.Point(118, 338);
  407. this.iD_predmeta3TextBox.Name = "iD_predmeta3TextBox";
  408. this.iD_predmeta3TextBox.Size = new System.Drawing.Size(100, 20);
  409. this.iD_predmeta3TextBox.TabIndex = 19;
  410. //
  411. // ocenka3Label
  412. //
  413. ocenka3Label.AutoSize = true;
  414. ocenka3Label.Location = new System.Drawing.Point(58, 371);
  415. ocenka3Label.Name = "ocenka3Label";
  416. ocenka3Label.Size = new System.Drawing.Size(54, 13);
  417. ocenka3Label.TabIndex = 20;
  418. ocenka3Label.Text = "Ocenka3:";
  419. //
  420. // ocenka3TextBox
  421. //
  422. this.ocenka3TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.ocenkaBindingSource, "Ocenka3", true));
  423. this.ocenka3TextBox.Location = new System.Drawing.Point(118, 368);
  424. this.ocenka3TextBox.Name = "ocenka3TextBox";
  425. this.ocenka3TextBox.Size = new System.Drawing.Size(100, 20);
  426. this.ocenka3TextBox.TabIndex = 21;
  427. //
  428. // srednii_ballLabel
  429. //
  430. srednii_ballLabel.AutoSize = true;
  431. srednii_ballLabel.Location = new System.Drawing.Point(49, 403);
  432. srednii_ballLabel.Name = "srednii_ballLabel";
  433. srednii_ballLabel.Size = new System.Drawing.Size(61, 13);
  434. srednii_ballLabel.TabIndex = 22;
  435. srednii_ballLabel.Text = "Srednii ball:";
  436. //
  437. // srednii_ballTextBox
  438. //
  439. this.srednii_ballTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.ocenkaBindingSource, "Srednii_ball", true));
  440. this.srednii_ballTextBox.Location = new System.Drawing.Point(116, 400);
  441. this.srednii_ballTextBox.Name = "srednii_ballTextBox";
  442. this.srednii_ballTextBox.Size = new System.Drawing.Size(100, 20);
  443. this.srednii_ballTextBox.TabIndex = 23;
  444. //
  445. // ocenkaDataGridView
  446. //
  447. this.ocenkaDataGridView.AutoGenerateColumns = false;
  448. this.ocenkaDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  449. this.ocenkaDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  450. this.dataGridViewTextBoxColumn1,
  451. this.dataGridViewTextBoxColumn2,
  452. this.dataGridViewTextBoxColumn3,
  453. this.dataGridViewTextBoxColumn4,
  454. this.dataGridViewTextBoxColumn5,
  455. this.dataGridViewTextBoxColumn6,
  456. this.dataGridViewTextBoxColumn7,
  457. this.dataGridViewTextBoxColumn8,
  458. this.dataGridViewTextBoxColumn9,
  459. this.dataGridViewTextBoxColumn10,
  460. this.dataGridViewTextBoxColumn11});
  461. this.ocenkaDataGridView.DataSource = this.ocenkaBindingSource;
  462. this.ocenkaDataGridView.Location = new System.Drawing.Point(341, 29);
  463. this.ocenkaDataGridView.Name = "ocenkaDataGridView";
  464. this.ocenkaDataGridView.Size = new System.Drawing.Size(445, 220);
  465. this.ocenkaDataGridView.TabIndex = 24;
  466. //
  467. // dataGridViewTextBoxColumn1
  468. //
  469. this.dataGridViewTextBoxColumn1.DataPropertyName = "ID_studenta";
  470. this.dataGridViewTextBoxColumn1.HeaderText = "ID_studenta";
  471. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  472. this.dataGridViewTextBoxColumn1.ReadOnly = true;
  473. //
  474. // dataGridViewTextBoxColumn2
  475. //
  476. this.dataGridViewTextBoxColumn2.DataPropertyName = "Data_ikzamena1";
  477. this.dataGridViewTextBoxColumn2.HeaderText = "Data_ikzamena1";
  478. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  479. //
  480. // dataGridViewTextBoxColumn3
  481. //
  482. this.dataGridViewTextBoxColumn3.DataPropertyName = "ID_predmeta1";
  483. this.dataGridViewTextBoxColumn3.HeaderText = "ID_predmeta1";
  484. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  485. //
  486. // dataGridViewTextBoxColumn4
  487. //
  488. this.dataGridViewTextBoxColumn4.DataPropertyName = "Ocenka1";
  489. this.dataGridViewTextBoxColumn4.HeaderText = "Ocenka1";
  490. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  491. //
  492. // dataGridViewTextBoxColumn5
  493. //
  494. this.dataGridViewTextBoxColumn5.DataPropertyName = "Data_ikzamena2";
  495. this.dataGridViewTextBoxColumn5.HeaderText = "Data_ikzamena2";
  496. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  497. //
  498. // dataGridViewTextBoxColumn6
  499. //
  500. this.dataGridViewTextBoxColumn6.DataPropertyName = "ID_predmeta2";
  501. this.dataGridViewTextBoxColumn6.HeaderText = "ID_predmeta2";
  502. this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
  503. //
  504. // dataGridViewTextBoxColumn7
  505. //
  506. this.dataGridViewTextBoxColumn7.DataPropertyName = "Ocenka2";
  507. this.dataGridViewTextBoxColumn7.HeaderText = "Ocenka2";
  508. this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
  509. //
  510. // dataGridViewTextBoxColumn8
  511. //
  512. this.dataGridViewTextBoxColumn8.DataPropertyName = "Data_ikzamena3";
  513. this.dataGridViewTextBoxColumn8.HeaderText = "Data_ikzamena3";
  514. this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
  515. //
  516. // dataGridViewTextBoxColumn9
  517. //
  518. this.dataGridViewTextBoxColumn9.DataPropertyName = "ID_predmeta3";
  519. this.dataGridViewTextBoxColumn9.HeaderText = "ID_predmeta3";
  520. this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
  521. //
  522. // dataGridViewTextBoxColumn10
  523. //
  524. this.dataGridViewTextBoxColumn10.DataPropertyName = "Ocenka3";
  525. this.dataGridViewTextBoxColumn10.HeaderText = "Ocenka3";
  526. this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
  527. //
  528. // dataGridViewTextBoxColumn11
  529. //
  530. this.dataGridViewTextBoxColumn11.DataPropertyName = "Srednii_ball";
  531. this.dataGridViewTextBoxColumn11.HeaderText = "Srednii_ball";
  532. this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11";
  533. //
  534. // Form5
  535. //
  536. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  537. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  538. this.ClientSize = new System.Drawing.Size(824, 464);
  539. this.Controls.Add(this.ocenkaDataGridView);
  540. this.Controls.Add(srednii_ballLabel);
  541. this.Controls.Add(this.srednii_ballTextBox);
  542. this.Controls.Add(ocenka3Label);
  543. this.Controls.Add(this.ocenka3TextBox);
  544. this.Controls.Add(iD_predmeta3Label);
  545. this.Controls.Add(this.iD_predmeta3TextBox);
  546. this.Controls.Add(data_ikzamena3Label);
  547. this.Controls.Add(this.data_ikzamena3DateTimePicker);
  548. this.Controls.Add(ocenka2Label);
  549. this.Controls.Add(this.ocenka2TextBox);
  550. this.Controls.Add(iD_predmeta2Label);
  551. this.Controls.Add(this.iD_predmeta2TextBox);
  552. this.Controls.Add(data_ikzamena2Label);
  553. this.Controls.Add(this.data_ikzamena2DateTimePicker);
  554. this.Controls.Add(ocenka1Label);
  555. this.Controls.Add(this.ocenka1TextBox);
  556. this.Controls.Add(iD_predmeta1Label);
  557. this.Controls.Add(this.iD_predmeta1TextBox);
  558. this.Controls.Add(data_ikzamena1Label);
  559. this.Controls.Add(this.data_ikzamena1DateTimePicker);
  560. this.Controls.Add(iD_studentaLabel);
  561. this.Controls.Add(this.iD_studentaTextBox);
  562. this.Controls.Add(this.ocenkaBindingNavigator);
  563. this.Controls.Add(this.label1);
  564. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
  565. this.MaximizeBox = false;
  566. this.MinimizeBox = false;
  567. this.Name = "Form5";
  568. this.Text = "Таблица\"Оценки\"";
  569. this.Load += new System.EventHandler(this.Form5_Load);
  570. ((System.ComponentModel.ISupportInitialize)(this.savelev_Shevchenko_pr2DataSet1)).EndInit();
  571. ((System.ComponentModel.ISupportInitialize)(this.ocenkaBindingSource)).EndInit();
  572. ((System.ComponentModel.ISupportInitialize)(this.ocenkaBindingNavigator)).EndInit();
  573. this.ocenkaBindingNavigator.ResumeLayout(false);
  574. this.ocenkaBindingNavigator.PerformLayout();
  575. ((System.ComponentModel.ISupportInitialize)(this.ocenkaDataGridView)).EndInit();
  576. this.ResumeLayout(false);
  577. this.PerformLayout();
  578. }
  579. #endregion
  580. private System.Windows.Forms.Label label1;
  581. private Savelev_Shevchenko_pr2DataSet1 savelev_Shevchenko_pr2DataSet1;
  582. private System.Windows.Forms.BindingSource ocenkaBindingSource;
  583. private Savelev_Shevchenko_pr2DataSet1TableAdapters.OcenkaTableAdapter ocenkaTableAdapter;
  584. private Savelev_Shevchenko_pr2DataSet1TableAdapters.TableAdapterManager tableAdapterManager;
  585. private System.Windows.Forms.BindingNavigator ocenkaBindingNavigator;
  586. private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
  587. private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
  588. private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
  589. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
  590. private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
  591. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
  592. private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
  593. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
  594. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
  595. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
  596. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
  597. private System.Windows.Forms.ToolStripButton ocenkaBindingNavigatorSaveItem;
  598. private System.Windows.Forms.TextBox iD_studentaTextBox;
  599. private System.Windows.Forms.DateTimePicker data_ikzamena1DateTimePicker;
  600. private System.Windows.Forms.TextBox iD_predmeta1TextBox;
  601. private System.Windows.Forms.TextBox ocenka1TextBox;
  602. private System.Windows.Forms.DateTimePicker data_ikzamena2DateTimePicker;
  603. private System.Windows.Forms.TextBox iD_predmeta2TextBox;
  604. private System.Windows.Forms.TextBox ocenka2TextBox;
  605. private System.Windows.Forms.DateTimePicker data_ikzamena3DateTimePicker;
  606. private System.Windows.Forms.TextBox iD_predmeta3TextBox;
  607. private System.Windows.Forms.TextBox ocenka3TextBox;
  608. private System.Windows.Forms.TextBox srednii_ballTextBox;
  609. private System.Windows.Forms.DataGridView ocenkaDataGridView;
  610. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  611. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  612. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  613. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  614. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  615. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
  616. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
  617. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
  618. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
  619. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10;
  620. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11;
  621. }
  622. }