﻿namespace WinFormsApp2
{
    partial class UserControl1
    {
        /// <summary> 
        /// Обязательная переменная конструктора.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary> 
        /// Освободить все используемые ресурсы.
        /// </summary>
        /// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Код, автоматически созданный конструктором компонентов

        /// <summary> 
        /// Требуемый метод для поддержки конструктора — не изменяйте 
        /// содержимое этого метода с помощью редактора кода.
        /// </summary>
        private void InitializeComponent()
        {
            components = new System.ComponentModel.Container();
            panel1 = new Panel();
            label18 = new Label();
            labelCenterText = new Label();
            pieChart2 = new LiveChartsCore.SkiaSharpView.WinForms.PieChart();
            panel10 = new Panel();
            panel9 = new Panel();
            dataGridViewSummary = new DataGridView();
            panel8 = new Panel();
            buttonByQuantity = new Button();
            buttonByAmount = new Button();
            cartesianChart1 = new LiveChartsCore.SkiaSharpView.WinForms.CartesianChart();
            panel6 = new Panel();
            pieChart1 = new LiveChartsCore.SkiaSharpView.WinForms.PieChart();
            label17 = new Label();
            label7 = new Label();
            panel3 = new Panel();
            panel2 = new Panel();
            label6 = new Label();
            label5 = new Label();
            notificationTimer = new System.Windows.Forms.Timer(components);
            panel1.SuspendLayout();
            panel9.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)dataGridViewSummary).BeginInit();
            panel8.SuspendLayout();
            panel6.SuspendLayout();
            panel3.SuspendLayout();
            SuspendLayout();
            // 
            // panel1
            // 
            panel1.Controls.Add(label18);
            panel1.Controls.Add(labelCenterText);
            panel1.Controls.Add(pieChart2);
            panel1.Controls.Add(panel10);
            panel1.Controls.Add(panel9);
            panel1.Controls.Add(panel8);
            panel1.Controls.Add(panel6);
            panel1.Controls.Add(label7);
            panel1.Dock = DockStyle.Fill;
            panel1.Location = new Point(0, 0);
            panel1.Name = "panel1";
            panel1.Size = new Size(1129, 611);
            panel1.TabIndex = 1;
            panel1.Paint += panel1_Paint;
            // 
            // label18
            // 
            label18.AutoSize = true;
            label18.Location = new Point(250, 46);
            label18.Name = "label18";
            label18.Size = new Size(58, 20);
            label18.TabIndex = 8;
            label18.Text = "label18";
            // 
            // labelCenterText
            // 
            labelCenterText.AutoSize = true;
            labelCenterText.Location = new Point(410, 177);
            labelCenterText.Name = "labelCenterText";
            labelCenterText.Size = new Size(112, 20);
            labelCenterText.TabIndex = 7;
            labelCenterText.Text = "labelCenterText";
            // 
            // pieChart2
            // 
            pieChart2.BackColor = SystemColors.ActiveBorder;
            pieChart2.InitialRotation = 0D;
            pieChart2.IsClockwise = true;
            pieChart2.Location = new Point(327, 61);
            pieChart2.MaxAngle = 360D;
            pieChart2.MaxValue = null;
            pieChart2.MinValue = 0D;
            pieChart2.Name = "pieChart2";
            pieChart2.Size = new Size(292, 245);
            pieChart2.TabIndex = 3;
            pieChart2.Total = null;
            // 
            // panel10
            // 
            panel10.Location = new Point(648, 332);
            panel10.Name = "panel10";
            panel10.Size = new Size(273, 199);
            panel10.TabIndex = 6;
            // 
            // panel9
            // 
            panel9.Controls.Add(dataGridViewSummary);
            panel9.Location = new Point(648, 65);
            panel9.Name = "panel9";
            panel9.Size = new Size(273, 241);
            panel9.TabIndex = 5;
            // 
            // dataGridViewSummary
            // 
            dataGridViewSummary.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            dataGridViewSummary.Location = new Point(16, 8);
            dataGridViewSummary.Name = "dataGridViewSummary";
            dataGridViewSummary.RowHeadersWidth = 51;
            dataGridViewSummary.RowTemplate.Height = 29;
            dataGridViewSummary.Size = new Size(241, 230);
            dataGridViewSummary.TabIndex = 0;
            // 
            // panel8
            // 
            panel8.Controls.Add(buttonByQuantity);
            panel8.Controls.Add(buttonByAmount);
            panel8.Controls.Add(cartesianChart1);
            panel8.Location = new Point(46, 330);
            panel8.Name = "panel8";
            panel8.Size = new Size(573, 254);
            panel8.TabIndex = 4;
            // 
            // buttonByQuantity
            // 
            buttonByQuantity.Location = new Point(182, 32);
            buttonByQuantity.Name = "buttonByQuantity";
            buttonByQuantity.Size = new Size(94, 29);
            buttonByQuantity.TabIndex = 2;
            buttonByQuantity.Text = "button2";
            buttonByQuantity.UseVisualStyleBackColor = true;
            // 
            // buttonByAmount
            // 
            buttonByAmount.Location = new Point(56, 29);
            buttonByAmount.Name = "buttonByAmount";
            buttonByAmount.Size = new Size(94, 29);
            buttonByAmount.TabIndex = 1;
            buttonByAmount.Text = "button1";
            buttonByAmount.UseVisualStyleBackColor = true;
            // 
            // cartesianChart1
            // 
            cartesianChart1.Location = new Point(31, 63);
            cartesianChart1.Name = "cartesianChart1";
            cartesianChart1.Size = new Size(501, 178);
            cartesianChart1.TabIndex = 0;
            // 
            // panel6
            // 
            panel6.BackColor = SystemColors.ControlDark;
            panel6.Controls.Add(pieChart1);
            panel6.Controls.Add(label17);
            panel6.Location = new Point(46, 61);
            panel6.Name = "panel6";
            panel6.Size = new Size(262, 245);
            panel6.TabIndex = 2;
            // 
            // pieChart1
            // 
            pieChart1.InitialRotation = 0D;
            pieChart1.IsClockwise = true;
            pieChart1.Location = new Point(15, 35);
            pieChart1.MaxAngle = 360D;
            pieChart1.MaxValue = null;
            pieChart1.MinValue = 0D;
            pieChart1.Name = "pieChart1";
            pieChart1.Size = new Size(188, 188);
            pieChart1.TabIndex = 3;
            pieChart1.Total = null;
            // 
            // label17
            // 
            label17.AutoSize = true;
            label17.Location = new Point(15, 12);
            label17.Name = "label17";
            label17.Size = new Size(58, 20);
            label17.TabIndex = 1;
            label17.Text = "label17";
            // 
            // label7
            // 
            label7.AutoSize = true;
            label7.Location = new Point(4, 15);
            label7.Name = "label7";
            label7.Size = new Size(50, 20);
            label7.TabIndex = 0;
            label7.Text = "label7";
            // 
            // panel3
            // 
            panel3.Controls.Add(panel2);
            panel3.Controls.Add(label6);
            panel3.Controls.Add(label5);
            panel3.Dock = DockStyle.Top;
            panel3.Location = new Point(0, 0);
            panel3.Name = "panel3";
            panel3.Size = new Size(1129, 31);
            panel3.TabIndex = 9;
            // 
            // panel2
            // 
            panel2.Location = new Point(0, 30);
            panel2.Name = "panel2";
            panel2.Size = new Size(886, 468);
            panel2.TabIndex = 4;
            // 
            // label6
            // 
            label6.AutoSize = true;
            label6.Location = new Point(794, 7);
            label6.Name = "label6";
            label6.Size = new Size(50, 20);
            label6.TabIndex = 1;
            label6.Text = "label6";
            // 
            // label5
            // 
            label5.AutoSize = true;
            label5.Location = new Point(10, 4);
            label5.Name = "label5";
            label5.Size = new Size(50, 20);
            label5.TabIndex = 0;
            label5.Text = "label5";
            // 
            // UserControl1
            // 
            AutoScaleDimensions = new SizeF(8F, 20F);
            AutoScaleMode = AutoScaleMode.Font;
            Controls.Add(panel3);
            Controls.Add(panel1);
            Name = "UserControl1";
            Size = new Size(1129, 611);
            panel1.ResumeLayout(false);
            panel1.PerformLayout();
            panel9.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)dataGridViewSummary).EndInit();
            panel8.ResumeLayout(false);
            panel6.ResumeLayout(false);
            panel6.PerformLayout();
            panel3.ResumeLayout(false);
            panel3.PerformLayout();
            ResumeLayout(false);
        }

        #endregion

        private Panel panel1;
        private Label label18;
        private Label labelCenterText;
        private LiveChartsCore.SkiaSharpView.WinForms.PieChart pieChart2;
        private Panel panel10;
        private Panel panel9;
        private DataGridView dataGridViewSummary;
        private Panel panel8;
        private Button buttonByQuantity;
        private Button buttonByAmount;
        private LiveChartsCore.SkiaSharpView.WinForms.CartesianChart cartesianChart1;
        private Panel panel6;
        private LiveChartsCore.SkiaSharpView.WinForms.PieChart pieChart1;
        private Label label17;
        private Label label7;
        private Panel panel3;
        private Panel panel2;
        private Label label6;
        private Label label5;
        private System.Windows.Forms.Timer notificationTimer;
    }
}
