namespace proba { partial class EmployeeAdd { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EmployeeAdd)); this.text_id_pol = new System.Windows.Forms.ComboBox(); this.polBindingSource = new System.Windows.Forms.BindingSource(this.components); this.vINILDataSetPolBindingSource = new System.Windows.Forms.BindingSource(this.components); this.vINILDataSet_Pol = new proba.VINILDataSet_Pol(); this.label8 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.surname = new System.Windows.Forms.TextBox(); this.name = new System.Windows.Forms.TextBox(); this.date_of_birth = new System.Windows.Forms.TextBox(); this.patronymic = new System.Windows.Forms.TextBox(); this.phone = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.PoleReg1 = new System.Windows.Forms.TextBox(); this.textPassword = new System.Windows.Forms.TextBox(); this.button_save = new System.Windows.Forms.Button(); this.button_back = new System.Windows.Forms.Button(); this.polTableAdapter = new proba.VINILDataSet_PolTableAdapters.PolTableAdapter(); ((System.ComponentModel.ISupportInitialize)(this.polBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.vINILDataSetPolBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.vINILDataSet_Pol)).BeginInit(); this.SuspendLayout(); // // text_id_pol // this.text_id_pol.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.polBindingSource, "id_pol", true)); this.text_id_pol.DataSource = this.polBindingSource; this.text_id_pol.DisplayMember = "pol"; this.text_id_pol.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.text_id_pol.FormattingEnabled = true; this.text_id_pol.Location = new System.Drawing.Point(191, 165); this.text_id_pol.Name = "text_id_pol"; this.text_id_pol.Size = new System.Drawing.Size(210, 28); this.text_id_pol.TabIndex = 49; this.text_id_pol.ValueMember = "id_pol"; // // polBindingSource // this.polBindingSource.DataMember = "Pol"; this.polBindingSource.DataSource = this.vINILDataSetPolBindingSource; // // vINILDataSetPolBindingSource // this.vINILDataSetPolBindingSource.DataSource = this.vINILDataSet_Pol; this.vINILDataSetPolBindingSource.Position = 0; // // vINILDataSet_Pol // this.vINILDataSet_Pol.DataSetName = "VINILDataSet_Pol"; this.vINILDataSet_Pol.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // label8 // this.label8.AutoSize = true; this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label8.Location = new System.Drawing.Point(63, 261); this.label8.Name = "label8"; this.label8.RightToLeft = System.Windows.Forms.RightToLeft.No; this.label8.Size = new System.Drawing.Size(90, 24); this.label8.TabIndex = 48; this.label8.Text = "Телефон"; // // label7 // this.label7.AutoSize = true; this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label7.Location = new System.Drawing.Point(63, 213); this.label7.Name = "label7"; this.label7.RightToLeft = System.Windows.Forms.RightToLeft.No; this.label7.Size = new System.Drawing.Size(150, 24); this.label7.TabIndex = 47; this.label7.Text = "Дата рождения"; // // label6 // this.label6.AutoSize = true; this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label6.Location = new System.Drawing.Point(63, 165); this.label6.Name = "label6"; this.label6.RightToLeft = System.Windows.Forms.RightToLeft.No; this.label6.Size = new System.Drawing.Size(44, 24); this.label6.TabIndex = 46; this.label6.Text = "Пол"; // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label5.Location = new System.Drawing.Point(63, 117); this.label5.Name = "label5"; this.label5.RightToLeft = System.Windows.Forms.RightToLeft.No; this.label5.Size = new System.Drawing.Size(98, 24); this.label5.TabIndex = 45; this.label5.Text = "Отчество"; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label4.Location = new System.Drawing.Point(63, 68); this.label4.Name = "label4"; this.label4.RightToLeft = System.Windows.Forms.RightToLeft.No; this.label4.Size = new System.Drawing.Size(46, 24); this.label4.TabIndex = 44; this.label4.Text = "Имя"; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label3.Location = new System.Drawing.Point(63, 26); this.label3.Name = "label3"; this.label3.RightToLeft = System.Windows.Forms.RightToLeft.No; this.label3.Size = new System.Drawing.Size(91, 24); this.label3.TabIndex = 43; this.label3.Text = "Фамилия"; // // surname // this.surname.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F); this.surname.Location = new System.Drawing.Point(170, 23); this.surname.MaxLength = 25; this.surname.Name = "surname"; this.surname.Size = new System.Drawing.Size(231, 26); this.surname.TabIndex = 42; // // name // this.name.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F); this.name.Location = new System.Drawing.Point(170, 68); this.name.MaxLength = 25; this.name.Name = "name"; this.name.Size = new System.Drawing.Size(231, 26); this.name.TabIndex = 41; // // date_of_birth // this.date_of_birth.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F); this.date_of_birth.Location = new System.Drawing.Point(230, 213); this.date_of_birth.MaxLength = 11; this.date_of_birth.Name = "date_of_birth"; this.date_of_birth.ShortcutsEnabled = false; this.date_of_birth.Size = new System.Drawing.Size(171, 26); this.date_of_birth.TabIndex = 40; // // patronymic // this.patronymic.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F); this.patronymic.Location = new System.Drawing.Point(170, 117); this.patronymic.MaxLength = 25; this.patronymic.Name = "patronymic"; this.patronymic.Size = new System.Drawing.Size(231, 26); this.patronymic.TabIndex = 39; // // phone // this.phone.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F); this.phone.Location = new System.Drawing.Point(170, 259); this.phone.MaxLength = 11; this.phone.Name = "phone"; this.phone.ShortcutsEnabled = false; this.phone.Size = new System.Drawing.Size(231, 26); this.phone.TabIndex = 38; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label2.Location = new System.Drawing.Point(63, 303); this.label2.Name = "label2"; this.label2.RightToLeft = System.Windows.Forms.RightToLeft.No; this.label2.Size = new System.Drawing.Size(64, 24); this.label2.TabIndex = 52; this.label2.Text = "Логин"; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label1.Location = new System.Drawing.Point(63, 349); this.label1.Name = "label1"; this.label1.RightToLeft = System.Windows.Forms.RightToLeft.No; this.label1.Size = new System.Drawing.Size(76, 24); this.label1.TabIndex = 51; this.label1.Text = "Пароль"; // // PoleReg1 // this.PoleReg1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F); this.PoleReg1.Location = new System.Drawing.Point(170, 303); this.PoleReg1.MaxLength = 25; this.PoleReg1.Name = "PoleReg1"; this.PoleReg1.ShortcutsEnabled = false; this.PoleReg1.Size = new System.Drawing.Size(231, 26); this.PoleReg1.TabIndex = 50; // // textPassword // this.textPassword.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F); this.textPassword.Location = new System.Drawing.Point(170, 347); this.textPassword.MaxLength = 25; this.textPassword.Name = "textPassword"; this.textPassword.ShortcutsEnabled = false; this.textPassword.Size = new System.Drawing.Size(231, 26); this.textPassword.TabIndex = 50; // // button_save // this.button_save.BackColor = System.Drawing.Color.Gray; this.button_save.Cursor = System.Windows.Forms.Cursors.Hand; this.button_save.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button_save.ForeColor = System.Drawing.SystemColors.ButtonHighlight; this.button_save.Location = new System.Drawing.Point(307, 406); this.button_save.Name = "button_save"; this.button_save.Size = new System.Drawing.Size(111, 30); this.button_save.TabIndex = 54; this.button_save.Text = "Сохранить"; this.button_save.UseVisualStyleBackColor = false; this.button_save.Click += new System.EventHandler(this.button_save_Click); // // button_back // this.button_back.BackColor = System.Drawing.Color.Gray; this.button_back.Cursor = System.Windows.Forms.Cursors.Hand; this.button_back.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button_back.ForeColor = System.Drawing.SystemColors.ButtonHighlight; this.button_back.Location = new System.Drawing.Point(50, 406); this.button_back.Name = "button_back"; this.button_back.Size = new System.Drawing.Size(111, 30); this.button_back.TabIndex = 53; this.button_back.Text = "Назад"; this.button_back.UseVisualStyleBackColor = false; this.button_back.Click += new System.EventHandler(this.button_back_Click); // // polTableAdapter // this.polTableAdapter.ClearBeforeFill = true; // // EmployeeAdd // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(133)))), ((int)(((byte)(173))))); this.ClientSize = new System.Drawing.Size(467, 450); this.Controls.Add(this.button_save); this.Controls.Add(this.button_back); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.textPassword); this.Controls.Add(this.PoleReg1); this.Controls.Add(this.text_id_pol); this.Controls.Add(this.label8); this.Controls.Add(this.label7); this.Controls.Add(this.label6); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.surname); this.Controls.Add(this.name); this.Controls.Add(this.date_of_birth); this.Controls.Add(this.patronymic); this.Controls.Add(this.phone); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximumSize = new System.Drawing.Size(483, 489); this.MinimumSize = new System.Drawing.Size(483, 489); this.Name = "EmployeeAdd"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Добавление сотрудника"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.global_FormClosed); this.Load += new System.EventHandler(this.EmployeeAdd_Load); ((System.ComponentModel.ISupportInitialize)(this.polBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.vINILDataSetPolBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.vINILDataSet_Pol)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ComboBox text_id_pol; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox surname; private System.Windows.Forms.TextBox name; private System.Windows.Forms.TextBox date_of_birth; private System.Windows.Forms.TextBox patronymic; private System.Windows.Forms.TextBox phone; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox PoleReg1; private System.Windows.Forms.TextBox textPassword; private System.Windows.Forms.Button button_save; private System.Windows.Forms.Button button_back; private System.Windows.Forms.BindingSource vINILDataSetPolBindingSource; private VINILDataSet_Pol vINILDataSet_Pol; private System.Windows.Forms.BindingSource polBindingSource; private VINILDataSet_PolTableAdapters.PolTableAdapter polTableAdapter; } }