Form3.Designer.cs 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321
  1. 
  2. namespace KachaevBuynitskiyStudents
  3. {
  4. partial class Form3
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.components = new System.ComponentModel.Container();
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form3));
  31. System.Windows.Forms.Label наименование_предметаLabel;
  32. System.Windows.Forms.Label описание_предметаLabel;
  33. this.label1 = new System.Windows.Forms.Label();
  34. this.buynitskiyStudentsDataSet1 = new KachaevBuynitskiyStudents.BuynitskiyStudentsDataSet1();
  35. this.оценкиBindingSource = new System.Windows.Forms.BindingSource(this.components);
  36. this.оценкиTableAdapter = new KachaevBuynitskiyStudents.BuynitskiyStudentsDataSet1TableAdapters.ОценкиTableAdapter();
  37. this.tableAdapterManager = new KachaevBuynitskiyStudents.BuynitskiyStudentsDataSet1TableAdapters.TableAdapterManager();
  38. this.предметыTableAdapter = new KachaevBuynitskiyStudents.BuynitskiyStudentsDataSet1TableAdapters.ПредметыTableAdapter();
  39. this.оценкиBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
  40. this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
  41. this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
  42. this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
  43. this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
  44. this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
  45. this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
  46. this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
  47. this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  48. this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
  49. this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
  50. this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  51. this.оценкиBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
  52. this.предметыBindingSource = new System.Windows.Forms.BindingSource(this.components);
  53. this.наименование_предметаTextBox = new System.Windows.Forms.TextBox();
  54. this.описание_предметаTextBox = new System.Windows.Forms.TextBox();
  55. наименование_предметаLabel = new System.Windows.Forms.Label();
  56. описание_предметаLabel = new System.Windows.Forms.Label();
  57. ((System.ComponentModel.ISupportInitialize)(this.buynitskiyStudentsDataSet1)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.оценкиBindingSource)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.оценкиBindingNavigator)).BeginInit();
  60. this.оценкиBindingNavigator.SuspendLayout();
  61. ((System.ComponentModel.ISupportInitialize)(this.предметыBindingSource)).BeginInit();
  62. this.SuspendLayout();
  63. //
  64. // label1
  65. //
  66. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  67. this.label1.ForeColor = System.Drawing.SystemColors.HotTrack;
  68. this.label1.Location = new System.Drawing.Point(209, 95);
  69. this.label1.Name = "label1";
  70. this.label1.Size = new System.Drawing.Size(222, 23);
  71. this.label1.TabIndex = 0;
  72. this.label1.Text = "Таблица \"Предмет\"";
  73. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  74. this.label1.Click += new System.EventHandler(this.label1_Click);
  75. //
  76. // buynitskiyStudentsDataSet1
  77. //
  78. this.buynitskiyStudentsDataSet1.DataSetName = "BuynitskiyStudentsDataSet1";
  79. this.buynitskiyStudentsDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  80. //
  81. // оценкиBindingSource
  82. //
  83. this.оценкиBindingSource.DataMember = "Оценки";
  84. this.оценкиBindingSource.DataSource = this.buynitskiyStudentsDataSet1;
  85. //
  86. // оценкиTableAdapter
  87. //
  88. this.оценкиTableAdapter.ClearBeforeFill = true;
  89. //
  90. // tableAdapterManager
  91. //
  92. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  93. this.tableAdapterManager.UpdateOrder = KachaevBuynitskiyStudents.BuynitskiyStudentsDataSet1TableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  94. this.tableAdapterManager.ОценкиTableAdapter = this.оценкиTableAdapter;
  95. this.tableAdapterManager.ПредметыTableAdapter = this.предметыTableAdapter;
  96. this.tableAdapterManager.СпециальностиTableAdapter = null;
  97. this.tableAdapterManager.СтудентыTableAdapter = null;
  98. //
  99. // предметыTableAdapter
  100. //
  101. this.предметыTableAdapter.ClearBeforeFill = true;
  102. //
  103. // оценкиBindingNavigator
  104. //
  105. this.оценкиBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
  106. this.оценкиBindingNavigator.BindingSource = this.оценкиBindingSource;
  107. this.оценкиBindingNavigator.CountItem = this.bindingNavigatorCountItem;
  108. this.оценкиBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
  109. this.оценкиBindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  110. this.bindingNavigatorMoveFirstItem,
  111. this.bindingNavigatorMovePreviousItem,
  112. this.bindingNavigatorSeparator,
  113. this.bindingNavigatorPositionItem,
  114. this.bindingNavigatorCountItem,
  115. this.bindingNavigatorSeparator1,
  116. this.bindingNavigatorMoveNextItem,
  117. this.bindingNavigatorMoveLastItem,
  118. this.bindingNavigatorSeparator2,
  119. this.bindingNavigatorAddNewItem,
  120. this.bindingNavigatorDeleteItem,
  121. this.оценкиBindingNavigatorSaveItem});
  122. this.оценкиBindingNavigator.Location = new System.Drawing.Point(0, 0);
  123. this.оценкиBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
  124. this.оценкиBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
  125. this.оценкиBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
  126. this.оценкиBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
  127. this.оценкиBindingNavigator.Name = "оценкиBindingNavigator";
  128. this.оценкиBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
  129. this.оценкиBindingNavigator.Size = new System.Drawing.Size(661, 25);
  130. this.оценкиBindingNavigator.TabIndex = 5;
  131. this.оценкиBindingNavigator.Text = "bindingNavigator1";
  132. //
  133. // bindingNavigatorAddNewItem
  134. //
  135. this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  136. this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
  137. this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
  138. this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
  139. this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
  140. this.bindingNavigatorAddNewItem.Text = "Добавить";
  141. this.bindingNavigatorAddNewItem.Click += new System.EventHandler(this.bindingNavigatorAddNewItem_Click);
  142. //
  143. // bindingNavigatorCountItem
  144. //
  145. this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
  146. this.bindingNavigatorCountItem.Size = new System.Drawing.Size(43, 22);
  147. this.bindingNavigatorCountItem.Text = "для {0}";
  148. this.bindingNavigatorCountItem.ToolTipText = "Общее число элементов";
  149. //
  150. // bindingNavigatorDeleteItem
  151. //
  152. this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  153. this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
  154. this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
  155. this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
  156. this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22);
  157. this.bindingNavigatorDeleteItem.Text = "Удалить";
  158. //
  159. // bindingNavigatorMoveFirstItem
  160. //
  161. this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  162. this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
  163. this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
  164. this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
  165. this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
  166. this.bindingNavigatorMoveFirstItem.Text = "Переместить в начало";
  167. //
  168. // bindingNavigatorMovePreviousItem
  169. //
  170. this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  171. this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
  172. this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
  173. this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
  174. this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
  175. this.bindingNavigatorMovePreviousItem.Text = "Переместить назад";
  176. //
  177. // bindingNavigatorSeparator
  178. //
  179. this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
  180. this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
  181. //
  182. // bindingNavigatorPositionItem
  183. //
  184. this.bindingNavigatorPositionItem.AccessibleName = "Положение";
  185. this.bindingNavigatorPositionItem.AutoSize = false;
  186. this.bindingNavigatorPositionItem.Font = new System.Drawing.Font("Segoe UI", 9F);
  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. // bindingNavigatorSeparator1
  193. //
  194. this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
  195. this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
  196. //
  197. // bindingNavigatorMoveNextItem
  198. //
  199. this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  200. this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
  201. this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
  202. this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
  203. this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
  204. this.bindingNavigatorMoveNextItem.Text = "Переместить вперед";
  205. //
  206. // bindingNavigatorMoveLastItem
  207. //
  208. this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  209. this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
  210. this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
  211. this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
  212. this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
  213. this.bindingNavigatorMoveLastItem.Text = "Переместить в конец";
  214. //
  215. // bindingNavigatorSeparator2
  216. //
  217. this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
  218. this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
  219. //
  220. // оценкиBindingNavigatorSaveItem
  221. //
  222. this.оценкиBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  223. this.оценкиBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("оценкиBindingNavigatorSaveItem.Image")));
  224. this.оценкиBindingNavigatorSaveItem.Name = "оценкиBindingNavigatorSaveItem";
  225. this.оценкиBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 22);
  226. this.оценкиBindingNavigatorSaveItem.Text = "Сохранить данные";
  227. this.оценкиBindingNavigatorSaveItem.Click += new System.EventHandler(this.оценкиBindingNavigatorSaveItem_Click);
  228. //
  229. // предметыBindingSource
  230. //
  231. this.предметыBindingSource.DataMember = "Предметы";
  232. this.предметыBindingSource.DataSource = this.buynitskiyStudentsDataSet1;
  233. //
  234. // наименование_предметаLabel
  235. //
  236. наименование_предметаLabel.AutoSize = true;
  237. наименование_предметаLabel.Location = new System.Drawing.Point(187, 177);
  238. наименование_предметаLabel.Name = "наименование_предметаLabel";
  239. наименование_предметаLabel.Size = new System.Drawing.Size(138, 13);
  240. наименование_предметаLabel.TabIndex = 6;
  241. наименование_предметаLabel.Text = "Наименование предмета:";
  242. //
  243. // наименование_предметаTextBox
  244. //
  245. this.наименование_предметаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.предметыBindingSource, "Наименование предмета", true));
  246. this.наименование_предметаTextBox.Location = new System.Drawing.Point(331, 174);
  247. this.наименование_предметаTextBox.Name = "наименование_предметаTextBox";
  248. this.наименование_предметаTextBox.Size = new System.Drawing.Size(100, 20);
  249. this.наименование_предметаTextBox.TabIndex = 7;
  250. //
  251. // описание_предметаLabel
  252. //
  253. описание_предметаLabel.AutoSize = true;
  254. описание_предметаLabel.Location = new System.Drawing.Point(213, 237);
  255. описание_предметаLabel.Name = "описание_предметаLabel";
  256. описание_предметаLabel.Size = new System.Drawing.Size(112, 13);
  257. описание_предметаLabel.TabIndex = 8;
  258. описание_предметаLabel.Text = "Описание предмета:";
  259. //
  260. // описание_предметаTextBox
  261. //
  262. this.описание_предметаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.предметыBindingSource, "Описание предмета", true));
  263. this.описание_предметаTextBox.Location = new System.Drawing.Point(331, 234);
  264. this.описание_предметаTextBox.Name = "описание_предметаTextBox";
  265. this.описание_предметаTextBox.Size = new System.Drawing.Size(100, 20);
  266. this.описание_предметаTextBox.TabIndex = 9;
  267. //
  268. // Form3
  269. //
  270. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  271. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  272. this.ClientSize = new System.Drawing.Size(661, 385);
  273. this.Controls.Add(описание_предметаLabel);
  274. this.Controls.Add(this.описание_предметаTextBox);
  275. this.Controls.Add(наименование_предметаLabel);
  276. this.Controls.Add(this.наименование_предметаTextBox);
  277. this.Controls.Add(this.оценкиBindingNavigator);
  278. this.Controls.Add(this.label1);
  279. this.Name = "Form3";
  280. this.Text = "Form3";
  281. this.Load += new System.EventHandler(this.Form3_Load);
  282. ((System.ComponentModel.ISupportInitialize)(this.buynitskiyStudentsDataSet1)).EndInit();
  283. ((System.ComponentModel.ISupportInitialize)(this.оценкиBindingSource)).EndInit();
  284. ((System.ComponentModel.ISupportInitialize)(this.оценкиBindingNavigator)).EndInit();
  285. this.оценкиBindingNavigator.ResumeLayout(false);
  286. this.оценкиBindingNavigator.PerformLayout();
  287. ((System.ComponentModel.ISupportInitialize)(this.предметыBindingSource)).EndInit();
  288. this.ResumeLayout(false);
  289. this.PerformLayout();
  290. }
  291. #endregion
  292. private System.Windows.Forms.Label label1;
  293. private BuynitskiyStudentsDataSet1 buynitskiyStudentsDataSet1;
  294. private System.Windows.Forms.BindingSource оценкиBindingSource;
  295. private BuynitskiyStudentsDataSet1TableAdapters.ОценкиTableAdapter оценкиTableAdapter;
  296. private BuynitskiyStudentsDataSet1TableAdapters.TableAdapterManager tableAdapterManager;
  297. private System.Windows.Forms.BindingNavigator оценкиBindingNavigator;
  298. private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
  299. private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
  300. private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
  301. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
  302. private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
  303. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
  304. private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
  305. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
  306. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
  307. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
  308. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
  309. private System.Windows.Forms.ToolStripButton оценкиBindingNavigatorSaveItem;
  310. private BuynitskiyStudentsDataSet1TableAdapters.ПредметыTableAdapter предметыTableAdapter;
  311. private System.Windows.Forms.BindingSource предметыBindingSource;
  312. private System.Windows.Forms.TextBox наименование_предметаTextBox;
  313. private System.Windows.Forms.TextBox описание_предметаTextBox;
  314. }
  315. }