Form2.Designer.cs 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433
  1. namespace lyahov_tim
  2. {
  3. partial class Amonic
  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(Amonic));
  30. this.lyahov_portDataSet = new lyahov_tim.lyahov_portDataSet();
  31. this.usersBindingSource = new System.Windows.Forms.BindingSource(this.components);
  32. this.usersTableAdapter = new lyahov_tim.lyahov_portDataSetTableAdapters.UsersTableAdapter();
  33. this.tableAdapterManager = new lyahov_tim.lyahov_portDataSetTableAdapters.TableAdapterManager();
  34. this.usersBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
  35. this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
  36. this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
  37. this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
  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.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  43. this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
  44. this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
  45. this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  46. this.usersBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
  47. this.usersDataGridView = new System.Windows.Forms.DataGridView();
  48. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.RoleID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  55. this.Addusers = new System.Windows.Forms.ToolStripButton();
  56. this.exit = new System.Windows.Forms.ToolStripButton();
  57. this.label1 = new System.Windows.Forms.Label();
  58. this.Выбрать_роль = new System.Windows.Forms.Button();
  59. this.Enable = new System.Windows.Forms.Button();
  60. this.Выбор = new System.Windows.Forms.ComboBox();
  61. this.officesBindingSource = new System.Windows.Forms.BindingSource(this.components);
  62. this.officesTableAdapter = new lyahov_tim.lyahov_portDataSetTableAdapters.OfficesTableAdapter();
  63. ((System.ComponentModel.ISupportInitialize)(this.lyahov_portDataSet)).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)(this.usersBindingSource)).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)(this.usersBindingNavigator)).BeginInit();
  66. this.usersBindingNavigator.SuspendLayout();
  67. ((System.ComponentModel.ISupportInitialize)(this.usersDataGridView)).BeginInit();
  68. this.toolStrip1.SuspendLayout();
  69. ((System.ComponentModel.ISupportInitialize)(this.officesBindingSource)).BeginInit();
  70. this.SuspendLayout();
  71. //
  72. // lyahov_portDataSet
  73. //
  74. this.lyahov_portDataSet.DataSetName = "lyahov_portDataSet";
  75. this.lyahov_portDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  76. //
  77. // usersBindingSource
  78. //
  79. this.usersBindingSource.DataMember = "Users";
  80. this.usersBindingSource.DataSource = this.lyahov_portDataSet;
  81. //
  82. // usersTableAdapter
  83. //
  84. this.usersTableAdapter.ClearBeforeFill = true;
  85. //
  86. // tableAdapterManager
  87. //
  88. this.tableAdapterManager.AircraftsTableAdapter = null;
  89. this.tableAdapterManager.AirportsTableAdapter = null;
  90. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  91. this.tableAdapterManager.CabinTypesTableAdapter = null;
  92. this.tableAdapterManager.CountriesTableAdapter = null;
  93. this.tableAdapterManager.OfficesTableAdapter = null;
  94. this.tableAdapterManager.RolesTableAdapter = null;
  95. this.tableAdapterManager.RoutesTableAdapter = null;
  96. this.tableAdapterManager.SchedulesTableAdapter = null;
  97. this.tableAdapterManager.TicketsTableAdapter = null;
  98. this.tableAdapterManager.UpdateOrder = lyahov_tim.lyahov_portDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  99. this.tableAdapterManager.UsersTableAdapter = this.usersTableAdapter;
  100. //
  101. // usersBindingNavigator
  102. //
  103. this.usersBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
  104. this.usersBindingNavigator.BindingSource = this.usersBindingSource;
  105. this.usersBindingNavigator.CountItem = this.bindingNavigatorCountItem;
  106. this.usersBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
  107. this.usersBindingNavigator.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.usersBindingNavigatorSaveItem});
  120. this.usersBindingNavigator.Location = new System.Drawing.Point(0, 0);
  121. this.usersBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
  122. this.usersBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
  123. this.usersBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
  124. this.usersBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
  125. this.usersBindingNavigator.Name = "usersBindingNavigator";
  126. this.usersBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
  127. this.usersBindingNavigator.Size = new System.Drawing.Size(964, 25);
  128. this.usersBindingNavigator.TabIndex = 0;
  129. this.usersBindingNavigator.Text = "bindingNavigator1";
  130. this.usersBindingNavigator.Visible = false;
  131. //
  132. // bindingNavigatorAddNewItem
  133. //
  134. this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  135. this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
  136. this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
  137. this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
  138. this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
  139. this.bindingNavigatorAddNewItem.Text = "Добавить";
  140. //
  141. // bindingNavigatorCountItem
  142. //
  143. this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
  144. this.bindingNavigatorCountItem.Size = new System.Drawing.Size(43, 22);
  145. this.bindingNavigatorCountItem.Text = "для {0}";
  146. this.bindingNavigatorCountItem.ToolTipText = "Общее число элементов";
  147. //
  148. // bindingNavigatorDeleteItem
  149. //
  150. this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  151. this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
  152. this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
  153. this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
  154. this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22);
  155. this.bindingNavigatorDeleteItem.Text = "Удалить";
  156. //
  157. // bindingNavigatorMoveFirstItem
  158. //
  159. this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  160. this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
  161. this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
  162. this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
  163. this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
  164. this.bindingNavigatorMoveFirstItem.Text = "Переместить в начало";
  165. //
  166. // bindingNavigatorMovePreviousItem
  167. //
  168. this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  169. this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
  170. this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
  171. this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
  172. this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
  173. this.bindingNavigatorMovePreviousItem.Text = "Переместить назад";
  174. //
  175. // bindingNavigatorSeparator
  176. //
  177. this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
  178. this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
  179. //
  180. // bindingNavigatorPositionItem
  181. //
  182. this.bindingNavigatorPositionItem.AccessibleName = "Положение";
  183. this.bindingNavigatorPositionItem.AutoSize = false;
  184. this.bindingNavigatorPositionItem.Font = new System.Drawing.Font("Segoe UI", 9F);
  185. this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
  186. this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
  187. this.bindingNavigatorPositionItem.Text = "0";
  188. this.bindingNavigatorPositionItem.ToolTipText = "Текущее положение";
  189. //
  190. // bindingNavigatorSeparator1
  191. //
  192. this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
  193. this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
  194. //
  195. // bindingNavigatorMoveNextItem
  196. //
  197. this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  198. this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
  199. this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
  200. this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
  201. this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
  202. this.bindingNavigatorMoveNextItem.Text = "Переместить вперед";
  203. //
  204. // bindingNavigatorMoveLastItem
  205. //
  206. this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  207. this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
  208. this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
  209. this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
  210. this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
  211. this.bindingNavigatorMoveLastItem.Text = "Переместить в конец";
  212. //
  213. // bindingNavigatorSeparator2
  214. //
  215. this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
  216. this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
  217. //
  218. // usersBindingNavigatorSaveItem
  219. //
  220. this.usersBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  221. this.usersBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("usersBindingNavigatorSaveItem.Image")));
  222. this.usersBindingNavigatorSaveItem.Name = "usersBindingNavigatorSaveItem";
  223. this.usersBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 22);
  224. this.usersBindingNavigatorSaveItem.Text = "Сохранить данные";
  225. this.usersBindingNavigatorSaveItem.Click += new System.EventHandler(this.usersBindingNavigatorSaveItem_Click_1);
  226. //
  227. // usersDataGridView
  228. //
  229. this.usersDataGridView.AutoGenerateColumns = false;
  230. this.usersDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  231. this.usersDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  232. this.dataGridViewTextBoxColumn3,
  233. this.RoleID,
  234. this.dataGridViewTextBoxColumn5,
  235. this.dataGridViewTextBoxColumn6,
  236. this.dataGridViewTextBoxColumn7,
  237. this.dataGridViewTextBoxColumn8});
  238. this.usersDataGridView.DataSource = this.usersBindingSource;
  239. this.usersDataGridView.Location = new System.Drawing.Point(12, 67);
  240. this.usersDataGridView.Name = "usersDataGridView";
  241. this.usersDataGridView.Size = new System.Drawing.Size(653, 220);
  242. this.usersDataGridView.TabIndex = 1;
  243. //
  244. // dataGridViewTextBoxColumn3
  245. //
  246. this.dataGridViewTextBoxColumn3.DataPropertyName = "Email";
  247. this.dataGridViewTextBoxColumn3.HeaderText = "Email";
  248. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  249. //
  250. // RoleID
  251. //
  252. this.RoleID.DataPropertyName = "RoleID";
  253. this.RoleID.HeaderText = "RoleID";
  254. this.RoleID.Name = "RoleID";
  255. //
  256. // dataGridViewTextBoxColumn5
  257. //
  258. this.dataGridViewTextBoxColumn5.DataPropertyName = "FirstName";
  259. this.dataGridViewTextBoxColumn5.HeaderText = "FirstName";
  260. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  261. //
  262. // dataGridViewTextBoxColumn6
  263. //
  264. this.dataGridViewTextBoxColumn6.DataPropertyName = "LastName";
  265. this.dataGridViewTextBoxColumn6.HeaderText = "LastName";
  266. this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
  267. //
  268. // dataGridViewTextBoxColumn7
  269. //
  270. this.dataGridViewTextBoxColumn7.DataPropertyName = "OfficeID";
  271. this.dataGridViewTextBoxColumn7.HeaderText = "OfficeID";
  272. this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
  273. //
  274. // dataGridViewTextBoxColumn8
  275. //
  276. this.dataGridViewTextBoxColumn8.DataPropertyName = "Birthdate";
  277. this.dataGridViewTextBoxColumn8.HeaderText = "Birthdate";
  278. this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
  279. //
  280. // toolStrip1
  281. //
  282. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  283. this.Addusers,
  284. this.exit});
  285. this.toolStrip1.Location = new System.Drawing.Point(0, 0);
  286. this.toolStrip1.Name = "toolStrip1";
  287. this.toolStrip1.Size = new System.Drawing.Size(682, 25);
  288. this.toolStrip1.TabIndex = 2;
  289. this.toolStrip1.Text = "toolStrip1";
  290. //
  291. // Addusers
  292. //
  293. this.Addusers.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  294. this.Addusers.Font = new System.Drawing.Font("Tw Cen MT", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  295. this.Addusers.Image = ((System.Drawing.Image)(resources.GetObject("Addusers.Image")));
  296. this.Addusers.ImageTransparentColor = System.Drawing.Color.Magenta;
  297. this.Addusers.Name = "Addusers";
  298. this.Addusers.Size = new System.Drawing.Size(67, 22);
  299. this.Addusers.Text = "Addusers";
  300. this.Addusers.Click += new System.EventHandler(this.Addusers_Click);
  301. //
  302. // exit
  303. //
  304. this.exit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  305. this.exit.Font = new System.Drawing.Font("Tw Cen MT", 11.25F);
  306. this.exit.Image = ((System.Drawing.Image)(resources.GetObject("exit.Image")));
  307. this.exit.ImageTransparentColor = System.Drawing.Color.Magenta;
  308. this.exit.Name = "exit";
  309. this.exit.Size = new System.Drawing.Size(34, 22);
  310. this.exit.Text = "Exit";
  311. this.exit.Click += new System.EventHandler(this.Exit_Click);
  312. //
  313. // label1
  314. //
  315. this.label1.AutoSize = true;
  316. this.label1.Font = new System.Drawing.Font("Tw Cen MT", 11.25F);
  317. this.label1.Location = new System.Drawing.Point(12, 40);
  318. this.label1.Name = "label1";
  319. this.label1.Size = new System.Drawing.Size(47, 17);
  320. this.label1.TabIndex = 3;
  321. this.label1.Text = "Office";
  322. //
  323. // Выбрать_роль
  324. //
  325. this.Выбрать_роль.Font = new System.Drawing.Font("Tw Cen MT", 11.25F);
  326. this.Выбрать_роль.Location = new System.Drawing.Point(45, 342);
  327. this.Выбрать_роль.Name = "Выбрать_роль";
  328. this.Выбрать_роль.Size = new System.Drawing.Size(98, 34);
  329. this.Выбрать_роль.TabIndex = 4;
  330. this.Выбрать_роль.Text = "Change Role";
  331. this.Выбрать_роль.UseVisualStyleBackColor = true;
  332. this.Выбрать_роль.Click += new System.EventHandler(this.Выбрать_роль_Click);
  333. //
  334. // Enable
  335. //
  336. this.Enable.Font = new System.Drawing.Font("Tw Cen MT", 11.25F);
  337. this.Enable.Location = new System.Drawing.Point(234, 342);
  338. this.Enable.Name = "Enable";
  339. this.Enable.Size = new System.Drawing.Size(154, 34);
  340. this.Enable.TabIndex = 5;
  341. this.Enable.Text = "Enable/Disable Login";
  342. this.Enable.UseVisualStyleBackColor = true;
  343. //
  344. // Выбор
  345. //
  346. this.Выбор.DataSource = this.officesBindingSource;
  347. this.Выбор.DisplayMember = "Title";
  348. this.Выбор.FormattingEnabled = true;
  349. this.Выбор.Location = new System.Drawing.Point(65, 40);
  350. this.Выбор.Name = "Выбор";
  351. this.Выбор.Size = new System.Drawing.Size(121, 21);
  352. this.Выбор.TabIndex = 6;
  353. this.Выбор.ValueMember = "ID";
  354. this.Выбор.SelectedIndexChanged += new System.EventHandler(this.Выбор_SelectedIndexChanged);
  355. //
  356. // officesBindingSource
  357. //
  358. this.officesBindingSource.DataMember = "Offices";
  359. this.officesBindingSource.DataSource = this.lyahov_portDataSet;
  360. //
  361. // officesTableAdapter
  362. //
  363. this.officesTableAdapter.ClearBeforeFill = true;
  364. //
  365. // Amonic
  366. //
  367. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  368. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  369. this.ClientSize = new System.Drawing.Size(682, 414);
  370. this.Controls.Add(this.Выбор);
  371. this.Controls.Add(this.Enable);
  372. this.Controls.Add(this.Выбрать_роль);
  373. this.Controls.Add(this.label1);
  374. this.Controls.Add(this.toolStrip1);
  375. this.Controls.Add(this.usersDataGridView);
  376. this.Controls.Add(this.usersBindingNavigator);
  377. this.Name = "Amonic";
  378. this.Text = "Amonic";
  379. this.Load += new System.EventHandler(this.Amonic_Load);
  380. ((System.ComponentModel.ISupportInitialize)(this.lyahov_portDataSet)).EndInit();
  381. ((System.ComponentModel.ISupportInitialize)(this.usersBindingSource)).EndInit();
  382. ((System.ComponentModel.ISupportInitialize)(this.usersBindingNavigator)).EndInit();
  383. this.usersBindingNavigator.ResumeLayout(false);
  384. this.usersBindingNavigator.PerformLayout();
  385. ((System.ComponentModel.ISupportInitialize)(this.usersDataGridView)).EndInit();
  386. this.toolStrip1.ResumeLayout(false);
  387. this.toolStrip1.PerformLayout();
  388. ((System.ComponentModel.ISupportInitialize)(this.officesBindingSource)).EndInit();
  389. this.ResumeLayout(false);
  390. this.PerformLayout();
  391. }
  392. #endregion
  393. private lyahov_portDataSet lyahov_portDataSet;
  394. private System.Windows.Forms.BindingSource usersBindingSource;
  395. private lyahov_portDataSetTableAdapters.UsersTableAdapter usersTableAdapter;
  396. private lyahov_portDataSetTableAdapters.TableAdapterManager tableAdapterManager;
  397. private System.Windows.Forms.BindingNavigator usersBindingNavigator;
  398. private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
  399. private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
  400. private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
  401. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
  402. private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
  403. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
  404. private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
  405. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
  406. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
  407. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
  408. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
  409. private System.Windows.Forms.ToolStripButton usersBindingNavigatorSaveItem;
  410. private System.Windows.Forms.DataGridView usersDataGridView;
  411. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  412. private System.Windows.Forms.DataGridViewTextBoxColumn RoleID;
  413. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  414. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
  415. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
  416. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
  417. private System.Windows.Forms.ToolStrip toolStrip1;
  418. private System.Windows.Forms.ToolStripButton Addusers;
  419. private System.Windows.Forms.ToolStripButton exit;
  420. private System.Windows.Forms.Label label1;
  421. private System.Windows.Forms.Button Выбрать_роль;
  422. private System.Windows.Forms.Button Enable;
  423. private System.Windows.Forms.ComboBox Выбор;
  424. private System.Windows.Forms.BindingSource officesBindingSource;
  425. private lyahov_portDataSetTableAdapters.OfficesTableAdapter officesTableAdapter;
  426. }
  427. }