80 lines
2.6 KiB
C#
80 lines
2.6 KiB
C#
|
namespace ProjectFlowerShop
|
|||
|
{
|
|||
|
partial class FormReportDateOrders
|
|||
|
{
|
|||
|
/// <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()
|
|||
|
{
|
|||
|
buttonCreate = new Button();
|
|||
|
buttonSaveToPdf = new Button();
|
|||
|
panel = new Panel();
|
|||
|
SuspendLayout();
|
|||
|
//
|
|||
|
// buttonCreate
|
|||
|
//
|
|||
|
buttonCreate.Location = new Point(12, 12);
|
|||
|
buttonCreate.Name = "buttonCreate";
|
|||
|
buttonCreate.Size = new Size(144, 33);
|
|||
|
buttonCreate.TabIndex = 0;
|
|||
|
buttonCreate.Text = "Сформировать";
|
|||
|
buttonCreate.UseVisualStyleBackColor = true;
|
|||
|
//
|
|||
|
// buttonSaveToPdf
|
|||
|
//
|
|||
|
buttonSaveToPdf.Location = new Point(680, 16);
|
|||
|
buttonSaveToPdf.Name = "buttonSaveToPdf";
|
|||
|
buttonSaveToPdf.Size = new Size(108, 29);
|
|||
|
buttonSaveToPdf.TabIndex = 1;
|
|||
|
buttonSaveToPdf.Text = "В Pdf";
|
|||
|
buttonSaveToPdf.UseVisualStyleBackColor = true;
|
|||
|
//
|
|||
|
// panel
|
|||
|
//
|
|||
|
panel.Location = new Point(12, 51);
|
|||
|
panel.Name = "panel";
|
|||
|
panel.Size = new Size(776, 387);
|
|||
|
panel.TabIndex = 2;
|
|||
|
//
|
|||
|
// FormReportDateOrders
|
|||
|
//
|
|||
|
AutoScaleDimensions = new SizeF(8F, 20F);
|
|||
|
AutoScaleMode = AutoScaleMode.Font;
|
|||
|
ClientSize = new Size(800, 450);
|
|||
|
Controls.Add(panel);
|
|||
|
Controls.Add(buttonSaveToPdf);
|
|||
|
Controls.Add(buttonCreate);
|
|||
|
Name = "FormReportDateOrders";
|
|||
|
Text = "Заказы за полный период";
|
|||
|
ResumeLayout(false);
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private Button buttonCreate;
|
|||
|
private Button buttonSaveToPdf;
|
|||
|
private Panel panel;
|
|||
|
}
|
|||
|
}
|