База данных для хранения и обработки информации, которая требуется типичной психиатрической больнице, страница 3

                              Program.ShowError(this, excpt);

                      }

               }

       }

}

       partial class EmployesForm

       {

               /// <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();

                      this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();

                      this.label1 = new System.Windows.Forms.Label();

                      this.label2 = new System.Windows.Forms.Label();

                      this.label3 = new System.Windows.Forms.Label();

                      this.txtName = new System.Windows.Forms.TextBox();

                      this.txtSurname = new System.Windows.Forms.TextBox();

                      this.txtPatronymic = new System.Windows.Forms.TextBox();

                      this.txtPlacementDate = new System.Windows.Forms.TextBox();

                      this.label4 = new System.Windows.Forms.Label();

                      this.label5 = new System.Windows.Forms.Label();

                      this.txtBirthDate = new System.Windows.Forms.TextBox();

                      this.txtPassport = new System.Windows.Forms.TextBox();

                      this.label6 = new System.Windows.Forms.Label();

                      this.label8 = new System.Windows.Forms.Label();

                      this.txtFired = new System.Windows.Forms.TextBox();

                      this.txtPhone = new System.Windows.Forms.TextBox();

                      this.label7 = new System.Windows.Forms.Label();

                      this.label9 = new System.Windows.Forms.Label();

                      this.cmbPost = new System.Windows.Forms.ComboBox();

                      this.lstEmploys = new System.Windows.Forms.ListView();

                      this.columnName = new System.Windows.Forms.ColumnHeader();

                      this.employeeAction = new System.Windows.Forms.ContextMenuStrip(this.components);

                      this.добавитьToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();

                      this.уволитьToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();

                      this.сменитьУчетныеДанныеToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();

                      this.устроитьНаToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();

                      this.showActive = new System.Windows.Forms.CheckBox();

                      this.employeeImage = new MentalHospital.CustomizedImage();

                      this.tableLayoutPanel1.SuspendLayout();

                      this.employeeAction.SuspendLayout();

                      this.SuspendLayout();

                      //

                      // tableLayoutPanel1

                      //

                      this.tableLayoutPanel1.ColumnCount = 2;

                      this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 40.37037F));

                      this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 59.62963F));

                      this.tableLayoutPanel1.Controls.Add(this.label3, 0, 2);

                      this.tableLayoutPanel1.Controls.Add(this.txtPatronymic, 1, 2);

                      this.tableLayoutPanel1.Controls.Add(this.txtPlacementDate, 1, 5);

                      this.tableLayoutPanel1.Controls.Add(this.label4, 0, 4);

                      this.tableLayoutPanel1.Controls.Add(this.label5, 0, 3);

                      this.tableLayoutPanel1.Controls.Add(this.txtBirthDate, 1, 4);

                      this.tableLayoutPanel1.Controls.Add(this.txtPassport, 1, 3);

                      this.tableLayoutPanel1.Controls.Add(this.label6, 0, 5);

                      this.tableLayoutPanel1.Controls.Add(this.label8, 0, 6);

                      this.tableLayoutPanel1.Controls.Add(this.txtFired, 1, 6);

                      this.tableLayoutPanel1.Controls.Add(this.txtPhone, 1, 8);

                      this.tableLayoutPanel1.Controls.Add(this.label7, 0, 8);

                      this.tableLayoutPanel1.Controls.Add(this.label9, 0, 7);

                      this.tableLayoutPanel1.Controls.Add(this.cmbPost, 1, 7);

                      this.tableLayoutPanel1.Controls.Add(this.txtName, 1, 1);

                      this.tableLayoutPanel1.Controls.Add(this.txtSurname, 1, 0);

                      this.tableLayoutPanel1.Controls.Add(this.label1, 0, 1);

                      this.tableLayoutPanel1.Controls.Add(this.label2, 0, 0);

                      this.tableLayoutPanel1.Location = new System.Drawing.Point(229, 12);

                      this.tableLayoutPanel1.Name = "tableLayoutPanel1";

                      this.tableLayoutPanel1.RowCount = 9;