Diplom_O/MainForms/ShtatForm.Designer.cs

302 lines
14 KiB
C#
Raw Normal View History

2021-07-21 16:57:47 +05:00

namespace Diplom_O
{
partial class ShtatForm
{
/// <summary>
/// Обязательная переменная конструктора.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Освободить все используемые ресурсы.
/// </summary>
/// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Код, автоматически созданный конструктором форм Windows
/// <summary>
/// Требуемый метод для поддержки конструктора — не изменяйте
/// содержимое этого метода с помощью редактора кода.
/// </summary>
private void InitializeComponent()
{
2021-08-05 00:31:53 +05:00
this.findBox = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.dropFindButton = new System.Windows.Forms.Button();
this.freeShtatCheckBox = new System.Windows.Forms.CheckBox();
this.selectButton = new System.Windows.Forms.Button();
this.shtatGridView = new System.Windows.Forms.DataGridView();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.errorLabel = new System.Windows.Forms.ToolStripStatusLabel();
2024-09-20 08:53:52 +05:00
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.delButton = new System.Windows.Forms.Button();
this.changeButton = new System.Windows.Forms.Button();
this.addButton = new System.Windows.Forms.Button();
this.настройкиToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
2021-08-05 00:31:53 +05:00
((System.ComponentModel.ISupportInitialize)(this.shtatGridView)).BeginInit();
this.statusStrip1.SuspendLayout();
2024-09-20 08:53:52 +05:00
this.menuStrip.SuspendLayout();
2021-08-05 00:31:53 +05:00
this.SuspendLayout();
//
// findBox
//
this.findBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
2021-07-21 16:57:47 +05:00
| System.Windows.Forms.AnchorStyles.Right)));
2024-09-20 08:53:52 +05:00
this.findBox.Location = new System.Drawing.Point(57, 613);
2021-08-05 00:31:53 +05:00
this.findBox.Name = "findBox";
2024-09-20 08:53:52 +05:00
this.findBox.Size = new System.Drawing.Size(505, 20);
2021-08-05 00:31:53 +05:00
this.findBox.TabIndex = 5;
this.findBox.TextChanged += new System.EventHandler(this.findBox_TextChanged);
//
// label1
//
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.label1.AutoSize = true;
2024-09-20 08:53:52 +05:00
this.label1.Location = new System.Drawing.Point(12, 616);
2021-08-05 00:31:53 +05:00
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(39, 13);
this.label1.TabIndex = 3;
this.label1.Text = "Поиск";
//
// dropFindButton
//
this.dropFindButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
2024-09-20 08:53:52 +05:00
this.dropFindButton.Location = new System.Drawing.Point(568, 611);
2021-08-05 00:31:53 +05:00
this.dropFindButton.Name = "dropFindButton";
this.dropFindButton.Size = new System.Drawing.Size(75, 23);
this.dropFindButton.TabIndex = 6;
this.dropFindButton.Text = "Сбросить";
this.dropFindButton.UseVisualStyleBackColor = true;
this.dropFindButton.TextChanged += new System.EventHandler(this.dropFindButton_Click);
2024-09-20 08:53:52 +05:00
this.dropFindButton.Click += new System.EventHandler(this.dropFindButton_Click);
2021-08-05 00:31:53 +05:00
//
// freeShtatCheckBox
//
this.freeShtatCheckBox.AutoSize = true;
this.freeShtatCheckBox.Checked = true;
this.freeShtatCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
2024-09-20 08:53:52 +05:00
this.freeShtatCheckBox.Location = new System.Drawing.Point(12, 31);
2021-08-05 00:31:53 +05:00
this.freeShtatCheckBox.Name = "freeShtatCheckBox";
2024-09-20 08:53:52 +05:00
this.freeShtatCheckBox.Size = new System.Drawing.Size(177, 17);
2021-08-05 00:31:53 +05:00
this.freeShtatCheckBox.TabIndex = 4;
2024-09-20 08:53:52 +05:00
this.freeShtatCheckBox.Text = "Только актуальные вакансии";
2021-08-05 00:31:53 +05:00
this.freeShtatCheckBox.UseVisualStyleBackColor = true;
this.freeShtatCheckBox.CheckedChanged += new System.EventHandler(this.checkBox_CheckedChanged);
//
// selectButton
//
2024-09-20 08:53:52 +05:00
this.selectButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.selectButton.Location = new System.Drawing.Point(325, 27);
2021-08-05 00:31:53 +05:00
this.selectButton.Name = "selectButton";
this.selectButton.Size = new System.Drawing.Size(75, 23);
this.selectButton.TabIndex = 0;
this.selectButton.Text = "Выбрать";
this.selectButton.UseVisualStyleBackColor = true;
this.selectButton.Visible = false;
2024-09-20 08:53:52 +05:00
this.selectButton.Click += new System.EventHandler(this.selectButton_Click);
2021-08-05 00:31:53 +05:00
//
// shtatGridView
//
this.shtatGridView.AllowUserToAddRows = false;
this.shtatGridView.AllowUserToDeleteRows = false;
this.shtatGridView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
2021-07-21 16:57:47 +05:00
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
2021-08-05 00:31:53 +05:00
this.shtatGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
2024-09-20 08:53:52 +05:00
this.shtatGridView.Location = new System.Drawing.Point(12, 56);
2021-08-05 00:31:53 +05:00
this.shtatGridView.MultiSelect = false;
this.shtatGridView.Name = "shtatGridView";
this.shtatGridView.ReadOnly = true;
this.shtatGridView.RowHeadersVisible = false;
this.shtatGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
2024-09-20 08:53:52 +05:00
this.shtatGridView.Size = new System.Drawing.Size(631, 549);
2021-08-05 00:31:53 +05:00
this.shtatGridView.TabIndex = 7;
//
// statusStrip1
//
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
2021-07-21 16:57:47 +05:00
this.errorLabel});
2024-09-20 08:53:52 +05:00
this.statusStrip1.Location = new System.Drawing.Point(0, 637);
2021-08-05 00:31:53 +05:00
this.statusStrip1.Name = "statusStrip1";
2024-09-20 08:53:52 +05:00
this.statusStrip1.Size = new System.Drawing.Size(655, 22);
2021-08-05 00:31:53 +05:00
this.statusStrip1.TabIndex = 15;
this.statusStrip1.Text = "statusStrip1";
//
// 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;
//
2024-09-20 08:53:52 +05:00
// 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(655, 24);
this.menuStrip.TabIndex = 16;
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 = "Дети";
//
// 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(568, 27);
this.delButton.Name = "delButton";
this.delButton.Size = new System.Drawing.Size(75, 23);
this.delButton.TabIndex = 17;
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(487, 27);
this.changeButton.Name = "changeButton";
this.changeButton.Size = new System.Drawing.Size(75, 23);
this.changeButton.TabIndex = 18;
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(406, 27);
this.addButton.Name = "addButton";
this.addButton.Size = new System.Drawing.Size(75, 23);
this.addButton.TabIndex = 19;
this.addButton.Text = "Добавить";
this.addButton.UseVisualStyleBackColor = true;
this.addButton.Click += new System.EventHandler(this.addButton_Click);
//
// настройкиToolStripMenuItem
//
this.настройкиToolStripMenuItem.Name = астройкиToolStripMenuItem";
this.настройкиToolStripMenuItem.Size = new System.Drawing.Size(79, 20);
this.настройкиToolStripMenuItem.Text = "Настройки";
//
2021-08-05 00:31:53 +05:00
// ShtatForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
2024-09-20 08:53:52 +05:00
this.ClientSize = new System.Drawing.Size(655, 659);
this.Controls.Add(this.addButton);
this.Controls.Add(this.changeButton);
this.Controls.Add(this.delButton);
this.Controls.Add(this.menuStrip);
2021-08-05 00:31:53 +05:00
this.Controls.Add(this.statusStrip1);
this.Controls.Add(this.shtatGridView);
this.Controls.Add(this.selectButton);
this.Controls.Add(this.freeShtatCheckBox);
this.Controls.Add(this.dropFindButton);
this.Controls.Add(this.label1);
this.Controls.Add(this.findBox);
this.Name = "ShtatForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
2024-09-20 08:53:52 +05:00
this.Text = "Вакансии";
2021-08-05 00:31:53 +05:00
((System.ComponentModel.ISupportInitialize)(this.shtatGridView)).EndInit();
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
2024-09-20 08:53:52 +05:00
this.menuStrip.ResumeLayout(false);
this.menuStrip.PerformLayout();
2021-08-05 00:31:53 +05:00
this.ResumeLayout(false);
this.PerformLayout();
2021-07-21 16:57:47 +05:00
}
#endregion
private System.Windows.Forms.TextBox findBox;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button dropFindButton;
private System.Windows.Forms.CheckBox freeShtatCheckBox;
private System.Windows.Forms.Button selectButton;
private System.Windows.Forms.DataGridView shtatGridView;
private System.Windows.Forms.StatusStrip statusStrip1;
private System.Windows.Forms.ToolStripStatusLabel errorLabel;
2024-09-20 08:53:52 +05:00
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.Button delButton;
private System.Windows.Forms.Button changeButton;
private System.Windows.Forms.Button addButton;
private System.Windows.Forms.ToolStripMenuItem stajMI;
private System.Windows.Forms.ToolStripMenuItem learnMI;
private System.Windows.Forms.ToolStripMenuItem настройкиToolStripMenuItem;
}
2021-07-21 16:57:47 +05:00
}