210 lines
8.9 KiB
C#
210 lines
8.9 KiB
C#
|
|
|||
|
namespace Diplom_O
|
|||
|
{
|
|||
|
partial class ChildrenForm
|
|||
|
{
|
|||
|
/// <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.rabitnikiMI = new System.Windows.Forms.ToolStripMenuItem();
|
|||
|
this.otpBolMI = new System.Windows.Forms.ToolStripMenuItem();
|
|||
|
this.chelRodMI = new System.Windows.Forms.ToolStripMenuItem();
|
|||
|
this.детиToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|||
|
this.errorLabel = new System.Windows.Forms.ToolStripStatusLabel();
|
|||
|
this.workerGridView = new System.Windows.Forms.DataGridView();
|
|||
|
this.addWorkerButton = new System.Windows.Forms.Button();
|
|||
|
this.dropFindButton = new System.Windows.Forms.Button();
|
|||
|
this.label1 = new System.Windows.Forms.Label();
|
|||
|
this.findBox = new System.Windows.Forms.TextBox();
|
|||
|
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
|
|||
|
this.menuStrip.SuspendLayout();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.workerGridView)).BeginInit();
|
|||
|
this.statusStrip1.SuspendLayout();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// menuStrip
|
|||
|
//
|
|||
|
this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|||
|
this.shtatMI,
|
|||
|
this.rabitnikiMI,
|
|||
|
this.otpBolMI,
|
|||
|
this.chelRodMI,
|
|||
|
this.детиToolStripMenuItem});
|
|||
|
this.menuStrip.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.menuStrip.Name = "menuStrip";
|
|||
|
this.menuStrip.Size = new System.Drawing.Size(983, 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 = "Актуальные вакансии";
|
|||
|
//
|
|||
|
// rabitnikiMI
|
|||
|
//
|
|||
|
this.rabitnikiMI.Name = "rabitnikiMI";
|
|||
|
this.rabitnikiMI.Size = new System.Drawing.Size(78, 20);
|
|||
|
this.rabitnikiMI.Text = "Сотрудник";
|
|||
|
//
|
|||
|
// otpBolMI
|
|||
|
//
|
|||
|
this.otpBolMI.Name = "otpBolMI";
|
|||
|
this.otpBolMI.Size = new System.Drawing.Size(100, 20);
|
|||
|
this.otpBolMI.Text = "Отпуск/Больн.";
|
|||
|
//
|
|||
|
// chelRodMI
|
|||
|
//
|
|||
|
this.chelRodMI.Name = "chelRodMI";
|
|||
|
this.chelRodMI.Size = new System.Drawing.Size(50, 20);
|
|||
|
this.chelRodMI.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;
|
|||
|
//
|
|||
|
// workerGridView
|
|||
|
//
|
|||
|
this.workerGridView.AllowUserToAddRows = false;
|
|||
|
this.workerGridView.AllowUserToDeleteRows = false;
|
|||
|
this.workerGridView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|||
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|||
|
this.workerGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|||
|
this.workerGridView.Location = new System.Drawing.Point(12, 56);
|
|||
|
this.workerGridView.MultiSelect = false;
|
|||
|
this.workerGridView.Name = "workerGridView";
|
|||
|
this.workerGridView.ReadOnly = true;
|
|||
|
this.workerGridView.RowHeadersVisible = false;
|
|||
|
this.workerGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|||
|
this.workerGridView.Size = new System.Drawing.Size(459, 694);
|
|||
|
this.workerGridView.TabIndex = 36;
|
|||
|
this.workerGridView.SelectionChanged += new System.EventHandler(this.workerGridView_SelectionChanged);
|
|||
|
//
|
|||
|
// addWorkerButton
|
|||
|
//
|
|||
|
this.addWorkerButton.Location = new System.Drawing.Point(396, 27);
|
|||
|
this.addWorkerButton.Name = "addWorkerButton";
|
|||
|
this.addWorkerButton.Size = new System.Drawing.Size(75, 23);
|
|||
|
this.addWorkerButton.TabIndex = 29;
|
|||
|
this.addWorkerButton.Text = "Добавить";
|
|||
|
this.addWorkerButton.UseVisualStyleBackColor = true;
|
|||
|
this.addWorkerButton.Click += new System.EventHandler(this.addWorkerButton_Click);
|
|||
|
//
|
|||
|
// dropFindButton
|
|||
|
//
|
|||
|
this.dropFindButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|||
|
this.dropFindButton.Location = new System.Drawing.Point(396, 756);
|
|||
|
this.dropFindButton.Name = "dropFindButton";
|
|||
|
this.dropFindButton.Size = new System.Drawing.Size(75, 23);
|
|||
|
this.dropFindButton.TabIndex = 35;
|
|||
|
this.dropFindButton.Text = "Сбросить";
|
|||
|
this.dropFindButton.UseVisualStyleBackColor = true;
|
|||
|
//
|
|||
|
// 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, 761);
|
|||
|
this.label1.Name = "label1";
|
|||
|
this.label1.Size = new System.Drawing.Size(39, 13);
|
|||
|
this.label1.TabIndex = 38;
|
|||
|
this.label1.Text = "Поиск";
|
|||
|
//
|
|||
|
// findBox
|
|||
|
//
|
|||
|
this.findBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|||
|
this.findBox.Location = new System.Drawing.Point(57, 758);
|
|||
|
this.findBox.Name = "findBox";
|
|||
|
this.findBox.Size = new System.Drawing.Size(333, 20);
|
|||
|
this.findBox.TabIndex = 34;
|
|||
|
//
|
|||
|
// statusStrip1
|
|||
|
//
|
|||
|
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|||
|
this.errorLabel});
|
|||
|
this.statusStrip1.Location = new System.Drawing.Point(0, 782);
|
|||
|
this.statusStrip1.Name = "statusStrip1";
|
|||
|
this.statusStrip1.Size = new System.Drawing.Size(983, 22);
|
|||
|
this.statusStrip1.TabIndex = 37;
|
|||
|
this.statusStrip1.Text = "statusStrip1";
|
|||
|
//
|
|||
|
// ChildrenForm
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.ClientSize = new System.Drawing.Size(983, 804);
|
|||
|
this.Controls.Add(this.menuStrip);
|
|||
|
this.Controls.Add(this.workerGridView);
|
|||
|
this.Controls.Add(this.addWorkerButton);
|
|||
|
this.Controls.Add(this.dropFindButton);
|
|||
|
this.Controls.Add(this.label1);
|
|||
|
this.Controls.Add(this.findBox);
|
|||
|
this.Controls.Add(this.statusStrip1);
|
|||
|
this.Name = "ChildrenForm";
|
|||
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|||
|
this.Text = "ChildrenForm";
|
|||
|
this.menuStrip.ResumeLayout(false);
|
|||
|
this.menuStrip.PerformLayout();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.workerGridView)).EndInit();
|
|||
|
this.statusStrip1.ResumeLayout(false);
|
|||
|
this.statusStrip1.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.DataGridView workerGridView;
|
|||
|
private System.Windows.Forms.Button addWorkerButton;
|
|||
|
private System.Windows.Forms.Button dropFindButton;
|
|||
|
private System.Windows.Forms.Label label1;
|
|||
|
private System.Windows.Forms.TextBox findBox;
|
|||
|
private System.Windows.Forms.StatusStrip statusStrip1;
|
|||
|
}
|
|||
|
}
|