2024-03-24 18:34:06 +04:00
|
|
|
|
namespace SushiBarView.Reports
|
|
|
|
|
{
|
|
|
|
|
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()
|
|
|
|
|
{
|
|
|
|
|
panel = new Panel();
|
2024-03-24 20:42:18 +04:00
|
|
|
|
labelFrom = new Label();
|
2024-03-24 18:34:06 +04:00
|
|
|
|
buttonToPdf = new Button();
|
2024-03-24 20:42:18 +04:00
|
|
|
|
dateTimePickerDateFrom = new DateTimePicker();
|
2024-03-24 18:34:06 +04:00
|
|
|
|
labelTo = new Label();
|
2024-03-24 20:42:18 +04:00
|
|
|
|
dateTimePickerDateTo = new DateTimePicker();
|
|
|
|
|
buttonMake = new Button();
|
2024-03-24 18:34:06 +04:00
|
|
|
|
panel.SuspendLayout();
|
|
|
|
|
SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// panel
|
|
|
|
|
//
|
|
|
|
|
panel.Controls.Add(labelFrom);
|
|
|
|
|
panel.Controls.Add(buttonToPdf);
|
|
|
|
|
panel.Controls.Add(dateTimePickerDateFrom);
|
|
|
|
|
panel.Controls.Add(labelTo);
|
|
|
|
|
panel.Controls.Add(dateTimePickerDateTo);
|
|
|
|
|
panel.Controls.Add(buttonMake);
|
|
|
|
|
panel.Dock = DockStyle.Top;
|
|
|
|
|
panel.Location = new Point(0, 0);
|
|
|
|
|
panel.Name = "panel";
|
|
|
|
|
panel.Size = new Size(1321, 71);
|
|
|
|
|
panel.TabIndex = 3;
|
|
|
|
|
//
|
2024-03-24 20:42:18 +04:00
|
|
|
|
// labelFrom
|
2024-03-24 18:34:06 +04:00
|
|
|
|
//
|
2024-03-24 20:42:18 +04:00
|
|
|
|
labelFrom.AutoSize = true;
|
|
|
|
|
labelFrom.Location = new Point(16, 31);
|
|
|
|
|
labelFrom.Name = "labelFrom";
|
|
|
|
|
labelFrom.Size = new Size(18, 20);
|
|
|
|
|
labelFrom.TabIndex = 3;
|
|
|
|
|
labelFrom.Text = "С";
|
2024-03-24 18:34:06 +04:00
|
|
|
|
//
|
|
|
|
|
// buttonToPdf
|
|
|
|
|
//
|
|
|
|
|
buttonToPdf.Location = new Point(1200, 27);
|
|
|
|
|
buttonToPdf.Name = "buttonToPdf";
|
|
|
|
|
buttonToPdf.Size = new Size(94, 29);
|
|
|
|
|
buttonToPdf.TabIndex = 4;
|
|
|
|
|
buttonToPdf.Text = "В PDF";
|
|
|
|
|
buttonToPdf.UseVisualStyleBackColor = true;
|
2024-03-24 20:42:18 +04:00
|
|
|
|
buttonToPdf.Click += ButtonToPdf_Click;
|
|
|
|
|
//
|
|
|
|
|
// dateTimePickerDateFrom
|
|
|
|
|
//
|
|
|
|
|
dateTimePickerDateFrom.Location = new Point(51, 27);
|
|
|
|
|
dateTimePickerDateFrom.Name = "dateTimePickerDateFrom";
|
|
|
|
|
dateTimePickerDateFrom.Size = new Size(250, 27);
|
|
|
|
|
dateTimePickerDateFrom.TabIndex = 0;
|
2024-03-24 18:34:06 +04:00
|
|
|
|
//
|
|
|
|
|
// labelTo
|
|
|
|
|
//
|
|
|
|
|
labelTo.AutoSize = true;
|
|
|
|
|
labelTo.Location = new Point(317, 31);
|
|
|
|
|
labelTo.Name = "labelTo";
|
|
|
|
|
labelTo.Size = new Size(29, 20);
|
|
|
|
|
labelTo.TabIndex = 4;
|
|
|
|
|
labelTo.Text = "По";
|
|
|
|
|
//
|
2024-03-24 20:42:18 +04:00
|
|
|
|
// dateTimePickerDateTo
|
2024-03-24 18:34:06 +04:00
|
|
|
|
//
|
2024-03-24 20:42:18 +04:00
|
|
|
|
dateTimePickerDateTo.Location = new Point(365, 27);
|
|
|
|
|
dateTimePickerDateTo.Name = "dateTimePickerDateTo";
|
|
|
|
|
dateTimePickerDateTo.Size = new Size(250, 27);
|
|
|
|
|
dateTimePickerDateTo.TabIndex = 1;
|
|
|
|
|
//
|
|
|
|
|
// buttonMake
|
|
|
|
|
//
|
|
|
|
|
buttonMake.Location = new Point(677, 27);
|
|
|
|
|
buttonMake.Name = "buttonMake";
|
|
|
|
|
buttonMake.Size = new Size(132, 29);
|
|
|
|
|
buttonMake.TabIndex = 3;
|
|
|
|
|
buttonMake.Text = "Сформировать";
|
|
|
|
|
buttonMake.UseVisualStyleBackColor = true;
|
|
|
|
|
buttonMake.Click += ButtonMake_Click;
|
2024-03-24 18:34:06 +04:00
|
|
|
|
//
|
|
|
|
|
// FormReportOrders
|
|
|
|
|
//
|
|
|
|
|
AutoScaleDimensions = new SizeF(8F, 20F);
|
|
|
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
|
|
|
ClientSize = new Size(1321, 450);
|
|
|
|
|
Controls.Add(panel);
|
|
|
|
|
Name = "FormReportOrders";
|
2024-04-08 11:32:05 +04:00
|
|
|
|
Text = "Отчет по заказам";
|
2024-03-24 18:34:06 +04:00
|
|
|
|
panel.ResumeLayout(false);
|
|
|
|
|
panel.PerformLayout();
|
|
|
|
|
ResumeLayout(false);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
private Panel panel;
|
|
|
|
|
private DateTimePicker dateTimePickerDateTo;
|
|
|
|
|
private DateTimePicker dateTimePickerDateFrom;
|
|
|
|
|
private Button buttonMake;
|
|
|
|
|
private Button buttonToPdf;
|
|
|
|
|
private Label labelTo;
|
|
|
|
|
private Label labelFrom;
|
|
|
|
|
}
|
|
|
|
|
}
|