2024-04-25 20:50:57 +04:00
|
|
|
|
namespace SushiBarView
|
|
|
|
|
{
|
|
|
|
|
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();
|
|
|
|
|
panel = new Panel();
|
|
|
|
|
ButtonToPdf = new Button();
|
|
|
|
|
ButtonMake = new Button();
|
2024-04-25 21:04:34 +04:00
|
|
|
|
labelFrom = new Label();
|
|
|
|
|
labelTo = new Label();
|
2024-04-25 20:50:57 +04:00
|
|
|
|
panel.SuspendLayout();
|
|
|
|
|
SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// dateTimePickerFrom
|
|
|
|
|
//
|
2024-04-25 21:04:34 +04:00
|
|
|
|
dateTimePickerFrom.Location = new Point(49, 15);
|
2024-04-25 20:50:57 +04:00
|
|
|
|
dateTimePickerFrom.Name = "dateTimePickerFrom";
|
|
|
|
|
dateTimePickerFrom.Size = new Size(200, 23);
|
|
|
|
|
dateTimePickerFrom.TabIndex = 0;
|
|
|
|
|
//
|
|
|
|
|
// dateTimePickerTo
|
|
|
|
|
//
|
2024-04-25 21:04:34 +04:00
|
|
|
|
dateTimePickerTo.Location = new Point(320, 15);
|
2024-04-25 20:50:57 +04:00
|
|
|
|
dateTimePickerTo.Name = "dateTimePickerTo";
|
|
|
|
|
dateTimePickerTo.Size = new Size(200, 23);
|
|
|
|
|
dateTimePickerTo.TabIndex = 1;
|
|
|
|
|
//
|
|
|
|
|
// panel
|
|
|
|
|
//
|
2024-04-25 21:04:34 +04:00
|
|
|
|
panel.Controls.Add(labelTo);
|
|
|
|
|
panel.Controls.Add(labelFrom);
|
2024-04-25 20:50:57 +04:00
|
|
|
|
panel.Controls.Add(ButtonToPdf);
|
|
|
|
|
panel.Controls.Add(ButtonMake);
|
|
|
|
|
panel.Controls.Add(dateTimePickerTo);
|
|
|
|
|
panel.Controls.Add(dateTimePickerFrom);
|
2024-04-25 21:04:34 +04:00
|
|
|
|
panel.Dock = DockStyle.Top;
|
|
|
|
|
panel.Location = new Point(0, 0);
|
2024-04-25 20:50:57 +04:00
|
|
|
|
panel.Name = "panel";
|
2024-04-25 21:04:34 +04:00
|
|
|
|
panel.Size = new Size(1197, 52);
|
2024-04-25 20:50:57 +04:00
|
|
|
|
panel.TabIndex = 2;
|
|
|
|
|
//
|
|
|
|
|
// ButtonToPdf
|
|
|
|
|
//
|
|
|
|
|
ButtonToPdf.Location = new Point(974, 10);
|
|
|
|
|
ButtonToPdf.Name = "ButtonToPdf";
|
|
|
|
|
ButtonToPdf.Size = new Size(197, 23);
|
|
|
|
|
ButtonToPdf.TabIndex = 3;
|
|
|
|
|
ButtonToPdf.Text = "В Pdf";
|
|
|
|
|
ButtonToPdf.UseVisualStyleBackColor = true;
|
|
|
|
|
ButtonToPdf.Click += ButtonToPdf_Click;
|
|
|
|
|
//
|
|
|
|
|
// ButtonMake
|
|
|
|
|
//
|
2024-04-25 21:04:34 +04:00
|
|
|
|
ButtonMake.Location = new Point(571, 15);
|
2024-04-25 20:50:57 +04:00
|
|
|
|
ButtonMake.Name = "ButtonMake";
|
|
|
|
|
ButtonMake.Size = new Size(149, 23);
|
|
|
|
|
ButtonMake.TabIndex = 2;
|
|
|
|
|
ButtonMake.Text = "Сформировать";
|
|
|
|
|
ButtonMake.UseVisualStyleBackColor = true;
|
|
|
|
|
ButtonMake.Click += ButtonMake_Click;
|
|
|
|
|
//
|
2024-04-25 21:04:34 +04:00
|
|
|
|
// labelFrom
|
2024-04-25 20:50:57 +04:00
|
|
|
|
//
|
2024-04-25 21:04:34 +04:00
|
|
|
|
labelFrom.AutoSize = true;
|
|
|
|
|
labelFrom.Location = new Point(27, 19);
|
|
|
|
|
labelFrom.Name = "labelFrom";
|
|
|
|
|
labelFrom.Size = new Size(15, 15);
|
|
|
|
|
labelFrom.TabIndex = 3;
|
|
|
|
|
labelFrom.Text = "С";
|
|
|
|
|
//
|
|
|
|
|
// labelTo
|
|
|
|
|
//
|
|
|
|
|
labelTo.AutoSize = true;
|
|
|
|
|
labelTo.Location = new Point(269, 19);
|
|
|
|
|
labelTo.Name = "labelTo";
|
|
|
|
|
labelTo.Size = new Size(21, 15);
|
|
|
|
|
labelTo.TabIndex = 3;
|
|
|
|
|
labelTo.Text = "по";
|
2024-04-25 20:50:57 +04:00
|
|
|
|
//
|
|
|
|
|
// FormReportOrders
|
|
|
|
|
//
|
|
|
|
|
AutoScaleDimensions = new SizeF(7F, 15F);
|
|
|
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
|
|
|
ClientSize = new Size(1197, 450);
|
|
|
|
|
Controls.Add(panel);
|
|
|
|
|
Name = "FormReportOrders";
|
|
|
|
|
Text = "Заказы";
|
|
|
|
|
panel.ResumeLayout(false);
|
2024-04-25 21:04:34 +04:00
|
|
|
|
panel.PerformLayout();
|
2024-04-25 20:50:57 +04:00
|
|
|
|
ResumeLayout(false);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private DateTimePicker dateTimePickerFrom;
|
|
|
|
|
private DateTimePicker dateTimePickerTo;
|
|
|
|
|
private Panel panel;
|
|
|
|
|
private Button ButtonToPdf;
|
|
|
|
|
private Button ButtonMake;
|
2024-04-25 21:04:34 +04:00
|
|
|
|
private Label labelTo;
|
|
|
|
|
private Label labelFrom;
|
2024-04-25 20:50:57 +04:00
|
|
|
|
}
|
|
|
|
|
}
|