Form5.Designer.cs 40 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627
  1. namespace YurevichDuevaStudent
  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 код_студентаLabel;
  31. System.Windows.Forms.Label дата_экзамена1Label;
  32. System.Windows.Forms.Label код_предмета1Label;
  33. System.Windows.Forms.Label оценка1Label;
  34. System.Windows.Forms.Label даnа_экзамена2Label;
  35. System.Windows.Forms.Label код_предмета2Label;
  36. System.Windows.Forms.Label оценка2Label;
  37. System.Windows.Forms.Label дата_экзамена3Label;
  38. System.Windows.Forms.Label код_предмета3Label;
  39. System.Windows.Forms.Label оценка3Label;
  40. System.Windows.Forms.Label средний_баллLabel;
  41. this.label1 = new System.Windows.Forms.Label();
  42. this.dueva_YurevichDataSet = new YurevichDuevaStudent.Dueva_YurevichDataSet();
  43. this.оценкиBindingSource = new System.Windows.Forms.BindingSource(this.components);
  44. this.оценкиTableAdapter = new YurevichDuevaStudent.Dueva_YurevichDataSetTableAdapters.ОценкиTableAdapter();
  45. this.tableAdapterManager = new YurevichDuevaStudent.Dueva_YurevichDataSetTableAdapters.TableAdapterManager();
  46. this.оценкиBindingNavigator = 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.оценкиBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
  59. this.код_студентаTextBox = new System.Windows.Forms.TextBox();
  60. this.дата_экзамена1DateTimePicker = new System.Windows.Forms.DateTimePicker();
  61. this.код_предмета1TextBox = new System.Windows.Forms.TextBox();
  62. this.оценка1TextBox = new System.Windows.Forms.TextBox();
  63. this.даnа_экзамена2DateTimePicker = new System.Windows.Forms.DateTimePicker();
  64. this.код_предмета2TextBox = new System.Windows.Forms.TextBox();
  65. this.оценка2TextBox = new System.Windows.Forms.TextBox();
  66. this.дата_экзамена3DateTimePicker = new System.Windows.Forms.DateTimePicker();
  67. this.код_предмета3TextBox = new System.Windows.Forms.TextBox();
  68. this.оценка3TextBox = new System.Windows.Forms.TextBox();
  69. this.средний_баллTextBox = new System.Windows.Forms.TextBox();
  70. this.оценкиDataGridView = 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. код_студентаLabel = new System.Windows.Forms.Label();
  83. дата_экзамена1Label = new System.Windows.Forms.Label();
  84. код_предмета1Label = new System.Windows.Forms.Label();
  85. оценка1Label = new System.Windows.Forms.Label();
  86. даnа_экзамена2Label = new System.Windows.Forms.Label();
  87. код_предмета2Label = new System.Windows.Forms.Label();
  88. оценка2Label = new System.Windows.Forms.Label();
  89. дата_экзамена3Label = new System.Windows.Forms.Label();
  90. код_предмета3Label = new System.Windows.Forms.Label();
  91. оценка3Label = new System.Windows.Forms.Label();
  92. средний_баллLabel = new System.Windows.Forms.Label();
  93. ((System.ComponentModel.ISupportInitialize)(this.dueva_YurevichDataSet)).BeginInit();
  94. ((System.ComponentModel.ISupportInitialize)(this.оценкиBindingSource)).BeginInit();
  95. ((System.ComponentModel.ISupportInitialize)(this.оценкиBindingNavigator)).BeginInit();
  96. this.оценкиBindingNavigator.SuspendLayout();
  97. ((System.ComponentModel.ISupportInitialize)(this.оценкиDataGridView)).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.SystemColors.HotTrack;
  104. this.label1.Location = new System.Drawing.Point(292, 44);
  105. this.label1.Name = "label1";
  106. this.label1.Size = new System.Drawing.Size(233, 23);
  107. this.label1.TabIndex = 0;
  108. this.label1.Text = "Таблица \"Оценки\"";
  109. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  110. //
  111. // dueva_YurevichDataSet
  112. //
  113. this.dueva_YurevichDataSet.DataSetName = "Dueva_YurevichDataSet";
  114. this.dueva_YurevichDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  115. //
  116. // оценкиBindingSource
  117. //
  118. this.оценкиBindingSource.DataMember = "Оценки";
  119. this.оценкиBindingSource.DataSource = this.dueva_YurevichDataSet;
  120. //
  121. // оценкиTableAdapter
  122. //
  123. this.оценкиTableAdapter.ClearBeforeFill = true;
  124. //
  125. // tableAdapterManager
  126. //
  127. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  128. this.tableAdapterManager.UpdateOrder = YurevichDuevaStudent.Dueva_YurevichDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  129. this.tableAdapterManager.ОценкиTableAdapter = this.оценкиTableAdapter;
  130. this.tableAdapterManager.ПредметыTableAdapter = null;
  131. this.tableAdapterManager.СпециальностиTableAdapter = null;
  132. this.tableAdapterManager.СтудентыTableAdapter = null;
  133. //
  134. // оценкиBindingNavigator
  135. //
  136. this.оценкиBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
  137. this.оценкиBindingNavigator.BindingSource = this.оценкиBindingSource;
  138. this.оценкиBindingNavigator.CountItem = this.bindingNavigatorCountItem;
  139. this.оценкиBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
  140. this.оценкиBindingNavigator.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.оценкиBindingNavigatorSaveItem});
  153. this.оценкиBindingNavigator.Location = new System.Drawing.Point(0, 0);
  154. this.оценкиBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
  155. this.оценкиBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
  156. this.оценкиBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
  157. this.оценкиBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
  158. this.оценкиBindingNavigator.Name = "оценкиBindingNavigator";
  159. this.оценкиBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
  160. this.оценкиBindingNavigator.Size = new System.Drawing.Size(869, 25);
  161. this.оценкиBindingNavigator.TabIndex = 1;
  162. this.оценкиBindingNavigator.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. // оценкиBindingNavigatorSaveItem
  250. //
  251. this.оценкиBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  252. this.оценкиBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("оценкиBindingNavigatorSaveItem.Image")));
  253. this.оценкиBindingNavigatorSaveItem.Name = "оценкиBindingNavigatorSaveItem";
  254. this.оценкиBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 23);
  255. this.оценкиBindingNavigatorSaveItem.Text = "Сохранить данные";
  256. this.оценкиBindingNavigatorSaveItem.Click += new System.EventHandler(this.оценкиBindingNavigatorSaveItem_Click);
  257. //
  258. // код_студентаLabel
  259. //
  260. код_студентаLabel.AutoSize = true;
  261. код_студентаLabel.Location = new System.Drawing.Point(162, 86);
  262. код_студентаLabel.Name = "код_студентаLabel";
  263. код_студентаLabel.Size = new System.Drawing.Size(77, 13);
  264. код_студентаLabel.TabIndex = 2;
  265. код_студентаLabel.Text = "Код студента:";
  266. //
  267. // код_студентаTextBox
  268. //
  269. this.код_студентаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.оценкиBindingSource, "Код_студента", true));
  270. this.код_студентаTextBox.Location = new System.Drawing.Point(245, 83);
  271. this.код_студентаTextBox.Name = "код_студентаTextBox";
  272. this.код_студентаTextBox.Size = new System.Drawing.Size(100, 20);
  273. this.код_студентаTextBox.TabIndex = 3;
  274. //
  275. // дата_экзамена1Label
  276. //
  277. дата_экзамена1Label.AutoSize = true;
  278. дата_экзамена1Label.Location = new System.Drawing.Point(44, 116);
  279. дата_экзамена1Label.Name = "дата_экзамена1Label";
  280. дата_экзамена1Label.Size = new System.Drawing.Size(95, 13);
  281. дата_экзамена1Label.TabIndex = 4;
  282. дата_экзамена1Label.Text = "Дата экзамена1:";
  283. //
  284. // дата_экзамена1DateTimePicker
  285. //
  286. this.дата_экзамена1DateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.оценкиBindingSource, "Дата_экзамена1", true));
  287. this.дата_экзамена1DateTimePicker.Location = new System.Drawing.Point(145, 109);
  288. this.дата_экзамена1DateTimePicker.Name = "дата_экзамена1DateTimePicker";
  289. this.дата_экзамена1DateTimePicker.Size = new System.Drawing.Size(200, 20);
  290. this.дата_экзамена1DateTimePicker.TabIndex = 5;
  291. //
  292. // код_предмета1Label
  293. //
  294. код_предмета1Label.AutoSize = true;
  295. код_предмета1Label.Location = new System.Drawing.Point(152, 142);
  296. код_предмета1Label.Name = "код_предмета1Label";
  297. код_предмета1Label.Size = new System.Drawing.Size(87, 13);
  298. код_предмета1Label.TabIndex = 6;
  299. код_предмета1Label.Text = "Код предмета1:";
  300. //
  301. // код_предмета1TextBox
  302. //
  303. this.код_предмета1TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.оценкиBindingSource, "Код_предмета1", true));
  304. this.код_предмета1TextBox.Location = new System.Drawing.Point(245, 135);
  305. this.код_предмета1TextBox.Name = "код_предмета1TextBox";
  306. this.код_предмета1TextBox.Size = new System.Drawing.Size(100, 20);
  307. this.код_предмета1TextBox.TabIndex = 7;
  308. //
  309. // оценка1Label
  310. //
  311. оценка1Label.AutoSize = true;
  312. оценка1Label.Location = new System.Drawing.Point(185, 168);
  313. оценка1Label.Name = "оценка1Label";
  314. оценка1Label.Size = new System.Drawing.Size(54, 13);
  315. оценка1Label.TabIndex = 8;
  316. оценка1Label.Text = "Оценка1:";
  317. //
  318. // оценка1TextBox
  319. //
  320. this.оценка1TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.оценкиBindingSource, "Оценка1", true));
  321. this.оценка1TextBox.Location = new System.Drawing.Point(245, 161);
  322. this.оценка1TextBox.Name = "оценка1TextBox";
  323. this.оценка1TextBox.Size = new System.Drawing.Size(100, 20);
  324. this.оценка1TextBox.TabIndex = 9;
  325. //
  326. // даnа_экзамена2Label
  327. //
  328. даnа_экзамена2Label.AutoSize = true;
  329. даnа_экзамена2Label.Location = new System.Drawing.Point(43, 191);
  330. даnа_экзамена2Label.Name = "даnа_экзамена2Label";
  331. даnа_экзамена2Label.Size = new System.Drawing.Size(96, 13);
  332. даnа_экзамена2Label.TabIndex = 10;
  333. даnа_экзамена2Label.Text = "Даnа экзамена2:";
  334. //
  335. // даnа_экзамена2DateTimePicker
  336. //
  337. this.даnа_экзамена2DateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.оценкиBindingSource, "Даnа_экзамена2", true));
  338. this.даnа_экзамена2DateTimePicker.Location = new System.Drawing.Point(145, 187);
  339. this.даnа_экзамена2DateTimePicker.Name = "даnа_экзамена2DateTimePicker";
  340. this.даnа_экзамена2DateTimePicker.Size = new System.Drawing.Size(200, 20);
  341. this.даnа_экзамена2DateTimePicker.TabIndex = 11;
  342. //
  343. // код_предмета2Label
  344. //
  345. код_предмета2Label.AutoSize = true;
  346. код_предмета2Label.Location = new System.Drawing.Point(152, 216);
  347. код_предмета2Label.Name = "код_предмета2Label";
  348. код_предмета2Label.Size = new System.Drawing.Size(87, 13);
  349. код_предмета2Label.TabIndex = 12;
  350. код_предмета2Label.Text = "Код предмета2:";
  351. //
  352. // код_предмета2TextBox
  353. //
  354. this.код_предмета2TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.оценкиBindingSource, "Код_предмета2", true));
  355. this.код_предмета2TextBox.Location = new System.Drawing.Point(245, 213);
  356. this.код_предмета2TextBox.Name = "код_предмета2TextBox";
  357. this.код_предмета2TextBox.Size = new System.Drawing.Size(100, 20);
  358. this.код_предмета2TextBox.TabIndex = 13;
  359. //
  360. // оценка2Label
  361. //
  362. оценка2Label.AutoSize = true;
  363. оценка2Label.Location = new System.Drawing.Point(185, 242);
  364. оценка2Label.Name = "оценка2Label";
  365. оценка2Label.Size = new System.Drawing.Size(54, 13);
  366. оценка2Label.TabIndex = 14;
  367. оценка2Label.Text = "Оценка2:";
  368. //
  369. // оценка2TextBox
  370. //
  371. this.оценка2TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.оценкиBindingSource, "Оценка2", true));
  372. this.оценка2TextBox.Location = new System.Drawing.Point(245, 239);
  373. this.оценка2TextBox.Name = "оценка2TextBox";
  374. this.оценка2TextBox.Size = new System.Drawing.Size(100, 20);
  375. this.оценка2TextBox.TabIndex = 15;
  376. //
  377. // дата_экзамена3Label
  378. //
  379. дата_экзамена3Label.AutoSize = true;
  380. дата_экзамена3Label.Location = new System.Drawing.Point(44, 269);
  381. дата_экзамена3Label.Name = "дата_экзамена3Label";
  382. дата_экзамена3Label.Size = new System.Drawing.Size(95, 13);
  383. дата_экзамена3Label.TabIndex = 16;
  384. дата_экзамена3Label.Text = "Дата экзамена3:";
  385. //
  386. // дата_экзамена3DateTimePicker
  387. //
  388. this.дата_экзамена3DateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.оценкиBindingSource, "Дата_экзамена3", true));
  389. this.дата_экзамена3DateTimePicker.Location = new System.Drawing.Point(145, 265);
  390. this.дата_экзамена3DateTimePicker.Name = "дата_экзамена3DateTimePicker";
  391. this.дата_экзамена3DateTimePicker.Size = new System.Drawing.Size(200, 20);
  392. this.дата_экзамена3DateTimePicker.TabIndex = 17;
  393. //
  394. // код_предмета3Label
  395. //
  396. код_предмета3Label.AutoSize = true;
  397. код_предмета3Label.Location = new System.Drawing.Point(152, 294);
  398. код_предмета3Label.Name = "код_предмета3Label";
  399. код_предмета3Label.Size = new System.Drawing.Size(87, 13);
  400. код_предмета3Label.TabIndex = 18;
  401. код_предмета3Label.Text = "Код предмета3:";
  402. //
  403. // код_предмета3TextBox
  404. //
  405. this.код_предмета3TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.оценкиBindingSource, "Код_предмета3", true));
  406. this.код_предмета3TextBox.Location = new System.Drawing.Point(245, 291);
  407. this.код_предмета3TextBox.Name = "код_предмета3TextBox";
  408. this.код_предмета3TextBox.Size = new System.Drawing.Size(100, 20);
  409. this.код_предмета3TextBox.TabIndex = 19;
  410. //
  411. // оценка3Label
  412. //
  413. оценка3Label.AutoSize = true;
  414. оценка3Label.Location = new System.Drawing.Point(185, 320);
  415. оценка3Label.Name = "оценка3Label";
  416. оценка3Label.Size = new System.Drawing.Size(54, 13);
  417. оценка3Label.TabIndex = 20;
  418. оценка3Label.Text = "Оценка3:";
  419. //
  420. // оценка3TextBox
  421. //
  422. this.оценка3TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.оценкиBindingSource, "Оценка3", true));
  423. this.оценка3TextBox.Location = new System.Drawing.Point(245, 317);
  424. this.оценка3TextBox.Name = "оценка3TextBox";
  425. this.оценка3TextBox.Size = new System.Drawing.Size(100, 20);
  426. this.оценка3TextBox.TabIndex = 21;
  427. //
  428. // средний_баллLabel
  429. //
  430. средний_баллLabel.AutoSize = true;
  431. средний_баллLabel.Location = new System.Drawing.Point(159, 346);
  432. средний_баллLabel.Name = "средний_баллLabel";
  433. средний_баллLabel.Size = new System.Drawing.Size(80, 13);
  434. средний_баллLabel.TabIndex = 22;
  435. средний_баллLabel.Text = "Средний балл:";
  436. //
  437. // средний_баллTextBox
  438. //
  439. this.средний_баллTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.оценкиBindingSource, "Средний_балл", true));
  440. this.средний_баллTextBox.Location = new System.Drawing.Point(245, 343);
  441. this.средний_баллTextBox.Name = "средний_баллTextBox";
  442. this.средний_баллTextBox.Size = new System.Drawing.Size(100, 20);
  443. this.средний_баллTextBox.TabIndex = 23;
  444. //
  445. // оценкиDataGridView
  446. //
  447. this.оценкиDataGridView.AutoGenerateColumns = false;
  448. this.оценкиDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  449. this.оценкиDataGridView.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.оценкиDataGridView.DataSource = this.оценкиBindingSource;
  462. this.оценкиDataGridView.Location = new System.Drawing.Point(365, 83);
  463. this.оценкиDataGridView.Name = "оценкиDataGridView";
  464. this.оценкиDataGridView.Size = new System.Drawing.Size(442, 280);
  465. this.оценкиDataGridView.TabIndex = 24;
  466. //
  467. // dataGridViewTextBoxColumn1
  468. //
  469. this.dataGridViewTextBoxColumn1.DataPropertyName = "Код_студента";
  470. this.dataGridViewTextBoxColumn1.HeaderText = "Код_студента";
  471. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  472. //
  473. // dataGridViewTextBoxColumn2
  474. //
  475. this.dataGridViewTextBoxColumn2.DataPropertyName = "Дата_экзамена1";
  476. this.dataGridViewTextBoxColumn2.HeaderText = "Дата_экзамена1";
  477. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  478. //
  479. // dataGridViewTextBoxColumn3
  480. //
  481. this.dataGridViewTextBoxColumn3.DataPropertyName = "Код_предмета1";
  482. this.dataGridViewTextBoxColumn3.HeaderText = "Код_предмета1";
  483. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  484. //
  485. // dataGridViewTextBoxColumn4
  486. //
  487. this.dataGridViewTextBoxColumn4.DataPropertyName = "Оценка1";
  488. this.dataGridViewTextBoxColumn4.HeaderText = "Оценка1";
  489. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  490. //
  491. // dataGridViewTextBoxColumn5
  492. //
  493. this.dataGridViewTextBoxColumn5.DataPropertyName = "Даnа_экзамена2";
  494. this.dataGridViewTextBoxColumn5.HeaderText = "Даnа_экзамена2";
  495. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  496. //
  497. // dataGridViewTextBoxColumn6
  498. //
  499. this.dataGridViewTextBoxColumn6.DataPropertyName = "Код_предмета2";
  500. this.dataGridViewTextBoxColumn6.HeaderText = "Код_предмета2";
  501. this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
  502. //
  503. // dataGridViewTextBoxColumn7
  504. //
  505. this.dataGridViewTextBoxColumn7.DataPropertyName = "Оценка2";
  506. this.dataGridViewTextBoxColumn7.HeaderText = "Оценка2";
  507. this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
  508. //
  509. // dataGridViewTextBoxColumn8
  510. //
  511. this.dataGridViewTextBoxColumn8.DataPropertyName = "Дата_экзамена3";
  512. this.dataGridViewTextBoxColumn8.HeaderText = "Дата_экзамена3";
  513. this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
  514. //
  515. // dataGridViewTextBoxColumn9
  516. //
  517. this.dataGridViewTextBoxColumn9.DataPropertyName = "Код_предмета3";
  518. this.dataGridViewTextBoxColumn9.HeaderText = "Код_предмета3";
  519. this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
  520. //
  521. // dataGridViewTextBoxColumn10
  522. //
  523. this.dataGridViewTextBoxColumn10.DataPropertyName = "Оценка3";
  524. this.dataGridViewTextBoxColumn10.HeaderText = "Оценка3";
  525. this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
  526. //
  527. // dataGridViewTextBoxColumn11
  528. //
  529. this.dataGridViewTextBoxColumn11.DataPropertyName = "Средний_балл";
  530. this.dataGridViewTextBoxColumn11.HeaderText = "Средний_балл";
  531. this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11";
  532. //
  533. // Form5
  534. //
  535. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  536. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  537. this.ClientSize = new System.Drawing.Size(869, 388);
  538. this.Controls.Add(this.оценкиDataGridView);
  539. this.Controls.Add(средний_баллLabel);
  540. this.Controls.Add(this.средний_баллTextBox);
  541. this.Controls.Add(оценка3Label);
  542. this.Controls.Add(this.оценка3TextBox);
  543. this.Controls.Add(код_предмета3Label);
  544. this.Controls.Add(this.код_предмета3TextBox);
  545. this.Controls.Add(дата_экзамена3Label);
  546. this.Controls.Add(this.дата_экзамена3DateTimePicker);
  547. this.Controls.Add(оценка2Label);
  548. this.Controls.Add(this.оценка2TextBox);
  549. this.Controls.Add(код_предмета2Label);
  550. this.Controls.Add(this.код_предмета2TextBox);
  551. this.Controls.Add(даnа_экзамена2Label);
  552. this.Controls.Add(this.даnа_экзамена2DateTimePicker);
  553. this.Controls.Add(оценка1Label);
  554. this.Controls.Add(this.оценка1TextBox);
  555. this.Controls.Add(код_предмета1Label);
  556. this.Controls.Add(this.код_предмета1TextBox);
  557. this.Controls.Add(дата_экзамена1Label);
  558. this.Controls.Add(this.дата_экзамена1DateTimePicker);
  559. this.Controls.Add(код_студентаLabel);
  560. this.Controls.Add(this.код_студентаTextBox);
  561. this.Controls.Add(this.оценкиBindingNavigator);
  562. this.Controls.Add(this.label1);
  563. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
  564. this.MaximizeBox = false;
  565. this.MinimizeBox = false;
  566. this.Name = "Form5";
  567. this.Text = "Таблица \"Оценки\"";
  568. this.Load += new System.EventHandler(this.Form5_Load);
  569. ((System.ComponentModel.ISupportInitialize)(this.dueva_YurevichDataSet)).EndInit();
  570. ((System.ComponentModel.ISupportInitialize)(this.оценкиBindingSource)).EndInit();
  571. ((System.ComponentModel.ISupportInitialize)(this.оценкиBindingNavigator)).EndInit();
  572. this.оценкиBindingNavigator.ResumeLayout(false);
  573. this.оценкиBindingNavigator.PerformLayout();
  574. ((System.ComponentModel.ISupportInitialize)(this.оценкиDataGridView)).EndInit();
  575. this.ResumeLayout(false);
  576. this.PerformLayout();
  577. }
  578. #endregion
  579. private System.Windows.Forms.Label label1;
  580. private Dueva_YurevichDataSet dueva_YurevichDataSet;
  581. private System.Windows.Forms.BindingSource оценкиBindingSource;
  582. private Dueva_YurevichDataSetTableAdapters.ОценкиTableAdapter оценкиTableAdapter;
  583. private Dueva_YurevichDataSetTableAdapters.TableAdapterManager tableAdapterManager;
  584. private System.Windows.Forms.BindingNavigator оценкиBindingNavigator;
  585. private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
  586. private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
  587. private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
  588. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
  589. private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
  590. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
  591. private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
  592. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
  593. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
  594. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
  595. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
  596. private System.Windows.Forms.ToolStripButton оценкиBindingNavigatorSaveItem;
  597. private System.Windows.Forms.TextBox код_студентаTextBox;
  598. private System.Windows.Forms.DateTimePicker дата_экзамена1DateTimePicker;
  599. private System.Windows.Forms.TextBox код_предмета1TextBox;
  600. private System.Windows.Forms.TextBox оценка1TextBox;
  601. private System.Windows.Forms.DateTimePicker даnа_экзамена2DateTimePicker;
  602. private System.Windows.Forms.TextBox код_предмета2TextBox;
  603. private System.Windows.Forms.TextBox оценка2TextBox;
  604. private System.Windows.Forms.DateTimePicker дата_экзамена3DateTimePicker;
  605. private System.Windows.Forms.TextBox код_предмета3TextBox;
  606. private System.Windows.Forms.TextBox оценка3TextBox;
  607. private System.Windows.Forms.TextBox средний_баллTextBox;
  608. private System.Windows.Forms.DataGridView оценкиDataGridView;
  609. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  610. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  611. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  612. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  613. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  614. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
  615. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
  616. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
  617. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
  618. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10;
  619. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11;
  620. }
  621. }