namespace ProjectLibrary.Forms
{
    partial class FOrderDistributionReport
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows Form Designer generated code

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            buttonSelectFileName = new Button();
            labelFileName = new Label();
            label1 = new Label();
            dateTimePicker = new DateTimePicker();
            buttonCreate = new Button();
            SuspendLayout();
            // 
            // buttonSelectFileName
            // 
            buttonSelectFileName.BackColor = SystemColors.Control;
            buttonSelectFileName.Location = new Point(12, 23);
            buttonSelectFileName.Name = "buttonSelectFileName";
            buttonSelectFileName.Size = new Size(129, 29);
            buttonSelectFileName.TabIndex = 0;
            buttonSelectFileName.Text = "Выбрать";
            buttonSelectFileName.UseVisualStyleBackColor = false;
            buttonSelectFileName.Click += ButtonSelectFileName_Click;
            // 
            // labelFileName
            // 
            labelFileName.AutoSize = true;
            labelFileName.Location = new Point(179, 27);
            labelFileName.Name = "labelFileName";
            labelFileName.Size = new Size(45, 20);
            labelFileName.TabIndex = 1;
            labelFileName.Text = "Файл";
            // 
            // label1
            // 
            label1.AutoSize = true;
            label1.Location = new Point(12, 81);
            label1.Name = "label1";
            label1.Size = new Size(44, 20);
            label1.TabIndex = 2;
            label1.Text = "Дата:";
            // 
            // dateTimePicker
            // 
            dateTimePicker.Location = new Point(179, 76);
            dateTimePicker.Name = "dateTimePicker";
            dateTimePicker.Size = new Size(183, 27);
            dateTimePicker.TabIndex = 3;
            // 
            // buttonCreate
            // 
            buttonCreate.BackColor = SystemColors.Control;
            buttonCreate.Location = new Point(12, 146);
            buttonCreate.Name = "buttonCreate";
            buttonCreate.Size = new Size(350, 29);
            buttonCreate.TabIndex = 4;
            buttonCreate.Text = "Сформировать";
            buttonCreate.UseVisualStyleBackColor = false;
            buttonCreate.Click += ButtonCreate_Click;
            // 
            // FOrderDistributionReport
            // 
            AutoScaleDimensions = new SizeF(8F, 20F);
            AutoScaleMode = AutoScaleMode.Font;
            ClientSize = new Size(395, 227);
            Controls.Add(buttonCreate);
            Controls.Add(dateTimePicker);
            Controls.Add(label1);
            Controls.Add(labelFileName);
            Controls.Add(buttonSelectFileName);
            Name = "FOrderDistributionReport";
            Text = "Количество книг в библиотеках";
            ResumeLayout(false);
            PerformLayout();
        }

        #endregion

        private Button buttonSelectFileName;
        private Label labelFileName;
        private Label label1;
        private DateTimePicker dateTimePicker;
        private Button buttonCreate;
    }
}