123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492 |
- namespace ИС32Осадчий
- {
- partial class Добавление_пользователей
- {
- /// <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.Windows.Forms.Label userIDLabel;
- System.Windows.Forms.Label userSurnameLabel;
- System.Windows.Forms.Label userNameLabel;
- System.Windows.Forms.Label userPatronymicLabel;
- System.Windows.Forms.Label userLoginLabel;
- System.Windows.Forms.Label userPasswordLabel;
- System.Windows.Forms.Label roleIDLabel;
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Добавление_пользователей));
- this.panel1 = new System.Windows.Forms.Panel();
- this.comboBox1 = new System.Windows.Forms.ComboBox();
- this.userBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.иС32ОсадчийDataSet = new ИС32Осадчий.ИС32ОсадчийDataSet();
- this.roleBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.userPasswordTextBox = new System.Windows.Forms.TextBox();
- this.userLoginTextBox = new System.Windows.Forms.TextBox();
- this.userPatronymicTextBox = new System.Windows.Forms.TextBox();
- this.userNameTextBox = new System.Windows.Forms.TextBox();
- this.userSurnameTextBox = new System.Windows.Forms.TextBox();
- this.userIDTextBox = new System.Windows.Forms.TextBox();
- this.button6 = new System.Windows.Forms.Button();
- this.userTableAdapter = new ИС32Осадчий.ИС32ОсадчийDataSetTableAdapters.UserTableAdapter();
- this.tableAdapterManager = new ИС32Осадчий.ИС32ОсадчийDataSetTableAdapters.TableAdapterManager();
- this.roleTableAdapter = new ИС32Осадчий.ИС32ОсадчийDataSetTableAdapters.RoleTableAdapter();
- this.userBindingNavigator = 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.userBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
- this.button3 = new System.Windows.Forms.Button();
- this.button2 = new System.Windows.Forms.Button();
- this.button1 = new System.Windows.Forms.Button();
- userIDLabel = new System.Windows.Forms.Label();
- userSurnameLabel = new System.Windows.Forms.Label();
- userNameLabel = new System.Windows.Forms.Label();
- userPatronymicLabel = new System.Windows.Forms.Label();
- userLoginLabel = new System.Windows.Forms.Label();
- userPasswordLabel = new System.Windows.Forms.Label();
- roleIDLabel = new System.Windows.Forms.Label();
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.userBindingSource)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.иС32ОсадчийDataSet)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.roleBindingSource)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.userBindingNavigator)).BeginInit();
- this.userBindingNavigator.SuspendLayout();
- this.SuspendLayout();
- //
- // userIDLabel
- //
- userIDLabel.AutoSize = true;
- userIDLabel.Location = new System.Drawing.Point(263, 92);
- userIDLabel.Name = "userIDLabel";
- userIDLabel.Size = new System.Drawing.Size(46, 13);
- userIDLabel.TabIndex = 9;
- userIDLabel.Text = "User ID:";
- //
- // userSurnameLabel
- //
- userSurnameLabel.AutoSize = true;
- userSurnameLabel.Location = new System.Drawing.Point(232, 141);
- userSurnameLabel.Name = "userSurnameLabel";
- userSurnameLabel.Size = new System.Drawing.Size(77, 13);
- userSurnameLabel.TabIndex = 10;
- userSurnameLabel.Text = "User Surname:";
- //
- // userNameLabel
- //
- userNameLabel.AutoSize = true;
- userNameLabel.Location = new System.Drawing.Point(246, 174);
- userNameLabel.Name = "userNameLabel";
- userNameLabel.Size = new System.Drawing.Size(63, 13);
- userNameLabel.TabIndex = 11;
- userNameLabel.Text = "User Name:";
- //
- // userPatronymicLabel
- //
- userPatronymicLabel.AutoSize = true;
- userPatronymicLabel.Location = new System.Drawing.Point(222, 210);
- userPatronymicLabel.Name = "userPatronymicLabel";
- userPatronymicLabel.Size = new System.Drawing.Size(87, 13);
- userPatronymicLabel.TabIndex = 12;
- userPatronymicLabel.Text = "User Patronymic:";
- //
- // userLoginLabel
- //
- userLoginLabel.AutoSize = true;
- userLoginLabel.Location = new System.Drawing.Point(248, 247);
- userLoginLabel.Name = "userLoginLabel";
- userLoginLabel.Size = new System.Drawing.Size(61, 13);
- userLoginLabel.TabIndex = 13;
- userLoginLabel.Text = "User Login:";
- //
- // userPasswordLabel
- //
- userPasswordLabel.AutoSize = true;
- userPasswordLabel.Location = new System.Drawing.Point(228, 283);
- userPasswordLabel.Name = "userPasswordLabel";
- userPasswordLabel.Size = new System.Drawing.Size(81, 13);
- userPasswordLabel.TabIndex = 14;
- userPasswordLabel.Text = "User Password:";
- //
- // roleIDLabel
- //
- roleIDLabel.AutoSize = true;
- roleIDLabel.Location = new System.Drawing.Point(263, 315);
- roleIDLabel.Name = "roleIDLabel";
- roleIDLabel.Size = new System.Drawing.Size(46, 13);
- roleIDLabel.TabIndex = 15;
- roleIDLabel.Text = "Role ID:";
- //
- // panel1
- //
- this.panel1.BackColor = System.Drawing.Color.Moccasin;
- this.panel1.Controls.Add(this.button3);
- this.panel1.Controls.Add(this.comboBox1);
- this.panel1.Controls.Add(this.button2);
- this.panel1.Controls.Add(roleIDLabel);
- this.panel1.Controls.Add(this.button1);
- this.panel1.Controls.Add(userPasswordLabel);
- this.panel1.Controls.Add(this.userPasswordTextBox);
- this.panel1.Controls.Add(userLoginLabel);
- this.panel1.Controls.Add(this.userLoginTextBox);
- this.panel1.Controls.Add(userPatronymicLabel);
- this.panel1.Controls.Add(this.userPatronymicTextBox);
- this.panel1.Controls.Add(userNameLabel);
- this.panel1.Controls.Add(this.userNameTextBox);
- this.panel1.Controls.Add(userSurnameLabel);
- this.panel1.Controls.Add(this.userSurnameTextBox);
- this.panel1.Controls.Add(userIDLabel);
- this.panel1.Controls.Add(this.userIDTextBox);
- this.panel1.Controls.Add(this.button6);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel1.Location = new System.Drawing.Point(0, 0);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(808, 458);
- this.panel1.TabIndex = 1;
- //
- // comboBox1
- //
- this.comboBox1.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.userBindingSource, "RoleID", true));
- this.comboBox1.DataSource = this.roleBindingSource;
- this.comboBox1.DisplayMember = "RoleID";
- this.comboBox1.FormattingEnabled = true;
- this.comboBox1.Location = new System.Drawing.Point(349, 315);
- this.comboBox1.Name = "comboBox1";
- this.comboBox1.Size = new System.Drawing.Size(100, 21);
- this.comboBox1.TabIndex = 16;
- this.comboBox1.ValueMember = "RoleID";
- //
- // userBindingSource
- //
- this.userBindingSource.DataMember = "User";
- this.userBindingSource.DataSource = this.иС32ОсадчийDataSet;
- //
- // иС32ОсадчийDataSet
- //
- this.иС32ОсадчийDataSet.DataSetName = "ИС32ОсадчийDataSet";
- this.иС32ОсадчийDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // roleBindingSource
- //
- this.roleBindingSource.DataMember = "Role";
- this.roleBindingSource.DataSource = this.иС32ОсадчийDataSet;
- //
- // userPasswordTextBox
- //
- this.userPasswordTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.userBindingSource, "UserPassword", true));
- this.userPasswordTextBox.Location = new System.Drawing.Point(349, 280);
- this.userPasswordTextBox.Name = "userPasswordTextBox";
- this.userPasswordTextBox.Size = new System.Drawing.Size(100, 20);
- this.userPasswordTextBox.TabIndex = 15;
- //
- // userLoginTextBox
- //
- this.userLoginTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.userBindingSource, "UserLogin", true));
- this.userLoginTextBox.Location = new System.Drawing.Point(349, 240);
- this.userLoginTextBox.Name = "userLoginTextBox";
- this.userLoginTextBox.Size = new System.Drawing.Size(100, 20);
- this.userLoginTextBox.TabIndex = 14;
- //
- // userPatronymicTextBox
- //
- this.userPatronymicTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.userBindingSource, "UserPatronymic", true));
- this.userPatronymicTextBox.Location = new System.Drawing.Point(349, 207);
- this.userPatronymicTextBox.Name = "userPatronymicTextBox";
- this.userPatronymicTextBox.Size = new System.Drawing.Size(100, 20);
- this.userPatronymicTextBox.TabIndex = 13;
- //
- // userNameTextBox
- //
- this.userNameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.userBindingSource, "UserName", true));
- this.userNameTextBox.Location = new System.Drawing.Point(349, 171);
- this.userNameTextBox.Name = "userNameTextBox";
- this.userNameTextBox.Size = new System.Drawing.Size(100, 20);
- this.userNameTextBox.TabIndex = 12;
- //
- // userSurnameTextBox
- //
- this.userSurnameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.userBindingSource, "UserSurname", true));
- this.userSurnameTextBox.Location = new System.Drawing.Point(349, 134);
- this.userSurnameTextBox.Name = "userSurnameTextBox";
- this.userSurnameTextBox.Size = new System.Drawing.Size(100, 20);
- this.userSurnameTextBox.TabIndex = 11;
- //
- // userIDTextBox
- //
- this.userIDTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.userBindingSource, "UserID", true));
- this.userIDTextBox.Location = new System.Drawing.Point(349, 92);
- this.userIDTextBox.Name = "userIDTextBox";
- this.userIDTextBox.Size = new System.Drawing.Size(100, 20);
- this.userIDTextBox.TabIndex = 10;
- //
- // button6
- //
- this.button6.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.button6.Location = new System.Drawing.Point(678, 400);
- this.button6.Name = "button6";
- this.button6.Size = new System.Drawing.Size(110, 38);
- this.button6.TabIndex = 9;
- this.button6.Text = "Назад";
- this.button6.UseVisualStyleBackColor = true;
- this.button6.Click += new System.EventHandler(this.button6_Click);
- //
- // userTableAdapter
- //
- this.userTableAdapter.ClearBeforeFill = true;
- //
- // tableAdapterManager
- //
- this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
- this.tableAdapterManager.OrderProductTableAdapter = null;
- this.tableAdapterManager.OrderTableAdapter = null;
- this.tableAdapterManager.ProductTableAdapter = null;
- this.tableAdapterManager.RoleTableAdapter = this.roleTableAdapter;
- this.tableAdapterManager.UpdateOrder = ИС32Осадчий.ИС32ОсадчийDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
- this.tableAdapterManager.UserTableAdapter = this.userTableAdapter;
- //
- // roleTableAdapter
- //
- this.roleTableAdapter.ClearBeforeFill = true;
- //
- // userBindingNavigator
- //
- this.userBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
- this.userBindingNavigator.BindingSource = this.userBindingSource;
- this.userBindingNavigator.CountItem = this.bindingNavigatorCountItem;
- this.userBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
- this.userBindingNavigator.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.userBindingNavigatorSaveItem});
- this.userBindingNavigator.Location = new System.Drawing.Point(0, 0);
- this.userBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
- this.userBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
- this.userBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
- this.userBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
- this.userBindingNavigator.Name = "userBindingNavigator";
- this.userBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
- this.userBindingNavigator.Size = new System.Drawing.Size(808, 25);
- this.userBindingNavigator.TabIndex = 2;
- this.userBindingNavigator.Text = "bindingNavigator1";
- //
- // 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);
- //
- // userBindingNavigatorSaveItem
- //
- this.userBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.userBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("userBindingNavigatorSaveItem.Image")));
- this.userBindingNavigatorSaveItem.Name = "userBindingNavigatorSaveItem";
- this.userBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 22);
- this.userBindingNavigatorSaveItem.Text = "Сохранить данные";
- this.userBindingNavigatorSaveItem.Click += new System.EventHandler(this.userBindingNavigatorSaveItem_Click);
- //
- // button3
- //
- this.button3.Location = new System.Drawing.Point(12, 168);
- this.button3.Name = "button3";
- this.button3.Size = new System.Drawing.Size(180, 32);
- this.button3.TabIndex = 22;
- this.button3.Text = "Сохранить информацию";
- this.button3.UseVisualStyleBackColor = true;
- this.button3.Click += new System.EventHandler(this.button3_Click);
- //
- // button2
- //
- this.button2.Location = new System.Drawing.Point(12, 130);
- this.button2.Name = "button2";
- this.button2.Size = new System.Drawing.Size(180, 32);
- this.button2.TabIndex = 21;
- this.button2.Text = "Удалить";
- this.button2.UseVisualStyleBackColor = true;
- this.button2.Click += new System.EventHandler(this.button2_Click);
- //
- // button1
- //
- this.button1.Location = new System.Drawing.Point(12, 92);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(180, 32);
- this.button1.TabIndex = 20;
- this.button1.Text = "Добавить ";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // Добавление_пользователей
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(808, 458);
- this.Controls.Add(this.userBindingNavigator);
- this.Controls.Add(this.panel1);
- this.Name = "Добавление_пользователей";
- this.Text = "Добавление_пользователей";
- this.Load += new System.EventHandler(this.Добавление_пользователей_Load);
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.userBindingSource)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.иС32ОсадчийDataSet)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.roleBindingSource)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.userBindingNavigator)).EndInit();
- this.userBindingNavigator.ResumeLayout(false);
- this.userBindingNavigator.PerformLayout();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Button button6;
- private ИС32ОсадчийDataSet иС32ОсадчийDataSet;
- private System.Windows.Forms.BindingSource userBindingSource;
- private ИС32ОсадчийDataSetTableAdapters.UserTableAdapter userTableAdapter;
- private ИС32ОсадчийDataSetTableAdapters.TableAdapterManager tableAdapterManager;
- private System.Windows.Forms.BindingNavigator userBindingNavigator;
- 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 userBindingNavigatorSaveItem;
- private System.Windows.Forms.ComboBox comboBox1;
- private System.Windows.Forms.TextBox userPasswordTextBox;
- private System.Windows.Forms.TextBox userLoginTextBox;
- private System.Windows.Forms.TextBox userPatronymicTextBox;
- private System.Windows.Forms.TextBox userNameTextBox;
- private System.Windows.Forms.TextBox userSurnameTextBox;
- private System.Windows.Forms.TextBox userIDTextBox;
- private ИС32ОсадчийDataSetTableAdapters.RoleTableAdapter roleTableAdapter;
- private System.Windows.Forms.BindingSource roleBindingSource;
- private System.Windows.Forms.Button button3;
- private System.Windows.Forms.Button button2;
- private System.Windows.Forms.Button button1;
- }
- }
|