Form4.Designer.cs 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426
  1. namespace LesnichukEvgenuiAleksandrovich_19
  2. {
  3. partial class Form4
  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.Windows.Forms.Label названиеLabel;
  30. System.Windows.Forms.Label примечаниеLabel;
  31. System.Windows.Forms.Label номер_залаLabel;
  32. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form4));
  33. this._LesnichukEvgenuiAleksandrovich_19DataSet = new LesnichukEvgenuiAleksandrovich_19._LesnichukEvgenuiAleksandrovich_19DataSet();
  34. this.залBindingSource = new System.Windows.Forms.BindingSource(this.components);
  35. this.залTableAdapter = new LesnichukEvgenuiAleksandrovich_19._LesnichukEvgenuiAleksandrovich_19DataSetTableAdapters.ЗалTableAdapter();
  36. this.tableAdapterManager = new LesnichukEvgenuiAleksandrovich_19._LesnichukEvgenuiAleksandrovich_19DataSetTableAdapters.TableAdapterManager();
  37. this.залBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
  38. this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
  39. this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
  40. this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
  41. this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
  42. this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
  43. this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
  44. this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
  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.залBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
  50. this.залDataGridView = new System.Windows.Forms.DataGridView();
  51. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.названиеTextBox = new System.Windows.Forms.TextBox();
  55. this.примечаниеTextBox = new System.Windows.Forms.TextBox();
  56. this.button3 = new System.Windows.Forms.Button();
  57. this.button2 = new System.Windows.Forms.Button();
  58. this.button1 = new System.Windows.Forms.Button();
  59. this.номер_залаTextBox = new System.Windows.Forms.TextBox();
  60. this.button4 = new System.Windows.Forms.Button();
  61. this.button5 = new System.Windows.Forms.Button();
  62. названиеLabel = new System.Windows.Forms.Label();
  63. примечаниеLabel = new System.Windows.Forms.Label();
  64. номер_залаLabel = new System.Windows.Forms.Label();
  65. ((System.ComponentModel.ISupportInitialize)(this._LesnichukEvgenuiAleksandrovich_19DataSet)).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)(this.залBindingSource)).BeginInit();
  67. ((System.ComponentModel.ISupportInitialize)(this.залBindingNavigator)).BeginInit();
  68. this.залBindingNavigator.SuspendLayout();
  69. ((System.ComponentModel.ISupportInitialize)(this.залDataGridView)).BeginInit();
  70. this.SuspendLayout();
  71. //
  72. // названиеLabel
  73. //
  74. названиеLabel.AutoSize = true;
  75. названиеLabel.Location = new System.Drawing.Point(123, 296);
  76. названиеLabel.Name = "названиеLabel";
  77. названиеLabel.Size = new System.Drawing.Size(60, 13);
  78. названиеLabel.TabIndex = 2;
  79. названиеLabel.Text = "Название:";
  80. названиеLabel.Click += new System.EventHandler(this.названиеLabel_Click);
  81. //
  82. // примечаниеLabel
  83. //
  84. примечаниеLabel.AutoSize = true;
  85. примечаниеLabel.Location = new System.Drawing.Point(110, 322);
  86. примечаниеLabel.Name = "примечаниеLabel";
  87. примечаниеLabel.Size = new System.Drawing.Size(73, 13);
  88. примечаниеLabel.TabIndex = 4;
  89. примечаниеLabel.Text = "Примечание:";
  90. примечаниеLabel.Click += new System.EventHandler(this.примечаниеLabel_Click);
  91. //
  92. // номер_залаLabel
  93. //
  94. номер_залаLabel.AutoSize = true;
  95. номер_залаLabel.Location = new System.Drawing.Point(110, 268);
  96. номер_залаLabel.Name = "номер_залаLabel";
  97. номер_залаLabel.Size = new System.Drawing.Size(71, 13);
  98. номер_залаLabel.TabIndex = 17;
  99. номер_залаLabel.Text = "Номер зала:";
  100. //
  101. // _LesnichukEvgenuiAleksandrovich_19DataSet
  102. //
  103. this._LesnichukEvgenuiAleksandrovich_19DataSet.DataSetName = "_LesnichukEvgenuiAleksandrovich_19DataSet";
  104. this._LesnichukEvgenuiAleksandrovich_19DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  105. //
  106. // залBindingSource
  107. //
  108. this.залBindingSource.DataMember = "Зал";
  109. this.залBindingSource.DataSource = this._LesnichukEvgenuiAleksandrovich_19DataSet;
  110. //
  111. // залTableAdapter
  112. //
  113. this.залTableAdapter.ClearBeforeFill = true;
  114. //
  115. // tableAdapterManager
  116. //
  117. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  118. this.tableAdapterManager.UpdateOrder = LesnichukEvgenuiAleksandrovich_19._LesnichukEvgenuiAleksandrovich_19DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  119. this.tableAdapterManager.БиблиотекарьTableAdapter = null;
  120. this.tableAdapterManager.ВыдачаTableAdapter = null;
  121. this.tableAdapterManager.ЗалTableAdapter = this.залTableAdapter;
  122. this.tableAdapterManager.КнигаTableAdapter = null;
  123. this.tableAdapterManager.ЧитательTableAdapter = null;
  124. //
  125. // залBindingNavigator
  126. //
  127. this.залBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
  128. this.залBindingNavigator.BindingSource = this.залBindingSource;
  129. this.залBindingNavigator.CountItem = this.bindingNavigatorCountItem;
  130. this.залBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
  131. this.залBindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  132. this.bindingNavigatorMoveFirstItem,
  133. this.bindingNavigatorMovePreviousItem,
  134. this.bindingNavigatorSeparator,
  135. this.bindingNavigatorPositionItem,
  136. this.bindingNavigatorCountItem,
  137. this.bindingNavigatorSeparator1,
  138. this.bindingNavigatorMoveNextItem,
  139. this.bindingNavigatorMoveLastItem,
  140. this.bindingNavigatorSeparator2,
  141. this.bindingNavigatorAddNewItem,
  142. this.bindingNavigatorDeleteItem,
  143. this.залBindingNavigatorSaveItem});
  144. this.залBindingNavigator.Location = new System.Drawing.Point(0, 0);
  145. this.залBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
  146. this.залBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
  147. this.залBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
  148. this.залBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
  149. this.залBindingNavigator.Name = "залBindingNavigator";
  150. this.залBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
  151. this.залBindingNavigator.Size = new System.Drawing.Size(478, 25);
  152. this.залBindingNavigator.TabIndex = 0;
  153. this.залBindingNavigator.Text = "bindingNavigator1";
  154. //
  155. // bindingNavigatorAddNewItem
  156. //
  157. this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  158. this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
  159. this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
  160. this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
  161. this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
  162. this.bindingNavigatorAddNewItem.Text = "Добавить";
  163. //
  164. // bindingNavigatorCountItem
  165. //
  166. this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
  167. this.bindingNavigatorCountItem.Size = new System.Drawing.Size(43, 22);
  168. this.bindingNavigatorCountItem.Text = "для {0}";
  169. this.bindingNavigatorCountItem.ToolTipText = "Общее число элементов";
  170. //
  171. // bindingNavigatorDeleteItem
  172. //
  173. this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  174. this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
  175. this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
  176. this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
  177. this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22);
  178. this.bindingNavigatorDeleteItem.Text = "Удалить";
  179. //
  180. // bindingNavigatorMoveFirstItem
  181. //
  182. this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  183. this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
  184. this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
  185. this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
  186. this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
  187. this.bindingNavigatorMoveFirstItem.Text = "Переместить в начало";
  188. //
  189. // bindingNavigatorMovePreviousItem
  190. //
  191. this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  192. this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
  193. this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
  194. this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
  195. this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
  196. this.bindingNavigatorMovePreviousItem.Text = "Переместить назад";
  197. //
  198. // bindingNavigatorSeparator
  199. //
  200. this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
  201. this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
  202. //
  203. // bindingNavigatorPositionItem
  204. //
  205. this.bindingNavigatorPositionItem.AccessibleName = "Положение";
  206. this.bindingNavigatorPositionItem.AutoSize = false;
  207. this.bindingNavigatorPositionItem.Font = new System.Drawing.Font("Segoe UI", 9F);
  208. this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
  209. this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
  210. this.bindingNavigatorPositionItem.Text = "0";
  211. this.bindingNavigatorPositionItem.ToolTipText = "Текущее положение";
  212. //
  213. // bindingNavigatorSeparator1
  214. //
  215. this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
  216. this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
  217. //
  218. // bindingNavigatorMoveNextItem
  219. //
  220. this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  221. this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
  222. this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
  223. this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
  224. this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
  225. this.bindingNavigatorMoveNextItem.Text = "Переместить вперед";
  226. //
  227. // bindingNavigatorMoveLastItem
  228. //
  229. this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  230. this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
  231. this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
  232. this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
  233. this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
  234. this.bindingNavigatorMoveLastItem.Text = "Переместить в конец";
  235. //
  236. // bindingNavigatorSeparator2
  237. //
  238. this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
  239. this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
  240. //
  241. // залBindingNavigatorSaveItem
  242. //
  243. this.залBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  244. this.залBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("залBindingNavigatorSaveItem.Image")));
  245. this.залBindingNavigatorSaveItem.Name = "залBindingNavigatorSaveItem";
  246. this.залBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 22);
  247. this.залBindingNavigatorSaveItem.Text = "Сохранить данные";
  248. this.залBindingNavigatorSaveItem.Click += new System.EventHandler(this.залBindingNavigatorSaveItem_Click);
  249. //
  250. // залDataGridView
  251. //
  252. this.залDataGridView.AutoGenerateColumns = false;
  253. this.залDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  254. this.залDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  255. this.dataGridViewTextBoxColumn1,
  256. this.dataGridViewTextBoxColumn2,
  257. this.dataGridViewTextBoxColumn3});
  258. this.залDataGridView.DataSource = this.залBindingSource;
  259. this.залDataGridView.Location = new System.Drawing.Point(12, 28);
  260. this.залDataGridView.Name = "залDataGridView";
  261. this.залDataGridView.Size = new System.Drawing.Size(452, 223);
  262. this.залDataGridView.TabIndex = 1;
  263. //
  264. // dataGridViewTextBoxColumn1
  265. //
  266. this.dataGridViewTextBoxColumn1.DataPropertyName = "Номер зала";
  267. this.dataGridViewTextBoxColumn1.HeaderText = "Номер зала";
  268. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  269. this.dataGridViewTextBoxColumn1.ReadOnly = true;
  270. //
  271. // dataGridViewTextBoxColumn2
  272. //
  273. this.dataGridViewTextBoxColumn2.DataPropertyName = "Название";
  274. this.dataGridViewTextBoxColumn2.HeaderText = "Название";
  275. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  276. //
  277. // dataGridViewTextBoxColumn3
  278. //
  279. this.dataGridViewTextBoxColumn3.DataPropertyName = "Примечание";
  280. this.dataGridViewTextBoxColumn3.HeaderText = "Примечание";
  281. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  282. //
  283. // названиеTextBox
  284. //
  285. this.названиеTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.залBindingSource, "Название", true));
  286. this.названиеTextBox.Location = new System.Drawing.Point(189, 293);
  287. this.названиеTextBox.Name = "названиеTextBox";
  288. this.названиеTextBox.Size = new System.Drawing.Size(100, 20);
  289. this.названиеTextBox.TabIndex = 3;
  290. this.названиеTextBox.TextChanged += new System.EventHandler(this.названиеTextBox_TextChanged);
  291. //
  292. // примечаниеTextBox
  293. //
  294. this.примечаниеTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.залBindingSource, "Примечание", true));
  295. this.примечаниеTextBox.Location = new System.Drawing.Point(189, 319);
  296. this.примечаниеTextBox.Name = "примечаниеTextBox";
  297. this.примечаниеTextBox.Size = new System.Drawing.Size(100, 20);
  298. this.примечаниеTextBox.TabIndex = 5;
  299. this.примечаниеTextBox.TextChanged += new System.EventHandler(this.примечаниеTextBox_TextChanged);
  300. //
  301. // button3
  302. //
  303. this.button3.Location = new System.Drawing.Point(242, 360);
  304. this.button3.Name = "button3";
  305. this.button3.Size = new System.Drawing.Size(110, 37);
  306. this.button3.TabIndex = 17;
  307. this.button3.Text = "Удалить";
  308. this.button3.UseVisualStyleBackColor = true;
  309. this.button3.Click += new System.EventHandler(this.button3_Click);
  310. //
  311. // button2
  312. //
  313. this.button2.Location = new System.Drawing.Point(126, 360);
  314. this.button2.Name = "button2";
  315. this.button2.Size = new System.Drawing.Size(110, 37);
  316. this.button2.TabIndex = 16;
  317. this.button2.Text = "Предыдущий";
  318. this.button2.UseVisualStyleBackColor = true;
  319. this.button2.Click += new System.EventHandler(this.button2_Click);
  320. //
  321. // button1
  322. //
  323. this.button1.Location = new System.Drawing.Point(16, 360);
  324. this.button1.Name = "button1";
  325. this.button1.Size = new System.Drawing.Size(104, 37);
  326. this.button1.TabIndex = 15;
  327. this.button1.Text = "Следующий";
  328. this.button1.UseVisualStyleBackColor = true;
  329. this.button1.Click += new System.EventHandler(this.button1_Click);
  330. //
  331. // номер_залаTextBox
  332. //
  333. this.номер_залаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.залBindingSource, "Номер зала", true));
  334. this.номер_залаTextBox.Location = new System.Drawing.Point(189, 265);
  335. this.номер_залаTextBox.Name = "номер_залаTextBox";
  336. this.номер_залаTextBox.Size = new System.Drawing.Size(100, 20);
  337. this.номер_залаTextBox.TabIndex = 18;
  338. //
  339. // button4
  340. //
  341. this.button4.Location = new System.Drawing.Point(358, 360);
  342. this.button4.Name = "button4";
  343. this.button4.Size = new System.Drawing.Size(110, 37);
  344. this.button4.TabIndex = 19;
  345. this.button4.Text = "Добавить";
  346. this.button4.UseVisualStyleBackColor = true;
  347. this.button4.Click += new System.EventHandler(this.button4_Click);
  348. //
  349. // button5
  350. //
  351. this.button5.Location = new System.Drawing.Point(179, 403);
  352. this.button5.Name = "button5";
  353. this.button5.Size = new System.Drawing.Size(110, 37);
  354. this.button5.TabIndex = 20;
  355. this.button5.Text = "Сохранить";
  356. this.button5.UseVisualStyleBackColor = true;
  357. this.button5.Click += new System.EventHandler(this.button5_Click);
  358. //
  359. // Form4
  360. //
  361. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  362. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  363. this.ClientSize = new System.Drawing.Size(478, 458);
  364. this.Controls.Add(this.button5);
  365. this.Controls.Add(this.button4);
  366. this.Controls.Add(номер_залаLabel);
  367. this.Controls.Add(this.номер_залаTextBox);
  368. this.Controls.Add(this.button3);
  369. this.Controls.Add(this.button2);
  370. this.Controls.Add(this.button1);
  371. this.Controls.Add(примечаниеLabel);
  372. this.Controls.Add(this.примечаниеTextBox);
  373. this.Controls.Add(названиеLabel);
  374. this.Controls.Add(this.названиеTextBox);
  375. this.Controls.Add(this.залDataGridView);
  376. this.Controls.Add(this.залBindingNavigator);
  377. this.Name = "Form4";
  378. this.Text = "Форма для залов";
  379. this.Load += new System.EventHandler(this.Form4_Load);
  380. ((System.ComponentModel.ISupportInitialize)(this._LesnichukEvgenuiAleksandrovich_19DataSet)).EndInit();
  381. ((System.ComponentModel.ISupportInitialize)(this.залBindingSource)).EndInit();
  382. ((System.ComponentModel.ISupportInitialize)(this.залBindingNavigator)).EndInit();
  383. this.залBindingNavigator.ResumeLayout(false);
  384. this.залBindingNavigator.PerformLayout();
  385. ((System.ComponentModel.ISupportInitialize)(this.залDataGridView)).EndInit();
  386. this.ResumeLayout(false);
  387. this.PerformLayout();
  388. }
  389. #endregion
  390. private _LesnichukEvgenuiAleksandrovich_19DataSet _LesnichukEvgenuiAleksandrovich_19DataSet;
  391. private System.Windows.Forms.BindingSource залBindingSource;
  392. private _LesnichukEvgenuiAleksandrovich_19DataSetTableAdapters.ЗалTableAdapter залTableAdapter;
  393. private _LesnichukEvgenuiAleksandrovich_19DataSetTableAdapters.TableAdapterManager tableAdapterManager;
  394. private System.Windows.Forms.BindingNavigator залBindingNavigator;
  395. private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
  396. private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
  397. private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
  398. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
  399. private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
  400. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
  401. private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
  402. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
  403. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
  404. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
  405. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
  406. private System.Windows.Forms.ToolStripButton залBindingNavigatorSaveItem;
  407. private System.Windows.Forms.DataGridView залDataGridView;
  408. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  409. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  410. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  411. private System.Windows.Forms.TextBox названиеTextBox;
  412. private System.Windows.Forms.TextBox примечаниеTextBox;
  413. private System.Windows.Forms.Button button3;
  414. private System.Windows.Forms.Button button2;
  415. private System.Windows.Forms.Button button1;
  416. private System.Windows.Forms.TextBox номер_залаTextBox;
  417. private System.Windows.Forms.Button button4;
  418. private System.Windows.Forms.Button button5;
  419. }
  420. }