123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285 |
- namespace lyahov_tim
- {
- partial class Form4
- {
- /// <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 emailLabel;
- System.Windows.Forms.Label firstNameLabel;
- System.Windows.Forms.Label lastNameLabel;
- System.Windows.Forms.Label officeIDLabel;
- System.Windows.Forms.Label birthdateLabel;
- System.Windows.Forms.Label passwordLabel;
- System.Windows.Forms.Label roleIDLabel;
- 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.email = new System.Windows.Forms.TextBox();
- this.firstname = new System.Windows.Forms.TextBox();
- this.lastname = new System.Windows.Forms.TextBox();
- this.password = new System.Windows.Forms.TextBox();
- this.officeid = new System.Windows.Forms.ComboBox();
- this.birthdate = new System.Windows.Forms.DateTimePicker();
- this.Save = new System.Windows.Forms.Button();
- this.roleid = new System.Windows.Forms.TextBox();
- this.Cancel = new System.Windows.Forms.Button();
- emailLabel = new System.Windows.Forms.Label();
- firstNameLabel = new System.Windows.Forms.Label();
- lastNameLabel = new System.Windows.Forms.Label();
- officeIDLabel = new System.Windows.Forms.Label();
- birthdateLabel = new System.Windows.Forms.Label();
- passwordLabel = new System.Windows.Forms.Label();
- roleIDLabel = new System.Windows.Forms.Label();
- ((System.ComponentModel.ISupportInitialize)(this.lyahov_portDataSet)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.usersBindingSource)).BeginInit();
- this.SuspendLayout();
- //
- // emailLabel
- //
- emailLabel.AutoSize = true;
- emailLabel.Font = new System.Drawing.Font("Tw Cen MT", 11.25F);
- emailLabel.Location = new System.Drawing.Point(39, 27);
- emailLabel.Name = "emailLabel";
- emailLabel.Size = new System.Drawing.Size(42, 17);
- emailLabel.TabIndex = 1;
- emailLabel.Text = "Email:";
- //
- // firstNameLabel
- //
- firstNameLabel.AutoSize = true;
- firstNameLabel.Font = new System.Drawing.Font("Tw Cen MT", 11.25F);
- firstNameLabel.Location = new System.Drawing.Point(14, 62);
- firstNameLabel.Name = "firstNameLabel";
- firstNameLabel.Size = new System.Drawing.Size(75, 17);
- firstNameLabel.TabIndex = 2;
- firstNameLabel.Text = "First Name:";
- //
- // lastNameLabel
- //
- lastNameLabel.AutoSize = true;
- lastNameLabel.Font = new System.Drawing.Font("Tw Cen MT", 11.25F);
- lastNameLabel.Location = new System.Drawing.Point(13, 98);
- lastNameLabel.Name = "lastNameLabel";
- lastNameLabel.Size = new System.Drawing.Size(74, 17);
- lastNameLabel.TabIndex = 4;
- lastNameLabel.Text = "Last Name:";
- //
- // officeIDLabel
- //
- officeIDLabel.AutoSize = true;
- officeIDLabel.Font = new System.Drawing.Font("Tw Cen MT", 11.25F);
- officeIDLabel.Location = new System.Drawing.Point(22, 129);
- officeIDLabel.Name = "officeIDLabel";
- officeIDLabel.Size = new System.Drawing.Size(66, 17);
- officeIDLabel.TabIndex = 6;
- officeIDLabel.Text = "Office ID:";
- //
- // birthdateLabel
- //
- birthdateLabel.AutoSize = true;
- birthdateLabel.Font = new System.Drawing.Font("Tw Cen MT", 11.25F);
- birthdateLabel.Location = new System.Drawing.Point(22, 169);
- birthdateLabel.Name = "birthdateLabel";
- birthdateLabel.Size = new System.Drawing.Size(66, 17);
- birthdateLabel.TabIndex = 8;
- birthdateLabel.Text = "Birthdate:";
- //
- // passwordLabel
- //
- passwordLabel.AutoSize = true;
- passwordLabel.Font = new System.Drawing.Font("Tw Cen MT", 11.25F);
- passwordLabel.Location = new System.Drawing.Point(18, 205);
- passwordLabel.Name = "passwordLabel";
- passwordLabel.Size = new System.Drawing.Size(68, 17);
- passwordLabel.TabIndex = 10;
- passwordLabel.Text = "Password:";
- //
- // roleIDLabel
- //
- roleIDLabel.AutoSize = true;
- roleIDLabel.Font = new System.Drawing.Font("Tw Cen MT", 11.25F);
- roleIDLabel.Location = new System.Drawing.Point(28, 246);
- roleIDLabel.Name = "roleIDLabel";
- roleIDLabel.Size = new System.Drawing.Size(54, 17);
- roleIDLabel.TabIndex = 17;
- roleIDLabel.Text = "Role ID:";
- //
- // 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;
- //
- // email
- //
- this.email.Location = new System.Drawing.Point(91, 24);
- this.email.Name = "email";
- this.email.Size = new System.Drawing.Size(163, 20);
- this.email.TabIndex = 11;
- //
- // firstname
- //
- this.firstname.Location = new System.Drawing.Point(91, 59);
- this.firstname.Name = "firstname";
- this.firstname.Size = new System.Drawing.Size(163, 20);
- this.firstname.TabIndex = 12;
- //
- // lastname
- //
- this.lastname.Location = new System.Drawing.Point(91, 95);
- this.lastname.Name = "lastname";
- this.lastname.Size = new System.Drawing.Size(163, 20);
- this.lastname.TabIndex = 13;
- //
- // password
- //
- this.password.Location = new System.Drawing.Point(91, 202);
- this.password.Name = "password";
- this.password.Size = new System.Drawing.Size(163, 20);
- this.password.TabIndex = 14;
- //
- // officeid
- //
- this.officeid.DataSource = this.lyahov_portDataSet;
- this.officeid.DisplayMember = "Users.OfficeID";
- this.officeid.FormattingEnabled = true;
- this.officeid.Location = new System.Drawing.Point(91, 126);
- this.officeid.Name = "officeid";
- this.officeid.Size = new System.Drawing.Size(163, 21);
- this.officeid.TabIndex = 15;
- this.officeid.ValueMember = "Users.OfficeID";
- //
- // birthdate
- //
- this.birthdate.Location = new System.Drawing.Point(91, 169);
- this.birthdate.Name = "birthdate";
- this.birthdate.Size = new System.Drawing.Size(163, 20);
- this.birthdate.TabIndex = 16;
- //
- // Save
- //
- this.Save.Font = new System.Drawing.Font("Tw Cen MT", 11.25F);
- this.Save.Location = new System.Drawing.Point(25, 281);
- this.Save.Name = "Save";
- this.Save.Size = new System.Drawing.Size(75, 23);
- this.Save.TabIndex = 17;
- this.Save.Text = "Save";
- this.Save.UseVisualStyleBackColor = true;
- this.Save.Click += new System.EventHandler(this.Save_Click_1);
- //
- // roleid
- //
- this.roleid.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.usersBindingSource, "RoleID", true));
- this.roleid.Location = new System.Drawing.Point(91, 243);
- this.roleid.Name = "roleid";
- this.roleid.Size = new System.Drawing.Size(163, 20);
- this.roleid.TabIndex = 18;
- //
- // Cancel
- //
- this.Cancel.Font = new System.Drawing.Font("Tw Cen MT", 11.25F);
- this.Cancel.Location = new System.Drawing.Point(179, 281);
- this.Cancel.Name = "Cancel";
- this.Cancel.Size = new System.Drawing.Size(75, 23);
- this.Cancel.TabIndex = 19;
- this.Cancel.Text = "Cancel";
- this.Cancel.UseVisualStyleBackColor = true;
- this.Cancel.Click += new System.EventHandler(this.Cancel_Click);
- //
- // Form4
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(315, 321);
- this.Controls.Add(this.Cancel);
- this.Controls.Add(roleIDLabel);
- this.Controls.Add(this.roleid);
- this.Controls.Add(this.Save);
- this.Controls.Add(this.birthdate);
- this.Controls.Add(this.officeid);
- this.Controls.Add(this.password);
- this.Controls.Add(this.lastname);
- this.Controls.Add(this.firstname);
- this.Controls.Add(this.email);
- this.Controls.Add(passwordLabel);
- this.Controls.Add(birthdateLabel);
- this.Controls.Add(officeIDLabel);
- this.Controls.Add(lastNameLabel);
- this.Controls.Add(firstNameLabel);
- this.Controls.Add(emailLabel);
- this.Name = "Form4";
- this.Text = "Add user";
- this.Load += new System.EventHandler(this.Form4_Load);
- ((System.ComponentModel.ISupportInitialize)(this.lyahov_portDataSet)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.usersBindingSource)).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.TextBox email;
- private System.Windows.Forms.TextBox firstname;
- private System.Windows.Forms.TextBox lastname;
- private System.Windows.Forms.TextBox password;
- private System.Windows.Forms.ComboBox officeid;
- private System.Windows.Forms.DateTimePicker birthdate;
- private System.Windows.Forms.Button Save;
- private System.Windows.Forms.TextBox roleid;
- private System.Windows.Forms.Button Cancel;
- }
- }
|