123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280 |
- namespace WindowsFormsApp22222
- {
- partial class Form2
- {
- /// <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(Form2));
- this.dataGridView1 = new System.Windows.Forms.DataGridView();
- this.button1 = new System.Windows.Forms.Button();
- this.button2 = new System.Windows.Forms.Button();
- this.label1 = new System.Windows.Forms.Label();
- this.comboBox1 = new System.Windows.Forms.ComboBox();
- this.toolStrip1 = new System.Windows.Forms.ToolStrip();
- this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
- this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
- this.rewqDataSet = new WindowsFormsApp22222.rewqDataSet();
- this.officesBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.officesTableAdapter = new WindowsFormsApp22222.rewqDataSetTableAdapters.OfficesTableAdapter();
- this.usersBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.usersTableAdapter = new WindowsFormsApp22222.rewqDataSetTableAdapters.UsersTableAdapter();
- this.iDDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.roleIDDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.emailDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.passwordDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.firstNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.lastNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.officeIDDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.birthdateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.activeDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
- this.toolStrip1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.rewqDataSet)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.officesBindingSource)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.usersBindingSource)).BeginInit();
- this.SuspendLayout();
- //
- // dataGridView1
- //
- this.dataGridView1.AutoGenerateColumns = false;
- this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.iDDataGridViewTextBoxColumn,
- this.roleIDDataGridViewTextBoxColumn,
- this.emailDataGridViewTextBoxColumn,
- this.passwordDataGridViewTextBoxColumn,
- this.firstNameDataGridViewTextBoxColumn,
- this.lastNameDataGridViewTextBoxColumn,
- this.officeIDDataGridViewTextBoxColumn,
- this.birthdateDataGridViewTextBoxColumn,
- this.activeDataGridViewCheckBoxColumn});
- this.dataGridView1.DataSource = this.usersBindingSource;
- this.dataGridView1.Location = new System.Drawing.Point(0, 108);
- this.dataGridView1.Name = "dataGridView1";
- this.dataGridView1.Size = new System.Drawing.Size(841, 150);
- this.dataGridView1.TabIndex = 0;
- //
- // button1
- //
- this.button1.Location = new System.Drawing.Point(15, 323);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(101, 23);
- this.button1.TabIndex = 1;
- this.button1.Text = "Change Role";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // button2
- //
- this.button2.Location = new System.Drawing.Point(193, 323);
- this.button2.Name = "button2";
- this.button2.Size = new System.Drawing.Size(127, 23);
- this.button2.TabIndex = 2;
- this.button2.Text = "Enable/Disable Login";
- this.button2.UseVisualStyleBackColor = true;
- this.button2.Click += new System.EventHandler(this.button2_Click);
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(12, 44);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(41, 13);
- this.label1.TabIndex = 3;
- this.label1.Text = "Office :";
- this.label1.Click += new System.EventHandler(this.label1_Click);
- //
- // comboBox1
- //
- this.comboBox1.DataSource = this.officesBindingSource;
- this.comboBox1.DisplayMember = "Title";
- this.comboBox1.FormattingEnabled = true;
- this.comboBox1.Location = new System.Drawing.Point(56, 36);
- this.comboBox1.Name = "comboBox1";
- this.comboBox1.Size = new System.Drawing.Size(264, 21);
- this.comboBox1.TabIndex = 4;
- //
- // toolStrip1
- //
- this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.toolStripButton1,
- this.toolStripButton2});
- this.toolStrip1.Location = new System.Drawing.Point(0, 0);
- this.toolStrip1.Name = "toolStrip1";
- this.toolStrip1.Size = new System.Drawing.Size(853, 25);
- this.toolStrip1.TabIndex = 5;
- this.toolStrip1.Text = "toolStrip1";
- //
- // toolStripButton1
- //
- this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
- this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
- this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.toolStripButton1.Name = "toolStripButton1";
- this.toolStripButton1.Size = new System.Drawing.Size(58, 22);
- this.toolStripButton1.Text = "Add user";
- this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
- //
- // toolStripButton2
- //
- this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
- this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
- this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.toolStripButton2.Name = "toolStripButton2";
- this.toolStripButton2.Size = new System.Drawing.Size(29, 22);
- this.toolStripButton2.Text = "Exit";
- this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click);
- //
- // rewqDataSet
- //
- this.rewqDataSet.DataSetName = "rewqDataSet";
- this.rewqDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // officesBindingSource
- //
- this.officesBindingSource.DataMember = "Offices";
- this.officesBindingSource.DataSource = this.rewqDataSet;
- //
- // officesTableAdapter
- //
- this.officesTableAdapter.ClearBeforeFill = true;
- //
- // usersBindingSource
- //
- this.usersBindingSource.DataMember = "Users";
- this.usersBindingSource.DataSource = this.rewqDataSet;
- //
- // usersTableAdapter
- //
- this.usersTableAdapter.ClearBeforeFill = true;
- //
- // iDDataGridViewTextBoxColumn
- //
- this.iDDataGridViewTextBoxColumn.DataPropertyName = "ID";
- this.iDDataGridViewTextBoxColumn.HeaderText = "ID";
- this.iDDataGridViewTextBoxColumn.Name = "iDDataGridViewTextBoxColumn";
- //
- // roleIDDataGridViewTextBoxColumn
- //
- this.roleIDDataGridViewTextBoxColumn.DataPropertyName = "RoleID";
- this.roleIDDataGridViewTextBoxColumn.HeaderText = "RoleID";
- this.roleIDDataGridViewTextBoxColumn.Name = "roleIDDataGridViewTextBoxColumn";
- //
- // emailDataGridViewTextBoxColumn
- //
- this.emailDataGridViewTextBoxColumn.DataPropertyName = "Email";
- this.emailDataGridViewTextBoxColumn.HeaderText = "Email";
- this.emailDataGridViewTextBoxColumn.Name = "emailDataGridViewTextBoxColumn";
- //
- // passwordDataGridViewTextBoxColumn
- //
- this.passwordDataGridViewTextBoxColumn.DataPropertyName = "Password";
- this.passwordDataGridViewTextBoxColumn.HeaderText = "Password";
- this.passwordDataGridViewTextBoxColumn.Name = "passwordDataGridViewTextBoxColumn";
- //
- // firstNameDataGridViewTextBoxColumn
- //
- this.firstNameDataGridViewTextBoxColumn.DataPropertyName = "FirstName";
- this.firstNameDataGridViewTextBoxColumn.HeaderText = "FirstName";
- this.firstNameDataGridViewTextBoxColumn.Name = "firstNameDataGridViewTextBoxColumn";
- //
- // lastNameDataGridViewTextBoxColumn
- //
- this.lastNameDataGridViewTextBoxColumn.DataPropertyName = "LastName";
- this.lastNameDataGridViewTextBoxColumn.HeaderText = "LastName";
- this.lastNameDataGridViewTextBoxColumn.Name = "lastNameDataGridViewTextBoxColumn";
- //
- // officeIDDataGridViewTextBoxColumn
- //
- this.officeIDDataGridViewTextBoxColumn.DataPropertyName = "OfficeID";
- this.officeIDDataGridViewTextBoxColumn.HeaderText = "OfficeID";
- this.officeIDDataGridViewTextBoxColumn.Name = "officeIDDataGridViewTextBoxColumn";
- //
- // birthdateDataGridViewTextBoxColumn
- //
- this.birthdateDataGridViewTextBoxColumn.DataPropertyName = "Birthdate";
- this.birthdateDataGridViewTextBoxColumn.HeaderText = "Birthdate";
- this.birthdateDataGridViewTextBoxColumn.Name = "birthdateDataGridViewTextBoxColumn";
- //
- // activeDataGridViewCheckBoxColumn
- //
- this.activeDataGridViewCheckBoxColumn.DataPropertyName = "Active";
- this.activeDataGridViewCheckBoxColumn.HeaderText = "Active";
- this.activeDataGridViewCheckBoxColumn.Name = "activeDataGridViewCheckBoxColumn";
- //
- // Form2
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(853, 450);
- this.Controls.Add(this.toolStrip1);
- this.Controls.Add(this.comboBox1);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.button2);
- this.Controls.Add(this.button1);
- this.Controls.Add(this.dataGridView1);
- this.Name = "Form2";
- this.Text = "Form2";
- this.Load += new System.EventHandler(this.Form2_Load);
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
- this.toolStrip1.ResumeLayout(false);
- this.toolStrip1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.rewqDataSet)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.officesBindingSource)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.usersBindingSource)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.DataGridView dataGridView1;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.Button button2;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.ComboBox comboBox1;
- private System.Windows.Forms.ToolStrip toolStrip1;
- private System.Windows.Forms.ToolStripButton toolStripButton1;
- private System.Windows.Forms.ToolStripButton toolStripButton2;
- private rewqDataSet rewqDataSet;
- private System.Windows.Forms.BindingSource officesBindingSource;
- private rewqDataSetTableAdapters.OfficesTableAdapter officesTableAdapter;
- private System.Windows.Forms.BindingSource usersBindingSource;
- private rewqDataSetTableAdapters.UsersTableAdapter usersTableAdapter;
- private System.Windows.Forms.DataGridViewTextBoxColumn iDDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn roleIDDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn emailDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn passwordDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn firstNameDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn lastNameDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn officeIDDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn birthdateDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewCheckBoxColumn activeDataGridViewCheckBoxColumn;
- }
- }
|