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

                      this.lstEmploys.UseCompatibleStateImageBehavior = false;

                      this.lstEmploys.View = System.Windows.Forms.View.Details;

                      this.lstEmploys.VirtualMode = true;

                      this.lstEmploys.SelectedIndexChanged += new System.EventHandler(this.lstEmploys_SelectedIndexChanged);

                      this.lstEmploys.MouseUp += new System.Windows.Forms.MouseEventHandler(this.lstEmploys_MouseUp);

                      this.lstEmploys.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.lstEmploys_ColumnClick);

                      this.lstEmploys.RetrieveVirtualItem += new System.Windows.Forms.RetrieveVirtualItemEventHandler(this.lstEmploys_RetrieveVirtualItem);

                      //

                      // columnName

                      //

                      this.columnName.Text = "Сотрудник";

                      this.columnName.Width = 192;

                      //

                      // employeeAction

                      //

                      this.employeeAction.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {

            this.добавитьToolStripMenuItem,

            this.уволитьToolStripMenuItem,

            this.сменитьУчетныеДанныеToolStripMenuItem,

            this.устроитьНаToolStripMenuItem});

                      this.employeeAction.Name = "employeeAction";

                      this.employeeAction.Size = new System.Drawing.Size(218, 92);

                      //

                      // добавитьToolStripMenuItem

                      //

                      this.добавитьToolStripMenuItem.Name = "добавитьToolStripMenuItem";

                      this.добавитьToolStripMenuItem.Size = new System.Drawing.Size(217, 22);

                      this.добавитьToolStripMenuItem.Text = "Добавить";

                      this.добавитьToolStripMenuItem.Click += new System.EventHandler(this.добавитьToolStripMenuItem_Click);

                      //

                      // уволитьToolStripMenuItem

                      //

                      this.уволитьToolStripMenuItem.Name = "уволитьToolStripMenuItem";

                      this.уволитьToolStripMenuItem.Size = new System.Drawing.Size(217, 22);

                      this.уволитьToolStripMenuItem.Text = "Уволить";

                      this.уволитьToolStripMenuItem.Click += new System.EventHandler(this.уволитьToolStripMenuItem_Click);

                      //

                      // сменитьУчетныеДанныеToolStripMenuItem

                      //

                      this.сменитьУчетныеДанныеToolStripMenuItem.Name = "сменитьУчетныеДанныеToolStripMenuItem";

                      this.сменитьУчетныеДанныеToolStripMenuItem.Size = new System.Drawing.Size(217, 22);

                      this.сменитьУчетныеДанныеToolStripMenuItem.Text = "Сменить учетные данные";

                      this.сменитьУчетныеДанныеToolStripMenuItem.Click += new System.EventHandler(this.сменитьУчетныеДанныеToolStripMenuItem_Click);

                      //

                      // устроитьНаToolStripMenuItem

                      //

                      this.устроитьНаToolStripMenuItem.Name = "устроитьНаToolStripMenuItem";

                      this.устроитьНаToolStripMenuItem.Size = new System.Drawing.Size(217, 22);

                      this.устроитьНаToolStripMenuItem.Text = "Восстановить";

                      this.устроитьНаToolStripMenuItem.Click += new System.EventHandler(this.устроитьНаРаботуToolStripMenuItem_Click);

                      //

                      // showActive

                      //

                      this.showActive.AutoSize = true;

                      this.showActive.Checked = global::MentalHospital.Properties.Settings.Default.EmployesShowActive;

                      this.showActive.CheckState = System.Windows.Forms.CheckState.Checked;

                      this.showActive.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::MentalHospital.Properties.Settings.Default, "EmployesShowActive", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));

                      this.showActive.Location = new System.Drawing.Point(13, 229);

                      this.showActive.Name = "showActive";

                      this.showActive.Size = new System.Drawing.Size(201, 17);

                      this.showActive.TabIndex = 1;

                      this.showActive.Text = "Показывать текущих сотрудников";

                      this.showActive.UseVisualStyleBackColor = true;

                      this.showActive.CheckedChanged += new System.EventHandler(this.showActive_CheckedChanged);

                      //

                      // employeeImage

                      //

                      this.employeeImage.AllowDrop = true;

                      this.employeeImage.Location = new System.Drawing.Point(506, 12);

                      this.employeeImage.Name = "employeeImage";

                      this.employeeImage.Size = new System.Drawing.Size(160, 210);

                      this.employeeImage.TabIndex = 3;

                      //

                      // EmployesForm

                      //

                      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);

                      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;

                      this.ClientSize = new System.Drawing.Size(677, 259);

                      this.Controls.Add(this.employeeImage);

                      this.Controls.Add(this.showActive);

                      this.Controls.Add(this.lstEmploys);

                      this.Controls.Add(this.tableLayoutPanel1);

                      this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;