namespace Diplom_O { partial class RabForm { /// /// 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.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.groupBox1 = new System.Windows.Forms.GroupBox(); this.addWorkPlaceButton = new System.Windows.Forms.Button(); this.historyWorkGridView = new System.Windows.Forms.DataGridView(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.stajGridView = new System.Windows.Forms.DataGridView(); this.addTypeStajButton = new System.Windows.Forms.Button(); this.delTypeStajButton = new System.Windows.Forms.Button(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.changeWorkPlaceButton = new System.Windows.Forms.Button(); this.delWorkPlaceButton = new System.Windows.Forms.Button(); this.fioLabel = new System.Windows.Forms.Label(); this.selectButton = new System.Windows.Forms.Button(); this.настройкиToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.menuStrip.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.workerGridView)).BeginInit(); this.statusStrip1.SuspendLayout(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.historyWorkGridView)).BeginInit(); 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(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 = "Актуальные вакансии"; // // 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; // // 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; this.dropFindButton.TextChanged += new System.EventHandler(this.dropFindButton_Click); // // 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; this.findBox.TextChanged += new System.EventHandler(this.findBox_TextChanged); // // 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"; // // groupBox1 // this.groupBox1.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.groupBox1.Controls.Add(this.addWorkPlaceButton); this.groupBox1.Controls.Add(this.historyWorkGridView); this.groupBox1.Controls.Add(this.groupBox2); this.groupBox1.Controls.Add(this.changeWorkPlaceButton); this.groupBox1.Controls.Add(this.delWorkPlaceButton); this.groupBox1.Controls.Add(this.fioLabel); this.groupBox1.Location = new System.Drawing.Point(477, 31); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(494, 747); this.groupBox1.TabIndex = 39; this.groupBox1.TabStop = false; this.groupBox1.Text = "История"; // // addWorkPlaceButton // this.addWorkPlaceButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.addWorkPlaceButton.Location = new System.Drawing.Point(251, 19); this.addWorkPlaceButton.Name = "addWorkPlaceButton"; this.addWorkPlaceButton.Size = new System.Drawing.Size(75, 23); this.addWorkPlaceButton.TabIndex = 43; this.addWorkPlaceButton.Text = "Добавить"; this.addWorkPlaceButton.UseVisualStyleBackColor = true; this.addWorkPlaceButton.Click += new System.EventHandler(this.addWorkPlaceButton_Click); // // historyWorkGridView // this.historyWorkGridView.AllowUserToAddRows = false; this.historyWorkGridView.AllowUserToDeleteRows = false; this.historyWorkGridView.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.historyWorkGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.historyWorkGridView.Location = new System.Drawing.Point(9, 48); this.historyWorkGridView.MultiSelect = false; this.historyWorkGridView.Name = "historyWorkGridView"; this.historyWorkGridView.ReadOnly = true; this.historyWorkGridView.RowHeadersVisible = false; this.historyWorkGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.historyWorkGridView.Size = new System.Drawing.Size(479, 332); this.historyWorkGridView.TabIndex = 42; this.historyWorkGridView.SelectionChanged += new System.EventHandler(this.historyWorkGridView_SelectionChanged); // // groupBox2 // this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupBox2.Controls.Add(this.stajGridView); this.groupBox2.Controls.Add(this.addTypeStajButton); this.groupBox2.Controls.Add(this.delTypeStajButton); this.groupBox2.Controls.Add(this.comboBox1); this.groupBox2.Location = new System.Drawing.Point(9, 386); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(479, 355); this.groupBox2.TabIndex = 41; 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, 48); 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(467, 301); this.stajGridView.TabIndex = 37; // // addTypeStajButton // this.addTypeStajButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.addTypeStajButton.Location = new System.Drawing.Point(317, 19); this.addTypeStajButton.Name = "addTypeStajButton"; this.addTypeStajButton.Size = new System.Drawing.Size(75, 23); this.addTypeStajButton.TabIndex = 2; this.addTypeStajButton.Text = "Добавить"; this.addTypeStajButton.UseVisualStyleBackColor = true; this.addTypeStajButton.Click += new System.EventHandler(this.addTypeStajButton_Click); // // delTypeStajButton // this.delTypeStajButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.delTypeStajButton.Location = new System.Drawing.Point(398, 19); this.delTypeStajButton.Name = "delTypeStajButton"; this.delTypeStajButton.Size = new System.Drawing.Size(75, 23); this.delTypeStajButton.TabIndex = 1; this.delTypeStajButton.Text = "Удалить"; this.delTypeStajButton.UseVisualStyleBackColor = true; this.delTypeStajButton.Click += new System.EventHandler(this.delTypeStajButton_Click); // // comboBox1 // this.comboBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.comboBox1.FormattingEnabled = true; this.comboBox1.Location = new System.Drawing.Point(6, 21); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(305, 21); this.comboBox1.TabIndex = 0; // // changeWorkPlaceButton // this.changeWorkPlaceButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.changeWorkPlaceButton.Location = new System.Drawing.Point(332, 19); this.changeWorkPlaceButton.Name = "changeWorkPlaceButton"; this.changeWorkPlaceButton.Size = new System.Drawing.Size(75, 23); this.changeWorkPlaceButton.TabIndex = 3; this.changeWorkPlaceButton.Text = "Изменить"; this.changeWorkPlaceButton.UseVisualStyleBackColor = true; this.changeWorkPlaceButton.Click += new System.EventHandler(this.changeWorkPlaceButton_Click); // // delWorkPlaceButton // this.delWorkPlaceButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.delWorkPlaceButton.Location = new System.Drawing.Point(413, 19); this.delWorkPlaceButton.Name = "delWorkPlaceButton"; this.delWorkPlaceButton.Size = new System.Drawing.Size(75, 23); this.delWorkPlaceButton.TabIndex = 1; this.delWorkPlaceButton.Text = "Удалить"; this.delWorkPlaceButton.UseVisualStyleBackColor = true; this.delWorkPlaceButton.Click += new System.EventHandler(this.delWorkPlaceButton_Click); // // fioLabel // this.fioLabel.AutoSize = true; this.fioLabel.Location = new System.Drawing.Point(6, 24); this.fioLabel.Name = "fioLabel"; this.fioLabel.Size = new System.Drawing.Size(114, 13); this.fioLabel.TabIndex = 0; this.fioLabel.Text = "Таб№ Фамилия И.О."; // // selectButton // this.selectButton.Location = new System.Drawing.Point(315, 27); this.selectButton.Name = "selectButton"; this.selectButton.Size = new System.Drawing.Size(75, 23); this.selectButton.TabIndex = 40; this.selectButton.Text = "Выбрать"; this.selectButton.UseVisualStyleBackColor = true; this.selectButton.Click += new System.EventHandler(this.selectButton_Click); // // настройкиToolStripMenuItem // this.настройкиToolStripMenuItem.Name = "настройкиToolStripMenuItem"; this.настройкиToolStripMenuItem.Size = new System.Drawing.Size(79, 20); this.настройкиToolStripMenuItem.Text = "Настройки"; // // RabForm // 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.selectButton); this.Controls.Add(this.groupBox1); 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 = "RabForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Сотрудники"; this.menuStrip.ResumeLayout(false); this.menuStrip.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.workerGridView)).EndInit(); this.statusStrip1.ResumeLayout(false); this.statusStrip1.PerformLayout(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.historyWorkGridView)).EndInit(); 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.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; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Button changeWorkPlaceButton; private System.Windows.Forms.Button delWorkPlaceButton; private System.Windows.Forms.Label fioLabel; private System.Windows.Forms.DataGridView historyWorkGridView; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.DataGridView stajGridView; private System.Windows.Forms.Button addTypeStajButton; private System.Windows.Forms.Button delTypeStajButton; private System.Windows.Forms.ComboBox comboBox1; private System.Windows.Forms.Button addWorkPlaceButton; private System.Windows.Forms.ToolStripMenuItem stajMI; private System.Windows.Forms.Button selectButton; private System.Windows.Forms.ToolStripMenuItem learnMI; private System.Windows.Forms.ToolStripMenuItem настройкиToolStripMenuItem; } }