Form3.Designer.cs 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338
  1. 
  2. namespace IS31BorovikAleksandrStudents
  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.iS31BorovikAndreyStudDataSet = new IS31BorovikAleksandrStudents.IS31BorovikAndreyStudDataSet();
  35. this.предметыBindingSource = new System.Windows.Forms.BindingSource(this.components);
  36. this.предметыTableAdapter = new IS31BorovikAleksandrStudents.IS31BorovikAndreyStudDataSetTableAdapters.ПредметыTableAdapter();
  37. this.tableAdapterManager = new IS31BorovikAleksandrStudents.IS31BorovikAndreyStudDataSetTableAdapters.TableAdapterManager();
  38. this.предметыBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
  39. this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
  40. this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
  41. this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
  42. this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
  43. this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
  44. this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  45. this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
  46. this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
  47. this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  48. this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
  49. this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
  50. this.предметыBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
  51. this.iS31KiselevStudDataSet = new IS31BorovikAleksandrStudents.IS31KiselevStudDataSet();
  52. this.predmetBindingSource = new System.Windows.Forms.BindingSource(this.components);
  53. this.predmetTableAdapter = new IS31BorovikAleksandrStudents.IS31KiselevStudDataSetTableAdapters.PredmetTableAdapter();
  54. this.tableAdapterManager1 = new IS31BorovikAleksandrStudents.IS31KiselevStudDataSetTableAdapters.TableAdapterManager();
  55. this.наименование_предметаTextBox = new System.Windows.Forms.TextBox();
  56. this.описание_предметаTextBox = new System.Windows.Forms.TextBox();
  57. наименование_предметаLabel = new System.Windows.Forms.Label();
  58. описание_предметаLabel = new System.Windows.Forms.Label();
  59. ((System.ComponentModel.ISupportInitialize)(this.iS31BorovikAndreyStudDataSet)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.предметыBindingSource)).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)(this.предметыBindingNavigator)).BeginInit();
  62. this.предметыBindingNavigator.SuspendLayout();
  63. ((System.ComponentModel.ISupportInitialize)(this.iS31KiselevStudDataSet)).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)(this.predmetBindingSource)).BeginInit();
  65. this.SuspendLayout();
  66. //
  67. // label1
  68. //
  69. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F);
  70. this.label1.ForeColor = System.Drawing.Color.DarkBlue;
  71. this.label1.Location = new System.Drawing.Point(289, 144);
  72. this.label1.Name = "label1";
  73. this.label1.Size = new System.Drawing.Size(254, 23);
  74. this.label1.TabIndex = 1;
  75. this.label1.Text = "Таблица \"Предметы\"";
  76. this.label1.Click += new System.EventHandler(this.label1_Click);
  77. //
  78. // iS31BorovikAndreyStudDataSet
  79. //
  80. this.iS31BorovikAndreyStudDataSet.DataSetName = "IS31BorovikAndreyStudDataSet";
  81. this.iS31BorovikAndreyStudDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  82. //
  83. // предметыBindingSource
  84. //
  85. this.предметыBindingSource.DataMember = "Предметы";
  86. this.предметыBindingSource.DataSource = this.iS31BorovikAndreyStudDataSet;
  87. //
  88. // предметыTableAdapter
  89. //
  90. this.предметыTableAdapter.ClearBeforeFill = true;
  91. //
  92. // tableAdapterManager
  93. //
  94. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  95. this.tableAdapterManager.UpdateOrder = IS31BorovikAleksandrStudents.IS31BorovikAndreyStudDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  96. this.tableAdapterManager.ОценкиTableAdapter = null;
  97. this.tableAdapterManager.ПредметыTableAdapter = this.предметыTableAdapter;
  98. this.tableAdapterManager.СпециальностиTableAdapter = null;
  99. this.tableAdapterManager.СтудентыTableAdapter = null;
  100. //
  101. // предметыBindingNavigator
  102. //
  103. this.предметыBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
  104. this.предметыBindingNavigator.BindingSource = this.предметыBindingSource;
  105. this.предметыBindingNavigator.CountItem = this.bindingNavigatorCountItem;
  106. this.предметыBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
  107. this.предметыBindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  108. this.bindingNavigatorMoveFirstItem,
  109. this.bindingNavigatorMovePreviousItem,
  110. this.bindingNavigatorSeparator,
  111. this.bindingNavigatorPositionItem,
  112. this.bindingNavigatorCountItem,
  113. this.bindingNavigatorSeparator1,
  114. this.bindingNavigatorMoveNextItem,
  115. this.bindingNavigatorMoveLastItem,
  116. this.bindingNavigatorSeparator2,
  117. this.bindingNavigatorAddNewItem,
  118. this.bindingNavigatorDeleteItem,
  119. this.предметыBindingNavigatorSaveItem});
  120. this.предметыBindingNavigator.Location = new System.Drawing.Point(0, 0);
  121. this.предметыBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
  122. this.предметыBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
  123. this.предметыBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
  124. this.предметыBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
  125. this.предметыBindingNavigator.Name = "предметыBindingNavigator";
  126. this.предметыBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
  127. this.предметыBindingNavigator.Size = new System.Drawing.Size(800, 25);
  128. this.предметыBindingNavigator.TabIndex = 2;
  129. this.предметыBindingNavigator.Text = "bindingNavigator1";
  130. //
  131. // bindingNavigatorMoveFirstItem
  132. //
  133. this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  134. this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
  135. this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
  136. this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
  137. this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
  138. this.bindingNavigatorMoveFirstItem.Text = "Переместить в начало";
  139. //
  140. // bindingNavigatorMovePreviousItem
  141. //
  142. this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  143. this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
  144. this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
  145. this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
  146. this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
  147. this.bindingNavigatorMovePreviousItem.Text = "Переместить назад";
  148. //
  149. // bindingNavigatorSeparator
  150. //
  151. this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
  152. this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
  153. //
  154. // bindingNavigatorPositionItem
  155. //
  156. this.bindingNavigatorPositionItem.AccessibleName = "Положение";
  157. this.bindingNavigatorPositionItem.AutoSize = false;
  158. this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
  159. this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
  160. this.bindingNavigatorPositionItem.Text = "0";
  161. this.bindingNavigatorPositionItem.ToolTipText = "Текущее положение";
  162. //
  163. // bindingNavigatorCountItem
  164. //
  165. this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
  166. this.bindingNavigatorCountItem.Size = new System.Drawing.Size(43, 15);
  167. this.bindingNavigatorCountItem.Text = "для {0}";
  168. this.bindingNavigatorCountItem.ToolTipText = "Общее число элементов";
  169. //
  170. // bindingNavigatorSeparator1
  171. //
  172. this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator";
  173. this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 6);
  174. //
  175. // bindingNavigatorMoveNextItem
  176. //
  177. this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  178. this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
  179. this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
  180. this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
  181. this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 20);
  182. this.bindingNavigatorMoveNextItem.Text = "Переместить вперед";
  183. //
  184. // bindingNavigatorMoveLastItem
  185. //
  186. this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  187. this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
  188. this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
  189. this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
  190. this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 20);
  191. this.bindingNavigatorMoveLastItem.Text = "Переместить в конец";
  192. //
  193. // bindingNavigatorSeparator2
  194. //
  195. this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator";
  196. this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 6);
  197. //
  198. // bindingNavigatorAddNewItem
  199. //
  200. this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  201. this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
  202. this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
  203. this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
  204. this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
  205. this.bindingNavigatorAddNewItem.Text = "Добавить";
  206. //
  207. // bindingNavigatorDeleteItem
  208. //
  209. this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  210. this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
  211. this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
  212. this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
  213. this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 20);
  214. this.bindingNavigatorDeleteItem.Text = "Удалить";
  215. //
  216. // предметыBindingNavigatorSaveItem
  217. //
  218. this.предметыBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  219. this.предметыBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("предметыBindingNavigatorSaveItem.Image")));
  220. this.предметыBindingNavigatorSaveItem.Name = "предметыBindingNavigatorSaveItem";
  221. this.предметыBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 23);
  222. this.предметыBindingNavigatorSaveItem.Text = "Сохранить данные";
  223. this.предметыBindingNavigatorSaveItem.Click += new System.EventHandler(this.предметыBindingNavigatorSaveItem_Click);
  224. //
  225. // iS31KiselevStudDataSet
  226. //
  227. this.iS31KiselevStudDataSet.DataSetName = "IS31KiselevStudDataSet";
  228. this.iS31KiselevStudDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  229. //
  230. // predmetBindingSource
  231. //
  232. this.predmetBindingSource.DataMember = "Predmet";
  233. this.predmetBindingSource.DataSource = this.iS31KiselevStudDataSet;
  234. //
  235. // predmetTableAdapter
  236. //
  237. this.predmetTableAdapter.ClearBeforeFill = true;
  238. //
  239. // tableAdapterManager1
  240. //
  241. this.tableAdapterManager1.BackupDataSetBeforeUpdate = false;
  242. this.tableAdapterManager1.OcenkaTableAdapter = null;
  243. this.tableAdapterManager1.PredmetTableAdapter = this.predmetTableAdapter;
  244. this.tableAdapterManager1.specTableAdapter = null;
  245. this.tableAdapterManager1.StudentsTableAdapter = null;
  246. this.tableAdapterManager1.UpdateOrder = IS31BorovikAleksandrStudents.IS31KiselevStudDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  247. //
  248. // наименование_предметаLabel
  249. //
  250. наименование_предметаLabel.AutoSize = true;
  251. наименование_предметаLabel.Location = new System.Drawing.Point(206, 226);
  252. наименование_предметаLabel.Name = "наименование_предметаLabel";
  253. наименование_предметаLabel.Size = new System.Drawing.Size(136, 13);
  254. наименование_предметаLabel.TabIndex = 2;
  255. наименование_предметаLabel.Text = "наименование предмета:";
  256. //
  257. // наименование_предметаTextBox
  258. //
  259. this.наименование_предметаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.predmetBindingSource, "наименование предмета", true));
  260. this.наименование_предметаTextBox.Location = new System.Drawing.Point(348, 223);
  261. this.наименование_предметаTextBox.Name = "наименование_предметаTextBox";
  262. this.наименование_предметаTextBox.Size = new System.Drawing.Size(100, 20);
  263. this.наименование_предметаTextBox.TabIndex = 3;
  264. //
  265. // описание_предметаLabel
  266. //
  267. описание_предметаLabel.AutoSize = true;
  268. описание_предметаLabel.Location = new System.Drawing.Point(232, 275);
  269. описание_предметаLabel.Name = "описание_предметаLabel";
  270. описание_предметаLabel.Size = new System.Drawing.Size(110, 13);
  271. описание_предметаLabel.TabIndex = 4;
  272. описание_предметаLabel.Text = "описание предмета:";
  273. //
  274. // описание_предметаTextBox
  275. //
  276. this.описание_предметаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.predmetBindingSource, "описание предмета", true));
  277. this.описание_предметаTextBox.Location = new System.Drawing.Point(348, 275);
  278. this.описание_предметаTextBox.Name = "описание_предметаTextBox";
  279. this.описание_предметаTextBox.Size = new System.Drawing.Size(100, 20);
  280. this.описание_предметаTextBox.TabIndex = 5;
  281. //
  282. // Form3
  283. //
  284. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  285. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  286. this.ClientSize = new System.Drawing.Size(800, 463);
  287. this.Controls.Add(описание_предметаLabel);
  288. this.Controls.Add(this.описание_предметаTextBox);
  289. this.Controls.Add(наименование_предметаLabel);
  290. this.Controls.Add(this.наименование_предметаTextBox);
  291. this.Controls.Add(this.предметыBindingNavigator);
  292. this.Controls.Add(this.label1);
  293. this.Name = "Form3";
  294. this.Text = "Form3";
  295. this.Load += new System.EventHandler(this.Form3_Load);
  296. ((System.ComponentModel.ISupportInitialize)(this.iS31BorovikAndreyStudDataSet)).EndInit();
  297. ((System.ComponentModel.ISupportInitialize)(this.предметыBindingSource)).EndInit();
  298. ((System.ComponentModel.ISupportInitialize)(this.предметыBindingNavigator)).EndInit();
  299. this.предметыBindingNavigator.ResumeLayout(false);
  300. this.предметыBindingNavigator.PerformLayout();
  301. ((System.ComponentModel.ISupportInitialize)(this.iS31KiselevStudDataSet)).EndInit();
  302. ((System.ComponentModel.ISupportInitialize)(this.predmetBindingSource)).EndInit();
  303. this.ResumeLayout(false);
  304. this.PerformLayout();
  305. }
  306. #endregion
  307. private System.Windows.Forms.Label label1;
  308. private IS31BorovikAndreyStudDataSet iS31BorovikAndreyStudDataSet;
  309. private System.Windows.Forms.BindingSource предметыBindingSource;
  310. private IS31BorovikAndreyStudDataSetTableAdapters.ПредметыTableAdapter предметыTableAdapter;
  311. private IS31BorovikAndreyStudDataSetTableAdapters.TableAdapterManager tableAdapterManager;
  312. private System.Windows.Forms.BindingNavigator предметыBindingNavigator;
  313. private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
  314. private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
  315. private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
  316. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
  317. private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
  318. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
  319. private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
  320. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
  321. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
  322. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
  323. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
  324. private System.Windows.Forms.ToolStripButton предметыBindingNavigatorSaveItem;
  325. private IS31KiselevStudDataSet iS31KiselevStudDataSet;
  326. private System.Windows.Forms.BindingSource predmetBindingSource;
  327. private IS31KiselevStudDataSetTableAdapters.PredmetTableAdapter predmetTableAdapter;
  328. private IS31KiselevStudDataSetTableAdapters.TableAdapterManager tableAdapterManager1;
  329. private System.Windows.Forms.TextBox наименование_предметаTextBox;
  330. private System.Windows.Forms.TextBox описание_предметаTextBox;
  331. }
  332. }