Form3.Designer.cs 21 KB

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