Form4.Designer.cs 22 KB

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