299 lines
13 KiB
C#
299 lines
13 KiB
C#
|
||
namespace Diplom_O
|
||
{
|
||
partial class ChelForm
|
||
{
|
||
/// <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.menuStrip = new System.Windows.Forms.MenuStrip();
|
||
this.shtatMI = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.chelRodMI = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.rabitnikiMI = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.stajMI = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.learnMI = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.otpBolMI = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.детиToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.настройкиToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.errorLabel = new System.Windows.Forms.ToolStripStatusLabel();
|
||
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
|
||
this.chelGridView = new System.Windows.Forms.DataGridView();
|
||
this.delButton = new System.Windows.Forms.Button();
|
||
this.changeButton = new System.Windows.Forms.Button();
|
||
this.addButton = new System.Windows.Forms.Button();
|
||
this.showWorkerCheckBox = new System.Windows.Forms.CheckBox();
|
||
this.dropFindButton = new System.Windows.Forms.Button();
|
||
this.label1 = new System.Windows.Forms.Label();
|
||
this.findBox = new System.Windows.Forms.TextBox();
|
||
this.selectButton = new System.Windows.Forms.Button();
|
||
this.menuStrip.SuspendLayout();
|
||
this.statusStrip1.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.chelGridView)).BeginInit();
|
||
this.SuspendLayout();
|
||
//
|
||
// menuStrip
|
||
//
|
||
this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||
this.shtatMI,
|
||
this.chelRodMI,
|
||
this.rabitnikiMI,
|
||
this.stajMI,
|
||
this.learnMI,
|
||
this.otpBolMI,
|
||
this.детиToolStripMenuItem,
|
||
this.настройкиToolStripMenuItem});
|
||
this.menuStrip.Location = new System.Drawing.Point(0, 0);
|
||
this.menuStrip.Name = "menuStrip";
|
||
this.menuStrip.Size = new System.Drawing.Size(1328, 24);
|
||
this.menuStrip.TabIndex = 1;
|
||
this.menuStrip.Text = "menuStrip1";
|
||
this.menuStrip.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.upperMenuClicked);
|
||
//
|
||
// shtatMI
|
||
//
|
||
this.shtatMI.Name = "shtatMI";
|
||
this.shtatMI.Size = new System.Drawing.Size(139, 20);
|
||
this.shtatMI.Text = "Актуальные вакансии";
|
||
//
|
||
// chelRodMI
|
||
//
|
||
this.chelRodMI.Name = "chelRodMI";
|
||
this.chelRodMI.Size = new System.Drawing.Size(50, 20);
|
||
this.chelRodMI.Text = "Люди";
|
||
//
|
||
// rabitnikiMI
|
||
//
|
||
this.rabitnikiMI.Name = "rabitnikiMI";
|
||
this.rabitnikiMI.Size = new System.Drawing.Size(85, 20);
|
||
this.rabitnikiMI.Text = "Сотрудники";
|
||
//
|
||
// stajMI
|
||
//
|
||
this.stajMI.Name = "stajMI";
|
||
this.stajMI.Size = new System.Drawing.Size(47, 20);
|
||
this.stajMI.Text = "Стаж";
|
||
//
|
||
// learnMI
|
||
//
|
||
this.learnMI.Name = "learnMI";
|
||
this.learnMI.Size = new System.Drawing.Size(92, 20);
|
||
this.learnMI.Text = "Образование";
|
||
//
|
||
// otpBolMI
|
||
//
|
||
this.otpBolMI.Name = "otpBolMI";
|
||
this.otpBolMI.Size = new System.Drawing.Size(100, 20);
|
||
this.otpBolMI.Text = "Отпуск/Больн.";
|
||
//
|
||
// детиToolStripMenuItem
|
||
//
|
||
this.детиToolStripMenuItem.Name = "детиToolStripMenuItem";
|
||
this.детиToolStripMenuItem.Size = new System.Drawing.Size(45, 20);
|
||
this.детиToolStripMenuItem.Text = "Дети";
|
||
//
|
||
// настройкиToolStripMenuItem
|
||
//
|
||
this.настройкиToolStripMenuItem.Name = "настройкиToolStripMenuItem";
|
||
this.настройкиToolStripMenuItem.Size = new System.Drawing.Size(79, 20);
|
||
this.настройкиToolStripMenuItem.Text = "Настройки";
|
||
//
|
||
// errorLabel
|
||
//
|
||
this.errorLabel.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
|
||
this.errorLabel.ForeColor = System.Drawing.Color.Red;
|
||
this.errorLabel.Name = "errorLabel";
|
||
this.errorLabel.Size = new System.Drawing.Size(137, 17);
|
||
this.errorLabel.Text = "Отображение ошибки";
|
||
this.errorLabel.Visible = false;
|
||
//
|
||
// statusStrip1
|
||
//
|
||
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||
this.errorLabel});
|
||
this.statusStrip1.Location = new System.Drawing.Point(0, 772);
|
||
this.statusStrip1.Name = "statusStrip1";
|
||
this.statusStrip1.Size = new System.Drawing.Size(1328, 22);
|
||
this.statusStrip1.TabIndex = 16;
|
||
this.statusStrip1.Text = "statusStrip1";
|
||
//
|
||
// chelGridView
|
||
//
|
||
this.chelGridView.AllowUserToAddRows = false;
|
||
this.chelGridView.AllowUserToDeleteRows = false;
|
||
this.chelGridView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
||
| System.Windows.Forms.AnchorStyles.Left)
|
||
| System.Windows.Forms.AnchorStyles.Right)));
|
||
this.chelGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
||
this.chelGridView.Location = new System.Drawing.Point(12, 56);
|
||
this.chelGridView.MultiSelect = false;
|
||
this.chelGridView.Name = "chelGridView";
|
||
this.chelGridView.ReadOnly = true;
|
||
this.chelGridView.RowHeadersVisible = false;
|
||
this.chelGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
||
this.chelGridView.Size = new System.Drawing.Size(1304, 684);
|
||
this.chelGridView.TabIndex = 11;
|
||
//
|
||
// delButton
|
||
//
|
||
this.delButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||
this.delButton.Location = new System.Drawing.Point(1241, 27);
|
||
this.delButton.Name = "delButton";
|
||
this.delButton.Size = new System.Drawing.Size(75, 23);
|
||
this.delButton.TabIndex = 2;
|
||
this.delButton.Text = "Удалить";
|
||
this.delButton.UseVisualStyleBackColor = true;
|
||
this.delButton.Click += new System.EventHandler(this.delButton_Click);
|
||
//
|
||
// changeButton
|
||
//
|
||
this.changeButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||
this.changeButton.Location = new System.Drawing.Point(1160, 27);
|
||
this.changeButton.Name = "changeButton";
|
||
this.changeButton.Size = new System.Drawing.Size(75, 23);
|
||
this.changeButton.TabIndex = 1;
|
||
this.changeButton.Text = "Изменить";
|
||
this.changeButton.UseVisualStyleBackColor = true;
|
||
this.changeButton.Click += new System.EventHandler(this.changeButton_Click);
|
||
//
|
||
// addButton
|
||
//
|
||
this.addButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||
this.addButton.Location = new System.Drawing.Point(1079, 27);
|
||
this.addButton.Name = "addButton";
|
||
this.addButton.Size = new System.Drawing.Size(75, 23);
|
||
this.addButton.TabIndex = 0;
|
||
this.addButton.Text = "Добавить";
|
||
this.addButton.UseVisualStyleBackColor = true;
|
||
this.addButton.Click += new System.EventHandler(this.addButton_Click);
|
||
//
|
||
// showWorkerCheckBox
|
||
//
|
||
this.showWorkerCheckBox.AutoSize = true;
|
||
this.showWorkerCheckBox.Checked = true;
|
||
this.showWorkerCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
|
||
this.showWorkerCheckBox.Location = new System.Drawing.Point(15, 31);
|
||
this.showWorkerCheckBox.Name = "showWorkerCheckBox";
|
||
this.showWorkerCheckBox.Size = new System.Drawing.Size(165, 17);
|
||
this.showWorkerCheckBox.TabIndex = 3;
|
||
this.showWorkerCheckBox.Text = "Показать трудоустроенных";
|
||
this.showWorkerCheckBox.UseVisualStyleBackColor = true;
|
||
this.showWorkerCheckBox.CheckedChanged += new System.EventHandler(this.showWorker_CheckedChanged);
|
||
//
|
||
// dropFindButton
|
||
//
|
||
this.dropFindButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||
this.dropFindButton.Location = new System.Drawing.Point(1241, 746);
|
||
this.dropFindButton.Name = "dropFindButton";
|
||
this.dropFindButton.Size = new System.Drawing.Size(75, 23);
|
||
this.dropFindButton.TabIndex = 5;
|
||
this.dropFindButton.Text = "Сбросить";
|
||
this.dropFindButton.UseVisualStyleBackColor = true;
|
||
this.dropFindButton.Click += new System.EventHandler(this.dropFindButton_Click);
|
||
//
|
||
// label1
|
||
//
|
||
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||
this.label1.AutoSize = true;
|
||
this.label1.Location = new System.Drawing.Point(12, 751);
|
||
this.label1.Name = "label1";
|
||
this.label1.Size = new System.Drawing.Size(39, 13);
|
||
this.label1.TabIndex = 28;
|
||
this.label1.Text = "Поиск";
|
||
//
|
||
// findBox
|
||
//
|
||
this.findBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
||
| System.Windows.Forms.AnchorStyles.Right)));
|
||
this.findBox.Location = new System.Drawing.Point(57, 748);
|
||
this.findBox.Name = "findBox";
|
||
this.findBox.Size = new System.Drawing.Size(1178, 20);
|
||
this.findBox.TabIndex = 4;
|
||
this.findBox.TextChanged += new System.EventHandler(this.findBox_TextChanged);
|
||
//
|
||
// selectButton
|
||
//
|
||
this.selectButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||
this.selectButton.Location = new System.Drawing.Point(998, 27);
|
||
this.selectButton.Name = "selectButton";
|
||
this.selectButton.Size = new System.Drawing.Size(75, 23);
|
||
this.selectButton.TabIndex = 29;
|
||
this.selectButton.Text = "Выбрать";
|
||
this.selectButton.UseVisualStyleBackColor = true;
|
||
this.selectButton.Click += new System.EventHandler(this.selectButton_Click);
|
||
//
|
||
// ChelForm
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.ClientSize = new System.Drawing.Size(1328, 794);
|
||
this.Controls.Add(this.selectButton);
|
||
this.Controls.Add(this.chelGridView);
|
||
this.Controls.Add(this.delButton);
|
||
this.Controls.Add(this.changeButton);
|
||
this.Controls.Add(this.addButton);
|
||
this.Controls.Add(this.showWorkerCheckBox);
|
||
this.Controls.Add(this.dropFindButton);
|
||
this.Controls.Add(this.label1);
|
||
this.Controls.Add(this.findBox);
|
||
this.Controls.Add(this.statusStrip1);
|
||
this.Controls.Add(this.menuStrip);
|
||
this.Name = "ChelForm";
|
||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||
this.Text = "Люди";
|
||
this.menuStrip.ResumeLayout(false);
|
||
this.menuStrip.PerformLayout();
|
||
this.statusStrip1.ResumeLayout(false);
|
||
this.statusStrip1.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.chelGridView)).EndInit();
|
||
this.ResumeLayout(false);
|
||
this.PerformLayout();
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private System.Windows.Forms.MenuStrip menuStrip;
|
||
private System.Windows.Forms.ToolStripMenuItem shtatMI;
|
||
private System.Windows.Forms.ToolStripMenuItem rabitnikiMI;
|
||
private System.Windows.Forms.ToolStripMenuItem otpBolMI;
|
||
private System.Windows.Forms.ToolStripMenuItem chelRodMI;
|
||
private System.Windows.Forms.ToolStripStatusLabel errorLabel;
|
||
private System.Windows.Forms.StatusStrip statusStrip1;
|
||
private System.Windows.Forms.DataGridView chelGridView;
|
||
private System.Windows.Forms.Button delButton;
|
||
private System.Windows.Forms.Button changeButton;
|
||
private System.Windows.Forms.Button addButton;
|
||
private System.Windows.Forms.CheckBox showWorkerCheckBox;
|
||
private System.Windows.Forms.Button dropFindButton;
|
||
private System.Windows.Forms.Label label1;
|
||
private System.Windows.Forms.TextBox findBox;
|
||
private System.Windows.Forms.ToolStripMenuItem детиToolStripMenuItem;
|
||
private System.Windows.Forms.Button selectButton;
|
||
private System.Windows.Forms.ToolStripMenuItem stajMI;
|
||
private System.Windows.Forms.ToolStripMenuItem learnMI;
|
||
private System.Windows.Forms.ToolStripMenuItem настройкиToolStripMenuItem;
|
||
}
|
||
} |