442 lines
19 KiB
C#
442 lines
19 KiB
C#
|
||
namespace Diplom_O
|
||
{
|
||
partial class OtpForm
|
||
{
|
||
/// <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.errorLabel = new System.Windows.Forms.ToolStripStatusLabel();
|
||
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
|
||
this.group = new System.Windows.Forms.GroupBox();
|
||
this.freeGridView = new System.Windows.Forms.DataGridView();
|
||
this.linkRabLabel = new System.Windows.Forms.LinkLabel();
|
||
this.label2 = new System.Windows.Forms.Label();
|
||
this.addButton = new System.Windows.Forms.Button();
|
||
this.changeButton = new System.Windows.Forms.Button();
|
||
this.delButton = new System.Windows.Forms.Button();
|
||
this.groupBox = new System.Windows.Forms.GroupBox();
|
||
this.otherDaysLabel = new System.Windows.Forms.Label();
|
||
this.bolDaysLabel = new System.Windows.Forms.Label();
|
||
this.otpDaysLabel = new System.Windows.Forms.Label();
|
||
this.totalDaysLabel = 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.label1 = new System.Windows.Forms.Label();
|
||
this.label3 = new System.Windows.Forms.Label();
|
||
this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
|
||
this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
|
||
this.updateButton = new System.Windows.Forms.Button();
|
||
this.настройкиToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.menuStrip.SuspendLayout();
|
||
this.statusStrip1.SuspendLayout();
|
||
this.group.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.freeGridView)).BeginInit();
|
||
this.groupBox.SuspendLayout();
|
||
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(918, 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, 462);
|
||
this.statusStrip1.Name = "statusStrip1";
|
||
this.statusStrip1.Size = new System.Drawing.Size(918, 22);
|
||
this.statusStrip1.TabIndex = 37;
|
||
this.statusStrip1.Text = "statusStrip1";
|
||
//
|
||
// group
|
||
//
|
||
this.group.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.group.Controls.Add(this.freeGridView);
|
||
this.group.Location = new System.Drawing.Point(15, 82);
|
||
this.group.Name = "group";
|
||
this.group.Size = new System.Drawing.Size(478, 377);
|
||
this.group.TabIndex = 39;
|
||
this.group.TabStop = false;
|
||
this.group.Text = "Образование";
|
||
//
|
||
// freeGridView
|
||
//
|
||
this.freeGridView.AllowUserToAddRows = false;
|
||
this.freeGridView.AllowUserToDeleteRows = false;
|
||
this.freeGridView.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.freeGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
||
this.freeGridView.Location = new System.Drawing.Point(6, 19);
|
||
this.freeGridView.MultiSelect = false;
|
||
this.freeGridView.Name = "freeGridView";
|
||
this.freeGridView.ReadOnly = true;
|
||
this.freeGridView.RowHeadersVisible = false;
|
||
this.freeGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
||
this.freeGridView.Size = new System.Drawing.Size(466, 352);
|
||
this.freeGridView.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(63, 13);
|
||
this.label2.TabIndex = 42;
|
||
this.label2.Text = "Сотрудник:";
|
||
//
|
||
// 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(669, 27);
|
||
this.addButton.Name = "addButton";
|
||
this.addButton.Size = new System.Drawing.Size(75, 23);
|
||
this.addButton.TabIndex = 43;
|
||
this.addButton.Text = "Добавить";
|
||
this.addButton.UseVisualStyleBackColor = true;
|
||
this.addButton.Click += new System.EventHandler(this.addButton_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(750, 27);
|
||
this.changeButton.Name = "changeButton";
|
||
this.changeButton.Size = new System.Drawing.Size(75, 23);
|
||
this.changeButton.TabIndex = 44;
|
||
this.changeButton.Text = "Изменить";
|
||
this.changeButton.UseVisualStyleBackColor = true;
|
||
this.changeButton.Click += new System.EventHandler(this.changeButton_Click);
|
||
//
|
||
// 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(831, 27);
|
||
this.delButton.Name = "delButton";
|
||
this.delButton.Size = new System.Drawing.Size(75, 23);
|
||
this.delButton.TabIndex = 45;
|
||
this.delButton.Text = "Удалить";
|
||
this.delButton.UseVisualStyleBackColor = true;
|
||
this.delButton.Click += new System.EventHandler(this.delButton_Click);
|
||
//
|
||
// groupBox
|
||
//
|
||
this.groupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
||
| System.Windows.Forms.AnchorStyles.Right)));
|
||
this.groupBox.Controls.Add(this.otherDaysLabel);
|
||
this.groupBox.Controls.Add(this.bolDaysLabel);
|
||
this.groupBox.Controls.Add(this.otpDaysLabel);
|
||
this.groupBox.Controls.Add(this.totalDaysLabel);
|
||
this.groupBox.Controls.Add(this.label7);
|
||
this.groupBox.Controls.Add(this.label6);
|
||
this.groupBox.Controls.Add(this.label5);
|
||
this.groupBox.Controls.Add(this.label4);
|
||
this.groupBox.Location = new System.Drawing.Point(499, 82);
|
||
this.groupBox.Name = "groupBox";
|
||
this.groupBox.Size = new System.Drawing.Size(407, 371);
|
||
this.groupBox.TabIndex = 46;
|
||
this.groupBox.TabStop = false;
|
||
this.groupBox.Text = "Расчет";
|
||
//
|
||
// otherDaysLabel
|
||
//
|
||
this.otherDaysLabel.AutoSize = true;
|
||
this.otherDaysLabel.Location = new System.Drawing.Point(120, 100);
|
||
this.otherDaysLabel.Name = "otherDaysLabel";
|
||
this.otherDaysLabel.Size = new System.Drawing.Size(81, 13);
|
||
this.otherDaysLabel.TabIndex = 23;
|
||
this.otherDaysLabel.Text = "otherDaysLabel";
|
||
//
|
||
// bolDaysLabel
|
||
//
|
||
this.bolDaysLabel.AutoSize = true;
|
||
this.bolDaysLabel.Location = new System.Drawing.Point(120, 74);
|
||
this.bolDaysLabel.Name = "bolDaysLabel";
|
||
this.bolDaysLabel.Size = new System.Drawing.Size(71, 13);
|
||
this.bolDaysLabel.TabIndex = 22;
|
||
this.bolDaysLabel.Text = "bolDaysLabel";
|
||
//
|
||
// otpDaysLabel
|
||
//
|
||
this.otpDaysLabel.AutoSize = true;
|
||
this.otpDaysLabel.Location = new System.Drawing.Point(120, 48);
|
||
this.otpDaysLabel.Name = "otpDaysLabel";
|
||
this.otpDaysLabel.Size = new System.Drawing.Size(72, 13);
|
||
this.otpDaysLabel.TabIndex = 21;
|
||
this.otpDaysLabel.Text = "otpDaysLabel";
|
||
//
|
||
// totalDaysLabel
|
||
//
|
||
this.totalDaysLabel.AutoSize = true;
|
||
this.totalDaysLabel.Location = new System.Drawing.Point(120, 22);
|
||
this.totalDaysLabel.Name = "totalDaysLabel";
|
||
this.totalDaysLabel.Size = new System.Drawing.Size(77, 13);
|
||
this.totalDaysLabel.TabIndex = 20;
|
||
this.totalDaysLabel.Text = "totalDaysLabel";
|
||
//
|
||
// label7
|
||
//
|
||
this.label7.AutoSize = true;
|
||
this.label7.Location = new System.Drawing.Point(78, 100);
|
||
this.label7.Name = "label7";
|
||
this.label7.Size = new System.Drawing.Size(36, 13);
|
||
this.label7.TabIndex = 17;
|
||
this.label7.Text = "Иное:";
|
||
//
|
||
// label6
|
||
//
|
||
this.label6.AutoSize = true;
|
||
this.label6.Location = new System.Drawing.Point(42, 74);
|
||
this.label6.Name = "label6";
|
||
this.label6.Size = new System.Drawing.Size(72, 13);
|
||
this.label6.TabIndex = 16;
|
||
this.label6.Text = "Больничный:";
|
||
//
|
||
// label5
|
||
//
|
||
this.label5.AutoSize = true;
|
||
this.label5.Location = new System.Drawing.Point(68, 48);
|
||
this.label5.Name = "label5";
|
||
this.label5.Size = new System.Drawing.Size(46, 13);
|
||
this.label5.TabIndex = 15;
|
||
this.label5.Text = "Отпуск:";
|
||
//
|
||
// label4
|
||
//
|
||
this.label4.AutoSize = true;
|
||
this.label4.Location = new System.Drawing.Point(6, 22);
|
||
this.label4.Name = "label4";
|
||
this.label4.Size = new System.Drawing.Size(108, 13);
|
||
this.label4.TabIndex = 14;
|
||
this.label4.Text = "Общее кол-во дней:";
|
||
//
|
||
// label1
|
||
//
|
||
this.label1.AutoSize = true;
|
||
this.label1.Location = new System.Drawing.Point(12, 59);
|
||
this.label1.Name = "label1";
|
||
this.label1.Size = new System.Drawing.Size(74, 13);
|
||
this.label1.TabIndex = 12;
|
||
this.label1.Text = "Дата начала:";
|
||
//
|
||
// label3
|
||
//
|
||
this.label3.AutoSize = true;
|
||
this.label3.Location = new System.Drawing.Point(245, 59);
|
||
this.label3.Name = "label3";
|
||
this.label3.Size = new System.Drawing.Size(69, 13);
|
||
this.label3.TabIndex = 13;
|
||
this.label3.Text = "Дата конца:";
|
||
//
|
||
// dateTimePicker1
|
||
//
|
||
this.dateTimePicker1.Location = new System.Drawing.Point(92, 56);
|
||
this.dateTimePicker1.Name = "dateTimePicker1";
|
||
this.dateTimePicker1.Size = new System.Drawing.Size(147, 20);
|
||
this.dateTimePicker1.TabIndex = 18;
|
||
//
|
||
// dateTimePicker2
|
||
//
|
||
this.dateTimePicker2.Location = new System.Drawing.Point(320, 56);
|
||
this.dateTimePicker2.Name = "dateTimePicker2";
|
||
this.dateTimePicker2.Size = new System.Drawing.Size(147, 20);
|
||
this.dateTimePicker2.TabIndex = 19;
|
||
//
|
||
// updateButton
|
||
//
|
||
this.updateButton.Location = new System.Drawing.Point(473, 54);
|
||
this.updateButton.Name = "updateButton";
|
||
this.updateButton.Size = new System.Drawing.Size(75, 23);
|
||
this.updateButton.TabIndex = 47;
|
||
this.updateButton.Text = "Обновить";
|
||
this.updateButton.UseVisualStyleBackColor = true;
|
||
this.updateButton.Click += new System.EventHandler(this.updateButton_Click);
|
||
//
|
||
// настройкиToolStripMenuItem
|
||
//
|
||
this.настройкиToolStripMenuItem.Name = "настройкиToolStripMenuItem";
|
||
this.настройкиToolStripMenuItem.Size = new System.Drawing.Size(79, 20);
|
||
this.настройкиToolStripMenuItem.Text = "Настройки";
|
||
//
|
||
// OtpForm
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.ClientSize = new System.Drawing.Size(918, 484);
|
||
this.Controls.Add(this.updateButton);
|
||
this.Controls.Add(this.groupBox);
|
||
this.Controls.Add(this.delButton);
|
||
this.Controls.Add(this.changeButton);
|
||
this.Controls.Add(this.dateTimePicker2);
|
||
this.Controls.Add(this.addButton);
|
||
this.Controls.Add(this.dateTimePicker1);
|
||
this.Controls.Add(this.label2);
|
||
this.Controls.Add(this.linkRabLabel);
|
||
this.Controls.Add(this.group);
|
||
this.Controls.Add(this.label3);
|
||
this.Controls.Add(this.menuStrip);
|
||
this.Controls.Add(this.statusStrip1);
|
||
this.Controls.Add(this.label1);
|
||
this.Name = "OtpForm";
|
||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||
this.Text = "Отпуск/Больничный";
|
||
this.menuStrip.ResumeLayout(false);
|
||
this.menuStrip.PerformLayout();
|
||
this.statusStrip1.ResumeLayout(false);
|
||
this.statusStrip1.PerformLayout();
|
||
this.group.ResumeLayout(false);
|
||
((System.ComponentModel.ISupportInitialize)(this.freeGridView)).EndInit();
|
||
this.groupBox.ResumeLayout(false);
|
||
this.groupBox.PerformLayout();
|
||
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 group;
|
||
private System.Windows.Forms.DataGridView freeGridView;
|
||
private System.Windows.Forms.LinkLabel linkRabLabel;
|
||
private System.Windows.Forms.Label label2;
|
||
private System.Windows.Forms.Button addButton;
|
||
private System.Windows.Forms.Button changeButton;
|
||
private System.Windows.Forms.Button delButton;
|
||
private System.Windows.Forms.ToolStripMenuItem learnMI;
|
||
private System.Windows.Forms.GroupBox groupBox;
|
||
private System.Windows.Forms.Label otherDaysLabel;
|
||
private System.Windows.Forms.Label bolDaysLabel;
|
||
private System.Windows.Forms.Label otpDaysLabel;
|
||
private System.Windows.Forms.Label totalDaysLabel;
|
||
private System.Windows.Forms.DateTimePicker dateTimePicker2;
|
||
private System.Windows.Forms.DateTimePicker dateTimePicker1;
|
||
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.Label label1;
|
||
private System.Windows.Forms.Button updateButton;
|
||
private System.Windows.Forms.ToolStripMenuItem настройкиToolStripMenuItem;
|
||
}
|
||
} |