namespace Diplom_O
{
partial class StajForm
{
///
/// 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.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.errorLabel = new System.Windows.Forms.ToolStripStatusLabel();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.stajGridView = new System.Windows.Forms.DataGridView();
this.linkRabLabel = new System.Windows.Forms.LinkLabel();
this.label2 = new System.Windows.Forms.Label();
this.addStajButton = new System.Windows.Forms.Button();
this.label3 = new System.Windows.Forms.Label();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.dayTB = new System.Windows.Forms.TextBox();
this.monthTB = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.yearTB = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.addRadioButton = new System.Windows.Forms.RadioButton();
this.delRadioButton = new System.Windows.Forms.RadioButton();
this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
this.button1 = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.настройкиToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.menuStrip.SuspendLayout();
this.statusStrip1.SuspendLayout();
this.groupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.stajGridView)).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(705, 24);
this.menuStrip.TabIndex = 30;
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 = "Дети";
//
// 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, 432);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Size = new System.Drawing.Size(705, 22);
this.statusStrip1.TabIndex = 37;
this.statusStrip1.Text = "statusStrip1";
//
// groupBox2
//
this.groupBox2.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.groupBox2.Controls.Add(this.stajGridView);
this.groupBox2.Location = new System.Drawing.Point(13, 113);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(678, 316);
this.groupBox2.TabIndex = 40;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "Стаж";
//
// stajGridView
//
this.stajGridView.AllowUserToAddRows = false;
this.stajGridView.AllowUserToDeleteRows = false;
this.stajGridView.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.stajGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.stajGridView.Location = new System.Drawing.Point(6, 19);
this.stajGridView.MultiSelect = false;
this.stajGridView.Name = "stajGridView";
this.stajGridView.ReadOnly = true;
this.stajGridView.RowHeadersVisible = false;
this.stajGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.stajGridView.Size = new System.Drawing.Size(666, 291);
this.stajGridView.TabIndex = 37;
//
// linkRabLabel
//
this.linkRabLabel.AutoSize = true;
this.linkRabLabel.Location = new System.Drawing.Point(76, 32);
this.linkRabLabel.Name = "linkRabLabel";
this.linkRabLabel.Size = new System.Drawing.Size(121, 13);
this.linkRabLabel.TabIndex = 41;
this.linkRabLabel.TabStop = true;
this.linkRabLabel.Text = "Выбрать сотрудника...";
this.linkRabLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkRabLabel_LinkClicked);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(12, 32);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(69, 13);
this.label2.TabIndex = 42;
this.label2.Text = "Сотрудники:";
//
// addStajButton
//
this.addStajButton.Location = new System.Drawing.Point(616, 53);
this.addStajButton.Name = "addStajButton";
this.addStajButton.Size = new System.Drawing.Size(75, 51);
this.addStajButton.TabIndex = 47;
this.addStajButton.Text = "Установить";
this.addStajButton.UseVisualStyleBackColor = true;
this.addStajButton.Click += new System.EventHandler(this.addStajButton_Click);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(10, 60);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(63, 13);
this.label3.TabIndex = 48;
this.label3.Text = "Тип стажа:";
//
// comboBox1
//
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Location = new System.Drawing.Point(79, 57);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(530, 21);
this.comboBox1.TabIndex = 49;
this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.typeStajChanged);
this.comboBox1.SelectedValueChanged += new System.EventHandler(this.typeStajChanged);
//
// dayTB
//
this.dayTB.Location = new System.Drawing.Point(308, 86);
this.dayTB.Name = "dayTB";
this.dayTB.Size = new System.Drawing.Size(75, 20);
this.dayTB.TabIndex = 50;
//
// monthTB
//
this.monthTB.Location = new System.Drawing.Point(187, 86);
this.monthTB.Name = "monthTB";
this.monthTB.Size = new System.Drawing.Size(75, 20);
this.monthTB.TabIndex = 51;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(268, 89);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(37, 13);
this.label4.TabIndex = 52;
this.label4.Text = "Дней:";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(126, 89);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(55, 13);
this.label5.TabIndex = 53;
this.label5.Text = "Месяцев:";
//
// yearTB
//
this.yearTB.Location = new System.Drawing.Point(45, 86);
this.yearTB.Name = "yearTB";
this.yearTB.Size = new System.Drawing.Size(75, 20);
this.yearTB.TabIndex = 54;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(10, 89);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(29, 13);
this.label6.TabIndex = 55;
this.label6.Text = "Лет:";
//
// addRadioButton
//
this.addRadioButton.AutoSize = true;
this.addRadioButton.Location = new System.Drawing.Point(389, 87);
this.addRadioButton.Name = "addRadioButton";
this.addRadioButton.Size = new System.Drawing.Size(80, 17);
this.addRadioButton.TabIndex = 56;
this.addRadioButton.TabStop = true;
this.addRadioButton.Text = "Прибавить";
this.addRadioButton.UseVisualStyleBackColor = true;
//
// delRadioButton
//
this.delRadioButton.AutoSize = true;
this.delRadioButton.Location = new System.Drawing.Point(475, 87);
this.delRadioButton.Name = "delRadioButton";
this.delRadioButton.Size = new System.Drawing.Size(68, 17);
this.delRadioButton.TabIndex = 57;
this.delRadioButton.TabStop = true;
this.delRadioButton.Text = "Вычесть";
this.delRadioButton.UseVisualStyleBackColor = true;
//
// dateTimePicker1
//
this.dateTimePicker1.Location = new System.Drawing.Point(458, 29);
this.dateTimePicker1.Name = "dateTimePicker1";
this.dateTimePicker1.Size = new System.Drawing.Size(151, 20);
this.dateTimePicker1.TabIndex = 58;
//
// button1
//
this.button1.Location = new System.Drawing.Point(616, 28);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 59;
this.button1.Text = "Расчитать";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(367, 33);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(85, 13);
this.label1.TabIndex = 60;
this.label1.Text = "Расчет на дату:";
//
// настройкиToolStripMenuItem
//
this.настройкиToolStripMenuItem.Name = "настройкиToolStripMenuItem";
this.настройкиToolStripMenuItem.Size = new System.Drawing.Size(79, 20);
this.настройкиToolStripMenuItem.Text = "Настройки";
//
// StajForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(705, 454);
this.Controls.Add(this.label1);
this.Controls.Add(this.button1);
this.Controls.Add(this.dateTimePicker1);
this.Controls.Add(this.delRadioButton);
this.Controls.Add(this.addRadioButton);
this.Controls.Add(this.label6);
this.Controls.Add(this.yearTB);
this.Controls.Add(this.label5);
this.Controls.Add(this.label4);
this.Controls.Add(this.monthTB);
this.Controls.Add(this.dayTB);
this.Controls.Add(this.comboBox1);
this.Controls.Add(this.label3);
this.Controls.Add(this.addStajButton);
this.Controls.Add(this.label2);
this.Controls.Add(this.linkRabLabel);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.menuStrip);
this.Controls.Add(this.statusStrip1);
this.Name = "StajForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Стаж";
this.menuStrip.ResumeLayout(false);
this.menuStrip.PerformLayout();
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
this.groupBox2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.stajGridView)).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.ToolStripMenuItem детиToolStripMenuItem;
private System.Windows.Forms.ToolStripStatusLabel errorLabel;
private System.Windows.Forms.StatusStrip statusStrip1;
private System.Windows.Forms.ToolStripMenuItem stajMI;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.DataGridView stajGridView;
private System.Windows.Forms.LinkLabel linkRabLabel;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button addStajButton;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.ComboBox comboBox1;
private System.Windows.Forms.TextBox dayTB;
private System.Windows.Forms.TextBox monthTB;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox yearTB;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.RadioButton addRadioButton;
private System.Windows.Forms.RadioButton delRadioButton;
private System.Windows.Forms.ToolStripMenuItem learnMI;
private System.Windows.Forms.DateTimePicker dateTimePicker1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ToolStripMenuItem настройкиToolStripMenuItem;
}
}