namespace RestaurantApp { partial class EmployeeForm { private System.ComponentModel.IContainer components = null; protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } private void InitializeComponent() { this.dgvEmployees = new System.Windows.Forms.DataGridView(); this.panelTop = new System.Windows.Forms.Panel(); this.chkActive = new System.Windows.Forms.CheckBox(); this.cmbPosition = new System.Windows.Forms.ComboBox(); this.lblPosition = new System.Windows.Forms.Label(); this.txtSearch = new System.Windows.Forms.TextBox(); this.btnSearch = new System.Windows.Forms.Button(); this.btnRefresh = new System.Windows.Forms.Button(); this.btnAdd = new System.Windows.Forms.Button(); this.btnEdit = new System.Windows.Forms.Button(); this.btnDelete = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.dgvEmployees)).BeginInit(); this.panelTop.SuspendLayout(); this.SuspendLayout(); // // dgvEmployees // this.dgvEmployees.AllowUserToAddRows = false; this.dgvEmployees.AllowUserToDeleteRows = false; this.dgvEmployees.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.dgvEmployees.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvEmployees.Dock = System.Windows.Forms.DockStyle.Fill; this.dgvEmployees.Location = new System.Drawing.Point(0, 50); this.dgvEmployees.Name = "dgvEmployees"; this.dgvEmployees.ReadOnly = true; this.dgvEmployees.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvEmployees.Size = new System.Drawing.Size(1100, 550); this.dgvEmployees.TabIndex = 0; // // panelTop // this.panelTop.Controls.Add(this.chkActive); this.panelTop.Controls.Add(this.cmbPosition); this.panelTop.Controls.Add(this.lblPosition); this.panelTop.Controls.Add(this.txtSearch); this.panelTop.Controls.Add(this.btnSearch); this.panelTop.Controls.Add(this.btnRefresh); this.panelTop.Controls.Add(this.btnAdd); this.panelTop.Controls.Add(this.btnEdit); this.panelTop.Controls.Add(this.btnDelete); this.panelTop.Dock = System.Windows.Forms.DockStyle.Top; this.panelTop.Location = new System.Drawing.Point(0, 0); this.panelTop.Name = "panelTop"; this.panelTop.Size = new System.Drawing.Size(1100, 50); this.panelTop.TabIndex = 1; // // chkActive // this.chkActive.AutoSize = true; this.chkActive.Location = new System.Drawing.Point(610, 17); this.chkActive.Name = "chkActive"; this.chkActive.Size = new System.Drawing.Size(106, 17); this.chkActive.TabIndex = 8; this.chkActive.Text = "Только активные"; this.chkActive.UseVisualStyleBackColor = true; // // cmbPosition // this.cmbPosition.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbPosition.Location = new System.Drawing.Point(100, 15); this.cmbPosition.Name = "cmbPosition"; this.cmbPosition.Size = new System.Drawing.Size(150, 21); this.cmbPosition.TabIndex = 7; // // lblPosition // this.lblPosition.AutoSize = true; this.lblPosition.Location = new System.Drawing.Point(15, 18); this.lblPosition.Name = "lblPosition"; this.lblPosition.Size = new System.Drawing.Size(68, 13); this.lblPosition.TabIndex = 6; this.lblPosition.Text = "Должность:"; // // txtSearch // this.txtSearch.Location = new System.Drawing.Point(270, 15); this.txtSearch.Name = "txtSearch"; this.txtSearch.Size = new System.Drawing.Size(150, 20); this.txtSearch.TabIndex = 4; // // btnSearch // this.btnSearch.Location = new System.Drawing.Point(430, 13); this.btnSearch.Name = "btnSearch"; this.btnSearch.Size = new System.Drawing.Size(75, 23); this.btnSearch.TabIndex = 3; this.btnSearch.Text = "Поиск"; this.btnSearch.UseVisualStyleBackColor = true; // // btnRefresh // this.btnRefresh.Location = new System.Drawing.Point(515, 13); this.btnRefresh.Name = "btnRefresh"; this.btnRefresh.Size = new System.Drawing.Size(75, 23); this.btnRefresh.TabIndex = 2; this.btnRefresh.Text = "Обновить"; this.btnRefresh.UseVisualStyleBackColor = true; // // btnAdd // this.btnAdd.BackColor = System.Drawing.Color.LimeGreen; this.btnAdd.Location = new System.Drawing.Point(750, 13); this.btnAdd.Name = "btnAdd"; this.btnAdd.Size = new System.Drawing.Size(80, 23); this.btnAdd.TabIndex = 1; this.btnAdd.Text = "Добавить"; this.btnAdd.UseVisualStyleBackColor = false; // // btnEdit // this.btnEdit.Location = new System.Drawing.Point(840, 13); this.btnEdit.Name = "btnEdit"; this.btnEdit.Size = new System.Drawing.Size(80, 23); this.btnEdit.TabIndex = 1; this.btnEdit.Text = "Изменить"; this.btnEdit.UseVisualStyleBackColor = true; // // btnDelete // this.btnDelete.Location = new System.Drawing.Point(930, 13); this.btnDelete.Name = "btnDelete"; this.btnDelete.Size = new System.Drawing.Size(80, 23); this.btnDelete.TabIndex = 0; this.btnDelete.Text = "Уволить"; this.btnDelete.UseVisualStyleBackColor = true; // // EmployeeForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1100, 600); this.Controls.Add(this.dgvEmployees); this.Controls.Add(this.panelTop); this.Name = "EmployeeForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Управление сотрудниками"; ((System.ComponentModel.ISupportInitialize)(this.dgvEmployees)).EndInit(); this.panelTop.ResumeLayout(false); this.panelTop.PerformLayout(); this.ResumeLayout(false); } private System.Windows.Forms.DataGridView dgvEmployees; private System.Windows.Forms.Panel panelTop; private System.Windows.Forms.TextBox txtSearch; private System.Windows.Forms.Button btnSearch; private System.Windows.Forms.Button btnRefresh; private System.Windows.Forms.Button btnAdd; private System.Windows.Forms.Button btnEdit; private System.Windows.Forms.Button btnDelete; private System.Windows.Forms.ComboBox cmbPosition; private System.Windows.Forms.Label lblPosition; private System.Windows.Forms.CheckBox chkActive; } }