﻿namespace WinFormsApp2
{
    partial class UserControl2
    {
        private System.ComponentModel.IContainer components = null;

        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Component Designer generated code

        private void InitializeComponent()
        {
            this.panelTop = new System.Windows.Forms.Panel();
            this.labelTitle = new System.Windows.Forms.Label();
            this.panelFilters = new System.Windows.Forms.Panel();
            this.labelPageSize = new System.Windows.Forms.Label();
            this.comboBoxPageSize = new System.Windows.Forms.ComboBox();
            this.labelSearch = new System.Windows.Forms.Label();
            this.textBoxSearch = new System.Windows.Forms.TextBox();
            this.labelCompanyFilter = new System.Windows.Forms.Label();
            this.comboBoxCompanyFilter = new System.Windows.Forms.ComboBox();
            this.buttonRefresh = new System.Windows.Forms.Button();
            this.dataGridView1 = new System.Windows.Forms.DataGridView();
            this.panelBottom = new System.Windows.Forms.Panel();
            this.buttonPrevPage = new System.Windows.Forms.Button();
            this.labelPageInfo = new System.Windows.Forms.Label();
            this.buttonNextPage = new System.Windows.Forms.Button();
            this.labelRecordInfo = new System.Windows.Forms.Label();
            this.labelLoading = new System.Windows.Forms.Label();
            this.panelTop.SuspendLayout();
            this.panelFilters.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
            this.panelBottom.SuspendLayout();
            this.SuspendLayout();
            // 
            // panelTop
            // 
            this.panelTop.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(150)))), ((int)(((byte)(243)))));
            this.panelTop.Controls.Add(this.labelTitle);
            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(1000, 60);
            this.panelTop.TabIndex = 0;
            // 
            // labelTitle
            // 
            this.labelTitle.AutoSize = true;
            this.labelTitle.Font = new System.Drawing.Font("Segoe UI", 18F, System.Drawing.FontStyle.Bold);
            this.labelTitle.ForeColor = System.Drawing.Color.White;
            this.labelTitle.Location = new System.Drawing.Point(15, 15);
            this.labelTitle.Name = "labelTitle";
            this.labelTitle.Size = new System.Drawing.Size(254, 32);
            this.labelTitle.TabIndex = 0;
            this.labelTitle.Text = "Торговые автоматы";
            // 
            // panelFilters
            // 
            this.panelFilters.BackColor = System.Drawing.Color.White;
            this.panelFilters.Controls.Add(this.labelPageSize);
            this.panelFilters.Controls.Add(this.comboBoxPageSize);
            this.panelFilters.Controls.Add(this.labelSearch);
            this.panelFilters.Controls.Add(this.textBoxSearch);
            this.panelFilters.Controls.Add(this.labelCompanyFilter);
            this.panelFilters.Controls.Add(this.comboBoxCompanyFilter);
            this.panelFilters.Controls.Add(this.buttonRefresh);
            this.panelFilters.Dock = System.Windows.Forms.DockStyle.Top;
            this.panelFilters.Location = new System.Drawing.Point(0, 60);
            this.panelFilters.Name = "panelFilters";
            this.panelFilters.Padding = new System.Windows.Forms.Padding(15);
            this.panelFilters.Size = new System.Drawing.Size(1000, 80);
            this.panelFilters.TabIndex = 1;
            // 
            // labelPageSize
            // 
            this.labelPageSize.AutoSize = true;
            this.labelPageSize.Location = new System.Drawing.Point(15, 20);
            this.labelPageSize.Name = "labelPageSize";
            this.labelPageSize.Size = new System.Drawing.Size(109, 15);
            this.labelPageSize.TabIndex = 0;
            this.labelPageSize.Text = "Записей на странице:";
            // 
            // comboBoxPageSize
            // 
            this.comboBoxPageSize.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxPageSize.FormattingEnabled = true;
            this.comboBoxPageSize.Location = new System.Drawing.Point(15, 40);
            this.comboBoxPageSize.Name = "comboBoxPageSize";
            this.comboBoxPageSize.Size = new System.Drawing.Size(100, 23);
            this.comboBoxPageSize.TabIndex = 1;
            // 
            // labelSearch
            // 
            this.labelSearch.AutoSize = true;
            this.labelSearch.Location = new System.Drawing.Point(140, 20);
            this.labelSearch.Name = "labelSearch";
            this.labelSearch.Size = new System.Drawing.Size(42, 15);
            this.labelSearch.TabIndex = 2;
            this.labelSearch.Text = "Поиск:";
            // 
            // textBoxSearch
            // 
            this.textBoxSearch.Location = new System.Drawing.Point(140, 40);
            this.textBoxSearch.Name = "textBoxSearch";
            this.textBoxSearch.PlaceholderText = "Введите название...";
            this.textBoxSearch.Size = new System.Drawing.Size(250, 23);
            this.textBoxSearch.TabIndex = 3;
            // 
            // labelCompanyFilter
            // 
            this.labelCompanyFilter.AutoSize = true;
            this.labelCompanyFilter.Location = new System.Drawing.Point(410, 20);
            this.labelCompanyFilter.Name = "labelCompanyFilter";
            this.labelCompanyFilter.Size = new System.Drawing.Size(62, 15);
            this.labelCompanyFilter.TabIndex = 4;
            this.labelCompanyFilter.Text = "Компания:";
            // 
            // comboBoxCompanyFilter
            // 
            this.comboBoxCompanyFilter.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxCompanyFilter.FormattingEnabled = true;
            this.comboBoxCompanyFilter.Location = new System.Drawing.Point(410, 40);
            this.comboBoxCompanyFilter.Name = "comboBoxCompanyFilter";
            this.comboBoxCompanyFilter.Size = new System.Drawing.Size(200, 23);
            this.comboBoxCompanyFilter.TabIndex = 5;
            // 
            // buttonRefresh
            // 
            this.buttonRefresh.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(76)))), ((int)(((byte)(175)))), ((int)(((byte)(80)))));
            this.buttonRefresh.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.buttonRefresh.ForeColor = System.Drawing.Color.White;
            this.buttonRefresh.Location = new System.Drawing.Point(630, 38);
            this.buttonRefresh.Name = "buttonRefresh";
            this.buttonRefresh.Size = new System.Drawing.Size(100, 27);
            this.buttonRefresh.TabIndex = 6;
            this.buttonRefresh.Text = "Обновить";
            this.buttonRefresh.UseVisualStyleBackColor = false;
            // 
            // 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, 140);
            this.dataGridView1.Name = "dataGridView1";
            this.dataGridView1.Size = new System.Drawing.Size(1000, 410);
            this.dataGridView1.TabIndex = 2;
            // 
            // panelBottom
            // 
            this.panelBottom.BackColor = System.Drawing.Color.White;
            this.panelBottom.Controls.Add(this.buttonPrevPage);
            this.panelBottom.Controls.Add(this.labelPageInfo);
            this.panelBottom.Controls.Add(this.buttonNextPage);
            this.panelBottom.Controls.Add(this.labelRecordInfo);
            this.panelBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panelBottom.Location = new System.Drawing.Point(0, 550);
            this.panelBottom.Name = "panelBottom";
            this.panelBottom.Padding = new System.Windows.Forms.Padding(15);
            this.panelBottom.Size = new System.Drawing.Size(1000, 50);
            this.panelBottom.TabIndex = 3;
            // 
            // buttonPrevPage
            // 
            this.buttonPrevPage.Location = new System.Drawing.Point(15, 12);
            this.buttonPrevPage.Name = "buttonPrevPage";
            this.buttonPrevPage.Size = new System.Drawing.Size(80, 26);
            this.buttonPrevPage.TabIndex = 0;
            this.buttonPrevPage.Text = "< Назад";
            this.buttonPrevPage.UseVisualStyleBackColor = true;
            // 
            // labelPageInfo
            // 
            this.labelPageInfo.AutoSize = true;
            this.labelPageInfo.Location = new System.Drawing.Point(110, 17);
            this.labelPageInfo.Name = "labelPageInfo";
            this.labelPageInfo.Size = new System.Drawing.Size(91, 15);
            this.labelPageInfo.TabIndex = 1;
            this.labelPageInfo.Text = "Страница 1 из 1";
            // 
            // buttonNextPage
            // 
            this.buttonNextPage.Location = new System.Drawing.Point(220, 12);
            this.buttonNextPage.Name = "buttonNextPage";
            this.buttonNextPage.Size = new System.Drawing.Size(80, 26);
            this.buttonNextPage.TabIndex = 2;
            this.buttonNextPage.Text = "Вперед >";
            this.buttonNextPage.UseVisualStyleBackColor = true;
            // 
            // labelRecordInfo
            // 
            this.labelRecordInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.labelRecordInfo.AutoSize = true;
            this.labelRecordInfo.Location = new System.Drawing.Point(810, 17);
            this.labelRecordInfo.Name = "labelRecordInfo";
            this.labelRecordInfo.Size = new System.Drawing.Size(175, 15);
            this.labelRecordInfo.TabIndex = 3;
            this.labelRecordInfo.Text = "Показано 0-0 из 0 записей";
            this.labelRecordInfo.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // labelLoading
            // 
            this.labelLoading.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.labelLoading.AutoSize = true;
            this.labelLoading.BackColor = System.Drawing.Color.White;
            this.labelLoading.Font = new System.Drawing.Font("Segoe UI", 14F);
            this.labelLoading.Location = new System.Drawing.Point(430, 320);
            this.labelLoading.Name = "labelLoading";
            this.labelLoading.Size = new System.Drawing.Size(140, 25);
            this.labelLoading.TabIndex = 4;
            this.labelLoading.Text = "Загрузка данных...";
            this.labelLoading.Visible = false;
            // 
            // UserControl2
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.labelLoading);
            this.Controls.Add(this.dataGridView1);
            this.Controls.Add(this.panelBottom);
            this.Controls.Add(this.panelFilters);
            this.Controls.Add(this.panelTop);
            this.Name = "UserControl2";
            this.Size = new System.Drawing.Size(1000, 600);
            this.Load += new System.EventHandler(this.UserControl2_Load);
            this.panelTop.ResumeLayout(false);
            this.panelTop.PerformLayout();
            this.panelFilters.ResumeLayout(false);
            this.panelFilters.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
            this.panelBottom.ResumeLayout(false);
            this.panelBottom.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();
        }

        #endregion

        private System.Windows.Forms.Panel panelTop;
        private System.Windows.Forms.Label labelTitle;
        private System.Windows.Forms.Panel panelFilters;
        private System.Windows.Forms.Label labelPageSize;
        private System.Windows.Forms.ComboBox comboBoxPageSize;
        private System.Windows.Forms.Label labelSearch;
        private System.Windows.Forms.TextBox textBoxSearch;
        private System.Windows.Forms.Label labelCompanyFilter;
        private System.Windows.Forms.ComboBox comboBoxCompanyFilter;
        private System.Windows.Forms.Button buttonRefresh;
        private System.Windows.Forms.DataGridView dataGridView1;
        private System.Windows.Forms.Panel panelBottom;
        private System.Windows.Forms.Button buttonPrevPage;
        private System.Windows.Forms.Label labelPageInfo;
        private System.Windows.Forms.Button buttonNextPage;
        private System.Windows.Forms.Label labelRecordInfo;
        private System.Windows.Forms.Label labelLoading;
    }
}