Form2.Designer.cs 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308
  1. namespace TITOVVIACHESLAVPODRESHETNIKOVAJULIASTUDENTI
  2. {
  3. partial class Form2
  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(Form2));
  30. System.Windows.Forms.Label nazvanie_SpecialinostiLabel;
  31. System.Windows.Forms.Label opisanie_SpecialinostiLabel;
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.tITOVPODRECHETNIKOVADataSet = new TITOVVIACHESLAVPODRESHETNIKOVAJULIASTUDENTI.TITOVPODRECHETNIKOVADataSet();
  34. this.specialinostiBindingSource = new System.Windows.Forms.BindingSource(this.components);
  35. this.specialinostiTableAdapter = new TITOVVIACHESLAVPODRESHETNIKOVAJULIASTUDENTI.TITOVPODRECHETNIKOVADataSetTableAdapters.SpecialinostiTableAdapter();
  36. this.tableAdapterManager = new TITOVVIACHESLAVPODRESHETNIKOVAJULIASTUDENTI.TITOVPODRECHETNIKOVADataSetTableAdapters.TableAdapterManager();
  37. this.specialinostiBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
  38. this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
  39. this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
  40. this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
  41. this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
  42. this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
  43. this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  44. this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
  45. this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
  46. this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  47. this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
  48. this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
  49. this.specialinostiBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
  50. this.nazvanie_SpecialinostiTextBox = new System.Windows.Forms.TextBox();
  51. this.opisanie_SpecialinostiTextBox = new System.Windows.Forms.TextBox();
  52. nazvanie_SpecialinostiLabel = new System.Windows.Forms.Label();
  53. opisanie_SpecialinostiLabel = new System.Windows.Forms.Label();
  54. ((System.ComponentModel.ISupportInitialize)(this.tITOVPODRECHETNIKOVADataSet)).BeginInit();
  55. ((System.ComponentModel.ISupportInitialize)(this.specialinostiBindingSource)).BeginInit();
  56. ((System.ComponentModel.ISupportInitialize)(this.specialinostiBindingNavigator)).BeginInit();
  57. this.specialinostiBindingNavigator.SuspendLayout();
  58. this.SuspendLayout();
  59. //
  60. // label1
  61. //
  62. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  63. this.label1.ForeColor = System.Drawing.SystemColors.Highlight;
  64. this.label1.Location = new System.Drawing.Point(240, 21);
  65. this.label1.Name = "label1";
  66. this.label1.Size = new System.Drawing.Size(312, 23);
  67. this.label1.TabIndex = 0;
  68. this.label1.Text = "Таблица \"Специальности\"";
  69. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  70. //
  71. // tITOVPODRECHETNIKOVADataSet
  72. //
  73. this.tITOVPODRECHETNIKOVADataSet.DataSetName = "TITOVPODRECHETNIKOVADataSet";
  74. this.tITOVPODRECHETNIKOVADataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  75. //
  76. // specialinostiBindingSource
  77. //
  78. this.specialinostiBindingSource.DataMember = "Specialinosti";
  79. this.specialinostiBindingSource.DataSource = this.tITOVPODRECHETNIKOVADataSet;
  80. //
  81. // specialinostiTableAdapter
  82. //
  83. this.specialinostiTableAdapter.ClearBeforeFill = true;
  84. //
  85. // tableAdapterManager
  86. //
  87. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  88. this.tableAdapterManager.OzenkiTableAdapter = null;
  89. this.tableAdapterManager.PredmetiTableAdapter = null;
  90. this.tableAdapterManager.SpecialinostiTableAdapter = this.specialinostiTableAdapter;
  91. this.tableAdapterManager.StudentiTableAdapter = null;
  92. this.tableAdapterManager.UpdateOrder = TITOVVIACHESLAVPODRESHETNIKOVAJULIASTUDENTI.TITOVPODRECHETNIKOVADataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  93. this.tableAdapterManager.Предметы_1TableAdapter = null;
  94. this.tableAdapterManager.Предметы_2TableAdapter = null;
  95. this.tableAdapterManager.Предметы_3TableAdapter = null;
  96. //
  97. // specialinostiBindingNavigator
  98. //
  99. this.specialinostiBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
  100. this.specialinostiBindingNavigator.BindingSource = this.specialinostiBindingSource;
  101. this.specialinostiBindingNavigator.CountItem = this.bindingNavigatorCountItem;
  102. this.specialinostiBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
  103. this.specialinostiBindingNavigator.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.specialinostiBindingNavigatorSaveItem});
  116. this.specialinostiBindingNavigator.Location = new System.Drawing.Point(0, 0);
  117. this.specialinostiBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
  118. this.specialinostiBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
  119. this.specialinostiBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
  120. this.specialinostiBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
  121. this.specialinostiBindingNavigator.Name = "specialinostiBindingNavigator";
  122. this.specialinostiBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
  123. this.specialinostiBindingNavigator.Size = new System.Drawing.Size(800, 25);
  124. this.specialinostiBindingNavigator.TabIndex = 1;
  125. this.specialinostiBindingNavigator.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. // specialinostiBindingNavigatorSaveItem
  213. //
  214. this.specialinostiBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  215. this.specialinostiBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("specialinostiBindingNavigatorSaveItem.Image")));
  216. this.specialinostiBindingNavigatorSaveItem.Name = "specialinostiBindingNavigatorSaveItem";
  217. this.specialinostiBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 23);
  218. this.specialinostiBindingNavigatorSaveItem.Text = "Сохранить данные";
  219. this.specialinostiBindingNavigatorSaveItem.Click += new System.EventHandler(this.specialinostiBindingNavigatorSaveItem_Click);
  220. //
  221. // nazvanie_SpecialinostiLabel
  222. //
  223. nazvanie_SpecialinostiLabel.AutoSize = true;
  224. nazvanie_SpecialinostiLabel.Location = new System.Drawing.Point(277, 108);
  225. nazvanie_SpecialinostiLabel.Name = "nazvanie_SpecialinostiLabel";
  226. nazvanie_SpecialinostiLabel.Size = new System.Drawing.Size(117, 13);
  227. nazvanie_SpecialinostiLabel.TabIndex = 2;
  228. nazvanie_SpecialinostiLabel.Text = "Nazvanie Specialinosti:";
  229. //
  230. // nazvanie_SpecialinostiTextBox
  231. //
  232. this.nazvanie_SpecialinostiTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.specialinostiBindingSource, "Nazvanie_Specialinosti", true));
  233. this.nazvanie_SpecialinostiTextBox.Location = new System.Drawing.Point(400, 105);
  234. this.nazvanie_SpecialinostiTextBox.Name = "nazvanie_SpecialinostiTextBox";
  235. this.nazvanie_SpecialinostiTextBox.Size = new System.Drawing.Size(100, 20);
  236. this.nazvanie_SpecialinostiTextBox.TabIndex = 3;
  237. //
  238. // opisanie_SpecialinostiLabel
  239. //
  240. opisanie_SpecialinostiLabel.AutoSize = true;
  241. opisanie_SpecialinostiLabel.Location = new System.Drawing.Point(277, 178);
  242. opisanie_SpecialinostiLabel.Name = "opisanie_SpecialinostiLabel";
  243. opisanie_SpecialinostiLabel.Size = new System.Drawing.Size(113, 13);
  244. opisanie_SpecialinostiLabel.TabIndex = 4;
  245. opisanie_SpecialinostiLabel.Text = "Opisanie Specialinosti:";
  246. //
  247. // opisanie_SpecialinostiTextBox
  248. //
  249. this.opisanie_SpecialinostiTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.specialinostiBindingSource, "Opisanie_Specialinosti", true));
  250. this.opisanie_SpecialinostiTextBox.Location = new System.Drawing.Point(396, 175);
  251. this.opisanie_SpecialinostiTextBox.Name = "opisanie_SpecialinostiTextBox";
  252. this.opisanie_SpecialinostiTextBox.Size = new System.Drawing.Size(100, 20);
  253. this.opisanie_SpecialinostiTextBox.TabIndex = 5;
  254. //
  255. // Form2
  256. //
  257. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  258. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  259. this.ClientSize = new System.Drawing.Size(800, 450);
  260. this.Controls.Add(opisanie_SpecialinostiLabel);
  261. this.Controls.Add(this.opisanie_SpecialinostiTextBox);
  262. this.Controls.Add(nazvanie_SpecialinostiLabel);
  263. this.Controls.Add(this.nazvanie_SpecialinostiTextBox);
  264. this.Controls.Add(this.specialinostiBindingNavigator);
  265. this.Controls.Add(this.label1);
  266. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
  267. this.MaximizeBox = false;
  268. this.MinimizeBox = false;
  269. this.Name = "Form2";
  270. this.Text = "Таблица \"Специальности\"";
  271. this.Load += new System.EventHandler(this.Form2_Load);
  272. ((System.ComponentModel.ISupportInitialize)(this.tITOVPODRECHETNIKOVADataSet)).EndInit();
  273. ((System.ComponentModel.ISupportInitialize)(this.specialinostiBindingSource)).EndInit();
  274. ((System.ComponentModel.ISupportInitialize)(this.specialinostiBindingNavigator)).EndInit();
  275. this.specialinostiBindingNavigator.ResumeLayout(false);
  276. this.specialinostiBindingNavigator.PerformLayout();
  277. this.ResumeLayout(false);
  278. this.PerformLayout();
  279. }
  280. #endregion
  281. private System.Windows.Forms.Label label1;
  282. private TITOVPODRECHETNIKOVADataSet tITOVPODRECHETNIKOVADataSet;
  283. private System.Windows.Forms.BindingSource specialinostiBindingSource;
  284. private TITOVPODRECHETNIKOVADataSetTableAdapters.SpecialinostiTableAdapter specialinostiTableAdapter;
  285. private TITOVPODRECHETNIKOVADataSetTableAdapters.TableAdapterManager tableAdapterManager;
  286. private System.Windows.Forms.BindingNavigator specialinostiBindingNavigator;
  287. private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
  288. private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
  289. private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
  290. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
  291. private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
  292. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
  293. private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
  294. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
  295. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
  296. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
  297. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
  298. private System.Windows.Forms.ToolStripButton specialinostiBindingNavigatorSaveItem;
  299. private System.Windows.Forms.TextBox nazvanie_SpecialinostiTextBox;
  300. private System.Windows.Forms.TextBox opisanie_SpecialinostiTextBox;
  301. }
  302. }