123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433 |
- namespace lyahov_tim
- {
- partial class Amonic
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Amonic));
- this.lyahov_portDataSet = new lyahov_tim.lyahov_portDataSet();
- this.usersBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.usersTableAdapter = new lyahov_tim.lyahov_portDataSetTableAdapters.UsersTableAdapter();
- this.tableAdapterManager = new lyahov_tim.lyahov_portDataSetTableAdapters.TableAdapterManager();
- this.usersBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
- this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
- this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
- this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
- this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
- this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
- this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
- this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
- this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
- this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
- this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
- this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
- this.usersBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
- this.usersDataGridView = new System.Windows.Forms.DataGridView();
- this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.RoleID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.toolStrip1 = new System.Windows.Forms.ToolStrip();
- this.Addusers = new System.Windows.Forms.ToolStripButton();
- this.exit = new System.Windows.Forms.ToolStripButton();
- this.label1 = new System.Windows.Forms.Label();
- this.Выбрать_роль = new System.Windows.Forms.Button();
- this.Enable = new System.Windows.Forms.Button();
- this.Выбор = new System.Windows.Forms.ComboBox();
- this.officesBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.officesTableAdapter = new lyahov_tim.lyahov_portDataSetTableAdapters.OfficesTableAdapter();
- ((System.ComponentModel.ISupportInitialize)(this.lyahov_portDataSet)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.usersBindingSource)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.usersBindingNavigator)).BeginInit();
- this.usersBindingNavigator.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.usersDataGridView)).BeginInit();
- this.toolStrip1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.officesBindingSource)).BeginInit();
- this.SuspendLayout();
- //
- // lyahov_portDataSet
- //
- this.lyahov_portDataSet.DataSetName = "lyahov_portDataSet";
- this.lyahov_portDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // usersBindingSource
- //
- this.usersBindingSource.DataMember = "Users";
- this.usersBindingSource.DataSource = this.lyahov_portDataSet;
- //
- // usersTableAdapter
- //
- this.usersTableAdapter.ClearBeforeFill = true;
- //
- // tableAdapterManager
- //
- this.tableAdapterManager.AircraftsTableAdapter = null;
- this.tableAdapterManager.AirportsTableAdapter = null;
- this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
- this.tableAdapterManager.CabinTypesTableAdapter = null;
- this.tableAdapterManager.CountriesTableAdapter = null;
- this.tableAdapterManager.OfficesTableAdapter = null;
- this.tableAdapterManager.RolesTableAdapter = null;
- this.tableAdapterManager.RoutesTableAdapter = null;
- this.tableAdapterManager.SchedulesTableAdapter = null;
- this.tableAdapterManager.TicketsTableAdapter = null;
- this.tableAdapterManager.UpdateOrder = lyahov_tim.lyahov_portDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
- this.tableAdapterManager.UsersTableAdapter = this.usersTableAdapter;
- //
- // usersBindingNavigator
- //
- this.usersBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
- this.usersBindingNavigator.BindingSource = this.usersBindingSource;
- this.usersBindingNavigator.CountItem = this.bindingNavigatorCountItem;
- this.usersBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
- this.usersBindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.bindingNavigatorMoveFirstItem,
- this.bindingNavigatorMovePreviousItem,
- this.bindingNavigatorSeparator,
- this.bindingNavigatorPositionItem,
- this.bindingNavigatorCountItem,
- this.bindingNavigatorSeparator1,
- this.bindingNavigatorMoveNextItem,
- this.bindingNavigatorMoveLastItem,
- this.bindingNavigatorSeparator2,
- this.bindingNavigatorAddNewItem,
- this.bindingNavigatorDeleteItem,
- this.usersBindingNavigatorSaveItem});
- this.usersBindingNavigator.Location = new System.Drawing.Point(0, 0);
- this.usersBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
- this.usersBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
- this.usersBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
- this.usersBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
- this.usersBindingNavigator.Name = "usersBindingNavigator";
- this.usersBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
- this.usersBindingNavigator.Size = new System.Drawing.Size(964, 25);
- this.usersBindingNavigator.TabIndex = 0;
- this.usersBindingNavigator.Text = "bindingNavigator1";
- this.usersBindingNavigator.Visible = false;
- //
- // bindingNavigatorAddNewItem
- //
- this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
- this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
- this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
- this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
- this.bindingNavigatorAddNewItem.Text = "Добавить";
- //
- // bindingNavigatorCountItem
- //
- this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
- this.bindingNavigatorCountItem.Size = new System.Drawing.Size(43, 22);
- this.bindingNavigatorCountItem.Text = "для {0}";
- this.bindingNavigatorCountItem.ToolTipText = "Общее число элементов";
- //
- // bindingNavigatorDeleteItem
- //
- this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
- this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
- this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
- this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22);
- this.bindingNavigatorDeleteItem.Text = "Удалить";
- //
- // bindingNavigatorMoveFirstItem
- //
- this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
- this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
- this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
- this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
- this.bindingNavigatorMoveFirstItem.Text = "Переместить в начало";
- //
- // bindingNavigatorMovePreviousItem
- //
- this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
- this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
- this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
- this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
- this.bindingNavigatorMovePreviousItem.Text = "Переместить назад";
- //
- // bindingNavigatorSeparator
- //
- this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
- this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
- //
- // bindingNavigatorPositionItem
- //
- this.bindingNavigatorPositionItem.AccessibleName = "Положение";
- this.bindingNavigatorPositionItem.AutoSize = false;
- this.bindingNavigatorPositionItem.Font = new System.Drawing.Font("Segoe UI", 9F);
- this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
- this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
- this.bindingNavigatorPositionItem.Text = "0";
- this.bindingNavigatorPositionItem.ToolTipText = "Текущее положение";
- //
- // bindingNavigatorSeparator1
- //
- this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
- this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
- //
- // bindingNavigatorMoveNextItem
- //
- this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
- this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
- this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
- this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
- this.bindingNavigatorMoveNextItem.Text = "Переместить вперед";
- //
- // bindingNavigatorMoveLastItem
- //
- this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
- this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
- this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
- this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
- this.bindingNavigatorMoveLastItem.Text = "Переместить в конец";
- //
- // bindingNavigatorSeparator2
- //
- this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
- this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
- //
- // usersBindingNavigatorSaveItem
- //
- this.usersBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.usersBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("usersBindingNavigatorSaveItem.Image")));
- this.usersBindingNavigatorSaveItem.Name = "usersBindingNavigatorSaveItem";
- this.usersBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 22);
- this.usersBindingNavigatorSaveItem.Text = "Сохранить данные";
- this.usersBindingNavigatorSaveItem.Click += new System.EventHandler(this.usersBindingNavigatorSaveItem_Click_1);
- //
- // usersDataGridView
- //
- this.usersDataGridView.AutoGenerateColumns = false;
- this.usersDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.usersDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.dataGridViewTextBoxColumn3,
- this.RoleID,
- this.dataGridViewTextBoxColumn5,
- this.dataGridViewTextBoxColumn6,
- this.dataGridViewTextBoxColumn7,
- this.dataGridViewTextBoxColumn8});
- this.usersDataGridView.DataSource = this.usersBindingSource;
- this.usersDataGridView.Location = new System.Drawing.Point(12, 67);
- this.usersDataGridView.Name = "usersDataGridView";
- this.usersDataGridView.Size = new System.Drawing.Size(653, 220);
- this.usersDataGridView.TabIndex = 1;
- //
- // dataGridViewTextBoxColumn3
- //
- this.dataGridViewTextBoxColumn3.DataPropertyName = "Email";
- this.dataGridViewTextBoxColumn3.HeaderText = "Email";
- this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
- //
- // RoleID
- //
- this.RoleID.DataPropertyName = "RoleID";
- this.RoleID.HeaderText = "RoleID";
- this.RoleID.Name = "RoleID";
- //
- // dataGridViewTextBoxColumn5
- //
- this.dataGridViewTextBoxColumn5.DataPropertyName = "FirstName";
- this.dataGridViewTextBoxColumn5.HeaderText = "FirstName";
- this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
- //
- // dataGridViewTextBoxColumn6
- //
- this.dataGridViewTextBoxColumn6.DataPropertyName = "LastName";
- this.dataGridViewTextBoxColumn6.HeaderText = "LastName";
- this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
- //
- // dataGridViewTextBoxColumn7
- //
- this.dataGridViewTextBoxColumn7.DataPropertyName = "OfficeID";
- this.dataGridViewTextBoxColumn7.HeaderText = "OfficeID";
- this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
- //
- // dataGridViewTextBoxColumn8
- //
- this.dataGridViewTextBoxColumn8.DataPropertyName = "Birthdate";
- this.dataGridViewTextBoxColumn8.HeaderText = "Birthdate";
- this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
- //
- // toolStrip1
- //
- this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.Addusers,
- this.exit});
- this.toolStrip1.Location = new System.Drawing.Point(0, 0);
- this.toolStrip1.Name = "toolStrip1";
- this.toolStrip1.Size = new System.Drawing.Size(682, 25);
- this.toolStrip1.TabIndex = 2;
- this.toolStrip1.Text = "toolStrip1";
- //
- // Addusers
- //
- this.Addusers.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
- this.Addusers.Font = new System.Drawing.Font("Tw Cen MT", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.Addusers.Image = ((System.Drawing.Image)(resources.GetObject("Addusers.Image")));
- this.Addusers.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.Addusers.Name = "Addusers";
- this.Addusers.Size = new System.Drawing.Size(67, 22);
- this.Addusers.Text = "Addusers";
- this.Addusers.Click += new System.EventHandler(this.Addusers_Click);
- //
- // exit
- //
- this.exit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
- this.exit.Font = new System.Drawing.Font("Tw Cen MT", 11.25F);
- this.exit.Image = ((System.Drawing.Image)(resources.GetObject("exit.Image")));
- this.exit.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.exit.Name = "exit";
- this.exit.Size = new System.Drawing.Size(34, 22);
- this.exit.Text = "Exit";
- this.exit.Click += new System.EventHandler(this.Exit_Click);
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("Tw Cen MT", 11.25F);
- this.label1.Location = new System.Drawing.Point(12, 40);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(47, 17);
- this.label1.TabIndex = 3;
- this.label1.Text = "Office";
- //
- // Выбрать_роль
- //
- this.Выбрать_роль.Font = new System.Drawing.Font("Tw Cen MT", 11.25F);
- this.Выбрать_роль.Location = new System.Drawing.Point(45, 342);
- this.Выбрать_роль.Name = "Выбрать_роль";
- this.Выбрать_роль.Size = new System.Drawing.Size(98, 34);
- this.Выбрать_роль.TabIndex = 4;
- this.Выбрать_роль.Text = "Change Role";
- this.Выбрать_роль.UseVisualStyleBackColor = true;
- this.Выбрать_роль.Click += new System.EventHandler(this.Выбрать_роль_Click);
- //
- // Enable
- //
- this.Enable.Font = new System.Drawing.Font("Tw Cen MT", 11.25F);
- this.Enable.Location = new System.Drawing.Point(234, 342);
- this.Enable.Name = "Enable";
- this.Enable.Size = new System.Drawing.Size(154, 34);
- this.Enable.TabIndex = 5;
- this.Enable.Text = "Enable/Disable Login";
- this.Enable.UseVisualStyleBackColor = true;
- //
- // Выбор
- //
- this.Выбор.DataSource = this.officesBindingSource;
- this.Выбор.DisplayMember = "Title";
- this.Выбор.FormattingEnabled = true;
- this.Выбор.Location = new System.Drawing.Point(65, 40);
- this.Выбор.Name = "Выбор";
- this.Выбор.Size = new System.Drawing.Size(121, 21);
- this.Выбор.TabIndex = 6;
- this.Выбор.ValueMember = "ID";
- this.Выбор.SelectedIndexChanged += new System.EventHandler(this.Выбор_SelectedIndexChanged);
- //
- // officesBindingSource
- //
- this.officesBindingSource.DataMember = "Offices";
- this.officesBindingSource.DataSource = this.lyahov_portDataSet;
- //
- // officesTableAdapter
- //
- this.officesTableAdapter.ClearBeforeFill = true;
- //
- // Amonic
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(682, 414);
- this.Controls.Add(this.Выбор);
- this.Controls.Add(this.Enable);
- this.Controls.Add(this.Выбрать_роль);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.toolStrip1);
- this.Controls.Add(this.usersDataGridView);
- this.Controls.Add(this.usersBindingNavigator);
- this.Name = "Amonic";
- this.Text = "Amonic";
- this.Load += new System.EventHandler(this.Amonic_Load);
- ((System.ComponentModel.ISupportInitialize)(this.lyahov_portDataSet)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.usersBindingSource)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.usersBindingNavigator)).EndInit();
- this.usersBindingNavigator.ResumeLayout(false);
- this.usersBindingNavigator.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.usersDataGridView)).EndInit();
- this.toolStrip1.ResumeLayout(false);
- this.toolStrip1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.officesBindingSource)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private lyahov_portDataSet lyahov_portDataSet;
- private System.Windows.Forms.BindingSource usersBindingSource;
- private lyahov_portDataSetTableAdapters.UsersTableAdapter usersTableAdapter;
- private lyahov_portDataSetTableAdapters.TableAdapterManager tableAdapterManager;
- private System.Windows.Forms.BindingNavigator usersBindingNavigator;
- private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
- private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
- private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
- private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
- private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
- private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
- private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
- private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
- private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
- private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
- private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
- private System.Windows.Forms.ToolStripButton usersBindingNavigatorSaveItem;
- private System.Windows.Forms.DataGridView usersDataGridView;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
- private System.Windows.Forms.DataGridViewTextBoxColumn RoleID;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
- private System.Windows.Forms.ToolStrip toolStrip1;
- private System.Windows.Forms.ToolStripButton Addusers;
- private System.Windows.Forms.ToolStripButton exit;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Button Выбрать_роль;
- private System.Windows.Forms.Button Enable;
- private System.Windows.Forms.ComboBox Выбор;
- private System.Windows.Forms.BindingSource officesBindingSource;
- private lyahov_portDataSetTableAdapters.OfficesTableAdapter officesTableAdapter;
- }
- }
|