namespace SimpleDBViewer { partial class MainForm { private System.ComponentModel.IContainer components = null; private System.Windows.Forms.Panel pnlHeader; private System.Windows.Forms.Label lblTitle; private System.Windows.Forms.Label lblUser; private System.Windows.Forms.Button btnLogout; private System.Windows.Forms.TabControl tabControl; private System.Windows.Forms.TabPage tabTables; private System.Windows.Forms.TabPage tabSearch; private System.Windows.Forms.Panel pnlTablesTop; private System.Windows.Forms.Label lblTableCaption; private System.Windows.Forms.ComboBox cmbTables; 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.Button btnExportTable; private System.Windows.Forms.Label lblTableStatus; private System.Windows.Forms.DataGridView dgvTables; private System.Windows.Forms.Panel pnlSearchTop; private System.Windows.Forms.Label lblDriverFilter; private System.Windows.Forms.TextBox txtDriverFilter; private System.Windows.Forms.Label lblSchoolFilter; private System.Windows.Forms.TextBox txtSchoolFilter; private System.Windows.Forms.Label lblResultFilter; private System.Windows.Forms.ComboBox cmbResultFilter; private System.Windows.Forms.Label lblDateFrom; private System.Windows.Forms.DateTimePicker dtFrom; private System.Windows.Forms.Label lblDateTo; private System.Windows.Forms.DateTimePicker dtTo; private System.Windows.Forms.Button btnSearch; private System.Windows.Forms.Button btnReset; private System.Windows.Forms.Button btnExportSearch; private System.Windows.Forms.DataGridView dgvSearch; protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } private void InitializeComponent() { this.pnlHeader = new System.Windows.Forms.Panel(); this.btnLogout = new System.Windows.Forms.Button(); this.lblUser = new System.Windows.Forms.Label(); this.lblTitle = new System.Windows.Forms.Label(); this.tabControl = new System.Windows.Forms.TabControl(); this.tabTables = new System.Windows.Forms.TabPage(); this.dgvTables = new System.Windows.Forms.DataGridView(); this.pnlTablesTop = new System.Windows.Forms.Panel(); this.lblTableStatus = new System.Windows.Forms.Label(); this.btnExportTable = new System.Windows.Forms.Button(); this.btnDelete = new System.Windows.Forms.Button(); this.btnEdit = new System.Windows.Forms.Button(); this.btnAdd = new System.Windows.Forms.Button(); this.btnRefresh = new System.Windows.Forms.Button(); this.cmbTables = new System.Windows.Forms.ComboBox(); this.lblTableCaption = new System.Windows.Forms.Label(); this.tabSearch = new System.Windows.Forms.TabPage(); this.dgvSearch = new System.Windows.Forms.DataGridView(); this.pnlSearchTop = new System.Windows.Forms.Panel(); this.btnExportSearch = new System.Windows.Forms.Button(); this.btnReset = new System.Windows.Forms.Button(); this.btnSearch = new System.Windows.Forms.Button(); this.dtTo = new System.Windows.Forms.DateTimePicker(); this.lblDateTo = new System.Windows.Forms.Label(); this.dtFrom = new System.Windows.Forms.DateTimePicker(); this.lblDateFrom = new System.Windows.Forms.Label(); this.cmbResultFilter = new System.Windows.Forms.ComboBox(); this.lblResultFilter = new System.Windows.Forms.Label(); this.txtSchoolFilter = new System.Windows.Forms.TextBox(); this.lblSchoolFilter = new System.Windows.Forms.Label(); this.txtDriverFilter = new System.Windows.Forms.TextBox(); this.lblDriverFilter = new System.Windows.Forms.Label(); this.pnlHeader.SuspendLayout(); this.tabControl.SuspendLayout(); this.tabTables.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvTables)).BeginInit(); this.pnlTablesTop.SuspendLayout(); this.tabSearch.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvSearch)).BeginInit(); this.pnlSearchTop.SuspendLayout(); this.SuspendLayout(); // // pnlHeader // this.pnlHeader.BackColor = System.Drawing.Color.FromArgb(30, 58, 84); this.pnlHeader.Controls.Add(this.btnLogout); this.pnlHeader.Controls.Add(this.lblUser); this.pnlHeader.Controls.Add(this.lblTitle); this.pnlHeader.Dock = System.Windows.Forms.DockStyle.Top; this.pnlHeader.Location = new System.Drawing.Point(0, 0); this.pnlHeader.Name = "pnlHeader"; this.pnlHeader.Size = new System.Drawing.Size(1180, 76); this.pnlHeader.TabIndex = 0; // // btnLogout // this.btnLogout.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnLogout.BackColor = System.Drawing.Color.FromArgb(226, 232, 240); this.btnLogout.FlatAppearance.BorderSize = 0; this.btnLogout.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnLogout.Font = new System.Drawing.Font("Segoe UI", 9.5F, System.Drawing.FontStyle.Bold); this.btnLogout.ForeColor = System.Drawing.Color.FromArgb(30, 58, 84); this.btnLogout.Location = new System.Drawing.Point(1054, 21); this.btnLogout.Name = "btnLogout"; this.btnLogout.Size = new System.Drawing.Size(104, 34); this.btnLogout.TabIndex = 2; this.btnLogout.Text = "Выйти"; this.btnLogout.UseVisualStyleBackColor = false; this.btnLogout.Click += new System.EventHandler(this.BtnLogout_Click); // // lblUser // this.lblUser.AutoSize = true; this.lblUser.Font = new System.Drawing.Font("Segoe UI", 10F); this.lblUser.ForeColor = System.Drawing.Color.FromArgb(226, 232, 240); this.lblUser.Location = new System.Drawing.Point(29, 48); this.lblUser.Name = "lblUser"; this.lblUser.Size = new System.Drawing.Size(0, 19); this.lblUser.TabIndex = 1; // // lblTitle // this.lblTitle.AutoSize = true; this.lblTitle.Font = new System.Drawing.Font("Segoe UI", 18F, System.Drawing.FontStyle.Bold); this.lblTitle.ForeColor = System.Drawing.Color.White; this.lblTitle.Location = new System.Drawing.Point(26, 13); this.lblTitle.Name = "lblTitle"; this.lblTitle.Size = new System.Drawing.Size(142, 32); this.lblTitle.TabIndex = 0; this.lblTitle.Text = "Автошкола"; // // tabControl // this.tabControl.Controls.Add(this.tabTables); this.tabControl.Controls.Add(this.tabSearch); this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControl.Location = new System.Drawing.Point(0, 76); this.tabControl.Name = "tabControl"; this.tabControl.SelectedIndex = 0; this.tabControl.Size = new System.Drawing.Size(1180, 684); this.tabControl.TabIndex = 1; // // tabTables // this.tabTables.BackColor = System.Drawing.Color.FromArgb(248, 250, 252); this.tabTables.Controls.Add(this.dgvTables); this.tabTables.Controls.Add(this.pnlTablesTop); this.tabTables.Location = new System.Drawing.Point(4, 26); this.tabTables.Name = "tabTables"; this.tabTables.Padding = new System.Windows.Forms.Padding(14); this.tabTables.Size = new System.Drawing.Size(1172, 654); this.tabTables.TabIndex = 0; this.tabTables.Text = "Данные"; // // dgvTables // this.dgvTables.AllowUserToAddRows = false; this.dgvTables.AllowUserToDeleteRows = false; this.dgvTables.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells; this.dgvTables.BackgroundColor = System.Drawing.Color.White; this.dgvTables.BorderStyle = System.Windows.Forms.BorderStyle.None; this.dgvTables.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvTables.Dock = System.Windows.Forms.DockStyle.Fill; this.dgvTables.EnableHeadersVisualStyles = false; this.dgvTables.GridColor = System.Drawing.Color.FromArgb(226, 232, 240); this.dgvTables.Location = new System.Drawing.Point(14, 96); this.dgvTables.MultiSelect = false; this.dgvTables.Name = "dgvTables"; this.dgvTables.ReadOnly = true; this.dgvTables.RowHeadersVisible = false; this.dgvTables.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvTables.Size = new System.Drawing.Size(1144, 544); this.dgvTables.TabIndex = 1; // // pnlTablesTop // this.pnlTablesTop.BackColor = System.Drawing.Color.FromArgb(248, 250, 252); this.pnlTablesTop.Controls.Add(this.lblTableStatus); this.pnlTablesTop.Controls.Add(this.btnExportTable); this.pnlTablesTop.Controls.Add(this.btnDelete); this.pnlTablesTop.Controls.Add(this.btnEdit); this.pnlTablesTop.Controls.Add(this.btnAdd); this.pnlTablesTop.Controls.Add(this.btnRefresh); this.pnlTablesTop.Controls.Add(this.cmbTables); this.pnlTablesTop.Controls.Add(this.lblTableCaption); this.pnlTablesTop.Dock = System.Windows.Forms.DockStyle.Top; this.pnlTablesTop.Location = new System.Drawing.Point(14, 14); this.pnlTablesTop.Name = "pnlTablesTop"; this.pnlTablesTop.Size = new System.Drawing.Size(1144, 82); this.pnlTablesTop.TabIndex = 0; // // lblTableStatus // this.lblTableStatus.AutoSize = true; this.lblTableStatus.ForeColor = System.Drawing.Color.FromArgb(100, 116, 139); this.lblTableStatus.Location = new System.Drawing.Point(0, 55); this.lblTableStatus.Name = "lblTableStatus"; this.lblTableStatus.Size = new System.Drawing.Size(0, 17); this.lblTableStatus.TabIndex = 7; // // btnExportTable // this.btnExportTable.BackColor = System.Drawing.Color.FromArgb(71, 85, 105); this.btnExportTable.FlatAppearance.BorderSize = 0; this.btnExportTable.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnExportTable.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold); this.btnExportTable.ForeColor = System.Drawing.Color.White; this.btnExportTable.Location = new System.Drawing.Point(826, 8); this.btnExportTable.Name = "btnExportTable"; this.btnExportTable.Size = new System.Drawing.Size(120, 34); this.btnExportTable.TabIndex = 6; this.btnExportTable.Text = "Отчёт CSV"; this.btnExportTable.UseVisualStyleBackColor = false; this.btnExportTable.Click += new System.EventHandler(this.BtnExportTable_Click); // // btnDelete // this.btnDelete.BackColor = System.Drawing.Color.FromArgb(239, 68, 68); this.btnDelete.FlatAppearance.BorderSize = 0; this.btnDelete.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnDelete.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold); this.btnDelete.ForeColor = System.Drawing.Color.White; this.btnDelete.Location = new System.Drawing.Point(714, 8); this.btnDelete.Name = "btnDelete"; this.btnDelete.Size = new System.Drawing.Size(100, 34); this.btnDelete.TabIndex = 5; this.btnDelete.Text = "Удалить"; this.btnDelete.UseVisualStyleBackColor = false; this.btnDelete.Click += new System.EventHandler(this.BtnDelete_Click); // // btnEdit // this.btnEdit.BackColor = System.Drawing.Color.FromArgb(245, 158, 11); this.btnEdit.FlatAppearance.BorderSize = 0; this.btnEdit.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnEdit.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold); this.btnEdit.ForeColor = System.Drawing.Color.White; this.btnEdit.Location = new System.Drawing.Point(602, 8); this.btnEdit.Name = "btnEdit"; this.btnEdit.Size = new System.Drawing.Size(100, 34); this.btnEdit.TabIndex = 4; this.btnEdit.Text = "Изменить"; this.btnEdit.UseVisualStyleBackColor = false; this.btnEdit.Click += new System.EventHandler(this.BtnEdit_Click); // // btnAdd // this.btnAdd.BackColor = System.Drawing.Color.FromArgb(34, 197, 94); this.btnAdd.FlatAppearance.BorderSize = 0; this.btnAdd.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnAdd.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold); this.btnAdd.ForeColor = System.Drawing.Color.White; this.btnAdd.Location = new System.Drawing.Point(490, 8); this.btnAdd.Name = "btnAdd"; this.btnAdd.Size = new System.Drawing.Size(100, 34); this.btnAdd.TabIndex = 3; this.btnAdd.Text = "Добавить"; this.btnAdd.UseVisualStyleBackColor = false; this.btnAdd.Click += new System.EventHandler(this.BtnAdd_Click); // // btnRefresh // this.btnRefresh.BackColor = System.Drawing.Color.FromArgb(14, 165, 233); this.btnRefresh.FlatAppearance.BorderSize = 0; this.btnRefresh.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnRefresh.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold); this.btnRefresh.ForeColor = System.Drawing.Color.White; this.btnRefresh.Location = new System.Drawing.Point(378, 8); this.btnRefresh.Name = "btnRefresh"; this.btnRefresh.Size = new System.Drawing.Size(100, 34); this.btnRefresh.TabIndex = 2; this.btnRefresh.Text = "Обновить"; this.btnRefresh.UseVisualStyleBackColor = false; this.btnRefresh.Click += new System.EventHandler(this.BtnRefresh_Click); // // cmbTables // this.cmbTables.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbTables.FormattingEnabled = true; this.cmbTables.Location = new System.Drawing.Point(68, 12); this.cmbTables.Name = "cmbTables"; this.cmbTables.Size = new System.Drawing.Size(285, 25); this.cmbTables.TabIndex = 1; this.cmbTables.SelectedIndexChanged += new System.EventHandler(this.CmbTables_SelectedIndexChanged); // // lblTableCaption // this.lblTableCaption.AutoSize = true; this.lblTableCaption.ForeColor = System.Drawing.Color.FromArgb(51, 65, 85); this.lblTableCaption.Location = new System.Drawing.Point(0, 15); this.lblTableCaption.Name = "lblTableCaption"; this.lblTableCaption.Size = new System.Drawing.Size(53, 17); this.lblTableCaption.TabIndex = 0; this.lblTableCaption.Text = "Раздел"; // // tabSearch // this.tabSearch.BackColor = System.Drawing.Color.FromArgb(248, 250, 252); this.tabSearch.Controls.Add(this.dgvSearch); this.tabSearch.Controls.Add(this.pnlSearchTop); this.tabSearch.Location = new System.Drawing.Point(4, 26); this.tabSearch.Name = "tabSearch"; this.tabSearch.Padding = new System.Windows.Forms.Padding(14); this.tabSearch.Size = new System.Drawing.Size(1172, 654); this.tabSearch.TabIndex = 1; this.tabSearch.Text = "Поиск экзаменов"; // // dgvSearch // this.dgvSearch.AllowUserToAddRows = false; this.dgvSearch.AllowUserToDeleteRows = false; this.dgvSearch.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells; this.dgvSearch.BackgroundColor = System.Drawing.Color.White; this.dgvSearch.BorderStyle = System.Windows.Forms.BorderStyle.None; this.dgvSearch.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvSearch.Dock = System.Windows.Forms.DockStyle.Fill; this.dgvSearch.EnableHeadersVisualStyles = false; this.dgvSearch.GridColor = System.Drawing.Color.FromArgb(226, 232, 240); this.dgvSearch.Location = new System.Drawing.Point(14, 116); this.dgvSearch.MultiSelect = false; this.dgvSearch.Name = "dgvSearch"; this.dgvSearch.ReadOnly = true; this.dgvSearch.RowHeadersVisible = false; this.dgvSearch.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvSearch.Size = new System.Drawing.Size(1144, 524); this.dgvSearch.TabIndex = 1; // // pnlSearchTop // this.pnlSearchTop.BackColor = System.Drawing.Color.FromArgb(248, 250, 252); this.pnlSearchTop.Controls.Add(this.btnExportSearch); this.pnlSearchTop.Controls.Add(this.btnReset); this.pnlSearchTop.Controls.Add(this.btnSearch); this.pnlSearchTop.Controls.Add(this.dtTo); this.pnlSearchTop.Controls.Add(this.lblDateTo); this.pnlSearchTop.Controls.Add(this.dtFrom); this.pnlSearchTop.Controls.Add(this.lblDateFrom); this.pnlSearchTop.Controls.Add(this.cmbResultFilter); this.pnlSearchTop.Controls.Add(this.lblResultFilter); this.pnlSearchTop.Controls.Add(this.txtSchoolFilter); this.pnlSearchTop.Controls.Add(this.lblSchoolFilter); this.pnlSearchTop.Controls.Add(this.txtDriverFilter); this.pnlSearchTop.Controls.Add(this.lblDriverFilter); this.pnlSearchTop.Dock = System.Windows.Forms.DockStyle.Top; this.pnlSearchTop.Location = new System.Drawing.Point(14, 14); this.pnlSearchTop.Name = "pnlSearchTop"; this.pnlSearchTop.Size = new System.Drawing.Size(1144, 102); this.pnlSearchTop.TabIndex = 0; // // btnExportSearch // this.btnExportSearch.BackColor = System.Drawing.Color.FromArgb(71, 85, 105); this.btnExportSearch.FlatAppearance.BorderSize = 0; this.btnExportSearch.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnExportSearch.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold); this.btnExportSearch.ForeColor = System.Drawing.Color.White; this.btnExportSearch.Location = new System.Drawing.Point(258, 58); this.btnExportSearch.Name = "btnExportSearch"; this.btnExportSearch.Size = new System.Drawing.Size(120, 34); this.btnExportSearch.TabIndex = 12; this.btnExportSearch.Text = "Отчёт CSV"; this.btnExportSearch.UseVisualStyleBackColor = false; this.btnExportSearch.Click += new System.EventHandler(this.BtnExportSearch_Click); // // btnReset // this.btnReset.BackColor = System.Drawing.Color.FromArgb(100, 116, 139); this.btnReset.FlatAppearance.BorderSize = 0; this.btnReset.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnReset.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold); this.btnReset.ForeColor = System.Drawing.Color.White; this.btnReset.Location = new System.Drawing.Point(132, 58); this.btnReset.Name = "btnReset"; this.btnReset.Size = new System.Drawing.Size(110, 34); this.btnReset.TabIndex = 11; this.btnReset.Text = "Сбросить"; this.btnReset.UseVisualStyleBackColor = false; this.btnReset.Click += new System.EventHandler(this.BtnReset_Click); // // btnSearch // this.btnSearch.BackColor = System.Drawing.Color.FromArgb(37, 99, 235); this.btnSearch.FlatAppearance.BorderSize = 0; this.btnSearch.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnSearch.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold); this.btnSearch.ForeColor = System.Drawing.Color.White; this.btnSearch.Location = new System.Drawing.Point(0, 58); this.btnSearch.Name = "btnSearch"; this.btnSearch.Size = new System.Drawing.Size(116, 34); this.btnSearch.TabIndex = 10; this.btnSearch.Text = "Найти"; this.btnSearch.UseVisualStyleBackColor = false; this.btnSearch.Click += new System.EventHandler(this.BtnSearch_Click); // // dtTo // this.dtTo.Format = System.Windows.Forms.DateTimePickerFormat.Short; this.dtTo.Location = new System.Drawing.Point(786, 24); this.dtTo.Name = "dtTo"; this.dtTo.ShowCheckBox = true; this.dtTo.Size = new System.Drawing.Size(145, 24); this.dtTo.TabIndex = 9; this.dtTo.Checked = false; // // lblDateTo // this.lblDateTo.AutoSize = true; this.lblDateTo.ForeColor = System.Drawing.Color.FromArgb(51, 65, 85); this.lblDateTo.Location = new System.Drawing.Point(783, 3); this.lblDateTo.Name = "lblDateTo"; this.lblDateTo.Size = new System.Drawing.Size(22, 17); this.lblDateTo.TabIndex = 8; this.lblDateTo.Text = "По"; // // dtFrom // this.dtFrom.Format = System.Windows.Forms.DateTimePickerFormat.Short; this.dtFrom.Location = new System.Drawing.Point(625, 24); this.dtFrom.Name = "dtFrom"; this.dtFrom.ShowCheckBox = true; this.dtFrom.Size = new System.Drawing.Size(145, 24); this.dtFrom.TabIndex = 7; this.dtFrom.Checked = false; // // lblDateFrom // this.lblDateFrom.AutoSize = true; this.lblDateFrom.ForeColor = System.Drawing.Color.FromArgb(51, 65, 85); this.lblDateFrom.Location = new System.Drawing.Point(622, 3); this.lblDateFrom.Name = "lblDateFrom"; this.lblDateFrom.Size = new System.Drawing.Size(15, 17); this.lblDateFrom.TabIndex = 6; this.lblDateFrom.Text = "С"; // // cmbResultFilter // this.cmbResultFilter.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbResultFilter.FormattingEnabled = true; this.cmbResultFilter.Items.AddRange(new object[] { "Все", "сдан", "не сдан"}); this.cmbResultFilter.SelectedIndex = 0; this.cmbResultFilter.Location = new System.Drawing.Point(476, 24); this.cmbResultFilter.Name = "cmbResultFilter"; this.cmbResultFilter.Size = new System.Drawing.Size(130, 25); this.cmbResultFilter.TabIndex = 5; // // lblResultFilter // this.lblResultFilter.AutoSize = true; this.lblResultFilter.ForeColor = System.Drawing.Color.FromArgb(51, 65, 85); this.lblResultFilter.Location = new System.Drawing.Point(473, 3); this.lblResultFilter.Name = "lblResultFilter"; this.lblResultFilter.Size = new System.Drawing.Size(67, 17); this.lblResultFilter.TabIndex = 4; this.lblResultFilter.Text = "Результат"; // // txtSchoolFilter // this.txtSchoolFilter.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtSchoolFilter.Location = new System.Drawing.Point(238, 24); this.txtSchoolFilter.Name = "txtSchoolFilter"; this.txtSchoolFilter.Size = new System.Drawing.Size(220, 24); this.txtSchoolFilter.TabIndex = 3; // // lblSchoolFilter // this.lblSchoolFilter.AutoSize = true; this.lblSchoolFilter.ForeColor = System.Drawing.Color.FromArgb(51, 65, 85); this.lblSchoolFilter.Location = new System.Drawing.Point(235, 3); this.lblSchoolFilter.Name = "lblSchoolFilter"; this.lblSchoolFilter.Size = new System.Drawing.Size(77, 17); this.lblSchoolFilter.TabIndex = 2; this.lblSchoolFilter.Text = "Автошкола"; // // txtDriverFilter // this.txtDriverFilter.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtDriverFilter.Location = new System.Drawing.Point(0, 24); this.txtDriverFilter.Name = "txtDriverFilter"; this.txtDriverFilter.Size = new System.Drawing.Size(220, 24); this.txtDriverFilter.TabIndex = 1; // // lblDriverFilter // this.lblDriverFilter.AutoSize = true; this.lblDriverFilter.ForeColor = System.Drawing.Color.FromArgb(51, 65, 85); this.lblDriverFilter.Location = new System.Drawing.Point(0, 3); this.lblDriverFilter.Name = "lblDriverFilter"; this.lblDriverFilter.Size = new System.Drawing.Size(62, 17); this.lblDriverFilter.TabIndex = 0; this.lblDriverFilter.Text = "Водитель"; // // MainForm // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(248, 250, 252); this.ClientSize = new System.Drawing.Size(1180, 760); this.Controls.Add(this.tabControl); this.Controls.Add(this.pnlHeader); this.Font = new System.Drawing.Font("Segoe UI", 9.5F); this.MinimumSize = new System.Drawing.Size(1100, 700); this.Name = "MainForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Автошкола | WinForms + PostgreSQL"; this.pnlHeader.ResumeLayout(false); this.pnlHeader.PerformLayout(); this.tabControl.ResumeLayout(false); this.tabTables.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dgvTables)).EndInit(); this.pnlTablesTop.ResumeLayout(false); this.pnlTablesTop.PerformLayout(); this.tabSearch.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dgvSearch)).EndInit(); this.pnlSearchTop.ResumeLayout(false); this.pnlSearchTop.PerformLayout(); this.ResumeLayout(false); } } }