123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305 |
- namespace KadroviYshot
- {
- partial class FormEmployees
- {
- /// <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.menuStrip1 = new System.Windows.Forms.MenuStrip();
- this.настройкиToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.данныеОрганизацииToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.должностиToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.специальностиToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.выходToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.tabControl1 = new System.Windows.Forms.TabControl();
- this.Employees = new System.Windows.Forms.TabPage();
- this.textBox1 = new System.Windows.Forms.TextBox();
- this.label2 = new System.Windows.Forms.Label();
- this.btnApplicationDismissal = new System.Windows.Forms.Button();
- this.btnPersonalCard = new System.Windows.Forms.Button();
- this.btnEdit = new System.Windows.Forms.Button();
- this.btnAdd = new System.Windows.Forms.Button();
- this.panel2 = new System.Windows.Forms.Panel();
- this.dataGridView1 = new System.Windows.Forms.DataGridView();
- this.panel1 = new System.Windows.Forms.Panel();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.label1 = new System.Windows.Forms.Label();
- this.Agreement = new System.Windows.Forms.TabPage();
- this.menuStrip1.SuspendLayout();
- this.tabControl1.SuspendLayout();
- this.Employees.SuspendLayout();
- this.panel2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- this.SuspendLayout();
- //
- // menuStrip1
- //
- this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.настройкиToolStripMenuItem,
- this.выходToolStripMenuItem});
- this.menuStrip1.Location = new System.Drawing.Point(0, 0);
- this.menuStrip1.Name = "menuStrip1";
- this.menuStrip1.Padding = new System.Windows.Forms.Padding(13, 4, 0, 4);
- this.menuStrip1.Size = new System.Drawing.Size(1884, 27);
- this.menuStrip1.TabIndex = 0;
- this.menuStrip1.Text = "menuStrip1";
- //
- // настройкиToolStripMenuItem
- //
- this.настройкиToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.данныеОрганизацииToolStripMenuItem,
- this.должностиToolStripMenuItem,
- this.специальностиToolStripMenuItem});
- this.настройкиToolStripMenuItem.Name = "настройкиToolStripMenuItem";
- this.настройкиToolStripMenuItem.Size = new System.Drawing.Size(79, 19);
- this.настройкиToolStripMenuItem.Text = "Настройки";
- //
- // данныеОрганизацииToolStripMenuItem
- //
- this.данныеОрганизацииToolStripMenuItem.Name = "данныеОрганизацииToolStripMenuItem";
- this.данныеОрганизацииToolStripMenuItem.Size = new System.Drawing.Size(191, 22);
- this.данныеОрганизацииToolStripMenuItem.Text = "Данные организации";
- //
- // должностиToolStripMenuItem
- //
- this.должностиToolStripMenuItem.Name = "должностиToolStripMenuItem";
- this.должностиToolStripMenuItem.Size = new System.Drawing.Size(191, 22);
- this.должностиToolStripMenuItem.Text = "Должности";
- //
- // специальностиToolStripMenuItem
- //
- this.специальностиToolStripMenuItem.Name = "специальностиToolStripMenuItem";
- this.специальностиToolStripMenuItem.Size = new System.Drawing.Size(191, 22);
- this.специальностиToolStripMenuItem.Text = "Специальности";
- //
- // выходToolStripMenuItem
- //
- this.выходToolStripMenuItem.Name = "выходToolStripMenuItem";
- this.выходToolStripMenuItem.Size = new System.Drawing.Size(54, 19);
- this.выходToolStripMenuItem.Text = "Выход";
- this.выходToolStripMenuItem.Click += new System.EventHandler(this.выходToolStripMenuItem_Click);
- //
- // tabControl1
- //
- this.tabControl1.Controls.Add(this.Employees);
- this.tabControl1.Controls.Add(this.Agreement);
- this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tabControl1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.tabControl1.Location = new System.Drawing.Point(0, 27);
- this.tabControl1.Margin = new System.Windows.Forms.Padding(6);
- this.tabControl1.Name = "tabControl1";
- this.tabControl1.SelectedIndex = 0;
- this.tabControl1.Size = new System.Drawing.Size(1884, 934);
- this.tabControl1.TabIndex = 1;
- //
- // Employees
- //
- this.Employees.Controls.Add(this.textBox1);
- this.Employees.Controls.Add(this.label2);
- this.Employees.Controls.Add(this.btnApplicationDismissal);
- this.Employees.Controls.Add(this.btnPersonalCard);
- this.Employees.Controls.Add(this.btnEdit);
- this.Employees.Controls.Add(this.btnAdd);
- this.Employees.Controls.Add(this.panel2);
- this.Employees.Controls.Add(this.panel1);
- this.Employees.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.Employees.Location = new System.Drawing.Point(4, 25);
- this.Employees.Margin = new System.Windows.Forms.Padding(6);
- this.Employees.Name = "Employees";
- this.Employees.Padding = new System.Windows.Forms.Padding(6);
- this.Employees.Size = new System.Drawing.Size(1876, 905);
- this.Employees.TabIndex = 0;
- this.Employees.Text = "Сотрудники";
- this.Employees.UseVisualStyleBackColor = true;
- //
- // textBox1
- //
- this.textBox1.Location = new System.Drawing.Point(88, 756);
- this.textBox1.Name = "textBox1";
- this.textBox1.Size = new System.Drawing.Size(256, 29);
- this.textBox1.TabIndex = 7;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(84, 729);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(64, 24);
- this.label2.TabIndex = 6;
- this.label2.Text = "Поиск";
- //
- // btnApplicationDismissal
- //
- this.btnApplicationDismissal.Location = new System.Drawing.Point(1457, 676);
- this.btnApplicationDismissal.Name = "btnApplicationDismissal";
- this.btnApplicationDismissal.Size = new System.Drawing.Size(413, 47);
- this.btnApplicationDismissal.TabIndex = 5;
- this.btnApplicationDismissal.Text = "Заявление на увольнение";
- this.btnApplicationDismissal.UseVisualStyleBackColor = true;
- //
- // btnPersonalCard
- //
- this.btnPersonalCard.Location = new System.Drawing.Point(1457, 598);
- this.btnPersonalCard.Name = "btnPersonalCard";
- this.btnPersonalCard.Size = new System.Drawing.Size(413, 47);
- this.btnPersonalCard.TabIndex = 4;
- this.btnPersonalCard.Text = "Личная карточка";
- this.btnPersonalCard.UseVisualStyleBackColor = true;
- //
- // btnEdit
- //
- this.btnEdit.Location = new System.Drawing.Point(1457, 155);
- this.btnEdit.Name = "btnEdit";
- this.btnEdit.Size = new System.Drawing.Size(413, 47);
- this.btnEdit.TabIndex = 3;
- this.btnEdit.Text = "Редактировать";
- this.btnEdit.UseVisualStyleBackColor = true;
- //
- // btnAdd
- //
- this.btnAdd.Location = new System.Drawing.Point(1457, 77);
- this.btnAdd.Name = "btnAdd";
- this.btnAdd.Size = new System.Drawing.Size(413, 47);
- this.btnAdd.TabIndex = 2;
- this.btnAdd.Text = "Добавить";
- this.btnAdd.UseVisualStyleBackColor = true;
- this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
- //
- // panel2
- //
- this.panel2.Controls.Add(this.dataGridView1);
- this.panel2.Location = new System.Drawing.Point(6, 68);
- this.panel2.Margin = new System.Windows.Forms.Padding(6);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(1442, 655);
- this.panel2.TabIndex = 1;
- //
- // dataGridView1
- //
- this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dataGridView1.Location = new System.Drawing.Point(0, 0);
- this.dataGridView1.Name = "dataGridView1";
- this.dataGridView1.Size = new System.Drawing.Size(1442, 655);
- this.dataGridView1.TabIndex = 0;
- //
- // panel1
- //
- this.panel1.BackColor = System.Drawing.Color.LightGray;
- this.panel1.Controls.Add(this.pictureBox1);
- this.panel1.Controls.Add(this.label1);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel1.Location = new System.Drawing.Point(6, 6);
- this.panel1.Margin = new System.Windows.Forms.Padding(6);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(1864, 62);
- this.panel1.TabIndex = 0;
- //
- // pictureBox1
- //
- this.pictureBox1.Image = global::KadroviYshot.Properties.Resources.icons8_сотрудник_50;
- this.pictureBox1.Location = new System.Drawing.Point(59, 6);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(51, 50);
- this.pictureBox1.TabIndex = 1;
- this.pictureBox1.TabStop = false;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label1.Location = new System.Drawing.Point(119, 18);
- this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(141, 25);
- this.label1.TabIndex = 0;
- this.label1.Text = "Сотрудники";
- //
- // Agreement
- //
- this.Agreement.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.Agreement.Location = new System.Drawing.Point(4, 25);
- this.Agreement.Margin = new System.Windows.Forms.Padding(6);
- this.Agreement.Name = "Agreement";
- this.Agreement.Padding = new System.Windows.Forms.Padding(6);
- this.Agreement.Size = new System.Drawing.Size(1876, 905);
- this.Agreement.TabIndex = 1;
- this.Agreement.Text = "Договора";
- this.Agreement.UseVisualStyleBackColor = true;
- //
- // FormEmployees
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(13F, 25F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1884, 961);
- this.Controls.Add(this.tabControl1);
- this.Controls.Add(this.menuStrip1);
- this.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.MainMenuStrip = this.menuStrip1;
- this.Margin = new System.Windows.Forms.Padding(6);
- this.Name = "FormEmployees";
- this.Text = "Сотрудники";
- this.menuStrip1.ResumeLayout(false);
- this.menuStrip1.PerformLayout();
- this.tabControl1.ResumeLayout(false);
- this.Employees.ResumeLayout(false);
- this.Employees.PerformLayout();
- this.panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.MenuStrip menuStrip1;
- private System.Windows.Forms.TabControl tabControl1;
- private System.Windows.Forms.TabPage Employees;
- private System.Windows.Forms.TabPage Agreement;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Panel panel2;
- private System.Windows.Forms.ToolStripMenuItem настройкиToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem данныеОрганизацииToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem должностиToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem специальностиToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem выходToolStripMenuItem;
- private System.Windows.Forms.Button btnApplicationDismissal;
- private System.Windows.Forms.Button btnPersonalCard;
- private System.Windows.Forms.Button btnEdit;
- private System.Windows.Forms.Button btnAdd;
- private System.Windows.Forms.TextBox textBox1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.DataGridView dataGridView1;
- private System.Windows.Forms.PictureBox pictureBox1;
- }
- }
|