PIbd-23-Nasyrov-A.G.-Flower.../ProjectFlowerShop/FormReportOrders.Designer.cs

139 lines
4.7 KiB
C#
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

namespace ProjectFlowerShop
{
partial class FormReportOrders
{
/// <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()
{
dateTimePickerFrom = new DateTimePicker();
dateTimePickerTo = new DateTimePicker();
labelS = new Label();
labelPo = new Label();
buttonMake = new Button();
buttonToPdf = new Button();
panel = new Panel();
panel1 = new Panel();
panel.SuspendLayout();
SuspendLayout();
//
// dateTimePickerFrom
//
dateTimePickerFrom.Location = new Point(48, 15);
dateTimePickerFrom.Name = "dateTimePickerFrom";
dateTimePickerFrom.Size = new Size(250, 27);
dateTimePickerFrom.TabIndex = 0;
//
// dateTimePickerTo
//
dateTimePickerTo.Location = new Point(359, 15);
dateTimePickerTo.Name = "dateTimePickerTo";
dateTimePickerTo.Size = new Size(250, 27);
dateTimePickerTo.TabIndex = 1;
//
// labelS
//
labelS.AutoSize = true;
labelS.Location = new Point(8, 20);
labelS.Name = "labelS";
labelS.Size = new Size(18, 20);
labelS.TabIndex = 2;
labelS.Text = "С";
//
// labelPo
//
labelPo.AutoSize = true;
labelPo.Location = new Point(315, 22);
labelPo.Name = "labelPo";
labelPo.Size = new Size(29, 20);
labelPo.TabIndex = 3;
labelPo.Text = "По";
//
// buttonMake
//
buttonMake.Location = new Point(637, 13);
buttonMake.Name = "buttonMake";
buttonMake.Size = new Size(139, 29);
buttonMake.TabIndex = 4;
buttonMake.Text = "Сформировать";
buttonMake.UseVisualStyleBackColor = true;
buttonMake.Click += buttonMake_Click;
//
// buttonToPdf
//
buttonToPdf.Location = new Point(1050, 11);
buttonToPdf.Name = "buttonToPdf";
buttonToPdf.Size = new Size(94, 29);
buttonToPdf.TabIndex = 5;
buttonToPdf.Text = "В ПДФ";
buttonToPdf.UseVisualStyleBackColor = true;
buttonToPdf.Click += buttonToPdf_Click;
//
// panel
//
panel.Controls.Add(dateTimePickerFrom);
panel.Controls.Add(buttonToPdf);
panel.Controls.Add(labelS);
panel.Controls.Add(buttonMake);
panel.Controls.Add(dateTimePickerTo);
panel.Controls.Add(labelPo);
panel.Location = new Point(12, 2);
panel.Name = "panel";
panel.Size = new Size(1160, 56);
panel.TabIndex = 6;
//
// panel1
//
panel1.Location = new Point(15, 69);
panel1.Name = "panel1";
panel1.Size = new Size(1158, 479);
panel1.TabIndex = 7;
//
// FormReportOrders
//
AutoScaleDimensions = new SizeF(8F, 20F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(1184, 567);
Controls.Add(panel1);
Controls.Add(panel);
Name = "FormReportOrders";
Text = "Отчет по заказам";
panel.ResumeLayout(false);
panel.PerformLayout();
ResumeLayout(false);
}
#endregion
private DateTimePicker dateTimePickerFrom;
private DateTimePicker dateTimePickerTo;
private Label labelS;
private Label labelPo;
private Button buttonMake;
private Button buttonToPdf;
private Panel panel;
private Panel panel1;
}
}