123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246 |
- namespace Digital_World_08
- {
- partial class AddUsers
- {
- /// <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 usernameLabel;
- System.Windows.Forms.Label passwordLabel;
- System.Windows.Forms.Label roleLabel;
- System.Windows.Forms.Label idLabel;
- this.digital_world_8DataSet1 = new Digital_World_08.digital_world_8DataSet1();
- this.usersBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.usersTableAdapter = new Digital_World_08.digital_world_8DataSet1TableAdapters.UsersTableAdapter();
- this.tableAdapterManager = new Digital_World_08.digital_world_8DataSet1TableAdapters.TableAdapterManager();
- this.roleTableAdapter = new Digital_World_08.digital_world_8DataSet1TableAdapters.RoleTableAdapter();
- this.usernameTextBox = new System.Windows.Forms.TextBox();
- this.passwordTextBox = new System.Windows.Forms.TextBox();
- this.label1 = new System.Windows.Forms.Label();
- this.roleBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.button1 = new System.Windows.Forms.Button();
- this.idTextBox = new System.Windows.Forms.TextBox();
- this.roleTextBox = new System.Windows.Forms.TextBox();
- this.button2 = new System.Windows.Forms.Button();
- usernameLabel = new System.Windows.Forms.Label();
- passwordLabel = new System.Windows.Forms.Label();
- roleLabel = new System.Windows.Forms.Label();
- idLabel = new System.Windows.Forms.Label();
- ((System.ComponentModel.ISupportInitialize)(this.digital_world_8DataSet1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.usersBindingSource)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.roleBindingSource)).BeginInit();
- this.SuspendLayout();
- //
- // usernameLabel
- //
- usernameLabel.AutoSize = true;
- usernameLabel.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- usernameLabel.Location = new System.Drawing.Point(72, 164);
- usernameLabel.Name = "usernameLabel";
- usernameLabel.Size = new System.Drawing.Size(61, 21);
- usernameLabel.TabIndex = 1;
- usernameLabel.Text = "Логин";
- //
- // passwordLabel
- //
- passwordLabel.AutoSize = true;
- passwordLabel.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- passwordLabel.Location = new System.Drawing.Point(64, 223);
- passwordLabel.Name = "passwordLabel";
- passwordLabel.Size = new System.Drawing.Size(69, 21);
- passwordLabel.TabIndex = 2;
- passwordLabel.Text = "Пароль";
- //
- // roleLabel
- //
- roleLabel.AutoSize = true;
- roleLabel.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- roleLabel.Location = new System.Drawing.Point(84, 282);
- roleLabel.Name = "roleLabel";
- roleLabel.Size = new System.Drawing.Size(49, 21);
- roleLabel.TabIndex = 4;
- roleLabel.Text = "Роль";
- //
- // idLabel
- //
- idLabel.AutoSize = true;
- idLabel.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- idLabel.Location = new System.Drawing.Point(64, 101);
- idLabel.Name = "idLabel";
- idLabel.Size = new System.Drawing.Size(248, 21);
- idLabel.TabIndex = 8;
- idLabel.Text = "Идентификатор пользователя";
- //
- // digital_world_8DataSet1
- //
- this.digital_world_8DataSet1.DataSetName = "digital_world_8DataSet1";
- this.digital_world_8DataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // usersBindingSource
- //
- this.usersBindingSource.DataMember = "Users";
- this.usersBindingSource.DataSource = this.digital_world_8DataSet1;
- //
- // usersTableAdapter
- //
- this.usersTableAdapter.ClearBeforeFill = true;
- //
- // tableAdapterManager
- //
- this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
- this.tableAdapterManager.ComponentsTableAdapter = null;
- this.tableAdapterManager.computer_assemblyTableAdapter = null;
- this.tableAdapterManager.order_by_clientsTableAdapter = null;
- this.tableAdapterManager.Order_statusTableAdapter = null;
- this.tableAdapterManager.OrderTableAdapter = null;
- this.tableAdapterManager.Postavka_materialTableAdapter = null;
- this.tableAdapterManager.providerTableAdapter = null;
- this.tableAdapterManager.RoleTableAdapter = this.roleTableAdapter;
- this.tableAdapterManager.unit_of_measurementTableAdapter = null;
- this.tableAdapterManager.UpdateOrder = Digital_World_08.digital_world_8DataSet1TableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
- this.tableAdapterManager.UsersTableAdapter = this.usersTableAdapter;
- //
- // roleTableAdapter
- //
- this.roleTableAdapter.ClearBeforeFill = true;
- //
- // usernameTextBox
- //
- this.usernameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.usersBindingSource, "Username", true));
- this.usernameTextBox.Font = new System.Drawing.Font("Times New Roman", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.usernameTextBox.Location = new System.Drawing.Point(110, 188);
- this.usernameTextBox.Name = "usernameTextBox";
- this.usernameTextBox.Size = new System.Drawing.Size(186, 32);
- this.usernameTextBox.TabIndex = 2;
- //
- // passwordTextBox
- //
- this.passwordTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.usersBindingSource, "Password", true));
- this.passwordTextBox.Font = new System.Drawing.Font("Times New Roman", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.passwordTextBox.Location = new System.Drawing.Point(110, 247);
- this.passwordTextBox.Name = "passwordTextBox";
- this.passwordTextBox.Size = new System.Drawing.Size(186, 32);
- this.passwordTextBox.TabIndex = 3;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("Times New Roman", 24F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label1.Location = new System.Drawing.Point(139, 31);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(509, 37);
- this.label1.TabIndex = 6;
- this.label1.Text = "Добавление пользователя в систему";
- //
- // roleBindingSource
- //
- this.roleBindingSource.DataMember = "Role";
- this.roleBindingSource.DataSource = this.digital_world_8DataSet1;
- //
- // button1
- //
- this.button1.Location = new System.Drawing.Point(129, 372);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(167, 41);
- this.button1.TabIndex = 7;
- this.button1.Text = "Добавить";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // idTextBox
- //
- this.idTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.usersBindingSource, "Id", true));
- this.idTextBox.Font = new System.Drawing.Font("Times New Roman", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.idTextBox.Location = new System.Drawing.Point(110, 134);
- this.idTextBox.Name = "idTextBox";
- this.idTextBox.Size = new System.Drawing.Size(186, 32);
- this.idTextBox.TabIndex = 9;
- //
- // roleTextBox
- //
- this.roleTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.usersBindingSource, "Role", true));
- this.roleTextBox.Font = new System.Drawing.Font("Times New Roman", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.roleTextBox.Location = new System.Drawing.Point(110, 306);
- this.roleTextBox.Name = "roleTextBox";
- this.roleTextBox.Size = new System.Drawing.Size(186, 32);
- this.roleTextBox.TabIndex = 10;
- //
- // button2
- //
- this.button2.Location = new System.Drawing.Point(675, 372);
- this.button2.Name = "button2";
- this.button2.Size = new System.Drawing.Size(101, 55);
- this.button2.TabIndex = 11;
- this.button2.Text = "закрыть";
- this.button2.UseVisualStyleBackColor = true;
- this.button2.Click += new System.EventHandler(this.button2_Click);
- //
- // AddUsers
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.White;
- this.ClientSize = new System.Drawing.Size(800, 450);
- this.Controls.Add(this.button2);
- this.Controls.Add(this.roleTextBox);
- this.Controls.Add(idLabel);
- this.Controls.Add(this.idTextBox);
- this.Controls.Add(this.button1);
- this.Controls.Add(this.label1);
- this.Controls.Add(roleLabel);
- this.Controls.Add(passwordLabel);
- this.Controls.Add(this.passwordTextBox);
- this.Controls.Add(usernameLabel);
- this.Controls.Add(this.usernameTextBox);
- this.Name = "AddUsers";
- this.Text = "AddUsers";
- this.Load += new System.EventHandler(this.AddUsers_Load);
- ((System.ComponentModel.ISupportInitialize)(this.digital_world_8DataSet1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.usersBindingSource)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.roleBindingSource)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private digital_world_8DataSet1 digital_world_8DataSet1;
- private System.Windows.Forms.BindingSource usersBindingSource;
- private digital_world_8DataSet1TableAdapters.UsersTableAdapter usersTableAdapter;
- private digital_world_8DataSet1TableAdapters.TableAdapterManager tableAdapterManager;
- private System.Windows.Forms.TextBox usernameTextBox;
- private digital_world_8DataSet1TableAdapters.RoleTableAdapter roleTableAdapter;
- private System.Windows.Forms.TextBox passwordTextBox;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.BindingSource roleBindingSource;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.TextBox idTextBox;
- private System.Windows.Forms.TextBox roleTextBox;
- private System.Windows.Forms.Button button2;
- }
- }
|